html,body,input,textarea,select,button{
	font-family: 'Lato';
}


/*pc端*/
.main{
	overflow:hidden;
	width:100%;
}
#header_box{}
#header_box .header_top{
	height:50px;
	background:#261919;
}
#header_box .header_top .header_wapper{
	height:50px;
}
#header_box .login_link{}
#header_box .login_link a{
	display:block;
	height:50px;
	line-height:50px;
	color:#ccc;
}
#header_box .login_link a:hover{
	color:#ff9c00;
}



#header_box .hearder_mid{
	background:#2e1e1f;
}



#header_box .header_wapper{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
	box-sizing:border-box;
	max-width: 1200px;
    width: 100%;
	margin: 0 auto;
}

#header_box .logo{
	width: 200px;
    text-align: left;
	position: relative;
    z-index: 9; 
}
#header_box .logo a {
	display:inline-block;
}
#header_box .logo a img{
	max-width:100%;
	max-height:50px;
}


#header_box .header_right{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	flex-direction:row-reverse;
	align-items:center;
	max-width:calc(100% - 200px);
	height:120px;
	position: relative;
    z-index: 9;
}

#header_box .cart_box{
	margin-left:20px;
}
#header_box .cart_txt{}
#header_box .cart_txt a{
	display:block;
	position:relative;
	height:40px;
	line-height:40px;
	color:#9f9f9f;
}
#header_box .cart_txt a svg{
	height: 40px;
    width: 28px;
    fill: #ff9c00;
}
#header_box .cart_txt a span{
	position: absolute;
    right: -10px;
    top: -5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    color: #ff9c00;
    line-height: 22px;
    text-align: center;
}

#header_box .search_icon a{}
#header_box .search_icon a svg{
	height: 40px;
    width: 22px;
    fill: #ff9c00;
}





#header_box .nav_wapper{
	margin-right:30px;
	
}
#header_box .nav_box{
	min-width:200px;
	min-height:50px;
}
#header_box .nav_box .nav{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
}
#header_box .nav_box .nav > li{
	position:relative;
	margin:0;	
}
#header_box .nav_box .nav > li > .cate_menu{
	padding: 0 10px;
}
#header_box .nav_box .nav > li > .cate_menu > a{
	line-height:50px;
	color:#ff9c00;
	font-size:16px;
	font-weight:bold;
	position:relative;
	font-family:Courgette;
}

#header_box .nav_box .nav > li > .cate_menu > span{
	
	display:inline-block;
	height: 50px;
	width: 14px;
	margin-left:5px;
    vertical-align: top;
	display:none;
}
#header_box .nav_box .nav > li > .cate_menu svg{
	
	height: 50px;
	width: 14px;
    fill:#ff9c00;
}
#header_box .nav_box .nav > li.on > .cate_menu > a,
#header_box .nav_box .nav > li > .cate_menu > a:hover{
	color:#fff;
}

#header_box .nav_box .sub_nav{
	position: absolute;
    top: 50px;
    left: 0;
    z-index: 9;
    background: #261919;
    width: 200px;
	padding:10px 0;
	border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	display:none;
}
#header_box .nav_box .sub_nav ul{} 
#header_box .nav_box .sub_nav ul li{}
#header_box .nav_box .sub_nav ul li a{
	display: block;
    height: 34px;
    line-height: 34px;
	color:#ccc; 
	font-size:14px; 
	padding:0 15px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition:all 0.2s;
}
#header_box .nav_box .sub_nav ul li a:hover{
	color:#ff9c00;
}
#header_box .nav_box .nav > li.on .sub_nav{
	opacity:1;
	visibility:visible;
}
.posFixed{
	padding-bottom:50px;
}






.pop_search{
	position:fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    z-index: 999;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
}
.pop_search.pop_search_on{
	opacity:1;
	visibility:visible;
}
.pop_search .search{
	width:100%;
	max-width:600px;
	margin:0 auto;
	background:#fff;
	
	transition:all 0.3s;
}
.pop_search.pop_search_on .search{
	margin-top:80px;
}
.pop_search .search .search_close{
	height:38px;
	text-align:right;
	cursor:pointer;
	border-bottom:1px solid #e5e5e5;
}
.pop_search .search .search_close span{
	display:inline-block;
	height:39px;
	width:50px;
	background:#323232;
	text-align:center;
}
.pop_search .search .search_close svg{
	height:39px;
	width:16px;
	fill:#fff;
}

.pop_search .search form{
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	padding:38px 15px 30px 15px;
	box-sizing:border-box;
}
.pop_search .search .search_input{
	width:calc(100% - 42px);
	color:#333;
	height:42px;
	border:1px solid #000;
	border-right:0;
	text-indent:10px;
	box-sizing:border-box;
}
.pop_search .search .btn_search{
	width:42px;
	height:42px;
	border:1px solid #000;
	border-left:0;
	background:none;
	text-align:center;
	box-sizing:border-box;
}
.pop_search .search .btn_search svg{
	fill:#333;
	width:20px;
	height:42px;
	
}





.index_default{
	width:100% !important;
}

#bottom_box{
	background:#2e1e1f;
}
#bottom_box .bottom_wapper{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#bottom_box .newsletter{
	text-align:center;
	color:#fff;
	padding:70px 0;
}
#bottom_box .newsletter h3{
	font-size:20px;
	font-family: Courgette;
}
#bottom_box .newsletter form{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	box-sizing:border-box;
	justify-content:center;
	margin:30px 0 0;
}
#bottom_box .newsletter_txt{
	height:45px;
	line-height:16px;
	border-right:0;
	background:#fff;
	width:320px;
	text-indent:10px;
	color:#333;
	box-sizing:border-box;
	border:0;
}
#bottom_box .newsletter_btn{
	display:inline-block; 
	background:#f59600;
	padding:0;
	height:45px;
	width:125px;
	border: 0;
	color:#fff;
	transition:all 0.3s;
	text-align:center;
	cursor:pointer;
	margin-left:20px;
	font-size:16px;
}
#bottom_box .newsletter_btn:hover{
	color:#2e1e1f;
}
#bottom_box .shartto{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content:center;
	min-height:34px;
	margin-top:30px;
}
#bottom_box .shartto li{
	margin:0 8px 15px;
}
#bottom_box .shartto li a{
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:50%;
	font-size:20px;
	color:#fff;
	border:1px solid #fff;
	transition:all 0.3s;
}
#bottom_box .shartto li a:hover{
	opacity:.6;
}

#bottom_box .link{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	padding: 50px 0;
	border-top:1px solid #f59600;
}
#bottom_box .link dl{
	width:25%;
}
#bottom_box .link dt{
	margin-bottom:20px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	font-family: Courgette;
}
#bottom_box .link dd{}
#bottom_box .link dd > a{
	color: #fff;
    line-height: 24px;
    display: block;
    transition: all 0.3s;;
}
#bottom_box .link dd > a:hover{
	color:#fff;
	text-decoration:underline;
}
#bottom_box .footer_bom{
	padding:20px 0;	
}

#bottom_box .copyright{
	min-height:24px;
	text-align:center;
	color:#fff;
}




.mini_detail {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99999;
	display:none;
}
.mini_detail .mini_detail_bg {
	position:fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,.5);
	width:100%;
	height:100%;
	z-index:-1;
}
#mini_detail {
	position:fixed;
	top:50%;
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
	left:0;
	right:0;
	margin:auto;
	width:960px;
	position:relative;
}
#mini_detail .icon-iconfontclose {
	position:absolute;
	right:10px;
	top:10px;
	font-size:30px;
	background:none;
	color:#333;
	cursor:pointer;
}




.block_items_banner .swiper-button-next, 
.block_items_banner .swiper-button-prev{
	border-radius:50%;
	background:rgba(255,255,255,.3);
	transform: none;
}
.block_items_banner .swiper-button-next svg, 
.block_items_banner .swiper-button-prev svg{
	fill:#fff;
}
.block_items_banner:hover .swiper-button-next, 
.block_items_banner:hover .swiper-button-prev{
	opacity: 1;
    transform: none;
    background: rgba(255,255,255,.5);
}
.block_items_banner:hover .swiper-button-next svg, 
.block_items_banner:hover .swiper-button-prev svg{
	fill:#fff;
}
.block_items_banner .swiper-pagination-bullet{
	background:none;
	border:1px solid #fff;
}
.block_items_banner .swiper-pagination-bullet-active{
	background:#fff;
}
.block_title{
	font-family: Courgette;
}




.mobile-navside{
	display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
	position: fixed;
    z-index: 99999999; 
    background: rgba(0,0,0,.3);
	opacity:0;
	visibility:hidden;
	transition: all 0.3s;
}
.mobile-navside-on{
	
	opacity:1;
	visibility:visible;
}
.mobile-navside .mobile-nav{
	position:relative;
	background: #fff;
    width: 80%;
	height:100%;
	padding:0 15px 30px;
	box-sizing:border-box;
	overflow:auto;
	transform:translate(-100%,0);
	transition: all 0.3s;
}
.mobile-navside-on .mobile-nav{
	transform:translate(0,0);
}
.mobile-navside .mobile-nav .mobile-nav-close{
	height:60px;
	border-bottom:1px solid rgba(153,153,153,0.2);
}
.mobile-navside .mobile-nav .mobile-nav-close svg{
	height:60px;
	width:20px;
	fill:#333;
}

.mobile-navside .mobile-currency_box{
	margin-top:10px;
	width:calc(100% - 20px);
	margin-left:10px;
	height:40px;
	border:1px solid #e6e6e6;
	display:inline-block;
	position:relative;
}
.mobile-navside .mobile-currency_box select{
	height: 40px;
    padding: 0 30px 0 10px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    background: none;
}
.mobile-navside .mobile-currency_box svg{
	position: absolute;
    right: 5px;
    top: 0;
    height: 40px;
    width: 20px;
    fill: #333;
}
.mobile-navside .no-nav{
	width:30px;
	height:40px;
	position:absolute;
	right:15px;
	top:15px;
}
.mobile-navside .no-nav svg{
	width:30px;
	height:40px;
	fill:#333;
}
.mobile-navside .mobile-nav__middle > ul > li{
	border-bottom:1px solid rgba(153,153,153,0.2);
}
.mobile-navside .mobile-nav__middle .cate_menu{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	height:50px;
	line-height:50px;
}
.mobile-navside .mobile-nav__middle .cate_menu a{
	display:block;
	width:calc(100% - 50px);
	color:#333;
	font-size:16px;
	box-sizing:border-box;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon{
	width:50px;
	height:50px;
	text-align:center;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon svg{
	width:14px;
	height:50px;
	fill:#333;
	transition:all 0.3s;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon.on svg{
	transform:rotate(-180deg);
}

.mobile-navside .mobile-nav__middle .sub_nav{
	display:none;
}
.mobile-navside .mobile-nav__middle .sub_nav li a{
	display:block;
	line-height:50px;
	font-size:16px;
	color:#333;
	padding-left:10px;
}
.mobile-navside .mobile_currency{}
.mobile-navside .mobile_currency select{
	margin-top:15px;
	height:40px;
	border:1px solid rgba(153,153,153,0.2);
	width:100%;
	padding-left:10px;
	background:#fff;
}
.mobile-navside .wap_search_box .searchform{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #000;
    box-sizing: border-box;
}
.mobile-navside .wap_search_box .search_input{
	width: calc(100% - 45px);
    height: 45px;
    border: 0;
    text-indent: 10px;
}
.mobile-navside .wap_search_box .btn_search{
	width: 45px;
    height: 45px;
    border: 0;
    background: none;
	padding:0;
}
.mobile-navside .wap_search_box .btn_search svg{
	width: 20px;
    height: 45px;
	fill:#000;
}
.mobile-navside .mobile-nav__middle{
	margin-top:20px;
}

#header_box .header_min .mobile_cart{
	display:none;

}
#header_box .mobile_logo,
#header_box .mobile-currency_box{
	display:none;
}
#header_box .mobile_nav{
	display:none;
}



/*响应式*/
@media screen and (max-width:1280px){ 
	#header_box .cart #minicartlist{
		height:calc(100% - 100px);
	}
	#header_box .buy_pro{
		max-height: calc(100% - 150px);
    	overflow: auto;
	}
} 
@media screen and (max-width:1200px){
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding:0 50px;
		box-sizing:border-box;
	}
	
}
@media screen and (max-width:1023px){
	#header_box .nav_wapper{
		display:none;
	}
	#header_box .mobile_nav{
		display:block;
		margin-right:30px;
	}
	#header_box .mobile_nav svg{
		width: 30px;
		height: 40px;
		fill: #ff9c00;
	}
	
}
@media screen and (max-width:768px){
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding:0 30px;
	}
}
@media screen and (max-width:767px){
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding:0 15px;
	}
	#header_box .search_icon,
	#header_box .header_top{
		display:none;
	}
	#header_box .hearder_mid{
		position:relative;
	}
	#header_box .header_right{
		position:static;
		height:80px;
	}
	#header_box .mobile_nav{
		margin: 0;
		position: absolute;
		left: 15px;
		top: 20px;
	}
	#header_box .cart_box{
		margin: 0;
		position: absolute;
		right: 15px;
		top: 20px;
	}
	#header_box .logo{
		text-align: center;
    	margin: 0 auto;
	}
	#bottom_box .newsletter{
		padding:50px 15px;
	}
	#bottom_box .newsletter_txt{
		width:100%;
	}
	#bottom_box .newsletter_btn{
		margin: 15px 0 0;
    	width: 100%;
	}
	#bottom_box .link dl{
		width:100%;
		margin-bottom:40px;
		text-align:center;
	}
	#bottom_box .link dt{
		margin-bottom:10px;
	}
	#bottom_box .link{
		padding-bottom:0;
	}
	#bottom_box .link dl:last-child{
		margin-bottom:20px;
	}
}





































