
body { font-family:Poppins,Helvetica,Arial,sans-serif;}
.wapper{ max-width:1200px; width:100%;}
.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 }
.index_w{ max-width:1660px; width:100%; margin:0 auto; padding:0 30px; box-sizing:border-box;}

.top_txt{ background:#f9f9f9; height:40px; line-height:40px; text-align:center; width:100%;}
.top_txt p{ font-size:15px; text-align:center; color:#858282;}

#header_box{ width:100%; z-index:1000; box-sizing:border-box; transition:background-color 500ms ease 0s; animation-duration: 1s; animation-fill-mode: both; background:#fff; padding:10px 0;}
#header_box .head {display: -webkit-box; display: -ms-flexbox; display: flex; flex-wrap: wrap;}
#header_box .currency_box{ float:right; padding:10px 0; position:relative;}
#header_box .currency li a:hover{ background:noen; color:#bc8420;}
#header_box .drop_currency:before{ position:absolute; bottom:100%; left:39px; content:""; border-color:transparent transparent #393e45; border-width:0 7px 7px; border-style:solid;}
#header_box .currency_txt{ color:#000; font-size:13px; line-height:50px; height:50px;}
#header_box .currency_txt i{ font-size:16px; margin:0 0 -19px 3px; transition:all 0.3s ease-out 0s; transform:scale(0.85); display:inline-block; font-size:13px;}
#header_box .drop_currency{ top:51px; border:none; left:-10px; width:75px; background:#393e45; padding:5px 8px;}
#header_box .drop_currency .arr{display:none;}
#header_box .currency li a{ color:#fff; display: block; height: 22px; line-height: 22px; overflow: hidden; padding: 0 8px; text-align:center;}

#header_box .logo{ height:50px; text-align:center; width:16.666%; float:left; display:table;}
#header_box .logo a{ height:100%; max-width:100%; vertical-align:middle; box-sizing:border-box; display:table-cell;}
#header_box .logo a img{ max-height:100%;max-width:100%; vertical-align:middle;}
#header_box .header_rt{ padding:0; z-index:99; display:table-cell; vertical-align:middle; height:auto; transition:right 350ms cubic-bezier(0.46, 0.01, 0.32, 1) 0s; width:41.666%;}

#header_box .head_right{ float:right; padding:0 10px; transition:opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}
#header_box .active{ opacity:0;}

#header_box .login{padding:10px; font-size:13px; line-height:30px;}
#header_box .login a{ color:#000;}

#header_box .cart_box{ height:auto; border-left:0; box-sizing:inherit; display:inline-block;  margin:0;}
#header_box .cart_txt{ height:auto;  padding:0 0 13px; line-height:38px; font-size:13px; text-transform:uppercase; line-height:normal;}
#header_box .cart_box .cart_txt a{ padding:17px 0 0; position:relative; z-index:998; display:inline-block;}
#header_box .cart_box .cart_txt a span{ font-weight:normal; letter-spacing:0.1em; }
#header_box .cart_txt strong{ color:#000; text-align:center; line-height:20px; font-size:18px;  font-weight:normal;}


#header_box .searchbtn{cursor:pointer; padding:0 10px; line-height:50px; position:relative; z-index:1000;}
#header_box .searchbtn i{ background:none; font-size:24px; font-weight:bold; margin:0; transition:all 0.3s ease-out 0s; text-align:center; width:26px; margin:3px 0 0 0;}
/*搜索框*/
#header_box .head_right i{ color:#000;}

#search_box{ position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.6); z-index:1001; display:none; animation-duration: 1s; animation-fill-mode: both;}
#search_box .search{ width:auto; height:auto; padding:0; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
#search_box .search .searchform{width:730px; height:auto; position:relative;  border:none; box-sizing:border-box; background:#fff; overflow:hidden; padding:12px 0 10px;}
#search_box .search .search_input{ width:640px; height:42px; padding:0; line-height:42px;color:#494c50; text-transform:capitalize; font-size:16px; background:none; text-indent:0; border:none; float:left;}
#search_box .btn_search{ width:50px; height:40px; font-size:30px; text-align:center;line-height:40px; color:#494c50; border:0; padding:0;background:none; margin:0; cursor:pointer; transition:all 0.3s ease-out 0s; float:left; font-weight:bold;}/*搜索框按钮*/
#search_box .search_close{ float:right; width:30px; text-align:center; height:30px; line-height:30px; border-radius:50%; border:1px solid #888; box-sizing:border-box; margin:6px 10px 0 0;}

@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}

/*导航样式*/
#header_box .nav_warp{  width:41.666%; float:left; box-sizing:border-box;}
#header_box .nav_box{ width:100%; border:0; height:50px;}
#header_box .nav{ display:block; width:100%; padding:0; float:none; margin:0 0 0 -15px;}
#header_box .nav>li{ height:auto; box-sizing:border-box;  border-bottom:none; padding:0 15px; height:50px; line-height:50px; float:left; position:relative;}
#header_box .nav>li>a{ font-size:13px; color:#000; position:relative; height:auto; width:100%; box-sizing:border-box; border:none; text-transform:capitalize; font-weight:none; letter-spacing:1px; padding:0;}
#header_box .nav li a i{ background:none; font-size:16px; line-height:8px; color:#000; margin-left:3px;}
#header_box .nav li a:hover{ background:none; text-decoration:underline; color:#fff;}
#header_box .nav li.on>a,#header_box .nav li.on>a i{ color:#595959;}
#header_box .nav .sub_nav{ border:0; width:200px; z-index:98; margin-top:10px; left:0; background:rgba(54, 54, 54, 0.7); top:40px; padding: 5px 10px;}
#header_box .nav .sub_nav li a:hover{ background:none; color:#34373c;}
#header_box .nav .sub_nav li{ height:auto; width:100%; float:none; box-sizing:border-box;}
#header_box .nav .sub_nav li a{ height:30px; line-height:30px; padding:0; border:0; margin:0;color:#fff; padding-bottom:0; font-size:14px; letter-spacing:1px; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; display:block;}
#header_box .nav .sub_nav li a:hover { text-decoration:underline; background:none; color:#fff;}

.header_box{ background:rgba(54, 54, 54, 0.7);}
.posFixed{ position:fixed !important; z-index:9999; left:0; top:0; background:rgba(54, 54, 54, 0.7);}

@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
#header_box .account,
#header_box .header-mobile-menu{display:none; background:none; border:none; line-height:50px; padding:0 10px; box-sizing:border-box;}

.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 0 25px; border-top:1px solid #dddddd; box-sizing:border-box;}
#bottom_box .bottom_txt{ min-height:50px; width:100%; background:#353943; text-align:center;}
#bottom_box .bottom_txt img{ max-width:100%;}

#bottom_box .link_box{ padding:20px 0; box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: flex; flex-wrap: wrap;}
#bottom_box .link_box dl{ width:33.333%; padding-right:30px; box-sizing:border-box;}
#bottom_box .link_box dl dt{ color:#636363; margin-bottom:5px; font-weight:bold;}
#bottom_box .link_box dl dd{ line-height:1.6; color:#767676; font-size:15px;}
#bottom_box .link_box dl dd a{ color:#767676; padding:0;}
#bottom_box .link_box dl.contact_us dd{ min-height:30px; min-width:30%;}

#bottom_box .newletterform{ display:inline-block; float:none;}
#bottom_box .newletterform form{ display: -webkit-box; display: -ms-flexbox; display: flex; position:relative;}
#bottom_box .newletterform label{ display:none;}
#bottom_box .newsletter_txt{ width:80%; height:42px; line-height:42px; border:none; padding:0; color:##5f6a7d; font-size:14px; font-weight:400;float:left; border-bottom:1px solid #636363; }
#bottom_box .newsletter_btn{ width:auto; height:auto; line-height:1.625; background:#636363; margin:0; font-size:14px;transition:all 0.3s ease 0s; padding:10px 15px; text-transform:uppercase; float:left; line-height:22px; color:#fff; letter-spacing:1px; border:none; box-sizing:border-box;}
#bottom_box .foot{display: -webkit-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
#bottom_box .copyright{ color:#494c50; font-size:14px; line-height:30px; padding:0; text-align:left; float:left; min-height:30px;}
#bottom_box .shartto{ display: -webkit-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: flex-end; min-height:30px; width:50%;}
#bottom_box .shartto li { width: 30px; height: 30px; text-align: center; float: none; display: inline-block; margin: 0 12px 5px 0; line-height: 30px;}
#bottom_box .shartto li a { width: 30px; height: 30px; font-size: 22px; line-height: 30px; color: #494c50; display: inline-block; text-align: center; box-sizing: border-box;}
/* 头部响应式控制 */
#header_box .common-padding {
	padding: 0;
}

@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1000px) {
	.index_w{
		padding:0 20px;
	}
	#header_box .nav_box,
	#header_box .currency_box,
	#header_box .login{
		display:none;
	}
	#header_box .account,
	#header_box .header-mobile-menu{
		display:block;
	}
	#header_box .nav_warp{
		display: -webkit-box; display: -ms-flexbox; display: flex;
	}
	
	.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) {
	.index_w{
		padding:0 10px;
	}
	#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) {
	.index_w{
		padding:0 5px;
	}
	#header_box .nav_warp,
	#header_box .header_rt{
		width:35%;
	}
	#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) {
	
	#bottom_box .link_box dl{
		width:100%;
	}
	
}


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