html,body,input,textarea,select,button{
	font-family: 'Muli';
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


/*pc端*/
.main{
	overflow:hidden;
	width:100%;
}
#header_box{}
#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 .header_top{
	height:54px;
	border-bottom:1px solid #e5e5e5;
}
#header_box .header_top_left{
	width:50%;
	height:54px;
	line-height:54px;
	color:#252525;
}
#header_box .header_top_right{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	flex-direction: row-reverse;
}
#header_box .login_link{
	padding-left:20px;
	border-left:1px solid #e5e5e5;
}
#header_box .login_link a{
	display:block;
	height:54px;
	line-height:54px;
	color:#000;
}
#header_box .login_link a svg{
	height:54px;
	width:16px;
	fill: #000; 
	vertical-align:top;
	margin-right:5px;
}

#header_box .currency_box{
	position:relative;
	border-left:1px solid #e5e5e5;
}
#header_box .currency_txt{
	line-height:54px;
	padding:0 20px;
	color:#000;
	cursor:pointer;
}
#header_box .currency_txt svg{
	height:54px;
	width:14px;
	fill:#000;
	vertical-align:top;
}

#header_box .drop_currency{
	position:absolute;
	left:0;
	top:54px;
	width: 100%;
	background:#fff;
    border: 1px solid #e5e5e5;
	opacity:0;
	visibility:hidden;
	transform:translate(0,30px);
	transition:all 0.3s;
	z-index:999;
}
#header_box .drop_currency a{
	display: block;
    line-height: 34px;
    padding: 0 0 0 20px;
	transition:all 0.3s;
}
#header_box .drop_currency a:hover{
	background:#e7ab3c;
	color:#fff;
}

#header_box .drop_currency_on{
	opacity:1;
	visibility:visible;
	transform:translate(0,0);
}

#header_box .shartto{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	margin-right:20px;
}
#header_box .shartto li{
	margin:0 5px;
}
#header_box .shartto li a{
	font-size:16px;
	color:#000;
}
#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:80px;
}

#header_box .header_min .header_wapper{
	height:130px;
}
#header_box .header_search{}
#header_box .search{}
#header_box .searchform{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
}
#header_box .search_input{
	height:50px;
	width:420px;
	border:1px solid #ebebeb;
	border-right:0;
	background:none;
	text-indent:10px;
	box-sizing:border-box;
}
#header_box .btn_search{
	border:0;
	width:50px;
	height:50px;
	background:#e7ab3c;
	text-align:center;
}
#header_box .btn_search svg{
	height:50px;
	width:16px;
	fill:#fff;
}

#header_box .header_right{
	width:200px;
	text-align:right;
}
#header_box .cart_box{
	display:inline-block;
	width:50px;
	height:50px;
	
}
#header_box .cart_txt{
	display:inline-block;
	width:50px;
	height:50px;
}
#header_box .cart_txt a{
	display:block;
	position:relative;
	width:50px;
	height:50px;
	line-height:50px;
	color:#9f9f9f;
	text-align:center;
}
#header_box .cart_txt a svg{
	height: 50px;
    width: 20px;
    fill: #333;
}
#header_box .cart_txt a span{
	position:absolute;
	top: 8px;
    right: 8px;
	width:16px;
	height:16px;
	line-height:16px;
	border-radius:50%;
	background:#e7ab3c;
	text-align:center;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
#header_box .cart_txt a:hover{
	color:#606060;
}
#header_box .cart_txt a:hover svg{
	fill:#606060;
}




#header_box .search_icon a{}
#header_box .search_icon a svg{
	height: 40px;
    width: 20px;
    fill: #333;
}
#header_box .search_icon a:hover svg{
    fill: #606060;
}





#header_box .nav_wapper{
    height:52px;
	background:#252525;
}
#header_box .nav_wapper .header_wapper{
	justify-content:flex-start;
	align-items: flex-start;
}
#header_box .category_box{
	height: 52px;
    line-height: 52px;
    background: #3b3b3b;
    width: 260px;
    color: #fff;
    padding: 0 20px;
	position:relative;
    box-sizing: border-box;
}
#header_box .category_box h4{
	font-size: 14px;
    text-transform: uppercase;
}
#header_box .category_box h4 span{
	display:inline-block;
	vertical-align:top;
	line-height:52px;
}
#header_box .category_box h4 span.cate_icon{
	margin-right:20px;
}
#header_box .category_box h4 span.down_icon{
	position: absolute;
    right: 20px;
    top: 0;
} 
#header_box .category_box h4 span.cate_icon svg{
	height:52px;
	width:20px;
	fill:#fff;
	
}
#header_box .category_box h4 span.down_icon svg{
	width: 18px;
    height: 52px;
    fill: #fff;
}

#header_box .category_box .category_1{
	position: absolute;
    left: 0;
    top: 52px;
	padding:15px 0;
    background: #fff;
    z-index: 999;
    width: 100%;
	opacity:0;
	visibility:hidden;
	transform:translate(0,30px);
	-webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
    box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#header_box .category_box .category_1.on{
	opacity:1;
	visibility:visible;
	transform:none;
}
#header_box .category_box .category_1 li{
	position:relative;
}
#header_box .category_box .category_1 li a{
	display:block;
	height:40px;
	line-height:40px;
	color:#000;
	padding:0 20px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	transition:all 0.3s;
}
#header_box .category_box .category_1 li a:hover{
	color:#e7ab3c;
}
#header_box .category_box .category_1 .dropdown_menu2{
	position:absolute;
	left:260px;
	top:0;
	width:260px;
	background:#fff;
	padding:15px 0;
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.1);
	opacity:0;
	visibility:hidden;
	transform:translate(0,30px);
	transition:all 0.3s;
}
#header_box .category_box .dropdown_menu2.on{
	opacity:1;
	visibility:visible;
	transform:none;
}
#header_box .category_box .category_1 .dropdown_menu3{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	width:940px;
	padding: 20px;
    box-sizing: border-box;
	
}
#header_box .category_box .category_1 .dropdown_menu3 dl{
	width:25%;
	margin-bottom:20px;
}
#header_box .category_box .category_1 .dropdown_menu3 dl a{
	padding:0;
}
#header_box .category_box .category_1 .dropdown_menu3 dl dt a{
	color:#000;
	font-weight:bold;
}
#header_box .category_box .category_1 .dropdown_menu3 dl dd a{
	height:24px;
	line-height:24px;
	color:#999;
}
#header_box .category_box .category_1 .dropdown_menu3 dl dd a:hover{
	color:#e7ab3c;
}

#header_box .nav_box{
	max-width:calc(100% - 260px);
	width:100%;
	min-height:52px;
}
#header_box .nav_box .nav{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#header_box .nav_box .nav > li{
	position:relative;
	margin:0;	
}
#header_box .nav_box .nav > li > .cate_menu > a{
	display:block;
	padding:0 30px;
	line-height:52px;
	color:#fff;
	position:relative;
	font-weight:bold;
	border-right:2px solid #3b3b3b;
}
#header_box .nav_box .nav > li > .cate_menu > a:hover{
	background:#e7ab3c;
}
#header_box .nav_box .nav > li > .cate_menu > span{
	display:none;
}
#header_box .nav_box .sub_nav{
	position: absolute;
    top: 52px;
    left: -2px;
    z-index: 9;
    background: #252525;
    width: 200px;
    padding: 10px;
	padding-bottom:10px;
	opacity:0;
	visibility:hidden;
	transform:translate(0,30px);
	transition:all 0.3s;
}
#header_box .nav_box li.on .sub_nav{
	opacity:1;
	visibility:visible;
	transform:translate(0,0);
}
#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;
	padding-left:10px;
	color:#fff;  
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition:all 0.3s;
}
#header_box .nav_box .sub_nav ul li a:hover{
	color:#e7ab3c;
}




.index_default{
	width:100% !important;
}

#bottom_box{
	background:#191919;
}
#bottom_box .bottom_wapper{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#bottom_box .link{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	padding: 70px 0;
}
#bottom_box .link dl{
	width:20%;
	box-sizing:border-box;
}
#bottom_box .link dl:last-child,
#bottom_box .link dl:first-child{
	width:30%;
}
#bottom_box .link dl:first-child{
	padding-right:20px;
}
#bottom_box .link dt{
	margin-bottom:20px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
#bottom_box .link dd{}
#bottom_box .link dd > a{
	color:#aaa;
	line-height:30px;
	display:block;
	transition:all 0.3s;
}
#bottom_box .link dd > a:hover{
	color:#fff;
}

#bottom_box .newsletter form{
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#bottom_box .newsletter dd{
	padding:10px 0 0;
}

#bottom_box .newsletter_txt{
	height:46px;
	line-height:16px;
	border:none;
	background:#303030;
	width:calc(100% - 115px);
	text-indent:15px;
	color:#999;
	box-sizing:border-box;
}
#bottom_box .newsletter_btn{
	display:inline-block; 
	height:46px;
	line-height:46px;
	width:115px;
	text-align:center;
	padding:0;
	border: 0;
	background:#e7ab3c;
	color:#fff;
	font-size:16px;
	transition:all 0.3s;
	text-align:center;
	cursor:pointer;
}
#bottom_box .newsletter_btn svg{
	fill:#999;
	height:36px;
	width:20px;
	transition:all 0.3s;
}
#bottom_box .newsletter_btn:hover svg{
	fill:#333;
}
#bottom_box .contact_us{
	min-height:30px;
	color:#aaa;
	line-height:30px;
}

#bottom_box .shartto{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	min-height:34px;
	margin-top:20px;
}
#bottom_box .shartto li{
	margin:0 5px;
}
#bottom_box .shartto li a{
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:50%;
	background:#434445;
	font-size:20px;
	color:#fff;
	transition:all 0.3s;
}
#bottom_box .shartto li a:hover{
	background:#e7ab3c;
}

#bottom_box .footer_bom{
	border-top:1px solid #303030;
	padding:15px 0;
}
#bottom_box .footer_bom .bottom_wapper{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#bottom_box .footer_bom_left{
	text-align:left;
	min-height:24px;
	width:50%;
}
#bottom_box .copyright,
#bottom_box .payment_txt{
	min-height:24px;
	color:#aaa;
}
#bottom_box .footer_bom_right{
	text-align:right;
	min-height:24px;
	width:50%;
}



.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_items_blog .news-box .news-tit{
	font-size:18px;
	white-space:normal;
}
.block_items_blog .news-box li{
	border:0;
}
.block_items_blog .news-box .text{
	padding:20px 0 0;
}



.mobile-navside{
	display: block;
    width: 100%;
	padding:0 15px;
	max-height:0;
	box-sizing:border-box;
    overflow-y: auto;
	opacity:0;
	visibility:hidden;
    z-index: 99999999; 
	transition: all 0.3s;
}
.mobile-navside-on{
	max-height:1000px;
	opacity:1;
	visibility:visible;
}
.mobile-navside .mobile-nav{
	position:relative;
	background: #333;
    width: 100%;
	height:100%;
	padding:15px;
	box-sizing:border-box;
	overflow:auto;
	transition: all 0.3s;
}
.mobile-navside-on .mobile-nav{
	transform:translate(0,0);
}


.mobile-navside .mobile-nav__middle > ul > li{}
.mobile-navside .mobile-nav__middle .cate_menu{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	height:40px;
	line-height:40px;
}
.mobile-navside .mobile-nav__middle .cate_menu a{
	display:block;
	width:calc(100% - 40px);
	color:#fff;
	font-size:14px;
	box-sizing:border-box;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon{
	width:40px;
	height:40px;
	text-align:center;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon svg{
	width:12px;
	height:40px;
	fill:#fff;
	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:40px;
	font-size:14px;
	color:#fff;
	padding-left:10px;
}

#header_box .mobile_nav{
	display:none;
}
#header_box .mobile_nav_icon{
	height:34px;
	line-height:34px;
	background:#e7ab3c;
	color:#fff;
	padding:0 10px;
}

#header_box .mobile_nav_icon svg{
	height:34px;
	width:20px;
	fill:#fff;
	vertical-align:top;
	margin-left:5px;
}
#header_box .mobile_nav_icon .cate_close_icon{
	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;
	}
	#header_box .nav_box .nav > li > .cate_menu > a{
		padding:0 20px;
	}
	#header_box .shartto{
		display:none;
	}
}
@media screen and (max-width:1023px){
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding:0 30px;
	}
	#header_box .logo{
		width:100%;
		text-align:center;
	}
	
	#header_box .header_min{
		padding:20px 0;
	}
	#header_box .header_min .header_wapper{
		height:auto;
	}
	#header_box .header_search{
		width:100%;
		margin-top:10px;
	}
	#header_box .searchform{
		width: 100%;
    	justify-content: center;
	}
	#header_box .nav_wapper{
		display:none;
	}
	#header_box .header_right{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		max-width: 470px;
		margin: 10px auto 0;
		
	}
	#header_box .mobile_nav{
		display:block;
	}
	
}
@media screen and (max-width:768px){
	#bottom_box .newsletter_txt,
	#bottom_box .newsletter_btn{
		width:100%;
	}
	#bottom_box .newsletter_btn{
		margin-top:15px;
	}
}
@media screen and (max-width:767px){
	#bottom_box .bottom_wapper{
		padding:0 15px;
		box-sizing:border-box;
	}
	#header_box .header_wapper{
		padding:0;
	}
	#header_box .header_top_left{
		display:none;
	}
	#header_box .header_top_right{
		width:100%;
	}
	#header_box .login_link{
		width:50%;
		box-sizing:border-box;
		padding:0;
		text-align:center;
	}
	#header_box .currency_box{
		width:50%;
		box-sizing:border-box;
		border:0;
	}
	#header_box .currency_txt{
		padding:0;
		text-align:center;
	}
	#header_box .header_search{
		padding:0 15px;
		box-sizing: border-box;
	}
	#header_box .search_input{
		width: calc(100% - 50px);
	}
	#header_box .header_right{
		padding:0 15px;
	}
	#header_box .header_min{
		padding:20px 0 0;
	}
	#header_box{
		padding:0 0 20px;
	}
	#bottom_box .link dl:last-child, 
	#bottom_box .link dl:first-child,
	#bottom_box .link dl{
		width:100%;
		margin-top:30px;
	}
	#bottom_box .link dl:first-child{
		margin:0;
	}
	#bottom_box .footer_bom{
		padding:30px 0;
	}
	#bottom_box .footer_bom_left,
	#bottom_box .footer_bom_right{
		width:100%;
	}
	#bottom_box .footer_bom_right{
		text-align:left;
		margin-top:10px;
	}
}





































