html,body,input,textarea,select,button{
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	font-size:12px;
}


/*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:30px;
	background:#444;
	border-bottom: 4px solid #e9e9e9;
}
#header_box .header_top_left{
	width:50%;
	height:30px;
	line-height:30px;
	color:#fff;
}
#header_box .header_top_right{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	flex-direction: row-reverse;
}
#header_box .header_top_right .tracking{}
#header_box .header_top_right .tracking a{
	color:#fff;
}

#header_box .currency_box{
	position:relative;
}
#header_box .currency_txt{
	line-height:30px;
	padding:0 0 0 20px;
	color:#fff;
	cursor:pointer;
}
#header_box .currency_txt svg{
	height:30px;
	width:14px;
	fill:#fff;
	vertical-align:top;
	margin-left:3px;
}

#header_box .drop_currency{
	position:absolute;
	left:0;
	top:30px;
	width: 80px;
	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 10px 0 20px;
	transition:all 0.3s;
}
#header_box .drop_currency a:hover{
	background:#cb2027;
	color:#fff;
}

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

#header_box .logo{
	width: 250px;
    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_min .header_wapper{
	padding-top:20px;
	padding-bottom:20px;
}
#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:40px;
	width:350px;
	border:1px solid #ebebeb;
	border-right:0;
	background:none;
	text-indent:10px;
	box-sizing:border-box;
}
#header_box .btn_search{
	border:0;
	width:40px;
	height:40px;
	background:#999;
	text-align:center;
}
#header_box .btn_search svg{
	height:40px;
	width:16px;
	fill:#fff;
}

#header_box .header_right{
	text-align:right;
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
}
#header_box .header_right .mobile_search_icon{
	display:none;
}
#header_box .cart_box{
	display:inline-block;
	width:auto;
	height:40px;
	padding-left:20px;
}
#header_box .cart_txt{
	display:inline-block;
	width:auto;
	height:40px;
}
#header_box .cart_txt a{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	position:relative;
	width:auto;
	height:40px;
	line-height:40px;
	color:#000;
	text-align:center;
}
#header_box .cart_txt a svg{
	height: 40px;
    width: 30px;
    fill: #a9a9a9;
}
#header_box .cart_txt a span{
	font-size: 28px;
    color: #ed3445;
	margin:0 3px;
}
#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 .login_link{
	padding-right:20px;
	border-right:1px solid #e5e5e5;
}
#header_box .login_link a{
	display:block;
	height:40px;
	line-height:40px;
	color:#000;
}
#header_box .login_link a svg{
	height:40px;
	width:16px;
	fill: #000; 
	vertical-align:top;
	margin-right:5px;
}




#header_box .nav_wapper{
    height:40px;
	background:#686868;
	margin-bottom:15px;
}
#header_box .nav_wapper .header_wapper{
	justify-content:flex-start;
	align-items: flex-start;
}
#header_box .category_box{
	height: 40px;
    line-height: 40px;
    background: #ed3445;
    width: 220px;
    color: #fff;
    padding: 0 10px;
	position:relative;
    box-sizing: border-box;
}
#header_box .category_box h4{
	font-size: 12px;
    text-transform: uppercase;
	letter-spacing: 0.06em;
}
#header_box .category_box h4 span{
	display:inline-block;
	vertical-align:top;
	line-height:40px;
}
#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.down_icon svg{
	width: 16px;
    height: 40px;
    fill: #fff;
}

#header_box .category_box .category_1{
	position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    z-index: 999;
    width: 100%;
	opacity:0;
	visibility:hidden;
	transform:translate(0,30px);
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    -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;
	border-bottom:1px solid #ddd;
}
#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:#cb2027;
}
#header_box .category_box .category_1 .dropdown_menu2{
	position:absolute;
	left:220px;
	top:0;
	width:260px;
	background:#fff;
	padding:15px 0;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	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:980px;
	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:#cb2027;
}

#header_box .nav_box{
	max-width:calc(100% - 260px);
	width:100%;
	min-height:40px;
}
#header_box .nav_box .nav{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	padding-left:10px;
	box-sizing:border-box;
}
#header_box .nav_box .nav > li{
	position:relative;
	margin:0;	
}
#header_box .nav_box .nav > li > .cate_menu > a{
	display:block;
	padding:0 15px;
	line-height:40px;
	color:#fff;
	position:relative;
	font-weight:bold;
}
#header_box .nav_box .nav > li > .cate_menu > a:before{
	position:absolute;
	right:0;
	top:13px;
	height:14px;
	width:1px;
	background:#999;
	content:'';
}
#header_box .nav_box .nav > li:last-child > .cate_menu > a:before{
	display:none;
}
#header_box .nav_box .nav > li > .cate_menu > a:hover{
	color:#cb2027;
}
#header_box .nav_box .nav > li > .cate_menu > span{
	display:none;
}
#header_box .nav_box .sub_nav{
	position: absolute;
    top: 40px;
    left: -2px;
    z-index: 9;
    background: #fff;
    width: 200px;
    padding: 10px;
	padding-bottom:10px;
	opacity:0;
	visibility:hidden;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	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:#000;  
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition:all 0.3s;
}
#header_box .nav_box .sub_nav ul li a:hover{
	color:#cb2027;
}




.index_default{
	width:100% !important;
}

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

#bottom_box .footer_top{
	padding:30px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd; 
}
#bottom_box .footer_top .bottom_wapper{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	align-items: center;
    justify-content: space-between;
}
#bottom_box .shartto_box{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	align-items: center;
}
#bottom_box .shartto_box span{
	font-size:16px;
}
#bottom_box .shartto{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	min-height:34px;
	min-width:200px;
}
#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:#e5715c;
	font-size:20px;
	color:#fff;
	transition:all 0.3s;
}
#bottom_box .shartto li a:hover{
	background:#cb2027;
}

#bottom_box .newsletter form{
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#bottom_box .newsletter_txt{
	height:40px;
	line-height:16px;
	border:none;
	background:none;
	width:240px;
	text-indent:15px;
	color:#999;
	border:1px solid #ddd;
	box-sizing:border-box;
	border-radius:2px;
	margin-right:5px;
}
#bottom_box .newsletter_btn{
	display:inline-block; 
	height:40px;
	line-height:40px;
	width:100px;
	text-align:center;
	padding:0;
	border: 0;
	background:#ed3445;
	color:#fff;
	font-size:14px;
	transition:all 0.3s;
	text-align:center;
	cursor:pointer;
	border-radius:2px;
}
#bottom_box .link{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	padding: 30px 0;
}
#bottom_box .link dl{
	width:20%;
	box-sizing:border-box;
}
#bottom_box .link dt{
	margin-bottom:20px;
	font-size:12px;
	color:#000;
	font-weight:bold;
}
#bottom_box .link dd{}
#bottom_box .link dd > a{
	color:#000;
	line-height:30px;
	display:block;
	transition:all 0.3s;
}
#bottom_box .link dd > a:hover{
	color:#ed3445;
}


#bottom_box .footer_bom{
	border-top:1px solid #ddd;
	padding:15px 0;
}
#bottom_box .copyright{
	min-height:24px;
	line-height:24px;
	color:#000;
	text-align:center;
}



.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%;
    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: 90%;
	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:100%;
	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:80px;
	padding-left:10px;
}
#header_box .mobile_nav{
	display:none;
}
#header_box .mobile_nav_icon svg{
	height:40px;
	width:30px;
	fill:#000;
	vertical-align:top;
}
#header_box .mobile_nav_icon .cate_close_icon{
	display:none;
}


#bottom_box .mobile_search_icon{
	display:none;
}



.mobile-category{
	border-bottom:1px solid rgba(153,153,153,0.2);
}
.mobile-category .all_category{
	display: flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:space-between;
    width: 100%;
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
}
.mobile-category .down_icon{
    width: 50px;
    height: 50px;
    text-align: center;
}
.mobile-category .down_icon svg{
	width: 14px;
    height: 50px;
    fill: #333;
    transition: all 0.3s;
}
.mobile-category .mobile-category_list li{
	padding-left:10px;
}
.mobile-category .mobile-category_list > li{
	border-bottom:1px solid rgba(153,153,153,0.2);
}
.mobile-category .mobile-category_list > li:last-child{
	border:0;
}
.mobile-category .mobile-category_list li .cate_menu {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    height: 50px;
    line-height: 50px;
}
.mobile-category .mobile-category_list li a {
    display: block;
    width: calc(100% - 50px);
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
	height:50px;
	line-height:50px;
}
.mobile-category .mobile-category_list,
.mobile-category .cate-son2,
.mobile-category .cate-son3{
	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:998px){
	#header_box .header_top{
		display:none;
	}
	#header_box .header_right .mobile_search_icon{
		display:block;
	}
	#header_box .header_right .mobile_search_icon svg{
		width:30px;
		height:40px;
		fill:#000;
	}
	#header_box .header_search{
		display:none; 
	}
	#header_box .cart_box{
		padding-left:30px;
		font-size:0;
	}
	#header_box .cart_txt a svg{
		fill:#000;
	}
	#header_box .login_link{
		padding:0 0 0 30px;
		border:0;
		font-size:0;
	}
	#header_box .login_link a svg{
		width:30px;
	}
	#header_box .mobile_nav{
		display:block;
	}
	#header_box .header_left{
		display:flex;
		display:-webkit-flex;
		flex-wrap:wrap;
		align-items: center;
	}
	#header_box .logo a img{
		max-height:30px;
	}
	#header_box .nav_wapper{
		display:none;
	}
	#header_box .header_search{
		position: fixed;
		top: 80px;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		background: rgba(0,0,0,.5);
	}
	#header_box .header_search .searchform{
		width: 100%;
		background: #fff;
		padding: 20px;
		box-sizing: border-box;
	}
	#header_box .header_search .search_input{
		width:calc(100% - 50px);
	}
}
@media screen and (max-width:768px){
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding:0 30px;
	}
}
@media screen and (max-width:767px){
	#header_box .header_search{
		top:46px;
	}
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding:0;
	}
	#header_box .mobile_nav_icon svg,
	#header_box .header_right .mobile_search_icon svg,
	#header_box .login_link a svg,
	#header_box .cart_txt a svg{
		width:20px;
	}
	#header_box .cart_txt a span{
		font-size:14px;
	}
	#header_box .mobile_nav{
		width:50px;
		text-align:center;
		margin:0;
	}
	#header_box .cart_box{
		padding:0;
	}
	#header_box .cart_txt a{
		width:50px;
		justify-content:center;
	}
	#header_box .header_right .mobile_search_icon,
	#header_box .login_link{
		width:50px;
		padding:0;
		text-align:center;
	}
	#header_box .header_left{
		width:calc(100% - 150px);
	}
	#header_box .logo{
		width:calc(100% - 50px);
	}
	#header_box .header_min .header_wapper{
		padding:10px 0;
	}
	#bottom_box .shartto_box{
		width:100%;
		justify-content: center;
	}
	#bottom_box .footer_top{
		padding:30px 15px;
	}
	#bottom_box .newsletter{
		margin-top:20px;
		width:100%;
	}
	#bottom_box .newsletter_txt{
		margin: 0;
    	width: 100%;
	}
	#bottom_box .newsletter_btn{
		width:100%;
		margin-top:10px;
	}
	#bottom_box .link{
		padding:30px 15px 0;
	}
	#bottom_box .link dl{
		width: 100%;
    	margin-bottom: 30px;
	}
	#bottom_box .link dt{
		margin-bottom:10px;
	}
	#bottom_box .copyright{
		padding:20px 15px;
	}
	
}





































