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


/*pc端*/
.main{
	overflow:hidden;
	width:100%;
}
#header_box{
	background:#000;
}
#header_box .header_top{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	height:40px;
	border-bottom:1px solid #424242;
	padding:0 100px;
	justify-content: space-between;
}
#header_box .currency_box{
	height:40px;
	position:relative;
	z-index:999;
}
#header_box .currency_txt{
	color:#808080;
	height:40px;
	line-height:40px;
	cursor:pointer;
}
#header_box .currency_txt svg{
	width: 12px;
    height: 40px;
    vertical-align: top;
    fill: #808080;
    margin-left: 5px;
}
#header_box .drop_currency{
	position:absolute;
	top:40px;
	left:-15px;
	width:160px;
	padding:15px;
	box-sizing:border-box;
	background:#000;
	display:none;
}
#header_box .drop_currency a{
	display:block;
	height:30px;
	line-height:30px;
	padding:0 10px;
	color:#fff;
}
#header_box .drop_currency a:hover{
	background:#f44336;
}
#header_box .header_top_right a{
	position:relative;
	color:#808080;
	padding:0 20px;
	display:inline-block;
	line-height:20px;
	
}
#header_box .header_top_right a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:20px;
	background:#808080;
}
#header_box .header_top_right a:first-child:before{
	display:none;
}
#header_box .header_top_right a:last-child{
	padding-right:0;
}

#header_box .header_mid{
	height:130px;
	padding:0 100px;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#header_box .logo{
	width:200px;
}
#header_box .logo a{}
#header_box .logo a img{
	min-height:40px;
}


#header_box .header_mid_right{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	flex-direction: row-reverse;
	width:calc(100% - 200px);
}
#header_box .cart_txt,
#header_box .cart_box{
	height:24px;
	line-height:24px;
}
#header_box .cart_box a{
	display: block;
    height: 24px;
    line-height: 24px;
	color:#fff;
}
#header_box .cart_box a svg{
	vertical-align:top;
	width:24px;
	height:24px;
	fill:#fff;
	margin-right:5px;
}



#header_box .search_icon{
	margin-right:20px;
}
#header_box .search_icon a{
	display:block;
	width:24px;
	height:24px;
}
#header_box .search_icon a svg{
	width:24px;
	height:24px;
	fill:#fff;
}

#header_box .nav_wapper{
	margin-right:50px;
}
#header_box .nav_box{
	min-width:200px;
}
#header_box .nav_box > .nav{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	height:130px;
}
#header_box .nav_box > .nav > li{
	position:relative;
	z-index:998;
}
#header_box .nav_box > .nav > li > .cate_menu{
	padding:0 20px;
	height:130px;
}
#header_box .nav_box > .nav > li > .cate_menu a{
	display:inline-block;
	color:#fff;
	height:130px;
	line-height:130px;
	font-weight:bold;
	transition:all 0.25s ease 0s;
	overflow:hidden;
	white-space:nowrap;
    text-overflow: ellipsis;
}
#header_box .nav_box > .nav > li:hover,
#header_box .nav_box > .nav > li.on{
	background:#f44336;
}

#header_box .nav_box > .nav > li > .cate_menu .down_icon{
	display: inline-block;
    height: 130px;
    vertical-align: top;
    margin-left: 5px;
}
#header_box .nav_box > .nav > li > .cate_menu .down_icon svg{
	fill: #fff;
    width: 14px;
    height: 130px;
    vertical-align: top;
}

#header_box .nav_box > .nav > li .sub_nav{
	position:absolute;
	left:0;
	top:130px;
	background:#000;
	width:260px;
	padding:15px;
	display:none;
	box-sizing:border-box;
	z-index:99;
}
#header_box .nav_box > .nav > li .sub_nav a{
	display:block;
	height:36px;
	line-height:36px;
	padding-left:15px;
	color:#fff;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition:all 0.25s ease 0s;
}
#header_box .nav_box > .nav > li .sub_nav a:hover{
	background:#f44336;
}
#header_box .nav_box > .nav > li:hover .sub_nav,
#header_box .nav_box > .nav > li.on .sub_nav{
	display:block;
}












.pop_search{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.9);
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
	z-index:50000;
}
.pop_search_on{
	visibility:visible;
	opacity:1;
}
.pop_search .searchform{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	height:60px;
	width:80%;
	border-bottom:2px solid #808080;
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -40%;
}
.pop_search .search_input{
	width: calc(100% - 60px);
    height: 60px;
    background: none;
    border: 0;
    color: #808080;
    font-size: 30px;
}
.pop_search .btn_search{
	width: 60px;
    height: 60px;
    border: 0;
    background: none;
    text-align: center;
}
.pop_search .btn_search svg{
	height: 60px;
    width: 28px;
    fill: #808080;
}






.pop_search .search_close{
	position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.pop_search .search_close svg{
	fill: #808080;
    width: 24px;
    height: 40px;
}

.index_default{
	width:100% !important;
}




#bottom_box{
	background:#000;
}
#bottom_box .link{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	padding: 70px 100px;
}
#bottom_box .link .bottom_cus{
	width:25%;
}
#bottom_box .link .bottom_cus_txt{
	width:100%;
	min-height:60px;
	color:#808080;
	line-height:24px;
}
#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-right:20px;
}
#bottom_box .shartto li a{
	font-size:16px;
	color:#808080;
	transition:all 0.3s;
}
#bottom_box .shartto li a:hover{
	color:#f44336;
}

#bottom_box .link dl{
	width:16.666666%;
	padding:0 15px;
	box-sizing:border-box;
}
#bottom_box .link dt{
	margin-bottom:20px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	position:relative;
}
#bottom_box .link dt .dl_icon{
	display:none;
}
#bottom_box .link dd{}
#bottom_box .link dd > a{
	color:#808080;
	line-height:34px;
	display:block;
	transition:all 0.3s;
}
#bottom_box .link dd > a:hover{
	color:#f44336;
}
#bottom_box .link dl.newsletter{
	width:25%;
}
#bottom_box .link dl.newsletter dd{
	padding-top:10px;
}
#bottom_box .newsletter form{}


#bottom_box .newsletter_txt{
	width:100%;
	height:42px;
	line-height:16px;
	border:1px solid #e5e5e5;
	background:#fff;
	text-indent:10px;
	color:#999;
	box-sizing:border-box;
}
#bottom_box .newsletter_btn{
	width:120px;
	height:38px;
	line-height:38px;
	background:#f44336;
	color:#fff;
	text-align:center;
	border:0;
	margin-top:20px;
}
#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 .footer_bom{
	border-top:1px solid #424242;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	padding:10px 100px;
}
#bottom_box .footer_bom_left{
	text-align:left;
	min-height:46px;
	width:50%;
}
#bottom_box .payment_con{
	min-height:20px;
}
#bottom_box .footer_bom_right{
	text-align:right;
	width:50%;
}
#bottom_box .copyright{
	min-height:24px;
	line-height:24px;
	color:#808080;
}



#bottom_box .footer_bom_left .currency_box{
	height: 40px;
    position: relative;
    width: 70px;
    background: #fff;
}
#bottom_box .footer_bom_left .currency_box select{
	position: relative;
	height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 30px 0 10px;
	background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
#bottom_box .footer_bom_left .currency_box svg{
	position: absolute;
    right: 6px;
    top: 0;
    height: 40px;
    width: 18px;
    fill: #333;
    z-index: 9;
}



.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;
}








.mobile-navside{
	display:none;
	margin-right:24px;
}
.mobile-navside .mobile_nav_icon{
	height:130px;
}
.mobile-navside .mobile_nav_icon svg{
	width:20px;
	height:130px;
	fill:#fff;
}
.mobile-navside .mobile-nav{
	position: absolute;
	left: 50px;
	top: 170px;
	width: calc(100% - 100px);
	background: rgba(0,0,0,.9);
	display:none;
	z-index: 998;
}
.mobile-navside .mobile-nav .nav{
	padding:15px;
}
.mobile-navside .mobile-nav .cate_menu{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mobile-navside .mobile-nav .cate_menu a{
	display:inline-block;
	width:calc(100% - 50px);
	height:50px;
	line-height:50px;
	color:#fff;
	font-weight:bold;
	padding:0 15px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	box-sizing:border-box;
}
.mobile-navside .mobile-nav .cate_menu .down_icon{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
}
.mobile-navside .mobile-nav .cate_menu .down_icon svg{
	height:50px;
	width:20px;
	fill:#fff;
	transition:all 0.3s;
}
.mobile-navside .mobile-nav .sub_nav{
	display:none;
	background:#000;
	padding:15px;
}
.mobile-navside .mobile-nav .sub_nav a{
	display:block;
	height:36px;
	line-height:36px;
	padding:0 15px;
	color:#fff;
}
.mobile-navside .mobile-nav li.on{
	background:#f44336;
}
.mobile-navside .mobile-nav li.on .cate_menu .down_icon svg{
	transform:rotate(-180deg);
}




/*响应式*/
@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){
	#header_box .nav_wapper{
		display:none;
	}
	.mobile-navside{
		display:block;
	}
	#bottom_box .footer_bom,
	#bottom_box .link{
		padding-left:50px;
		padding-right:50px;
	}
	#header_box .header_mid,
	#header_box .header_top{
		padding:0 50px;
	}
	#bottom_box .link{
		flex-direction: column;
	}
	#bottom_box .link .bottom_cus,
	#bottom_box .link dl,
	#bottom_box .link dl.newsletter{
		width:100%;
	}
	#bottom_box .link dl{
		padding:0;
	}
	#bottom_box .link dt{
		height:60px;
		line-height:60px;
		margin:0;
	}
	#bottom_box .link dt .dl_icon{
		display:block;
		position:absolute;
		right:0;
		top:20px;
		width:20px;
		height:20px;
		background:#fff;
		border-radius:50%;
		text-align:center;
	}
	#bottom_box .link dt .dl_icon svg{
		height:20px;
		width:14px;
		fill:#333;
	}
	#bottom_box .link dt .minus_icon{
		display:none;
	}
	#bottom_box .link dd{
		display:none;
	}
	
	#bottom_box .link dl.on .plus_icon{
		display:none;
	}
	#bottom_box .link dl.on .minus_icon{
		display:block;
	}
	#bottom_box .link dl.newsletter dd{
		display:block;
	}
	#bottom_box .newsletter form{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	#bottom_box .newsletter_txt{
		width:280px;
	}
	#bottom_box .newsletter_btn{
		height: 42px;
		line-height: 42px;
		margin: 0 0 0 15px;
	}
	
}
@media screen and (max-width:1023px){
	
}
@media screen and (max-width:768px){
	#bottom_box .footer_bom,
	#bottom_box .link{
		padding-left:30px;
		padding-right:30px;
	}
	#header_box .header_mid,
	#header_box .header_top{
		padding:0 30px;
	}
	
}
@media screen and (max-width:767px){
	#bottom_box .footer_bom,
	#bottom_box .link{
		padding-left:15px;
		padding-right:15px;
	}
	#header_box .header_mid,
	#header_box .header_top{
		padding:0 15px;
	}
	
	#header_box .header_top{
		flex-direction: column;
		height: auto;
		padding-bottom: 10px;
	}
	#header_box .header_top_right{
		font-size:0;
	}
	#header_box .header_top_right a{
		font-size:14px;
		padding:0 10px;
	}
	#header_box .header_mid{
		display:block;
		height:auto;
	}
	#header_box .logo{
		width:auto;
		text-align:center;
		padding:20px 0;
	}
	#header_box .header_mid_right{
		width:100%;
		position:relative;
		padding-bottom:20px;
		
	}
	.mobile-navside .mobile_nav_icon{
		height:24px;
		position: absolute;
    	left: 0;
		top:0;
	}
	.mobile-navside .mobile_nav_icon svg{
		height:24px;
	}
	.mobile-navside .mobile-nav{
		top:44px;
		left:0;
		width:100%;
	}
	.mobile-navside .mobile-nav .cate_menu .down_icon svg{
		width:16px;
	}
	#bottom_box .newsletter_txt{
		width:100%;
	}
	#bottom_box .newsletter_btn{
		margin:15px 0 0;
	}
	#bottom_box .footer_bom{
		flex-direction: column;
	}
	#bottom_box .footer_bom_right,
	#bottom_box .footer_bom_left{
		width: 100%;
    	text-align: center;
	}
}





































