
body { font-family:"Poppins", Helvetica, Arial, sans-serif;}
.wapper{ max-width:1200px; width:100%;}
.wrap{ max-width:1470px; width:100%; margin:0 auto;}
.dropdown { position: absolute; z-index: 99999; background: #fff; border: 0; box-shadow: 0 1px 3px 0 rgba(0,0,0,.6); display: none; color: #131219 }
.row{display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap;}
.space-between{-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}

#top_box{ height:44px; background:#151515; color:#fff;}
#top_box .top_lt{ line-height:48px; font-size:14px; min-width:200px;}
#top_box .top_rt{  margin:0; border-color:#333; height:21px; padding:11px 0; position:relative; cursor:pointer; border:none;}
#top_box .login>a{ padding:0 13px; border-left:1px solid rgba(255,255,255,0.15);}
#top_box .login>a i{ line-height:1; margin:0 2px -2px 0; font-size:14px;}
#top_box .login>a:hover,#top_box .currency_box:hover .currency_txt{ color:#e21836;}
#top_box .currency_box{ z-index:999; padding:13px 0 10px; position:relative;}
#top_box .currency_txt{ padding:0 13px;}
#top_box .currency_txt i{width:auto; height:25px; font-size:12px;  margin:0 0 -14px 5px;line-height:1;}/*选择货币*/
#top_box .currency li a { color: #333; display: block; overflow: hidden; height: 22px; line-height: 22px; padding: 0 8px; text-align:center;}
#top_box .currency li a:hover{ background:rgba(25, 23, 23, 0.4); color:#fff;}
#top_box .drop_currency{ top:44px; border-color:#dbdbdb; left:-10px; min-width: 86px; padding: 3px 0;}
#top_box .currency li a:hover{ background:#e21836;}

#top_box .cart_box{ margin:0; padding:11px 0px; height:21px; border:none; float:right; position:relative;}
#top_box .cart_txt{ height:auto; border-left:1px solid rgba(255,255,255,0.15); padding:0 13px; font-size:12px; text-transform:uppercase; line-height:21px;}
#top_box .cart_txt i{ width:auto; color:#fff; font-size:18px; text-align:center;  margin:0; height:auto;}/*购物车*/
#top_box .cart_txt a{ color:#fff;}
#top_box .cart_txt strong{ color:#fff; font-size:12px; border-radius:50%; height:20px; width:20px; text-align:center; line-height:20px; background:#e21836; position:absolute; right:0; top:5px;}
#header_box .cart_box span a:hover i{ color:#505050;}

#top_box .top_rt a,#top_box .currency_txt,#header_box .cart_box span a{color:#fff; text-transform:uppercase; font-size:12px;}
#header_box .header_rt{ width:20%;}
/*搜索框*/
#header_box .search_box{padding:0 0 0 15px; width:80%; max-width:300px; margin-top:7px; position:relative; box-sizing:border-box;}
#header_box .search{ width:100%; height:auto; padding:0; float:right;}
#header_box .searchform{ width:100%; height:35px; background:#fff; border:none; box-shadow:0 0 1px 1px #d3d3d3;}
#header_box .search_input{ width:calc(100% - 50px); height:35px; padding:0; padding:10px; color:#898989; font-size:13px; background:#fff; border:none; float:right; transition:width 0.3s ease 0s; box-sizing:border-box;}
#header_box .btn_search{ width:50px; height:35px; font-size:25px; text-align:center;line-height:38px; margin:0; color:#898989; border:0; padding:0;background:none; z-index:1; float:right; font-weight:bold;}

#header_box{ width:100%; background:#efefef; position:relative; padding:17px 0;}
#header_box .wrap{ position:relative;}
#header_box .logo{ height:50px; width:20%; display:table;}
#header_box .logo a{ height:50px;line-height:50px; display:table-cell; vertical-align:middle; display:inline-block;}
#header_box .logo a img{ max-height:50px;}


/*导航样式*/
#header_box .nav_warp{ width:60%; position:relative;}
#header_box .nav_box{ width:auto;border:0; height:50px; margin:0 auto;}
#header_box .nav{ width:auto; margin:0; float:none; text-align:center;}
#header_box .nav li{ height:auto; z-index:998; padding:0; display:inline-block; float:none; position:relative;}
#header_box .nav>li>a{ display:block; line-height:50px;height:50px; color:#222; font-size:16px; font-weight:600; border:0; text-transform:uppercase; padding:0 15px;}
#header_box .nav>li:hover>a{ color:#e21836;}
#header_box .nav li a i{ color:#7d7d7d; font-size:12px; height:11px; margin-left:3px; line-height:1;}
#header_box .nav li.on a{ color:#e21836;}
#header_box .dropdown_cate .arr{ display:none;}
#header_box .nav .sub_nav{ border:0;padding:10px 0; box-shadow:0px 0px 5px #999; width:auto; min-width:200px; left:0; background:#fff; border:none; top:125%; opacity:0; visibility:hidden; transition:all .3s; display:block;}
#header_box .nav .sub_nav li{ height:auto; width:100%; text-align:left; padding:0; box-sizing:border-box;}
#header_box .nav .sub_nav li a{ border:0;color:#666; font-size:14px; height:auto; padding:12px 25px; display:block; line-height:18px;}
#header_box .nav .sub_nav li a:hover{ background:none; color:#e21836;}
#header_box .nav li.on .sub_nav{ top:100%; opacity:1; visibility:visible;}

#header_box .header-mobile-menu{display:none; background:none; border:none; line-height:50px; padding:0 10px; box-sizing:border-box;}
#header_box .header-mobile-menu i{ font-size:22px;}

.mobile-nav {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	z-index: 10001;
	left: 0;
	background-color: rgba(0,0,0,0);
	visibility: hidden;
	transition: all .15s linear;
}
.mobile-nav .mb-nav-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: calc(100% - 100px);
	max-width: 440px;
	background-color: #fff;
	transform: translateX(-100%);
	transition: all .15s linear;
}
.mobile-nav .mb-nav-box .header-mobile-nav>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{
    overflow-y: auto;
    height: 100%;
}
.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-mobile-nav>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-mobile-nav>li>a span{
	width:40px;
	height:40px;
	padding:14px;
	box-sizing:border-box;
	margin-right:-10px;
}
.mobile-nav .mb-nav-box .header-mobile-nav>li>a svg {
	width: 12px;
	height: 12px;
	fill: #666;
	padding:15px;
	margin:0 -10px 0 0;
	transition: transform .3s linear;
}
.mobile-nav .mb-nav-box .header-mobile-nav>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-mobile-nav>li .header-sub-menu li {
	height: 40px;
}
.mobile-nav .mb-nav-box .header-mobile-nav>li .header-sub-menu li a {
	display: block;
	height: 100%;
}


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


.banner_specs_large{ height:32vw;}

/* footer */
#bottom_box{ width:100%; padding:0; border-top:1px solid #ededed;}
#bottom_box .bottom_top{ border:0; padding:30px 0; overflow:hidden; border-top:1px #d3d3d3 solid;}

#bottom_box .bottom_ad{ background:#000; padding:50px 0;}
#bottom_box .bottom_ad .ad{ float:left; width:25%; padding:0 15px; box-sizing:border-box; text-align:center;}
#bottom_box .bottom_ad img{ max-width:100%;}
#bottom_box .bottom_ad .ad h5{ color:#fff; font-size:16px; line-height:22px; text-transform:uppercase; padding:15px; position:relative; margin-bottom:8px;}
#bottom_box .bottom_ad .ad h5:before { content: ""; width: 80px; height: 1px; background: rgba(255,255,255,0.15); position: absolute;
 bottom: 0; left: 50%; margin-left: -40px;}
#bottom_box .bottom_ad .ad p{ color: #c1c1c1; padding: 10px 0 12px 0;}
#bottom_box .bottom_ad .ad .txt a{ color:#fff; text-transform:uppercase;}
#bottom_box .bottom_ad .ad .txt a:hover{ color:#e21836;}

#bottom_box .link_box{ padding:50px 0 30px; border-bottom:1px solid #ededed; margin-bottom:15px;}
#bottom_box .link_box dl{ padding:0 15px; width:20%; box-sizing:border-box;}
#bottom_box .link_box dl dt{ color:#222;  text-transform:uppercase; margin-bottom:10px; font-size:15px; font-weight:500; position:relative;}
#bottom_box .link_box dl dt i{ position:absolute; right:0; top:0; font-style:inherit; line-height:25px; display:none;}
#bottom_box .link_box dl dd a{ padding:8px 0px 8px 13px; color:#666; display:block; line-height:1.666; border-bottom:1px solid transparent;  font-size:12px; position:relative;}
#bottom_box .link_box dl dd a i{ position:absolute; left:0; top:6px; font-size:12px;}
#bottom_box .link_box dl dd a:hover{ color:#e21836; padding-left:18px;}

#bottom_box .newletter{ float:left; padding:0 10px;}
#bottom_box .newletterform h3{ float:left; line-height:40px; margin-right:20px;}
#bottom_box .newletterform form{ display:inline-block; position:relative;}
#bottom_box .newletterform label{ display:none;}
#bottom_box .newsletter_txt{ width:330px; height:38px; line-height:38px; background:#fff; padding:0; border:1px solid #dcdada; text-indent:10px;}
#bottom_box .newsletter_btn{ width:auto; padding:0 20px; height:40px; background:#1c1c1c; margin:0; letter-spacing:1px; font-size:13px; float:right; color:#fff; font-weight:600; text-transform:uppercase;}
#bottom_box .newsletter_btn:hover{ background:#000; color:#fff;}

#bottom_box .copyright{ padding:0; margin:0 0 20px; min-width:50%; min-height:30px;}
#bottom_box .copyright p{ margin-bottom:15px;}

.product_detail_2017 .viewfontright{ width:560px;}

/*底部分享*/
#bottom_box .shartto{ height:auto; width:50%; text-align:right;}
#bottom_box .shartto li{ width:40px; height:40px; margin:0;text-align:center;float:none; display:inline-block;}
#bottom_box .shartto li a{ font-size:20px; line-height:40px; color:#1c1c1c; }
#bottom_box .shartto li a:hover{ color:#b7b4b4;}

@media screen and (max-width: 1200px) {
	#header_box{
		padding:15px 20px;
		box-sizing:border-box;
	}
}
@media screen and (max-width: 1000px) {
	
	#header_box .nav_warp{
		display:none;
	}
	#header_box .header-mobile-menu{
		display:block;
	}
	#header_box .header_rt{
		width:50%;
		-webkit-box-pack: justify;
    	-ms-flex-pack: justify;
		justify-content: flex-end;
	}
	.disclosure--main {
		width: calc(100% - 40px);
		-webkit-box-flex: 1;
		flex: 1 0 50%;
		position: relative;
		outline: 0;
		margin:10px 20px 0 20px;
		box-sizing:border-box;
	}
	.disclosure--toggle {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		justify-content: space-between;
		border-radius: 2px;
		border: 1px solid #bebebe;
		color: var(--color-text);
		background-color: var(--color-page-bg);
		cursor: pointer;
		padding: 8px 24px 8px 16px;
		width: 15%;
		position: relative;
	}
	.disclosure--current-option {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	.disclosure--toggle .icon--root {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		left: 12px;
		color: var(--color-text);
		height: 6px;
		width: 10px;
	}
	.disclosure--toggle .icon--chevron-up {
		display: none;
	}
	.disclosure--form {
		background-color: var(--color-page-bg);
		border: 1px solid var(--color-border);
		border-radius: 2px;
		min-width: 100%;
		position: absolute;
		display: none;
		overflow-y: auto;
		z-index: 5;
		box-shadow: 0 0 10px rgba(0,0,0,.08);
	}
	.disclosure--form li a{
		color: var(--color-text)!important;
		display: inline-block;
		padding: 9px 15px;
		white-space: nowrap;
		width: 100%;
		cursor: pointer;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 768px) {
	#header_box{
		padding:10px 15px;
	}
	#bottom_box{
		padding:0 15px;
		box-sizing:border-box;
	}
	#bottom_box .link_box{
		padding-bottom:0;
	}
	#bottom_box .link_box dl{
		width:50%;
		margin-bottom:20px;
	}
	.banner_specs_large{
		height:auto;
	}
	.block_items_banner .block_banner_content{
		padding-left:15px;
	}
	.banner_size_large .block_banner_content h4{
		font-size:36px;
	}
	.banner_size_large .block_banner_content p{
		font-size:16px;
	}
	#bottom_box .bottom_txt{
		margin: 0 -15px;
		min-width:100%;
		width:auto;
	}
	#bottom_box .shartto,
	#bottom_box .copyright{
		width:100%;
		text-align:center;
		padding:0;
		box-sizing:border-box;
	}
	#bottom_box .copyright{
		padding-bottom:10px;
	}
	#bottom_box .shartto{
	    justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	#top_box .top_lt{
		display:none;
	}
	#top_box .top{
		width:100%;
	    justify-content: center;
	} 
	#header_box .header_rt{
		width:70%;
	}
	#header_box .logo{
		width:30%;
	}
	#search_box .search,
	#search_box .search .searchform{
		width:100%
	}
	#search_box .search .search_input{
		width:70%;
	}
	#bottom_box .bottom_txt{
		min-height: auto;
	}
	#bottom_box .link_box dl{
		padding:0;
	}
	#bottom_box .newsletter_btn{
		font-size:13px;
	}
}

@media screen and (max-width: 480px) {
	#header_box .logo,
	#header_box .header_rt{
		text-align:center;
		width:100%;
	}
	#header_box .header_rt{
		justify-content: space-between;
	}
	#bottom_box .link_box dl{
		width:100%;
	}
	#bottom_box .link_box dl dt{
		margin-bottom:0;
	}
	#bottom_box .link_box dl dt i {
		display: block;
		font-size: 20px;
	}
	#bottom_box .link_box dl dd{
		display:none;
	}
	
}


/*手机端左侧菜单*/
.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;
}
