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


/*pc端*/
.main{
	overflow:hidden;
	width:100%;
}
#header_box{
	background:#f7f8fa;
}

#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:40px;
	background:#39434b;
}
#header_box .header_top_left{
	height:40px;
	line-height:40px;
	color:#fff;
	width:50%;
}
#header_box .header_top_right{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	flex-direction: row-reverse;
}
#header_box .login_link{
	margin-left:30px;
}
#header_box .login_link a{
	display:block;
	height:40px;
	line-height:40px;
	color:#50c4ed;
	text-decoration:underline;
}
#header_box .login_link a:hover{
	text-decoration:none;
}

#header_box .header_mid{
	
}
#header_box .header_mid .header_wapper{
	height:90px;
}
#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:60px;
}




#header_box .header_search{}
#header_box .header_search.header_search_on{}
#header_box .header_search .search{}
#header_box .header_search .search form{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	width:420px;
	height:34px;
	background:#fff;
	box-sizing:border-box;
}
#header_box .header_search .search .search_input{
	border:1px solid #e9e7e7;
	width:calc(100% - 100px);
	color:#333;
	height:36px;
	background:none;
	border-radius:5px 0 0 5px;
	box-sizing:border-box;
	text-indent:10px;
}
#header_box .header_search .search .btn_search{
	width:100px;
	height:36px;
	line-height:36px;
	border:0;
	padding:0;
	background:#cdcdcd;
	color:#fff;
	text-align:center;
	border-radius:0 5px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
#header_box .header_search .search_close{
	display:none;
}






#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;
}
#header_box .nav_box .nav > li > .cate_menu > a{
	line-height:40px;
	padding:0 15px;
	color:#333;
	position:relative;
}
#header_box .nav_box .nav > li > .cate_menu > span{
	display: none;
	height: 40px;
	width: 14px;
	margin-left:5px;
    vertical-align: top;
}
#header_box .nav_box .nav > li > .cate_menu svg{
	height: 40px;
	width: 14px;
    fill:#333;
}
#header_box .nav_box .nav > li.on > .cate_menu > a,
#header_box .nav_box .nav > li > .cate_menu > a:hover{
	color:#50c4ed;
}
#header_box .nav_box .nav > li.on > .cate_menu svg{
	fill:#50c4ed;
}
#header_box .nav_box .sub_nav{
	position: absolute;
    top: 40px;
    left: -5px;
    z-index: 99;
    background: #fff;
    width: 200px;
    padding: 20px;
	padding-bottom:10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
	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:#333;  
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition:all 0.3s;
}
#header_box .nav_box .sub_nav ul li a:hover{
	color:#50c4ed;
}
#header_box .nav_box .nav > li.on .sub_nav{
	display:block;
}










#header_box .header_bom_right{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
}

#header_box .currency_box{
	position:relative;
	margin-left:20px;
}
#header_box .currency_txt{
	color:#000;
	line-height:40px;
	cursor:pointer;
}
#header_box .currency_txt svg{
	height: 40px;
    width: 10px;
    fill: #000;
    vertical-align: top;
    margin-left: 3px;
}
#header_box .drop_currency{
	position: absolute;
    right: 0;
    top: 40px;
    width: 120px;
    padding: 10px;
    box-sizing: border-box;
    background: #f7f8fa;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
	display:none;
    z-index: 99;
}
#header_box .drop_currency a{
	display:block;
	line-height:24px;
	transition:all 0.3s;
	color:#000;
}
#header_box .drop_currency a:hover{
	color:#50c4ed;
}


#header_box .cart_box{
	height:40px;
	margin-left:20px;
}
#header_box .cart_txt{

}
#header_box .cart_txt a{
	display:block;
	position:relative;
	height:40px;
	line-height:20px;
	color:#000;
	font-size:12px;
	padding:0 13px 0 0;
}
#header_box .cart_txt a span{
	position: absolute;
    top: 0;
    right: 0;
	display:inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:50%;
	background:#000;
	color:#fff;
	text-align:center;
}
#header_box .cart_txt a svg{
	height: 40px;
    width: 20px;
    fill: #000;
}
#header_box .cart_txt a:hover{
	color:#a86447;
}

#header_box .login_icon{
	margin-left:20px;
}
#header_box .login_icon a{}
#header_box .login_icon a svg{
	height: 40px;
    width: 18px;
    fill: #000;
}

#header_box .search_icon{
	display:none;
}
#header_box .search_icon svg{
	height:40px;
	width:20px;
	fill:#000;
}





.index_default{
	width:100% !important;
}
#bottom_box{
	background:#39434b;
}
#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:25%;
	padding:0 15px;
	box-sizing:border-box;
	line-height:24px;	
}
#bottom_box .link dt{
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	height:24px;
	line-height:24px;
	margin-bottom:15px;
}

#bottom_box .link dd > a{
	color:#888;
	line-height:28px;
	display:block;
	transition:all 0.3s;
}
#bottom_box .link dd > a:hover{
	color:#fff;
}
#bottom_box .link dd.newsletter{
	padding:10px 0 0;
}
#bottom_box .newsletter form{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	height:40px;
	box-sizing:border-box;
}
#bottom_box .newsletter_txt{
	height:40px;
	line-height:16px;
	border:none;
	background:#e7f6f7;
	box-sizing:border-box;
	width:calc(100% - 70px);
	text-indent:10px;
	color:#333;
	border-radius: 8px 0 0 8px;
	box-sizing:border-box;
}
#bottom_box .newsletter_btn{
	display:inline-block; 
	padding:0;
	height:40px;
	width:70px;
	border: 0;
	transition:all 0.3s;
	text-align:center;
	cursor:pointer;
	background:#50c4ed;
	border-radius:0 8px 8px 0;
}
#bottom_box .newsletter_btn svg{
	height:40px;
	width:18px;
	fill:#fff;
}
#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:15px;
	margin-bottom:15px;
}
#bottom_box .shartto li a{
	display:block;
	color:#888;
	text-align:center;
	font-size:18px;
	transition:all 0.3s;
}
#bottom_box .shartto li a:hover{
	color:#fff;
}

#bottom_box .footer_bom{
	color:#888;
	padding:0 0 30px;
}
#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 .payment_con{
	min-height:24px;
}
#bottom_box .footer_bom_right{
	text-align:right;
	min-height:24px;
	width:50%;
}
#bottom_box .copyright{
	min-height:24px;
	line-height:24px;
	color:#888;
}




.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 .banner-swiper-pagination{
	bottom:20px;
}
.block_items_banner .swiper-pagination-bullet{
	width:14px;
	height:14px;
	background:#dadada;
}
.block_items_banner .swiper-pagination-bullet-active{
	background:#39434b;
}


.main{
	transition: all 0.3s;
}
.main-on{
	transform:translate(440px,0);
}

.mobile-navside{
	display: block;
	width: 80%;
    min-width: 140px;
    max-width: 440px;
    height: 100%;
    overflow-y: auto;
	position: fixed;
	transform:translate(-100%,0);
    z-index: 99999999; 
	opacity:0;
	visibility:hidden;
	transition: all 0.3s;
}
.mobile-navside-on{
	transform:translate(0,0);
	opacity:1;
	visibility:visible;
}
.mobile-navside .mobile-nav{
	position:relative;
	background: #f3f3f3;
    width: 100%;
	height:100%;
	box-sizing:border-box;
	overflow:auto;
}
.mobile-navside-on .mobile-nav{
	transform:translate(0,0);
}
.mobile-navside .mobile-nav-top{
	text-align:center;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #dadada;
}

.mobile-navside .mobile-nav__middle{
	padding:0 15px 30px;
}
.mobile-navside .mobile-nav__middle > ul > li{
	border-bottom:1px solid #dadada;
}
.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;
}
.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:#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:40px;
	font-size:14px;
	color:#333;
	padding-left:10px;
}

#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){
	#header_box .header_wapper{
		padding:0 50px;
	}
}
@media screen and (max-width:1023px){
	#header_box{
		padding-bottom:20px;
	}
	#header_box .header_wapper{
		padding:0 30px;
	}
	#header_box .header_search,
	#header_box .nav_wapper{
		display:none;
	}
	#header_box .mobile_nav,
	#header_box .search_icon{
		display:block;
	}
	#header_box .header_bom_right{
		width: 100%;
    	justify-content: flex-end;
		position:relative;
	}
	#header_box .mobile_nav{
		position: absolute;
		left: 0;
		top: 0;
		width: 40px;
		height: 40px;
		text-align: center;
		background: #50c4ed;
		border-radius: 5px;
	}
	#header_box .mobile_nav svg{
		height: 40px;
		width: 20px;
		fill: #fff;
	}
	#header_box .logo{
		width:100%;
		text-align:center;
	}
	
	
	#header_box .header_search{
		display:block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.8);
		opacity:0;
		visibility:hidden;
		transition:all 0.3s;
		z-index: 999;
	}
	#header_box .header_search_on{
		opacity:1;
		visibility:visible;
	}
	#header_box .header_search .search_close{
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #f7f8fa;
		text-align: center;
		position: absolute;
		left: 50%;
		top: 30px;
		margin-left: -20px;
	}
	#header_box .header_search .search_close svg{
		height: 40px;
		width: 14px;
		fill: #000;
	}
	#header_box .header_search .search{
		position: absolute;
		left: 30px;
		width: 100%;
		top: 50%;
		margin-top: -30px;
	}

	#header_box .header_search .search form{
		width: calc(100% - 60px);
		background: none;
		height: 60px;
		border-bottom: 1px solid #fff;
	}
	#header_box .header_search .search .search_input{
		height: 60px;
		border: 0;
		font-size: 24px;
		color: #fff;
		line-height: 24px;
		text-indent: 0;
	}
	#header_box .header_search .search .btn_search{
		height: 60px;
		line-height: 60px;
		background: #fff;
		border-radius: 0;
		color: #000;
	}
	#bottom_box .bottom_wapper{
		padding:0 30px;
		box-sizing:border-box;
	}
	
	
}
@media screen and (max-width:768px){
	#bottom_box .link dl{
		width:50%;
		margin-bottom:30px;
		padding:0;
	}
}
@media screen and (max-width:767px){
	#header_box .header_top{
		padding:10px 0;
		height:auto;
	}
	#header_box .header_top_left{
		height:auto;
		line-height:20px;
		width: auto;
		text-align:center;
	}
	#header_box .header_top_right{
		display:none;
	}
	#header_box .header_search .search{
		left:15px;
	}
	#header_box .header_search .search form{
		width:calc(100% - 30px);
	}
	#header_box .header_wapper,
	#bottom_box .bottom_wapper{
		padding:0 15px;
		
	}
	#bottom_box .link dl{
		width:100%;
		margin-top:40px;
		padding:0;
	}
	#bottom_box .link dl:first-child{
		margin-top:0;
	}
	#bottom_box .footer_bom_left,
	#bottom_box .footer_bom_right{
		width:100%;
		text-align:left;
	}
}





































