@charset "utf-8";
.auction_detail .cnt {
	position: relative;
}
.auction_gallery {
	float: left;
	position: relative;
	width: 604px;
}
.auction_gallery .bigpic {
	display: block;
	height: 493px;
	text-align: center;
	line-height: 493px;
}
.auction_gallery .bigpic .bigpic_item {
	position: relative;
	width: 100%;
	height: 493px;
	line-height: 493px;
	white-space: nowrap;
}
.auction_gallery .bigpic .bigpic_item img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.auction_gallery .bigpic .bigpic_item .line_holder {
	display: inline-block;
	height: 493px;
	vertical-align: middle;
}
.auction_gallery .bigpic .lens_position{
	display: none;
	position:absolute;
	top:10px;
	left:10px;
	width:100px;
	height:100px;
	background:blue;
	cursor: crosshair;
	opacity:.3;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
 }
.auction_gallery .bigpic .lens_position_wraper {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow:hidden;
}
.auction_gallery .bigpic .magnify_wnd{
	display: none;
	position:absolute;
	top:-1px;
	left:100%;
	width:325px;
	height:353px;
	border:1px solid #e6e6e6;
	background:white;
	overflow:hidden;
}
.auction_gallery .bigpic .magnify_wnd img {
	position:absolute;
	max-width: none;
	max-height: none;
	left:0;
	top:0;
}

.auction_gallery .bigpic img {
	/* vertical-align: middle; */
}
.auction_gallery .subbody {
	position: relative;
}
.auction_gallery .subbody .prev {
	float: left;
	width: 38px;
	height: 88px;
	background: url(../images/gallery_prev.png);
	transition: all ease .3s;
}
.auction_gallery .subbody .next {
	float: right;
	width: 38px;
	height: 88px;
	background: url(../images/gallery_next.png);
	transition: all ease .3s;
}
.auction_gallery .subbody .sublist {
	margin: 12px 40px;
	text-align: center;
	font-size: 0;
}
.auction_gallery .subbody .sublist .line_holder {
	display: inline-block;
	width: 100%;
}
.auction_gallery .subitem {
	display: inline-block;
	/* box-sizing: border-box; */
	width: 83px;
	/*width: 112px;*/
	height: 67px;
	padding: 10px 2px;
	text-align: center;
	line-height: 67px;
}
.auction_intro {
	margin: 0 0 0 623px;
}
.auction_intro .field_list {
	margin: 0 0;
}
.auction_intro .field {
	margin: 14px 4px;
}
.auction_intro .field_name {
	display: inline-block;
	min-width: 69px;
	text-align: right;
	vertical-align: text-top;
}
.auction_intro .field_value {
	display: inline-block;
	max-width: 465px;
}
.auction_intro .smabtn {
	font-size: 20px;
    color: red;
}
.auction_intro .item_name {
	color: #cf1514;
	font-weight: bold;
}
.auction_intro .current_price {
	display: inline-block;
	margin: 0 0 0 12px;
	font-weight: bold;
	color: #cf1514;
}
.auction_intro .current_price .number {
	font-size: 24px;
}
.auction_intro .countdowm {

}
.auction_intro .countdowm .num {
	font-weight: bold;
	font-size: 24px;
}
.auction_intro .intro_bidder_list {
	margin: 10px 0;
}
.auction_intro .bidder_list_func {
	float: right;
}
.auction_intro .bidder_list_func .btn {
	display: inline-block;
	margin: 0 10px;
	padding: 5px 10px;
	font-size: 13px;
	color: black;
	border: 1px solid #75b3e4;
	border-radius: 5px;
}
.auction_intro .bidder_title {
	font-size: 16px;
	font-weight: normal;
}
.auction_intro .bidder_title_symbol {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 5px 0 0;
	background: url(../images/auction_bidder_title_symbol.png);
	vertical-align: bottom;
}
.auction_intro .bidder_title_count {
	color: #cf1514;
}
.auction_intro .bidder_list_content {
	margin: 20px 0;
}
.auction_intro .bidder_list_content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
.auction_intro .bidder_list_content td {
	padding: 3px;
}
.auction_intro .bidder_field .field_name {
	vertical-align: top;
}
.auction_intro .bidder_price {
	display: inline-block;
	width: 147px;
	height: 42px;
	margin: 0 6px;
	vertical-align: middle;
}
.auction_intro .bidder_price input[type='text'] {
	display: inline-block;
	width: 100px;
	height: 40px;
	padding: 0 11px;
	font-size: 19px;
	border: 1px solid #c2bdbd;
	background: white;
	outline: none;
}
.auction_intro .bidder_price .btn {
	float: right;
	clear: right;
	width: 20px;
	height: 20px;
}
.auction_intro .bidder_price .add {
	background: url(../images/auction_bidder_price_add.png) center center;
}
.auction_intro .bidder_price .sub {
	margin: 2px 0 0;
	background: url(../images/auction_bidder_price_sub.png) center center;
}
.auction_intro .bidder_min_price a {
	color: red;
}
.auction_intro .bidder_product_count {
	margin: 7px;
}
.auction_intro .bidder_type_list {
	margin: 8px 0;
}
.auction_intro .bidder_type_item {
	margin: 0 0;
}
.auction_intro .bidder_func {
	display: inline-block;
	vertical-align: middle;
}
.auction_intro .bidder_func .bidder_btn {
	display: inline-block;
	padding: 9px 20px;
	font-size: 18px;
	color: white;
	background: #e3393c;
	border: none;
	cursor: pointer;
	outline: none;
	border-radius: 10px;
	vertical-align: top;
}
.ymabtn {
	display: inline-block;
	text-decoration: underline;
	color: #0573C1;
}
.auction_intro .bidder_func .wishlist {
	display: inline-block;
	padding: 9px 8px;
	font-size: 18px;
	color: white;
	padding-left: 50px;
	background: #2b8bd5 url(../images/auction_detail_member_wish.png) no-repeat 16px center;
	font-size: 0;
	height: 24px;
	border-radius: 10px;
	vertical-align: top;
}
.auction_intro .bidder_func .auto_bidder_tips {
	color: red;
}
.auction_intro .wechat_tips {
	font-size: 16px;
	font-weight: bold;
}
.auction_description {
	margin: 19px 0 0px;
}
.auction_info {
	margin: 12px 0;
}
.auction_info .info_cate_list {
	border-bottom: 1px solid #cfd0d2;
}
.auction_info .info_content_list {
	max-height: 93%;
	overflow: auto;
}
.auction_info .info_cate_item {
	display: inline-block;
	margin: 0 0 -1px 0;
	padding: 14px 23px;
	font-size: 16px;
	border-bottom: 2px solid transparent;
}
.auction_info .info_cate_item:hover ,
.auction_info .info_cate_item.on {
	border-bottom-color: #e23c3c;
}
.auction_info .info_content_list .tips {
	margin: 120px 0 0;
	text-align: center;
}

.auction_comment_add {
	margin: 10px 0;
	padding: 1px;
}
.auction_comment_add .comment_member {
	float: left;
	width: 80px;
	margin: 10px;
	word-break: break-all;
}
.auction_comment_add .comment_avatar {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: white;
	border: 1px solid #ccc;
}
.auction_comment_add .comment_name {
	margin: 10px 0;
	text-align: center;
}
.auction_comment_add .comment_content {
	margin: 0 0 0 104px;
	padding: 1px 10px;
	background: #ecf8fe;
}
.auction_comment_add .comment_text {
	height: 40px;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
	background: white;
	cursor: text;
}
.auction_comment_add .comment_text .wraper {
	display: block!important;
}
.auction_comment_add .comment_text textarea {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	resize: none;
	background: none;
}
.auction_comment_add .comment_text .phTips {
	color: #ccc;
}
.auction_comment_add .comment_func {
	margin: 10px 0;
}
.auction_comment_add .comment_func .btn {
	display: inline-block;
	padding: 3px 10px;
	color: white;
	border: none;
	background: #2b8bd5;
	cursor: pointer;
	outline: none;
}
.auction_comment_login_tips {
	margin: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #999;
}
.auction_comment_list .comment_item {
	display: block;
	padding: 10px 0;
	border-top: 1px solid #eee;
}
.auction_comment_list .comment_item:first-child {
	border-top: none;
}
.auction_comment_list  .comment_create_time {
	float: right;
	margin: 5px;
}
.auction_comment_list .comment_text {
	/* margin: 0 0 10px 0;*/
	padding: 5px 10px;
	color: black;
}
.auction_comment_list>.comment_item>.comment_content>.comment_text {
	/* padding: 5px 10px; */
	background: #eee;
}
.auction_comment_list .comment_avatar {
	float: left;
	width: 60px;
	height: 60px;
	/* text-align: center; */
	line-height: 60px;
	border: 1px solid #ccc;
}
.auction_comment_list .comment_content {
	font-size: 14px;
}
.auction_comment_list .comment_avatar+.comment_content {
	margin: 0 0 0 70px;
}
.auction_comment_list .func_btn_edit {
	display: inline-block;
	min-width: 283px;
	margin: 8px 0;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	color: black;
	background: #efefef;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
}
.auction_comment_list .func_btn_edit .symbol {
	display: inline-block;
	width: 23px;
	height: 18px;
	margin: 0 8px 0 0;
	background: url(/images/auction_comment_list_func_btn_edit_symbol.png);
}
.auction_comment_list .func_btn_manage {
	display: inline-block;
	margin: 0 6px 0 0;
	padding: 6px;
	min-width: 130px;
	font-size: 16px;
	text-align: center;
	color: white;
	border-radius: 3px;
	background: #6f6f6f;
}
.auction_comment_list .func_btn_add {
	background: #2b8bd5;
}



.wnd_bidder {

}
.wnd_bidder_list {
	width: 100%;
	margin: 16px 0;
	text-align: center;
	border-collapse: collapse;
}
.wnd_bidder_list th {
	padding: 12px;
	font-size: 16px;
	font-weight: normal;
	background: #b7d6ed;
}
.wnd_bidder_list td {
	padding: 10px;
}
#zoom-big {
	position: absolute;
	top: 0;
	 left: 605px;
}
.MagicZoom {
	height: 100%;
	margin: 0 auto;
}
.MagicZoomPup {
	background: white;
	opacity: .3;
}
.MagicZoomHeader {
	display: none!important;
}

.wnd {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 12px;
	background: #f1f2f2;
}
.wnd .wnd_func {
	float: right;
	margin: 11px 14px 0 0;
}
.wnd .wnd_func .close {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/auction_bidder_close.png);
}




.image_detail_wnd {
	display: none;
	position: fixed;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	padding: 12px;
	z-index: 2;
	background: #f1f2f2;
}
.image_detail_wnd .wnd_func {
	float: right;
	margin: 11px 14px 0 0;
}
.image_detail_wnd .wnd_func .close {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/auction_bidder_close.png);
}
.image_detail_wnd .info_cate_list {
	border-bottom: 1px solid #cfd0d2;
}
.image_detail_wnd .info_cate_item {
	display: inline-block;
	margin: 0 0 -1px 0;
	padding: 14px 23px;
	font-size: 16px;
	border-bottom: 2px solid transparent;
}
.image_detail_wnd .info_cate_item:hover ,
.image_detail_wnd .info_cate_item.on {
	border-bottom-color: #e23c3c;
}
.image_detail_wnd .info_content_list {
	position: absolute;
	top: 73px;
	right: 20px;
	bottom: 20px;
	left: 20px;
}
.image_detail_wnd .info_content_list iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.alert_mask{
	position: fixed;
	display: table;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 90;
	text-align: center;
}
.alert_mask .img_Path{
	display: table-cell;
	vertical-align: middle;
}