/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*reset.css--start*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,caption,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table,tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*reset.css--end*/


body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td,form,fieldset,legend,input,button,textarea,blockquote,hr,pre{margin:0;padding:0}h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,cite,dfn,em,var{font-style:normal}li{list-style:none}input,select{vertical-align:middle}legend{color:#000}code,kbd,pre,samp,tt{font-family:"Courier New",monospace}small{font-size:12px}hr{border:none;height:1px}body,button,input,select,textarea{font:12px/1 Arial,Tahoma,Helvetica,SimSun,san-serif}abbr[title]{border-bottom:1px dotted;cursor:help}html{overflow-y:scroll}input[type="submit"]{cursor:pointer}a{outline:none;blur:expression(this.onFocus=this.blur())}html{-webkit-text-size-adjust:none}/* chrome minium font-size fixed */
body, button, input, select, textarea{font-family:"微软雅黑";}
.fr{
	float: right;
}
.fl{
	float: left;
}


input{
	outline: none;
}
button{
	border:0px;
}
.page-wrap{width:100%; margin:0 auto; text-align:left;}
h1,h2,h3,h4,h5{
	font-weight: normal;
}
/*----------Reset CSS for Website----------*/
body{color:#333; }
a{color:#666; text-decoration:none;cursor:pointer;}

.none{
	display: none;
}
.margin-left-94{
	 margin-left:94px;
}

/*数据为空*/
.data-empty p img{
    width: 240px;
    height: 190px;
    margin-top: 100px;
    margin-bottom: 20px;
    margin-left: 50%;
    transform: translate(-50%);
}
.data-empty .data-empty-title{
    font-size: 18px;
    color: #606060;
    text-align: center;
}
/*a:visited{color:#333; text-decoration:none;}
a:hover{color:#D3131B; text-decoration:underline;}*/

/*----------CSS for Global----------*/
.mini-nav .mini-inbox .g3{ padding-left:13px;}
.mini-nav .mini-inbox .myhd,
.mini-nav .mini-inbox .myhd span{display:inline-block; height:19px; line-height:19px; }
.mini-nav .mini-inbox .myhd{background-position:left 0; color:#fc6971; padding-left:5px;}
.mini-nav .mini-inbox .myhd span{background-position:right 0; cursor:pointer; padding-right:4px;}
.mini-nav .mini-inbox .myhd:visited{color:#fc6971;}
.mini-nav .mini-inbox .fr{_padding-top:2px;}

/* 会员等级 */
.login-status .sign{
	margin-left: 70px;
}
.mini-inbox-left{
	position: relative;
}
#member{
	display: inline-block;
	width: 70px;
	height: 16px;
	position: absolute;
	left: 60px;
	text-align: center;
	display: flex;
	align-items: center;
	cursor:pointer;
}
#member .member-bg{
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../img/hydj.png);
	background-position: -2px -4px;
}
#grade{
	font-size: 12px;
	color: #db9c5a;
}
#member .member-bg i{
	display: none;
	/* display: inline-block; */
	width: 50px;
}
#member .member-bg:hover i{
	display: block;
	position: relative;
	top: 20px;
	border: 1px solid #db9c5a;
	width: 100px;
	height: 20px;
	border-radius: 7px;
	text-align: center;
	line-height: 20px;
	color: #db9c5a;
}


/*-Header-*/

#header .logo{ width: 246px;height: 56px;margin-right: 187px; _display:inline;}
#header .logo h1{width:280px; height:78px; margin-top:0px;}
#header .city{margin-left:8px;}
#header .city h2{color:#f00; margin:6px 0 8px;}
#header .switch,
#header .switch:visited{color:#999;}
#header .switch:hover{color:#333;}

.search-box{width:615px;  margin:1px 0px 0 0; _display:inline;}
.search-box .search-tabs{ overflow:hidden; }
.search-box .search-tabs li{width:56px; height:38px; line-height:38px; cursor:pointer; text-align:center;}
.search-box .search-tabs .current{}
.search-box .weather{width:280px; height:25px;}
.search-box .search-form{height:38px;}
.search-box .search-form form{
	height:40px; line-height:40px; 
	
}
.search-box .search-form .text{
	width: 373px;
    font-size: 14px;
    border: none;
    background: transparent;
    height: 38px;
    line-height: 38px;
    padding-left: 12px;
}

.search-box .hot-word{margin-top:8px;}
.search-box .hot-word a:link{color:#888989;}
.search-box .hot-word a:hover{color:#4b2240;}
.search-box .hot-word a:visited{color:#4b2240;}
.suggestion{}
#weather{font-weight:normal;color:#666666;padding-right:18px}
#weather span{margin-left:3px;}
.tu{padding-left:17px;height:20px;width:20px;padding-top:3px;padding-bottom:6px;}
.wd{font-family: Verdana, Arial, Helvetica, sans-serif;}

.search-ewm{width:115px; height:120px; margin:15px 20px 0 1080px; display:block;}
.search-wx{width:225px; height:120px; margin:15px 5px 0 975px; display:block;}

/*-Navigation-*/
#nav{height:43px;  position:relative;}
#nav ul{height:43px; }
#nav li{ height:43px; text-align:center; font-size:14px; float:left;  _display:inline;padding:0px 0 0px 0px;}
#nav li.nobg{background:none;}
#nav li.red{ font-size:16px;}
#nav li.red a strong{ color:#4b2240; display:inline-block; height:43px; line-height:43px; cursor:pointer;}
#nav li.djdp{ margin-left:75px;}
#nav li.djdp a strong{ color:#4b2240; display:inline-block; height:43px; line-height:43px; cursor:pointer;}
#nav li a,
#nav li a strong{
	color:#353535; display:inline-block; height:43px; line-height:43px; cursor:pointer;}
#nav li a{padding:0 19px;margin-right:20px;}


#nav li a strong{margin-right:8px;}
#nav li a:hover{
	background-color:#ede8ec;
	color:#4b2240;
}
#nav li a.current{background-color:#4b2240;text-decoration:none;color:#fff; border-radius: 1px; }

#nav li a:hover strong,
#nav li a.current strong{background-color:#4b2240; color:#fff;text-decoration:none; margin-right:8px;}
#nav .small-nav{position:absolute; right:5px; top:7px;color:#faa; text-align:right; height:20px; line-height:30px;}
#nav .small-nav a,
#nav .small-nav a:visited{color:#000; margin:0 10px;font-weight:bold}
#nav .small-nav a:hover{color:#ff4400;font-weight:bold}

#nav .l-c, #nav .r-c{position:absolute; width:10px; height:34px;  top:0;}
#nav .l-c{background-position:0 -205px; left:0;}
#nav .r-c{background-position:-10px -205px; right:0;}
#nav .default-index{
	width:218px; 
	line-height:43px;
	font-size:16px;
	border-radius: 1px; 
	padding: 0px;
	
}

#nav .current{
	
	background-color:#4b2240;
	color:#fff;
	
}
#nav .default-index.current{
	font-weight:bold;
}
.header-nav-warp{
	border-bottom:1px solid #4b2240; 
}
.dline{width:1190px;position:relative;height:2px;}
.dline li{float:left;display:inline-block;}
/*link*/

#friendlink h3{float:left;}

#friendlink li{display:inline;}
#friendlink .apply{float:right; padding-top:14px;}
#friendlink .apply a{display:inline-block; height:19px; line-height:19px; width:81px;  text-align:center; color:#fff; letter-spacing:1px;}

#footer{height:90px; padding-top:10px;}
#footer li{float: left; line-height: 22px;}

#footer p{line-height:22px;}
/*公共样式*/
a.font-red{
	color:#e54a4a;
}
.icon{
	background: url(../images/ico/icon-sprite.png) no-repeat;
	background-size: 624px 727px;

}
.font-yellow{
	color:#db9c5a !important;
}

/*清除浮动*/
.mini-inbox:after,.header-shopping-cart:after,.header:after,.header-nav-list:after,.footer-list:after,.min-footer-list:after{
    content: '';
    display: block;
    height: 0px;
    clear: both;
}
/*容器居中容器居中容器居中容器居中容器居中容器居中容器居中容器居中容器居中容器居中容器居中容器居中容器居中容器居中容器居中容器居中*/
.mini-inbox,.header,.header-nav-list,.footer-content{
    width:1200px;
    margin:0 auto;
}
/**/
.header-crumbs-nav-warp:after{
	content: '';
    display: block;
    height: 0px;
    clear: both;
}
.header-crumbs-nav-warp{
	width: 1200px;
	margin:0 auto;
	font-size: 14px;
	font-weight: normal; 
	margin-bottom: 23px;
	
	line-height: 14px;

}
.header-crumbs-nav-warp h2,.header-crumbs-nav-warp a{
	float: left;	
	color:#888989;
	font-weight: normal;  
}
.header-crumbs-nav-warp a:last-child{
	color:#353535;
}
.mini-inbox{
	line-height: 12px;
}
.mini-nav{
    padding:10px 0px;
    background-color:#f8f8f8;
    border-bottom:1px solid #e9e9e9;
    font-size: 12px;
    color:#666;
}
.mini-inbox a{
	line-height: 15px;
	float: left;
}
.mini-inbox-left a{
	margin-right: 12px;
}
.mini-inbox-right a{
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #d2d2d2;
	
}
.mini-inbox-right a:first-child{
	padding-left: 0px;
}
.mini-inbox-right a:last-child{
	padding-right: 0px;
	border-right: 0px;
}
.no-login a{
	border-right:1px solid #d2d2d2;
	padding-right: 20px;
	padding-left: 20px;
	margin:0px; 
}
.no-login a:first-child{
	padding-left: 0px;
	margin:0px; 
}
.no-login a:last-child{
	padding-right: 0px;
	border-right:0px solid #d2d2d2;
	margin:0px; 

}
.header{
	margin-bottom: 26px;
	margin-top:29px; 
}
.logo h2 img{
	width:246px;
	height: 56px;

}
.search-form{
	border:1px solid #4b2240;
	border-radius: 3px;
	font-size: 14px;
}
.header-search-btn{
	color:#fff;
	background-color:#4b2240;
	height: 38px;
	width: 85px;
	border: none;
	font-size: 14px;

}
.search-tabs-warp{
	width:75px;
	background-color:#f8f8f8;
	color:#353535;
	line-height: 38px;
	border-right: 1px solid #e9e9e9;
	position: relative;
	
}

.search-tabs-btn{
	position: absolute;
	top:0px;
	right:0px;
	z-index: 2;
	padding:16px 7px; 
	border-right: 1px solid #e9e9e9;
}

.search-tabs-btn .icon{
	background-position:0px 1px;
	width: 9px;
	height: 6px;
}
.hot-word{
	padding-left: 3px;
		line-height: 12px;
}
.hot-word a{
	font-size: 12px;

	margin:0 7px; 
}
.search-box .search-form{
	width: 547px;
}
.header-shopping-cart{
	margin-top: 1px;
	width: 71px;
    height: 20px;
	border: 1px solid #e54a4a;
	position: relative;
	font-size: 14px;
	color:#e54a4a;
	border-radius: 3px; 
	margin-right:9px; 
	padding: 9px 12px 9px 14px;
}

.header-shopping-cart .icon{
	float: left;
	width:22px;
	height: 20px;
	background-position: 0px -12px;
	margin-right: 7px;

}
.header-shopping-cart span{
	line-height: 22px;
}
.header-shopping-cart .shoping-nums{
	position: absolute;
	display: block;
	background-color: #e54a4a;
	color:#fff;
	font-size: 12px;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	right:-9px;
	top:-9px;
	border-radius:50%;
}
.header-nav-list li{
	float: left;
}
.footer-warp{
	width: 100%;
	
	position: relative;
	

}
.footer-warp .background-img,.footer-warp .background-color{
	position: absolute;
	top:0px;
	left: 0px;


}
.footer-warp .background-img{
	background: url(../images/footer-bg.jpg) no-repeat;
	width:100%;
	height: 216px;
	background-size: 100% 216px; 
	z-index:1;


}
.footer-warp .background-color{
	background-color:#303138;
	opacity: 0.93;
	width:100%;
	height: 216px;
	background-size: 100% 216px; 
	z-index:2;

}

.footer-content{
	text-align: left;
	padding-top:35px;
	padding-bottom:36px;
	position: absolute;
	left: 50%;
	margin-left:-600px; 
	top:0;
	z-index: 3;
	color:#666;
	font-size: 12px;
}
.footer-content,.footer-content a{
	color:#b8b6b6;
}
.footer-list h3{
	margin-right:6px; 


}
.footer-list ul{
	/*width:1120px;*/

}
.footer-list{
 width: 400px;
 margin: 0 auto;
}
.footer-list li a{
	margin: 0 7px;
}
.footer-bottom{
	clear:both;
}

.footer-bottom-info{
	text-align: center;
	clear:both;

}
.footer-bottom  li a{
	padding-right: 12px;
	padding-left: 12px;
	border-right:1px solid #b8b6b6;

}
.footer-bottom  li:first-child a{
	padding-left: 0px;
}
.footer-bottom  li:last-child a{
	padding-right: 0px;
	border-right:0px;

}
.footer-bottom ul{
	width: 500px;
	margin: 0 auto;
	margin-top: 34px;
}
.footer-bottom ul:after{
	content: '';
    display: block;
    height: 1px;
    clear: both;

}
.search-box form{
	width: 471px;
	margin-left: 76px;
}
.search-tabs{
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
	height:38px;

}

.search-box .search-tabs li:nth-child(n+2){
	width:60px;
	padding-left:16px;
	text-align: left;
	background-color:#fff; 
}
.search-box .search-tabs li.current-item , .search-box .search-tabs li:nth-child(n+2):hover{
    border-left:1px solid #efedef;
    border-right:1px solid #efedef;
	background-color:#f6f4f5;
	width:58px; 
	padding-left: 15px;
}
.search-tabs:hover{
	box-shadow:0 6px 14px 0px #efedef;
}
.min-footer-list li{
	float:left;
	border-right: 1px solid #999999;
	margin-left:8px;
	padding-right:8px;
	line-height: 12px;
}
.min-footer-list li a{
	color:#999;
}
.min-footer-list li:first-child{
	margin-left:0px;
}
.min-footer-list li:last-child{
	padding-right:0px;
	border:0px; 

}
.min-footer-warp{
	background-color:#f8f8f8; 
	text-align: center;
	font-size: 12px;
	color:#999;

	padding-top: 63px;
	padding-bottom: 131px;

}
.min-footer-warp ul{
	width:659px;
	margin:0 auto; 
}
.min-footer-warp .footer-bottom-info{
	line-height: 12px;
	margin-top:11px; 

}
.error-tip{
	position: absolute;
	bottom: -17px;
    left: -6px;
	color:#e54a4a;
	line-height: 13px;
	font-size: 12px;

}
.error-tip .icon{
	width:13px;
	height:13px;
	float:left;
	background-position: -6px -481px !important; 
	margin: 0px 6px 0px !important;


}
.login-mark-item .checked{
	width:14px;
	height:14px;
	background: #db9c5a;
}
.login-mark-item .checked .icon{
	width:9px;
	height:6px;
	display: block;
	background-position: -8px -436px !important;
	margin-left: 3px;
	margin-top: 4px;
}
.pagination-warp{
	line-height: 12px;
	width: 630px;
	margin: 0 auto;
}
.pagination-warp a{
	float:left;
	border:1px solid #e9e9e9;
	padding-top: 11px;
	padding-bottom:  11px;



}


.page-num-list a{
	width:32px;
	font-size: 12px;
	text-align: center;
	margin-right:7px; 
}
.page-num-list li:last-child a{
	margin-right:0px; 


}
.page-num-list a:hover{
	color:#fff !important;
	background-color:#4b2240;
	border:1px solid #4b2240; 

}
.pagination-warp .pre-btn,.pagination-warp .next-btn{
	padding-left: 16px;
	padding-right: 15px;

}
.pagination-warp .pre-btn{
	margin-right: 20px;
}
.pagination-warp .next-btn{
	margin-left: 20px;
}
.pagination-warp .pre-btn .icon{
	width:7px;
	height:10px;
	float: left;
	background-position: 1px -619px; 
	margin-right: 6px;
}
.pagination-warp .next-btn .icon{
	width:7px;
	height:10px;
	float: right;
	background-position: 1px -629px; 
	margin-left: 6px;

}
.pagination-warp .this-current{
	color:#fff !important;
	background-color:#4b2240;
	border:1px solid #4b2240; 

}

.bread-crumbs-nav{
	width: 1200px;
	margin:0 auto; 
}
.bread-crumbs-nav{
	font-size: 14px;
	font-weight: normal; 
	margin-top: 23px !important;
	margin-bottom: 23px !important; 
}
.bread-crumbs-nav:after{
	content: '';
    display: block;
    height: 0px;
    clear: both;
}
.bread-crumbs-nav h2,.bread-crumbs-nav a{
	float: left;	
	color:#888989;
	font-weight: normal;  

}
.bread-crumbs-nav .this-current{
	color:#353535;
}


.page-content{
	width: 1200px;
	margin: 0 auto;
	padding-top:23px; 
	text-align: left;

}

.level-2-page-header-warp{
	padding:28px 0; 
	border-bottom: 1px solid #e9e9e9; 
	
}
.level-2-page-header-warp:after{
	content: '';
    display: block;
    height: 0px;
    clear: both;
}
.right-header-warp .order-process-list:after,.level-2-page-header:after,.page-content:after{
	content: '';
    display: block;
    height: 0px;
    clear: both;
}
.level-2-page-header-warp .logo,.level-2-page-header-warp .title{
	float: left;
}
.level-2-page-header-warp .logo{
	width:246px;
	height: 56px;
	margin-right: 20px;
}
.level-2-page-header-warp .logo img{
	width:246px;
	height: 56px;
	
}
.level-2-page-header-warp .title{
	font-size: 26px;
	color:#666666;
	line-height: 47px;
	padding-left: 20px;
	border-left:1px solid #d2d2d2;
	margin-top:11px; 
	font-weight: normal;
}
.level-2-page-header{
	width:1200px;
	background-color:#fff; 
	margin: 0 auto;

}
.right-header-warp{
	float: right;
}

.right-header-warp .order-process-list{
	background:url(../images/order-process.png) no-repeat;
	background-size: 552px 23px;
}
.right-header-warp li{
	float: left;
	
	padding-top: 33px;

}
.right-header-warp li h4{
	color:#a18599;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;

}
.right-header-warp .order-process-list li.this-current h4{
	color: #4b2240 ;
	

}
.right-header-warp li:nth-child(1){
	padding-left: 70px;
}
.right-header-warp li:nth-child(2){
	padding-left: 62px;
}
.right-header-warp li:nth-child(3){
	padding-left: 64px;
}

.right-header-warp li:nth-child(4){
	padding-left: 62px;
	padding-right: 71px;
}


#loca{
	background-color: #fff;
	margin-bottom: 10px;
}

#localshop{
	background-color: #f8f8f8;
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	width: 100%;
	height: 54px;
	line-height: 54px;
}	
#localshop .type-area{
	width: 1200px;
	height: 54px;
	margin: 0 auto;
}

/*公共样式*/
a.font-red{
	color:#e54a4a;
}
.font-red{
	color:#e54a4a;
}
.letter-spacing-5{
	letter-spacing:5px;
}
.none{
	display: none;
}
.margin-right-30{
	margin-right:30px;
}
.clear-both{
	clear: both;
}
.margin-left-94{
	margin-left:94px;
}
.disable-check{
	width: 14px;
    height: 14px;
   
    margin-right: 10px;
    background-color: #c6c3c3;
}
.checkbox-item .disable-check .icon{
	display: block;
    width: 8px;
    height: 6px;
    margin-top: 3px;
    margin-left: 3px;
    background-position: -8px -436px;
}
.page-content-warp{
	background-color:#f8f8f8;

	padding-bottom:60px; 

	
}
.page-content{
	width: 1200px;
	margin:0px auto; 
}
.goods-item .merchants-name{
	line-height: 16px;
}
.merchants-name .self-support-icon,.store-warp .self-support-icon{
	background-position:-230px -662px;
	float: left;
	width: 34px;
	height: 16px;
	margin-right:8px;
}



.mqing-tong{
	margin-left:10px;
	margin-top:-3px;
	float: right;
	color:#f8f8f8;
	width: 18px;
    height: 18px;
	cursor:pointer;
	background: url(../images/ico/mqt.png) no-repeat;
}

