
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 }

.row-flex{ display: -webkit-box; display: -ms-flexbox; display: flex; flex-wrap: wrap;}
#header_box{position:relative; width:100%; background:#000; z-index:1000;}
#header_box .row-flex{ padding:25px 0;}
#header_box .logo,#header_box .showondesktop,#header_box .header_rt{ float:left; padding:0 15px; box-sizing:border-box;}

#header_box .showondesktop{ width:41.66667%; text-transform:uppercase; font-weight:400; align-items: center;}
#header_box .currency_box{ margin-right:15px; position:relative;}
#header_box .currency_box .currency_txt,#header_box .login a{ color:#fff; line-height:50px; cursor:pointer;}
#header_box .currency_box .currency_txt i{ line-height:1; font-size:12px; padding:0 0 0 2px;}
#header_box .drop_currency{ left:0; top:35px; width: 86px; padding: 5px 0; border-radius:3px;}
#header_box .currency li a{ color: #333; display: block; overflow: hidden; height: 22px; line-height: 22px; padding: 0 8px;}
#header_box .currency li a:hover{ background:#000; color:#fff;}

#header_box .logo{ width:16.66667%; height:60px; display:table;}
#header_box .logo a{ display:table-cell; vertical-align:middle;}
#header_box .logo img{ max-width:100%; display:block; vertical-align:middle;}

#header_box .search_box{ padding:0; position:relative;}
#header_box .search_btn{ line-height:50px;}
#header_box .search_btn a{ padding-right:7px; border-right:1px solid #ddd; display:inline-block; margin-top:10px; color:#fff;}
#header_box .search_btn a i{ line-height:1; font-size:22px; font-weight:bold;}
#header_box .search{ position:absolute; right:0; top:40px; padding:0;height:auto;width:auto; display:none;}
#header_box .searchform{border:0;width:auto;height:45px; position:relative;}
#header_box .search_input{float:right;width:300px; padding:0 40px 0 20px; margin:0; background:#fff; height:45px;line-height:43px; text-indent:0; border:1px solid #ebebeb; box-sizing:border-box;}
#header_box .btn_search{ width:40px; text-align:center; line-height:35px;height:35px; padding:0; margin:5px 0; border:0; background:#333; font-size:24px; color:#fff; font-weight:bold; position:absolute; right:0; top:0;}

#header_box .header_rt{ width:41.66667%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: flex-end; align-items: center;}
#header_box .cart_box{margin:0 0 0 7px;padding:0;border:0;height:auto; float:right;}
#header_box .cart_txt{ line-height:50px; position: relative;}
#header_box .cart_txt a{display:inline-block; color:#fff;}
#header_box .cart_txt a i{display:inline-block; background:none; vertical-align:middle; color:#fff; font-size:28px; width:auto; height:auto; text-align:center; margin:0 5px 3px 0;}
#header_box .cart_txt a:hover{ color:#fff;}
#header_box .cart_txt strong{ color:#000; position:absolute; right:0; bottom:7px; height:20px; width:21px; text-align:center; line-height:20px; background:#fff; border:1px solid #000; border-radius:50%; box-sizing:border-box; font-size:10px; font-weight:normal;}


#header_box .nav_warp{ background:#ccc;}
#header_box .nav_box{border:0; height:50px; width:1200px; margin:0 auto; text-align:center;}
#header_box .nav{width:auto;float:none; margin:0 auto; position:relative; display:inline-block;}
#header_box .nav > li{float:none;display:inline-block;padding:0;height:50px; line-height:50px; }
#header_box .nav > li > a{display:inline-block;text-transform:uppercase;border:0; font-size:14px; font-weight:400; padding:0 40px; color:#000;}
#header_box .nav > li > a i{ font-size:15px; margin:0 0 -3px; line-height:1;}
#header_box .nav > li > a:hover{ color:#000;}

#header_box .nav .sub_nav{text-align:left;background:#fff;border:1px solid #e6e6e6;box-shadow:0px 0px 25px rgba(0, 0, 0, 0.15);box-sizing: border-box;margin-top: 0;text-transform: none; min-width:200px; padding:10px 20px; width:auto; box-sizing:border-box; top:50px;}
#header_box .nav .sub_nav li{float:none;width:100% !important; height:30px; line-height:30px;}
#header_box .nav .sub_nav li a{padding:0; font-size:14px; height:auto; line-height:30px;}
#header_box .nav .sub_nav li a:hover{ background:none; color:#000;}

#header_box .nav li.category_nav{ position:static;}
#header_box .nav li.category_nav .sub_nav{ text-align:center; background:#fff;border:1px solid #e6e6e6;box-shadow:0px 0px 25px rgba(0, 0, 0, 0.15); box-sizing: border-box;margin-top: 0;text-transform: none; min-width:200px; padding:20px; width:100%; box-sizing:border-box; top:50px;}
#header_box .nav li.category_nav ul{ margin:0 -15px;}
#header_box .nav li.category_nav li{float:left;width:25%; height:auto; padding:0 15px; line-height:normal; box-sizing:border-box;}
#header_box .nav li.category_nav li a{ height:auto; padding:0;}
#header_box .nav li.category_nav li .name a{padding:0; font-size:14px; height:auto; line-height:30px; display:inline-block; overflow:hidden; white-space:nowrap; text-overflow: ellipsis;}


#header_box .header-mobile-menu{display:none; background:none; border:none; width:41.66667%; color:#fff; 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:32vw;}

/* footer */
#bottom_box{width:100%; background:#0a0b0c; color:#fff;}
#bottom_box .link_box{ padding:30px 0;}
#bottom_box .link_box dl{ width:25%; padding:0 15px; box-sizing:border-box;}
#bottom_box .link_box dl dt{margin-bottom:15px; padding-bottom:10px; color:#fff; font-weight:normal; font-size:16px; position:relative;}
#bottom_box .link_box dl dt:before{position:absolute; left:0; bottom:0; content:""; width:15%; height:1px; background:#fff; display:block;}
#bottom_box .link_box dl dd a{color:#ccc;line-height:24px; font-size:14px; position:relative; transition:all 600ms ease 0s; display:block; padding:2px 0 2px 20px;}
#bottom_box .link_box dl dd a:after{ position:absolute; left:0; top:50%; transform:translateY(-50%); content: ""; margin-right: 10px; height:3px; width:10px; background:#fff; display:inline-block;}
#bottom_box .link_box dl dd a:hover{color:#fff; margin-left:5px;}
#bottom_box .link_box .shartto{height:auto;}
#bottom_box .link_box .shartto li{width:30px;height:30px;margin-bottom:5px; display:inline-block;}
#bottom_box .link_box .shartto li a{ font-size:18px;display:block;width:25px;height:25px;line-height:25px;text-align:center; padding-left:0;}
#bottom_box .link_box .shartto li a:after{ display:none;}
#bottom_box .link_box .shartto li a:hover{color:#fff; margin:0;}
#bottom_box .link_box dl.contact_us dd.con{ min-height:50px; padding:0;}
#bottom_box .link_box dl.contact_us dd p{ position:relative; padding-left:30px; padding-bottom:5px;}
#bottom_box .link_box dl.contact_us dd i{ float:none; position:absolute; left:0; top:0;}


#bottom_box .payment{border-top:1px solid rgba(255,255,255,0.3); border-bottom:1px solid rgba(255,255,255,0.3); padding:25px 0 20px;height:auto; text-align:center;}
#bottom_box .payment .con{ min-height:30px;}
#bottom_box .copyright{ padding:20px 0; text-align:center;}
#bottom_box .copyright .con{ color:rgba(255,255,255,0.7); font-size:14px;}
#bottom_box .copyright a{ color:#999;}

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

@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1000px) {
	
	#header_box .nav_warp,
	#header_box .currency_box,
	#header_box .login{
		display:none;
	}
	#header_box .header-mobile-menu{
		display:block;
	}
	.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:0 20px;
		box-sizing:border-box;	
	}
	#header_box .row-flex{
		padding:5px 0;
	}
	#header_box .showondesktop,
	#header_box .header_rt{
		width:35%;
	}
	#header_box .logo{
		width:30%;
	}
	#bottom_box{ padding:0 15px; box-sizing:border-box;}
	#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;
	}
}
@media screen and (max-width: 767px) {

}

@media screen and (max-width: 480px) {
	
	#bottom_box .link_box dl{
		width:100%;
	}
	#bottom_box .copyright{
		width:100%;
		text-align:center;
		box-sizing:border-box;
	}
}


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