main.auction-detail {
	padding-top: 20px;
}

.detail {
	padding-top: 20px;
}

.detail .detail-pic {
	width: 580px;
	height: 450px;
	background-color: #f0f0f0;
	display: flex;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
	justify-content: center;
}

.detail .pic-list {
	height: 450px;
	width: 90px;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}

.scrollspy-content .content img {
	max-width: 100%;
}

.pic-list .top,
.pic-list .bottom {
	height: 25px;
	position: absolute;
	left: 0;
	right: 0;
	cursor: pointer;
}

.pic-list .top {
	top: 0;
}

.pic-list .bottom {
	bottom: 0;
}

.pic-list .list {
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.pic-list .list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	-webkit-transition: top 0.2s ease-out;
	-o-transition: top 0.2s ease-out;
	transition: top 0.2s ease-out;
	top: 0;
}

.pic-list .list ul li {
	width: 90px;
	height: 90px;
	margin-bottom: 10px;
	overflow: hidden;
	cursor: pointer;
}

.auction-message {
	padding-left: 80px;
	padding-right: 0;
}

.auction-message .auction-title {
	font-size: 22px;
	line-height: 1.5em;
	margin-bottom: 23px;
}

.auction-message .time {
	color: #303030;
	margin-bottom: 11px;
}

.auction-message .time span>span {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	background-color: #303030;
	border-radius: 4px;
	vertical-align: text-bottom;
	text-align: center;
	margin: 0px 3px;
}

.auction-message .price-now {
	color: #303030;
	font-size: 22px;
}

.auction-message .price-now span {
	color: #d1220b;
	font-size: 28px;
}

.auction-message .other-part {
	line-height: 1.85em;
}

.auction-message .other-part [data-toggle="tooltip"] {
	margin-left: 20px;
	position: relative;
	top: -2px;
	cursor: pointer;
}

.auction-message .other-part .tooltip-inner {
	background-color: #e1e1e1;
	color: #303030;
}

.auction-message .other-part .tooltip.right .tooltip-arrow {
	border-right-color: #e1e1e1;
}

.next-price {
	color: #303030;
	margin-top: 5px;
	margin-bottom: 5px;
}

.next-price a,
.next-price a:hover {
	margin-left: 5px;
	color: #2e93e0;
}

.auction-message .btn1,
.auction-message .btn2,
.auction-message .btn3 {
	width: 300px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	border: 1px solid transparent;
}

.auction-message .btn2 {
	width: 220px;
}

.auction-message .btn3 {
	width: 72px;
}

.auction-message .btn-bid,
.auction-message .btn-cash,
.auction-message .btn-expect,
.auction-message .btn-payment,
.btn-behind,
.btn-behind:hover,
.btn-dark,
.btn-dark:hover {
	background-color: #d1220b;
	color: #fff;
	margin-bottom: 10px;
	display: inline-block;
}

.btn-dark,
.btn-dark:hover {
	background-color: #3a3a3a;
}

.auction-message .btn-entrust.btn1 {
	background-color: #fff;
	color: #d1220b;
	border-color: #d1220b;
}

.auction-message .btn-entrust.btn2 {
	border-color: #d1220b;
	color: #d1220b;
	background-color: #fff;
}

.auction-message .cancel.btn3 {
	background-color: #fff;
	border-color: #303030;
	color: #303030;
}

.operate a {
	color: #909090;
	margin-right: 30px;
}

.operate img {
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.scrollspy-content .title {
	color: #303030;
	padding-bottom: 10px;
}

.scrollspy-content .content {
	word-break: break-all;
}

.navbar-scrollspy li a:focus {
	background-color: #fff;
}

.scrollspy-content>div {
	padding: 30px 0;
}

.scrollspy-content>div+div {
	border-top: 1px solid #c6c6c6;
}

/* Chrome */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

.set-bid {
	width: 300px;
	margin-bottom: 10px;
	font-size: 0;
}

.bid-price {
	font-size: 14px;
	width: 210px;
	height: 40px;
	text-align: center;
	margin: 0 11px;
	border: 1px solid #909090;
	border-radius: 10px;
}

.set-bid a,
.set-bid a:focus {
	width: 32px;
	height: 32px;
	line-height: 28px;
	border: 1px solid #909090;
	background-color: #fff;
	font-size: 20px;
	padding: 0;
	display: inline-block;
	color: #8b8b8b;
	text-decoration: none
}

.bid-cn {
	width: 300px;
	padding-bottom: 10px;
}

.behind,
.behind:hover {
	text-decoration: line-through !important;
}

.behind+span {
	margin-left: 15px;
	display: inline-block;
	border: 1px solid #5e5e5e;
	padding: 2px 5px;
	color: #5e5e5e;
	border-radius: 4px;
}

.precede+span {
	margin-left: 15px;
	display: inline-block;
	border: 1px solid #d1220b;
	padding: 2px 5px;
	color: #d1220b;
	border-radius: 4px;
}

.you-bid {
	display: fiex;
	align-items: center;
}

.set-entrust {
	margin-bottom: 5px;
}

.set-entrust input {
	width: 300px;
	height: 40px;
	border: 1px solid #909090;
	border-radius: 10px;
	padding: 0 12px;
}

.confirm-entrust {
	width: 300px;
}

.nav-tabs .text {
	line-height: 40px;
	float: right;
}

.btn-end {
	width: 300px;
	height: 90px;
	font-size: 36px;
	color: #5e5e5e;
	background-color: #f0f0f0;
	border: 0;
}

.btn-list,
.btn-behind {
	margin-top: 40px;
}

body {
	position: relative;
}

#record span+span {
	margin-left: 10px;
}

#record span.you {
	color: #5e5e5e;
}

.entrust-operate .update {
	background-color: #fff;
	color: #d1220b;
	border: 1px solid #d1220b;
}

.entrust-operate .cancel {
	color: #303030;
	border: 1px solid #303030;
	background-color: #fff;
	margin-top: 10px;
}

.update-entrust {
	width: 300px;
}

.update-entrust input {
	width: 300px;
	height: 40px;
	border: 1px solid #909090;
	border-radius: 10px;
	padding: 0 12px;
	margin-bottom: 10px;
}

.hint {
	color: #d1220b;
}

#agree {
	display: none;
}

#agree+span {
	background-image: url('../images/deal_unchecked.png');
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.confirm-entrust label {
	padding-left: 30px;
}

#agree:checked+span {
	background-image: url('../images/deal_checked.png');
}

.confirm-entrust .btn-entrust:disabled {
	color: #c6c6c6;
	border-color: #c6c6c6;
}

#detail .content table td {
	border: 1px solid #c6c6c6;
	height: 46px;
	color: #5e5e5e;
	vertical-align: middle;
	padding: 0 25px;
}

#detail .content table td:first-child {
	width: 150px;
	color: #909090;
}

#detail .content table td.red {
	color: #d1220b;
}

#agreementContent .modal-content>div {
	padding-bottom: 15px;
}

#agreementContent .modal-dialog {
	margin-top: 10%;
}

.auction-tabs {
	padding: 0;
}

.slick img {
	width: 100%;
}

.slick-track {
	display: flex;
	align-items: center;
}

.slick-dots {
	line-height: normal;
	bottom: 0;
}

.slick-dots li.slick-active button:before {
	color: #fff;
}

.path {
	margin-bottom: 20px;
}

.path,
.path>* {
	float: left;
}

#imgBig .modal-dialog>div {
	margin: auto;
}

#notice .t-name {
	padding-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	color: #303030;
}

.session-name,
.auction-name {
	max-width: 235px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}

.slick,
.slick div {
	height: 100%;
}

.slick img {
	margin: auto;
}

.slick-slide {
	overflow: hidden;
}

#agreementContent img {
	max-width: 100%;
}

.mob-message .auction-title {
	font-size: 22px;
	line-height: 1.3em;
	margin-bottom: 10px;
	padding: 0 15px;
}

.mob-message .evaluate {
	padding: 0 15px;
	margin-bottom: 10px;
}

.mob-message .part ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mob-message .part li {
	display: flex;
	padding: 20px 15px;
	border-top: 1px solid #c6c6c6;
}

.mob-message .part li:last-child {
	border-bottom: 1px solid #c6c6c6;
}

.mob-message .part li>div {
	flex: 1;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font: 12px "\5B8B\4F53", san-serif;
	background: #ffffff;
}

div,
ul,
li {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

img {
	vertical-align: top;
	border: 0;
}

/* box */
.box {
	width: 310px;
	margin: 100px auto;
}

.tb-pic a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.tb-pic a img {
	vertical-align: middle;
}

.tb-pic a {
	*display: block;
	*font-family: Arial;
	*line-height: 1;
}

.tb-thumb {
	margin: 10px 0 0;
	overflow: hidden;
}

.tb-thumb li {
	background: none repeat scroll 0 0 transparent;
	float: left;
	height: 42px;
	margin: 0 6px 0 0;
	overflow: hidden;
	padding: 1px;
}

.tb-s310,
.tb-s310 a {
	height: 310px;
	width: 310px;
}

.tb-s310,
.tb-s310 img {
	max-height: 310px;
	max-width: 310px;
}

.tb-s310 a {
	*font-size: 271px;
}

.tb-s40 a {
	*font-size: 35px;
}

.tb-s40,
.tb-s40 a {
	height: 40px;
	width: 40px;
}

.tb-booth {
	border: 1px solid #CDCDCD;
	position: relative;
	z-index: 1;
}

.tb-thumb .tb-selected {
	background: none repeat scroll 0 0 #C30008;
	height: 40px;
	padding: 2px;
}

.tb-thumb .tb-selected div {
	background-color: #FFFFFF;
	border: medium none;
}

.tb-thumb li div {
	border: 1px solid #CDCDCD;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomMask {
	position: absolute;
	background: url("../images/mask.png") repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.LookPicture .Look_before,
.LookPicture .Look_next {
	display: none;
}

@media (max-width: 768px) {
	.slick-initialized .slick-slide {
		display: flex;
	}

	.detail .detail-pic {
		width: auto;
		margin-bottom: 20px;
		height: 380px;
		line-height: 380px;
	}

	.logoMspecial {
		display: inline-block;
	}

	.logoPC {
		display: none;
	}

	.nav-tabs .text {
		float: left;
		text-align: left;
	}

	#detail .content table td {
		border-left: 0;
		border-right: 0;
	}

	.auction-message {
		padding-left: 0;
	}

	.message {
		padding: 0 15px;
	}
}

.star-box {
	display: table;
	/* position: absolute;
    left: 50%;
    top: 50%; */
}

.star-box label {
	float: right;
	color: #999;
}

.star-box label::after {
	content: '★';
	font-size: 40px;
	padding: 5px;
	display: inline-block;
	line-height: 1;
}

.star-box input:checked~label,
.star-box label:hover~label,
.star-box label:hover {
	color: #FAC800;
}