/*样式覆盖部分*/
body{
	font-family:'Roboto Slab',sans-serif;
	font-weight:500;
	font-size:12px;
}
a{
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.wapper{max-width:1200px; width:100%;}

#header_box{
	width:100%;
	position:relative;
	left:0;
	top:0;
	z-index:999;
}
.otherpage #header_box{
	position:relative;
}
#header_box .head1{
	padding:0;
	height:56px;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
#header_box .header_lt{
	float:left;
	height:56px;
	line-height:56px;
}
#header_box .currency_box{
	position:relative; 
	z-index:1000;
	float:right;
	height:56px;
	padding:0;
	border-right:1px solid rgba(255,255,255,0.2);
}
#header_box .currency_txt{ 
	cursor:pointer;
	line-height:56px;
	height:56px;
	margin:0;
	padding:0 30px;
	transition:all 0.3s;
}

#header_box .drop_currency{
	position:absolute;
	left:0; 
	top:56px; 
	width:100px; 
	padding:0;
	border:0;
	box-sizing:border-box;
	opacity:0;
	visibility:hidden;
	background:#fff;
	transform:translate(0,15px);
	transition:all 0.3s;
	box-shadow:0 0 4px 0 rgba(0,0,0,0.15);
}
#header_box .currency li{
	border-bottom:1px solid #f6f6f6;
}
#header_box .currency li a{
	color:#999; 
	display:block; 
	overflow:hidden; 
	height:40px; 
	line-height:40px; 
	padding:0 8px;
	font-size:13px;
}
#header_box .currency li a:hover{
	background:none; 
	color:#000;
}
#header_box .currency li a span{
	float:right;
}
#header_box .currency li a b{
	font-weight:normal; 
	float:left;
}
#header_box .currency_on .drop_currency{
	opacity:1;
	visibility:visible;
	transform:translate(0);
}
#header_box .header_rt{
	float:right;
	padding:0;
	height:56px;
}

#header_box .cart_box{
	margin:0;
	height:56px;
	float:right;
	padding:0;
	border:0;
	transition:all 0.3s;
	position:relative;
	border-left:1px solid rgba(255,255,255,0.2);
}
#header_box .cart_txt{
	line-height:56px;
	height:56px;
	font-size:13px;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header_box .cart_txt a{
	display:block;
	padding:0 30px;
	color:#333;
	position:relative;
}
#header_box .cart_txt a i{
	display:inline-block;
	background:none;
	margin:0;
	line-height:56px;
	height:56px;
	vertical-align:top;
	font-size:30px;
	width:auto;
	padding:0;
	transition:all 0.3s;
}
#header_box .cart_txt strong{
	position:absolute;
	top:10px;
	right:20px;
	width:18px;
	height:18px;
	line-height:18px;
	border-radius:50%;
	text-align:center;
	color:#fff;
	background:#eb5050;
	font-size:12px;
}

#header_box .wishlist,
#header_box .signin_register{
	float:right;
	height:56px;
	line-height:56px;
	padding:0 30px;
	border-left:1px solid rgba(0,0,0,0.2);
	text-transform:uppercase;
}
#header_box .wishlist i{
	display:inline-block;
	background:none;
	font-size:24px;
}
#header_box .head2{
	padding:0 75px;
	height:110px;
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
#header_box .logo{
	position:absolute;
	left:0;
	top:0;
	display:inline-block;
	height:110px;
	width:auto;
	float:left;
}
#header_box .logo a{
	display:block;
	height:110px;
	text-align:left;
}
#header_box .logo a img{
	max-height:110px;
	max-width:200px;
	vertical-align:middle;
}
#header_box .logo a span{
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

#header_box .search_box{
	position:absolute;
	right:0;
	top:35px;
	margin: 0;
	padding:0;
	height:40px;
	width:40px;
	z-index:1001;
}
#header_box .search_box > span{
	display:block;
	height:40px;
	text-align:center;
}
#header_box .search_box > span i{
	display:inline-block;
	width:auto;
	background:none;
	line-height:40px;
	cursor:pointer;
	font-size:18px;
}

.mobile-nav .search{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9;
	opacity:0;
	visibility:hidden;
	transition: all .2s ease-in-out;
}
.mobile-nav .search_bg{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
}
.mobile-nav .search_con{
	position:absolute;
	background:#fff;
	padding:70px 250px;
	height:42px;
	width:700px;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	opacity:0;
	transform:scale(0);
	transition: all .2s ease-in-out;
}
.mobile-nav .search_close{
	position:absolute;
	right:20px;
	top:25px;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
}
.mobile-nav .searchform{
	height:42px;
	border:0;
	border-bottom:2px solid #e5e5e5;
	width:100%;
	position:relative;
}
.mobile-nav .search_input{
	width:100%;
	height:42px;
	line-height:42px;
	padding:0;
	margin:0;
	text-indent:0;
	border:none;
}
.mobile-nav .btn_search{
	position:absolute;
	right:0;
	top:0;
	margin:0;
	padding:0 10px;
	height:42px;
	line-height:42px;
	background:none;
	border:0;
}
.mobile-nav.search_on .search{
	opacity:1;
	visibility:visible;
}
.mobile-nav.search_on .search_con{
	opacity:1;
	transform:scale(1);
}
.mobile-nav.search_on .mb-nav-box{
	max-height:100vh;
	max-width:100%;
	display:block;
}
.mobile-nav.search_on .mb-nav-box .header-menu{
	display:none;
}

.mobile-nav.menu_on{
	visibility: visible;
    background-color: rgba(0,0,0,.5);
}
.mobile-nav.menu_on .mb-nav-box{
	display:block;
}



#header_box .nav_warp{
	height:110px;
	width:70%;
	margin:0 auto;
}
#header_box .nav_box{
	width:100%;
	border:0;
	height:110px;
}
#header_box .nav{
	float:none;
	margin:0;
	width:100%;
	height:110px;
	font-size:0;
	text-align:center;
}
#header_box .nav > li{
	float:none;
	display:inline-block;
	padding:0;
	height:110px;
	font-size:12px;
	position:relative;
}
#header_box .nav > li > a{
	display:block;
	border:0;
	height:110px;
	line-height:110px;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	padding:0 30px;
	position:relative;
	font-size:18px;
	transition: all 0.5s;
}

#header_box .nav > li > a i{
	display:inline-block;
	background:none;
	vertical-align:middle;
	font-size:12px;
	margin-left:3px;
	color:#fff;
	height:20px;
	line-height:20px;
}
#header_box .nav > li > a:hover,
#header_box .nav > li.on > a{
	color:#222;
}
#header_box.header .nav > li > a:hover,
#header_box.header .nav > li.on > a{
	color: black;
}
#header_box .nav .sub_nav{
	display:block;
	position:absolute;
	top:110px;
	left:0;
	background:#fff;
	width:260px;
	padding:20px;
	text-align:left;
    box-shadow: none;
	visibility:hidden;
	opacity:0;
	transform:translate(0,15px);
	transition:all 0.4s;
	box-sizing:border-box;	
	box-shadow: 0 1px 4px #fff;
    border: 1px solid #ececec;
}
#header_box .nav .sub_nav li{
	float:none;
	height:30px;
	width:100%;
}
#header_box .nav .sub_nav li:last-child{
	border:0;
}
#header_box .nav .sub_nav li a{
	display:block;
	height:30px;
	line-height:30px;
	color:#333;
	font-size:14px;
	padding:0;
}
#header_box .nav .sub_nav li a:hover{
	color:#eb5050;
	background:none;
}
#header_box .nav li.on .sub_nav{
	visibility:visible;
	opacity:1;
	transform:translate(0,0);
}
#header_box .head2_wapper{
	position:relative;
}
#header_box .fixed_head2{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	border-bottom:1px solid rgba(0,0,0,.2);
	height:60px;
	background:rgba(0,0,0,.8);
	box-sizing:border-box;
	z-index:999;
}
#header_box .fixed_head2 .logo,
#header_box .fixed_head2 .logo a{
	height:60px;
}
#header_box .fixed_head2 .logo a img{
	max-height:60px;
	filter: brightness(0) invert(1);
}
#header_box .fixed_head2 .nav_warp,
#header_box .fixed_head2 .nav_box,
#header_box .fixed_head2 .nav,
#header_box .fixed_head2 .nav > li,
#header_box .fixed_head2 .nav > li > a{
	height:60px;
	line-height:60px;
	color: white;
}
#header_box .fixed_head2 .nav .sub_nav{
	top:60px;
}
#header_box .fixed_head2 .search_box{
	top:10px;
}
#header_box .fixed_head2 .search_box > span i {
	color: white;
}


#header_box .mobile-menu{display:none;}

.mobile-nav {
	position: absolute;
	width: 100vw;
	height: auto;
	top: 100%;
	z-index: 10001;
	left: 0;
	background-color: rgba(0,0,0,0);
	visibility: hidden;
	transition: all .15s linear;
}
.mobile-nav .mb-nav-box {
	width: 100%;
	background-color: #fff;
	max-height:80vh;
	overflow-y: auto;
	display:none;
	transition: all .15s linear;
}
.mobile-nav .mb-nav-box>.header-menu>li {
	min-height: 50px;
	border-bottom: 1px solid rgba(153,153,153,.2);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding:0 20px;
}
.mobile-nav .mb-nav-box .close-menu {
    position: absolute;
    background: #fff;
    border: 1px solid #e8e8e8;
    width: 45px;
    height: 45px;
	padding:10px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	right: -20px;
    top: 20px;
	box-sizing:border-box;
    z-index: 9;
}
.mobile-nav .mb-nav-box .close-menu svg {
	width: 22px;
	height: 22px;
	fill: #666;
}
.mobile-nav .mb-nav-box .header-menu{
    
}
.mobile-nav .mb-nav-box .navigation{
	padding: 20px 20px 19px 20px !important;
	font-size:24px;
	font-weight: bold;
	text-transform:uppercase;
}
.mobile-nav .mb-nav-box .navigation svg{
	margin-right:10px;
}
.mobile-nav .mb-nav-box>.header-menu>li>a {
	width: 100%;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
    font-size: 16px;
}
.mobile-nav .mb-nav-box>.header-menu>li>a svg {
	width: 12px;
	height: 12px;
	fill: #666;
	transition: transform .3s linear;
}
.mobile-nav .mb-nav-box>.header-menu>li .header-sub-menu {
	margin-left: 16px;
	line-height: 40px;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: all .3s ease;
}
.mobile-nav .mb-nav-box>.header-menu>li .header-sub-menu li {
	height: 40px;
}
.mobile-nav .mb-nav-box>.header-menu>li .header-sub-menu li a {
	display: block;
	height: 100%;
}


.index_default{
	width:100% !important;
	margin:0;
}
.banner_specs_large{
	height:100vh;
}

/* footer */
#bottom_box{
	width:100%;
	padding:0;
	margin:50px 0 0;
}
#bottom_box .link_box{
	padding:50px 0 30px;
	margin:0;
	background:#f8f8f8;
	border:0;
}
#bottom_box .link_box dl{
	float:left;
	width:25%;
	box-sizing:border-box;
	font-size:14px;
	line-height:20px;
}
#bottom_box .link_box dl dt{
	text-transform:uppercase;
	font-size:18px;
	font-weight:normal;
	color:#000;
    margin: 0 0 35px;
    letter-spacing: 2px;
}
#bottom_box .link_box dl.navlist dd a{
	display:block;
	padding:0;
	height:30px;
	line-height:30px;
	color:#333;
	font-size:14px;
	-webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
}
#bottom_box .link_box dl.navlist dd a:hover{
	color:#eb5050;
}
#bottom_box .link_box dl.newletter form{
	overflow:hidden;
}
#bottom_box .link_box dl.newletter p{
	margin-bottom:15px;
}
#bottom_box .share-newletter{
	padding:50px 0 0;
}
#bottom_box .shartto{
	float:left;
	height:auto;
	line-height:normal;
	width:400px;
	display: flex;
    flex-wrap: wrap;
}
#bottom_box .shartto li{
	width:auto;
	margin:0 30px 30px 0;
	padding:0;
}
#bottom_box .shartto li a{
	display:inline-block;
	font-size:28px;
	color:#000;
}
#bottom_box .shartto li a:hover{
	color:#eb5050;
}

#bottom_box .newletter{
	float:right;
	max-width:800px;
}
#bottom_box .newletter p{
	display:inline-block;
	vertical-align:middle;
	height:44px;
	line-height:44px;
	font-size:18px;
	margin-right:15px;
}
#bottom_box .newletter form{
	display:inline-block;
	vertical-align:middle;
	height:42px;
	border:1px solid #000;
	font-size:0;
	width:500px;
}
#bottom_box .newsletter_txt{
	width:400px;
	height:42px;
	line-height:42px;
	box-sizing:border-box;
	border:0;
	border-right:0;
	background:none;
	display:inline-block;
	vertical-align:top;
	padding:0;
	text-indent:20px;
}
#bottom_box .newsletter_btn{
	display:inline-block;
	width:100px;
	height:42px;
	background:#000;
	text-align:center;
	line-height:42px;
	color:#fff;
	margin:0;
	border:0;
	vertical-align:top;
}
#bottom_box .foot_bom{
	width:100%;
	margin:0 auto;
	padding:20px 0;
}
#bottom_box .copyright{
	font-size:14px;
	color:#000;
	max-width:1200;
	margin:0 auto;
	text-align:center;
}
#bottom_box .payment{
	float:right;
	width:50%;
	text-align:right;
}
.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;
}



/* 头部响应式控制 */


@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1024px) {
	#header_box .wishlist,
	#header_box .signin_register,
	#header_box .nav_warp,
	#header_box .search_box{
		display:none;
	}
	#header_box .head2{
		padding:0 15px;
		height:70px;
	}
	#header_box .head2_wapper{
		height:70px;
	}
	#header_box .logo,
	#header_box .logo a{
		height:auto;
	}
	#header_box .logo{
		top:50%;
		transform:translateY(-50%);
	}
	#header_box .mobile-menu {
		position: absolute;
		right: 0;
		top:50%;
		transform:translateY(-50%);
		margin: 0;
		padding: 0;
		height: 40px;
		width: 40px;
		z-index: 1001;
		display:block;
	}
	#header_box .mobile-menu i {
		display: inline-block;
		width: auto;
		background: none;
		line-height: 40px;
		cursor: pointer;
		font-size: 22px;
		color: #fff;
		text-align:center;
	}
	#header_box .mobile-menu i.icon-iconfontclose{
		font-size:30px;
	}
	.mobile-nav .search{
		position:relative;
		opacity:1;
		visibility:visible;
		height:auto;
	}
	.mobile-nav .search_bg{
		display:none;
	}
	.mobile-nav .search_con{
		position:relative;
		opacity:1;
		visibility:visible;
		height:auto;
		transform: scale(1);
		padding:10px;
		width:100%;
		box-sizing:border-box;
	}
	.mobile-nav .searchform{
		border-bottom:none;
	}
	.mobile-nav .search_input{
		border:1px solid #e5e5e5;
		padding:5px 40px 5px 10px;
		box-sizing:border-box;
	}
	#bottom_box .link_box{
		padding:50px 20px 30px;
	}
	#bottom_box .link_box dl{
		width:50%;
		margin-bottom: 30px;
	}
	#bottom_box .shartto,
	#bottom_box .payment{
		width:50%;
	}
	
	#body_box{
		padding:0;
	}
}
@media screen and (max-width: 768px) {
	.banner_specs_large{
		height:auto;
	}
	#header_box{
	    position: static;
		background: rgba(0,0,0,0.3);
	}
}
@media screen and (max-width: 767px) {
	#top_box .top_lt_txt{
		display:none;
	}
}

@media screen and (max-width: 480px) {
	#bottom_box .link_box dl,
	#bottom_box .shartto,
	#bottom_box .payment{
		width:100%;
	}
	#bottom_box .share-newletter{
		padding-top:0;
	}
	#bottom_box .shartto li a{
		font-size:20px;
	}
	#bottom_box .shartto{
		float:none;
	}
	#bottom_box .payment{
		float:none;
		text-align:left;
	}
}


/*手机端左侧菜单*/
.main{
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.main_show{
	overflow:hidden !important;
	height:100%;
	box-sizing:border-box;
}

.main_show .main_bg{
	display:block;
}




.main_bg{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	z-index:99999;
}
.product_detail_2017 .viewfontright{
	width:555px;
}

.block_items_products_rec .block_rec_ul li .name{
	font-size:16px;
}
.block_items_products_rec .block_rec_ul li .name:hover{
	text-decoration:none;
	color:#73b7cc;
}
.block_items_products_rec .block_rec_ul li .price{
	color:#484b4f;
	font-size:14px;
}



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


/* 首页 */

.index_default .swiper-pagination-bullet{background:none;width:6px;height:6px;border:2px solid #fff;outline:none;}
.index_default .swiper-pagination-bullet-active{background:#fff;}
.index_default .swiper-button-next,
.index_default .swiper-button-prev{background:#fff;border-radius:50%;box-shadow:0 2px 10px rgba(54,54,54,0.15);text-align:center;}
.index_default .swiper-button-next .icon,
.index_default .swiper-button-prev .icon{width:20px;height:20px;padding:15px 0;fill:#1c1b1b;}
.block_single_products .single_product_shop_now{padding:0 20px;width:auto;display: inline-block;    background: transparent;
    border: 1px solid #1c1b1b;transition:color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);position:relative;}
.block_single_products .single_product_shop_now:before{    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(1, 1);
    transform-origin: left center;
    background-color: #1c1b1b;
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;}
.block_single_products .single_product_shop_now:hover:before {
    transform-origin: right center;
    transform: scale(0, 1);
}
.block_single_products .single_product_shop_now:hover {
    color: #1c1b1b;
    background-color: transparent;
}