html,body,input,textarea,select,button{
	font-family:'Avenir',sans-serif;
}


/*pc端*/
#header_box{
	height:195px;
}

#header_box .top_box{
	height:50px;
	background:#eee;
}
#header_box .top_box .top_wapper{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
	height:50px;
	position:relative;
}
#header_box .top_box .top_search{}
#header_box .top_box .top_search .search{}
#header_box .top_box .top_search .search form{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
}
#header_box .top_box .top_search .search form .search_input{
	width: 220px;
    height: 50px;
    padding: 0;
    border: 0;
    background: none;
}
#header_box .top_box .top_search .search form .btn_search{
	width: 50px;
    height: 50px;
    border: 0;
    padding: 0;
    background: none;
}
#header_box .top_box .top_search .search form .btn_search svg{
	height:50px;
	width:20px;
}
#header_box .top_box .top_txt{
	height:50px;
	line-height:50px;
	text-align:center;
	min-width:100px;
}


#header_box .header_right{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	flex-direction:row-reverse;
	align-items:center;
	padding-right:85px;
}

#header_box .cart_box{
	margin-left:20px;
	position:absolute;
	top:-50px;
	right:0;
}
#header_box .cart_txt{

}
#header_box .cart_txt a{
	display:block;
	position:relative;
	height:50px;
	line-height:50px;
	color:#333;
}
#header_box .cart_txt a svg{
	height: 50px;
    width: 20px;
    fill: #333;
	vertical-align:top
}


#header_box .cart_txt:hover i,#header_box .cart_txt:hover strong{color:#cdcdcd;}
#header_box .cart_txt a{
	display:inline-block;
	vertical-align:middle;
	margin:0 3px 0 0;
}


#header_box .search_icon{
	display:block;
	height:40px;
	margin-left:20px;
	cursor:pointer;
}
#header_box .search_icon svg{
	height:40px;
	width:24px;
	fill: #333;
}

#header_box .currency_box{
	margin-left:20px;
}
#header_box .currency_txt{
	position:relative;
	height:50px;
	line-height:50px;
	color:#333;
	cursor:pointer;
}

#header_box .currency_txt svg{
	height: 50px;
    fill: #333;
    width: 18px;
	vertical-align:top;
}
#header_box .drop_currency{
	background-color: #eeeeee;
    border: 1px solid #eeeeee;
    top: 53px;
    padding: 11px 0px;
    position: absolute;
    display: none;
    min-height: 92px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 4;
    text-align: left;
    list-style: none;
	display:none;
	width:120px;
}
#header_box .drop_currency a{
	display:block;
	line-height: 24px;
	padding:0 15px;
	color:#333;
}
#header_box .drop_currency a:hover{
	text-decoration:underline;
}

#header_box .login_link{
	margin-left:20px;

}
#header_box .login_link a{
	display:block;
	height:50px;
	line-height:50px;
	color:#333;
}
#header_box .login_link a svg{
	height:50px;
	width:20px;
	fill: #333; 
	vertical-align:top;
	margin-right:5px;
}





#header_box .header_min{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
#header_box .logo{
	width:auto;
	max-width:200px;
	height:auto;
	padding:10px 0;
	display:inline-block;
}
#header_box .logo a {
	display:block;
}
#header_box .logo a img{
	max-width:200px;
	max-height:55px;
}



#header_box .nav_wapper{
	height:50px;
	padding: 10px 0;
}
#header_box .nav_box{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#header_box .nav{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
}
#header_box .nav > li{
	position:relative;
	z-index:100;
}
#header_box .nav > li > .cate_menu{
	padding:0 15px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#header_box .nav > li > .cate_menu > a{
	line-height:50px;
	color:#333;
	
	position:relative;
	display:block;
}
#header_box .nav > li > .cate_menu > span{
	height: 50px;
	width: 14px;
	margin-left:5px;
    vertical-align: top;
}
#header_box .nav > li > .cate_menu svg{
	height: 50px;
	width: 14px;
    fill:#333;
}
#header_box .nav > li.on > .cate_menu > a:after,
#header_box .nav > li > .cate_menu > a:hover:after{
	content: "";
    background-color: #333;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#header_box .nav > li.on > .cate_menu > a,
#header_box .nav > li > .cate_menu > a:hover{
	color:#515151;
}

#header_box .sub_nav{
	position: absolute;
    top: 50px;
    left: 15px;
    z-index: 9;
    background: #fff;
    width: 200px;
    padding: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
	opacity:0;
	visibility:hidden;
	transition:all 0.1s;
}
#header_box .sub_nav ul{} 
#header_box .sub_nav ul li{}
#header_box .sub_nav ul li a{
	display: block;
    height: 34px;
    line-height: 34px;
	color:#777;  
	transition:all 0.3s;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#header_box .sub_nav ul li a:hover{
	color:#333; 
}
#header_box .nav > li.on .sub_nav{
	opacity:1;
	visibility:visible;
}
.posFixed{
	padding-bottom:50px;
}
#header_box.posFixed .posFixed_box{
	position:fixed;
	left:0;
	top:0;
	z-index:4900;
	width:100%;
	background:#fff;
}



.index_default{
	width:100% !important;
}


#bottom_box{
	background:#000;
	padding-bottom:50px;
}
#bottom_box .bottom_top{
	background:#e8e8e8;
	padding-bottom:30px;
}
#bottom_box .bottom_wapper{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#bottom_box .newletterform h3{
	line-height:50px;
	margin:15px 0;
	font-size:24px;
	font-weight:normal;
	text-align:center;
}
#bottom_box .newletterform{
	padding:30px 0;
}
#bottom_box .newletterform form{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}

#bottom_box .newsletter_txt{
	width:400px;
	height:44px;
	line-height:44px;
	border:none;
	border: 1px solid #333;
	background:none;
	box-sizing:border-box;
	text-indent:10px;
	
}
#bottom_box .newsletter_btn {
	display:inline-block;
	background:#333;
	padding:0 30px;
	height:44px;
	line-height:44px;
	border: none;
	transition:all 0.3s;
	text-transform:uppercase;
	color:#fff;
}
#bottom_box .newsletter_btn:hover{
	background:#000;
	color:#fff;
	cursor:pointer;
}
#bottom_box .shartto{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	min-height:30px;
}
#bottom_box .shartto li{
	margin:0 5px;
}
#bottom_box .shartto li a{
	font-size:24px;
	color:#333;
}


#bottom_box .link{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	padding: 50px 0 30px;
}
#bottom_box .link dl{
	width:25%;
}
#bottom_box .link dt{
	margin-bottom:15px;
	font-size:14px;
	color:#fff;
}
#bottom_box .link dd{}
#bottom_box .link dd > a{
	color:#fff;
	line-height:34px;
	display:block;
	transition:all 0.3s;
}
#bottom_box .link dd > a:hover{
	color:#fff;
	text-decoration:underline;
}
#bottom_box .link dd .shartto{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	min-height:24px;
}
#bottom_box .link dd .shartto li{
	margin-right:15px;
}
#bottom_box .link dd .shartto a{
	color:#333;
	font-size:24px;
}
#bottom_box .copyright{
	text-align:center;
	min-height:24px;
	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;
}












.product_list_2020 .common_pro_list1 li .newin{
	background:#ed3445;
}

.product_list_2020 .common_pro_list1 li .discount{
	background:#000;
}









/*wap端*/
#header_box .mobile_nav_icon{
	position:absolute;
	left:15px;
	top:5px;
	display:none;
}
#header_box .mobile_nav_icon svg{
	height: 40px;
    width: 30px;
    fill: #333;
}
.mobile-navside{
	display: block;
    width: 275px;
    height: 100%;
    overflow-y: auto;
	position: fixed;
    z-index: 99999999; 
    background: #fff;
    transition: all 0.3s;
	transform:translate(-275px,0);
}
.mobile-navside-on{
	transform:translate(0,0);
}
.main{
	position:relative;
	transition: all 0.3s;
	overflow:hidden;
	width:100%;
}
.main-on{
	transform:translate(275px,0);
}
.main-on:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:999;
}
.mobile-navside .mobile-nav{
	padding: 0 5px;
	position:relative;
}
.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 .wap_search_box{
	margin-top:15px;
	padding:0 10px;
}
.mobile-navside .wap_search_box form{
	height:40px;
	border:2px solid #e6e6e6;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	box-sizing:border-box;
}
.mobile-navside .wap_search_box .search_input{
	width:calc(100% - 40px);
	border:none;
	background:none;
	line-height:16px;
	text-indent:10px;
	height:36px;
}
.mobile-navside .wap_search_box .btn_search{
	width:40px;
	height:36px;
	background:none;
	border:none;
	
}
.mobile-navside .wap_search_box .btn_search svg{
	width: 20px;
    height: 36px;
	fill:#333;
}
.mobile-navside .mobile-nav__middle{
	margin-top:20px;
}
.mobile-navside .mobile-nav__middle > ul > li{
	border-bottom:1px solid #e6e6e6;
}
.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% - 30px);
	color:#333;
	font-size:14px;
	padding-left:10px;
	box-sizing:border-box;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon{
	width:30px;
	height:30px;
	text-align:center;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon svg{
	width:12px;
	height:34px;
	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;
	background:#d2d2d2;
}
.mobile-navside .mobile-nav__middle .sub_nav li a{
	display:block;
	line-height:40px;
	font-size:14px;
	color:#333;
	padding-left:10px;
}
.mobile-navside .mobile_login_link{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #e6e6e6;
}
.mobile-navside .mobile_login_link a{
	display:block;
	color:#333;
	line-height:40px;
	padding-left:10px;
}
.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;

}





.block_items_imagetext .imagetext_pic{
	background-attachment: fixed !important;
}


/*响应式*/
@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 .top_box .top_wapper,
	#header_box .nav_box,
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding: 0 50px;
    	box-sizing: border-box;
	}
	#header_box .cart_box{
		right:50px;
	}
}
@media screen and (max-width:1023px){
	#header_box{
		height:auto;
	}
	#header_box .top_box{
		background:#fff;
		height:30px;
	}
	#header_box .top_box .top_txt{
		height:30px;
		line-height:30px;
	}
	#header_box .top_box .top_wapper{
		justify-content:center;
		height:30px;
	}
	#header_box .nav_wapper,
	#header_box .currency_box,
	#header_box .login_link,
	#header_box .top_box .top_search{
		display:none;
	}
	#header_box .header_right{
		display:none;
	}
	#header_box .logo a img{
		max-height:34px;
	}
	#header_box .header_min{
		position:relative;
	}
	#header_box .mobile_nav_icon{
		display:block;
		left:50px;
	}
	#header_box .header_min .mobile_cart{
		display:block;
		position: absolute;
		right: 50px;
		top: 5px;
		line-height: 40px;
		color: #333;
	}
	#header_box .header_min .mobile_cart svg{
		width: 20px;
		height: 40px;
		vertical-align: top;
		fill:#333;
	}
	#header_box .cart_box{
		top:0;
	}
	#header_box .cart_txt a{
		font-size:0;
	}
	#header_box .cart_txt a svg{
		margin-right:5px;
	}
	#header_box .cart_txt a span{
		font-size:14px;
	}
}
@media screen and (max-width:768px){}
@media screen and (max-width:767px){
	#header_box .mobile_nav_icon{
		left:20px;
	}
	#header_box .header_min .mobile_cart{
		right:20px;
	}
	#bottom_box .link dl{
		width:100%;
		text-align:center; 
		margin-bottom:50px;
	}
	#bottom_box .link dd a{
		font-size:12px;
	}
	#header_box .top_box .top_wapper, 
	#header_box .nav_box, 
	#bottom_box .bottom_wapper, 
	#header_box .header_wapper{
		padding:0 15px;
	}
	#bottom_box .newsletter_btn{
		margin-top:20px;
	}
	#header_box .cart_box{
		right:20px;
	}
}





































