
body { font-family: Karla, 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 }

#header_box{width:100%; padding:10px 70px;box-sizing:border-box;position:absolute;left:0;z-index:999;text-align:center;display: flex;align-items: center;justify-content: space-between;}
.header_box{position:relative !important;height:90px;}
#header_box.fixed_header{position:fixed !important;background:#fff;padding:0 15px !important;top:0;}
#header_box .logo{display:inline-block;float:left;height:70px;width:15%;text-align:left;}
#header_box .logo a span{display:inline-block;vertical-align:middle;height:100%;}
#header_box .logo a img{max-height:70px;vertical-align:middle;max-width:100%;}

#header_box .nav_warp{display:inline-block;width:70%;text-align:center;float:left;}
#header_box .nav_box{border:0;}
#header_box .nav{width:100%;float:none;margin:0;text-align:center;display: flex;align-items: center;flex-wrap: wrap;justify-content: center;}
#header_box .nav > li{float:none;display:inline-block;padding:10px 20px;}
#header_box .nav > li > a{display:inline-block;text-transform:uppercase;border:0; color:#333; font-size:12px;height:34px;line-height:34px;font-weight:bold;padding:0;position:relative;    white-space: nowrap;}
#header_box .nav > li > a:before{content: '';height: 3px;width: 0;position: absolute;left: auto;top: 0;right: 0px;background-color: #dcb86c;webkit-transition: width 500ms ease 0s, left 500ms ease 0s;transition: width 500ms ease 0s, left 500ms ease 0s;}
#header_box .nav > li.on > a:before{width: 100%;left: 0;right: auto;}
#header_box .nav > li.on > a,#header_box .nav > li.home > a{color:#dcb86c;}
#header_box .nav .sub_nav{text-align:left;background:#fff;border:none;box-sizing: border-box;margin-top: 0;text-transform: none;width:230px;padding:10px 20px;top:54px;box-sizing:border-box;-webkit-box-shadow:0px 2px 10px -2px rgba(0,0,0,0.3);box-shadow:0px 2px 10px -2px rgba(0,0,0,0.3);transition: 0.2s opacity; opacity:0;}
#header_box .nav .sub_nav .arr{display:none;}
#header_box .nav .sub_nav li{float:none;width:auto; height:auto;}
#header_box .nav .sub_nav li a{padding:0; color:#333; font-size:12px; text-transform:uppercase;height:34px;line-height:34px; white-space:nowrap;text-overflow: ellipsis; overflow:hidden;}
#header_box .nav .sub_nav li a:hover{color:#333;background:#fff; opacity:.8;}

#header_box .header_rt{padding:0;float:right;height:70px;width:15%;}
#header_box .cart_box{margin:0;padding:0;border:0;height:70px;float:right;}
#header_box .cart_txt{ font-size:12px; line-height:normal; color:#333;position:relative;}
#header_box .cart_txt a{display:block;height:70px;line-height:70px;width:40px;text-align:center;}
#header_box .cart_txt a:hover i{color:#dcb86c;}
#header_box .cart_txt a i{display:inline-block;width:auto;height:auto;margin:0;padding:0;background:none;font-size:24px;color:#2b2c30;}
#header_box .cart_txt span{position:absolute;top:15px;right:3px;width:15px;height:15px;line-height:15px;border-radius:50%;background:#dcb86c;color:#fff;font-size:12px;font-weight:normal;}
#header_box .search_box{padding:0;float:right;height:70px;position:relative;}
#header_box .search_box > span{ font-size:28px;height:70px;line-height:70px;cursor:pointer;color:#2b2c30;}
#header_box .search{padding:0;height:100%;width:100%; position:fixed; left:0; top:0;background:rgba(220,184,108,.7);display:none;z-index:99999;}
#header_box .searchform{border:0;width:230px;height:38px;padding:0 0 20px 40px;border-bottom:3px solid #f1f1f1;width:60%;position:fixed;left:0;right:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);margin:auto;}
#header_box .search_input{width:100%;padding:0;margin:0;background:none;height:38px;line-height:38px;text-indent:30px; color:#fff;font-size:24px; border:none;}
#header_box .btn_search{width:40px;text-align:center;line-height:38px;height:38px;padding:0;margin:0;border:0;background:none;font-size:40px;color:#fff;position:absolute;left:0;top:0;}
#header_box .search .search_close_btn{position:absolute;top:100px;right:100px;font-size:44px;color:#fff;cursor:pointer;}
#header_box .wishlist{float:right;height:70px;}
#header_box .wishlist a{display:block;height:70px;line-height:70px;}
#header_box .wishlist a i{background:none;font-size:30px;padding:0;color:#2b2c30;}
#header_box .wishlist a:hover i{color:#dcb86c;}
#header_box .currency_box{ padding:0 8px;float:right;height:70px;position:relative;}
#header_box .currency_txt{height:70px;line-height:70px;}
#header_box .currency_txt i{font-size:26px; margin:0;color:#2b2c30;cursor:pointer;cursor:pointer;background:none;}
#header_box .drop_currency{top:25px;}
#header_box .drop_currency{ left:-22px; top:60px; width:86px; padding:3px 0;-webkit-box-shadow:0px 2px 10px -2px rgba(0,0,0,0.3);box-shadow:0px 2px 10px -2px rgba(0,0,0,0.3);border:0;}
#header_box .currency li a{ color:#333; display:block; overflow:hidden; height:22px; line-height:22px; padding:0 8px; text-align:center;}
#header_box .currency li a:hover{ background:#dcb86c; color:#fff;}

#header_box .login{float:right;height:70px;padding-right:5px;}
#header_box .login a{display:block;height:70px;padding-top:23px;box-sizing:border-box;}
#header_box .login a i{background:none;font-size:16px;padding:0;color:#2b2c30;display:inline-block;width:23px;height:23px;line-height:23px;color:#2b2c30;border:1px solid #2b2c30;border-radius:50%;background:none;font-weight:bold;}
#header_box .login a:hover i{color:#dcb86c;border:1px solid #dcb86c;}





#header_box .header-mobile-menu{display:none; background:none; border:none; width:40px; line-height: 70px; float:right; padding:0 5px; 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;
	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:100vh;}

/* footer */
#bottom_box{width:100%; padding:60px 70px 0;background:none;border-top:1px solid #e5e5e5;box-sizing:border-box;}
#bottom_box .ft_left{float:left;padding:0 10px;width:25%; box-sizing:border-box;}
#bottom_box .ft_logo{ width:100%; min-height:50px;}
#bottom_box .link_box{float:left;width:75%;padding:0; display: flex; flex-wrap: wrap;}
#bottom_box .link_box dl{width:25%;padding:0 10px;box-sizing:border-box;}
#bottom_box .link_box dl dt{font-size:16px;font-weight:700;margin:0 0 20px;color:#343538;height:30px;line-height:30px;}
#bottom_box .link_box dl dd a{padding:0;height:34px;line-height:34px;font-size:12px;color:#8a8a8a;}
#bottom_box .link_box dl dd a:hover{color:#dcb86c;}
#bottom_box .newletterform{float:right;padding:0 10px;width:25%;box-sizing:border-box;}
#bottom_box .newletterform h3{font-size:16px;font-weight:700;margin:0 0 30px;color:#343538;height:30px;line-height:30px;}
#bottom_box .newletterform form{height:50px;border:2px solid #eaeaea;width:100%;}
#bottom_box .newsletter_txt{float:left;padding:0;margin:0;width:75%;border:0;height:50px;line-height:50px;text-indent:15px;}
#bottom_box .newsletter_btn{float:right;padding:0;margin:0;width:25%;background:none;color:#343538;height:50px;line-height:50px;text-transform:uppercase;}
#bottom_box .shartto{ min-height:30px; width:100%; display: flex;}
#bottom_box .shartto li{ width:30px; text-align:center;}

#bottom_box .copyright{min-height:30px;margin-top:30px;text-align:left;margin-bottom:15px;}

/* 头部响应式控制 */
#header_box .common-padding {
	padding: 0;
}

@media screen and (max-width: 1200px) {
	#header_box{
		padding:10px 20px;
	}
	#header_box .nav_warp{
		width:65%;
	}
	#header_box .header_rt{
		width:20%;
	}
	.index_default{
		padding:0 !important;
	}
	.banner_specs_large{
		height: 500px;
	}
	#bottom_box{
		padding: 50px 20px 0;
	}
}
@media screen and (max-width: 1000px) {
	#header_box .nav_warp,
	#header_box .wishlist,
	#header_box .currency_box{
		display:none;
	}
	#header_box .header-mobile-menu {
		display: block;
	}
}
@media screen and (max-width: 768px) {

	#bottom_box .ft_left,
	#bottom_box .link_box{
	    width: 100%;
	}
	#bottom_box .ft_left{
		padding-bottom:20px;
	}
	#bottom_box .link_box dl{
		width:50%;
		padding-bottom:20px;
	}
	#bottom_box .copyright{
		margin-top:0;
	}
	.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;
	}

	#bottom_box .helpcenter{
		width:calc(50% - 40px);
		margin-left:20px;
		margin-bottom:20px;
	}
	.banner_specs_large{
		height:auto;
	}
	.otherpage #body_box,
	.otherpage .module_feedback_2020 {
		padding-top: 0;
	}
}
@media screen and (max-width: 767px) {
	
}

@media screen and (max-width: 480px) {
	#header_box{
		padding:0 15px;
	}
	#header_box .logo{
		width:40%;
	}
	#header_box .header_rt{
		width:60%;
	}
	#header_box .searchform{
		width:80%;
	}
	#header_box .search .search_close_btn{
		top:50px;
		right:15px;
	}
	#bottom_box .link_box dl{
		width:100%;
		padding:0 0 20px;
	}
}


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