﻿/* global */
* {word-break:break-all;font-family:Verdana,Arial;-webkit-text-size-adjust:none;}/*"Microsoft Yahei",*/
body {margin:0;font-size:12px;color:#333333;background:#FFFFFF;overflow-x: hidden;}
form,input,select,textarea,td,th {font-size:12px;}
img {border:none;}
ul li {list-style-type:none;}
ol li {list-style-type:none;}
ul,form {margin:0px;padding:0px;}
table{border-collapse: collapse;border-spacing: 0;}
h1,h2,h3,h4,h5,h6{margin: 0px;}
a:link,a:visited,a:active {color:#333333;text-decoration:none;}
/* links */
a.w:link,a.w:visited,a.w:active {color:#FFFFFF;text-decoration:none;}
a.w:hover {color:#F4F3F2;}
a.b:link,a.b:visited,a.b:active {color:#225588;text-decoration:none;}
a.b:hover {color:#FF6600;}
a.g:link,a.g:visited,a.g:active {color:#666666;text-decoration:none;}
a.g:hover {color:#FF6600;}

@font-face {
	font-family: 'cart';
    src: url('cart.eot');
    src: url('cart.eot?#iefix') format('embedded-opentype'),
    url('../../../Fonts/cart.woff') format('woff'),
    url('../../../Fonts/cart.ttf') format('truetype'),
    url('cart.svg#cart') format('svg');
}
.iconfont{
    font-family:"cart" !important;
    font-size:22px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    /*animation: 1.5s linear 0s normal none infinite rotate;*/
	/*-webkit-animation:1.5s linear 0s normal none infinite rotate;*/
	-webkit-transition: font-size 0.25s ease-out 0s;
    -moz-transition: font-size 0.25s ease-out 0s;
    transition: font-size 0.25s ease-out 0s;
    cursor: pointer;
}
.icon-gouwuche:before { content: "\e61b"; }

/* 常用样式 */
::selection{ /* 拖动效果 */
	color: white;
	background-color: #ff7300;
}
::-webkit-scrollbar{ /* 整体部分 */
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-button{ /* 两端箭头按钮 */
	display: none;
}
::-webkit-scrollbar-track{ /* 滚动条的轨道 */
	display: none;
}
::-webkit-scrollbar-track-piece{ /* 整个滚动条 */
	border: 1px solid #ddd;
	background-color: #fff;
}
::-webkit-scrollbar-thumb{ /* 拖动的滚动条块 */
	background: -webkit-gradient(linear,0 0,0 100%,from(#ff3600),to(#ff7300));
	background: -moz-linear-gradient(#ff3600, #ff7300);
	background: -o-linear-gradient(#ff3600, #ff7300);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 6px rgba(51,51,51,.8);  
    box-shadow: 0px 1px 6px rgba(51,51,51,.8);
}
::-webkit-scrollbar-corner{ /* 边角 */
	border-radius: 50%;
}
::-webkit-resizer{ /* 右下角滚动条拖拽块 */
	display: none;
}

.cart_buy_padd{
	padding: 15px 15px;
}
.cart_buy_num{
	width: 25px;
	height: 25px;
	background: #FF7300;
	border-radius: 50%;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	display:block;
	text-align: center;
	color: white;
	line-height: 25px;
	float: left;
}
.cart_buy_txt{
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}

.loading{
	background:#FF7300;
    height:1px;
    position:fixed;
    top: 0;
    z-index:99999;
}
.m-sidebar{
	position: fixed;
	top: 0;
	right: -35px;
	/*right: 0;*/
	background: #eee;
	z-index: 2000;
	width: 33px;
	height: 100%;
	font-size: 12px;
	color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.cart{
	color: #666;
	text-align:center;
	line-height: 20px;
	/*padding: 200px 0 0 0px;*/
	position: absolute;
	top: 280px;
	cursor: pointer;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
}
.cart:hover{
	background: white;
	color: #ff7300;
}
.cart span{
	display:block;
	width:20px;
	margin:0 auto;
}
.cart i{
	width:35px;
	height:35px;
	display:block;
	line-height: 35px;
}
#cart_msg{
	position:fixed;
	top:380px;
	right:35px;
	z-index:10000;
	width:1px;
	height:52px;
	line-height:52px;
	font-size:20px;
	text-align:center;
	color:#fff;
	background:#360;
	display:none;
}
.RemoveCart{
	position: fixed;
	top: 0;
	left: 0;
	width: 82%;
	height: 100%;
	z-index: 99999;
}
.u-flyer{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: fixed;
	z-index: 9999;
}
.CartNum{
	background-color: #ff4400;
	color: white;
	font-family: Arial;
	font-weight: 700;
	font-size: 14px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
}
.cart_return{
	width:25px;
	height:25px;
	/*border:1px solid red;*/
	background: url('images/return_right.png') no-repeat;
	margin: 4px 0 0 6px;

}
.cart_content{
	position: absolute;
	top: 0;
	left: 35px;
	width: 280px;
	padding-right: 10px;
	background: #e6e6e6;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.cart_content .No_cart{
	height: 114px;
	line-height: 114px;
	text-align: center;
}
.cart_content .cart_clearing{
	position: fixed;
	width: 280px;
	z-index: 999;
	bottom: 0;
	padding-bottom: 15px;
}
.cart_clearing .clearing_wrap{
	position: relative;
	padding: 0 16px;
	background: #e6e6e6;
	z-index: 3;
	color: #333;
}
.clearing_wrap .clearing_Total{
	width: 248px;
	height: 30px;
	line-height: 30px;
	background: #e6e6e6;
	color: #333;
	overflow: hidden;
	zoom: 1;
}
.clearing_Total h3{
	float: left;
	width: 100px;
	height: 30px;
	color: #000;
	font-weight: 500;
}
.clearing_Total h3 .CheckedNum{
	font-weight: 500;
	margin-left: 4px;
	margin-right: 4px;
}
.clearing_Total .TotalFeeWrap{
	/*float: left;*/
	width: 148px;
	height: 30px;
	text-align: right;
}
.clearing_Total .TotalFeeWrap .ToRmb{
	font-family: Arial;
	color: #c40000;
}
.clearing_Total .TotalFeeWrap .TotalFee{
	margin-left: 3px;
	font-weight: 500;
	color: #c40000;
}
.clearing_Cashier{
	width: 248px;
	height: 40px;
	line-height: 40px;
	background: #c40000;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.clearing_Cashier .CashGo{
	position: relative;
	margin-top: 0;
	width: 70px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-family: STHeiti,"microsoft yahei" simsun Arial;
	color: #fff;
	font-size: 14px;
}
.clearing_Cashier .CashGo s{
	background-image: url('images/T1nPVGFHXbXXa94Hfd-32-32.png');
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 14px;
    top: 12px;
}
.clearing_Cashier .CashGo:hover s{
	background-image: url('images/T1GctHFFpbXXa94Hfd-32-32.png');
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
.No_Cash{
	background: #666;
	cursor: default;
}
.cart_content .BundleB{
	cursor: default;
	margin-top: 20px;
	padding: 5px 8px 10px;
	background: #fff;
}
.BundleB .BundleBHeader{
	height: 29px;
	line-height: 18px;
	overflow: hidden;
	background: #fff;
}
.BundleB .BundleBHeader .Chk{
	padding-top: 5px;
	width: 23px;
	text-align: center;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}
.BundleB .BundleBHeader .ChkTitle{
	border-bottom: 1px solid #e6e6e6;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 143px;
	padding-left: 26px;
	float: left;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.BundleB .BundleBHeader .ChkCose{
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 0;
	width: 61px;
	position: relative;
	text-align: right;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}
.BundleB .BundleBLists .cartMainList{
	background: #fff;
	position: relative;
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
.BundleBLists .cartMainList .Chk{
	width: 23px;
	text-align: center;
	padding-top: 20px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}
.BundleBLists .cartMainList .ChkThumb{
	width: 50px;
	padding-right: 5px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}
.BundleBLists .cartMainList .ChkThumb .ChkPic{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin-top: 5px;
	overflow: hidden;
}
.BundleBLists .cartMainList .ChkThumb .ChkPic img{
	vertical-align: top;
}
.BundleBLists .cartMainList .ChkSku{
	text-align: left;
	color: #999;
	width: 30px;
	padding: 10px 2px 0 0;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}
.BundleBLists .cartMainList .ChkAmount{
	/*width: 60px;*/
	text-align: center;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}
.BundleBLists .cartMainList .Minus{
	width: 14px;
	border-radius: 14px;
	border: 1px solid #bfbfbf;
	position: relative;
	cursor: pointer;
	/*visibility: hidden;*/
	display: inline-block;
	vertical-align: middle;
	height: 14px;
	line-height: 14px;
	margin-top: 21px;
}
.BundleBLists .cartMainList .Minus:hover{
	border-color:#666;
}
.BundleBLists .cartMainList .Minus s{
	width: 8px;
	height: 2px;
	top: 6px;
	left: 3px;
	background: #e6e6e6;
	position: absolute;
	overflow: hidden;
}
.BundleBLists .cartMainList .ChkQuantity{
	padding: 0 4px;
	color: #999;
	display: inline-block;
	vertical-align: middle;
	height: 14px;
	line-height: 14px;
	margin-top: 21px;
}
.BundleBLists .cartMainList .Plus{
	width: 14px;
	border-radius: 14px;
	border: 1px solid #bfbfbf;
	position: relative;
	cursor: pointer;
	/*visibility: hidden;*/
	display: inline-block;
	vertical-align: middle;
	height: 14px;
	line-height: 14px;
	margin-top: 21px;
}
.BundleBLists .cartMainList .Plus:hover{
	border-color:#666;
}
.BundleBLists .cartMainList .Plus s{
	width: 8px;
	height: 2px;
	top: 6px;
	left: 3px;
	position: absolute;
	overflow: hidden;
	background: #bfbfbf;
}
.BundleBLists .cartMainList .ChkAmount .Plus b{
	width: 2px;
	height: 8px;
	top: 3px;
	left: 6px;
	position: absolute;
	overflow: hidden;
	background: #bfbfbf;
}
.BundleBLists .cartMainList .ChkCost{
	width: 61px;
	position: relative;
	text-align: right;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}
.BundleBLists .cartMainList .ChkDel{
	background-image: url('images/T1Yxc4FvBbXXXuPRLc-28-28.png');
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 0;
    top: 3px;
    cursor: pointer;
    /*display: none;*/
}
.BundleBLists .cartMainList .ChkDel:hover{
	border:1px solid #666;
	border-radius: 7px;
}
.BundleBLists .cartMainList .ChkCost .ChkPrice{
	display: block;
	padding-top: 19px;
	height: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #666;
}
.cart_content .Bundle{
	position: fixed;
	top: 0;
	left: auto;
	width: 272px;
	height: 28px;
	line-height: 28px;
	padding-left: 8px;
	background: #e6e6e6;
	cursor: default;
	z-index: 1;
	border-bottom: 1px solid #999;
}
.cart_content .Bundle .Chk{
	width: 23px;
	text-align: center;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 8px;
}
.cart_content .Bundle label{
	float: left;
	color: gray;
}
.BundleBLists .MainHead .MainHeader{
	margin: 5px 0 0 16px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 5px;
	cursor: default;
}
.BundleBLists .MainHead .MainHeader a{
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 248px;
	overflow: hidden;
	display: block;
}

.top_banner_left_guides_box{
	position: absolute;
	width: 200px;
	background: #555;
	opacity: 0.7;
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	top: 0;
	left: 0;
	height: 420px;
}
.top_banner_left_guides_box .top_banner_left_guides_category{
	float: left;
	width: 200px;
}
.top_banner_left_guides_box .top_banner_left_guides_category li{
	float: left;
	width: 160px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-bottom: 1px solid #333;
}
.top_banner_left_guides_box .top_banner_left_guides_category li i{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FEA900;
	display: inline-block;
}
.top_banner_left_guides_box .top_banner_left_guides_category li a{
	color: white;
	float: left;
	width: 130px;
	padding-left: 20px;
	position: absolute;
}

.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.ml10{
	margin-left: 10px;
}
.ml20{
	margin-left: 20px;
}
.mr10{ margin-right:10px;}
.mr20{margin-right: 20px;}
.clearbox{
	overflow: hidden;
}
.bottom_tools{
	position: fixed;
	z-index: 1070;
	right: 40px;
	bottom: 40px;
}
.bottom_tools>*{
	font: 0/0 a;
	display: block;
	margin-top: 5px;
	color: transparent;
	border: 0;
	background-color: transparent;
	text-shadow: none;
}
.bottom_tools a{
	background: url('images/bottom_tools.png') #AAAAAA no-repeat;
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 3px rgba(25,25,25,0.2)
}
.bottom_tools a.kf_tools{
	background: url('images/kf_tool.gif') #AAAAAA no-repeat;
}
.bottom_tools .qr_tool{
	background-position: 0 0;
}
.bottom_tools .qr_tool:hover{
	background-position: -50px 0;
}
.bottom_tools .feedback{
	background-position: 0 -50px;
}
.bottom_tools .feedback:hover{
	background-position: -50px -50px;
}
.bottom_tools .scrollup{
	background-position: 0 -100px;
}
.bottom_tools .scrollup:hover{
	background-position: -50px -100px;
}
.bottom_tools .qrcode_box{
	position: absolute;
	top: -149px;
	left: -183px;
	background: url('images/qr_img.png') no-repeat;
  	width: 173px;
  	height: 234px;
  	display: none;
}
.toolbar-wrap{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 35px;
	height: 150px;
}
.toolbar-wrap .toolbar{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35px;
	height: 150px;
}
.toolbar-wrap .toolbar .toolbar-footer{
	position: absolute;
	bottom: -1px;
	width: 100%;
	font: 12px/150% Arial,Verdana,"宋体";
	color: #666;
}
.toolbar-wrap .toolbar .toolbar-footer .toolbar-tab{
	position: relative;
	width: 35px;
	height: 35px;
	margin-bottom: 1px;
	cursor: pointer;
	background-color: #FF7300;
	border-radius: 3px 0 0 3px;
	font: 12px/150% Arial,Verdana,"宋体";
	color: #666;
	display: inline-block;
	background-image: url('images/tools-bar.png');
	background-repeat: no-repeat;
}
.toolbar-wrap .toolbar .toolbar-footer .toolbar-tab .qrcode_box{
	position: absolute;
	top: -215px;
	left: -222px;
	background: url('images/qr_img.png') no-repeat;
	width: 173px;
	height: 234px;
	display: none;
}
.toolbar-wrap .toolbar .toolbar-footer>.tbar-tab-selected{
	background-color: #C81623;
}
.toolbar-wrap .toolbar .toolbar-footer>.tbar-tab-top{
	background-position: -47px -250px;
}
.toolbar-wrap .toolbar .toolbar-footer>.tbar-tab-feedback{
	background-position: -47px -300px;
}
.toolbar-wrap .toolbar .toolbar-footer>.tbar-tab-ewm{
	background-position: 8px -279px;
}
.toolbar-wrap .toolbar .toolbar-footer>.tbar-tab-kf{
	background-position: 8px -307px;
}
#jifen{
	position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2; 
    margin-bottom:150px;
    cursor:pointer;
}
.toolbar-wrap .tab-ico{
	width: 35px;
	height: 35px;
	margin-left: 1px;
	position: relative;
	z-index: 2;
}
.toolbar-wrap .footer-tab-text{
	width: 50px;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	text-align: center;
	font-family: "微软雅黑";
	position: absolute;
	z-index: 1;
	left: 35px;
	top: 0px;
	background-color: #FF7300;
	border-radius: 3px 0 0 3px;
	transition: left 0.3s ease-in-out 0.1s;
	font-style: normal;
	cursor: pointer;
}
.toolbar-wrap .tbar-tab-footer-hover{
	left: -48px !important;
	background-color: #C81623 !important;
}
.link_table tr{
	border: 1px solid #E3EEF5;
}
.link_table tr td{
	padding: 5px;
}
.btn{
	outline: none;
	border: none;
}
.btn-success,.btn-default,.btn-warning,.btn-red,.btn-blue{
	color: #fff;
  	background-color: #5cb85c;
  	border-color: #4cae4c;
  	display: inline-block;
  	padding: 6px 12px;
  	font-size: 14px;
  	font-weight: 400;
  	text-align: center;
  	vertical-align: middle;
  	cursor: pointer;
  	border: 1px solid #4cae4c;
  	border-radius: 4px;
}
.btn-success:hover{
  	background-color: #47A347!important;
  	border-color: #439843!important;
}
.btn-success:active{
  	background-color: #398239;
  	border-color: #295F29;
}
.btn-default{
	color: #333;
  	background-color: #fff;
  	border-color: #ccc;
}
.btn-default:hover{
  	background-color: #F1F1F1;
  	border-color: #ccc;
}
.btn-default:active{
  	background-color: #E1E1E1;
  	border-color: #ccc;
}
.btn-warning{
	color: #FFF;
  	background-color: #ec971f;
  	border-color: #d58512;
}
.btn-info{
	color: #fff!important;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover{
	color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-warning:hover{
  	background-color: #f0ad4e;
  	border-color: #eea236;
}
.btn-warning:active{
  	background-color: #D18112;
  	border-color: #C27B10;
}
.btn-red{
	color:#FFF;
  	background-color:#d9534f;
  	border-color:#d43f3a;
}
.btn-red:hover{
  	background-color: #c9302c;
  	border-color: #ac2925;
}
.btn-red:active{
  	background-color: #ac2925;
  	border-color: #761c19;
}
.btn-blue{
	color:#FFF;
  	background-color:#337ab7;
  	border-color:#2e6da4;
}
.btn-blue:hover{
  	background-color:#286090;
  	border-color:#204d74;
}
.btn-blue:active{
  	background-color: #337ab7;
  	border-color: #2e6da4;
}
.btn-inverse{
	color: #888;
	background-color: #ddd;
	border-color: #ddd;
}
.submitbtn,.ac-btn{ background:url('images/btns.png') no-repeat;}
.submitbtn{width:63px; height:40px;float:left; margin-right:10px;}
.ac-btn{width:39px; height:31px; line-height:28px; float:left; padding-left:30px;}

/* page */
.page{ width:100%; float:left; padding:10px 0; height:30px;  line-height:30px;text-align:right;}
.page p{float:left; padding:0 10px; color:#666;}
.page .ajax_page_list{ float:right; padding-right:10px;}
.page span{ float:left; padding-left:10px; color:#666; height:30px; line-height:32px;}
.page a{ height:30px; line-height:30px; display:inline-block; border:1px solid #CCC;color:#666;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75); padding:0 5px;background-color:#f5f5f5;background-image:-ms-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(top, #ffffff, #e6e6e6);background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-repeat:repeat-x;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); margin-left:10px;}
.page a:hover,a.cur{background-color:#faa732;background-image:-ms-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(top, #fbb450, #f89406);background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false); color:#FFF;}


/* 常用样式 */

/* 新头部 */

.Tb-header{
	background: #f6f6f6;
	padding:0 20px;
	box-shadow: inset 0 -12px 5px -10px #e7e7e7;
	-webkit-box-shadow: inset 0 -12px 5px -10px #e7e7e7;	
	padding-top: 30px;
	height: 130px;
}
.Tb-header_fix{
	position: fixed;
	top: 30px;
	background: white;
	width: 100%;
	border-bottom: 1px solid #ccc;
	box-shadow: 2px 2px 3px 0 #C0C0C0;
	z-index: 10;
}
.Tb-header .header_wrap,.Tb-header_fix .header_wrap{
	width: 1200px;
	margin: 0 auto;
	height: 130px;
}
.Taobu-logo{
	width:200px;
	height:130px;
	float: left;
	/*margin:0 50px 0 0;*/
}
.Taobu-slogan{
	float: left;
    width: 153px;
    height: 130px;
    background: url('images/slogan.png') no-repeat center center;
    margin-right: 20px;
}
.Taobu-logo a{
	display: block;
}
.Taobu-slogan img{
	width: 200px;;
	height: 124px;
}
.Speedy-btn{
	width: 120px;
	height: 130px;
	overflow: hidden;
	float: left;
	margin-left: 45px;
	box-sizing: border-box;
	padding: 10px 0;
}
.Speedy-btn a{
	width: 98px;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
	letter-spacing: 2px;
	font-family: "Microsoft YaHei";
	display: block;
	font-size: 13px;
	border-radius: 5px;
	border: 1px solid #ddd;
	background: white;
	color: #555;
}
.Speedy-btn .deal_cloth{
	margin-bottom: 10px;
}
.Speedy-btn a:hover{
	color: #ff7300;
}
.Taobu-search{
	width: 549px;
	float: left;
	margin-top:45px;
	position:relative;
	height:85px;
}
.Taobu-search .search-from{ position:absolute; top:-25px; left:0px;}
.Taobu-search .search-from a{ height:25px; line-height:25px; padding:0 10px;float:left;}
.Taobu-search .search-from a:hover{ color:#F60;}
.Taobu-search .search-from a.current{ background:#F60; color:#FFF; border-radius:5px 5px 0 0; font-weight:bold; font-size:14px; letter-spacing:2px; text-shadow:0px 3px 1px rgba(25,25,25,0.2);}
.TbSearch{
	height: 41px;
	line-height: 41px;
	width: 545px;
	border: 2px solid #f60;
	box-shadow:0px 1px 3px rgba(25,25,25,0.2);
	background: white;
}
.TbSearch input{
	border: none;
	height: 41px;
	line-height: 41px;
}
.search_i{
	width: 435px;
	padding-left: 10px;
	font-size: 14px;
	color: #999;
	float: left;
	color:#000;
	outline: none;
	background: transparent;
}
.search_s{
	width: 100px;
	float: right;
	background: #f60;
	color: white;
	font-size:20px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 5px;
	cursor: pointer;
	color:#FFF;
	font-family: tahoma, arial, 'Hiragino Sans GB', "Microsoft YaHei", "黑体", sans-serif;
}
.search_s:hover{ background:#F00;}
.Taobu-search .hot-searched{float:left;width:100%; margin-top:5px;}
.Taobu-search .hot-searched a{float:left; height:22px; line-height:22px; margin-right:10px; color:#666;}
.Taobu-search .hot-searched a:hover,.Taobu-search .hot-searched a.hot{color:#F60;}
.scan_code{float:right;width:90px; height:100px; margin:15px 0px 0 10px;}
.scan_code_img{float:left;width:70px; height:70px; background:url('images/webscan.png') no-repeat; border:1px solid #ccc; box-shadow:0px 1px 2px rgba(25,25,25,0.2); margin:5px 0 0 0;}
.header_nav_b{
	margin-bottom: 10px;
}
.header_nav{
	width: 1200px;
	margin: 0 auto;
	height: 45px;
}
.Tb-nav-title{
	width: 140px;
	color: white;
	padding-left: 40px;
	display: block;
	height: 45px;
	line-height: 45px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	background: #f60 url('images/2178106_1805353437.png') no-repeat;
	background-position: -271px -60px;
	float: left;
}
.header_nav ul{
	width: 1020px;
	height: 45px;
	line-height: 45px;
	background: #f60;
}
.header_nav ul li{
	float: left;
	height: 45px;
	line-height: 45px;
	width: 90px;
}
.header_nav ul li a{
	color: aliceblue;
	font-weight: bold;
	font-size: 14px;
	display: block;
	text-align: center;
}
.header_nav ul li a:hover{
	background: #f90;
}
.menuon{
	background: white !important;
	color: #333 !important;
}
.menuon:hover{
	color: #383838 !important;
}

/* 新头部 */

.menubar_box{
	width: 100%;
	float: left;
	clear: both;
}
.menubar_box .menubar{
	width: 100%;
	float: left;
	height: 42px;
	border-bottom: 3px solid #F9A90A;
	background: white;
}
.menubar_box .menubar .menunav{
	width: 1200px;
	height: 42px;
	margin: 0 auto;
	position: relative;
}
.menunav .menuall{
	width: 160px;
	height: 42px;
	background: #F9A90C;
	display: block;
	line-height: 42px;
	color: white;
	font-size: 14px;
	padding-left: 40px;
	font-weight: bold;
	position: relative;
	float: left;
}
.sw-tb-rowlist{
	display: inline-block;
	width: 19px;
	height: 19px;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 12px;
}
.sw-tb-rowlist i, .sw-tb-rowlist em{
	float: left;
	display: inline;
}
.sw-tb-rowlist i{
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 1px solid white;
	background: white;
	margin: 1px 3px 2px 0;
}
.sw-tb-rowlist em{
	width: 13px;
	height: 1px;
	overflow: hidden;
	background: white;
	margin: 2px 0 3px 0;
}
.menulist{
	float: left;
	list-style: none;
	height: 42px;
	/*padding-left: 20px;*/
	padding: 5px 0;
	box-sizing: border-box;
}
.menulist li{
	float: left;
	height: 32px;
	line-height: 32px;
	text-align: center;
	/*width: 120px;*/
	margin: 0 10px;
	padding: 0 10px;
}
.menulist li.current{
	background-color: #f90;
	border-radius: 5px;
}
.menulist li.current a{
	color: white;
}
.menulist li a{
	float: left;
	color: #f60;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 2px 3px rgba(36,36,36,0.2);
	height: 42px;
	position: relative;
}
.menulist li a em{
	width: 15px;
	height: 15px;
	position: absolute;
	text-align: center;
	color: white;
	font-size: 13px;
	top: 5px;
	right: -10px;
	line-height: 15px;
	display: inline-block;
}
.hot{
	background: #DE5648;
}
.new{
	background: #3CA719;
}
.fui-web-suggestion{
	width: 549px;
	position: absolute;
	top: 45px;
	left: 0;
	/*height: 256px;*/
	z-index: 100;
	overflow: hidden;
	display: none;
	/*overflow-y: scroll;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 0;
	background: #FFF;
	border: 2px solid #F60;
	border-top: none;
}
.fui-web-suggestion .suggest_default_ctn{
	/*border: 2px solid #f60;*/
	/*border-top: none;*/
	/*background-color: white;*/
	/*padding-bottom: 42px;*/
	/*padding-top: 18px;*/
}

.fui-web-suggestion .zhushi{
	float:right;
	font-size: 12px;
	color: #f60;
	padding-right: 10px;
	padding-top:5px;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	/*font-weight: bold;*/
}
.fui-web-suggestion .zhushi:hover{
	color:#f60;
}
.suggest_default_ctn .history_title{
	background-position: -272px -1027px;
}
.suggest_default_ctn .hot_key_title{
	margin-top: 18px;
	background-position: -272px -1085px;
}
.suggest_default_ctn .history_title,.suggest_default_ctn .hot_key_title{
	background-image: url('images/homepage.png');
	background-repeat: no-repeat;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	padding-left: 36px;
	color: #999;
}
.suggest_default_ctn .history_body{
	margin-top: 12px;
	padding-left: 36px;
	height: 30px;
	overflow: hidden;
}
.suggest_default_ctn .hot_key_body{
	padding: 0 36px;
	height: 90px;
	overflow: hidden;
}
.hot_key_body a:hover{
	color: #ff7300!important;
}
.hot_key_body span:hover{
	color: #ff7300!important;
}
.suggest_default_ctn .history_body .history_item{
	color: #ff7300;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	text-align: center;
	display: block;
	margin-right: 10px;
	border: 1px solid #e5e5e5;
	background-color: #f6f6f6;
	white-space: nowrap;
	cursor: pointer;
}
.suggest_default_ctn .hot_key_body .size1{
	font-size: 24px;
	font-weight: 700;
}
.suggest_default_ctn .hot_key_body .hotwords_item{
	height: 45px;
	line-height: 45px;
	color: #666;
	display: block;
	padding: 0 14px;
	white-space: nowrap;
	cursor: pointer;
}
.suggest_default_ctn .hot_key_body .size3{
	font-size: 12px;
}
.suggest_default_ctn .hot_key_body .size2{
	font-size: 18px;
	font-weight: 700;
}
.suggest_default_ctn .top_link{
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-position: -168px -89px;
	color: #999;
	position: absolute;
	right: 20px;
	bottom: 10px;
	padding-right: 10px;
	background-image: url('images/homepage.png');
}
.suggest_default_ctn .top_link:hover{
	color: #ff7300!important;
}

/* 新头部 */

.t_pnav{/*display: none;*/visibility: hidden;height:20px;}
#dform tr{ min-height: 30px;line-height: 30px;}
#dform { border:1px solid #eee;padding:10px;}
.pos{border:1px solid #eee;border-bottom: none}

/* common */
.m {margin:auto;width:1200px;background:#FFFFFF;clear:both;}
.head {background:#F1F1F1 url('image/head_bg.png') repeat-x;width:100%;height:31px;position:fixed;z-index:999999;left:0;}
.head_m {margin:auto;width:980px;padding:7px 0 0 0;color:#666666;}
.head_s {height:31px;}
.head_t strong{color:#FF0000;font-weight:normal;}
.head_l li {float:left;margin:0 10px 0 0;}
.h_city {background:url('image/ico_arrow_d.gif') no-repeat right center;padding:0 10px 0 0;}
.h_fav {padding:0 6px 0 2px;}
.h_wap {background:url('image/ico_wap.gif') no-repeat 0 center;padding:0 2px 0 15px;}
.h_cart {background:url('image/ico_cart.gif') no-repeat 0 center;padding:0 6px 0 18px;}

.logo {width:200px;height:70px;overflow:hidden;}
.logo img {margin:5px 0 0 0;height:60px;}
.head_search_kw {width:355px;margin:25px 0 0 15px;height:20px;line-height:20px;overflow:hidden;}
.head_search {float:left;width:410px;height:32px;background:url('image/head_search.png') no-repeat;margin-top:20px;}
.head_search_on {float:left;width:410px;height:32px;background:url('image/head_search.png') no-repeat 0 -32px;margin-top:20px;}
.head_search div,.head_search_on div {clear:both;padding:4px 0 0 25px;}
#search_tips {z-index:1000;position:absolute;width:340px;overflow:hidden;cursor:pointer;margin:50px 0 0 200px;font-size:13px;line-height:20px;color:#666666;background:#FFFFFF;border:#444444 1px solid;}
#search_tips div {height:20px;padding:1px 8px 1px 8px;clear:both;overflow:hidden;}
#search_tips div span {float:right;font-size:12px;}
#search_tips label {display:block;width:100%;background:#FAFAFA;font-size:12px;color:#0000CC;text-align:right;}
.search_t_div_1 {color:#333333;}
.search_t_div_1 span {color:#008000;}
.search_t_div_2 {background:#3366CC;color:#FFFFFF;}
.search_t_div_2 span {color:#FFFFFF;}

/* menu */
.menu {height:35px;line-height:35px;line-height:37px\9;/*IE8*/background:#2587F4 url('image/menu_bg.png') repeat-x;letter-spacing:1px;font-size:14px;padding:0 15px 0 15px;overflow:hidden;}
.menu li {float:left;background:url('image/menu_bg_li.png') no-repeat right 0;}
.menu .menuon {background:url('image/menu_bg_on.png') repeat-x;margin-left:-2px;}
.menu a:link,.menu a:visited,.menu a:active {display:block;_display:inline-block;height:35px;color:#FFFFFF;padding:0 10px 0 10px;}
.menu a:hover {background:url('image/menu_bg_on.png') repeat-x;}

.foot {color:#666666;text-align:center;line-height:30px;padding:10px 0 10px 0;}
.foot_page {background:#F4F4F4;border-top:#DDDDDD 1px solid;padding:0 10px 0 10px;text-align:center;height:40px;line-height:40px;overflow:hidden;color:#666666;}

/* box */
.box_head {border:#DDDDDD 1px solid;border-bottom:none;height:31px;line-height:31px;overflow:hidden;padding:0 10px 0 10px;background:#EEEEEE url('image/box_head_bg.gif') repeat-x;}
.box_head strong {font-size:14px;}
.box_body {border:#DDDDDD 1px solid;border-top:none;padding:6px 8px 6px 8px;}
.box_body li {height:22px;line-height:22px;overflow:hidden;}

.tab_head {border:#DDDDDD 1px solid;border-bottom:none;height:31px;line-height:31px;font-size:14px;overflow:hidden;background:#EEEEEE url('image/box_head_bg.gif') repeat-x;font-weight:bold;}
.tab_1 {float:left;padding:0 15px 0 15px;border-right:#DDDDDD 1px solid;cursor:pointer;font-weight:normal;}
.tab_2 {float:left;padding:0 15px 0 15px;border-right:#DDDDDD 1px solid;cursor:pointer;background:#FFFFFF;}
.tab_1_1 {border-bottom:#DDDDDD 1px solid;cursor:pointer;}
.tab_1_2 {border:#DDDDDD 1px solid;border-bottom:none;cursor:pointer;font-weight:bold;}

.tab_head_2 {height:27px;background:#EEEEEE;border-left:#DDDDDD 1px solid;border-right:#DDDDDD 1px solid;text-align:center;padding-left:12px;}
.tab_2_1 {float:left;width:80px;height:27px;line-height:31px;overflow:hidden;background:url('image/tab_2_1.gif') no-repeat 6px right;cursor:pointer;}
.tab_2_1 span {color:#333333;}
.tab_body_2 {border:#DDDDDD 1px solid;border-top:none;}

.li_dot li {background:url('image/li_dot.gif') no-repeat 5px 10px;padding:0 10px 0 12px;}
/* pages */
.pages {padding:20px 0 20px 0;text-align:center;font-size:12px;color:#666666;}
.pages a:link,.pages a:visited,.pages a:active {background:#FFFFFF;border:#DDDDDD 1px solid;padding:3px;text-decoration:none;}
.pages a:hover {background:#258CFF;border:#258CFF 1px solid;color:#FFFFFF;padding:3px;text-decoration:none;}
.pages strong {background:#258CFF;padding:3px;border:#258CFF 1px solid;color:#FFFFFF;}
.pages_inp {width:30px;border:#DDDDDD 1px solid;color:#666666;padding:2px;text-align:center;}
.pages_btn {width:26px;border:#FF6600 1px solid;color:#FFFFFF;padding:1px;background:#FF6600;font-weight:bold;font-size:11px;}
.pages label {background:#FFFFFF;border:#2E6AB1 1px solid;color:#004499;padding:1px 5px 1px 5px;}
.pages label em {color:red;font-weight:bold;font-style:normal;}
.pages label span {font-weight:bold;}
.pages cite {font-style:normal;}
/* table */
.tb table{width:100%;border-collapse:collapse;border-spacing:0;}
.tb th{background:#EEEEEE;border:#DDDDDD 1px solid;padding:4px;line-height:150%;}
.tb td{border:#DDDDDD 1px solid;padding:4px;line-height:150%;}
/* user */
.user {background:url('image/user_bg.gif') no-repeat;width:300px;font-size:12px;line-height:normal;}
.user_login {padding:15px 0 10px 25px;}
.user_input {border:#8DB2E3 1px solid;padding:3px 0 4px 3px;width:90px;color:#666666;}
.user_tip {margin:0 20px 0 20px;padding:0 0 5px 5px;border-bottom:#EEEEEE 1px solid;font-weight:bold;color:#333333;}
.user_reg {padding:5px 0 0 20px;}
.user_reg_c {padding:5px 0 10px 10px;}
.user_can {padding:10px 10px 0 10px;text-align:center;color:#1B4C7A;}
.user_can td {padding:6px 0 10px 0;background:url('image/user_can.gif') no-repeat center 0;}
.user_wel {padding:18px 0 10px 45px;font-weight:bold;font-size:14px;background:url('image/user_wel.gif') no-repeat 26px 18px;}
.user_do {padding:0 10px 0 10px;text-align:center;}
.user_do td {padding:6px 0 11px 0;background:url('image/user_can.gif') no-repeat center 0;}
.user_foot {height:10px;line-height:10px;font-size:1px;background:url('image/user_bg.gif') no-repeat 0 bottom;}
.user_warn {padding:5px;margin:0 10px 0 10px;border:#FFC600 1px solid;background:#FFFEBF;text-align:center;font-weight:bold;}
.thumb {padding:5px 0 5px 0;}
.thumb img {border:#D0D0D0 1px solid;padding:3px;}
.thumb li {height:22px;line-height:22px;overflow:hidden;}
.thumbml ul {margin:10px 0 15px 0;}
.imb img {border:#DDDDDD 1px solid;padding:3px;}
/* album */
#mid_pos {position:absolute;}
#mid_div {cursor:crosshair;border:#CCCCCC 1px solid;background:#F3F3F3;}
#zoomer {border:#333333 1px solid;width:120px;height:90px;background:#FFFFFF url('image/zoom_bg.gif');position:absolute;opacity:0.5;filter:alpha(opacity=50);z-index: 999;}
#big_div {width:320px;height:240px;border:#CCCCCC 1px solid;background:#FFFFFF;position:absolute;overflow:hidden;z-index:12;}
#big_div img{
	width: 430px;
	height: 430px;
}
#big_pic {position:absolute;}
.ab_im {padding:2px;margin:10px 0 10px 13px;border:#C0C0C0 1px solid;}
.ab_on {padding:2px;margin:10px 0 10px 13px;border:#FF6600 1px solid;background:#FF6600;}
/* ads */
.adword table {background:url('image/adword_bg.gif') repeat-x 0 bottom;}
.adword_tip {color:#FF1100;border-bottom:#DDDDDD 1px solid;padding:8px 10px 8px 28px;background:url('image/arrow_up.gif') no-repeat 10px 8px;}
.sponsor {}
/* basic */
.f_l {float:left;}
.f_r {float:right;}
.t_l {text-align:left;}
.t_r {text-align:right;}
.t_c {text-align:center;}
.f_b {font-weight:bold;}
.f_n {font-weight:normal;}
.f_white {color:white !important;}
.f_gray {color:#666666 !important;}
.f_orange {color:#FF6600 !important;}
.f_red {color:red !important;}
.f_green {color:green !important;}
.f_blue {color:blue !important;}
.f_dblue {color:#225588 !important;}
.f_price {font-weight:bold;font-family:Arial;color:#FF0000;}
.px10 {font-size:10px;}
.px11 {font-size:11px;}
.px12 {font-size:12px;}
.px13 {font-size:13px;}
.px14 {font-size:14px;}
.px15 {font-size:15px;}
.px16 {font-size:16px;}
.px18{font-size: 18px;}
.px24{font-size: 24px;}
.b5 {height:5px;font-size:1px;}
.b6 {height:6px;font-size:1px;}
.b8 {height:8px;font-size:1px;}
.b10 {height:10px;font-size:1px;}
.b15 {height:15px;font-size:1px;}
.pd3 {padding:3px;}
.pd5 {padding:5px;}
.pd10 {padding:10px;}
.pd15 {padding:15px;}
.pd20 {padding:20px;}
.lh18 {line-height:180%;}
.ls1 {letter-spacing:1px;}
.c_p {cursor:pointer;}
.c_b {clear:both;}
.dsn {display:none;}
.absm {vertical-align:middle;}
.btn_1 {background:url('image/btn_1.gif') no-repeat;height:21px;line-height:21px;width:69px;padding-left:9px;border:none;cursor:pointer;}
.btn_2 {background:url('image/btn_2.gif') no-repeat;height:21px;line-height:21px;width:69px;padding-left:9px;border:none;cursor:pointer;}
.btn_s {background:#2388FA;color:#FFFFFF;border:none;padding:2px;letter-spacing:1px;}
.btn_r {background:#D7D7D7;color:#666666;border:none;padding:2px;letter-spacing:1px;}
.ml-10{ margin-left:10px;}
.ft-12{font-size:12px;}


/*.bd {border:#CAD9EA 1px solid;}*/
.highlight {color:red;}
.jt {color:#003278;cursor:pointer;}
.np {padding:20px 30px 20px 50px;line-height:25px;}
.lazy {background:#FAFAFA url('image/loading.gif') no-repeat center center;}
.slide {background:#FAFAFA;overflow:hidden;}
/* position */
.pos {padding:0 10px 0 10px;line-height:31px;background:#EEEEEE url('image/box_head_bg.gif') repeat-x;}
.nav {padding:0 10px 10px 10px;}
/* show */
.title {height:25px;font-size:20px;text-align:center;font-family:\9ED1\4F53;font-weight:normal;}
.title_trade {height:25px;font-size:18px;text-align:center;font-family:\9ED1\4F53;font-weight:normal;margin:0 0 8px 0;border-bottom:#F1F1F1 1px solid;padding:0 0 10px 0;}
.info {margin:0 15px 0 15px;padding:4px 10px 4px 10px;border-top:#D0D0D0 1px solid;border-bottom:#D0D0D0 1px solid;}
.introduce {margin:10px 15px 10px 15px;padding:8px 12px 8px 12px;line-height:180%;font-size:14px;background:#F1F1F1;}
.content {font-size:14px;line-height:180%;/*padding:10px 20px 10px 20px;*/}
.content p {text-indent:2em;}
.content a:link,.content a:visited,.content a:active {color:#225588;text-decoration:none;}
.content a:hover {color:#FF6600;text-decoration:none;}
.property {border:#E6E6E6 1px solid;background:#F6F6F6;padding:10px;margin:0 10px 0 10px;}
.property li {float:left;width:30%;height:22px;line-height:22px;overflow:hidden;}
/*.detail {background:url('image/arrow.gif') no-repeat 0 9px;border-bottom:#C0C0C0 1px dotted;padding:8px 0 8px 20px;margin:0 15px 0 15px;}*/
.related {padding:5px 15px 5px 15px;line-height:22px;}
.keylink {font-weight:normal;padding:0 3px 0 3px;}
#comment_main div {height:100px;background:url('image/loading.gif') no-repeat center center;}
/* layout */
.m_l {width:890px;}
.m_r {width:300px;}
.m_n {width:10px;}
.m_l_1 {width:790px;}
.m_r_1 {width:180px;}
/* left */
.left_box {border:#DDDDDD 1px solid;}
.left_head {border-top:#DDDDDD 1px solid;background:#EEEEEE url('image/box_head_bg.gif') repeat-x;height:31px;line-height:31px;overflow:hidden;padding:0 10px 0 10px;font-size:14px;font-weight:bold;}
.left_head span {font-weight:normal;font-size:12px;}
/* search */
.fsearch {padding:5px 0 10px 15px;margin:1px 1px 0 1px;background:#F5FAFE url('image/fsearch_bg.gif') repeat-x;;}
.sch {padding:15px 20px 5px 20px;margin-bottom:10px;}
.sch p {padding:10px 10px 10px 10px;font-size:13px;margin:0;}
.sch_find {border-top:#DDDDDD 1px solid;border-bottom:#EEEEEE 1px solid;margin:5px 0 5px 0;padding:5px 0 5px 5px;font-weight:bold;}
.sch_site li {background:url('image/ico_search.gif') no-repeat 3px 3px;height:23px;line-height:23px;overflow:hidden;padding:0 5px 0 25px;color:#666666;}
.sch_relate li {background:url('image/arrow_up.gif') no-repeat 3px 3px;height:23px;line-height:23px;overflow:hidden;padding:0 5px 0 25px;color:#666666;}
.rank_list {background:url('image/rank_list.gif') no-repeat;}
.rank_list li {height:23px;line-height:23px;overflow:hidden;padding:0 5px 0 35px;}
.ppt {padding:1px 15px 1px 35px;line-height:25px;}
.ppt_l {width:60px;font-weight:bold;}
.ppt_r {color:#DFDFDF;}
.ppt span {padding:1px;background:#2E6AB1;border:#1D589E 1px solid;color:#FFFFFF;}










/* sell && buy && company */
.category {padding:10px 20px 5px 15px;}
.category p {padding:5px 0 5px 0;margin:0;}
.category div {padding:0 20px 0 20px;}
/*.list {line-height:180%;margin:0 10px 0 10px;}
.list div img {border:#CCCCCC 1px solid;}
.list table {width:100%;border-bottom:#CCCCCC 1px dotted;}
.list td {padding:10px 0 10px 0;}
.list h3 {font-size:14px;margin:0px;height:22px;overflow:hidden;}*/
.about {border:#2786C6 1px solid;background:#F2F2F2;padding:8px;margin:15px 15px 0 15px;}
.about li {padding:5px 0 5px 5px;}
.about li span {display:block;width:100px;float:left;color:#1B4C7A;}
.contact_head {height:31px;line-height:31px;border:#DDDDDD 1px solid;border-bottom:none;border-top:#FF8110 2px solid;background:#EEEEEE;padding:0 10px 0 10px;font-weight:bold;font-size:14px;}
.contact_body {padding:10px;border:#DDDDDD 1px solid;border-top:none;}
.contact_body li {line-height:24px;border-bottom:#E2E2E2 1px solid;padding:0 0 0 10px;}
.contact_body li span {color:#1B4C7A;padding:0 8px 0 0;}
.type {height:31px;line-height:31px;overflow:hidden;border-top:#DDDDDD 1px solid;background:#EEEEEE;padding-left:35px;}
a.type_1:link,a.type_1:visited,a.type_1:active,a.type_1:hover {float:left;display:block;padding:0 15px 0 15px;background:#FFFFFF;color:#000000;font-weight:bold;}
a.type_2:link,a.type_2:visited,a.type_2:active {float:left;display:block;padding:0 15px 0 15px;border-right:#E2F0FB 1px solid;}
a.type_2:hover {background:#258CFF;color:#FFFFFF;}
.img_tip {width:200px;z-index:1000;position:absolute;padding:5px;border:#DDDDDD 1px solid;background:#FFFFFF;}
.vote {padding:10px;}
.vote div {font-weight:bold;}
.vote li {padding:3px 0 3px 0;}
.vote p {margin:5px 0 5px 0;}
/* left_menu */
#service_box {
    margin-left: 15%;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(36,36,36,0.2);
    padding: 20px 20px;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.m{
	padding-top:20px;
	padding-bottom:20px;
}
/*.m table td img{
	width:150px;
	height:60px;
}*/
.m table td .card_img{
	float:left;
	width:150px;
	height:100px;
}
.m table td .thumb_upload_sections{
	float: left;
    padding-left: 20px;
    padding-top:30px;
   
}

/* ajax upload pic == start */
.upload_pic_box{float:left;width:800px;height:600px; position:relative;}
.upload_pic_box .upload_first_step{ border:3px dashed #E6E6E6; width:300px; height:300px; margin:147px 247px;float:left; overflow:hidden;}
.upload_pic_box .first_step_title{ position:absolute; top:50px;width:780px; text-align:center; font-weight:bold; font-size:22px;}
.upload_pic_box .upload_first_step .upload-picker{float:left; position:relative;font-size: 18px;background: #00b7ee;border-radius: 3px;line-height: 44px;padding: 0 30px;color: #fff;    display: inline-block;cursor: pointer;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); margin:128px 66px;}
.upload_pic_box .second_step_box{float:left;width:780px;height:530px; position:relative;overflow-x:none; overflow-y:scroll; padding:10px;}
.upload_pic_box .second_step_box .img_box{ width:775px; height:350px; border:1px solid #ccc; background:url('../upload_pic_bg.png') repeat;text-align:center; display:table-cell; vertical-align:middle;}
.upload_pic_box .second_step_box .img_box img{ max-width:755px; max-height:350px; vertical-align:middle;}
.upload_pic_box .second_step_box .sencond_step_title{width:775px;float:left;height:30px; margin:10px 0; line-height:30px; font-weight:bold; font-size:22px;}
.upload_pic_box .second_step_box .preview-box{ float:left;width:775px; margin-bottom:10px;}
.upload_pic_box .second_step_box .preview-box .preview-pane{float:left; margin:0 10px 10px 0; border:1px solid #ccc; overflow:hidden;}
.upload_pic_box .third_step_box,.upload_pic_box .forth_step_box{width:800px; border-top:2px solid #999; height:50px; line-height:50px; background:#F2F0F1;float:left;}
.upload_pic_box .third_step_box .btn{float:left;}
.upload_pic_box .third_step_box .btn-danger{ margin:8px 10px 8px 287px;}
.upload_pic_box .third_step_box .btn-success{ margin:8px 287px 8px 10px;}
.upload_pic_box .forth_step_box span.form_loading{float:left;background:url('../loading22.gif') no-repeat; height:24px; line-height:24px; padding-left:30px; color:#F00; margin:13px 337px; width:126px;}
/* ajax upload pic == end*/


.m form table td #captchapng{padding-top:15px; }
.pos a:hover{color:#FF7300;}
.m table td a:hover{color:#FF7300;}
.left_menu {width:150px;background:#FFFFFF url('image/left_menu.gif') repeat-y;}
.left_menu a {width:90%;display:block;}
.left_menu a:hover{color:#FF7300;}
.left_menu ul {background:#FFFFFF url('image/left_menu_ul.gif') no-repeat;padding-top:2px;}
.left_menu_li {line-height:37px;height:37px;background:url('image/left_menu_li.gif') no-repeat;padding-left:30px;overflow:hidden;}
.left_menu_on {line-height:37px;height:37px;background:url('image/left_menu_on.gif') no-repeat;padding-left:30px;overflow:hidden;}
.warn {padding:30px 100px 30px 200px;}
.warn div {padding:5px 0 0 60px;background:url('image/warn.gif') no-repeat;font-size:14px;line-height:200%;}
.warn h1 {font-size:16px;margin:0;}
.guest_warn {padding:2px 0 2px 0;text-align:center;margin:0 130px 15px 130px;background:#FFF5D8;border:#FF7300 1px solid;}
.back2top {width:58px;height:58px;position:fixed;_position:absolute;left:56%;margin-left:500px;bottom:100px;_bottom:auto;cursor:pointer;display:none;}
.back2top a {display:block;width:100%;height:100%;background:url('image/back2top.png') no-repeat;}
.back2top a:hover {background:url('image/back2top.png') no-repeat -58px 0;}
#destoon_city {color:red;}
#powered {padding:6px 0 20px 0;}








/*      通行证start      */

@font-face {
	font-family:'alibariconfont';src:url('//at.alicdn.com/t/font_1425376587_3674655.eot');src:url('//at.alicdn.com/t/font_1425376587_3674655.eot?#iefix') format('embedded-opentype'),  url('//at.alicdn.com/t/font_1425376587_3674655.woff') format('woff'),  url('//at.alicdn.com/t/font_1425376587_3674655.ttf') format('truetype'),  url('//at.alicdn.com/t/font_1425376587_3674655.svg#iconfont') format('svg');
}

.alibar-iconfont {
	font-family: 'alibariconfont' !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

#alibar {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	height: 29px;
	line-height: 29px;
	font: Tahoma,Arial,'\5B8B\4F53',sans-serif;
	color: #555;
	font-size: 12px;

}

#alibar .alibar-container {
	margin: 0 auto;
	font-size: 12px;
	display: block!important;
}

#alibar .topnav li .nav-title {
	padding-left: 15px;
	padding-right: 15px;
}

#alibar .extra:hover .nav-title,#alibar .nav-hover .nav-title {
	padding-left: 9px;
	padding-right: 10px;
}

#alibar a,#alibar a:link,#alibar a:visited {
	text-decoration: none;
	color: #555;
}

#alibar a:hover {
	color: #ff7300 !important;
}

#alibar li {
	float: left;
	border-right: 1px solid #ddd;
}
#alibar li:last-child{
	border-right: none;
}

#alibar .nav-title {
	float: left;
	height: 29px;
	line-height: 29px;
	position: relative;
	padding: 0 5px;
}

#alibar .infoHover .nav-title {
	border-left: solid 1px #ececec;
	border-right: solid 1px #ececec;
	display: block;
	padding-left: 10px!important;
	padding-right: 4px!important;
	padding-bottom: 1px;
	background: #fff!important;
}



#alibar .nav-arrow {
	/*padding-right: 9px;*/
	display: inline-block;
	height: 29px;
	background-position: right -52px;
	cursor: pointer;
}

#alibar .mobile {
	float: left;
	padding-left: 16px;
	padding-right: 10px;
	background-position: 0 -112px;
}

#alibar .mobile a {
	display: block;
	float: left;
}

#alibar .mobile .alibar-iconfont {
	float: left;
	font-size: 15px;
	color: #ff7300;
}

#alibar .alibar-container .sayHello {
	float: left;
	padding-left: 9px;
	background-position: -16px -145px;
}

#alibar .account-sign-status .account-id a:link,#alibar .account-sign-status .account-id a:visited,#alibar .account-sign-status a.modify-nick {
	color: #ff7300;
}

#alibar .account-sign-status {
	float: left;
}

#alibar .account-sign-status li {
	padding-right: 8px;
}

#alibar .account-sign-status .account-welcome {
	position: relative;
	z-index: 1000;
}

#alibar .account-sign-status .account-welcome .nav-title {
	background-position: -16px -145px;
	padding-left: 11px;
}

#alibar .account-welcome .nav-content {
	left: 41px;
	background-color: #fff;
}

#alibar .account-welcome .reLoginRemind {
	padding-left: 15px;
}

#alibar .account-welcome .reLoginRemind a:link,#alibar .account-welcome .reLoginRemind a:visited,#alibar .account-welcome .isSubAccountRemind a:visited,#alibar .account-welcome .isSubAccountRemind a:link {
	color: #ff7300;
}

#alibar .topnav li .nav-title {
	background-position: right -145px;
}

#alibar .extra {
	position: relative;
	z-index: 1804;
}

#alibar .account-msg a span {
	margin-left: 2px;
	padding: 0 4px;
	background-color: #ff7300;
	color: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#alibar .account-msg a:hover span {
	background-color: #ff3300;
}

#alibar .topnav {
	float: right;
}

#alibar .topnav a:link,#alibar .topnav a:visited {
	color: #555;
}

#alibar .extra:hover .nav-title,#alibar .nav-hover .nav-title {
	/*border-left: solid 1px #ececec;*/
	/*border-right: solid 1px #ececec;*/
	padding-bottom: 1px;
	background: #fff;
}

#alibar .topnav li.nav-hover-prev .nav-title {
	background: none
}

#alibar .topnav li:hover .nav-arrow,#alibar .topnav .nav-hover .nav-arrow {
	background-position: right -18px;
}

#alibar .list-first {
	background: none;
}

#alibar .topnav .extra:hover .nav-content,#alibar .topnav .nav-hover .nav-content {
	display: block;
	position: absolute;
	top: 30px;
	z-index: 2000;
	padding: 5px 0px 0px;
}

#alibar .nav-content dl {
	float: left;
	padding: 0 12px 8px;
}

#alibar .nav-content dt {
	font-weight: 700;
	color: #b0b0b0;
}

#alibar .nav-content dd {
	line-height: 24px;
	word-spacing: no-wrap;
}

#alibar .nav-content a:link,#alibar .nav-content a:visited {
	color: #555;
}

#alibar .topnav-myali .nav-content {
	/*left: 0;*/
	right: 0;
	width:320px;
}

#alibar .topnav-purchaselist .nav-title span,#alibar .topnav-purchaselist .nav-title em {
	float: left;
}

#alibar .topnav-purchaselist .nav-title .purchaselist-value {
	height: 15px;
	line-height: 15px;
	margin-top: 7px;
	margin-left: 3px;
	margin-right: 2px;
	background-position: 0 0;
}

#alibar .topnav-purchaselist .nav-title em {
	height: 15px;
	padding: 0 3px;
	line-height: 15px;
	background-color: #ff7300;
	color: #fff;
	margin-left: 3px;
	position: relative;
}

#alibar .topnav-purchaselist-stock em {
	color: #ff7300;
}

#alibar .topnav-purchaselist .nav-content {
	left: 0;
	width: 445px;
}

#alibar .topnav-purchaselist .product-list h3 {
	padding-left: 15px;
	font-weight: 700;
}

#alibar .topnav-purchaselist .product-list p {
	padding: 16px 0;
	text-align: center;
	color: #525151;
}

#alibar .topnav-purchaselist .purchase-info {
	padding: 10px 15px;
	background-color: #f6f6f6;
	text-align: right;
}

#alibar .topnav-purchaselist .purchase-info p {
	color: #555;
	display: inline-block;
}

#alibar .topnav-purchaselist .purchase-info em {
	font-weight: 700;
}

#alibar .topnav-purchaselist .purchase-info .orange {
	color: #ff7300;
}

#alibar .topnav-purchaselist-stock .product-list p {
	display: none;
}

#alibar .topnav-purchaselist dl {
	padding: 10px 0;
	margin: 0 15px;
	border-top: solid #f6f6f6 1px;
}

#alibar .topnav-purchaselist dd.action a {
	color: #888 !important;
}

#alibar .topnav-purchaselist dl a:hover {
	color: #ff7300 !important;
}

#alibar .topnav-purchaselist dt {
	float: left;
	margin: 1px 10px 0 0;
	width: 36px;
	height: 36px;
	padding: 1px;
	text-align: center;
}

#alibar .topnav-purchaselist dt a {
	display: block;
	width: 36px;
	height: 36px;
	overflow: hidden;
}

#alibar .topnav-purchaselist dd {
	float: left;
	width: 166px;
	height: 18px;
	line-height: 18px;
}

#alibar .topnav-purchaselist dd.specInfos {
	overflow: hidden;
	width: 320px;
}

#alibar .topnav-purchaselist dd.specInfos  .specItem {
	margin-right: 10px;
	color: #888;
	word-break: break-all;
}

#alibar .topnav-purchaselist dd.specInfos  .lastItem {
	margin: 0;
}

#alibar .topnav-purchaselist dd.price {
	color: #ff7300;
	font-family: Helvetica;
}

#alibar .topnav-purchaselist dd.action {
	float: right;
	width: 30px;
	margin-top: -18px;
	text-align: right;
}

#alibar .topnav-purchaselist a.btn-y {
	display: inline-block;
	width: 79px;
	height: 26px;
	background-color: #ff7300;
	color: #fff !important;
	line-height: 26px;
	text-align: center;
}

#alibar .topnav-favorite .alibar-iconfont {
	display: block;
	float: left;
	margin-right: 5px;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	margin-top: 7px;
}

#alibar .topnav-favorite .nav-title span {
	float: left;
	height: 29px;
	line-height: 29px;
}

#alibar .topnav-favorite .nav-content {
	left: 0;
	width: 114px;
	padding-top: 6px!important;
}
#alibar .topnav-shili .nav-content{
	width: 78px;
	left: -1px;
}
#alibar .topnav-shili .nav-content dl{
	margin: 0 auto;
	float: none;
	text-align: center;
}

#alibar .topnav-favorite .nav-content a.news {
	padding-right: 8px;
	background-position: right -208px;
}

#alibar .topnav-tp .nav-content {
	left: 0;
	width: 128px;
}

#alibar .topnav-tp .contact-us {
	background-position: 2px -56px;
}

#alibar .topnav-tp .order-online {
	text-decoration: none !important;
}

#alibar .topnav-tp .apply-form {
	background-position: 2px -86px;
}

#alibar .topnav-tp .join-promotion {
	background-position: 2px -116px;
}

#alibar .topnav-tp .renewal-online {
	background-position: 2px -279px;
}

#alibar .topnav-sitemap .nav-content {
	right: 0;
	width: 361px;
}

#alibar .topnav-sitemap.new-sitemap .nav-content {
	right: 0;
	width: 274px;
}

#alibar .topnav-sitemap.new-sitemap .zone {
	float: none;
}

#alibar .topnav-sitemap.new-sitemap .zone span {
	float: left;
	height: 14px;
	line-height: 14px;
	margin: 8px 0;
	white-space: nowrap;
	padding: 0px 12px;
	border-right: solid #ececec 1px;
}

#alibar .topnav-sitemap.new-sitemap .zone span:last-child{
	border-right: none;
}

#alibar .topnav-sitemap.new-sitemap .zone span.no-border {
	border-right: none;
}

#alibar .topnav-sitemap.new-sitemap .zone .name,#alibar .topnav-sitemap.new-sitemap .zone .detail {
	float: left;
}

#alibar .topnav-sitemap.new-sitemap .zone .name {
	font-size: 13px;
	font-weight: bold;
	padding: 8px 8px 8px 0;
	height: 14px;
	line-height: 14px;
	color: #555;
}

#alibar .topnav-sitemap.new-sitemap .zone .detail {
	zoom: 1;
	width: 370px;
}

#alibar .topnav-sitemap.new-sitemap .zone .detail:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
}

#alibar .topnav-sitemap.new-sitemap .zone .spacing {
	width: 1px;
	height: 24px;
	margin: 0 7px;
	background-position: right 6px;
}

#alibar .topnav-sitemap.new-sitemap .nav-content {
	width: 455px;
}

#alibar .topnav-sitemap.new-sitemap .hangye-category {
	padding: 5px 0 0 15px;
	zoom: 1;
}

#alibar .topnav-sitemap.new-sitemap .hangye-category dl {
	padding: 0;
	padding-bottom: 10px;
}

#alibar .topnav-sitemap.new-sitemap .more {
	height: 30px;
	line-height: 30px;
	background: #f2f2f2;
}

#alibar .topnav-sitemap.new-sitemap .more .moreBtn {
	float: right;
	padding-right: 20px;
}

#alibar .topnav-wsgys .nav-content {
	left: 0;
	width: 88px;
}

#alibar .topnav-kf .nav-content {
	left: 0;
	width: 76px;
}

#alibar .alibar-tips {
	position: absolute;
	position: absolute;
	background: #fffcdc;
	border: 1px solid #e7d4ac;
	padding: 10px 8px 4px;
	z-index: 1500;
}

#alibar .tips-top {
	position: absolute;
	display: block;
	font-size: 0;
	top: -8px;
	left: 10px;
	width: 13px;
	height: 8px;
	background: url('//cbu01.alicdn.com/cms/upload/2012/055/744/447550_1451252140.png') no-repeat 0 -60px;
	z-index: 1501;
}

#alibar .tip-logo {
	float: left;
	width: 30px;
	height: 34px;
	background: url('//cbu01.alicdn.com/cms/upload/2012/055/744/447550_1451252140.png') no-repeat;
}

#alibar .tips-close {
	float: left;
	width: 10px;
	height: 10px;
	background: url('//cbu01.alicdn.com/cms/upload/2012/055/744/447550_1451252140.png') no-repeat 0 -40px;
	cursor: pointer;
	font-size: 0;
}

#alibar .tip-text {
	float: left;
	padding: 0 10px 0 4px;
	width: 156px;
	line-height: 18px;
	color: #222;
}

#alibar .tip-text.add {
	width: 180px;
}

#alibar .tip-text .modify_nick_btn {
	background: #FF7300;
	width: 130px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	margin: 10px 0px;
	padding: 0;
	cursor: pointer;
}

#alibar .tip-text .modify_nick_btn a:link,#alibar .tip-text .modify_nick_btn a:visited,#alibar .tip-text .modify_nick_btn a:hover {
	color: #fff !important;
}

#alibar .detail-link {
	color: #369;
}

#alibar .tip-text em {
	color: #C97831;
}

#alibar .tip-text a.i-know {
	display: block;
	text-align: right;
}

#alibar .alibar-loading {
	background: url('//cbu01.alicdn.com/images/cn/home/loading.gif') no-repeat 50% 50%;
}

#alibar .nav-content {
	display: none;
	border: solid 1px #ececec;
	border-top: none;
	background-color: #fff;
}

#alibar .infoHover .nav-content {
	display: block;
	position: absolute;
	top: 30px;
	z-index: 2000;
}

#alibar .infoHover .nav-arrow {
	background-position: right -18px;
}

#alibar .account-welcome .nav-content {
	width: 211px;
	padding: 5px 10px;
}

#alibar .levelWrapper {
	padding-bottom: 8px;
}

#alibar .levelWrapper .memberPhoto {
	float: left;
	width: 56px;
	height: 56px;
	border: 1px solid #ececec;
	padding: 1px;
	margin-top: 3px;
}

#alibar .levelWrapper .memberPhoto a {
	display: block;
}

#alibar .levelWrapper .memberPhoto a,#alibar .levelWrapper .memberPhoto img {
	width: 56px;
	height: 56px;
}

#alibar .levelWrapper .level {
	width: 145px;
	float: right;
}

#alibar .levelWrapper .level p {
	line-height: 20px;
}

#alibar .levelWrapper .level .account {
	text-align: right;
	padding-bottom: 5px;
}

#alibar .levelWrapper .level .title {
	color: #666;
	padding-right: 7px;
}

#alibar .levelWrapper .level .vipClub,#alibar .levelWrapper .level .newComer {
	padding-left: 10px;
	color: #666;
}

#alibar .levelWrapper .level .vipClub {
	font-weight: bold;
}

#alibar .levelWrapper .level .levelImg img {
	vertical-align: middle;
}

#alibar .levelWrapper .level .account a:link,#alibar .levelWrapper .level .account a:visited {
	color: #336799;
}

#alibar .levelWrapper .level .account .sep {
	color: #eaeaea;
	padding: 0 2px;
}

#alibar .medalWrapper {
	padding: 10px 0 8px 0;
	border-top: 1px dashed #e0e0e0;
}

#alibar .medalWrapper .medal {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 8px;
}

#alibar .tip-text a:link,#alibar .tip-text a:visited {
	color: #ff7300;
}

#alibar .topnav-tp dd {
	height: 30px;
	cursor: pointer;
}

#alibar .topnav-tp dd .alibar-iconfont {
	display: block;
	float: left;
	margin-right: 8px;
	color: #888;
	float: left;
	float: left;
	font-size: 18px;
	height: 18px;
	padding-top: 6px;
	cursor: pointer;
}

#alibar .topnav-tp dd span {
	float: left;
	height: 14px;
	line-height: 14px;
	padding-top: 10px;
	cursor: pointer;
}

#alibar .topnav-tp dd:hover .alibar-iconfont,#alibar .topnav-tp dd:hover span {
	color: #ff7300;
}

#alibar .topnav-tp .nav-content {
	left: 0;
	width: 125px;
}

#alibar .alibar-container .account-welcome .nav-content {
	left: 0px;
}

#alibar .alibar-container.adapt-201486 .account-sign-status li {
	padding: 0 5px 0 0;
}

#swf-storage,#swf-storage-1 {
	visibility: hidden;
}

#alibar .topnav .nav-shili {
	background-position: right -145px;
	padding: 0 9px 0 8px;
}

#alibar .topnav li.nav-hover-prev .nav-shili {
	background: none;
}

/*#alibar .topnav li .nav-title {
	padding-left: 7px;
	padding-right: 8px;
}*/

#alibar .extra:hover .nav-title,#alibar .nav-hover .nav-title {
	padding-left: 15px;
	padding-right: 15px;
}

#alibar .topnav-wsgys .nav-content {
	width: 84px;
}

#alibar .topnav-kf .nav-content {
	width: 78px;
	left: -1px;
}

#alibar .topnav-kf .nav-content dl {
	padding: 0px 10px 8px 10px;
	margin: 0 auto;
	float: none;
	text-align: center;
}

#alibar .alibar-container {
	width: 1200px;
}



/*      通行证end     */




/*  头部尾部公用样式  */

.fui-web-suggestion-inner {
	position:absolute;
	width:100%;
	bottom:0;
	background-color:#fff
}
.wiki_suggest_ctn {
	border:2px solid #ff500b;
	border-top:none;
	background-color:#fff;
	overflow:hidden
}
.wiki_suggest_left_right .wiki_suggest_content_left {
	width:420px
}
.wiki_suggest_top_down .wiki_suggest_content_left {
	width:100%
}
.wiki_suggest_content_left {
	overflow:hidden
}
.wiki_suggest_content_left .wiki_suggest_left_list {
	padding:7px 0
}
.wiki_suggest_content_left .wiki_suggest_left_list_item {
	padding:0 10px;
	height:26px;
	line-height:26px;
	overflow:hidden;
	color:#999;
	font-weight:700;
	cursor:pointer
}
.wiki_suggest_content_left .list_item_hover {
	background-color:#f6f6f6
}
.wiki_suggest_content_left .wiki_suggest_left_list_item em {
	font-weight:400
}
.wiki_suggest_left_right .wiki_suggest_content_right {
	*display:none;
	_display:block;
	padding:20px 0;
	margin-right:-10px
}
.wiki_suggest_left_right .wiki_suggest_content_right .wiki_suggest_content_right_inner {
	border-left:1px solid #eee;
	text-align:center;
	padding-bottom:20px
}
.wiki_suggest_left_right .wiki_suggest_content_right .wiki_suggest_content_right_inner span {
	color:#999;
	display:block;
	height:52px;
	line-height:52px
}
.wiki_suggest_left_right .wiki_suggest_content_right .wiki_suggest_content_right_inner a {
	display:block;
	width:66px;
	height:30px;
	line-height:30px;
	border:1px solid #ff7300;
	margin:0 auto;
	color:#333
}
.wiki_suggest_left_right .wiki_suggest_content_right .wiki_suggest_content_right_inner a:hover {
	text-decoration:none;
	color:#ff7300
}
.wiki_suggest_left_right .list-item-count-6 .wiki_suggest_content_right_inner {
	padding:13px 0 33px 0
}
.wiki_suggest_left_right .list-item-count-7 .wiki_suggest_content_right_inner {
	padding:26px 0 46px 0
}
.wiki_suggest_left_right .list-item-count-8 .wiki_suggest_content_right_inner {
	padding:39px 0 59px 0
}
.wiki_suggest_left_right .list-item-count-9 .wiki_suggest_content_right_inner {
	padding:52px 0 72px 0
}
.wiki_suggest_left_right .list-item-count-10 .wiki_suggest_content_right_inner {
	padding:65px 0 85px 0
}
.wiki_suggest_left_right .list-item-count-11 .wiki_suggest_content_right_inner {
	padding:78px 0 98px 0
}
.wiki_suggest_left_right .list-item-count-12 .wiki_suggest_content_right_inner {
	padding:91px 0 111px 0
}
.wiki_suggest_left_right .list-item-count-13 .wiki_suggest_content_right_inner {
	padding:104px 0 124px 0
}
.wiki_suggest_left_right .list-item-count-14 .wiki_suggest_content_right_inner {
	padding:117px 0 137px 0
}
.wiki_suggest_left_right .list-item-count-15 .wiki_suggest_content_right_inner {
	padding:130px 0 150px 0
}
.wiki_suggest_top_down .wiki_suggest_content_right {
	width:100%;
	padding-top:10px
}
.wiki_suggest_top_down .wiki_suggest_content_right .wiki_suggest_content_right_inner {
	margin:0 10px;
	border-top:1px solid #eee;
	padding:10px 0
}
.wiki_suggest_top_down .wiki_suggest_content_right .wiki_suggest_content_right_inner span {
	color:#999;
	display:block;
	height:32px;
	line-height:32px;
	float:left
}
.wiki_suggest_top_down .wiki_suggest_content_right .wiki_suggest_content_right_inner a {
	display:block;
	float:left;
	width:66px;
	height:30px;
	line-height:30px;
	border:1px solid #ff7300;
	color:#333;
	text-align:center;
	margin-left:20px
}
.wiki_suggest_top_down .wiki_suggest_content_right .wiki_suggest_content_right_inner a:hover {
	text-decoration:none;
	color:#ff7300
}
@font-face {
	font-family:suggest_iconfont;
	src:url(font/font_1419991619_3879128.eot);
	src:url(font/font_1419991619_3879128.eot?#iefix) format('embedded-opentype'),url(font/font_1419991619_3879128.woff) format('woff'),url(font/font_1419991619_3879128.ttf) format('truetype'),url(font/font_1419991619_3879128.svg#iconfont) format('svg')
}
.fui-web-suggestion-inner {
	position:absolute;
	width:100%;
	bottom:0;
	background-color:#fff
}
.suggest_input_ctn {
	border:2px solid #ff500b;
	border-top:none;
	background-color:#fff;
	overflow:hidden
}
.suggest_content_left {
	width:100%
}
.suggest_content_right {
	display:none
}
.suggest_content_right .suggest_right_item {
	display:none;
	position:relative
}
.suggest_content_right .suggest_right_power_seller {
	padding:0 20px;
	margin:0 0 16px 0;
	padding-top:8px
}
.suggest_content_right .suggest_right_power_seller .tab_content {
	height:282px
}
.suggest_content_right .suggest_right_power_seller .tab_action {
	margin-top:10px
}
.suggest_content_right .suggest_right_power_seller .tab_action .prev,.suggest_content_right .suggest_right_power_seller .tab_action .next {
	background-color:#fff;
	display:block;
	border:1px solid #e5e5e5;
	margin-left:5px;
	width:23px;
	height:23px
}
.suggest_content_right .suggest_right_power_seller .tab_action .prev span,.suggest_content_right .suggest_right_power_seller .tab_action .next span {
	color:#666;
	display:block;
	font-family:suggest_iconfont;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-align:center;
	font-style:normal;
	font-size:12px;
	width:12px;
	height:12px;
	line-height:12px;
	margin-top:5px;
	margin-left:6px;
	cursor:pointer
}
.suggest_content_right .suggest_right_power_seller .tab_action .prev:hover span,.suggest_content_right .suggest_right_power_seller .tab_action .next:hover span {
	color:#ff7300
}
.suggest_content_right .suggest_right_power_seller .tab_action .disabled {
	cursor:default!important
}
.suggest_content_right .suggest_right_power_seller .tab_action .disabled span {
	cursor:default!important;
	color:#e5e5e5!important
}
.suggest_content_right .suggest_right_power_seller ul li {
	display:none
}
.suggest_content_right .suggest_right_power_seller .current {
	display:list-item
}
.suggest_content_right .suggest_right_power_seller .seller_ctn {
	border:1px solid #e5e5e5;
	background-color:#fff;
	padding:5px 11px;
	display:block;
	margin-top:8px
}
.suggest_content_right .suggest_right_power_seller .seller_ctn span {
	display:block;
	height:19px;
	line-height:19px;
	overflow:hidden;
	cursor:pointer
}
.suggest_content_right .suggest_right_power_seller .seller_ctn .company_name {
	color:#555
}
.suggest_content_right .suggest_right_power_seller .seller_ctn .company_type {
	color:#999
}
.suggest_content_right .suggest_right_power_seller .seller_ctn:hover {
	border-color:#ff7300
}
.suggest_content_right .suggest_right_power_seller .seller_ctn:hover .company_name {
	color:#ff7300
}
.suggest_content_right .suggest_right_normal {
	max-height:228px;
	overflow:hidden;
	_height:228px;
	padding-left:12px;
	margin:16px 0
}
.ctn_has_right .suggest_content_left {
	width:50%
}
.ctn_has_right .suggest_content_right {
	display:block;
	width:50%;
	margin-right:-10px;
	background-color:#f6f6f6;
	padding-bottom:3000px;
	margin-bottom:-3000px
}
.suggest_left_list {
	padding:7px 0
}
.suggest_left_list_item {
	cursor:pointer;
	height:26px;
	line-height:26px;
	overflow:hidden;
	padding:0 10px
}
.suggest_left_list_item .power_seller_icon {
	display:block;
	height:16px;
	width:16px;
	margin-top:5px
}
.suggest_left_list_item .power_seller_name {
	color:#1071a8!important;
	margin-left:8px
}
.suggest_left_list_item .cate_name,.suggest_left_list_item .topic_name {
	padding-left:16px
}
.list_item_hover {
	background-color:#f6f6f6!important
}
.move_arrow {
	display:none;
	margin-left:5px
}
.item_has_right .move_arrow {
	display:block;
	float:left
}
.list_item_hover .move_arrow {
	float:right!important
}
.suggest_right_topic {
	padding:20px 0 20px 1px!important;
	text-align:center;
	cursor:pointer
}
.suggest_right_topic img {
	display:block;
	margin:0 auto;
	height:300px
}
.suggest_right_normal_tag {
	display:block;
	width:66px;
	height:28px;
	line-height:28px;
	border:1px solid #e5e5e5;
	background-color:#fff;
	text-align:center;
	margin:4px 0 4px 8px;
	color:#999
}
.suggest_left_list_item span {
	color:#999
}
.suggest_left_list_item .normal_item {
	font-weight:700
}
.suggest_left_list_item .normal_item em {
	font-weight:400
}
.history_list_item .history_item {
	color:#1071a8!important
}
.history_item_remove {
	display:none;
	color:#999;
	cursor:pointer
}
.list_item_hover .history_item_remove {
	display:inline
}
.suggest_right_normal_tag {
	cursor:pointer
}
.suggest_right_tag_hover {
	color:#ff7300!important;
	border:1px solid #ff7300!important
}
.suggest_input_ctn_no_mohe .move_arrow {
	display:none!important
}
.suggest_no_input_ctn_simple {
	border:2px solid #ff500b;
	border-top:none;
	background-color:#fff;
	padding:7px 0
}
.simple_history_item {
	height:26px;
	line-height:26px;
	padding:0 10px;
	cursor:pointer
}
.simple_history_item_label {
	color:#1071a8
}
.simple_history_item_remove {
	color:#999;
	display:none;
	cursor:pointer
}
.simple_history_item_hover {
	background-color:#f5f5f5!important
}
.simple_history_item_hover .simple_history_item_remove {
	display:inline
}

html {
	color:#000;
	overflow-y:scroll;
	background:#fff
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,form,th,td {
	margin:0;
	padding:0
}
body,button,input,select,textarea {
	font:12px/1.5 Tahoma,Arial,"\5b8b\4f53",sans-serif
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:400
}
address,cite,dfn,em,var {
	font-style:normal
}
code,kbd,pre,samp,tt {
	font-family:"Courier New",Courier,monospace
}
small {
	font-size:12px;
}
ul,ol {
	list-style:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
abbr[title],acronym[title] {
	border-bottom:1px dotted;
	cursor:help
}
q:before,q:after {
	content:''
}
:focus {
	outline:0
}
legend {
	color:#000
}
fieldset,img {
	border:none
}
button,input,select,textarea {
	font-size:100%
}
table {
	border-collapse:collapse;
	border-spacing:0
}
hr {
	border:none;
	height:1px;
	*color:#fff
}
img {
	-ms-interpolation-mode:bicubic
}
.fd-left {
	float:left
}
.fd-right {
	float:right
}
.fd-clear {
	clear:both
}
.fd-clr {
	*zoom:1
}
.fd-clr:after {
	display:block;
	clear:both;
	height:0;
	content:"\0020"
}
.fd-hide {
	display:none
}
.fd-show {
	display:block
}
.fd-locate {
	position:relative
}
.fd-cny {
	font-family:Helvetica,Arial
}
.fd-gray {
	color:#666
}
.fd-bold {
	font-weight:700
}
.screen {
	width:990px;
	margin:0 auto;
	padding:0 5px
}
#header,#content,#footer,.layout {
	*zoom:1
}
#header:after,#content:after,#footer:after,.layout:after {
	display:block;
	clear:both;
	height:0;
	content:"\0020"
}
.layout .grid {
	float:left
}
.layout .grid-fixed {
	margin-right:0!important
}
.w952 {
	width:952px;
	margin:0 auto;
	padding:0 4px
}
.layout {
	margin:0 auto
}
a.orange {
	color:#ff7300!important
}
a.orange:hover {
	text-decoration:underline!important
}
.layout-1190 #doc-container {
	min-width:1200px
}
.layout-990 #doc-container {
	min-width:1010px
}
.layout-1190 .layout {
	width:1190px
}
.layout-990 .layout {
	width:990px!important
}
.layout-1190 #masthead .ali-search {
	width:660px
}
.layout-1190 #masthead .ali-search form {
	width:660px
}
.layout-1190 #masthead .ali-search #alisearch-keywords {
	width:536px
}
.layout-1190 ul.nav-main {
	width:886px;
	padding:0 62px
}
.layout-1190 #main_slider {
	width:760px
}
.layout-1190 #hp_first_screen_center_2015 {
	width:800px
}
.layout-1190 #main_slider .tab-content .tab-b a.leftright {
	left:0
}
.layout-1190 #main_slider .tab-content .tab-b a.center {
	left:0
}
.layout-1190 #promation_slider .promation-tab-content {
	width:720px
}
.layout-1190 #promation_slider .promation-tab-content .tab-b .jiaodian-img.last-img {
	display:block
}
.layout-1190 .feature_market .area_market {
	width:270px
}
.layout-1190 .feature_market .global_offer {
	width:270px
}
.layout-1190 .feature_market .procurement_platform {
	width:270px
}
.layout-1190 #industry_set_choice {
	width:1186px
}
.layout-1190 #industry_set_choice .industry_item_choice {
	padding:18px 42px 0 42px;
	width:1102px
}
.layout-1190 #industry_floors_list li.floor_item {
	width:585px
}
.layout-1190 #show_more_floor_btn .shadow_body,.layout-1190 #show_more_floor_btn .shadow_border {
	width:1186px
}
.layout-1190 #industry_floors_list li.floor_item .industry_floor_item_static {
	width:583px
}
.layout-1190 #industry_floors_list li.floor_item.user_care_floor .industry_floor_item_static {
	width:594px
}
.layout-1190 #industry_floors_list li.floor_item .industry_floor_item_dynamic {
	width:593px
}
.layout-1190 #industry_floors_list li.floor_item .industry_floor_item_static .floor_content {
	width:384px
}
.layout-1190 #industry_floors_list li.floor_item.user_care_floor .industry_floor_item_static .floor_content {
	width:395px
}
.layout-1190 #industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_left {
	width:230px
}
.layout-1190 #industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_left .floor_title {
	padding-left:42px
}
.layout-1190 #industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_left .floor_title {
	background-position:-267px -633px
}
.layout-1190 #industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_left .activity-list-ctn {
	padding-left:30px
}
.layout-1190 #industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_body .floor_body_left {
	padding-left:30px;
	width:200px
}
.layout-1190 .community_ctn .body .hot_topic {
	margin-left:35px
}
.layout-1190 .latest_view_ctn .body .relative_offers_ctn,.layout-1190 .latest_view_ctn .body .relative_offers_ctn .product-more {
	width:945px
}
.layout-1190 .gg_banner .left_banner {
	width:945px
}
.layout-1190 .gg_banner .left_banner img {
	left:-22px
}
.layout-1190 .hp_footer_inner #footer-v1,.layout-1190 .hp_footer_inner #ali_service {
	margin-left:180px
}
.layout-1190 #alibar .alibar-container {
	width:1190px
}
.layout-1190 .industry_floor_item_dynamic li.center_block {
	padding-left:40px
}
.layout-1190 .industry_floor_item_dynamic li.right_block {
	width:173px;
	padding-left:40px;
	_padding-left:30px;
	_width:183px
}
.layout-1190 .alibar2013 #alibar-v4 .topnav .nav-title {
	padding:0 15px
}
.layout-1190 .alibar2013 #alibar-v4 .topnav .nav-hover .nav-title {
	padding:0 14px
}
.layout-1190 .alibar2013 #alibar-v4 .topnav-kf .nav-content {
	width:86px
}
.layout-1190 .alibar2013 #alibar-v4 .topnav-favorite .nav-title {
	background-position:15px -1376px
}
.layout-1190 .alibar2013 #alibar-v4 .topnav-favorite.nav-hover .nav-title {
	background-position:14px -1376px
}
.layout-1190 .industry_floor_item_dynamic .hot_search_words .key_words_ctn .arrow,.layout-1190 .industry_floor_item_dynamic .hot_search_words .key_words_ctn .more_words {
	display:block
}
.layout-1190 .dljm {
	margin-right:-30px!important
}
.layout-1190 .cgsc,.layout-1190.yshy {
	margin-left:-30px!important
}
.layout-1190 .dqycg {
	margin-right:-27px!important
}
.layout-990 .dljm {
	margin-right:-20px!important
}
.layout-990 .cgsc,.layout-990 .yshy {
	margin-left:-20px!important
}
.layout-990 .dqycg {
	margin-right:-17px!important
}
.layout-990 .industry_floor_item_dynamic .hot_search_words .key_words_ctn .arrow,.layout-990 .industry_floor_item_dynamic .hot_search_words .key_words_ctn .more_words {
	display:none
}
.layout-990 #alibar .topnav li .nav-title {
	padding-left:7px!important;
	padding-right:8px!important
}
.layout-990 #alibar .extra:hover .nav-title,.layout-990 #alibar .nav-hover .nav-title {
	padding-left:6px!important;
	padding-right:7px!important
}
.layout-990 #alibar .topnav-wsgys .nav-content {
	width:84px!important
}
.layout-990 #alibar .topnav-kf .nav-content {
	width:72px!important
}
.layout-990 #alibar .topnav-kf .nav-content dl {
	padding:0 10px 8px 10px!important
}
.layout-990 .alibar2013 #alibar-v4 .topnav-favorite .nav-title {
	background-position:10px -1376px!important
}
.layout-990 .alibar2013 #alibar-v4 .topnav-kf .nav-content {
	width:76px!important
}
.layout-990 .alibar2013 #alibar-v4 .topnav .nav-title {
	padding:0 10px!important
}
.layout-990 .alibar2013 #alibar-v4 .topnav .nav-hover .nav-title {
	padding:0 9px!important
}
.layout-990 .community_ctn .body .current_topic {
	display:block
}
.layout-990 #masthead .ali-search {
	width:460px
}
.layout-990 #masthead .ali-search form {
	width:460px
}
.layout-990 #masthead .ali-search #alisearch-keywords {
	width:336px
}
.layout-990 ul.nav-main {
	width:750px;
	padding:0 30px
}
.layout-990 #main_slider {
	width:560px
}
.layout-990 #hp_first_screen_center_2015 {
	width:600px
}
.layout-990 #main_slider .tab-content .tab-b a.leftright {
	left:-50px
}
.layout-990 #main_slider .tab-content .tab-b a.center {
	left:-100px
}
.layout-990 #promation_slider .promation-tab-content {
	width:580px
}
.layout-990 #promation_slider .promation-tab-content .tab-b .jiaodian-img.last-img {
	display:none
}
.layout-990 .feature_market .area_market {
	width:206px
}
.layout-990 .feature_market .global_offer {
	width:206px
}
.layout-990 .feature_market .procurement_platform {
	width:206px
}
.layout-990 #industry_set_choice {
	width:986px
}
.layout-990 #industry_set_choice .industry_item_choice {
	padding:18px 30px 0 30px;
	width:926px
}
.layout-990 #industry_floors_list li.floor_item {
	width:485px
}
.layout-990 #show_more_floor_btn .shadow_body,.layout-990 #show_more_floor_btn .shadow_border {
	width:986px
}
.layout-990 #industry_floors_list li.floor_item .industry_floor_item_static {
	width:483px
}
.layout-990 #industry_floors_list li.floor_item.user_care_floor .industry_floor_item_static {
	width:494px
}
.layout-990 #industry_floors_list li.floor_item .industry_floor_item_dynamic {
	width:493px
}
.layout-990 #industry_floors_list li.floor_item .industry_floor_item_static .floor_content {
	width:284px
}
.layout-990 #industry_floors_list li.floor_item.user_care_floor .industry_floor_item_static .floor_content {
	width:295px
}
.layout-990 #industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_left {
	width:100%
}
.layout-990 #industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_right {
	display:none!important
}
.layout-990 #industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_body .floor_body_center {
	display:none!important
}
.layout-990 #industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_body .floor_body_right {
	display:none!important
}
.layout-990 #industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_left .floor_title {
	padding-left:32px
}
.layout-990 #industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_left .floor_title {
	background-position:-277px -633px
}
.layout-990 #industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_left .activity-list-ctn {
	padding-left:20px
}
.layout-990 #industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_body .floor_body_left {
	padding-left:20px;
	width:260px
}
.layout-990 .community_ctn .body .hot_topic {
	margin-left:65px
}
.layout-990 .community_ctn .body .current_topic {
	display:none
}
.layout-990 .latest_view_ctn .body .relative_offers_ctn,.layout-990 .latest_view_ctn .body .relative_offers_ctn .product-more {
	width:745px
}
.layout-990 .gg_banner .left_banner {
	width:990px
}
.layout-990 .gg_banner .left_banner img {
	left:0
}
.layout-990 .hp_footer_inner {
	background:0 0
}
.layout-990 .hp_footer_inner #footer-v1{
	margin-left:0
}
.layout-990 #alibar .alibar-container {
	width:990px
}
.layout-990 .feature_market .content li.last {
	display:none
}
.layout-990 .industry_floor_item_dynamic li.center_block {
	padding-left:25px
}
.layout-990 .industry_floor_item_dynamic li.right_block {
	width:103px;
	padding-left:25px;
	_padding-left:25px;
	_width:103px
}
.layout-990 .alibar2013 #alibar-v4 .topnav-favorite.nav-hover .nav-title {
	background-position:9px -1376px
}
@media screen and (max-width:1199px) {
	.layout {
		width:990px!important
	}
	.feature_market .content li.last {
		display:none!important
	}
	.industry_floor_item_dynamic .hot_search_words .key_words_ctn .arrow,.industry_floor_item_dynamic .hot_search_words .key_words_ctn .more_words {
		display:none
	}
	#doc-container {
		min-width:1010px!important
	}
	#masthead .ali-search {
		width:460px!important
	}
	#masthead .ali-search form {
		width:460px!important
	}
	#masthead .ali-search #alisearch-keywords {
		width:336px!important
	}
	ul.nav-main {
		padding:0 30px!important;
		width:750px!important
	}
	#hp_first_screen_center_2015 {
		width:600px!important
	}
	#main_slider {
		width:560px!important
	}
	#main_slider .tab-content .tab-b a.leftright {
		left:-50px!important
	}
	#main_slider .tab-content .tab-b a.center {
		left:-100px!important
	}
	#promation_slider .promation-tab-content {
		width:580px!important
	}
	#promation_slider .promation-tab-content .tab-b .jiaodian-img.last-img {
		display:none!important
	}
	.feature_market .area_market {
		width:206px!important
	}
	.feature_market .global_offer {
		width:206px!important
	}
	.feature_market .procurement_platform {
		width:206px!important
	}
	#industry_set_choice {
		width:986px
	}
	#industry_set_choice .industry_item_choice {
		padding:18px 30px 0 30px;
		width:926px
	}
	#industry_floors_list li.floor_item {
		width:485px
	}
	#show_more_floor_btn .shadow_body,#show_more_floor_btn .shadow_border {
		width:986px
	}
	#industry_floors_list li.floor_item .industry_floor_item_static {
		width:483px
	}
	#industry_floors_list li.floor_item.user_care_floor .industry_floor_item_static {
		width:494px
	}
	#industry_floors_list li.floor_item .industry_floor_item_dynamic {
		width:493px
	}
	#industry_floors_list li.floor_item .industry_floor_item_static .floor_content {
		width:284px
	}
	#industry_floors_list li.floor_item.user_care_floor .industry_floor_item_static .floor_content {
		width:295px
	}
	#industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_left {
		width:100%
	}
	#industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_right {
		display:none!important
	}
	#industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_body .floor_body_center {
		display:none!important
	}
	#industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_body .floor_body_right {
		display:none!important
	}
	#industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_left .floor_title {
		padding-left:32px
	}
	#industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_left .floor_title {
		background-position:-277px -633px
	}
	#industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_left .activity-list-ctn {
		padding-left:20px
	}
	#industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_body .floor_body_left {
		padding-left:20px;
		width:260px
	}
	.community_ctn .body .hot_topic {
		margin-left:65px
	}
	.community_ctn .body .current_topic {
		display:none
	}
	.latest_view_ctn .body .relative_offers_ctn,.latest_view_ctn .body .relative_offers_ctn .product-more {
		width:745px
	}
	.gg_banner .left_banner {
		width:990px
	}
	.gg_banner .left_banner img {
		left:0
	}
	.hp_footer_inner {
		background:0 0
	}
	.hp_footer_inner #footer-v1{
		margin-left:0
	}
	#alibar .alibar-container {
		width:990px!important
	}
	#alibar .topnav li .nav-title {
		padding-left:15px!important;
		padding-right:15px!important
	}
	#alibar .extra:hover .nav-title,#alibar .nav-hover .nav-title {
		padding-left:6px!important;
		padding-right:7px!important
	}
	#alibar .topnav-wsgys .nav-content {
		width:84px!important
	}
	#alibar .topnav-kf .nav-content {
		width:72px!important
	}
	#alibar .topnav-kf .nav-content dl {
		padding:0 10px 8px 10px!important
	}
	.industry_floor_item_dynamic li.center_block {
		padding-left:25px
	}
	.industry_floor_item_dynamic li.right_block {
		width:103px;
		padding-left:25px
	}
	.alibar2013 #alibar-v4 .topnav .nav-title {
		padding:0 10px!important
	}
	.alibar2013 #alibar-v4 .topnav .nav-hover .nav-title {
		padding:0 9px!important
	}
	.alibar2013 #alibar-v4 .topnav-kf .nav-content {
		width:76px!important
	}
	.alibar2013 #alibar-v4 .topnav-favorite .nav-title {
		background-position:10px -1376px!important
	}
	.alibar2013 #alibar-v4 .topnav-favorite.nav-hover .nav-title {
		background-position:9px -1376px!important
	}
	.dljm {
		margin-right:-20px!important
	}
	.cgsc,.yshy {
		margin-left:-20px!important
	}
	.dqycg {
		margin-right:-17px!important
	}
}
@media screen and (min-width:1200px) {
	.layout {
		width:1200px!important
	}
	#masthead .ali-search {
		width:660px
	}
	.dljm {
		margin-right:-30px!important
	}
	.cgsc,.yshy {
		margin-left:-30px!important
	}
	.dqycg {
		margin-right:-27px!important
	}
	.industry_floor_item_dynamic .hot_search_words .key_words_ctn .arrow,.industry_floor_item_dynamic .hot_search_words .key_words_ctn .more_words {
		display:block
	}
	.alibar2013 #alibar-v4 .topnav-favorite .nav-title {
		background-position:15px -1376px
	}
	.alibar2013 #alibar-v4 .topnav-favorite.nav-hover .nav-title {
		background-position:14px -1376px
	}
	#masthead .ali-search form {
		width:660px
	}
	#masthead .ali-search #alisearch-keywords {
		width:536px
	}
	ul.nav-main {
		padding:0 62px;
		width:896px
	}
	#hp_first_screen_center_2015 {
		width:800px
	}
	#main_slider {
		width:760px
	}
	#main_slider .tab-content .tab-b a.leftright {
		left:0
	}
	#main_slider .tab-content .tab-b a.center {
		left:0
	}
	#promation_slider .promation-tab-content {
		width:720px
	}
	#promation_slider .promation-tab-content .tab-b .jiaodian-img.last-img {
		display:block
	}
	.feature_market .area_market {
		width:270px
	}
	.feature_market .global_offer {
		width:270px
	}
	.feature_market .procurement_platform {
		width:270px
	}
	#industry_set_choice .industry_item_choice {
		padding:18px 42px 0 42px;
		width:1102px
	}
	#industry_set_choice {
		width:1186px
	}
	#industry_floors_list li.floor_item {
		width:585px
	}
	#show_more_floor_btn .shadow_body,#show_more_floor_btn .shadow_border {
		width:1186px
	}
	#industry_floors_list li.floor_item .industry_floor_item_static {
		width:583px
	}
	#industry_floors_list li.floor_item.user_care_floor .industry_floor_item_static {
		width:594px
	}
	#industry_floors_list li.floor_item .industry_floor_item_dynamic {
		width:593px
	}
	#industry_floors_list li.floor_item .industry_floor_item_static .floor_content {
		width:384px
	}
	#industry_floors_list li.floor_item.user_care_floor .industry_floor_item_static .floor_content {
		width:395px
	}
	#industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_left {
		width:230px
	}
	#industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_left .floor_title {
		padding-left:42px
	}
	#industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_left .floor_title {
		background-position:-267px -633px
	}
	#industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_head .floor_head_left .activity-list-ctn {
		padding-left:30px
	}
	#industry_floors_list li.floor_item .industry_floor_item_static .floor_content .floor_body .floor_body_left {
		padding-left:30px;
		width:200px
	}
	.community_ctn .body .hot_topic {
		margin-left:35px
	}
	.community_ctn .body .current_topic {
		display:block
	}
	.latest_view_ctn .body .relative_offers_ctn,.latest_view_ctn .body .relative_offers_ctn .product-more {
		width:945px
	}
	.gg_banner .left_banner {
		width:945px
	}
	.gg_banner .left_banner img {
		left:-22px
	}	
	#alibar .alibar-container {
		width:1190px
	}
	.industry_floor_item_dynamic li.center_block {
		padding-left:40px
	}
	.industry_floor_item_dynamic li.right_block {
		width:173px;
		padding-left:40px
	}
	.alibar2013 #alibar-v4 .topnav .nav-title {
		padding:0 15px
	}
	.alibar2013 #alibar-v4 .topnav .nav-hover .nav-title {
		padding:0 14px
	}
	.alibar2013 #alibar-v4 .topnav-kf .nav-content {
		width:86px
	}
}
ul.auto_justify_layout {
	text-align:justify!important;
	text-justify:distribute-all-lines;
	font-size:0
}
ul.auto_justify_layout:after {
	content:"";
	font-size:0;
	width:100%;
	overflow:hidden;
	height:0;
	display:inline-block
}
ul.auto_justify_layout li {
	display:inline-block
}
ul.auto_justify_layout li {
	*display:inline
}
ul.auto_justify_layout li * {
	text-align:left
}
#hp_first_screen_center_2015 {
	height:550px
}
#hp_first_screen_right_2015 {
	height:528px;
	width:208px;
	margin-right:-9px;
	border:1px solid #e2e2e2;
	margin-top:20px;
	position:relative;
	overflow:hidden
}
.layout.feature_market {
	padding-top:10px
}
.interest_supplier_ctn {
	padding-top:15px
}
.industry_floor_item_dynamic .hot_search_words .key_words_ctn .arrow {
	background-position:-248px -807px
}
.large_qr_code {
	background-position:10px -781px
}
#industry_floors_list li.floor_item .industry_floor_item_static .banner .icon_huodong {
	background-position:-156px -1133px
}
#industry_floors_list li.floor_item .industry_floor_item_static .banner .icon_cuxiao {
	background-position:-107px -1133px
}
#industry_floors_list li.floor_item .industry_floor_item_static .banner .icon_dacu {
	background-position:-233px -712px
}
#industry_floor_index .community {
	background-position:5px -1195px
}
#industry_floor_index .community:hover {
	background-position:-95px -1195px
}
#industry_floor_index span.title {
	background-position:0 -1146px
}
.alibar2013 #alibar-v4 .topnav-purchaselist .nav-title em {
	background-position:0 -1350px
}
.alibar2013 #alibar-v4 .topnav-favorite .nav-title {
	background-position:10px -1376px
}
.alibar2013 #alibar-v4 .topnav-favorite.nav-hover .nav-title {
	background-position:9px -1376px
}
.firstScreen .floatLayer .floatLayer_close_btn {
	background-position:6px -1273px
}
#main_slider .prev {
	background-position:-236px -1230px
}
#main_slider .next {
	background-position:-273px -1230px
}
.alibar2013 #alibar-v4 .topnav-sitemap .more .moreBtn {
	background-position:-167px -89px
}
.alibar2013 #alibar-v4 .topnav-sitemap .zone .spacing {
	background-position:right -41px
}
.alibar2013 #alibar-v4 .topnav-favorite .nav-content a.news {
	background-position:right -20px
}
.alibar2013 #alibar-v4 .mobile,.alibar2013 #alibar-v4 .topnav li {
	background-position:right -1374px
}
.alibar2013 #alibar-v4 .mobile a {
	background-position:0 -1307px
}
.alibar2013 #alibar-v4 .nav-arrow {
	background-position:right -1316px
}
.offer_total_count .num li div {
	background-position:-213px -642px
}
.offer_total_count .num li.split {
	background-position:-241px -937px!important
}
.community_ctn .body .community_left .community_tab_ctn a.prev,.latest_view_ctn .body .latest_view_tab .prev,.industry_floor_item_dynamic .good_offers a.prev {
	background-position:-169px -1311px
}
.community_ctn .body .community_left .community_tab_ctn a.next,.latest_view_ctn .body .latest_view_tab .next,.industry_floor_item_dynamic .good_offers .next {
	background-position:-200px -1311px
}
#promation_slider .prev {
	background-position:-243px -1129px
}
#promation_slider .disabled.prev {
	background-position:-81px -1316px!important;
	cursor:default!important;
	_cursor:pointer!important;
	_background-position:-243px -1129px!important
}
#promation_slider .next {
	background-position:-280px -1129px
}
#promation_slider .disabled.next {
	background-position:-116px -1316px!important;
	cursor:default!important;
	_cursor:pointer!important;
	_background-position:-280px -1129px!important
}
#promation_slider .prev:hover {
	background-position:-243px -1173px
}
#promation_slider .next:hover {
	background-position:-280px -1173px
}
ul.nav-main li.words-2 a.huopin {
	background-position:-58px -623px
}
ul.nav-main li.words-2 a.huopin:hover {
	background-position:-138px -623px
}
ul.nav-main li.words-2 a.kuaiding {
	background-position:14px -1029px
}
ul.nav-main li.words-2 a.kuaiding:hover {
	background-position:14px -1068px
}
.hp_tip_icon.icon-cu {
	background-position:0 -1010px
}
.hp_tip_icon.icon-new {
	background-position:-24px -1010px
}
.suggest_default_ctn .top_link {
	background-position:-168px -89px
}
.suggest_default_ctn .maybe_search_title{
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	padding-left: 36px;
	color: #999;
}
.suggest_default_ctn .maybe_search_title em{
	width: 30px;
	height: 22px;
	background: url('images/homepage.png') no-repeat;
	background-position: 8px -480px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.suggest_default_ctn .history_title {
	background-position:-272px -1027px
}
.suggest_default_ctn .hot_key_title {
	background-position:-272px -1085px
}
.soft_link li.ww {
	background-position:-192px 13px
}
.soft_link li.sj {
	background-position:-189px -14px
}
.soft_link li.sp {
	background-position:-286px 13px
}
#masthead .qr_code {
	background-position:-163px -527px
}
#masthead .ali-logo .main-logo {
	background-position:0 0
}
#masthead .ali-search .alisearch-type li {
	background-position:-299px -44px
}
#masthead .ali-search .alisearch-type li.first {
	background:0 0
}
.flag_icon .authentication {
	background-position:-182px -1007px
}
.flag_icon .insurance {
	background-position:-62px -1007px
}
.flag_icon .security {
	background-position:-122px -1007px
}
.flag_icon .authentication:hover {
	background-position:-182px -1057px
}
.flag_icon .insurance:hover {
	background-position:-62px -1057px
}
.flag_icon .security:hover {
	background-position:-122px -1057px
}
.sub-nav-title {
	background-position:-271px -60px
}
.user_info_area .login-btn {
	background-position:29px -620px
}
.user_info_area .regist-btn {
	background-position:-161px -488px
}
.help_buyer span,.help_seller span {
	background-position:-215px -81px
}
#industry_set_btn {
	background-position:-84px -231px
}
#industry_set_btn.active {
	background-position:-81px -283px
}
#industry_set_choice .industry_item_choice li a {
	background-position:-202px -354px
}
#industry_set_choice .industry_item_choice li a:hover {
	background-position:-202px -402px
}
#industry_set_choice .industry_item_choice li a.checking {
	background-position:-202px -402px
}
#industry_set_choice .industry_item_choice li a.checked {
	background-position:-202px -402px
}
#industry_set_choice .choice_footer #hide_btn {
	background-position:-203px -458px
}
.community_ctn .body .hot_topic ul {
	background-position:-284px -714px
}
@font-face {
	font-family:iconfont;
	src:url(font/font_1418609189_9742568.eot);
	src:url(font/font_1418609189_9742568.eot?#iefix) format('embedded-opentype'),url(font/font_1418609189_9742568.woff) format('woff'),url(font/font_1418609189_9742568.ttf) format('truetype'),url(font/font_1418609189_9742568.svg#iconfont) format('svg')
}
#top-banner-layout {
	width:100%;
	background-color:#fffbe1
}
#top-banner-layout #top-banner {
	height:32px;
	width:990px;
	margin:0 auto
}
#top-banner-layout #top-notice {
	width:990px;
	height:31px;
	line-height:31px;
	margin:0 auto;
	background:#fffbe1;
	overflow:hidden
}
#top-banner-layout #top-notice .text {
	padding-left:6px
}
#top-banner-layout #top-notice #top-notice-close {
	font-size:0;
	float:right;
	margin-top:10px;
	margin-right:10px;
	width:10px;
	height:10px;
	background:url(image/423203_1451252140.png) no-repeat 0 -40px;
	cursor:pointer
}
#ie6-kill {
	width:100%;
	background-color:#fffbe1
}
#ie6-kill #ie6-kill-inner {
	width:990px;
	height:31px;
	line-height:31px;
	margin:0 auto;
	overflow:hidden
}
#ie6-kill #ie6-kill-inner .text {
	width:660px;
	margin:0 auto
}
#ie6-kill #ie6-kill-inner a:link,#ie6-kill #ie6-kill-inner a:visited,#ie6-kill #ie6-kill-inner a:hover,#ie6-kill #ie6-kill-inner a:active {
	color:#ff7300
}
#alibar .topnav .list-first {
	display:none
}
.masthead_ctn {
	background-color:#f6f6f6;
	padding-top:20px;
	-webkit-box-shadow:inset 0 -12px 5px -10px #e7e7e7;
	box-shadow:inset 0 -12px 5px -10px #e7e7e7;
	margin-top: 30px;
}
.masthead_ctn #masthead {
	margin-bottom:15px;
	position:relative;
	width:1200px;
}
#masthead {
	height:74px
}
#masthead .ali-logo .main-logo {
	width:205px;
	height:38px;
	margin-top:18px;
	background:url(image/logo.png) no-repeat;
	display:block
}
#masthead .qr_code {
	display:block;
	position:absolute;
	right:0;
	top:-16px;
	width:100px;
	height:32px;
	line-height:32px;
	color:#888;
	padding-bottom:58px
}
#masthead .qr_code:hover {
	color:#ff7300;
	text-decoration:none
}
#masthead a.ask-price {
	display:block;
	_display:inline;
	border:1px solid #ddd;
	width:98px;
	text-decoration:none;
	text-align:center;
	background-color:#fff;
	color:#555;
	font-size:13px;
	height:28px;
	line-height:28px;
	padding:5px 0;
	margin:23px 150px 0 20px;
	font-family:"Microsoft YaHei"
}
#masthead a.ask-price:hover {
	color:#ff7300
}
#masthead .ali-logo {
	padding-top:2px
}
#masthead .ali-search form {
	position:relative
}
#masthead .ali-search #alisearch-keywords {
	display:block;
	border:2px solid #ddd;
	height:24px;
	line-height:24px;
	padding:6px 110px 6px 10px
}
#masthead .ali-search #alisearch-keywords.active,#masthead .ali-search #alisearch-keywords.default_active {
	border-color:#ff500b
}
#masthead .ali-search #alisearch-submit {
	display:block;
	height:40px;
	width:98px;
	background-color:#ff500b;
	line-height:40px;
	border:none;
	color:#fff;
	font-size:14px;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	font-family:"Microsoft YaHei"
}
#masthead .ali-search #alisearch-submit:hover {
	background-color:#ff4200
}
#masthead .ali-search ul.alisearch-type {
	margin-bottom:5px;
	padding-left:12px
}
#masthead .ali-search ul.alisearch-type li {
	padding:0 14px 0 15px
}
#masthead .ali-search ul.alisearch-type li.first {
	padding-left:0
}
#masthead .ali-search ul.alisearch-type li a {
	color:#222;
	display:block;
	text-decoration:none
}
#masthead .ali-search ul.alisearch-type li a:hover,#masthead .ali-search ul.alisearch-type li.current a {
	color:#ff7300;
}

#search_ul li{
	cursor:pointer;
}


#search_ul .current{
	color:#ff7300;
}

body .large_qr_code {
	position:absolute;
	display:block;
	width:158px;
	height:196px;
	border:1px solid #ddd;
	background-color:#fff;
	z-index:4000;
	color:#555!important;
	text-align:center;
	padding-top:12px;
	-webkit-box-shadow:0 1px 5px 0 #e5e5e5;
	box-shadow:0 1px 5px 0 #e5e5e5
}
ul.nav-main {
	background-color:#ff7300;
	margin-right:-5px;
	text-align:justify;
	text-justify:distribute-all-lines;
	font-size:0
}
ul.nav-main:after {
	content:"";
	font-size:0;
	width:100%;
	overflow:hidden;
	height:0;
	display:inline-block
}
ul.nav-main li {
	display:inline-block;
	vertical-align:bottom
}

ul.nav-main .menuon{
	padding:0px 10px;
	height:40px;
	line-height:40px;
	font-size:14px;
	text-align:center;
	background-color:#ff3600;
}

ul.nav-main li {
	*display:inline
}
ul.nav-main li.split-line {
	width:2px;
	height:40px
}
ul.nav-main li.split-line span {
	display:block;
	width:1px;
	height:14px;
	border-left:1px solid #ea6a00;
	margin-top:14px;
	-webkit-box-shadow:inset -1px 0 0 0 #ff811a;
	box-shadow:inset -1px 0 0 0 #ff811a
}
ul.nav-main li.words-2 {
	width:70px;
	margin:0 -21px
}
ul.nav-main li.words-3 {
	width:70px;
	margin:0 -14px
}
ul.nav-main li.words-4 {
	width:78px;
	margin:0 -11px
}
ul.nav-main li.words-5 {
	width:86px;
	margin:0 -8px
}
.sub-nav-title,ul.nav-main li a {
	display:block;
	height:40px;
	line-height:40px;
	font-family:"Microsoft YaHei";
	font-size:14px
}
ul.nav-main li a {
	text-align:center;
	position:relative;
	_position:static
}
ul.nav-main li a.ie6_fix {
	_position:relative!important
}
.sub-nav-title {
	padding-left:39px;
	width:141px;
	background-color:#ff500b;
	color:#ffcec4
}
ul.nav-main li a {
	color:#fff
}
ul.nav-main li.current a {
	color:#ffe4d2;
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	font-family:"Microsoft YaHei";
	font-size:14px;
	text-align:center;
	background-color:#ff3600;
	background-color:rgba(255,54,0,.95);
	_background-color:#ff3600;
	filter:alpha(opacity=95)
}
ul.nav-main li a:hover,ul.nav-main li.current a,.nav-main-item-intro a:hover {
	color:#ffe4d2!important;
	text-decoration:none!important
}
.nav-main-item-intro {
	position:absolute;
	display:none;
	z-index:2000;
	overflow:hidden;
	height:48px;
	background-image:url(image/2035685_1805353437.png);
	background-position:left 100%;
	background-repeat:repeat-x
}
.nav-main-item-intro.target-words-2 {
	width:70px
}
.nav-main-item-intro.target-words-3 {
	width:70px
}
.nav-main-item-intro.target-words-4 {
	width:78px
}
.nav-main-item-intro.target-words-5 {
	width:86px
}
.nav-main-item-intro span {
	display:block;
	width:100%;
	font-size:12px;
	text-align:center;
	overflow:hidden;
	color:#ffe2de;
	line-height:18px;
	background-color:#ff3600;
	background-color:rgba(255,54,0,.95);
	_background-color:#ff3600;
	filter:alpha(opacity=95)
}
.nav-main-item-intro.line-2 span {
	height:36px;
	padding:3px 0 7px 0
}
.nav-main-item-intro.line-1 span {
	height:18px;
	padding:14px 0
}
.hp_tip_icon {
	display:block;
	position:absolute;
	width:14px;
	height:16px;
	font-size:0
}
ul.nav-main li.words-2 a .hp_tip_icon {
	top:4px;
	right:2px
}
ul.nav-main li.words-3 a .hp_tip_icon {
	top:4px;
	right:-1px
}
ul.nav-main li.words-4 a .hp_tip_icon {
	top:4px;
	right:-4px
}
ul.nav-main li.words-5 a .hp_tip_icon {
	top:4px;
	right:-7px
}
#nav-sub {
	width:178px;
	padding:9px 0 10px 0;
	border:1px solid #e2e2e2;
	border-top:none;
	background-color:#f8f8f8;
	font-size:0
}
#nav-sub.hover {
	-webkit-box-shadow:0 6px 6px -6px #e2e2e2;
	box-shadow:0 6px 6px -6px #e2e2e2
}
#nav-sub.process {
	-webkit-box-shadow:4px 6px 6px -6px #e2e2e2!important;
	box-shadow:4px 6px 6px -6px #e2e2e2!important;
	position:relative!important;
	z-index:1003!important
}
#nav-sub li {
	font-size:0
}
#nav-sub li.subnav_rybh,#nav-sub li.subnav_smjd {
	padding-top:1px
}
#nav-sub li i {
	font-family:iconfont;
	display:block;
	float:left;
	width:38px;
	font-size:32px;
	color:#555;
	height:33px;
	line-height:33px;
	text-align:center;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#nav-sub li i {
		position:relative;
		top:-2px
	}
}
#nav-sub li.current {
	background-color:#ff7300
}
#nav-sub li a,#nav-sub li span {
	float:left;
	display:block;
	font-size:14px;
	line-height:33px;
	height:33px;
	font-family:"Microsoft YaHei";
	color:#222;
	white-space:nowrap
}
#nav-sub li a:hover {
	text-decoration:none;
	color:#222
}
#nav-sub li.current a,#nav-sub li.current span,#nav-sub li.current i {
	color:#fff
}
#nav-sub li.current a:hover {
	color:#ffe4d2!important
}

/* footer */
.hp_footer_outer {
	background-color:#282828;
	padding-top:10px;
	clear: both;
	width:100%;
	padding-bottom:10px;
}
.hp_footer_outer a:hover {
	color:#ff7300!important;
	text-decoration:none
}

.hp_footer_inner #footer-v1 {
	margin-top:14px;
	border-top:1px solid #343434;
	width:990px
}
.footer-ali-group li {
	height:24px;
	line-height:24px
}
.footer-ali-group li.len24 {
	width:24px
}
.footer-ali-group li.len28 {
	width:28px
}
.footer-ali-group li.len36 {
	width:36px
}
.footer-ali-group li.len38 {
	width:38px
}
.footer-ali-group li.len42 {
	width:42px
}
.footer-ali-group li.len48 {
	width:48px
}
.footer-ali-group li.len60 {
	width:60px
}
.footer-ali-group li.len72 {
	width:72px
}
.footer-ali-group li.len84 {
	width:84px
}
.footer-ali-group li.word-2 {
	width:24px
}
.footer-ali-group li.word-3 {
	width:36px
}
.footer-ali-group li.word-4 {
	width:48px
}
.footer-ali-group li.word-5 {
	width:60px
}
.footer-ali-group li.word-6 {
	width:72px
}
.footer-ali-group li.word-7 {
	width:84px
}
.footer-ali-group li.len-40 {
	width:38px
}
.footer-ali-group li a {
	color:#666;
	font-size:12px
}
.footer-ali-group li.separation {
	color:#333;
	font-size:12px
}
.ali_relative li {
	height:24px;
	line-height:24px;
	float:left;
	margin-top:8px;
	margin-right: 15px;
}
.ali_relative li a {
	color:#666
}
.ali_relative li.separation {
	color:#333;
	padding:0 4px
}
.net-admission {
	margin-top:8px
}
.net-admission li {
	height:24px;
	line-height:24px;
	float:left
}
.net-admission li,.net-admission li a {
	color:#444
}
p.copyright {
	/*height:24px;*/
	line-height:24px;
	color:#888
}
.copyright a{
	color: #888;
	display: inline;
}
.footer-ali-certs {
	margin-top:14px;
	height:30px;
	background-repeat:no-repeat
}
.footer-ali-certs a {
	display:block;
	height:30px;
	float:left;
	margin-right:6px;
	background-image:url(image/2258015_1805353437.png)
}
.footer-ali-certs a.cert-1 {
	width:73px;
	background-position:0 -38px
}
.footer-ali-certs a.cert-2 {
	width:90px;
	background-position:-79px -38px
}
.footer-ali-certs a.cert-3 {
	width:73px;
	margin-right:7px;
	background-position:-175px -38px
}
.footer-ali-certs a.cert-4 {
	width:73px;
	background-position:-255px -38px
}
.footer-ali-certs a.cert-5 {
	width:85px;
	background-position:-334px -38px
}
.footer-ali-certs a.cert-6 {
	width:100px;
	background-position:-426px -38px
}
.footer-ali-certs a.cert-6:hover {
	width:100px;
	background-position:-426px 0
}
.footer-ali-certs a.cert-1:hover {
	background-position:0 0
}
.footer-ali-certs a.cert-2:hover {
	background-position:-79px 0
}
.footer-ali-certs a.cert-3:hover {
	background-position:-175px 0
}
.footer-ali-certs a.cert-4:hover {
	background-position:-255px 0
}
.footer-ali-certs a.cert-5:hover {
	background-position:-334px 0
}
.hp_footer_inner {
	width:1200px;
	/*background-repeat: no-repeat;*/
}
.hp_footer_inner .logobox{
	float: left;
	width: 150px;
	height: 150px;
	margin-top: 30px;
	background: url(image/logo_500.png) no-repeat left top;
	-wekkit-background-size: 150px 150px;
	-moz-background-size: 150px 150px;
	-ms-background-size: 150px 150px;
	-o-background-size: 150px 150px;
	background-size: 150px 150px;
	background-size:cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://wwww.taobu.cn/skin/orange/image/logo_500.png', sizingMethod='scale');
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://wwww.taobu.cn/skin/orange/image/logo_500.png',sizingMethod='scale');  
}
.hp_footer_inner #ali_service {
	width:990px;
	height:188px;
	margin-left:180px!important;
}
ul.group_list li.group_item {
	float:left;
	width:122px;
	margin-right:35px
}
ul.group_list li.group_item.mobile {
	width:153px;
	float:right
}
ul.group_list li.group_item h2 {
	font-size:14px;
	color:#999;
	height:44px;
	line-height:44px;
	text-align: center;
	border-bottom:1px solid #333
}
ul.group_list li.group_item.mobile h2 span,ul.group_list li.group_item.mobile h2 a {
	display:block;
	height: 22px;
    line-height: 22px;
	color:#999
}
ul.group_list li.group_item ul {
	padding-top:9px
}
ul.group_list li.group_item ul li {
	height:24px;
	line-height:24px;
	text-align: center;
}
ul.group_list li.group_item ul li a {
	font-size:12px;
	color:#888
}
ul.group_list li.group_item.mobile .mob_app {
	display:block;
	width:153px;
	height:30px;
	margin-top:12px;
	background-image:url(image/2065658_1805353437.png);
	background-repeat:no-repeat
}
ul.group_list li.group_item.mobile .mob_app.iphone {
	background-position:0 -76px
}
ul.group_list li.group_item.mobile .mob_app.android {
	background-position:0 -114px
}
ul.group_list li.group_item.mobile .mob_app.iphone:hover {
	background-position:0 -154px
}
ul.group_list li.group_item.mobile .mob_app.android:hover {
	background-position:0 -196px
}
.qrcode-footer{float:left;width:70px;height:70px; background:url('images/webscan.png') no-repeat; margin:15px 41px;}
.qrcode-tips{float:left;width:153px; color:#888; text-align:center; padding:0 0; margin:0 0;}
.flag_icon {
	height:38px;
	padding-top:10px;
	border-bottom:1px solid #e7e7e7
}
.flag_icon .authentication,.flag_icon .insurance,.flag_icon .security {
	display:block;
	width:28px;
	height:28px;
	margin-left:32px;
	font-size:0;
	_display:inline
}
.flag_icon .authentication {
	margin-left: 30px!important
}


#layout_nav{
	width:1200px;
}


/**我的位置**/
.t_pnav{width:1200px; height:40px; line-height:40px; margin:0 auto; font-family:"微软雅黑"; color:#666; font-size:14px;}
.t_pnav span{font-size:18px;  font-family:"微软雅黑"; color:#333333;}
.t_pnav a{color:#666;}
.t_pnav a:hover{color:#9f1431;}



/* 通行证 */

/*.site-nav-fixed {
    position: fixed;
    _position: static;
}

*/


/********  悬浮搜索  ***********/

.navWrapFix{ 
    position:fixed;
    top:30px;
    left:0;
    z-index:1200; 
    width:100%;  
    display:block!important;
    height:50px;
    border-bottom: 1px solid #eeeeee;
    background: #FFF;
    box-shadow: 2px 2px 3px 0 #C0C0C0;

}

.navWrapFix .sub_nav_main{
    width: 1200px;
    height: 50px;
    margin:0 auto;

}

.sub_nav_main .sub_nav_main_logo{
    width:300px;
    height: 50px;
/*        background-color: #f00;
*/        float:left;
}

.sub_nav_main .sub_nav_main_logo a{
    width: 205px;
    height: 38px;
    margin-top: 5px;
    margin-left: 80px;
    display: block;

}


.sub_nav_main .sub_nav_main_search{
    width:800px;
    height: 50px;
    float:right;
}

.sub_nav_main .sub_nav_main_search .head_search{
    margin-top: 10px;
    margin-left: 80px;
    width: 510px;
    border:2px solid #FF4200;
    background-image: none;


}

.sub_nav_main .sub_nav_main_search .head_search_on{
    margin-top: 10px;
    margin-left: 80px;
    width: 510px;
    border:2px solid #FF4200;
    background-image: none;

}



.sub_nav_main .sub_nav_main_search .search_s{
    height: 35px;
    font-size: 16px;
    font-weight: bold;
    float: right;
    background-color: #FF4200;
    color: #fff;
    margin-top: -5px;
}


.sub_nav{
    display:none;
}


#alibar{
	position:fixed;
	left:0px;
	right:0px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	top:0;
	height:29px;
	background-color:#fff;
	border-bottom: 1px solid #eeeeee;
	z-index: 2000;
}

/* 认证 */
.user_honor{float:left;}
.user_honor a.validate{float:left; margin:0 10px 10px 0; background:url('images/honor.png') no-repeat;width:20px; height:20px; text-indent:-999em;}
.user_honor a.company-0{ background-position:-120px 0;}
.user_honor a.company-1{ background-position:-120px -40px;}
.user_honor a.truename-0{ background-position:0px 0px;}
.user_honor a.truename-1{ background-position:0px -20px;}
.user_honor a.mobile-0{ background-position:-100px 0;}
.user_honor a.mobile-1{ background-position:-100px -20px;}
.user_honor a.wechat-0{ background-position:-40px 0;}
.user_honor a.wechat-1{ background-position:-40px -20px;}
.user_honor a.email-0{ background-position:-20px 0;}
.user_honor a.email-1{ background-position:-20px -20px;}

.zoomDiv{z-index:999;position:absolute;top:0;left:0;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;width: 450px!important;height: 450px!important;}
.zoomMask{position:absolute;background:url("images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;width:128px!important;height: 128px!important;}

/* Global Table表格 */

.global_lie_table,.global_row_table{
	border-collapse: collapse;
	background: white;
}
.global_lie_table th,.global_lie_table td{
	padding: 10px 20px;
	border: 1px solid #ccc;
}
.global_lie_table th{
	background: #E0E0E0;
	color: #666;
	font-weight: bold;
	text-align: right;
}
.global_lie_table td textarea{
	resize: none;
	padding: 6px 12px;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: white;
	margin-bottom: 10px;
}
.centr th{
	text-align: center;
}

/* Global Table表格 */

/* 全局select */
select{
    display: inline;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* 全局 btn */
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-success{
    color: #fff!important;
    background-color: #5cb85c!important;
    border-color: #4cae4c!important;
}
.btn-danger{
    color: #fff!important;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover{
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-defalut{
    background-color: white;
    border-color: #ccc;
}
.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px;}
/* 全局input */
.form-control{
    display: block;
    width: 100%;
    height: 22px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.dino{
    display: inline;
}
.w60{
	width: 60px;
}
.w80{
	width: 80px;
}
.w100{
	width: 100px;
}
.w106{
	width: 106px;
}
.w110{
	width: 110px;
}
.w120{
	width: 120px;
}
.w150{
	width: 150px;
}
*+html .w150 { width: 120px;} 
.w180{
	width: 180px !important;
}
.w190{
	width: 190px;
}
*+html .w190 { width: 180px;} 

.w200{
    width: 200px;
}
.w218{
	width: 218px;
}
*+html .w218 { width: 173px;} 
.w250{
    width: 250px;
}
.w300{
	width: 300px;
}

/* Webpage */

.layout .webpage_left{
	width: 200px;
	margin-right: 17px;
	box-sizing:border-box;
}
.service-menu{
	border-top: 1px solid #9accf6;
	width:200px;
	margin-top: -1px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.service-menu .menu-title{
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 16px;
	font-family: "\5fae\8f6f\96c5\9ed1","\5b8b\4f53";
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#70b6ef, endcolorstr=#609fdb, gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#70b6ef, endcolorstr=#609fdb, gradientType=0);
    background: #6baee8;
    background: -moz-linear-gradient(top,#70b6ef,#609fdb);
    background: -webkit-gradient(linear,0 0,0 bottom,from(#70b6ef),to(#609fdb));
    background: -o-linear-gradient(top,#70b6ef,#609fdb);
    -moz-box-shadow: 0 1px 0 0 rgba(253,254,255,.98),0 -1px 0 0 rgba(208,232,255,.44) inset;
    -webkit-box-shadow: 0 1px 0 0 rgba(253,254,255,.98),0 -1px 0 0 rgba(208,232,255,.44) inset;
    box-shadow: 0 1px 0 0 rgba(253,254,255,.98),0 -1px 0 0 rgba(208,232,255,.44) inset;
}
.service-menu .menu-title i{
	float: left;
	display: inline-block;
	/*width: 31px;*/
	overflow: hidden;
	/*margin: 0 9px 0 13px;*/
	color: #FFF;
	font-size: 20px;
	padding: 0 10px 0 20px;
}
.service-menu .menu-p{
	display: block;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	padding-left: 19px;
	border-bottom: 1px solid #e6e6e6;
	color: #444;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}
.service-menu .menu-p a{
	color: #666;
	font-size: 14px;
	display: block;
}
.service-menu .menu-p-current{
	background: #e1e1e1;
}
.service-menu .menu-p-current a{
	font-weight: 700;
	color: white;
	display: block;
}
.layout .webpage_right{
	width: 980px;
	width: 940px\9;
	float: left;
	box-sizing:border-box;
}
.ie8 .layout .webpage_right{
	width: 940px;
}
.bread{
	margin-top: 20px;
	color: #888;
}
.bread a:hover{
	color: #FF7300;
}
.bread .bread-class{
	height: 18px;
	margin-right: 7px;
	color: #888;
}
.bread .bread-sep{
	margin-right: 7px;
}
.webpage_right .service-detail{
	overflow: hidden;
	font-family: "\5b8b\4f53";
	font-size: 14px;
	color: #666;
	line-height: 180%;
	margin-top: 16px;
	border-top: 1px solid #f5f5f5;
	padding: 35px 10px 10px 20px;
	box-sizing: border-box;
}
.webpage_right .service-detail .service-detail-title{
	font-size: 24px;
	margin-bottom:10px;
	font-family: "\5fae\8f6f\96c5\9ed1","\5b8b\4f53";
	color: #444;
	line-height: 30px;
	text-align:center;
}
.webpage_right .service-detail .service-detail-info{
	overflow: hidden;
	font-size: 12px;
	text-align:center;
}
.webpage_right .service-detail .service-detail-info .f_r span{
	cursor: pointer;
}
.webpage_right .service-detail .service-detail-content{
	padding: 20px;
	overflow: hidden;
}
.webpage_right .service-detail ul li{
	height: 30px;
	line-height: 30px;
}
.webpage_right .service-detail ul li a:hover{
	color: #ff7300;
}
.webpage_right .service-detail ul li .webpage_addtime{
	color: #999;
	float: right;
	font-size: 12px;
}
.Webpage_NoMessage{
	padding: 50px 0;
	text-align: center;
}

/* Webpage */

/* 403 404 405 500 */

.error-box{
	clear: both;
	background: #ECECEC;
	width: 100%;
	padding: 0px 0 80px 0;
}
.middle-box{
	max-width: 400px;
	z-index: 100;
	margin: 0 auto;
    text-align: center;
}
.middle-box p{
	font-size: 135px;
	font-weight: bold;
	line-height: 160px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 50px;
}
.middle-box p span{
	font-family: cursive !important;
	cursor: pointer;
    text-shadow: 0px 0px 2px #686868,0px 1px 1px #ddd,0px 2px 1px #d6d6d6,0px 3px 1px #ccc,0px 4px 1px #c5c5c5,0px 5px 1px #c1c1c1,0px 6px 1px #bbb,0px 7px 1px #777,0px 8px 3px rgba(100, 100, 100, 0.4),0px 9px 5px rgba(100, 100, 100, 0.1),0px 10px 7px rgba(100, 100, 100, 0.15),0px 11px 9px rgba(100, 100, 100, 0.2),0px 12px 11px rgba(100, 100, 100, 0.25),0px 13px 15px rgba(100, 100, 100, 0.3);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    float: left;
    width: 96px;
}
.middle-box p span:hover{
	text-shadow: 0px 0px 2px #686868,0px 1px 1px #fff,0px 2px 1px #fff,0px 3px 1px #fff,0px 4px 1px #fff,0px 5px 1px #fff,0px 6px 1px #fff,0px 7px 1px #777,0px 8px 3px #fff,0px 9px 5px #fff,0px 10px 7px #fff,0px 11px 9px #fff,0px 12px 11px #fff,0px 13px 15px #fff;
}
.font-bold{
	font-weight: bold;
}
.error-desc{
	font-size: 13px;
}
.form-inline .form-group{
	display: inline-block;
	vertical-align: middle;
}

/* tongtong */

.errorPage_container{
	margin:0 auto;
	width: 1200px;
	max-width: 1200px;
	font-size: 14px;
	background-color: #fff;
	text-align: center;	
	color: #000;
	font-family: "宋体";
	padding-top: 10px;
}
.errorDesc{
	width: 775px;
	border-top:1px dashed #ccc;
	padding:20px;
	margin:20px auto 0 auto;
}
.errorDesc h1{
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 22px;
	margin-top: 10px;
}
.desc{
	width: 250px;
	margin:20px auto;
	text-align: left;
}
.desc .way{
	margin:25px 0 20px 0;
}
.desc p{
	margin:8px 0;
	letter-spacing: 1px;
}
.countDown{
	width: 250px;
	margin:0 auto 40px auto;
	font-size: 12px;	
}
.c_time{
	color: #ff0000;
	margin-right: 8px;
}

/* tongtong */

/* 403 404 405 500 */

/* 猜你喜欢 */

.guess-like{
	width: 1200px;
	margin: 50px auto 0;
	padding: 20px; 0;
	background: #FFF;
	box-sizing: border-box;
}
.guess-like .guess-head{
	text-align: right;
	height: 55px;
    overflow: hidden;
    line-height: 55px;
}
.guess-like .guess-head .guess-title{
	position: relative;
    z-index: 2;
}
.guess-like .guess-head .guess-title .i-title{
	float: left;
    background: #fff;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    margin-top: 18px;
    padding-right: 11px;
    _position: relative;
}
.guess-like .guess-head .guess-title .txt{
	display: inline-block;
    background: #fff;
    font-size: 12px;
    color: #6c6c6c;
    letter-spacing: 3px;
    padding-left: 20px;
}
.guess-like .line{
	position: relative;
    top: -27px;
    z-index: 1;
    border-top: 1px solid #e8e8e8;
}
.guess-like .guess-content{
	height: 335px;
	margin-top: 2px;
	overflow: hidden;
	position: relative;
}
.guess-like .guess-content .guess-page{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 0;
	overflow: hidden;
	width: 100%;
}
.guess-like .guess-content .current{
	display: block;
	z-index: 1;
	zoom: 1;
	position: relative;
}
.guess-like .guess-just{
	width: 105%;
}
.guess-like .guess-just .guess-item{
	float: left;
	margin-right: 10px;
	width: 220px;
	border: 1px solid transparent;
	text-align: left;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.guess-like .guess-just .guess-item:hover{
	border-color: #FF7300;
}
.guess-item .guess-img{
	width: 220px;
	height: 220px;
	display: block;
}
.guess-item .guess-img img{
	width: 100%;
	height: 100%;
}
.guess-item .price-wrap{
	height: 35px;
	line-height: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
.guess-item .price-wrap a{
	display: inline-block;
	background: #FFF;
	position: relative;
	z-index: 2;
	padding: 0 15px;
	cursor: pointer;
}
.guess-item .price-wrap a *{
	vertical-align: middle;
	font-size: 18px;
	font-weight: 700;
}
.guess-item .price-wrap .line{
	top: -20px;
}
.guess-item .item-title{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	color: #3c3c3c;
	padding: 0 5px;
	overflow: hidden;
}
.guess-item .item-title a{
	color: #242424;
	display: block;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
}
.guess-item .tag-wrap{
	padding: 0 8px;
}
.guess-item .tag-wrap .item-tag{
	text-align: center;
	height: 18px;
	line-height: 18px;
	padding: 10px 0;
	font-size: 12px;
	overflow: hidden;
}
.item-tag .item-icon{
	display: inline-block;
	margin-right: 5px;
	height: 18px;
	overflow: hidden;
	text-align: center;
	line-height: 18px;
	color: #FFF;
	padding: 0 3px;
}
.item-icon-0{
	background: #F60;
}
.item-icon-1{
	background: red;
}
.item-icon-2{
	background: #00ACFF;
}
.item-icon-3{
	background: green;
}
.item-icon-4{
	background: blue;
}
.item-icon-5{
	background: purple;
}

/* 猜你喜欢 */

/* 找不到内容 */

.ant-emotion{
	float: left;
	display: inline;
}
.error-notice-text{
	float: left;
	display: inline;
	margin-left: 20px;
}
.error-notice-hd{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
.error-notice-advice{
	line-height: 2;
}
.error-notice-advice .you-can{
	display: block;
	margin-bottom: 10px;
}
.error-notice-advice ol{
	margin-left: 25px;
}
.error-notice-advice ol li{
	list-style-type: decimal;
}


/* 找不到内容 */

/* 导航 */

.in_header_nav{
	width: 100%;
	background: url('images/menubar.png') repeat-x;
    background-repeat:repeat-x;
    height: 45px;
    float: left;
    /*overflow-y: hidden;*/
}
.ie8 .in_header_nav:before{
	content: "";
    display: block;
    width: inherit;
    height: 45px;
    background: url('images/menubar.png') repeat-x;
}
.ie8 .in_header_nav{
	position: relative;
}
.head_nav ul li a:hover,.nav_cur{
	background:url('images/menubar.png') repeat-x 0 -96px;
	color: #FFF;
}
.head_nav{
    margin: 0 auto;   
    min-width: 1200px;
    height: 45px;
    line-height: 45px;
    width: 1200px;    
}
.head_nav a{
	color: #FFF;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 0 20px;
    font-weight: bold;
    display: block;
    text-shadow: 1px 2px 3px rgba(36,36,36,0.2);
    height: 42px;
    position: relative;
}
.head_nav a.all{
	float: left;
	padding-left: 0;
	padding-right: 50px;	
}
.head_nav ul li{
	float: left;
	height: 42px;
	line-height: 42px;
}
.in_header_nav .head_nav em{
	position: absolute;
    width: 25px;
    height: 15px;
    top: -9px;
    right: 0px;
    /*border: 1px solid red;*/
    z-index: 999;
}

.head_nav a.menuservice{
	float: right;
	height: 42px;
	line-height: 42px;
	font-size: 12px;
	color: #FFF;
	padding: 0 10px;
	text-shadow: 1px 2px 3px rgba(36, 36, 36, 0.2);
}
.menusplit{
    float: right;
    background: url('images/menubar_split.png') no-repeat;
    width: 48px;
    height: 42px;
    padding-right: 5px;
    position: relative;
    /*margin-right: 230px;*/
}

/* 导航 */

.four_telephone{
	width: 180px;
	height: 25px;
	background: url('images/telephone.png') no-repeat;
	position: absolute;
	right: 0;
	top: -30px;
	z-index: 1;
}
.no-data{
	width: 968px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}
.no-data h1{
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	margin: 50px 0;
	color: #999;
}

.footer_info{
	width: 990px;
	height: 50px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	font-size: 0;
}
.footer_info a, .footer_info a img{
	width: 124px;
	height: 47px;
	display: inline-block;
	margin-right: 25px;
}

/* 绑定微信 */
.Layer-Tier-box{
	width: 100%;
	height: 100%;
	position: relative;
}
.Layer-Tier-main{
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 10px 20px;
	box-sizing: border-box;
}
.Layer-Tier-l{
	width: 120px;
	float: left;
	margin-right: 20px;
}
.Layer-Tier-l img{
	width: 100%;
	height: 120px;
}
.Layer-Tier-l p{
	margin-top: 10px;
	text-align: center;
}
.Layer-Tier-l p a{
	color: #5bc0de;
	margin-left: 5px;
}
.Layer-Tier-l p a:hover{
	color: #F60;
}
.Layer-Tier-r{
	width: 120px;
	float: right;
	padding: 30px 0;
}
.Layer-Tier-r p{
	line-height: 160%;
	text-indent: 1em;
	font-size: 16px;
	color: #ed5565;
	font-weight: 500;
}
.Layer-Tier-r a{
	clear: both;
	padding: 2px 5px;
	border: 1px solid #ed5565;
	background: #FFF;
	text-align: center;
	font-size: 12px;
	float: right;
	color: #ed5565;
	margin-top: 15px;
}
.Layer-Tier-r a:hover{
	background: #ed5565;
	color: #FFF;
}

.tier_main{
	position: relative;
	height: 100%;
	background: #FFF;
}
.tier_main_detail{
	width: 100%;
	float: left;
	overflow: hidden;
}
.tier_detail_l{
	width: 280px;
	border-right: 1px solid #eee;
	padding: 20px 19px 0px 20px;
	float: left;
}
.tier_detail_l header h1{
	font-size: 20px;
	color: #ed5565;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}
.tier_detail_l header em{
	font-size: 12px;
	color: #999;
	font-style: normal;
}
.tier_detail_l section{
	margin-top: 10px;
}
.tier_detail_l section ul li{
	width: 100%;
	margin-bottom: 10px;
}
.tier_detail_l section ul li h3{
	font-size: 14px;
	color: #999;
	height: 25px;
	line-height: 25px;
	font-weight: 600;
}
.oper_loading{
	width: 32px;
	height: 32px;
	margin-top: 1px;
	background: url('newbuy/images/buy_loading.gif') no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.tier_detail_r{
	width: 280px;
	float: right;
	padding-top: 20px;
}
.tier_detail_r header{
	padding-left: 20px;
}
.tier_detail_r header h2{
	font-size: 20px;
	color: #ed5565;
	font-weight: bold;
}
.tier_detail_r header em{
	font-size: 12px;
	color: #999;
	font-style: normal;
}
.tier_detail_r section{
	width: 200px;
	margin: auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
}
.tier_detail_r section img{
	width: 100%;
	height: 200px;
}
.tier_detail_r section p{
	margin-top: 10px;
	text-align: center;
}
.tier_detail_r section p a{
	color: #5bc0de;
	margin-left: 5px;
}
.w256{
	width: 256px;
}
.dialog-close{
	display: block;
}
/* 绑定微信 */



/* 积分 任务 */

/* clear fix */
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
i, em {
    font-style: normal;
}
.clearfixboth {
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

/*  task  list begin */
.ui-widget-overlay{
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-front {
    z-index: 1001;
}
.mask{ 
	z-index:10000;
	 position:fixed!important;
	 position:absolute; 
	 left:0px; top:0px; 
	 width:100%; 
	 height:100%;  
	 background:#000; 
	 filter: alpha(opacity=45); 
	 opacity: 0.45; 
	 -moz-opacity: 0.45; 
	 -khtml-opacity: 0.45; 
	 display:none;
}   

.ik-task-dialog {
    width: 780px;    
    height: auto;
    display: block;    
    margin: 0 auto;
    background: transparent;
    font-family: 'Microsoft Yahei',sans-serif;
    box-shadow: none;
    color: #444;
    z-index:10020;
    position:absolute;
    left:50%; 
    top:50%; 
    margin-left:-24%;
    margin-top:-380px; 
    text-align:center; 
    padding-top:20px;
    display:none;
}
.ik-dlg-content{
    position: relative;
    width: 780px;
    border: 0;
    background: 0 0;
    font-family: "Microsoft YaHei",arial,courier new,courier,"\5b8b\4f53",monospace;    
    padding-top: 160px;
    background: url("./images/ik-task-title.png") no-repeat top center;
    position: relative;
}
.ik-task-list{
    background-color: #fed73d;
    border-radius: 10px;
    padding: 20px 40px 20px 20px;
    position: relative;
}
.task-board{
    background: #fff;
    border: 2px solid #000;
    position: relative;
}
.ik-task-list .task-card-header {
    margin-left: 10px;
    position: absolute;
    top: -40px;
}
.ik-task-list .task-card-header li.active{
    background-color: #fed73d;
    color: #000;
}
.ik-task-list .task-card-header li {
    float: left;
    width: 140px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer;
    margin-right: 10px;
    background-color:#999999; 
}
.ik-task-list .task-card-content {    
    height:490px;
}
.ik-task-list .close {
    background: url("./images/ik-task-close.png") no-repeat;
    width: 49px;
    height: 60px;
    position: absolute;
    right: -42px;
    top: -54px;
    cursor: pointer;
}
.task-subhead{
    border-bottom: 1px solid #e8e8e8;
    margin: 0 20px;
    padding: 10px 0 10px;
    height:20px;
}
/*.task-subhead div{
	
	height:19px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #f60;
    border-left: 2px solid #f60;
    line-height: 1.2;
    text-indent: 10px;
    font: 16px "微软雅黑";
}*/

#mj{
	height:19px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #f60;
    border-left: 2px solid #f60;
    line-height: 1.2;
    text-indent: 10px;
    font: 16px "微软雅黑";
   
}

#maijia{
	height:19px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #3f9afd;
    border-left: 2px solid #3f9afd;
    line-height: 1.2;
    text-indent: 10px;
    font: 16px "微软雅黑";
}
.task-subhead .task-process{
    float: right;
    color: #f60;
    font-size: 16px;
    line-height: 1.2;
}
/*.task-seller-box .task-subhead div{
    color: #3f9afd;
    border-color: #3f9afd;
    height:19px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #f60;
    border-left: 2px solid #f60;
    line-height: 1.2;
    text-indent: 10px;
    font: 16px "微软雅黑";
}*/
.task-seller-box .task-subhead .task-process{
    color: #3f9afd;
}
.ik-task-list .task-card-list{
    margin: 10px 0;
}
.ik-task-list .task-card-list li{
    background-color: #fff;
    padding: 10px 20px;
    height: 50px;   
}
.task-card-list li:hover{
    background-color: #fff3e6; 
}
.task-seller-box .task-card-list li:hover{
    background-color: #ebf0ff;     
}
.task-card-list .task-ico {
    float: left;
    width: 50px;
    height: 50px;
    left: 20px;
    top: 10px;
    background: url("./images/bangdingweixin.png") no-repeat;
}
.task-card-list .task-ico.bindweixin{
    background: url("./images/bindweixin.png") no-repeat;    
}
.task-card-list .task-ico.bindyouxiang{
    background: url("./images/bindyouxiang.png") no-repeat;    
}
.task-card-list .task-ico.bindqq{
    background: url("./images/bindqq.png") no-repeat;    
}
.task-card-list .task-ico.wsziliao{
    background: url("./images/wanshanziliao.png") no-repeat;    
}
.task-card-list .task-ico.smrenzheng{
    background: url("./images/smrenzheng.png") no-repeat;    
}
.task-card-list .task-ico.firUploadHead{
    background: url("./images/shangchuantouxiang.png") no-repeat;    
}
.task-card-list .task-ico.firBuyed{
    background: url("./images/firstbuy.png") no-repeat;    
}
.task-card-list .task-ico.comRenzheng{
    background: url("./images/comRenzheng.png") no-repeat;    
}
.task-card-list .task-ico.beSupplier{
    background: url("./images/beSupplier.png") no-repeat;    
}
.task-card-list .task-ico.qiandao{
    background: url("./images/qiandao.png") no-repeat;    
}
.task-card-list .task-ico.fenxiang{
    background: url("./images/fenxiang.png") no-repeat;    
}
.task-card-list .task-ico.fabuxunjia{
    background: url("./images/fabuxunjia.png") no-repeat;    
}
.task-card-list .task-ico.fabuqiugou{
    background: url("./images/fabuqiugou.png") no-repeat;    
}
.task-card-list .task-ico.cainabaojia{
    background: url("./images/cainabaojia.png") no-repeat;    
}
.task-card-list .task-ico.yqgzgzh{
    background: url("./images/yqgzgzh.png") no-repeat;    
}
.task-card-list .task-ico.tuijianzhuce{
    background: url("./images/tuijianzhuce.png") no-repeat;    
}
.task-card-list .task-ico.liejitjshuliang{
    background: url("./images/liejitjshuliang.png") no-repeat;    
}
.task-card-list .task-ico.haoping{
    background: url("./images/haoping.png") no-repeat;    
}
.task-card-list .task-ico.fabuchanpin{
    background: url("./images/fabuchanpin.png") no-repeat;    
}
.task-card-list .task-ico.fuzhichanpin{
    background: url("./images/fuzhichanpin.png") no-repeat;    
}
.task-card-list .task-ico.gengxinchanpin{
    background: url("./images/gengxinchanpin.png") no-repeat;    
}
.task-card-list .task-ico.chenggongbaojia{
    background: url("./images/chenggongbaojia.png") no-repeat;    
}
.task-card-list .task-ico.baojiabeicaina{
    background: url("./images/baojiabeicaina.png") no-repeat;    
}
.task-card-list  strong{
	height:50px;
    float: left;
    font-size: 16px;
    margin-left: 30px;
    font-weight: 400;
    width: 40%;
    line-height: 50px;
    font-family:"微软雅黑";
    text-align: left;
}

.task-reward-content{
    float: left;
    line-height: 50px;
    font-size: 16px;
    background: url("./images/jifen.png") no-repeat left center;
    text-indent: 33px;
    width: 30%;
    text-align: left;
}

.task-card-list .finish{
	/*float: right;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #888;
    color: #fff;
    margin: 10px 0;
    font-size: 16px;
    font: 16px/1.8 "微软雅黑";
    border-radius: 4px;
    cursor: pointer;*/
    width: 30px;
    height: 30px;
    background: url('image/clothTyp.png') no-repeat -360px -9px;
    vertical-align: middle;
    display: inline-block;
    margin: 10px 15px 0 40px;
}

.task-card-list .go-btn{
    float: right;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ff950b;
    color: #fff;
    margin: 10px 0;
    font-size: 16px;
    font: 16px/1.8 "微软雅黑";
    border-radius: 4px;
}
.task-seller-box .task-card-list .go-btn{
    background: #3f9afd;
}
.task-list-com{
    height: 100%;
    overflow: hidden;
}
.scrollbar-wp{
    position: absolute;
    top:0;
    right: -30px;
    width: 20px;
    height: 100%;
    background-color: #ffeeac;
    border-radius: 30px;
}
.scrollbar-wp .scrollbar{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 150px;
    background-color: #ff950b;
    border-radius: 30px;
    cursor: pointer;
}
.task-remind{
    line-height: 30px;
    font-size: 16px;
    padding-left: 20px;
    margin: 30px 0 10px;
    color: #333;
    text-align: left;
    font: 16px/1.8 "微软雅黑";
   
}
.task-remind a{
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #ff950b;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    font: 16px/1.8 "微软雅黑";
    border-radius: 4px;
}
.task-tixing{
    display: block;
    border:1px solid #999;
    font-size: 16px;
    padding: 10px 20px;
    margin: 10px 20px;
}
.task-tixing.orange{
    border-color: #f60;
    color: #f60;
}
.task-tixing.blue{
    border-color: #3f9afd;
    color: #3f9afd;
}
.task-buyer-box ,.task-seller-box {
    padding-bottom: 15px;
}
.score-shop-mall{
}
.score-box {
    margin: 30px 30px 0 ;
    border: 1px solid #e8e8e8;
    padding: 10px 30px;
}   
.score-box .score-ico{
    float: left;
    width: 73px;
    height: 56px;
    background: url("./images/score_laba.jpg") no-repeat center center;
}
.score-box .score-count{
    margin-left: 103px;
}
.score-box .score-count li{
    font-size: 16px;
    line-height: 28px;
}
.score-box .score-count li em{
    color: #f60;
}
.duihuan-area{
    padding: 0 30px;
}
.duihuan-area  ul{
    margin-right: -18px;
}
.duihuan-area li{
    float: left;
    margin-right: 18px;
    margin-top: 18px;
    width: 148px;
    border:1px solid #e8e8e8;
} 
.duihuan-area li .duihuan-img{
    width: 100%;
    height: 107px;
    overflow: hidden;
}
.duihuan-area li .duihuan-img a, .duihuan-area li .duihuan-img img{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    
}   
.duihuan-area li .duihuan-img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.duihuan-area li .duihuan-img a:hover img{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
}
.duihuan-area li .duihuan-txt{
    padding: 0px 10px 10px;
}

.duihuan-area li .duihuan-txt .change_jifen{
	width:148px;
	margin-left: -15px;
}

.duihuan-area li .duihuan-txt h4{
    text-align: center;
    font-size: 14px;
    line-height: 45px;
}

.duihuan-area li .duihuan-txt  .scorenum{
    color: #f60;
    font-size: 14px;
    line-height: 26px;    
}
.duihuan-area li .duihuan-txt  .duihuanbtn{
    color: #fff;
    background: #ff950b;
    text-align: center;
    font-size: 14px;
    float: right;
    width: 65px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
}
.duihuan-area li .duihuan-txt  .duihuanbtn_cj{
    color: #fff;
    background: #ff950b;
    text-align: center;
    font-size: 14px;
    float: right;
    width: 65px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
}
.duihuan-area li .duihuan-txt  .duihuanbtn_gg{
    color: #fff;
    background: #ff950b;
    text-align: center;
    font-size: 14px;
    float: right;
    width: 65px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
}
.duihuan-area li .duihuan-txt  .duihuanbtn_tg{
    color: #fff;
    background: #ff950b;
    text-align: center;
    font-size: 14px;
    float: right;
    width: 65px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
}
.duihuan-area li .duihuan-txt  .duihuanbtn_buzu{
    color: #fff;
    background: #ff950b;
    text-align: center;
    font-size: 14px;
    float: right;
    width: 65px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
}
.duihuan-area li .duihuan-txt  .duihuanbtn_no{
    color: #fff;
    background: #ccc;
    text-align: center;
    font-size: 14px;
    float: right;
    width: 65px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
}

.duihuan-area li .duihuan-txt  .duihuan_login{
	color: #fff;
    background: #ccc;
    text-align: center;
    font-size: 14px;
    float: right;
    width: 65px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
}


.score-tips{
    height: 55px;
    line-height: 55px;
    border: 1px solid #e8e8e8;
    margin: 35px 0px;
    font-size: 14px;
    padding-left: 20px;
}
.score-tips strong{
    color: #f60;
}

.wycj{
	cursor: pointer;
	float:left;
	margin-top:12px;
	display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #ff950b;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    font: 16px/1.8 "微软雅黑";
    border-radius: 4px;
}
.ad_bottom_tips{
	display:block;
	position:absolute;
	background:#DA70D6;
	font-size: 12px;
	color:#fff;
	font-weight: bold;
	width:32px;
	height:20px;
	line-height: 20px;
	text-align: center;
	z-index: 999;
	right:0;bottom:0;
}


.center{
	width: 1200px;
	margin: 0 auto;
}
.bg-f5f5f5{
	background: #f5f5f5;
}
.bg-fff{
	background: #FFF;
}
.overhide{
	overflow: hidden;
}
.p-b-10{
	padding-bottom: 10px;
}
.p-y-20{
	padding: 20px 0;
}
.p-y-40{
	padding: 40px 0;
}
.m-t-10{
	margin-top: 10px;
}
.m-t-16{
	margin-top: 16px;
}
.m-t-20{
	margin-top: 20px;
}
.m-t-31{
	margin-top: 31px;
}
.m-t-34{
	margin-top: 34px;
}
.m-t-60{
	margin-top: 60px;
}
.m-r-60{
	margin-right: 60px;
}
.m-l-5{
	margin-left: 5px;
}
.f18{
	font-size: 18px;
}
.f24{
	font-size: 24px;
}
.fb{
	font-weight: 700;
}
.tc{
	text-align: center;
}
.rel{
	position: relative;
}
.tbheader{
	height: 93px;
	background: #f6f6f6;
	padding-top: 30px;
}
.icon-bgr{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	background: url('images/bgr.png');
}
.m-t-17{
	margin-top: 17px;
}
.icon-logo{
	width: 57px;
	height: 57px;
	border-radius: 100%;
	background-color: #F60;
}
.icon-logo:hover{
	background-position: -57px 0;
}
.ani-bg, .ani-bg:hover{
	-o-transition-property: background;
	-o-transition-duration: .3s;
	-moz-transition-property: background;
	-moz-transition-duration: .3s;
	transition-property: background;
	transition-duration: .3s;
}
.tblogo a{
	display: inline-block;
	width: 57px;
	height: 57px;
	text-indent: -10000px;
	overflow: hidden;
}
.tbheader .tbnav{
	margin-left: 17px;
}
.tbheader .tbnav a{
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
	-o-transition-property: color;
	-o-transition-duration: .3s;
	-moz-transition-property: color;
	-moz-transition-duration: .3s;
	transition-property: color;
	transition-duration: .3s;
}
.tbheader .tbnav a.nav-current{
	color: #F60;
}
.tbheader .tbnav a:hover{
	color: #f60;
}
.tbheader .tbnav a:first-child{
	margin-left: 0;
}
.tbheader .tbsearch{
	width: 237px;
	height: 31px;
	border: 1px solid #e6e6e6;
	border-radius: 31px;
	background: #FFF;
}
.tbheader .tbsearch .search_i{
	display: inline-block;
	border: none;
	width: 186px;
	height: 29px;
	line-height: 29px;
	padding: 0;
	margin: 0;
	margin-left: 15px;
}
.tbheader .tbsearch .tbsearch_s{
	width: 15px;
	height: 29px;
	background-position: -133px 10px;
	font-size: 0;
	border: 0;
	outline: none;
	cursor: pointer;
}

.icon-bgr1{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	background: url('images/bgr1.png');
}
.icon-ft1, .icon-ft2, .icon-ft3, .icon-ft4, .icon-top1, .icon-top2, .icon-top3, .icon-top4{
	width: 52px;
	height: 52px;
}
.icon-top1{
	background-position: 0 -53px;
}
.icon-top2{
	background-position: -53px -53px;
}
.icon-top3{
	background-position: -106px -53px;
}
.icon-top4{
	background-position: -159px -53px;
}
.icon-ft1{
	background-position: 0 0;
}
.icon-ft2{
	background-position: -53px 0;
}
.icon-ft3{
	background-position: -106px 0;
}
.icon-ft4{
	background-position: -159px 0;
}
.m-r-16{
	margin-right: 16px;
}
.m-t-28{
	margin-top: 28px;
}
.m-l-12{
	margin-left: 12px;
}
.m-t-15{
	margin-top: 15px;
}

.footer .ftop{
	padding: 60px 0;
}
.footer .ftop .top-box1{
	width: 207px;
	height: 67px;
	padding: 13px 0 0 100px;
	border-right: 1px solid #e2e2e2;
}
.footer .ftop .top-box2{
	width: 394px;
	height: 75px;
	padding: 5px 30px 0;
	border-right: 1px solid #e2e2e2;
}
.footer .ftop .top-box3{
	width: 135px;
	height: 75px;
	padding: 5px 60px 0;
	border-right: 1px solid #e2e2e2;
}
.footer .ftop .top-box4{
	width: 254px;
	height: 80px;
	padding-left: 50px;
}
.icon-logo-bt{
	width: 152px;
	height: 59px;
	background-position: 0 -58px;
}
.footer .ftop .top-box4 a.qqbtn{
	width: 86px;
	height: 18px;
	line-height: 18px;
	padding: 5px 30px;
	border: 2px solid #ebebeb;
	border-radius: 30px;
	display: inline-block;
}
.footer .fbottom{
	background: #484442;
}
.footer .fbottom .icons{
	padding: 45px 0;
}
.footer .fbottom .icons li{
	width: 230px;
	padding-left: 30px;
	margin-left: 53px;
}
.footer .fbottom .icons li:first-child{
	margin-left: 0;
}
.footer .fbottom .links{
	padding: 40px 30px;
	width: 1140px;
	border-top: 2px solid #666;
}
.footer .fbottom .links a, .footer .fbottom .links span{
	display: inline-block;
	font-size: 12px;
	color: #c3c3c3;
}
.footer .fbottom .links .f_r span{
	width: 25px;
	text-align: center;
}
.footer .fbottom .friends{
	padding: 25px 30px;
}
.footer .fbottom .friends a{
	margin-right: 8px;
}

img{ border:none; outline:none;}

.light_box{ z-index:10000; left:0; top:0; position:absolute; display:none; *width:491px;}

.dialog-loading {background:url('images/weebox/loading.gif') no-repeat center; width:100%; height:100%}
.dialog-mask{border:0px; background:#90928a; margin:0px; padding:0px; position:absolute; top:0px; left:0px;opacity:.5;FILTER:alpha(opacity=50)}

.dialog-button{clear: both;}
.dialog-button input{overflow:visible; overflow-y:hidden;}
.dialog-content{text-align:left; clear:both; overflow:auto;}

.weedialog{box-shadow:0 1px 3px rgba(25,25,25,0.4);}
.weedialog .dialog-header{height:36px; line-height:36px; font-size:14px; width:100%; clear:both; text-align:left; position:relative; top:0; left:0;background:#ff712b;border-bottom: 1px solid #D2845B;border-radius: 5px 5px 0 0;}
.weedialog .dialog-title{color:#fff; float:left; margin-left:20px; }
.weedialog .dialog-close{background:url('images/weebox/light_box_close_btn_h.png') no-repeat; height:13px; width:13px; float:right; margin:10px 10px 0 0;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="weebox/light_box_close_btn_h.png"); _background:none;}
.weedialog .dialog-close:hover{background-image:url('images/weebox/light_box_close_btn.png');_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="weebox/light_box_close_btn.png"); _background:none;}
.weedialog .dialog-content{clear:both; overflow-y:auto; overflow-x:hidden;font-size:12px; background-color:#fff;}
.weedialog .dialog-button-disabled{overflow:visible; overflow-y:hidden; border:1px solid #999; background:url('images/weebox/btn_cancel.gif') top; height:24px; line-height:24px; color:#666;cursor:pointer; padding:0 5px; margin:0px;}

.weealert .dialog-cancel{display:none;}

.weeselect li{float:left; width:120px;}
.weeselect .wsearch{width:100%;text-align:right;}

.weesuggest{width:160px;background:#ccc;}
.weesuggest .dialog-content{padding:5px;}
.weesuggest li{padding:0px;margin:0px;line-height:20px;cursor:pointer;border-bottom:1px dotted #bbb;}

/* 弹出层会员登录 */

.ajax_login_box{
	float: left;
	padding: 10px 10px;
}
.ajax_login_box .login_item{
	padding-bottom: 10px;
	float: left;
	width: 380px;
}
.ajax_login_box .login_item .item_left_title{
	float: left;
	width: 95px;
	text-align: right;
	padding-right: 15px;
	height: 30px;
	line-height: 30px;
	color: #666;
}
.ajax_login_box .login_item input.inputbox{
	float: left;
	border: 1px solid #ccc;
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	outline: none;
	border-radius: 5px;
}
.ajax_login_box .login_info{
	float: left;
	padding-left: 110px;
	padding-bottom: 10px;
	width: 270px;
	/*height: 20px;*/
	position: relative;
}
.ajax_login_box .login_info label{
	float: left;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	color: #888;
}
.ajax_login_box .login_info label input#cookietime{
	vertical-align: middle;
	margin-top: -4px;
}
.ajax_login_box .login_info a{
	/*height: 30px;*/
	/*line-height: 30px;*/
	/*padding-left: 10px;*/
	color: #3a9;
}
.ajax_login_box .user_login_error{
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	width: 270px;
	padding-left: 110px;
	font-size: 14px;
	margin-bottom: 8px;
	color: #333;
	font-weight: bold;
	display: none;
}
.ajax_login_box .user_login_error img{
	vertical-align: middle;
	margin-right: 10px;
}
.ajax_login_box .other_login{
	float: left;
	height: 20px;
	line-height: 20px;
	color: #999;
	padding-left: 45px;
	padding-top: 20px;
	width: 335px;
}
.ajax_login_box .other_login_list{
	float: left;
	padding: 15px 55px
}
.ajax_login_box .other_login_list a{
	float: left;
	margin-right: 10px;
	height: 25px;
	line-height: 25px;
}

.modal-content2{
	position: relative;
	padding: 30px 40px;
	box-sizing: border-box;
	font: 14px "Microsoft YaHei";
	background-color: #FFF;
	width: 340px;
	margin: 0 auto;
	overflow: hidden;
}
.modal-header{
	margin-bottom: 25px;
	width: 260px;
}
.clearfix:after{
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.modal-header .f_l h1{
	font-size: 24px;
	color: #333;
	font-weight: 600;
}
.modal-header .f_r{
	margin-top: 10px;
}
.modal-header .f_r h2{
	font-size: 14px;
	color: #888;
	font-weight: 400;
	display: inline;
}
.modal-header .f_r a{
	font-size: 14px;
	color: #F60;
}
.modal-body{
	width: 260px;
}
.input-group{
	height: 35px;
	margin-bottom: 15px;
	position: relative;
}
.input-group input{
	width: 260px;
	height: 35px;
	line-height: 35px;
	outline: 0;
	border: 1px solid #ddd;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	text-indent: 50px;
	box-sizing: border-box;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-ms-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.input-group input:focus{
	border-color: #f60;
}
.input-group i{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 666;
	display: block;
	width: 35px;
	height: 35px;
	background: url("images/popup-login-icons.png") no-repeat;
}
.input-group i.acco{
	background-position: 0 0;
}
.input-group i.pass{
	background-position: 0 -105px;
}
.modal-footer .f_l{
	color: #666;
}
.modal-footer .f_l input[type="checkbox"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 14px;
	height: 14px;
	background: url("images/A7NJJb.png");
	vertical-align: middle;
	outline: none;
}
.modal-footer .f_l input[type="checkbox"]{
	background: #FFF url("images/A7NJJb.png");
}
.modal-footer .f_l input[type="checkbox"]:focus, .modal-footer .f_l input[type="checkbox"]:hover{
	background-position: -16px 0;
}
.modal-footer .f_l input[type="checkbox"]:checked{
	background-position: -32px 0;
}
.modal-footer .f_r a{
	color: #F60;
}
.modal-content2 .sign-in-box{
	margin: 15px 0;
	width: 260px;
}
.modal-content2 .sign-in-box .btn-in{
	width: 260px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 8px;
	color: #FFF;
	background: #F60;
	outline: 0;
	border: 0;
	font-family: "Microsoft Yahei";
	cursor: pointer;
}
.modal-content2 .sign-in-box .btn_success{
	color: #fff!important;
	background-color: #5cb85c!important;
	border-color: #4cae4c!important;
}
.modal-content2 .sign-in-box .btn_inverse{
	color: #888;
	background-color: #ddd;
	border-color: #ddd;
}
.modal-content2 .other{
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding: 10px;
	text-align: center;
	margin-bottom: 15px;
}
.modal-content2 .other a{
	color: #F60;
}
.modal-content2 .other a:hover{
	color: #3A9;
}
.others{
	width: 100%;
	float: left;
}
.others h2{
	font-size: 14px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
}
.others a{
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	position: relative;
}
.others a.qq{
	float: left;
	background: #018fe3;
	text-indent: 35px;
}
.others a.wx{
	float: right;
	background: #58b753;
	text-indent: 41px;
}
.others a i{
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("images/popup-login-icons.png") no-repeat;
}
.others a.qq i{
	background-position: 0 -70px;
}
.others a.wx i{
	background-position: 0 -35px;
	margin-left: 3px;
}
.input-group .del-info{
	position: absolute;
	top: 6px;
	right: 15px;
	/*text-shadow: 0 2px 5px #000;*/
	opacity: .8;
	filter: alpha(opacity=80);
	font-size: 18px;
	line-height: 18px;
	color: red;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/** 微信登录区 **/
	.weixin-login-box{ position:absolute; z-index:999;top:0px; left:0px;width:100%; height:100%; background:#fff; display:none;}
	.weixin-login-box a.rb{width:60px; height:60px; position:fixed; overflow:hidden;right:0px; bottom:0px; background:url('images/login_bg.png') no-repeat;transition: background-position 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0s; background-position:0 -60px;}
	.weixin-login-box h3{ width:100%; text-align:center; line-height:50px; font-size:20px; font-weight:bold;font-family: "Microsoft Yahei";}
	.weixin-login-box .weixin-login-qrcode{width:220px; height:220px; border:1px solid #ccc;  margin:0 auto; background:url('images/qrcode_loading.gif') center center no-repeat;}
	.weixin-login-box .weixin-login-qrcode img{width:220px; height:220px; cursor:pointer;}
	.weixin-login-box .weixin-login-status{ text-align:center; padding:7px 14px;background-color: #232323;border-radius: 100px;-moz-border-radius: 100px;-webkit-border-radius: 100px;box-shadow: inset 0 5px 10px -5px #191919,0 1px 0 0 #444;-moz-box-shadow: inset 0 5px 10px -5px #191919,0 1px 0 0 #444;-webkit-box-shadow: inset 0 5px 10px -5px #191919,0 1px 0 0 #444;width:200px;margin:20px auto; color:#FFF;}
	.weixin-login-box .weixin-login-status p{ line-height:22px; }
	.weixin-login-box .weixin-login-status .login_succ{height:44px; line-height:44px; padding-left:50px; position:relative; text-align:left;}
	.weixin-login-box .weixin-login-status .login_succ s{width:38px; height:38px; background:url('images/icon_popup19fb81.png') no-repeat; position:absolute; left:0px;top:3px; background-position:0 -46px;}

/* 弹出层会员登录 */

.get_yangpin_pdo_box{float:left;width:800px; height:500px; position:relative;}
.get_yangpin_pdo_box .search-box{float:left; border-bottom:1px solid #ccc; height:40px; line-height:40px; width:800px; position:relative;}
.get_yangpin_pdo_box .search-box input.search_box{float:left; height:40px; line-height:40px; border:none; padding:0 10px 0 34px;width:756px; font-size:14px;}
.get_yangpin_pdo_box .search-box em{ background:url('images/search-btn.png') no-repeat;width:14px; height:14px; position:absolute; left:10px; top:13px;}
.get_yangpin_pdo_box .search-result-box{float:left; width:770px; height:450px; overflow-x:hidden; overflow-y:scroll; background:#F1F1F1; padding:10px 20px 10px 10px;}
.get_yangpin_pdo_box .search-result-box .pdo-item{float:left; width:740px; border:1px solid #ccc; background:#fff; padding:0 10px 10px 10px; box-shadow:0px 1px 3px rgba(0,0,0,0.2); cursor:pointer; margin-bottom:10px;}
.get_yangpin_pdo_box .search-result-box .pdo-item:hover{border-color:#F60; background:#FFFFE1;}
.get_yangpin_pdo_box .search-result-box .pdo-item h3{float:left; width:740px; height:40px; line-height:40px; font-weight:bold; font-size:14px;}
.get_yangpin_pdo_box .search-result-box .pdo-item p{float:left;width:740px; height:25px; line-height:25px; color:#999;}
.get_yangpin_pdo_box .search-result-box .search-result-tips{float:left;width:740px; height:30px; line-height:30px; margin-bottom:10px; border:1px solid #F00; padding:5px 10px; background:#FFFFE1; font-weight:bold; font-size:15px; color:#F60; border-radius:5px; letter-spacing:1px;}
.get_yangpin_pdo_box .search-result-box .search-result-tips a{text-decoration:none;}
.get_yangpin_pdo_box .search-result-box .search-result-tips a.iknow{float:right; font-size:12px; font-weight:normal; letter-spacing:0px; }
.get_yangpin_pdo_box .search-result-box .search-result-no-data{float:left;width:740px; padding:50px 0; text-align:center;}

.get_yangpin_pdo_box .pdo-title{float:left; padding:0 10px; height:54px;width:780px; border-bottom:1px solid #ccc;}
.get_yangpin_pdo_box .pdo-title a.btn{float:right; margin:10px 5px;}
.get_yangpin_pdo_box .pdo-title em{float:left; margin:10px 0; line-height:34px; height:34px; color:#999;}
.get_yangpin_pdo_box .pdo-title span{float:left; margin:10px 10px 10px 0; line-height:34px; height:34px; font-weight:bold; font-size:14px; }

.get_yangpin_pdo_box .search-result-box table.pdo-attr{float:left;width:770px; border:1px solid #ccc; background:#fff;}

.get_yangpin_pdo_box .search-result-box table th{ padding:5px 10px; text-align:center; background:#E1E1E1;}
.get_yangpin_pdo_box .search-result-box table td{ padding:5px 10px; text-align:center;}

.new_get_yangpin_pdo_box{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
}
.new_get_yangpin_pdo_box .search-box{
	width: 95%;
	border: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
	position: relative;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.new_get_yangpin_pdo_box .search-box input.search_box{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	padding: 0 10px 0 34px;
	font-size: 14px;
}
.new_get_yangpin_pdo_box .search-box em{
	background:url('images/search-btn.png') no-repeat;
	width:14px;
	height:14px;
	position:absolute;
	left:10px;
	top:13px;
}
.new_get_yangpin_pdo_box .search-box .yes-btn{
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
}
.new_get_yangpin_pdo_box .search-box .yes-btn button{
	position: inherit;
	right: 0;
	top: 0;
}
.new_get_yangpin_pdo_box .search-result-box{float:left; width:770px; height:450px; overflow-x:hidden; overflow-y:scroll; background:#F1F1F1; padding:10px 20px 10px 10px;}
.new_get_yangpin_pdo_box .search-result-box .pdo-item{float:left; width:740px; border:1px solid #ccc; background:#fff; padding:0 10px 10px 10px; box-shadow:0px 1px 3px rgba(0,0,0,0.2); cursor:pointer; margin-bottom:10px;}
.new_get_yangpin_pdo_box .search-result-box .pdo-item:hover{border-color:#F60; background:#FFFFE1;}
.new_get_yangpin_pdo_box .search-result-box .pdo-item h3{float:left; width:740px; height:40px; line-height:40px; font-weight:bold; font-size:14px;}
.new_get_yangpin_pdo_box .search-result-box .pdo-item p{float:left;width:740px; height:25px; line-height:25px; color:#999;}
.new_get_yangpin_pdo_box .search-result-box .search-result-tips{float:left;width:740px; height:30px; line-height:30px; margin-bottom:10px; border:1px solid #F00; padding:5px 10px; background:#FFFFE1; font-weight:bold; font-size:15px; color:#F60; border-radius:5px; letter-spacing:1px;}
.new_get_yangpin_pdo_box .search-result-box .search-result-tips a{text-decoration:none;}
.new_get_yangpin_pdo_box .search-result-box .search-result-tips a.iknow{float:right; font-size:12px; font-weight:normal; letter-spacing:0px; }
.new_get_yangpin_pdo_box .search-result-box .search-result-no-data{float:left;width:740px; padding:50px 0; text-align:center;}

.new_get_yangpin_pdo_box .pdo-title{float:left; padding:0 10px; height:54px;width:780px; border-bottom:1px solid #ccc;}
.new_get_yangpin_pdo_box .pdo-title a.btn{float:right; margin:10px 5px;}
.new_get_yangpin_pdo_box .pdo-title em{float:left; margin:10px 0; line-height:34px; height:34px; color:#999;}
.new_get_yangpin_pdo_box .pdo-title span{float:left; margin:10px 10px 10px 0; line-height:34px; height:34px; font-weight:bold; font-size:14px; }

.new_get_yangpin_pdo_box .search-result-box table.pdo-attr{float:left;width:770px; border:1px solid #ccc; background:#fff;}

.new_get_yangpin_pdo_box .search-result-box table th{ padding:5px 10px; text-align:center; background:#E1E1E1;}
.new_get_yangpin_pdo_box .search-result-box table td{ padding:5px 10px; text-align:center;}

.new_get_yangpin_pdo_boxs{
	width: 430px;
	height: 500px;
	position: relative;
	padding: 20px 10px;
	box-sizing: border-box;
}
.new_get_yangpin_pdo_boxs .yangpin_pdo_line{
	width: 430px;
	float: left;
	line-height: 36px;
	margin-bottom: 10px;
	clear: both;
}
.new_get_yangpin_pdo_boxs .yangpin_pdo_line_left{
	width: 80px;
	text-align: right;
	font-size: 14px;
	color: #333;
	float: left;
	padding: 0 10px;
}
.new_get_yangpin_pdo_boxs .yangpin_pdo_line_right{
	width: 330px;
	float: left;
	position: relative;
}
.new_get_yangpin_pdo_boxs .yangpin_pdo_line.b-b-l{
	padding-bottom: 10px;
}
.b-b-l{
	border-bottom: 1px dashed #ddd;
}
.new_get_yangpin_pdo_boxs .yangpin_pdo_line_right .pdo_color{
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	border: 1px solid #ccc;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background: #FFF;
}
.new_get_yangpin_pdo_boxs .yangpin_pdo_line_right input{
	float: left;
}
.new_get_yangpin_pdo_boxs .yangpin_pdo_line a.Choose_Spec{
	border:1px solid #ccc;
	padding:0 10px;
	height:25px; line-height:25px;	
	margin:0 10px 10px 0;
	display:inline-block;
}
.new_get_yangpin_pdo_boxs .yangpin_pdo_line a.Choose_Spec:hover,.new_get_yangpin_pdo_boxs .yangpin_pdo_line a.Choose_Current{
	text-decoration:none;
	color:#F60;
	border-color:#F60;
}

.new_get_yangpin_pdo_boxs .yangpin_pdo_line a.Choose_DIS,.new_get_yangpin_pdo_boxs .yangpin_pdo_line a.Choose_DIS:hover{
	color:#ccc;
	border-color:#CCC;
}

/* friend link */
.apply_friend_link_box{ width:440px;float:left;}
.apply_friend_link_box table{ border:1px solid #ccc;border-collapse: collapse;border-spacing: 0;float:left; width:440px;}
.apply_friend_link_box table td{line-height:46px; padding:0 10px; border: 1px solid #ccc;}
.apply_friend_link_box table td.tl{ width:110px; background-color:#F1F1F1; text-align:right; color:#777;}
.apply_friend_link_box table td input{ border:1px solid #ccc; height:28px; line-height:28px; padding:0 5px; width:60px; float:left;}
.apply_friend_link_box table td input.inputbox{ width:50px; margin-top:8px;}
.apply_friend_link_box table td textarea{ border:1px solid #ccc; width:280px; padding:0 5px; line-height:28px; height:56px; resize:none;float:left; margin:10px 0;}
.apply_friend_link_box table td img{ }
.apply_friend_link_box table td .submit_box{ margin:10px 0; float:right; height:31px;}
.apply_friend_link_box table td .submit_box img{ margin:0 0;}
.apply_friend_link_box table td .submit{
	width: 60px;
    height: 30px;
    background-color: #f60;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 30px;
    background-position: 0 9px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.apply_friend_link_box table td span.check_error{ padding-left:18px; background:url('image/check_error.gif') no-repeat; color:#F00;}
.apply_friend_link_box table td span.check_right{ padding-left:18px; background:url('image/check_right.gif') no-repeat; color:#3A9;}
#sitename{border:1px solid #ccc; height:28px; line-height:28px; padding:0 5px; width:280px; float:left;}
#siteurl{border:1px solid #ccc; height:28px; line-height:28px; padding:0 5px; width:280px; float:left;}

/* 标签打印 -- start */
.warpper_print_box{margin:0 0; padding:0 0;float:left;width:750px; height:500px; overflow:hidden;}

.warpper_print_box .print_label_list_box{float:left;width:750px; height:450px; overflow-y:scroll; overflow-x:hidden; background:#E1E1E1; position:relative;}
.warpper_print_box .print_tips{ position:absolute; border:1px solid #F63; background:#FFF2EE; line-height:25px; padding:0 10px; bottom:3px; right:5px;}
.warpper_print_box .choose-btn{ position:absolute;border-radius: 5px;line-height:25px; padding:0 10px; bottom:3px; left:5px;cursor: pointer;
	color:#fff;background:#41a4f1;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
}


.warpper_print_box .print_label_list_box .label_list_box{float:left; padding:10px 0 10px 10px;width:734px; height:430px; margin:0 0; list-style:none;}
.warpper_print_box .print_label_list_box .label_list_box li{float:left; margin:0 10px 10px 0; background:#fff; border-radius:5px; padding:5px 5px; box-shadow:0px 1px 3px rgba(21,21,21,0.2); border:1px solid #fff; width:340px; cursor:pointer;}
.warpper_print_box .print_label_list_box .label_list_box li:hover{ border-color:#F60;}
.warpper_print_box .print_label_list_box .label_list_box li.active{ border-color:#3A9; background:#F2FFF4;}
.warpper_print_box .print_label_list_box .label_list_box li .prints{float:left;width:100%;border:1px solid #ccc;}

.warpper_print_box .print_config_box{float:left;width:730px; height:49px; border-top:1px solid #ccc; padding:0 10px;}
.warpper_print_box .print_config_box span{float:left; height:49px; line-height:49px;}
.warpper_print_box .print_config_box input{float:left;width:50px; text-align:center; height:30px; line-height:30px; margin:10px 5px;outline:none; font-size:14px;}
.warpper_print_box .print_config_box select{float:left; margin:10px 10px 10px 5px;width:150px; height:30px; line-height:30px;}
.warpper_print_box .print_config_box a.btn{float:right; margin:8px 10px;}
.warpper_print_box .print_config_box .mr-10,.warpper_print_box .print_config_box a.mr-10{ margin-right:10px;}
/* 标签打印 -- end */
.print_position{
	position: absolute;
    /*width: 12%;*/
    box-sizing: border-box;
    z-index: 12;
    top: 385px;
    margin-left: 670px;
}
.print_position a{
	margin-top:10px;
}