
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 }
.clb::after { content: ''; clear: both; display: block; }
.w1200 { max-width:1200px; width:100%; margin:0 auto;}
.header-box, .bottom-box, .index_default { font-family: 'Poppins', "Helvetica Neue", Helvetica, sans-serif; }
.header-box a, .bottom-box a, .index_default a { transition: all .4s; }
.header-box i, .bottom-box i, .index_default i { background: none; }
/*demo css*/
.demo-dropdown-target { position: relative; }
.demo-dropdown-target:hover::after { content: ''; position: absolute; height: 0; width: 0px; border-bottom: 5px solid #fff; border-left: 5px solid transparent; border-right: 5px solid transparent; bottom: 0; left: 0; right: 0; margin: auto; z-index: 1; }
.demo-dropdown { display: none; position: absolute; z-index: 99999; box-shadow: 0 1px 5px 0 rgba(0,0,0,.1); background: #fff; padding: 10px; color: #444; }
/*cart box*/
html { overflow-x: hidden; overflow-y: auto; }

/*header*/
#header_box { width: auto; height: 120px; }
#header_box .header { position: relative; left: 0; right: 0; width: 100%; top: 0; z-index: 9997; }
#header_box .header.fix { height:120px; position: fixed; z-index: 9999; background: #fff; box-shadow: 0 1px 10px rgba(0,0,0,.08); }
/*logo*/
#header_box .logo { height: 50px; width: 200px; position: absolute; left: 20px; top: 35px; overflow: hidden; }
#header_box .logo img { max-width: 100%; max-height: 100%; top: 0; left: 0; bottom: 0; margin: auto; position: absolute; }
/*header right*/
.header-right-box { position: absolute; right: 20px; top: 10px; height: 40px; width: auto; padding: 30px 0; display: flex;}
.header-right-box i.search-switch, .header-right-box i.login-switch { width: 40px; display: block; height: 40px; line-height: 40px; text-align: center; font-size: 18px; font-weight: 700; color: #444; cursor: pointer; padding: 0 5px; }
.header-right-box .demo-dropdown { right: 0; }
.header-right-box .demo-dropdown a:hover { color: #ef5619; }
/*search*/
#header_box .search-box { }
#header_box .search-box i.search-switch { }
#header_box .search-box:hover .search-switch { color: #fb9; }
#header_box .searchform { position: fixed; right: 0; top: 0; width: 100vw; height: 100vh; left: 0; bottom: 0; opacity: 0; background: rgba(255,255,255,0); z-index: -2; transition: all .4s; box-sizing: border-box; overflow: hidden; padding: 30vh 20vw; display: none; }
#header_box .searchform.show { opacity: 1; background: rgba(255,255,255,.95); z-index: 99999; display: block; }
#header_box .search_input { border: 0; height: 60px; float: left; background: none; width: 90%; overflow: hidden; padding: 0; text-indent: 0; text-align: center; box-sizing: border-box; font-size: 22px; }
#header_box .btn_search { display: block; float: right; line-height: 60px; border: 0; background: transparent; cursor: pointer; font-size: 22px; font-weight: 700; color: #222; margin: 0; padding: 0; width: 10%; height: 60px; box-sizing: border-box; }
#header_box .btn_search:hover { color: #fb9; }
#header_box .search-close { float: right; height: 60px; width: 60px; font-size: 50px; line-height: 60px; display: block; text-align: center; font-weight: 700; cursor: pointer; margin-bottom: 40px; }
#header_box .search-close:hover { color: #fb9; }
#header_box .searchform .clear { border-bottom: 2px solid #999; height: auto; }
/*login*/
#header_box .login { }
#header_box .login:hover .login-switch { color: #fb9; }
#header_box .login:hover >a { }
#header_box .login ul { right: 0; top: 40px; white-space: nowrap; line-height: 26px; }
#header_box .login li { }
#header_box .login li a { display: block; }
/*cart*/
#header_box .cart_box { padding: 0 5px; margin: 0; border: 0; height: 40px; position: relative; }
#header_box .cart_box .cart_txt .link { position: relative; padding: 0px 10px 0 32px; line-height: 40px; height: 40px; display: block; cursor: pointer; }
#header_box .cart_box:hover .link, #header_box .cart_box:hover .link i { color: #fb9; }
#header_box .cart_box .link i { display: block; position: absolute; left: 5px; top: 0; height: 40px; width: 25px; font-size: 18px; font-weight: 700; line-height: 40px; margin: 0; color: #444; }
#header_box .cart_box .link span { display: inline; padding: 0 4px; border-radius: 60px; background: #222; color: #fff; font-size: 13px; font-weight: 400; }
#header_box .cart_box:hover .link span { background: #fb9; }

/*currency*/
#header_box .currency-val { height: 40px; line-height: 40px; padding: 0 5px; font-size: 16px; font-weight: 400; color: #444; cursor: pointer; }
#header_box .currency-box:hover .currency-val { color: #fb9; }
#header_box .currency li a { overflow: hidden; display: block; white-space: nowrap; padding: 2px 5px; width: 80px; line-height: 22px; }
#header_box .currency li a>b { font-weight: 400; float: left; display: block; width: 30px; }
#header_box .currency li a>span { float: right; display: block; width: 40px; text-align: right; }
/*nav*/
#header_box .nav-box { text-align: center; height: 40px; padding: 40px 0; }
#header_box .nav { width: auto; min-width:50%; height:40px; margin: 0; padding: 0; display: inline-block; float: none; text-align: left; }
#header_box .nav::after { content: ''; clear: both; display: block; }
#header_box .nav > li { float: left; height: 40px; line-height: 40px; position: relative; padding: 0 12px; }
#header_box .nav > li > a { display: block; padding: 0 8px; font-size: 14px; color: #222; font-weight: 700; border: 0; }
#header_box .nav > li > a:hover { color: #fb9; text-decoration: underline; }
#header_box .nav > li.nli > a { position: relative; /*padding: 0 14px 0 8px;*/ }
#header_box .nav>li.nli>a i { position: absolute; height: 0; width: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 3px solid #222; top: 0; bottom: 0; right: 3px; margin: auto; transition: all .4s; display: none; }
#header_box .nav>li.nli>a:hover i { border-top: 3px solid #ef5619 }
#header_box .nav>li.nli:hover>a i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg) }
#header_box .nav .sub_nav { top: 40px; left: 50%; min-width: 160px; background: #222; border: 0; max-height: 560px; overflow-y: auto; color: #222; padding: 10px; line-height: 40px; overflow-x: hidden; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); text-align: center; }
#header_box .nav .sub_nav li a { display: block; height: 40px; line-height: 40px; overflow: hidden; padding: 0 10px; max-width: 180px; white-space: nowrap; text-overflow: ellipsis; background-color: rgba(255,255,255,0); text-transform: capitalize; color: #777; }
#header_box .nav .sub_nav li a:hover { color: #fff; background: none; position: relative; }
#header_box .nav .sub_nav li a::after { position: absolute; content: ''; bottom: 0; left: 0; width: 0; height: 0; border-bottom: 1px solid; color: inherit; transition: all .4s; opacity: .6; }
#header_box .nav .sub_nav li a:hover::after { width: 100%; }
#header_box .nav .nli:hover::after { border-bottom-color: #222; }
#header_box .sub_nav li { height: auto; border: none; padding: 0px; float: none; width: auto; }
/*bottom*/
#bottom_box { padding: 0; width: 100%; box-sizing: border-box; margin: 0 auto; color: #8a8a8a; text-align: center; background: #272829; }
#bottom_box .row { width: 33%; box-sizing: border-box; color: inherit; line-height: 26px; text-align: left; overflow: hidden; padding: 20px 20px 20px 0; margin: 0; }
#bottom_box .row.fl { width: 20%; }
#bottom_box .row.fr { width: 27.5%; padding: 20px 0; }
#bottom_box .row h4 { line-height: 26px; padding: 10px 0; color: #fff; font-size: 15px; font-weight: 700; border: 0; text-transform: uppercase; position: relative; }
#bottom_box .row h4 i{ position:absolute; right:0; top:0; font-style:inherit; padding:10px; display:none;}
.bottom_top_box { padding: 10px 0; border-bottom: 0; font-size: 13px; border-top: 0; color: #111; }
#bottom_box .bottom-logo { height: 200px; width: 100px; position: relative; overflow: hidden; }
#bottom_box .bottom-logo img { max-width: 50%; max-height: 50%; top: 0; left: 0; bottom: 0; margin: auto; position: absolute; -webkit-filter: brightness(1000%); -o-filter: brightness(1000%); filter: brightness(1000%); opacity: .5; }
/*help center*/
#bottom_box .bottom-help-center a, #bottom_box a { color: #8e8e8e; }
#bottom_box a:hover { color: #fefefe; }
/*copyright & payment*/
#bottom_box .copyright-box { overflow: hidden; padding: 20px 0; line-height: 24px; vertical-align: middle; border-top: #ddd 1px solid; color: inherit; }
#bottom_box .copyright-box img { max-height: 30px; vertical-align: middle; }
#bottom_box .copyright { padding: 0; text-align: inherit; color: inherit; line-height: 30px; min-height: 30px; }
/*newsletter*/
.newsletter-box .newsletter form { position: relative; margin: 20px 0; }
.newsletter-box .btm_newsletter { height: auto; border: 0; position: relative; display: inline-block; float: left; }
#bottom_box .newsletter_btn { background: none; height: 42px; line-height: 42px; text-transform: uppercase; float: none; width: 85px; overflow: hidden; color: #fff; transition: all .3s; position: absolute; right: 0px; top: 0px; padding: 0; font-size: 12px; cursor: pointer; border: 0; }
.newsletter-box .newsletter_btn i { display: block; width: 25px; }
#bottom_box .newsletter_txt { height: 42px; line-height: 42px; font-weight: 400; padding: 0 90px 0 10px; display: block; border-radius: 0; background: none; color: #999; font-size: 14px; float: none; width: 100%; box-sizing: border-box; border: 1px solid #555; }
.newsletter-box .newsletter_btn:hover { opacity: .7; }
/*share*/
#bottom_box ul.shartto { display: block; overflow: hidden; margin: 0; line-height: 30px; min-height: 30px; width: auto; float: right; }
#bottom_box ul.shartto a { font-size: 18px; display: block; text-decoration: none; height: 30px; line-height: 30px; width: 30px; text-align: center; }
#bottom_box ul.shartto a:hover { color: #fff; }
#bottom_box .bottom-top,
#bottom_box .bottom-btm { border-top: 1px solid #555; padding: 40px 0; display: flex; flex-wrap: wrap;}
#bottom_box ul.shartto li { width: auto; display:inline-block; margin:0 2px 0 0; }
#bottom_box .bottom-btm{ justify-content: space-between;}

#header_box .header-mobile-menu{display:none; background:none; border:none; box-sizing:border-box;}
#header_box .header-mobile-menu svg{ width:20px; height:20px; padding:10px;}


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

.block_items_banner .block_banner_content{
	text-align:left;
	
}
.block_items_banner .block_banner_content h4,
.banner_size_large .block_banner_content p{
	color:#333;
}

.block_items_imagetext_1 .imagetext_content_btn{
	color: #343538;
    border: 1px solid rgba(35,35,36,0.2);
    font-weight: 700;
    background-color: #fff !important;
    border-radius: 30px;
}

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

@media screen and (max-width: 1200px) {
	.wrap_box{
		padding:0;
	}
	#header_box .logo,
	#header_box .header_rt{
		width:20%;
	}
	#header_box .nav_warp{
		width:60%;
	}
	#search_box .search{
		width:70%;
	}
}
@media screen and (max-width: 1000px) {
	#header_box,
	#header_box .header.fix{
		height:90px;
	}
	.header-right-box{
		padding:15px 0;
	}
	#header_box .logo{
		top:20px;
	}
	#header_box .nav-box{
		display:none;
	}
	#header_box .header-mobile-menu{
		display:block;
	}
	#header_box .logo{
		width:50%;
	}
	.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) {
	#bottom_box{
		padding:0 20px;
		box-sizing:border-box;
	}
	#bottom_box .row.fl{
		width:50%;
		margin-bottom:20px;
	}

}
@media screen and (max-width: 767px) {
	#currencyBox,
	#header_box .login{
		display:none;
	}
	#header_box .searchform{
	    padding: 20vh 10vw;
	}
	#header_box .cart_box{
		padding:0;
	}
	#header_box .cart_box .cart_txt .link{
		padding: 0px 0 0 30px;
	}
	#header_box, #header_box .header.fix{
		height:70px;
	}
	.header-right-box{
		padding:5px 0;
	}
	#header_box .logo{
		top:10px;
	}
	#bottom_box .bottom-top,
	#bottom_box .bottom-btm{
		padding:30px 0;
	}
}

@media screen and (max-width: 480px) {
	
	#bottom_box .row h4 i{
		display:block;
		font-size:20px;
		cursor:pointer;
	}
	#bottom_box .help-ul{
		display:none;
	}
	#bottom_box .row.fl{
		width:100%;
		padding:0;
	}
	#bottom_box .bottom-btm{
    	flex-wrap: wrap-reverse;
	}
	#bottom_box ul.shartto,
	#bottom_box .copyright{
		width:100%;
		text-align:center;
		padding:0;
	}
	#bottom_box .copyright{
		line-height: 22px;
	}
	#bottom_box ul.shartto{
		padding-bottom:10px;
	}
}


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