

/*图片放大插件样式*/
.zoomPad{
	position:relative;
	float:left;
	z-index:2;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   _background-color: transparent;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
   *width:100px;
   *height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
   	_background-color: transparent;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
	z-index:101;
	cursor:crosshair;
}

.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #e2e2e2;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
body{
	background-color: #f1ece3;
}
#header{
	overflow: hidden;
	padding-bottom: 4px;
	margin-bottom: -4px;
}
#navigation{
	background-color: #680b49;
	height: 47px;
}
#topmenu{
	float: left;
	border-right: 1px dotted #848484;
	margin: 0 0 7px;
	/*position: relative;*/
}
#topmenu li{
	float: left;
}
#topmenu li a{
	display: inline-block;
	zoom:1;
	color: #b6ac9b;
	padding: 14px 48px 4px;
    transition: 0.4s;
}
#topmenu li a:hover{
	text-decoration: none;
	color: #fff;
}
#topmenu li.first a{
	padding: 14px 30px 4px;
}
#topmenu li.hover a,
#topmenu li.curr a{
	color: #fff;
}
#topmenu li.curr a{
	font-weight: bold;
}
#topmenu li .l_arrow_down{
	margin-left: -4px;
	border-width: 4px 4px 0 4px;
	bottom: 1px;
	border-top-color: #ac9790;
    position: relative;
	transition: bottom 0.4s;
}
#topmenu li.hover .l_arrow_down{
	border-top-color: #680b49;
	bottom: -12px;
	_bottom: -15px;
	z-index: 21;
}
#topmenu li .submenu{
	visibility: hidden;
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 50px;
	z-index: 20;
	font-size: 16px;
	text-align: center;
	width: 100%;
	_width:expression(documentElement.clientWidth);
	border-bottom: 1px solid #dad9d9;
}
#topmenu li .submenu ul{
	padding: 20px 0 4px;
	_padding-bottom:7px;
	text-align: left;
	width: 980px;
	margin: 0 auto;
	opacity: 0;
	overflow: hidden;
	zoom:1;
	float: none;
	border-top-color: #ac9790;
}
#topmenu li .submenu li{
	float: none;
	display: inline-block;
	*display: inline;
	zoom:1;
	text-align: center;
}
#topmenu li .submenu li a{
	color: #333333;
	display: inline-block;
	zoom:1;
	font-size: 14px;
	padding: 18px 20px;
	font-weight: normal;
	border-right: 1px dotted #868686;
}
#topmenu li .submenu li.last a{
	border-right: none;
}
#topmenu li .submenu li a:hover{
	color: #680b49;
}

#topmenu li.hover .submenu{
	visibility: visible;
}
#topmenu li.hover .submenu ul{
	opacity: 1;
	filter: alpha(opacity=100);
}
#topmenu li .submenu ul li{
	padding-bottom: 14px;
	margin-bottom: 10px;
	transition: all 0.2s;
	/*border-bottom: 4px solid #f8f8f8;*/
	border-bottom: 4px solid #fff;
}
#topmenu li .submenu ul li.curr a{
	color: #680b49;
	font-weight: bold;
}
#topmenu li .submenu ul li.hover{
	color: #680b49;
	border-bottom: 4px solid #680b49;
}
#user-console{
	font-family: '宋体';
	float: right;
	position: relative;
	padding-right: 40px;
	z-index: 2;
}
#user-console ul li{
	float: left;
	position: relative;
	zoom:1;
}
#user-console ul li.user_login_info a.nickname{
	padding: 0;
	display: inline-block;
	zoom:1;
	text-align: right;
}
body #user-console ul li.user_login_info ul{
	width: 60px;
	height: auto;
	left: 50%;
	margin-left: -30px;
}
#user-console ul li a{
	color: #b9b9b9;
	font-size: 12px;
	height: 47px;
	display: inline-block;
	*display: inline;
	zoom:1;
	padding-left: 15px;
	line-height: 47px;
	padding-right: 15px;
}
#user-console ul li a:hover{
	text-decoration: none;
	color: #fff;
}
#user-console ul li ul{
	visibility: hidden;
	position: absolute;
	z-index: 3;
	background-color: #680b49;
	top: 47px;
	left: 0;
	height: 0px;
	transition: 0.4s;
	overflow: hidden;
	zoom:1;
	z-index: 20;
}
#user-console ul li.hover ul{
	visibility: visible;
	height: 58px;
	_width: 78px;
}
#user-console ul li ul li{
}
#user-console ul li ul li a{
	text-align: center;
	line-height: 28px;
	zoom:1;
	display: inline-block;
	height: auto;
}
#user-console li .l_arrow_down{
	margin-left: -6px;
	border-width: 4px 4px 0 4px;
	bottom:6px;
	_bottom:-4px;
	border-top-color: #b9b9b9;
}
#user-console li.hover .l_arrow_down{
	border-top-color: #fff;
}
#user-console ul li.nav_search{
	margin-top: 10px;
	height: auto;
	position: absolute;
	right: 0;
}
#user-console ul li.nav_search form{
	display: block;
	border:1px solid #848484;
	background-color: #680b49;
}
#user-console ul li.nav_search input{
	width: 0px;
	display: none;
	vertical-align: middle;
	background-color: #680b49;
	border:none;
	border-right: 1px solid #848484;
	padding-left: 8px;
	font-size: 12px;
	color: #b9b9b9;
}
#user-console ul li.nav_search button{
	border:none;
	width: 32px;
	height: 25px;
	background: transparent url(../images/i_search.png) center center no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
html #user-console ul li.expand form{
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}
#navigation-body{
	margin: 0 auto;
	width: 980px;
}
#logo{
	background-color: #fff;
	height: 108px;
	border-bottom:1px solid #dad9d9;
	text-align: center;
}
#logo a{
	display: inline-block;
	zoom:1;
	/* width: 244px;
	height: 32px;
	margin: 36px 0;
	background: url(../images/logo-ya.jpg) no-repeat; */
}
#container{
	min-height: 400px;
}
#footer{
	margin-top:20px;
}
#footer-body{
	background-color: #000;
}
#footer-body .body{
	width: 980px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 25px;
}
.logo{
	width: 48px;
	height: 48px;
	display: inline-block;
	zoom:1;
	background: url(../images/i_logo2.png) no-repeat;
}
#footer-body .body .logo{
	float: left;
}
#footer-body .menu_bottom{
	float: left;
}
#footer-body .menu_bottom ul{
	float: left;
	margin-left: 36px;
	border-top: 5px solid #262626;
	width: 175px;
	padding-top: 12px;
}
#footer-body .menu_bottom ul li,
#footer-body .menu_bottom ul li a{
	font-size: 12px;
	color: #777777;
	line-height: 1.9;
}
.gb_sildebar #contact{
	background-color: transparent;
}
#contact{
	background: #262626 url(../images/i_phone.png) 20px 20px no-repeat;
	width: 200px;
	padding: 20px 20px 20px;
	float: right;
	color: #a4a4a4;
}
#contact h3{
	font-size: 20px;
	font-family: "Times New Roman";
	padding-left: 50px;
	margin-bottom: 10px;
}
#contact p{
	font-size: 12px;
	line-height: 1.8;
}
#footer-bottom{
	background-color: #262626;
	color: #6b6b6b;
	font-size: 12px;
	padding-top: 18px;
}
#footer-bottom a{
	color: #6b6b6b;
}
#footer-bottom .body{
	height: 36px;
	width: 980px;
	margin: 0 auto;
}
#copyright{
	font-family: "Times New Roman";
	float: left;
}
#icp{
	float: right;
}
#submenu-bg{
	position: absolute;
	width: 100%;
	background-color: #fff;
	top: 47px;
	height: 0;
	z-index: 0;
	display: none;
	transition: height 0.6s;
	box-shadow: 0 0px 4px rgba(0,0,0,.15);
	border-bottom:1px solid #dad9d9;
	background-color: #f8f8f8;
}
#container{
	width: 980px;
	margin: 12px auto;
}
#container .page_title{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 12px;
	padding: 0 5px;
}
#container .page_title1{
	margin-left: 20px;
	color: red;
}
.index_main{
	position: relative;
	z-index: 0;
}
#main{
}
.main{
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.19);
	_box-shadow:none;
	margin-bottom: 15px;
}
.padding25{
	padding: 25px 0;
}
.padding{
	padding: 10px 0;
}
.qa_list{
	border-top: 4px solid #ababab;
}
.qa_list li{
	padding-bottom: 19px;
	padding-top: 19px;
	border-bottom: 1px dotted #ababab;
}
.qa_list li .h4{
	background: url(../images/i_qa.png) no-repeat;
	margin-bottom: 9px;
	line-height: 1.6;
	padding-left: 33px;
}

.qa_list li p{
	background: url(../images/i_qa.png) -777px 0 no-repeat;
	font-size: 12px;
	color: #999;
	line-height: 1.8;
	padding-left: 33px;
	padding-top: 1px;
	min-height: 22px;
	_height:22px;
}
.dump_tips{
	position: relative;
	margin: 150px auto;
	width: 400px;
	text-align: center;
	padding-left: 75px;
}
.dump_tips .body{
	text-align: left;
	display: inline-block;
	*display: inline;
	zoom:1;
	margin-left: -90px;
}
.dump_tips_success{
	
}
.i_success{
	width: 48px;
	height: 38px;
	background: url(../images/i_success.png) no-repeat;
}
.dump_tips .i_success{
	vertical-align: top;
	margin-right: 25px;
	left: -80px;
	position: relative;
}
.form_tips{
	padding: 10px 0;
	border-bottom: 1px dotted #ababab;
	margin-bottom: 15px;
}
.i_mobilephone{
	background-image: url(../images/i_mobilephone.png);
	width: 6px;
	height: 17px;
}
.lborder{
    border-left:1px dotted #ababab;
    margin-left: -1px;
}
.rborder{
    border-right:1px dotted #ababab;
    margin-right: -1px;
}
.auction_header{
	padding: 10px 20px 10px;
	position: relative;
}
.auction_header .auction_logo{
	float: left;
	margin-right: 22px;
}
.auction_header .auction_logo img{
	box-shadow: 1px 1px 3px rgba(0,0,0,.39);
}
.auction_header .auction_info{
	overflow: hidden;
	zoom:1;
}
.auction_header .auction_info .h1{
	margin-bottom: 8px;
	width: 65%;
}
.auction_header .auction_info .h1 em{
	color: #f0051b;
}
.auction_header .auction_control{
	font-size: 12px;
	color: #999;
	line-height: 1.6;
	margin-bottom: 2px;
}
.auction_header .auction_control a{
	color: #666;
}
.auction_header .auction_control span{
	vertical-align: baseline;
}
.auction_price{
	position: absolute;
	top: 15px;
	right: 0;
	width: 400px;
	text-align: center;
}
.auction_header .btn_buy{
	position: absolute;
	bottom: 25px;
	right: 20px;
	top:auto;
	left: auto;
}
.auction_header .btn_buy .icon{
	margin-left: -4px;
}
.auctio_money{
	float: right;
	border-right: 1px dotted #ababab;
	padding: 0 25px;
}
.auctio_percent{
	float: right;
	padding: 0 25px;
}
.auction_price h4{
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
	font-family: 'Times New Roman';
}
.auction_price kbd{
	font-family: 'Times New Roman';
	font-size: 24px;
	color: #000;
}
.auction_price .sign{
	margin-right: 5px;
	color: #999999;
	font-size: 16px;
	font-family: '微软雅黑';
} 
div.goods_list{}
div.goods_list .header{
	height: 45px;
	line-height:45px;
	padding: 0 20px;
	font-size: 12px;
	background:#f5f5f5 url(../images/bg_gradient.png) top repeat-x;
	position: relative;
	z-index: 1;
}
div.goods_list .header .h4,
div.goods_list .header div{
	display: inline-block;
	*display: inline;
	zoom:1;
}
div.goods_list .header .filter_box{
	color: #666;
}
div.goods_list .header .h4{
	margin-right: 30px;
}
div.goods_list .header .view_type{
	position: absolute;
	top: 0;
	right: 15px;
	top: 14px;
}
div.goods_list .header .view_type li{
	float: left;
	padding: 0 5px;
}
div.goods_list .header .view_type li a{
	display: block;
	padding-left: 30px;
	line-height: 1.6;
	color: #999999;
}
div.goods_list .header .view_type li a:hover{
	color: #333;
	text-decoration: none;
}
div.goods_list .header .view_type li.view_list a{
	background: url(../images/i_view_type.png)  0 -72px no-repeat;
}
div.goods_list .header .view_type li.view_list a.curr,
div.goods_list .header .view_type li.view_list a:hover{
	background-position: 0 0;
}
div.goods_list .header .view_type li.view_img a{
	background: url(../images/i_view_type.png) 0 -96px no-repeat;
}
div.goods_list .header .view_type li.view_img a.curr,
div.goods_list .header .view_type li.view_img a:hover{
	background-position: 0 -24px;
}
div.goods_list .header .view_type li.view_bigimg a{
	background: url(../images/i_view_type.png) 0 -120px no-repeat;
}
div.goods_list .header .view_type li.view_bigimg a.curr,
div.goods_list .header .view_type li.view_bigimg a:hover{
	background-position: 0 -48px;
}
div.goods_list .header .gapline{
	height: 17px;
}
div.goods_list .header .quick_search input{
	border:1px solid #d8d8d8;
	height: 22px;
	padding-left: 6px;
	width: 83px;
	vertical-align: middle;
}
.oldie div.goods_list .header .quick_search input{
	line-height: 22px;
}
div.goods_list .header .quick_search button{
	background: url(../images/i_search2.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
	width: 29px;
	height: 24px;
	border:none;
	vertical-align: middle;
	cursor: pointer;
}

table.goods_list{

}
.fstyle{
	font-family: 'Times New Roman';
}
table.goods_list td.goods_img{
}
table.goods_list td.goods_img a{
	display: block;
	text-align: center;
	overflow: hidden;
	background: url(../images/bg_gradient2.png) bottom repeat-x;
	height:125px;
	line-height:125px;
	vertical-align: middle;
	*display: table-cell;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 109px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    margin-bottom: 6px;
}
table.goods_list td.goods_img img{
	overflow: hidden;
	vertical-align: middle;
}
table.goods_list td.goods_title{
}
/*翻页*/
.pager{
    font-size:14px;
    text-align: center;
    clear: both;
}
.pager a.next,
.pager a.prev,
.pager a.number{
	background-color: #fff;
	color: #666666;
	padding: 5px 10px;
	margin: 0 5px;
	display: inline-block;
	zoom:1;
}
.pager a.current{
	background-color: #262626;
	color: #fff;
	padding: 5px 10px;
	margin: 0 5px;
	display: inline-block;
	zoom:1;
}
.goods_wall{
	background: url(../images/bg_goods_wall.png) center top repeat-y;
	margin-top: 20px;
}
.goods_wall li.item{
	border-bottom: 5px solid #d8d8d8;
	padding: 0 0 10px;
	margin: 0 19px 15px;
	width: 204px;
}
.goods_wall .goods_img{
	margin-bottom: 5px;
	display: block;
}
.goods_wall .goods_img img{
	width: 198px;
}
.goods_wall .goods_info{

}
.goods_wall .goods_info .goods_title{
	margin-bottom: 8px;
	font-size: 12px;
}
.goods_wall .goods_info .goods_id{
	color: #666;
	margin-right: 6px;
	font-family: 'Times New Roman';
	vertical-align: middle;
}
.goods_wall .goods_info .goods_title a{
	vertical-align: middle;
	line-height: 1.6;
}
.goods_wall .goods_info p{
	margin-bottom: 4px;
}
.goods_wall .goods_info p label{
	font-size: 12px;
	margin-right: 6px;
	vertical-align: middle;
	color: #999;
}
.goods_wall .goods_info p span{
	vertical-align: middle;
}
#infscr-loading {
	text-align: center;
	z-index: 100;
	position: fixed;
	left: 45%;
	bottom: 40px;
	width: 200px;
	padding: 10px;
	background: #000;
	opacity: 0.8;
	color: #FFF;
	border-radius: 10px;
}
.goods_grid{
	background: url(../images/bg_goods_grid.png) center top repeat-y;
	margin-top: 20px;
	padding-bottom: 10px;
}
.goods_grid .item{
	border-bottom: 5px solid #d8d8d8;
	padding: 15px 0 15px;
	margin: 0 19px 5px 20px;
	width: 155px;
	height: 245px;
	_display: inline;
	float: left;
}
.goods_grid .goods_img{
	margin-bottom: 10px;
	display: block;
	text-align: center;
	height: 142px;
	line-height: 142px;
	*display: table-cell;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 124px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
}
.goods_grid .goods_img img{
	vertical-align: middle;
}
.goods_grid .goods_info{
	margin-bottom: 10px;
	text-align: left;
}
.goods_grid .goods_info .goods_title{
	margin-bottom: 4px;
	font-size: 12px;
}
.goods_grid .goods_info .goods_title a{
	font-size: 12px;
	vertical-align: middle;
	line-height: 1.6;
}
.goods_grid .goods_info p{
	font-size: 12px;
	color: #999;
	line-height: 1.6;
}
.goods_grid .goods_info p label{
	margin-right: 5px;
	vertical-align: middle;
	color: #999;
	font-family: '宋体';
}
.goods_grid .goods_info p span{
	vertical-align: middle;
	font-family: 'Times New Roman';	
}
.goods_grid .goods_action{
	text-align: center;
}
ul.goods_grid_cols4{
	background-image: url(../images/bg_goods_grid2.png);
}
ul.goods_grid_cols4 li.item{
	width: 203px;
	height: 280px;
	_display: inline;
}
.goods_grid_cols4 .goods_img{
	height: 180px;
	line-height: 180px;
    *font-size: 157px;/*约为高度的0.873，200*0.873 约为175*/
}
.auction_body{
	position: relative;
	background-color: #f5f5f5;
}
.auction_body .auction_logo{
	border-right: 1px dotted #ababab;
	text-align: center;
	float: left;
	_display: inline;
	width: 200px;
}
.auction_body .auction_logo a{
	display: inline-block;
	zoom:1;
	margin: 15px;
}
.auction_body .auction_logo a img{
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.auction_body .auction_goods{
	overflow: hidden;
	zoom:1;
	padding: 40px 0 15px 15px;
}
.auction_body .auction_goods h5{
	font-size: 12px;
	top: 15px;
	left: 217px;
	position: absolute;
}
.auction_body .auction_goods .more{
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 12px;
}
.auction_body .auction_goods .goods_img{
	background-color: #fff;
	display: block;
	padding: 4px;
	text-align: center;
	height: 132px;
	line-height: 132px;
	*display: table-cell;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 115px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    margin-bottom: 6px;
}
.auction_body .auction_goods .goods_img img{
	vertical-align: middle;
}
.auction_body .auction_goods{
	overflow: hidden;
	zoom:1;
	_display: inline;
	width: 754px;
	_margin-left: -3px;
}
.auction_body .auction_goods ul{
}
.auction_body .auction_goods ul li{
	float: left;
	width: 132px;
	_display: inline;
	margin-right: 20px;
	margin-bottom: 10px;
}
.auction_body .auction_goods ul li p{
	font-size: 12px;
	line-height: 1.6;
	color: #666;
	text-align: center;
}
.auction_body .auction_goods a.prev,
.auction_body .auction_goods a.next{
	position: absolute;
	top: 100px;
	left: 200px;
	width: 14px;
	height: 38px;
	background-image: url(../images/i_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 -38px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.auction_body .auction_goods a.next{
	right: 0;
	left: auto;
	background-position: 0 0;
}
.auction_body .auction_goods a.prev:hover,
.auction_body .auction_goods a.next:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.auction_selector{
	float: right;
	margin-top: -35px;
}
.dropdown_big{
	float: right;
	font-size: 12px;
	position: relative;
	z-index: 1;
}
.dropdown_big h4{
	padding: 5px 30px 5px 20px;
}
.dropdown_big h4 .symbol{
	padding: 5px 6px 5px 6px;
	margin-top: -2px;
	*margin-top: -3px;
}
.dropdown_big ul li a{
	text-indent:20px;
	padding-right:42px; 
	height: 32px;
	line-height: 32px;
}
.dropdown_big h4 strong{
	color:#999999;
}
.auction_list_title{
	background: url(../images/bg_auction_title.png) top left no-repeat;
	height: 85px;
	border-bottom: 1px dotted #ababab;
	text-align: center;
	padding-top: 25px;
	margin-bottom: 10px;
	margin-top: -5px;
}
.auction_list_title .h1{
	color: #000;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}
.auction_list_title .auction_list_intro{
	color: #666;
}
.auction_list_title .auction_list_intro p{
	display: inline-block;
	*display: inline;
	zoom:1;
	margin-left: 10px;
	font-size: 12px;
	font-family: 'Times New Roman';
}
.auction_list_title .auction_list_intro kbd{
	color: #680b49;
	font-size: 14px;
	vertical-align: bottom;
	font-weight: bold;
	font-family: 'Times New Roman';
	margin-left: 5px;
}
.goods_page_nav{
	line-height: 36px;
	height: 36px;
	text-align: center;
	font-size: 12px;
	margin-top: -10px;
	background-color: #f5f5f5;
}
.goods_page_nav a{
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.goods_page_nav .next,
.goods_page_nav .prev{
	background-color: #a0a0a0;
	color: #fff;
	height: 36px;
	font-size: 12px;
	font-weight: normal;
	line-height: 36px;
	display: block;
	float: left;
	padding: 0 20px;
}
.goods_page_nav .next{
	float: right;
}
.goods_detail{
	padding-top: 30px;
}
.goods_detail .goods_img{
	float: left;
	width: 585px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	background: url(../images/loading2.gif) 50% 40% no-repeat;
}
.goods_detail .goods_img .goods_big_img{
	display: inline-block;
	zoom:1;
}
.goods_detail .goods_img .goods_big_img img{
	float: left;
}
.goods_detail .goods_thumb_list{
	overflow: hidden;
	zoom:1;
	margin-top: 10px;
}
.goods_detail .goods_thumb_list .prev{
	height: 80px;
	width: 15px;
	float: left;
	margin-left: 90px;
	background-color: #eee;
	color: #ccc;
	line-height: 80px;
	visibility: hidden;
}
.goods_detail .goods_thumb_list .next{
	height: 80px;
	width: 15px;
	float: right;
	margin-right: 90px;
	background-color: #eee;
	color: #ccc;
	line-height: 80px;
	visibility: hidden;
}
.goods_detail .goods_thumb_list .prev:hover,
.goods_detail .goods_thumb_list .next:hover{
	text-decoration: none;
	color: #666;
}
.goods_detail .goods_img ul{
	text-align: center;
	margin: 0 auto 0;
	overflow: hidden;
	white-space: nowrap;
	width: 368px;
}
.goods_detail .goods_img ul li{
	display: inline-block;
	*display: inline;
	zoom:1;
	margin: 0 6px;
}
.goods_detail .goods_img ul li a{
	display: block;
	height: 78px;
	width: 78px;
	text-align: center;
	line-height: 78px;
    /* 针对IE的Hack */
    *font-size: 68px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    border:1px solid #dbdbdb;
    opacity: 0.5;
	filter: alpha(opacity=50);
}

.goods_detail .goods_img ul li a.selected,
.goods_detail .goods_img ul li a:hover{
    opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
}
.goods_detail .goods_img ul li a.selected{
	border-color: #7f7f7f;
}
.goods_detail .goods_img ul li a img{
	vertical-align: middle;
}
.goods_detail .goods_img .i_zoom{
	background-image: url(../images/i_search3.png);
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 3;
	display: none;
}
.goods_detail .goods_info{
	overflow: hidden;
	zoom:1;
	padding-right: 30px;
}
.goods_detail .goods_info .h1{
	margin-bottom: 10px;
	color: #000;

}
.goods_detail .goods_info .h2{
	color: #333;
}
.goods_detail .goods_info .h2 a{
	margin-left: 5px;
}
.goods_detail .goods_info .goods_tag{
	font-size: 12px;
	color: #666;
}
.goods_detail .goods_info .goods_tag p{
	margin: 8px 0;
}
.goods_detail .goods_info .aucation_info{
	color: #999;
	font-size: 12px;
	margin-bottom: 30px;
}
.goods_detail .goods_info .aucation_info p{
	margin-bottom: 4px;
	line-height: 1.6;
}
.goods_detail .goods_info .aucation_info p span{
	color: #333;
	font-size: 14px;
}
.goods_detail .goods_info .aucation_info p span em{
	font-size: 28px;
	margin-right: 5px;
}
.goods_detail .goods_data{
	clear: both;
	background-color: #f5f5f5;
	padding: 20px 30px;
	font-size: 12px;
	color: #333;
}
.goods_detail .goods_data li{
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
	zoom:1;
	line-height: 2;
}
.goods_detail .goods_data li label{
	color: #999;
	width: 80px;
	float: left;
}
.goods_detail .goods_data li div{
	overflow: hidden;

	zoom:1;
}
.goods_related{
	padding: 20px 30px;
}
.goods_related .h4{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
.goods_related .goods_related_goods{
	float: left;
	width: 570px;
	border-right: 1px solid #e4e4e4;
	margin-right: 20px;
}
.goods_related .goods_related_goods ul li{
	float: left;
	width: 155px;
	height: 188px;
	margin-right: 35px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 1.6;
}
.goods_related .goods_related_goods li .goods_img{
	display: inline-block;
	zoom:1;
	height: 124px;
	line-height: 124px;
	*display: table-cell;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 108px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
}
.goods_related .goods_related_goods li .goods_img img{
	vertical-align: middle;
}
.goods_related .goods_related_goods ul li h5{
	margin: 4px 0 2px;
	line-height: 1.6;
}
.goods_related .goods_related_goods ul li h5 a{
	margin-left: 5px;
	vertical-align: bottom;
}
.goods_related .goods_related_goods ul li p{
	color: #666;
}
.goods_related .goods_related_aucation_logs{
	overflow: hidden;
	zoom:1;
}
.goods_related .goods_related_aucation_logs li{
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ababab;
	padding-bottom: 8px;
	text-align: right;
	color: #666;
}
.goods_related .goods_related_aucation_logs li a{
	float: left;
	text-align: left;
}
.auction_preview_info{
	position: absolute;
	right: 20px;
	top:15px;
	font-size: 12px;
	color: #999;
}
.auction_preview_intro{
}
.auction_preview_intro span{
	margin-left: 40px;
	display: block;
	text-align: right;
	margin-bottom: 6px;
}
.auction_preview_intro em{
	color: #333;
	font-size: 14px;
	margin-left: 10px;
	vertical-align: bottom;
	position: relative;
	bottom: -2px;
	*bottom: 0px;
	_bottom:2px;
}
.auctio_address{
	margin-top: 8px;
	_margin-top: 4px;
	text-align: right;
}
.goods_category{
	background:#f5f5f5 url(../images/bg_gradient2.png) top left repeat-x;
	padding: 8px 0;
	border-top: 4px solid #888888;
}
.goods_category ul{
	font-size: 12px;
}
.goods_category ul li{
	border-left: 1px dotted #ababab;
	margin-left: 22px;
	float: left;
}
.goods_category ul li.first{
	border-left: none;
	margin-left: 0;
}
.goods_category ul li.curr a{
	font-weight: bold;
	color: #000;
}
.goods_category ul li a{
	color: #333;
	padding-left: 22px;
	display: inline-block;
	zoom:1;
	height: 25px;
	line-height: 25px;
}
.auction_banner{
	box-shadow: none;
}
.auction_banner img{
	float: left;
}
.auction_preview_date{
	float: right;
	margin-top: -36px;
	font-size: 18px;
	color: #680b49;
	margin-right: 20px;
}
.user_center_tabs{
	position: relative;
	z-index: 1;
}
.user_center_tabs ul{
	margin-left: 1px;
}
.user_center_tabs ul li{
	float: left;
}
.user_center_tabs ul li a{
	height: 32px;
	line-height: 36px;
	padding: 0 35px;
	font-size: 14px;
	color: #333;
	text-align: center;
	display: inline-block;
	zoom:1;
	margin-bottom: 4px;
	border-right: 1px dotted #ababab;
}
.user_center_tabs ul li.curr{
	border-top: 2px solid #680b49;
	background-color: #fff;
	font-weight: bold;
	margin-left: -1px;
	box-shadow: -1px -1px 1px rgba(0,0,0,.1), 1px -1px 1px rgba(0,0,0,.1);
}
.user_center_tabs ul li.curr a{
	border-right: none;
}
.user_center_menu{
	float: left;
	margin-right: 43px;
	width: 160px;
	background: url(../images/bg_gradient3.png) top right repeat-y;
}
.user_center_menu ul li a{
	padding: 10px 10px 10px 0;
	line-height: 1.6;
	display: block;
	padding-left: 18px;
	color: #333;
	border-bottom: 1px dotted #ababab;
}
.user_center_menu ul li.curr a{
	font-weight: bold;
	color: #781b59;
	background:#fff url(../images/i_arrow2.png) 145px center no-repeat;
}
.user_center_main{
	padding: 25px;
}
.user_center_content{
	margin-top: 20px;
	overflow: hidden;
	zoom:1;
	padding: 0 10px;
}
.user_info{
	font-size: 12px;
	line-height: 1.6;
}
.user_info li{
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}
.user_info label{
	float: left;
	color: #999;
	margin-right: 15px;
	margin-top: -1px;
}
.user_info .level_line{
	float: left;
}
.level_line i{
	position: relative;
	display: inline-block;
	*display: inline;
	width: 350px;
	vertical-align: middle;
	height: 4px;
	zoom:1;
	margin-right: 10px;
	background: url(../images/bg_level_line.png) no-repeat;
}
.level_line kbd{
	display: inline-block;
	*display: inline;
	zoom:1;
	color: #999;
	margin-right: 10px;
	vertical-align: middle;
	font-size: 12px;
}
.level_line p{
	color: #999;
	margin-top: 10px;
}
.i_circle{
	width: 16px;
	height: 16px;
	background: url(../images/i_level_point.png) no-repeat;
}
.level_line i span{
	position: absolute;
	left: 30%;
	top: -6px;
	cursor: help;
}
.page_inner_title{
	padding-left: 10px;
	border-left: 3px solid #000;
	margin-bottom: 15px;
}
.i_search3{
	background-image: url(../images/i_search4.png);
	width: 17px;
	height: 17px;
}
.btn_gray .i_search3{
	margin-right: 10px;
	margin-left: -5px;
	margin-top: -2px;
}
.i_date{
	background-image: url(../images/i_date.png);
	width: 18px;
	height: 18px;
}
.ui-datepicker-trigger{
	vertical-align: middle;
	margin-left: 6px;
	cursor: pointer;
}
body .ui-datepicker{
	font-size: 12px;
	margin-top: 3px;
}
.money{
	font-size: 24px;
	font-family: 'Times New Roman';
	top: 1px;
	position: relative;
}
.account_item{
	box-shadow: 0 2px 4px rgba(0,0,0,.26);
	margin-bottom: 30px;
	overflow: hidden;
}
.account_item h3{
	background-color: #680b49;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-indent: 20px;
	margin-bottom: 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.account_item h3 span{
	margin-left: 10px;
}
.account_item {
	padding: 0 20px;
	background-color: #f5f5f5;
	display: block;
}
.account_item .bank_logo{
	float: left;
	clear: left;
	margin-right: 10px;
	padding-left: 40px;
}
.i_bank{
	width: 23px;
	height: 23px;
	background-image: url(../images/bank_logo.png);
}
.i_bank_abc{
	background-position: 0 0 ;
}
.i_bank_cmb{
	background-position: 0 -46px;
}
.i_bank_icbc{
	background-position: 0 -23px ;
}
.i_bank_hsbc{
	background-position: 0 -69px;
}
.i_bank_fubon{
	background-position: 0 -92px;
}
.account_label{
	font-weight: bold;
	font-size: 20px;
	font-family: 'Times New Roman';
}
table.account_table{
	overflow: hidden;
	margin-bottom: 20px;
}
table.account_table td.label{
	vertical-align: middle;
}
table.account_table td.label2{
	vertical-align: top;
}
table.account_table td{
	font-family: 'Times New Roman';
}
.safe_item{
	margin-right: 22px;
	border:1px solid #d6d6d6;
	padding: 20px;
	float: left;
	width: 178px;
	_display: inline;
	height: 202px;
}
.safe_item_last{
	margin-right: 0;
}
.safe_item h4{
	color: #000;
	font-style: 14px;
	text-align: center;
	margin-bottom: 8px;
}
.safe_item em{
	display: block;
	text-align: center;
	font-size: 12px;
	height: 14px;
	color: #999;
}
.safe_item p{
	line-height: 1.8;
	color: #666;
	font-size: 12px;
}
.confirm_step{
	margin-bottom: 20px;
	overflow: hidden;
}
.confirm_step li{
	float: left;
	width: 226px;
	background-color: #f8f8f8;
	color: #272727;
	font-size: 12px;
	*overflow: hidden;
	text-indent: 32px;
	height: 32px;
	line-height: 32px;
	border:1px solid #d1d1d1;
}
.confirm_step li strong{
	font-size: 20px;
	line-height: 1;
	font-family: 'Times New Roman';
	vertical-align: middle;
	margin-right: 10px;
}
.confirm_step li .arrow{
	z-index: 10;
	top: -34px;
	position: relative;
	border-width: 17px 0 17px 17px;
	left: 227px;
	border-left-color: #d1d1d1;
}
.confirm_step li .arrow i{
	top: -16px;
	left: -18px;
	border-width: 16px 0 16px 17px;
	border-left-color: #f8f8f8;
	line-height: 1;
}
.confirm_step li.curr{
	background-color:#680b49;
	color: #fff;
	border:1px solid #680b49;
}
.confirm_step li.curr .arrow{
	border-left-color: #680b49;
}
.confirm_step li.curr .arrow i{
	display: none;
}
.fav_list{
	overflow: hidden;
	zoom:1;
}
.fav_list li{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.fav_list li a{
	display: block;
	border:2px solid #d9d9d9;
	background-color: #fbfbfb;
	text-align: center;
	height: 31px;
	line-height: 31px;
	font-size: 12px;
	color: #000;
	width: 164px;
}
.fav_list li a:hover{
	text-decoration: none;
	border-color: #d1d1d1;
	background-color: #fff;
}
.fav_list li.curr a{
	border-color: #a42e7d;
	background: #fff url(../images/i_check.png) right bottom no-repeat;
}
.message_list{
}
.message_list li{
	padding: 15px 0;
	border-bottom: 1px dotted #ababab;
}
.message_list li h3{
	margin-bottom: 6px;
	font-size: 14px;
}
.message_list li h3 a{
}
.message_list li p{
	color: #999;
	font-size: 12px;
	margin-bottom: 8px;
	line-height: 1.8;
}
.message_list li .message_prop{
	font-size: 12px;
	color: #999;
}
.news_detail{
	margin: 20px auto;
	width: 860px;
}
.news_detail .h1{
	text-align: center;
	margin-bottom: 15px;
	font-family: 'Times New Roman';
}
.news_detail .news_publish_time{
	color: #999;
	font-size: 12px;
	text-align: center;
	font-family: 'Times New Roman';
}
.news_detail .news_content{
	line-height: 2.2;
	color: #333;
	margin: 0 50px 50px;
}
.news_detail .news_content p{
	margin: 15px 0;
	font-family: "宋体";
}
.news_detail .news_content img{

}
.news_list_main{
	margin: 0 35px;
}
.news_list_main .h1{
	border-bottom: 3px solid #ababab;
	padding-bottom: 10px;
	margin-bottom: 4px;
}
.news_list{
	overflow: hidden;
}
.news_list li{
	border-bottom: 1px dotted #ababab;
	line-height: 1.8;
	text-align: right;
	padding: 8px 0;
	font-family: 'Times New Roman';
	overflow: hidden;
	zoom:1;
}
.news_list li .news_title{
	font-size: 14px;
	float: left;
	width: 800px;
	text-align: left;
}
.news_list li .news_title a{
	color: #303030;
}
.news_list li .news_hits{
	font-size: 12px;
	text-align: left;
	color: #999;
	display: inline-block;
	*display: inline;
	zoom:1;
	text-indent: 14px;
	background: url(../images/i_arrow3.png) left center no-repeat;
}
.news_list li .news_date{
	font-size: 12px;
	color: #999;
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 115px;
	margin-right: 10px;
}
.login_main{
	overflow: hidden;
}
.login_main .h1{
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 3px solid #ababab;
	margin-bottom: 15px;
}
.login_main .login_content{
	width: 390px;
	margin:0 auto;
}
.login_main .login_content2{
	padding-top: 20px;
	float: left;
	border-right: 1px dotted #ababab;
	padding-right: 20px;
	width: 620px;
}
.login_ext{
	margin-left: 95px;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.login_ext a{
	margin-right: 10px;
}
.login_main .login_sildebar2{
	text-align: center;
	padding-top: 100px;
	font-size: 12px;
}
.login_main .login_content3{
	width: 620px;
	margin:0 auto;
}
.login_main .gb_sildebar{
	text-align: left;
	padding-top: 20px;
	font-size: 12px;
}
.login_main .confirm_step{
	margin: -20px 0 20px;
	padding: 0 32px;
	background-color: #fff;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	zoom:1;
}
.login_main .confirm_step li{
	width: 300px;
}
.login_main .confirm_step li .arrow{
	left: 300px;
}
.i_phone{
	background-image: url(../images/i_phone.png);
	width: 31px;
	height: 22px;
}
.qb_body #footer{
	position: absolute;
	bottom: 0;
	width: 100%;
}
#footer #tel{
	float: right;
}
#footer #tel .icon{
	margin-right: 10px;
}

.qb_body #header{
	border-top: 5px solid #680b49;
	background-color: #fff;
	padding-bottom: 0;
}
.qb_body #navigation-body{
	overflow: hidden;
	height: 61px;
}
#logo2{
	float: left;
	margin-top: 16px;
}
#logo2 a{
	display: block;
	height: 27px;
	width: 333px;
	background: url(../images/i_logo3.png) no-repeat;
}
#user-console2{
	float: right;
	font-size: 12px;
	height: 61px;
	line-height: 61px;
	color: #666666;
}
#bg-qb{
	position: absolute;
	z-index: -1;
	top: 66px;
	left: 0;
	visibility: hidden;
}
.i_arrow4{
	background-image: url(../images/i_arrow4.png);
	width: 3px;
	height: 5px;
}
#qb-main{
	overflow: hidden;
}
#qb-main h2.title{
	float: left;
	margin: 10px 0 15px;
	color: #fff;
}
#meeting_statis{
	float: right;
	margin: 12px 0 17px;
	color: #fff;	
	font-size: 12px;
}
#qb-content{
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	zoom:1;
	font-family: 'Times New Roman';
}
#qb-time{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	color:#fff;
	padding: 4px 10px;
	font-size: 26px;
	font-family: 'Times New Roman';
}
#qb-img{
	width: 348px;
	height: 348px;
	float: left;
	border-right: 1px solid #bcb6aa;
	text-align: center;
}
#qb-nav{
	overflow: hidden;
	margin-left: -1px;
	margin-right: -1px;
	font-family: 'Times New Roman';
}
#qb-nav li{
	background: url(../images/bg_qb_nav.png);
	margin-left: 1px;
	overflow: hidden;
	float: left;
	width: 286px;
	_width: 285px;
	_display:inline;
	padding: 20px;
	height: 118px;
	font-size: 14px;
}
#qb-nav li h3{
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	margin-top: -5px;
}
#qb-nav li .img{
	float: left;
	margin-right: 15px;
}
#qb-nav li .info{
	zoom:1;
	overflow: hidden;
}
#qb-nav li .info p{
	margin-bottom: 6px;
	color: #fff;
}
#qb-info{
	zoom:1;
	overflow: hidden;
}
#qb-title{
	overflow: hidden;
	zoom:1;
}
#qb-lot{
	float: left;
	position: relative;
	width: 103px;
	border-bottom: 1px solid #9c9082;
	border-right: 1px solid #9c9082;
	padding: 12px 0;
	text-align: center;
	font-size: 26px;
}
#qb-lot label{
	position: absolute;
	color: #b1b0b0;
	font-size: 11px;
	top: 4px;
	left: 10px;
}
#qb-name{
	overflow: hidden;
	border-bottom: 1px solid #9c9082;
	padding: 12px 20px;
	font-size: 26px;
	position: relative;
	_left: -3px;
	_margin-right: -3px;
	zoom:1;
}
#qb-name a{
	color: #000;
	margin-right: 20px;
}
#qb-name a span{
	display: none;
}
#qb-name .expand{
	margin: 0;
	background-color: #fff;
	border:1px solid #d0d0d0;
	padding: 8px;
	font-size: 10px;
	color:#9f9f9f;
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 14px;
	text-decoration: none;
}
#qb-name .expand:hover{
	color: #939393;
	border-color: #bdbdbd;
}
#qb-name.expand{
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	z-index: 1;
	width: 487px;
	background-color: #fff;
	border-left: 1px solid #9c9082;
}
#qb-name.expand a span{
	display: inline;
}
#qb-status{
	border-bottom: 1px solid #9c9082;
	overflow: hidden;
	zoom:1;
	clear: both;
}
#qb-price{
	float: left;
	border-right: 1px solid #9c9082;
	height: 86px;
	width: 430px;
	padding: 20px;
}
#qb-price label{
	color: #7e7e7e;
	font-size: 20px;
	float: left;
	width: 80px;
	margin-right: 10px;
}
#qb-price p{
}
#qb-price div{
	overflow: hidden;
	text-align: right;
}
#qb-price div em{
	font-size: 18px;
	color: #7e7e7e;
	vertical-align: top;
	margin-right: 10px;
}
#qb-price div kbd{
	font-size: 52px;
	position: relative;
	top: -12px;
	font-weight: bold;
	font-family: 'Times New Roman';
}
#qb-price div i{
	font-size: 18px;
	color: #7e7e7e;
	vertical-align: top;
	margin-right: 10px;
	font-style: normal;
}
#qb-price div cite{
	font-size: 30px;
	_line-height: 0;
	position: relative;
	top: -6px;
	color: #7e7e7e;
	font-family: 'Times New Roman';
}
#qb-curr-status{
	overflow: hidden;
	padding: 10px 20px 0;
	zoom:1;
}
#qb-curr-status label{
	display: block;
	color: #828282;
	font-size: 14px;
	margin-bottom: 4px;
}
#qb-curr-status p{
	font-size: 20px;
	margin-bottom: 4px;
	font-weight: bold;
}
#qb-curr-status p kbd{
	font-size: 26px;
	font-weight: normal;
}
#qb-my{
	overflow: hidden;
	clear: both;
	zoom:1;
}
#qb-my-price{
	overflow: hidden;
	padding-top: 7px;
	padding-left: 22px;
	zoom:1;
	margin-bottom: 6px;
}
#qb-my-price label{
	font-size: 20px;
	float: left;
	color: #7e7e7e;
}
#qb-my-price label em{
	display: block;
	font-size: 14px;
}
#qb-my-price ul{
	margin-left: -6px;
	margin-right: -6px;
}
#qb-my-price ul li{
	float: left;
	margin-left: 6px;
}
#qb-my-price ul li a{
	display: block;
	width: 166px;
	text-decoration: none;
	background-color: #b00101;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 42px;
	height: 42px;
}
#qb-my-price ul li a:hover{
	background-color: #c80f0f
}
#qb-my-custom{
	border-bottom: 1px solid #9c9082;
	padding-bottom: 6px;
	text-align: right;
	padding-right: 14px;
}
#qb-my-custom label{
	font-size: 20px;
	color: #7e7e7e;
	vertical-align: middle;
}
#qb-my-custom em{
	color: #7e7e7e;
	margin-left: 4px;
	margin-right: 4px;
	vertical-align: middle;
}
#qb-my-custom input{
	vertical-align: middle;
	height: 25px;
	line-height: 25px;
	font-size: 24px;
	color:#cb0000;
	text-align: right;
	font-family: 'Times New Roman';
	margin-right: 4px;
}
.btn_red_silver{
	background-color: #b00101;
	color:#fff;
}
.btn_red_silver span{
    padding: 0 20px 0 12px;
	font-size: 20px;
    height:42px;
    line-height:42px;
    *height:40px;
    *line-height:40px;
    color:#fff;
}
.btn_red_silver:hover{
    background-color: #c80f0f;
}
#qb-my-number{
	float: left;
	border-right: 1px solid #9c9082;
	width: 188px;
	padding: 14px 0 14px;
	text-align: center;
	color: #828282;
}
#qb-my-number kbd{
	font-size: 26px;
	font-family: 'Times New Roman';
	color: #000;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-left: 4px;
}
#qb-my-count{
	text-align: right;
	line-height: 60px;
	height: 60px;
	padding-right: 50px;
	position: relative;
	overflow: hidden;
	zoom:1;
}
#qb-my-count label{
	color:#828282;
}
#qb-my-count kbd{
	font-size: 26px;
	font-family: 'Times New Roman';
	color: #000;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-left: 4px;
}
#qb-my-count .expand{
	margin: 0;
	background-color: #fff;
	border:1px solid #d0d0d0;
	padding: 8px;
	font-size: 10px;
	color:#9f9f9f;
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 14px;
	line-height: 1.2;
	text-decoration: none;
}
#qb-my-count .show,
#qb-my-count .expand:hover{
	color: #939393;
	border-color: #bdbdbd;
}
.qb_count_list{
	padding: 10px 15px 15px;
}
.qb_count_list li{
	overflow: hidden;
	text-align: right;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #ababab;
}
.qb_count_list li em{
	color: #7e7e7e;
	float: left;
	font-size: 14px;
}
.qb_count_dialog .d_main{
	border-radius: 0;
	border-color: #bdbdbd;
}
.qb_count_dialog .line{
	position: absolute;
	top: -1px;
	right: 0;
	width: 26px;
	font-size: 0;
	height: 1px;
	border-top: 1px solid #fff;
}
.arts_head{
	border-bottom: 4px solid #ababab;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 10px;
}
.arts_head input{
	border:1px solid #d8d8d8;
	height: 22px;
	padding-left: 6px;
	font-size: 12px;
	width: 83px;
	vertical-align: middle;
	margin-left: 4px;
}
.oldie .arts_head input{
	line-height: 22px;
}
.arts_head button{
	background: url(../images/i_search2.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
	width: 29px;
	height: 24px;
	border:none;
	vertical-align: middle;
	cursor: pointer;
}
.arts_search{
	font-size: 12px;
	float: right;
	margin-top: -25px;
	color: #666666;
}
.arts_index{
	background-color: #fff;
	overflow: hidden;
	zoom:1;
	padding-bottom: 6px;
	border-bottom:1px dotted #ababab;
}
.arts_index h5{
	margin-bottom: 6px;
	color: #999;
	font-size: 12px;
}
.arts_index div a{
	color: #680b49;
	float: left;
	width: 3.8%;
	font-size: 18px;
	text-align: center;
	font-family: 'Times New Roman';
}
.arts_list{
	padding-bottom: 30px;
}
.arts_list kbd{
	display: inline-block;
	_display: inline;
	zoom:1;
	float: left;
	height: 34px;
	width: 34px;
	background-color: #3b3b3b;
	border-radius: 17px;
	line-height: 34px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	margin-right: 25px;
	margin-left: 10px;
}
.arts_list li.item{
	padding-top: 20px;
	padding-bottom: 15px;
	zoom:1;
	overflow: hidden;
	background-color: #fff;
	border-bottom:1px dotted #ababab;
}
.arts_list ul{
	overflow: hidden;
	padding-top: 8px;
	zoom:1;
}
.arts_list ul li{
	float: left;
	width: 166px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #2b2b2b;
}
.arts_list ul li a{
	color: #2b2b2b;
}
.stuck{
	position:fixed;
	top:0;
	box-shadow:0 2px 4px rgba(0, 0, 0, .3);
	width: 900px;
	background-color: #fff;
	z-index: 1;
	border-bottom-style: solid;
}

.stuck h5{
	display: none;
}
.arts_detail{
	overflow: hidden;
	margin-bottom: 20px;
}
.arts_detail .arts_info{
	margin-right: 20px;
	padding-left: 20px;
	float: left;
	width: 600px;
	padding-top: 15px;
	padding-right: 30px;
	border-right: 1px dotted #ababab;
}
.arts_detail .arts_info h1{
	font-size: 26px;
	margin-bottom: 10px;
	font-family: 'Times New Roman';
}
.arts_detail .arts_info p{
	line-height: 2;
	font-size: 12px;
	color: #666;
}
.arts_statis{
	overflow: hidden;
	zoom:1;
}
.arts_statis p{
	text-align: center;
	font-family: 'Times New Roman';
	font-size: 16px;
	color: #999999;
}
.arts_statis li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ababab;
}
.arts_statis p kbd{
	font-size: 24px;
	font-family: 'Times New Roman';
	font-weight: bold;
	color: #333;
}
.single_title{
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 15px;
	border-bottom: 4px solid #ababab;
}
.single_body{
	line-height: 2;
	color: #888;
}
.single_body h2{
	font-size: 20px;
	color: #000;
}
.single_body p{
	font-size: 12px;
	margin-bottom: 20px;
}
.about_list{
	border-top: 2px solid #ababab;
	padding-top: 10px;
	overflow: hidden;
	zoom:1;
}
.about_list li{
	overflow: hidden;
	border-bottom: 1px dotted #ababab;
	padding: 20px 0;
	zoom:1;
}
.about_list p{
	color: #333;
	overflow: hidden;
	zoom:1;
}
.about_list p strong{
	font-weight: bold;
}
table.jobs{
	border:1px solid #c6c6c6;
	width: 100%;
	margin-bottom: 20px;
}
table.jobs tr th,
table.jobs tr td{
	border:1px solid #c6c6c6;
	background-color: #fff;
	padding: 8px 12px;
	color: #000;
	font-size: 12px;
	line-height: 1.8;
}
table.jobs tr th{
	text-align: center;
	background-color: #f6f6f6;
	color: #666;
}
table.jobs .inner{
	padding: 0;
	border:none;
}
table.jobs table{
	width: 100%;
	position: relative;
	right: -1px;
	bottom: -1px;
}
table.jobs table th,
table.jobs table td{
	border-top: none;
	border-left: none;
}
table.jobs table th{
	text-align: left;
}
table.jobs table td{
	vertical-align: top;
}
table.jobs .no{
	background-color: #852e68;
	font-size: 20px;
	color: #fff;
	font-family: 'Times New Roman';
	text-align: center;
	line-height: 1.4;
}
table.jobs .title{
	font-size: 20px;
	line-height: 1.4;
}
html .red2,html a.red2,html a.red2:hover{color:#852e68 !important;}
.contact_list{
	margin-bottom: 40px;
	overflow: hidden;
}
.contact_list .item{
	float: left;
	width: 50%;
}
.contact_list .item h1{
	font-size: 26px;
	color: #680b49;
	margin-bottom: 10px;
}
.contact_list .item ul{
	font-size: 12px;
	color: #666666;
}
.contact_list .item ul li{
	line-height: 2.2;
	padding-left: 40px;
	font-family: 'Times New Roman';
	background-repeat: no-repeat;
	background-image: url(../images/i_contact.png);
}
.contact_list .item ul li.address{
	background-position: 10px 5px;
}
.contact_list .item ul li.tel{
	background-position: 10px -70px;
}
.contact_list .item ul li.email{
	background-position: 10px -150px;
}
.entrust_step{
	background: url(../images/entrust_step.png) no-repeat;
	width: 893px;
	height: 52px;
}
.entrust_step_detail{
	font-size: 12px;
	padding-bottom: 20px;
	clear: both;
	zoom:1;
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 2px solid #cbcbcb;
}
.entrust_step_detail li{
	float: left;
	border-right: 1px dotted #ababab;
	width: 249px;
	padding-right: 10px;
	padding-left: 40px;
	padding-top: 15px;
	height: 150px;
}
.entrust_step_detail li.last{
	border-right: none;
}
.entrust_step_detail li p{
	line-height: 1.8;
	color: #666;
}
.entrust_step_detail li h5{
	margin-bottom: 6px;
}
.entrust_readme{
	line-height: 1.8;
	font-size: 12px;
	color: #333;
}
.entrust_readme p{
	text-indent: 2em;
	margin-bottom: 15px;
}
.btn_red2{
    background-color: #680b49;
    color:#fff;
}
.btn_red2 span{
    padding: 0 25px 0 17px;
    font-size: 12px;
    height:32px;
    line-height:32px;
    color:#fff;
}
.btn_red2:hover{
    background-color: #991d70;
}
.btn_red2_big{
    background-color: #680b49;
    color:#fff;
}
.btn_red2_big span{
    padding: 0 50px 0 42px;
    font-size: 12px;
    height:40px;
    line-height:40px;
    color:#fff;
}
.btn_red2_big:hover{
    background-color: #991d70;
}
.dep_detail{
	background: url(../images/bg_gradient4.png) bottom left repeat-x;
	overflow: hidden;
	zoom:1;
	padding-top: 20px;
	padding-bottom: 20px;
}
.dep_detail h1{
	font-size: 26px;
	color: #000;
	margin: 20px auto;
	text-align: center;
}
.btn_show_dep_detail{
	display: inline-block;
	zoom:1;
	float: right;
	margin-right: 20px;
	margin-top: 25px;
}
.dep_content{
	background: url(../images/i_quote1.png) left top no-repeat;
	margin: 0 80px 0;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 60px;
}
.dep_content .dep_content_inner{
	background: url(../images/i_quote2.png) right bottom no-repeat;	
	padding: 0 50px;
	font-size: 12px;
	color: #666;
	line-height: 1.8;
}
.dep_content .dep_content_inner p{
	margin-bottom: 15px;
}
.dep_content .dep_content_inner .more{
	text-align: center;
	position: absolute;
	width: 90%;
	_width: 100%;
}
.dep_content .dep_content_inner .more em{
	display: block;
	font-size: 18px;
	color: #666;
	font-family: '宋体';
}
.dep_content .dep_content_inner .more a{
	text-decoration: none;
	display: inline-block;
	position: relative;
	zoom:1;
}
.dep_content .dep_content_inner .more a .arrow{
	left: 17px;
	top: 25px;
	border-top-color: #680b49;
	border-top-width: 5px;
	border-left-width: 5px;
	border-right-width: 5px;
}
.dep_person{
	padding: 20px 25px;
}
.dep_person h4{
	font-size: 14px;
	font-weight: bold;
	color: #811d60;
	margin-bottom: 15px;
}
.dep_person ul{
	padding-left: 60px;
	overflow: hidden;
}
.dep_person ul li{
	float: left;
	margin-bottom: 35px;
	width: 327px;
	_display:inline;
	margin-right: 100px;
	height: 200px;
}
.dep_person ul li.clear{
	float: none;
	margin: 0;
	width: auto;
}
.dep_person ul.single{
	text-align: center;
}
.dep_person ul.single li{
	float: none;
	display: inline-block;
	*display: inline;
	zoom:1;
	text-align: left;
}
.dep_person ul li .img{
	float: left;
	margin-right: 20px;
}
.dep_person ul li h5{
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: 2px solid #d7d7d7;
	margin-bottom: 15px;
}
.dep_person ul li div{
	overflow: hidden;
	zoom:1;
}
.dep_person ul li div p{
	color: #666;
	margin-bottom:8px;
	line-height: 1.6;
	font-family: 'Times New Roman';
	font-size: 12px;
}
.dep_related{
	padding: 20px 25px;
	border-top: 1px solid #dbdbdb;
	background:#fbfbfb url(../images/bg_gradient5.png) top left repeat-x;
}
.dep_un_auction_related{
	background-color: #fff;
}
.dep_related h4{
	font-size: 14px;
	font-weight: bold;
	color: #811d60;
	margin-bottom: 15px;
}
.i_arrow5{
	background-image: url(../images/i_arrow5.png);
	width: 10px;
	height: 9px;
}
.dep_related ul{
	overflow: hidden;
	zoom:1;
}
.dep_related ul li{
	float: left;
	margin-bottom: 20px;
	width: 228px;
	zoom:1;
	*display: inline;
	text-align: center;
	border-right: 1px dotted #ababab;
}
.dep_related ul li.last{
	border-right: none;
}
.dep_related ul li .img{
	display: inline-block;
	zoom:1;
	box-shadow: 0 3px 4px rgba(0,0,0,.39);
	margin-bottom: 6px;
}
.dep_related ul li .img img{
	float: left;
}
.dep_related ul li h5{
	font-size: 18px;
}
.dep_related ul li p{
	line-height: 1.6;
	color: #222222;
	font-size: 12px;
	margin-bottom: 4px;
}
.dep_related ul li p a{
	display: inline-block;
	zoom:1;
}
.ob_preview_main{
	height: 541px;
	background: url(../images/bg_online_bidding1.jpg) no-repeat;
	position: relative;
}
.ob_preview_btn{
	background-color: #781457;
	color: #fff;
	font-size: 18px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	display: inline-block;
	*display: inline;
	zoom:1;
	box-shadow: 0 2px 4px rgba(0,0,0,.75);
}
.ob_preview_btn:hover{
	text-decoration: none;
	background-color: #892167;
}
.ob_preview_main .ob_preview_btn{
	position: absolute;
	left: 380px;
	top: 200px;
}
.btn_search span{
	padding-left: 30px;
	background: url(../images/i_search4.png) 6px center no-repeat;
}
.currate_dialog{
	background:url(../images/bg_qb_nav.png); 
	padding: 4px;
}
.currate_dialog .d_main{
	box-shadow: none;
	border-radius: 0;
	border:none;
	padding: 30px 6px 6px;
	position: relative;
}
.currate_box .btn_close{
	position: absolute;
	right: 0;
	_right:-1px;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 26px;
	font-family: Vrinda;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background-color: #3b3b3b;
}
.currate_box .btn_close:hover{
	text-decoration: none;
	background-color: #4a4a4a;
}
.currate_box{
	font-family: 'Times New Roman';
	padding: 8px;
	background-color: #f2f2f2;
}
.currate_box table{
	font-size: 14px;
	width: 100%;
	margin-bottom: 8px;
}
.currate_box table tbody{
}
.currate_box table td{
	text-align: center;
	padding: 4px;
	color: #282828;
}
.currate_box .currate_date{
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: -8px;
	text-align: center;
	background-color: #680b49;
	color: #fff;
	font-size: 18px;
}
.entrust_box table{
	width: 320px;
	margin: 0 auto;
}
.buy_box{
	position: relative;
	padding-left: 30px;
	width: 200px;
	margin: 0 auto 35px;
	color: #242424;
}
.buy_box .icon{
	position: absolute;
	left: 0;
	top: 5px;
}
.buy_box h4{
	margin-bottom: 6px;
}
.buy_box p{
	font-size: 20px;
	font-family: 'Times New Roman';
}
.aboutblank{
	background-color: transparent;
	background-image: url(../images/bg_qb_nav.png);
}
.ob_loading{
	text-align: center;
	margin-bottom: 50px;
}
.ob_loading kbd{
	font-size: 30px;
	margin: 0 10px;
	font-family: 'Times New Roman';
}
.reg_auction_form{}
.reg_auction_form dt{
	float: left;
	margin-right: 80px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
}
.reg_auction_form dd{
	overflow: hidden;
	zoom:1;
}
.reg_auction_form dd .label{
	width: 90px;
	text-align: left;
}
.upload_text{
	position: relative;
	display: inline-block;
	*display: inline;
	zoom:1;
}
.upload_text button{
	position: absolute;
	right: -80px;
	top: 1px;
	width: 76px;
	border:none;
	background-color: #cccccc;
	font-size: 12px;
	color: #fff;
	text-align: center;
    padding: 8px 5px;
    cursor: pointer;
}
.upload_text button:hover{
	background-color: #d1d1d1;
}
.upload_text .text{
	color: #666;
    cursor: pointer;
}
.upload_text .file{
	position: absolute;
	top: 1px;
	left: -90px;
	width: 70px;
	_height: 34px;
    padding: 4px 5px;
	opacity: 0;
	filter: alpha(opacity=0);
    cursor: pointer;
}
.upload_text input.file::-webkit-file-upload-button{
    cursor: pointer;
}
#index_slide{
	width: 970px;
	height: 364px;
	background: #000 url('../images/loading.gif') no-repeat center center;
	z-index: 10;
	margin: 0 auto;
}
#index_slide a{
	display: none;
	width: 970px;
	height: 364px;
	zoom:1;
}
body .goods_grid_index{
	margin-top: 40px;
	margin-bottom: 30px;
	padding-bottom: 0;
}
body .goods_grid_index .goods_img{
	height: 138px;
	line-height: 138px;
	background-color: #fff;
	*font-size: 120px;
}
body .goods_grid_index li.item{
	height:auto;
	padding-top: 10px;
	margin-bottom: 10px;
	border-color: #d1cdc6;
}
body .goods_grid_index li.item h3{
	margin-bottom: 10px;
}
body .goods_grid_index2{
	margin-top: 40px;
	margin-bottom: 30px;
	padding-bottom: 0;
}
body .goods_grid_index2 .goods_img{
	height: 174px;
	line-height: 174px;
	*font-size: 152px;
}
body .goods_grid_index2 .goods_img img{
	width: 133px;
	height: 174px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.39);
	*filter:progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=135,strength=3)
}
body .goods_grid_index2 li.item{
	height:auto;
	padding-top: 10px;
	margin-bottom: 10px;
	border-color: #d1cdc6;
}
body .goods_grid_index2 .goods_info{
	text-align: center;
	margin-bottom: 0;
}
.news_center{
	_display: inline;
	float: left;
	padding-bottom: 10px;
	width: 444px;
	border-bottom: 4px solid #d1cdc6;
}
.news_center h3{
	font-weight: bold;
	margin-bottom: 10px;
}
.news_center ul{
	font-size: 12px;
	margin-bottom: 10px;
}

.news_center ul li{
	margin-bottom: 2px;
	line-height: 1.8;
	margin-left: 20px;
	color: #5d5d5d;
	list-style: square;
	text-align: left;
}
.news_center ul li a{
	color: #5d5d5d;
}
.news_center .more{
	text-align: right;
}
.news_center .more a{
	font-size: 12px;
	color: #5d5d5d;
}
.service_intro{
	height: 275px;
	float: left;
	_display: inline;
	margin-left: 20px;
	padding: 0 20px;
	width: 204px;
	border-left: 1px dotted #b0b0b0;
	border-right: 1px dotted #b0b0b0;
}
.service_intro h3{
	font-weight: bold;
	margin-bottom: 10px;
}
.service_intro dl{
	padding-left: 70px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.service_intro dl dt{
	margin-bottom: 10px;
}
.service_intro dl dd{
	color: #969696;
	font-size: 12px;
	line-height: 1.8;
}
.service_intro dl.item1{
	background-image:url(../images/bg_service_item1.png);
}
.service_intro dl.item2{
	background-image:url(../images/bg_service_item2.png);
}
.index_footer{
	padding: 0 20px;
}
.index_footer .sidebar{
	_display: inline;
	overflow: hidden;
	zoom:1;
	_float:right;
	padding-left: 17px;
}
.erate_rt{
	display: block;
	clear: both;
	overflow: hidden;
}
.erate_rt h3{
	font-size: 12px;
	margin-bottom: 8px;
	float: left;
}
.erate_rt p{
	text-align: right;
	overflow: hidden;
	_padding-right:20px;
	font-size: 12px;
	color: #680b49;
	font-family: 'Times New Roman';
	font-weight: bold;
}
.erate_rt table{
	width: 203px;
	font-family: 'Times New Roman';
	border-bottom: 2px solid #d1cdc6;
}
.erate_rt table thead td{
	background-color: #680b49;
	color: #fff;
	font-size: 12px;
	padding: 8px 6px;
}
.erate_rt table td{
	border: 1px solid #f1ece3;
	background-color: #ded9d1;
	padding: 6px;
	text-align: center;
}
.video_show{
	position: relative;
	overflow: hidden;
	zoom:1;
	margin-bottom: 20px;
}
.video_show .play{
	display: block;
}
.video_show .play img{
	float: left;
}
.video_show .play i{
	position: absolute;
	left: 35%;
	top: 15%;
	text-indent: -999px;
	z-index: 1;
	cursor: pointer;
	overflow: hidden;
	display: block;
	width: 57px;
	height: 57px;
	background: url(../images/i_play.png) no-repeat;
	opacity: 0.75;
	zoom:1;
	filter: alpha(opacity=75);
}
.video_show .play:hover i{
	opacity: 1;
	filter: alpha(opacity=100);
}
.video_show p{
	font-size:12px;
	position: absolute;
	bottom: 0;
	_bottom:-1px;
	left: 0;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 203px;
	color: #cbcbcb;
	background: url(../images/bg_qb_nav.png);
}
.video_show p a{
	color: #cbcbcb;
	text-decoration: none;
}
.video_show p a:hover{
	color: #fff;
	text-decoration: none;
}
.i_facebook{
	width: 16px;
	height: 16px;
	background-image: url(../images/i_facebook.png);
}
.i_weibo{
	width: 16px;
	height: 16px;
	background-image: url(../images/i_weibo.png);
}
#top-slide{
	position: absolute;
	top: -85px;
	right: 0;
	z-index: 1;
	overflow: hidden;
	height: 40px;
}
#top-slide li{
	font-size: 12px;
	text-align: right;
	padding-bottom: 10px;
}
#top-slide li h3{
	color: #999999;
	margin-bottom: 4px;
}
#top-slide li p{
	font-size: '宋体';
	color: #999999;
	font-style: normal;
}
#top-slide li p kbd{
	font-size: 18px;
	margin-left: 2px;
	color: #333;
	font-family: 'Times New Roman';
}
#goods-grid-wrap{
	overflow: hidden;
	height: 327px;
	_width: 100%;
	margin-bottom: 20px;
}
#goods-grid-wrap .goods_grid{
	background-position: -4px top;
}
.i_auction{
	background: url(../images/i_auction.gif) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}
.i_buy{
	background: url(../images/i_buy.gif) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}
.i_checkin{
	background: url(../images/i_checkin.gif) 2px 3px no-repeat;
	width: 16px;
	height: 16px;
}
.i_follow{
	background: url(../images/i_follow.gif) 0px 1px no-repeat;
	width: 16px;
	height: 16px;
}
.i_join{
	background: url(../images/i_join.gif) 3px 2px no-repeat;
	width: 16px;
	height: 16px;
}
.btn_entrust .icon{
	margin-left: -4px;
}
.print_wrap{
	position: relative;
}
.print_wrap .inner{
	position: absolute;
	width: 340px;
	left: 5px;
}
.print_wrap .inner div{
	font-size: 22px;
	font-family: '宋体';
	margin-bottom: 8px;
	line-height: 1.4;
}
.print_wrap p{
	color: #999;
	font-size: 14px;
}
.print_wrap p kbd{
	color: #000;
}