html,body,input,textarea,select,button{
    font-family: "Open Sans";
    font-size: 14px;
}


/*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: 40px;
    background: #232f3f;
    border-bottom: 1px solid #808080;
    color: #fff;
}
#header_box .header_top_left{
	width:50%;
	height:40px;
	line-height:40px;
	color:#fff;
}
#header_box .header_top_right{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
}
#header_box .header_top_right .tracking{}
#header_box .header_top_right .tracking a{
	color:#fff;
}

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

#header_box .drop_currency{
	position: absolute;
    left: 0;
    top: 40px;
    width: 120px;
    padding: 10px;
    border: 1px solid #808080;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transform: translate(0,15px);
    transition: all 0.3s;
    box-shadow: none; 
}
#header_box .drop_currency a{
	display: block;
    line-height: 18px;
	color:#666;
	transition:all 0.3s;
}
#header_box .drop_currency a:hover{
	color:#ff8030;
}

#header_box .drop_currency_on{
	opacity:1;
	visibility:visible;
	transform:translate(0,0);
}
#header_box .header_top_link a{
	color:#fff;
	margin-left:30px;
}
#header_box .header_top_link a:hover{
	color:#ff8030;
}

#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:36px;
	width:360px;
	border:1px solid #cfcfcf;
	border-right:0;
	background:none;
	text-indent:10px;
	box-sizing:border-box;
}
#header_box .btn_search{
	border:0;
	width:90px;
	height:36px;
	background:#ff8030;
	text-align:center;
	color:#fff;
	line-height:36px;
	font-size:16px;
}


#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: 40px;
    fill: #000;
}
#header_box .cart_txt .cart_txt_div{
	text-align:left;
	margin-left:10px;
}
#header_box .cart_txt .cart_txt_div p{
	line-height:20px;
	margin:5px 0 0;
}
#header_box .cart_txt a span{
    height: 16px;
    line-height: 16px;
    text-align: left;
    border-radius: 15px;
    background: #ff8030;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
}

#header_box .cart.on{
	visibility:visible;
	opacity:1;
	transform:translate(0);
}
#header_box .buy_pro{
	padding:0;
}
#header_box .buy_pro li div.right_info{
	width:calc(100% - 80px);
	padding-left:20px;
	box-sizing:border-box;
	line-height:20px;
}

#header_box .buy_pro li div.right_info a{
	color:#000;
	font-weight:normal;
}
#header_box .buy_pro li div.right_info .size{
	color:#999;
}
#header_box .buy_pro li div.right_info .price .red,
#header_box .total span{
	color:#000;
	font-weight:bold;
}
#header_box .minicart_more,
#header_box .minicart_more:hover{
	background:none;
	color:#333;
}
#header_box .buy_pro li div.right_info a:hover,
#header_box .minicart_more:hover{
	text-decoration:underline;
}


#header_box .minicart_bottom{
	border:0;
	font-size:0;
	padding:0;
	background:none;
}
#header_box .total{
	font-weight: normal;
    padding: 30px 0;
    text-align: left;
	font-size:14px;
}
#header_box .buy_pro li .pic img{
	max-width:80px;
	max-height:80px;
	vertical-align:middle;
}
#header_box .minicart_bottom .view_cart_btn{
	display:flex;
	flex-direction: row;
	align-items:center;
}
#header_box .minicart_bottom .view_cart_btn a{
	width: calc(50% - 10px);
	height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #000;
    font-weight: normal;
    padding: 0;
    border-radius: 0;
    vertical-align: top;
    margin: 0;
	display:block;
}
#header_box .minicart_bottom .view_cart_btn a.mini_cart_view_btn{
	margin-right:20px;
	border:1px solid #000;
	height:40px;
	line-height:38px;
	color:#000;
	background:#fff;
	box-sizing:border-box; 
	transition:all 0.3s ease;
}
#header_box .minicart_bottom .view_cart_btn a.mini_cart_view_btn:hover{
	background:#000;
	color:#fff;
}


#header_box .cart{
	position: fixed;
    top: 0;
    right: 0;
    border: 0;
    width: 400px;
    height: 100%;
    display: block;
    padding: 0 40px;
    background: #fff;
    visibility: hidden;
    transform: translate(480px,0);
    transition: all 0.3s;
    text-align: left;
	color:#000;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	z-index:500000;
}
#header_box .buy_pro li{
	padding:30px 0 0;
	border:0;
	display: flex;
    flex-direction: row;
	align-items:center;
}
#header_box .buy_pro li div.left_pic{
	width:80px;
}
#header_box .buy_pro li .pic{
	width:80px;
	height:80px;
	line-height:80px;
	margin:0;
	display:block;
	text-align:center;
	font-size:0;
}
#header_box .buy_pro li .pic:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	height:100%;
}
#header_box .cart h4{
	padding:20px 0;
	height:60px;
	line-height:60px;
	color:#333;
	font-size:30px;
	text-align:left;
	border-bottom:1px solid #e8e8e1; 
}
#header_box .cart .cart_close{
	position:absolute;
	right:40px;
	top:20px;
	height:60px;
	font-size:24px;
	line-height:60px;
	color:#000;
	cursor:pointer;
}
#header_box .minicart_empty{
	padding:15px 0;
	
}


#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 .my_wishlist{
	margin-left:30px;
}
#header_box .my_wishlist a{
	line-height:40px;
	color:#000;
}
#header_box .my_wishlist a svg{
	width:40px;
	height:40px;
	fill:#000;
	vertical-align:top;
}



#header_box .nav_wapper{
    border-top: 1px solid #e8e8e8;
}
#header_box .nav_wapper .header_wapper{
	justify-content:flex-start;
	align-items: flex-start;
}


#header_box .nav_box{
	width:100%;
}
#header_box .nav_box .nav{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	box-sizing:border-box;
}
#header_box .nav_box .nav > li{
	position:relative;
	margin:0;	
	z-index:999;
}
#header_box .nav_box .nav > li > .cate_menu > a{
	position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border: 0;
    color: #000;
    font-size: 16px;
}

#header_box .nav_box .nav > li > .cate_menu > a:hover{
	color:#ff8030;
}
#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:#ff8030;
}




.index_default{
	width:100% !important;
	padding:0 !important;
}

#bottom_box{
	width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: #000;
}
#bottom_box .bottom_wapper{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

#bottom_box .footer_top{
	padding: 50px 0 20px;
}
#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;
	max-width: calc(100% - 450px);
}
#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{
	width:auto;
	position:relative;
	margin:15px 10px 15px 0;
}
#bottom_box .shartto li a{
	display: block;
    width: 43px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #6f6f6f;
    color: #fff;
    position: relative;
    z-index: 9;
    font-size: 20px;
    transition: all 0.5s;
}
#bottom_box .shartto li:before,
#bottom_box .shartto li:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:43px;
	height:24px;
	line-height:24px;
	background:#6f6f6f;
	transform:rotate(60deg);
	transition:all 0.5s;
}
#bottom_box .shartto li:after{
	transform:rotate(120deg);
}
#bottom_box .shartto li:hover:before,
#bottom_box .shartto li:hover:after,
#bottom_box .shartto li:hover a{
	background:#fff;
	color:#000;
}

#bottom_box .newsletter form{

	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	height: 50px;
    background: #fff;
    border-radius: 3px;
}
#bottom_box .newsletter_txt{
	height: 50px;
    line-height: 18px;
    width: 250px;
    background: none;
    text-indent: 10px;
    padding: 0;
    border: 0;
    margin: 0;
	color: #888;
    font-size: 12px;
    vertical-align: middle;
}
#bottom_box .newsletter_btn{
	width: 120px;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #ff8030;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0 3px 3px 0;
}
#bottom_box .newsletter_btn svg{
	height:50px;
	width:30px;
	fill:#000;
}
#bottom_box .newsletter{
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
	flex-wrap:wrap;
}
#bottom_box .newsletter > span{
	height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
}

#bottom_box .link{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	padding: 30px 0;
}
#bottom_box .link dl{
	width:25%;
	box-sizing:border-box;
}
#bottom_box .link dt{
	height: auto;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#bottom_box .link dd{
	color: #aaa;
    font-size: 14px;
}
#bottom_box .link dd > a{
	display:block;
	font-size: 14px;
    color: #aaa;
    padding: 5px 0;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#bottom_box .link dd > a:hover{
	color:#fff;
}


#bottom_box .footer_bom{
	border-top:1px solid #ddd;
	padding:15px 0;
}
#bottom_box .copyright{
	min-height:24px;
	font-size: 12px;
    color: #aaa;
    padding: 30px 0;
	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;
}


.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom:30px;
}
.block_items_banner .swiper-pagination-bullet{
	width:12px;
	height:12px;
	border:0;
	background:#ccc;
}
.block_items_banner .swiper-pagination-bullet-active{
	background:#000;
}



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






.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;
	position:relative;
	z-index:9;
}
.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:40px;
	fill:#000;
	vertical-align:top;
}
#header_box .mobile_nav_icon .cate_close_icon{
	display:none;
}


#bottom_box .mobile_search_icon{
	display:none;
}

#header_box .mobile_login{
	display:none;
}


#bottom_box .link dl dt .dl_icon{
	display:none;
}

/*响应式*/
@media screen and (max-width:1366px){
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		max-width:1024px;
	}
}

@media screen and (max-width:1024px){
	#header_box .header_wapper,
	#bottom_box .bottom_wapper{
		max-width:100%;
		padding:0 50px;
		box-sizing:border-box;
	}
	#bottom_box .link dl{
		width:50%;
		margin-bottom:30px;
	}
	#header_box .logo{
		margin-left:30px;
	}
	#header_box .header_top{
		display:none;
	}
	#header_box .header_right .mobile_search_icon{
		display:block;
	}
	#header_box .header_right .mobile_search_icon svg{
		width:40px;
		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% - 90px);
	}
	#header_box .mobile_login{
		display:block;
		padding:0 0 0 30px;
	}
	#header_box .mobile_login svg{
		width: 40px;
		height: 40px;
		fill: #000;
	}
	#header_box .my_wishlist a{
		font-size:0;
	}
	#header_box .header_right .mobile_search_icon svg,
	#header_box .mobile_login svg,
	#header_box .cart_txt a svg,
	#header_box .my_wishlist a svg,
	#header_box .mobile_nav_icon svg{
		width:28px;
	}
}
@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_login svg,
	#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: 12px;
		position: absolute;
		right: 12px;
		top: 0;
		padding: 0 5px;
		width: auto;
		text-align: center;
	}
	#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;
		position:relative;
	}
	#header_box .mobile_login,
	#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);
		margin:0;
	}
	#header_box .header_min .header_wapper{
		padding:10px 0;
	}
	#bottom_box .shartto_box{
		width:100%;
		margin-top:20px;
		max-width:100%;
	}
	#bottom_box .footer_top{
		padding:30px 15px;
	}
	#bottom_box .newsletter{
		margin-top:20px;
		width:100%;
	}
	#bottom_box .newsletter_txt{
		margin: 0;
    	width: calc(100% - 120px);
	}
	#bottom_box .newsletter > span{
		width:100%;
	}

	#bottom_box .link{
		padding:30px 15px 0;
	}
	#bottom_box .link dl{
		width: 100%;
    	margin-bottom: 15px;
	}
	#bottom_box .link dt{
		margin-bottom:10px;
		position:relative;
	}
	#bottom_box .copyright{
		padding:20px 15px;
	}
	#bottom_box .copyright img{
		max-width:100%;
	}
	#header_box .my_wishlist{
		display:none;
	}
	#bottom_box .link dl dt .dl_icon{
		display:block;
		position: absolute;
		right: 0;
		top: 4px;
		width: 16px;
		height: 16px;
		background: #fff;
		border-radius: 2px;
		text-align: center;
	}
	#bottom_box .link dl dt .dl_icon svg{
		width: 10px;
		height: 16px;
		fill: #333;
	}
	#bottom_box .link dl dt .reduce{
		display:none;
	}
	#bottom_box .link dl dd{
		display:none;
	}
	#bottom_box .newsletter form{
		width:100%;
	}
}





































