@charset "UTF-8";

*{margin: 0;padding: 0;}

@font-face{
	font-family: 'MyFirstFont';
	src:url('../styImg/AMOEBIAS_0.ttf') format('truetype'),
		url('../styImg/FZY3JW.ttf') format('truetypr'),
		url('../styImg/cs.ttf') format('truetype'),
		url('../styImg/DINOT-Regular_0.otf') format('opentype');
}

body{
	height: 100%;
	font-family: 'MyFirstFont';
}
a{
	display: block;
	text-decoration: none;
}
ul,ol{
	list-style: none;
}

p{
	margin-bottom: 0;
}

/*清空浮动*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}


/*
   for IE6 + IE7
*/
.clearfix {
  zoom: 1;
}


.wrapper{
	width: 100%;
}

.mainBox{
	width: 1000px;
	margin: 0 auto;
}
.topBar{
	height: 32px;
	background: #f9f9f9;
	border-bottom:1px solid #ddd 
}

.topBar-text{
	font-size: 14px;
	color: #666;
	line-height: 32px;
	float: left;
}
.topBar-text span{
	margin: 0 5px;
}
.topBar-text a{
	display: inline-block;
	font-size: 12px;
	color: #99ae1b;
}
.topBar-right{
	float: right;
	font-size: 12px;
	line-height: 32px;
}
.topBar-right ul li{
	float: left;
}
.topBar-right a{
	color: #99ae1b;
	display:inline-block;
}
.topBar-cart{
	background: url('../styImg/icon-cart.svg') left center no-repeat;
	padding-left: 20px;
}
.topBar-message{
	background: url('../styImg/comment-icon.png') left center no-repeat;
	padding-left: 20px;
}
.topBar-order{
	background: url('../styImg/all-icon.png') left center no-repeat;
	padding-left: 20px;
}
.topBar-right span{
	margin: 0 8px;
}
.login-status{
	color: #99ae1b;
	display: none;
	position: relative;
}
.user-down{
	width: 80px;
	border:1px solid #8f9e1c;
	position: absolute;
	top: 31px;
	left: 0;
	background: #fff;
	z-index: 1000;
	padding: 0 10px;
	display: none;
}
.topBar-right ul li.login-status:hover .user-down{
	display: block;
}
.user-down a{
	display: block;
	text-align: center;
	border-bottom: 1px dashed #ccc; 
}
.user-down a:last-child{
	border-bottom: 0;
}

.logo{
	float: left;
}

.topSearch{
	height: 64px;
	float: left;
	width: 400px;
	margin-left: 90px;
	margin-top: 36px;
}
.topSearch div{
	height: 40px;
	width: 398px;
	border: 1px solid #adc51f;
	margin-bottom: 5px;
	box-shadow: 1px 1px 1px #8f9e1c;
}
.topSearch div input[type=text]{
	width: 340px;
	height: 40px;
	outline: none;
	border: none;
	background: none;
	padding:0 10px;
	font-size: 14px;
	color: #666;
	line-height: 40px;
	float: left;
}
.topSearch div a{
	float: right;
	width: 20px;
	height: 20px;
	background: url('../styImg/icon-magnify.svg') center center no-repeat;
	background-size: 110% auto;
	margin-top: 10px;
	margin-right: 10px;
}
.topSearch ul{
	height: 20px;
}
.topSearch ul li{
	float: left;
	height: 20px;
	font-size: 13px;
	line-height: 20px;
	margin-right: 10px;
}
.topSearch ul li a{
	color: #99ae1b
}

/*导航栏*/
.nav{
	height: 40px;
	background:#99ae1b;
	box-shadow: 0 3px 3px #8f9e1c;
	border-top:1px solid #8f9e1c;
}
.nav ul{
	height: 40px;
}
.nav ul li{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	float: left;
	position: relative;
}
.nav ul li a{
	padding: 0 10px;
	color: #fff;
}
.nav ul li:hover a{
	background:#8f9e1c;
}
.nav ul li.cur a{
	background:#8f9e1c;
}
.nav-second{
	border:1px solid #8f9e1c;
	background: #fff;
	width: 1000px;
	height: 300px;
	box-shadow: 2px 2px 3px #ccc;
	position: absolute;
	top: 40px;
	left: -73px;
	z-index: 1000;
	padding: 30px 0;
	display: none;
}
.nav ul li:hover .nav-second{
	display: block;
}
.second-left{
	float: left;
	border-right: 1px solid #8f9e1c;
	height: 300px;
	padding: 0 20px;
	width: 209px;
}
.nav ul li .second-left a{
	color: #99ae1b;
	border-bottom: 1px solid #ccc;
	line-height: 36px;
	font-size: 13px;
	text-align: left;
	padding-left: 10px;
	background: none;
}
.nav ul li .second-left a.all{
	position: absolute;
	bottom: 10px;
	left: 20px;
	border-bottom: none;
}
.nav ul li:hover .second-left a{
	background: none;
}
.second-right{
	float: right;
	width: 720px;
	height: 300px;
	padding-left:30px;
}
.nav ul li:hover .second-right a{
	background: none;
}
.second-right div{
	width: 210px;
	margin-left: 30px;
	float: left;
}
.second-right div:first-child{
	margin-left: 0;
}
.second-right div img{
	display: block;
	width: 210px;
	height: 210px;
	margin-bottom: 5px;
}
.nav ul li .second-right div a{
	padding:0;
	background: none;
}
.second-right div p{
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
.second-right div em{
	display: block;
	font-style: normal;
	font-size: 12px;
	color: #999;
	line-height: 24px;
}


/*footer*/
.footerBar{
	background:#353535;
	padding: 20px 0 0 0;
}
.introList li{
	float: left;
	height: 40px;
}
.introList li a{
	padding: 0 20px;
	color: #fff;
}
.introList li a:hover{
	color:#99ae1b;
	text-decoration:none;
}
.introList li b{
	font-size: 18px;
	line-height: 40px;
}
.introList li p{
	line-height: 22px;
	font-size: 13px;
}

.footerBottom{
	border-top: 1px solid #f5f5f5;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 40px;
}
.footerBottom-left{
	float: left;
	width: 600px;
	font-size: 14px;
}
.footerBottom-left ul li{
	float: left;
	line-height: 30px;
	font-size: 12px;
	margin-right: 15px;
}
.footerBottom-left ul li a{
	color: #fff;
}
.footerBottom-left p{
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	clear: both;
}
.footerBottom-right{
	float: right;
	height: 100px;
}
.footerBottom-right p{
	float: left;
	font-size: 13px;
	color: #fff;
	text-align: center;
	margin-left: 30px;
}
.footerBottom-right img{
	width: 100px;
	display: block;
	margin-bottom: 10px;
}
.f-help{
	background: url('../styImg/help_f.png') no-repeat;
	padding-left: 25px;
}
.f-shopping{
	background: url('../styImg/shopping_f.png') no-repeat;
	padding-left: 25px;
}
.f-agree{
	background: url('../styImg/agree_f.png') no-repeat;
	padding-left: 25px;
}
.f-intro{
	background: url('../styImg/intro_f.png') no-repeat;
	padding-left: 25px;
}
.f-cus{
	background: url('../styImg/service_f.png') no-repeat;
	padding-left: 25px;
}
.f-return{
	background: url('../styImg/return_f.png') no-repeat;
	padding-left: 25px;
}

/*消息通知*/
.tips{
	height: 40px;
	background: #353535;
	font-size: 14px;
	color: #fff;
}
.tips .mainBox{
	width: 950px;
	padding-left: 50px;
	line-height: 40px;
	background: url('../styImg/tip.png') 10px center no-repeat;
}


/*猜你喜欢*/
.title{
	height: 40px;
	border-bottom: 1px solid #99ae1b;
	margin-bottom: 20px;
}
.title h4{
	font-size: 16px;
	color: #333;
	line-height: 40px;
	float: left;
}
.title a{
	float: right;
	color: #99ae1b;
	font-size: 14px;
	line-height: 40px;
	background: url('../styImg/refersh.png') left 10px no-repeat;
	padding-left: 20px;
}

.productList{
	
}
.productList li{
	float: left;
	border:1px solid #8f9e1c;
	padding:20px 10px;
	margin: 0 20px;
	-moz-box-shadow:2px 2px 3px #eee; -webkit-box-shadow:2px 2px 3px #eee; box-shadow:2px 2px 3px #eee;
	width: 185px;
}
.productList li img{
	display: block;
	width: 185px;
	margin-bottom: 5px;
}
.productList li p{
	font-size: 14px;
	color: #999;
	line-height: 22px;
}
.productList li p.name{
	height: 44px;
}
.productList li a:hover p{
	text-decoration: none;
	color: #99ae1b
}
.productList li:hover p.name{
	text-decoration: underline;
	color: #99ae1b
}
.productList li em{
	font-style: normal;
	display: block;
	height: 44px;
	font-size: 12px;
	color: #999;
}
.productList li a:hover em{
	text-decoration: none;
	color: #99ae1b
}
.productList li em span{
	text-decoration: line-through;
	display: block;
	line-height: 22px;
}
.productList li em b{
	display: block;
	line-height: 22px;
	color: #ff0000
}


/*分页*/
.page{
	height: 26px;
	float: right;
}
.page ul{
	height:26px
}
.page li{
	float:left;
	height:26px;
	width:26px;
	margin-right:5px;
}
.page li.active span{
	border:1px solid #8f9e1c;
	line-height:24px;
	text-align:center;
	display:block;
	background:#88ae1b;
	color:#fff;
}
.page li.disabled{
	border:1px solid #8f9e1c;
	line-height:24px;
	text-align:center;
	display:block;
	color: #99ae1b;
	width:24px;
	height:24px;
	cursor:default;
}
.page a{
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #8f9e1c;
	text-align: center;
	line-height: 24px;
	color: #99ae1b;
}
.page a.next, .page a.prev{
	width: auto;
	padding: 0 10px;
}


/*面包屑*/
.crumb{
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #666;
	line-height:40px; 
	padding-left: 20px;
}
.crumb a{
	color: #99ae1b;
	display: inline-block;
}

.go_top{
	position: fixed;
	display: block;
	width: 58px;
	height: 58px;
	border:1px solid #8f9e1c;
	font-size: 12px;
	color: #99ae1b;
	text-align: center;
	line-height: 90px;
	box-shadow: 2px 2px 3px #666;
	background: #fff url('../styImg/go_top.jpg') center 15px no-repeat;
	top: 50%;
	right: 5px;
}

@media screen and (max-width:960px) {
.topBar{
	display: none;
}
.tips{
	display: none;
}
.logo, .topSearch{
	display: none;
}
.nav{
	display: none
}
.mainBox{
	width: 100%;
}

.title{
	padding: 0 5%;
}
.productList{
	padding: 0 5%;
}
.productList li{
	width: 42%;
	margin: 0 0 20px 0;
}
.productList li:nth-child(2n){
	float: right;
}
.productList li img{
	width: 100%;
}
.footerBottom-left ul{
	padding-left: 8%;
}
.footerBottom-left ul li{
	float: none;
	display: inline-block;
}
.footerBottom-left p{
	float: left;
	width: 46%;
	margin-left: 10%;
}

.footerBottom-right{
	display: none
}

.introList li{
	width: 28%;	
	margin-bottom: 15px;
	font-size: 16px;
}
.introList li b{
	font-size: 14px;
}
.introList li p{
	display: none;
}
.f-help{
	background: url('../styImg/help_f.png') 10px center no-repeat;
	background-size: 15% auto;
	padding-left: 15px;
}
.f-shopping{
	background: url('../styImg/shopping_f.png') 10px center no-repeat;
	background-size: 20% auto;
	padding-left: 15px;
}
.f-agree{
	background: url('../styImg/agree_f.png') 10px center no-repeat;
	background-size: 15% auto;
	padding-left: 15px;
}
.f-intro{
	background: url('../styImg/intro_f.png') 6px center no-repeat;
	background-size: 20% auto;
	padding-left: 15px;
}
.f-cus{
	background: url('../styImg/service_f.png') 10px center no-repeat;
	background-size: 15% auto;
	padding-left: 15px;
}
.f-return{
	background: url('../styImg/return_f.png') 10px center no-repeat;
	background-size: 15% auto;
	padding-left: 15px;
}
.footerBottom{
	margin-top: 10px;
	padding: 15px 0;
}
.crumb{
	background: #99ae1b;
	color: #fff;
	line-height: 40px;
	font-size: 20px;
	display: none;
}
.crumb a{
	display: none;
}
.crumb span{
	text-align: center;
	display: block;
}

/*手机头部*/
.mobile-bar{
	position: relative;
}
.mobile-bar-top{
	height: 48px;
	background: #8f9e1c;
	padding: 0 5%;
}
.mobile-bar-top .logo{
	width: 20%;;
	display: block;
	height: 48px;
}
.mobile-bar-top .logo img{
	display: block;
	width: 100%;;
}
.mobile-top-search{
	height: 30px;
	float: left;
	border:1px solid #ddd;
	background: #fff;
	width: 60%;
	border-radius: 5px;
	margin-top: 8px;
	margin-left: 5%;
}
.mobile-top-search-btn{
	float: right;
	width: 20px;
	height: 20px;
	background: url('../styImg/icon-magnify.svg') center center no-repeat;
	background-size: 100% auto;
	margin-top: 5px;
	margin-right: 5px;
}
.mobile-top-search input[type=text]{
	width: 75%;
	height: 30px;
	outline: none;
	border: none;
	background: none;
	padding:0 10px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	float: left;
}
.mobile-top-member{
	float: right;
	display: block;
	height: 48px;
	font-size: 14px;
	color: #fff;
	line-height: 48px;
}
.member-top-popup{
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 48px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
}
.member-top-popup-content{
	background: #fff;
	width: 100%;
	height: 100px;
}
.member-top-popup-content h3{
	height: 32px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	padding: 0 5%;
	background: #99ae1b
}
.member-top-popup-content a{
	display: block;
	float: left;
	width: 25%;
	height: 60px;
	line-height: 100px;
	text-align: center;
	color: #99ae1b;
}
.top-cart{
	background: url('../styImg/icon-cart.svg') center 20px no-repeat;
}
.top-message{
	background: url('../styImg/comment-icon.png') center 15px no-repeat;
	background-size: 22% auto;
}
.top-order{
	background: url('../styImg/all-icon.png') center 10px no-repeat;
	background-size: 20% auto;
}
.mobile-nav{
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #8f9e1c;
}
.mobile-nav-list{
	float: left;
	width: 90%;
	height: 44px;
	overflow-x: scroll;
}
.mobile-nav-list li{
	float: left;
	height: 44px;
}
.mobile-nav-list li a{
	font-size: 14px;
	color: #8f9e1c;
	display: block;
	line-height: 44px;
	padding: 0 10px;
}
.mobile-nav-list li a.cur{
	border-bottom: 2px solid #99ae1b;
}
.all-nav{
	float: right;
	height: 44px;
	width: 10%;
	background: url('../styImg/all-icon.png') center center no-repeat;
}
.all-nav-popup{
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 48px;
	right: 0;
	left: 0;
	display: none;
	z-index: 110;;
}
.all-nav-box{
	width: 85%;
	float: right;
	height: 100%;
	background: #fff;
	border-top: 1px solid #fff;
}
.all-nav-list{
	float: left;
	width: 35%;
	background:#8f9e1c;
	height: 100%;
}
.all-nav-list li{
	display: block;
	height: 48px;
	border-bottom: 1px dashed #fff;
	line-height: 48px;
}
.all-nav-list li:last-child{
	border-bottom: 0;
}
.all-nav-list li a{
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.all-nav-list li.cur{
	background: #fff;
}
.all-nav-list li.cur a{
	color: #99ae1b
}
.mobile-nav-second{
	width: 53%;
	height: 100%;
	position: absolute;
	top: 1px;
	right: 0;
}
.mobile-nav-second-title{
	height: 40px;
	line-height: 40px;
	background: #8f9e1c;
	padding: 0 5%
}
.mobile-nav-second-title h4{
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}
.all-nav-list li .mobile-nav-second-title a{
	color: #fff;
	float: right;
	font-size: 13px;
}
.mobile-nav-second-content{
	height: 90%;
	overflow-y: scroll;
	padding-top: 2.5%
}
.mobile-nav-second-content dt{
	height: 24px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	width: 100%;;
}
.mobile-nav-second-content dd{
	float: left;
	width: 45%;
	margin: 2.5%;
}
.mobile-nav-second-content dd img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border:1px solid #88ae1b
}
.mobile-nav-second-content dd p{
	color: #99ae1b;
	height: 44px;
	line-height: 22px;
	font-size: 13px;
	text-align: left
}
.mobile-nav-second-content dd em{
	display: block;
	font-style: normal;
	color: #999;
	line-height: 22px;
	font-size: 12px;
	text-align: left
}
.up-allNav{
	width: 5%;
	padding: 35% 5%;
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.crumb-mobile{
	height: 48px;
	background: #88ae1b;
	line-height: 48px;
	font-size: 16px;
	text-align: center;
	padding: 0 5%;
	color: #fff;
	display: none;
}
.crumb-mobile a{
	float: left;
	display: block;
	color: #fff;
}

}