
/*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:50px;
	background:#383838;
}
#header_box .login_link{
	padding:0 20px;
	border-left:1px solid rgba(255,255,255,.1);
	border-right:1px solid rgba(255,255,255,.1);
}
#header_box .login_link a{
	display:block;
	height:50px;
	line-height:50px;
	color:#fff;
	transition:all 0.2s;
}
#header_box .login_link a:hover{
	color:#d0243c;
}


#header_box .header_top_right{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	flex-direction: row-reverse;
}


#header_box .top_search .searchform{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	background:#4c4c4c;
	width:180px;
}
#header_box .top_search .search_input{
	width:calc(100% - 50px);
	height:50px;
	border:0;
	background:none;
	text-indent:10px;
	color:#fff;
}
#header_box .top_search .btn_search{
	width:50px;
	height:50px;
	border:0;
	background:none;
	text-align:center;
	cursor:pointer;
}
#header_box .top_search .btn_search svg{
	height:50px;
	width:24px;
	fill:#d0243c;
}

#header_box .cart_box{
	padding:0 40px;
	border-left:1px solid rgba(255,255,255,.1);
}
#header_box .cart_txt{

}
#header_box .cart_txt a{
	display:block;
	position:relative;
	height:50px;
	line-height:50px;
	color:#fff;
	font-weight:bold;
}
#header_box .cart_txt a svg{
	height: 50px;
    width: 34px;
    fill: #d0243c;
	vertical-align:top;
	margin-right:5px;
}
#header_box .cart_txt a:hover{
	color:#d0243c;
}



#header_box .currency_box{
	padding: 0 20px;
	border-left:1px solid rgba(255,255,255,.1);
	height:50px;
	position:relative;
	z-index:999;
}
#header_box .currency_txt{
	height:50px;
	line-height:50px;
	color:#fff;
	cursor:pointer;
}
#header_box .currency_txt svg{
	height: 50px;
    width: 20px;
    fill: #fff;
	vertical-align:top;
}
#header_box .drop_currency{
	position:absolute;
	right:0;
	top:50px;
	background: #fff;
    width: 100%;
    padding: 10px 20px;
	display:none;
    box-sizing: border-box;
}
#header_box .drop_currency a{
	display:block;
	line-height:24px;
}
#header_box .drop_currency a:hover{
	color:#d0243c;
}

#header_box .header_mid{
	background:#151515;
}
#header_box .header_mid .header_wapper{
	height:165px;
}
#header_box .logo{
	width: 300px;
    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 .nav_wapper{}
#header_box .nav_box{}
#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{
	position:relative;
	padding:0 20px;
	z-index:999; 
}
#header_box .nav_box .nav > li > .cate_menu > a{
	line-height:60px;
	color:#fff;
	position:relative;
	font-size:18px;
}

#header_box .nav_box .nav > li > .cate_menu > span{
	display:inline-block;
	height: 60px;
	width: 14px;
	margin-left:5px;
    vertical-align: top;
}
#header_box .nav_box .nav > li > .cate_menu svg{
	height: 60px;
	width: 14px;
    fill:#fff;
}
#header_box .nav_box .nav > li.on > .cate_menu > a,
#header_box .nav_box .nav > li > .cate_menu > a:hover{
	color:#d0243c;
}
#header_box .nav_box .nav > li.on > .cate_menu svg{
	fill:#d0243c;
}
#header_box .nav_box .sub_nav{
	position: absolute;
    top: 60px;
    left: 0;
    z-index: 9999;
    background: #151515;
    min-width: 200px;
    padding: 10px 20px;
	padding-bottom:10px;
	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:#fff;  
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition:all 0.3s;
}
#header_box .nav_box .sub_nav ul li a svg{
	width: 14px;
    height: 34px;
    vertical-align: top;
    fill: #d0243c;
    margin-right: 5px;
}
#header_box .nav_box .sub_nav ul li a:hover{
	padding-left:10px;
	color: #d0243c;
}
#header_box .nav_box .sub_nav_li_2 ul{
	width:400px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	flex-wrap:wrap;
}
#header_box .nav_box .sub_nav_li_2 ul li{
	width:50%;
}
#header_box .nav_box .sub_nav_li_3 ul{
	width:600px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	flex-wrap:wrap;
}
#header_box .nav_box .sub_nav_li_3 ul li{
	width:33.3333%;
}

#header_box .nav_box .sub_nav_li_4 ul{
	width:800px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	flex-wrap:wrap;
}
#header_box .nav_box .sub_nav_li_4 ul li{
	width:25%;
}



.index_default{
	width:100% !important;
}

#bottom_box{
	background:#151515;
}


#bottom_box .bottom_wapper{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

#bottom_box .newsletter{
	text-align:center;
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding: 70px 0;
}
#bottom_box .newsletter h3{
	font-weight:normal;
	font-size:20px;
	color:#fff;
}
#bottom_box .newsletter form{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin: 30px auto 0;
	justify-content:center;
	box-sizing:border-box;
}
#bottom_box .newsletter_txt{
	height:60px;
	line-height:16px;
	border:2px solid #d6d4d4;
	background:none;
	box-sizing:border-box;
	width:340px;
	text-indent:10px;
	color:#999;
	box-sizing:border-box;
}
#bottom_box .newsletter_btn{
	display:inline-block; 
	height:60px;
	line-height:60px;
	width:130px;
	background:none;
	border: 0;
	padding:0;
	background:#d0243c;
	color:#fff;
	font-size:20px;
	margin-left:20px;
	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 .shartto{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content:center;
	min-height:34px;
	margin-top:40px;
}
#bottom_box .shartto li{
	margin:0 10px;
}
#bottom_box .shartto li a{
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#666;
	border-radius:5px;
	font-size:24px;
	color:#fff;
	transition:all 0.3s;
}
#bottom_box .shartto li a:hover{
	background:#d0243c;
	color:#fff;
}



#bottom_box .bottom_mid{
	
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#bottom_box .bottom_mid .contact_us{
	width:30%;
	min-height:30px;
}





#bottom_box .link{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	padding: 70px 0 50px; 
}
#bottom_box .link dl{
	width:23.33333%;
	padding:0 20px;
	box-sizing:border-box;
}
#bottom_box .link dt{
	margin-bottom:10px;
	font-size:20px;
	color:#d0243c;
}
#bottom_box .link dd{}
#bottom_box .link dd > a{
	color:#ccc;
	line-height:30px;
	display:block;
	transition:all 0.3s;
}
#bottom_box .link dd > a svg{
	width: 14px;
    height: 30px;
    vertical-align: top;
    fill: #d0243c;
    margin-right: 5px;
	
}
#bottom_box .link dd > a:hover{
	color:#d0243c;
	padding-left:10px;
}
#bottom_box .footer_bom{
	background:#383838;
	padding:10px 0;
}
#bottom_box .copyright{
	min-height:24px;
	line-height:24px;
	color:#999;
}


.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_title{
	height: 80px;
    line-height: 80px;
    background: #d0243c;
    text-align: left;
    padding: 0 30px;
	font-size:24px;
}
.block_title a{
	color:#fff;
}
.block_items_products_tab .block_title{
	font-size:0;
}
.block_items_products_tab .block_title a{
	position:relative;
	margin: 0;
	padding:0 25px;
    border: 0;
	font-size:24px;
	color:rgba(255,255,255,0.5);
}
.block_items_products_tab .block_title a:first-child{
	padding-left:0;
}
.block_items_products_tab .block_title a:first-child:before{
	display:none;
}
.block_items_products_tab .block_title a:before{
	content:'';
	position:absolute;
	left:0;
	top:27px;
	width:1px;
	height:26px;
	background:rgba(255,255,255,0.5);
}
.block_items_products_tab .block_title a:hover, 
.block_items_products_tab .block_title a.on{
	color:#fff;
	border:0;
}







.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:absolute;
	right:0;
	top:0;
	background: #fff;
    width: 320px;
	height:100%;
	padding:0 15px 30px;
	box-sizing:border-box;
	overflow:auto;
	transform:translate(320px,0);
	transition: all 0.3s;
}
.mobile-navside-on .mobile-nav{
	transform:translate(0,0);
}
.mobile-navside .mobile-nav .mobile-nav-close{
	height:50px;
	text-align:right;
}
.mobile-navside .mobile-nav .mobile-nav-close svg{
	height:60px;
	width:24px;
	fill:#333;
}

.mobile-navside .mobile-currency_box{
	margin: 15px 0;
    width: 155px;
    margin-left: 14px;
    height: 40px; 
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
.mobile-navside .mobile-currency_box select{
	height: 40px;
    padding: 0 30px 0 10px;
    border: 1px solid #e6e6e6;
    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 .mobile-nav__middle{
	border-bottom:1px solid #f2f2f2;
	padding:0 0 20px;
}
.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:#333;
	font-size:14px;
	box-sizing:border-box;
	padding:0 15px;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon{
	width:40px;
	height:40px;
	text-align:center;
	transform: rotate(-90deg);
	transition:all 0.3s;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon svg{
	width:12px;
	height:40px;
	fill:#333;
}
.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:#333;
	padding-left:20px;
}
.mobile-navside .mobile-nav__middle .sub_nav li a svg{
	height: 40px;
    width: 14px;
    vertical-align: top;
    margin-right: 5px;
	fill:#d0243c;
}
.mobile-navside .mobile-nav__middle .sub_nav li a:hover{
	color:#d0243c;
}

.mobile-navside .mobile_login_link{
	padding-left:15px;
}
.mobile-navside .mobile_login_link a{
	display: inline-block;
    color: #fff;
    line-height: 40px;
    background: #151515;
    padding: 0 20px;
}
.mobile-navside .mobile_login_link svg{
	width:16px;
	height:40px;
	vertical-align:top;
	fill:#333; 
	margin-right:5px; 
}
#header_box .header_min .mobile_cart{
	display:none;

}

#header_box .mobile-currency_box{
	display:none;
}
#header_box .mobile_logo,
#header_box .mobile_search_icon,
#header_box .mobile_login,
#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){

}
@media screen and (max-width:1023px){
}
@media screen and (max-width:768px){
	#header_box .mobile_logo,
	#header_box .mobile_search_icon,
	#header_box .mobile_login,
	#header_box .mobile_nav{
		display:block;
		
	}
	#header_box .currency_box,
	#header_box .header_mid,
	#header_box .login_link{
		display:none;
	}
	#header_box .mobile_logo{
		width:200px;
	}
	#header_box .mobile_logo img{
		max-width:200px;
		max-height:40px;
	}
	#header_box .header_top{
		background:#151515;
		padding:0 30px;
	}
	#header_box .header_top_right{
		width: calc(100% - 200px);
	}
	#header_box .header_top_right .mobile_nav{}
	#header_box .header_top_right .mobile_nav_icon{}
	
	#header_box .header_top_right .mobile_nav_icon svg{
		fill:#fff;
		height:50px;
		width:30px;
	}
	#header_box .header_top_right .mobile_nav,
	#header_box .mobile_login,
	#header_box .top_search,
	#header_box .cart_box{
		padding:0 15px;
	}
	#header_box .mobile_search_icon{
		height:50px;
	}
	#header_box .mobile_login svg,
	#header_box .mobile_search_icon svg{
		fill:#fff;
		height:50px;
		width:24px;
	}
	#header_box .top_search{
		position:relative;
	}
	#header_box .search{
		position:absolute;
		right:0;
		bottom:0;
		height:0;
		overflow:hidden;
		z-index:999;
		transition:all 0.3s;
	}
	#header_box .search.search_on{
		height:50px;
	}
	#header_box .cart_box{
		border:0;
	}
	#header_box .cart_txt a{
		font-size:0;
	}
	#header_box .cart_txt a span{
		font-size:14px;
	}
	#bottom_box .bottom_mid .contact_us,
	#bottom_box .link dl{
		width:50%;
		margin-bottom:40px;
		padding:0;
	}
	#bottom_box .footer_bom,
	#bottom_box .link{
		padding-left: 30px;
		padding-right: 30px;
	}
	#bottom_box .copyright{
		text-align:center;
	}
}
@media screen and (max-width:767px){
	
	#header_box .header_top{
		padding:0 15px;
		position:relative;
	}
	#header_box .mobile_logo{
		width:35%;
	}
	#header_box .mobile_logo img{
		max-width:100%;
	}
	#header_box .header_top_right{
		width:60%;
	}
	#header_box .header_top_right .mobile_nav, 
	#header_box .mobile_login, 
	#header_box .top_search, 
	#header_box .cart_box{
		width:25%;
		box-sizing:border-box;
		text-align:center;
		padding:0;
	}
	#header_box .header_top_right .mobile_nav_icon svg{
		width:24px;
	}
	#header_box .cart_txt a svg{
		width:28px;
	}
	#header_box .mobile_login svg, 
	#header_box .mobile_search_icon svg{
		width:20px;
	}
	#header_box .top_search{
		position:static;
	}
	#header_box .search{
		left: 10px;
		top: 5px;
		right: auto;
		bottom: auto;
	}
	#header_box .top_search .searchform{
		width:calc(100vw - 20px);
	}
	#header_box .top_search .btn_search,
	#header_box .top_search .search_input{
		height:40px;
	}
	#header_box .top_search .btn_search svg{
		height:40px;
	}
	#bottom_box .newsletter{
		padding:50px 15px;
	}
	#bottom_box .newsletter_btn{
		margin: 20px 0 0;
    	width: 100%;
	}
	#bottom_box .shartto li{
		margin:0 8px 15px;
	}
	#bottom_box .bottom_mid{
		padding:0 15px;
		box-sizing:border-box;
	}
	#bottom_box .bottom_mid .contact_us{
		width:100%;
	}
	#bottom_box .link{
		padding:0 0 50px;
	}
	#bottom_box .link dl{
		width:100%;
	}
	#bottom_box .footer_bom{
		padding:15px;
	}
	#bottom_box .link dl:last-child{
		margin:0;
	}
}





































