html{
	overflow-y: initial;
}
.index_default{
	width:100% !important;
	margin:0;
}
.wapper{
	width:100%;
	max-width:1240px;
	box-sizing:border-box;
}

#header_box{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	background:#fff;
	z-index:100;
	border-bottom:1px solid #eee;
}

#header_box .header_content{
	text-align: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding:0 20px;
	margin:0 auto;
}
#header_box .header__menu-icon { width:24px;}
#header_box .header__menu-icon .mobile-close,
.main_show #header_box .header__menu-icon .mobile-open{
	display:none;
}
.main_show #header_box .header__menu-icon .mobile-close{
	display:block;
}

#header_box .logo{
	text-align: center;
	height:36px;
	margin:10px 0;
	width:auto;
	min-width:100px;
}
#header_box .logo a{
	display:inline-block;
}
#header_box .logo img{
	max-height:40px;
}
#header_box .search_box{
	float:left;
}
#header_box .search_icon{
	float: left;
    height: 24px;
    line-height: 24px;
    color: #505050;
    position: relative;
	cursor:pointer;
	margin-left:12px;
}
#header_box .search_icon svg{
	height: 24px;
    width: 18px;
    fill: #0c0c0d;
	
}
.search-box{
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	display:none;

}
.search{
	width: 600px;
    margin: 0;
    z-index: 10;
    padding: 50px 70px 55px 70px;
    background: #fff;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.search .search_close{
	position:absolute; 
	right:5px;
	top:5px;
	cursor:pointer;
}
.search .search_close i{
	background:none;
	font-size:20px;
}
.search .searchform{
	position:relative;	
}
.search .mobile-no-search,
.search .searchform svg{
	display:none;
}
.btn_search{
	background:#0c0c0d;
	color:#fff;
	position: absolute;
	border:none;
	line-height:30px;
	padding:10px 20px;
    right: 0;
    top: 0;
}

.search_input{
	box-shadow:0px 1px 2px 0px rgba(0, 0, 0, .2);
	width: 100%;
    height: 50px;
	background:#f5f4ff;
	padding:10px 20px;
	line-height:30px;
	border:none;
	box-sizing:border-box;
}

.search__overlay{
	position:absolute;
    background-color: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	opacity:0.3;
    z-index: 8;
}

#header_box .currency_box{
	display:inline-block;
	float:left;
}
#header_box .currency_box select{
	border:none;
	line-height:30px;
	height:30px;
	cursor:pointer;
}

#header_box #minicartlist{
  max-height:calc(100vh - 120px);
  overflow:auto; 
}
#header_box .cart_box{
	margin:0 12px;
    padding: 0;
    box-sizing: border-box;
    height: 24px;
	border:none;
	cursor:pointer;
}
#header_box .cart_txt{
	line-height: 24px;
    font-size: 12px;
	position:relative;
	height:30px;
}

#header_box .cart_txt .pc-txt{
	position:relative;
}
#header_box .cart_txt .pc-txt b{
	font-weight:normal;
}
#header_box .cart_txt .pc-txt svg{
	display:none;
}
#header_box .cart_txt{
	display: block;
    height: 30px;
    line-height: 30px;
    color: #0c0c0d;
	font-weight:bold;
}
#header_box .cart_txt svg{
	display: inline-block;
    height: 24px;
    width: 18px;
    vertical-align: top;
    fill: #0c0c0d;
}
#header_box .cart_txt span.num{
	font-weight: normal;
	background:#e11687;
	border-radius:50%;
	border:1px solid #fff;
	height:18px;
    line-height: 20px;
	min-width:16px;
	color:#fff;
	display:inline-block;
	margin-left:3px;
}

#header_box .cart_box.on .cart_txt a{
	color:#fff;
}

#header_box .cart_box .minicart_empty{
	color:#333;
	padding:5px 10px;
}
#header_box .cart_box .minicart_empty p{
	padding:5px 0;
}
#header_box .cart{
	position: fixed;
    top: 0;
    right: 0;
    border: 0;
    width: 400px;
    height: 100%;
    display: block;
    padding: 0 40px;
    background: #fff;
    visibility: hidden;
    transform: translate(480px,0);
    transition: all 0.3s;
    text-align: left;
	color:#000;
	font-size:13px;
}
#header_box .buy_pro{
	padding:0;
}
#header_box .buy_pro li div.right_info{
	width:calc(100% - 80px);
	padding-left:20px;
	box-sizing:border-box;
	line-height:20px;
	float:right;
}

#header_box .buy_pro li div.right_info a{
	color:#000;
	font-weight:normal;
}
#header_box .buy_pro li div.right_info .size{
	color:#999;
}
#header_box .buy_pro li div.right_info .price .red,
#header_box .total span{
	color:#000;
	font-weight:bold;
}
#header_box .cart_box .minicart_more,
#header_box .cart_box .minicart_more:hover{
	background:none;
	color:#333;
}
#header_box .buy_pro li div.right_info a:hover,
#header_box .cart_box .minicart_more:hover{
	text-decoration:underline;
}


#header_box .cart_box .minicart_bottom{
	border:0;
	font-size:0;
	padding:0;
	background:none;
}
#header_box .total{
	font-weight: normal;
    padding: 30px 0;
    text-align: left;
	font-size:14px;
}
#header_box .buy_pro li .pic img{
	max-width:80px;
	max-height:80px;
}
#header_box .cart_box .minicart_bottom .view_cart_btn a{
	width: calc(50% - 10px);
	height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #000;
    font-weight: normal;
    padding: 0;
    border-radius: 0;
    vertical-align: top;
    margin: 0;
	display:inline-block;
}
#header_box .cart_box .minicart_bottom .view_cart_btn a.mini_cart_view_btn{
	margin-right:20px;
	border:1px solid #000;
	height:40px;
	line-height:38px;
	color:#000;
	background:#fff;
	box-sizing:border-box; 
	transition:all 0.3s ease;
	display:inline-block;
}
#header_box .cart_box .minicart_bottom .view_cart_btn a.mini_cart_view_btn:hover{
	background:#000;
	color:#fff;
}
#header_box .buy_pro li{
	padding:30px 0 0;
	border:0;
	overflow:hidden;
}
#header_box .buy_pro li div.left_pic{
	width:80px;
	float:left;
}
#header_box .buy_pro li .pic{
	width:80px;
	height:80px;
	line-height:80px;
	margin:0;
}
#header_box .cart h4{
	padding:20px 0;
	height:60px;
	line-height:60px;
	color:#333;
	font-size:30px;
	text-align:left;
	border-bottom:1px solid #e8e8e1; 
}
#header_box .cart .cart_close{
	position:absolute;
	right:40px;
	top:20px;
	height:60px;
	font-size:24px;
	line-height:60px;
	color:#000;
	cursor:pointer;
}
#header_box .cart_box .minicart_empty{
	padding:15px 0;
	
}
#header_box .cart_on .cart{
	visibility:visible;
	opacity:1;
	transform:translate(0);
}


#header_box .header_top_nav{
	float: right;
    margin-right: 20px;
    font-size: 0;
}
#header_box .login-link{
	display: none;
    vertical-align: top;
    line-height: 30px;
    font-size: 12px;
    margin:0 12px;
	position:relative;
	float:left;
	font-weight:bold;
}
#header_box .login-link a{
	color:#0c0c0d
}
#header_box .login-link svg{
	height:24px;
	width:24px;
	display: inline-block;
    vertical-align: middle;
	fill: currentColor;
}
#header_box .header_top_nav a{
	color:#505050;
}
#header_box .tracking{
	display: inline-block;
    vertical-align: top;
    line-height: 30px;
    font-size: 12px;
    padding-left: 12px;
}

#header_box .nav_war{
	display: none;
    justify-content: space-between;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
#header_box .header_rt{
	padding-top:0;
	display: flex;
}
#header_box .nav_box{
	text-align:center;
	border:0;
	height:auto;
}
#header_box .nav{
	float: none;
    margin: 0;
    width: auto;
    display: inline-block;
	font-size:0;
}
#header_box .nav > li{
	display: inline-block;
    padding: 0;
    float: none;
    vertical-align: top;
    height: auto;
    font-size: 14px;
}
#header_box .nav > li > a{
	display: inline-block;
    border: 0;
    line-height: 24px;
    font-size: 14px;
    color: #000;
	padding:20px 30px 20px 0;
}
#header_box .nav > li > a svg{
	height: 24px;
    width: 15px;
    vertical-align: top;
    fill: #989898;
    margin-left: 5px;
	transform:rotate(-90deg);
}
#header_box .nav > li.on > a{
	color:#ed3445;
}
#header_box .nav > li.on > a svg{
	fill:#ed3445;
}

#header_box .sub_nav{
	position: absolute;
	width:200px;
    text-align: left;
    background: #fff;
    border-top: 4px solid #ccc;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	display:none;
	padding:5px 0;
	top:60px;
}
#header_box .nav > li.on .sub_nav{
	display:block;
}
#header_box .sub_nav .sub_tit{
	display:none;
}
#header_box .sub_nav li{
	height: 30px;
    width: 100%;
    float: none;
}
#header_box .nav .sub_nav li a{
	height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 14px;
	padding-left:15px;
	color:#666;
	text-overflow: ellipsis;
    overflow: hidden;
}
#header_box .nav .sub_nav li a:hover{
	background:none;
	color:#000;
	text-decoration:underline;
}

.mobile_nav_box,
.mobile_header_top_nav,
.mobile_cate{
	display:none;
}

/*手机端左侧菜单*/
.main_open{
	padding-right:17px;
	overflow:hidden !important;
	height:100%;
	box-sizing:border-box;
}
.main_show .main_bg{
	display:block;
	z-index:99999;
}
.mobile-nav {
    width: 335px;
    max-width: 95vw;
    background-color: #1b4142;
    color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
	margin-left:-100%;
    z-index: 100000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
	-webkit-transition: margin-left 0.4s;
    transition: margin-left 0.4s;
}
.main_show .mobile-nav{
	margin-left:0;
}
.mobile-nav__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	align-items: center;
	border-bottom:1px solid #285556;
}
.mobile-nav__header span{
	font-size:20px;
	font-weight:bold;
}
.mobile-nav .mobile-nav__header img{
	max-height:30px;
}
.mobile-nav .mobile-nav__header svg{
	height:16px;
	width:16px;
	fill:#fff;
}
.mobile-nav__middle {
    justify-self: flex-end;
	overflow:hidden;
    overflow-y: auto;
}

.mobile-nav .nav li a,
.mobile-nav .mobile-nav_item,
.mobile-nav .nav li .sub_tit span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
	color:#fff;
	font-size:14px;
}
.mobile-nav .nav li svg{
	height:20px;
	width:20px;
	fill:#fff;
	
}
.mobile-nav .nav li a svg{
	transform:rotate(180deg);
}
.mobile-nav .mobile-nav_item{
	border-top-color:#285556;
}

.mobile-nav .mobile-currency{
	padding:20px;
}
.mobile-nav .mobile-currency select{
	width:100%;
	height:30px;
	border:none;
}
.search-box.mobile-open{
	width: 335px;
    max-width: 95vw;
	background-color: #1b4142;
	display:block;
}
.search-box.mobile-open .search{
	margin:0;
	padding:0 20px;
	border-bottom:1px solid #285556;
}
.search-box.mobile-open .searchform{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    align-items: center;
}
.search-box.mobile-open .search .searchform svg{
	display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    fill: #fff;
}
.search-box.mobile-open .search_input{
	background:none;
	height:60px;
	color:#999;
	box-shadow:none;
	padding:0;
}
.search-box.mobile-open .btn_search{
	display:none;
}
.search-box.mobile-open .search__overlay{
	display:none;
}
.search-box.mobile-open .mobile-no-search{
	display:inline-block;
	position:absolute;
	top:16px;
	right:15px;
}
.search-box.mobile-open .mobile-no-search svg{
	height:16px;
	width:16px;
	margin:5px 0 0;
	fill:#fff;
}

.mobile-nav .mobile-nav__middle .nav{
	position:relative;
	-webkit-transition: margin-left 0.4s;
    transition: margin-left 0.4s;
	width:100%;
}
.mobile-nav .mobile-nav__middle .nav .sub_nav{
    position: absolute;
    top: 0;
    left: 100%;
	width:100%;
	display:none;
}
.mobile-nav .sub_show .nav{
	margin-left:-100%;
}
.mobile-nav .sub_show .sub_on .sub_nav{
	display:block;	
}

#bottom_box{
	width:100%;
	padding:0; 
	margin:0;
	background:#fff;
}
#bottom_box .newsletter{
	background:#e11687
}
#bottom_box .newsletter .wapper{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
}
#bottom_box .newsletter h3{
	width:100%;
	color:#fff;
	font-size:20px;
	font-weight:normal;
	margin-bottom:20px;
}
#bottom_box .newsletter .newsletter_con{
	width:100%;
	box-sizing:border-box;
	position:relative;
}
#bottom_box .newsletter_txt{
	width:100%;
	height:48px;
	box-sizing:0px 1px 2px 0px rgba(0, 0, 0, .2);
	border-radius:3px;
	padding:10px;
	box-sizing:border-box;
	border:none;
}
#bottom_box .newsletter_btn{
	position:absolute;
	right:0;
	top:0;
	background:#0c0c0d;
	border:none;
	padding:0;
	height:48px;
	width:100px;
	color:#fff;
	border-radius:0 3px 3px 0; 
}
#bottom_box .newsletter_btn svg{
	height:20px;
	width:20px;
	fill: #fff;
}
#bottom_box .bottom_link{
	padding-top:60px;
}
#bottom_box .bottom_link .wapper{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
	box-sizing:border-box;
}
#bottom_box .bottom_link .about_us{
	padding: 0 20px;
	box-sizing:border-box;
}
#bottom_box .bottom_link .about_us .about_txt{
	min-height:30px;
}
#bottom_box .bottom_link .about_us p{
	font-size:13px;
	color:#666;
	line-height:20px;
	margin:20px 0;
}

#bottom_box .bottom_link .dl-list{
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 20px;
    margin-bottom: 30px;
    width: 100%;
	box-sizing:border-box;
}
#bottom_box .bottom_link dt,
#bottom_box .bottom_link .about_us h3{
	font-size:16px;
	color:#606060;
	text-transform:capitalize;
	margin-bottom:15px;
	font-weight:normal;
}
#bottom_box .bottom_link dd{}
#bottom_box .bottom_link dd > a{
	display:block;
	line-height:24px;
	color:#565656;
}
#bottom_box .bottom_link dd > a:hover{
	color:#e11687;
}

#bottom_box .footer .wapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	position:relative;
}
#bottom_box .currency_box{
	position:absolute;
	left:0;
	top:-40px;
}
#bottom_box .currency_txt{position:relative;}
#bottom_box .currency_txt select{
	background:none;
	border:0;
	line-height:25px;
	color:inherit;
	font-size:14px;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	cursor:pointer;
    padding-right: 15px;
	padding-left:5px;
    outline: none;
	position:relative;
	z-index:2;
}
#bottom_box .currency_txt .icon {
    position: absolute;
    right: 0;
    top: 50%;
	transform:translate(0,-50%);
    z-index: 1;
}
#bottom_box .currency_txt select option{
	color:#333;
}
#bottom_box .currency_box .currency_txt{
	height:25px;
	line-height:25px;
	background: #fff;
    border-radius: 2px;
    padding: 3px 0;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2);
}
#bottom_box .currency_box .currency_txt i{
	background:none;
	margin:0 0 -10px 4px;
	font-size:12px;
}
#bottom_box .drop_currency{
    position: absolute;
    z-index: 999999;
    background: #fff;
    border: 1px solid #c1c1c1;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    display: none;
	left: 0;
    top: 25px;
    width: 86px;
    padding: 3px 0;
}
#bottom_box .currency li a{
    color: #333;
    display: block;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
}
#bottom_box .currency li a:hover{
	color:#fff;
	background:#e11687;
}
#bottom_box .currency li a b {
    font-weight: normal;
    float: left;
}
#bottom_box .currency li a span {
    float: right;
}
#bottom_box .foot-txt{
	width:100%;
	padding:0;
	box-sizing:border-box;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

#bottom_box .foot-txt .payment-box{
	margin-bottom:10px;
	min-height:30px;
	min-width:200px;
}

#bottom_box .foot-txt .copyright p,
#bottom_box .foot-copyright p{
	margin-bottom:10px;
}

#bottom_box .foot-copyright{
	min-height:30px;
	min-width:200px;
}

#bottom_box .shartto{
	float: none;
    height: auto;
    line-height: normal;
	min-height:36px;
}
#bottom_box .shartto li {
    width: auto;
    float: none;
    margin: 0 10px 10px;
    display: inline-block;
    vertical-align: middle;
}
#bottom_box .shartto li a{
	font-size:20px;
	color:#606060;
}
#bottom_box .footer{
	padding:0 20px;	
}

.main_bg{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	z-index:99;
}
#body_box{
	width:1200px;
}
.product_detail_2017 .viewfontright{
	width:555px;
}
/*产品列表页*/
.product_list_2017 .common_pro_list1{
	font-size:0;
}
.product_list_2017 .common_pro_list1 li{
	display: inline-block;
    float: none;
    font-size: 14px;
    width: calc(25% - 15px);
    margin: 20px 20px 0 0;
    border: 0;
	vertical-align:top;
}
.product_list_2017 .common_pro_list1 li:nth-child(4n){
	margin-right:0;
}
.product_list_2017 .common_pro_list1 li .product_img{
	position:relative;
}
.product_list_2017 .common_pro_list1 li .pic{
	width: 285px;
    height: 360px;
    line-height: 360px;
}
.product_list_2017 .common_pro_list1 li .pic img{
	max-width:100%;
	max-height:100%;
}
.product_list_2017 .common_pro_list1 li .newin{
	background: #ed3445;
    width: 60px;
    height: 24px;
    line-height: 24px;
}
.product_list_2017 .common_pro_list1 li .discount{
	position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: #000;
    padding: 0 10px;
    z-index: 99;
    font-size: 12px;
	width:auto;
}
.product_list_2017 .common_pro_list1 li .sold_out_box{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    line-height: 100px;
    color: #fff;
    text-align: center;
    margin: -50px 0 0 -50px;
}
.product_list_2017 .common_pro_list1 .pro_content{
	text-align: center;
    padding: 10px 0 0 0;
    position: relative;
    z-index: 2;
}
.product_list_2017 .common_pro_list1 li .name{
	font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #333;
    padding: 0;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_list_2017 .common_pro_list1 li .price{
	font-size: 16px;
    color: #ed3445;
    font-weight: bold;
}
.product_list_2017 .common_pro_list1 li span.oldprice{
	color: #999;
	font-size:16px;
}
.product_list_2017 .common_pro_list1 li .free_shipping{
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	color: #000;
}
.product_list_2017 .common_pro_list1 li .free_shipping svg{
	height: 20px;
	width: 24px;
	fill: #000;
	vertical-align: top;
	margin-right: 5px;
}

.block_items_imagetext_1{}
.block_items_imagetext_1 .imagetext-content{ background:#fff;}
.block_items_imagetext_1 .imagetext_pic{position:relative; width:30%;}
.block_items_imagetext_1 .imagetext_pic img{display:block;width:100%;}
.block_items_imagetext_1 .imagetext_content_btn{background:#e11687;}
.block_items_imagetext_1 .imagetext_content_wapper{padding:20px 50px;}
.block_items_products_rec .block_rec_ul li .pro_content{background:#fff;padding:10px 0;}
.block_items_category_list .block_category_content .category-pic:before{background:rgba(225,22,135,0.9);}
.block_items_category_list .block_category_content .category-name{color:#fff;}
.block_single_products .single_product_img img{display:block;width:100%;}
.block_single_products{background:#fff;}
.block_items_products_rec .block_rec_ul li:hover{box-shadow: 0 20px 30px 0 rgba(0,0,0,0.06);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);    transition: all 0.25s ease;}
.block_items_category_list .block_category_content li:nth-child(3n){
    margin-right: 0;
}
.block_items_category_list .block_category_content li:nth-child(4n){
    margin-right: 20px;
}
.block_items_category_list .block_category_content .category-name{
	left:0;
	bottom:0;
	padding:20px 50px 8px 50px;
	width:100%;
	transform:translateX(0);
	max-width:100%;
	background:rgba(225,22,135,0.9);
	text-align:left;
	font-size:20px;
}

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



/*多颜色主题*/
/*红色*/
.global_style_red{}
.global_style_red #header_box .cart_txt span.num,
.global_style_red #bottom_box .newsletter{ background:#ed4040;}
.global_style_red #bottom_box .bottom_link dd > a:hover,
.global_style_red #header_box .nav li a:hover,
.global_style_red #header_box .nav > li.on > a{ color:#ed4040;}
.global_style_red #header_box .nav > li.on > a svg{ fill:#ed4040;}
.global_style_red .block_items_category_list .block_category_content .category-name{ background:rgba(237,64,64,0.9);}


/*橙色*/
.global_style_orange{}
.global_style_orange #header_box .cart_txt span.num,
.global_style_orange #bottom_box .newsletter{ background:#ff8542;}
.global_style_orange #bottom_box .bottom_link dd > a:hover,
.global_style_orange #header_box .nav li a:hover,
.global_style_orange #header_box .nav > li.on > a{ color:#ff8542;}
.global_style_orange #header_box .nav > li.on > a svg{ fill:#ff8542;}
.global_style_orange .block_items_category_list .block_category_content .category-name{ background:rgba(255,133,66,0.9);}

/*绿色*/
.global_style_green{}
.global_style_green #header_box .cart_txt span.num,
.global_style_green #bottom_box .newsletter{ background:#089b32;}
.global_style_green #bottom_box .bottom_link dd > a:hover,
.global_style_green #header_box .nav li a:hover,
.global_style_green #header_box .nav > li.on > a{ color:#089b32;}
.global_style_green #header_box .nav > li.on > a svg{ fill:#089b32;}
.global_style_green .block_items_category_list .block_category_content .category-name{ background:rgba(8,155,50,0.9);}

/*蓝色*/
.global_style_blue{}
.global_style_blue #header_box .cart_txt span.num,
.global_style_blue #bottom_box .newsletter{ background:#428fff;}
.global_style_blue #bottom_box .bottom_link dd > a:hover,
.global_style_blue #header_box .nav li a:hover,
.global_style_blue #header_box .nav > li.on > a{ color:#428fff;}
.global_style_blue #header_box .nav > li.on > a svg{ fill:#428fff;}
.global_style_blue .block_items_category_list .block_category_content .category-name{ background:rgba(66,143,255,0.9);}

/*紫色*/
.global_style_purple{}
.global_style_purple #header_box .cart_txt span.num,
.global_style_purple #bottom_box .newsletter{ background:#c942ff;}
.global_style_purple #bottom_box .bottom_link dd > a:hover,
.global_style_purple #header_box .nav li a:hover,
.global_style_purple #header_box .nav > li.on > a{ color:#c942ff;}
.global_style_purple #header_box .nav > li.on > a svg{ fill:#c942ff;}
.global_style_purple .block_items_category_list .block_category_content .category-name{ background:rgba(201,66,255,0.9);}


/*粉色*/
.global_style_pink{}
.global_style_pink #header_box .cart_txt span.num,
.global_style_pink #bottom_box .newsletter{ background:#fb6cb1;}
.global_style_pink #bottom_box .bottom_link dd > a:hover,
.global_style_pink #header_box .nav li a:hover,
.global_style_pink #header_box .nav > li.on > a{ color:#fb6cb1;}
.global_style_pink #header_box .nav > li.on > a svg{ fill:#fb6cb1;}
.global_style_pink .block_items_category_list .block_category_content .category-name{ background:rgba(251,108,177,0.9);}

/*黑色*/
.global_style_black{}
.global_style_black #header_box .cart_txt span.num,
.global_style_black #bottom_box .newsletter{ background:#000000;}
.global_style_black #bottom_box .bottom_link dd > a:hover,
.global_style_black #header_box .nav li a:hover,
.global_style_black #header_box .nav > li.on > a{ color:#000000;}
.global_style_black #header_box .nav > li.on > a svg{ fill:#000000;}
.global_style_black .block_items_category_list .block_category_content .category-name{ background:rgba(0,0,0,0.9);}

/*黄色*/
.global_style_yellow{}
.global_style_yellow #header_box .cart_txt span.num,
.global_style_yellow #bottom_box .newsletter{ background:#fbd540;}
.global_style_yellow #bottom_box .bottom_link dd > a:hover,
.global_style_yellow #header_box .nav li a:hover,
.global_style_yellow #header_box .nav > li.on > a{ color:#fbd540;}
.global_style_yellow #header_box .nav > li.on > a svg{ fill:#fbd540;}
.global_style_yellow .block_items_category_list .block_category_content .category-name{ background:rgba(251,213,64,0.9);}

/*橙黄色*/
.global_style_orange_yellow{}
.global_style_orange_yellow #header_box .cart_txt span.num,
.global_style_orange_yellow #bottom_box .newsletter{ background:#fe9a04;}
.global_style_orange_yellow #bottom_box .bottom_link dd > a:hover,
.global_style_orange_yellow #header_box .nav li a:hover,
.global_style_orange_yellow #header_box .nav > li.on > a{ color:#fe9a04;}
.global_style_orange_yellow #header_box .nav > li.on > a svg{ fill:#fe9a04;}
.global_style_orange_yellow .block_items_category_list .block_category_content .category-name{ background:rgba(254,154,4,0.9);}

/*洋红色*/
.global_style_magenta{}

/*浅褐色*/
.global_style_light_brown{}
.global_style_light_brown #header_box .cart_txt span.num,
.global_style_light_brown #bottom_box .newsletter{ background:#6b473c;}
.global_style_light_brown #bottom_box .bottom_link dd > a:hover,
.global_style_light_brown #header_box .nav li a:hover,
.global_style_light_brown #header_box .nav > li.on > a{ color:#6b473c;}
.global_style_light_brown #header_box .nav > li.on > a svg{ fill:#6b473c;}
.global_style_light_brown .block_items_category_list .block_category_content .category-name{ background:rgba(107,74,60.9);}

/*褐色*/
.global_style_brown{}
.global_style_brown #header_box .cart_txt span.num,
.global_style_brown #bottom_box .newsletter{ background:#843900;}
.global_style_brown #bottom_box .bottom_link dd > a:hover,
.global_style_brown #header_box .nav li a:hover,
.global_style_brown #header_box .nav > li.on > a{ color:#843900;}
.global_style_brown #header_box .nav > li.on > a svg{ fill:#843900;}
.global_style_brown .block_items_category_list .block_category_content .category-name{ background:rgba(132,57,0,0.9);}

/*棕绿色*/
.global_style_brown_green{}
.global_style_brown_green #header_box .cart_txt span.num,
.global_style_brown_green #bottom_box .newsletter{ background:#666400;}
.global_style_brown_green #bottom_box .bottom_link dd > a:hover,
.global_style_brown_green #header_box .nav li a:hover,
.global_style_brown_green #header_box .nav > li.on > a{ color:#666400;}
.global_style_brown_green #header_box .nav > li.on > a svg{ fill:#666400;}
.global_style_brown_green .block_items_category_list .block_category_content .category-name{ background:rgba(102,100,0,0.9);}


/*浅绿色*/
.global_style_light_green{}
.global_style_light_green #header_box .cart_txt span.num,
.global_style_light_green #bottom_box .newsletter{ background:#b2d235;}
.global_style_light_green #bottom_box .bottom_link dd > a:hover,
.global_style_light_green #header_box .nav li a:hover,
.global_style_light_green #header_box .nav > li.on > a{ color:#b2d235;}
.global_style_light_green #header_box .nav > li.on > a svg{ fill:#b2d235;}
.global_style_light_green .block_items_category_list .block_category_content .category-name{ background:rgba(178,210,53,0.9);}


/*深绿色*/
.global_style_dark_green{}
.global_style_dark_green #header_box .cart_txt span.num,
.global_style_dark_green #bottom_box .newsletter{ background:#029834;}
.global_style_dark_green #bottom_box .bottom_link dd > a:hover,
.global_style_dark_green #header_box .nav li a:hover,
.global_style_dark_green #header_box .nav > li.on > a{ color:#029834;}
.global_style_dark_green #header_box .nav > li.on > a svg{ fill:#029834;}
.global_style_dark_green .block_items_category_list .block_category_content .category-name{ background:rgba(2,152,52,0.9);}



/*浅蓝色*/
.global_style_light_blue{}
.global_style_light_blue #header_box .cart_txt span.num,
.global_style_light_blue #bottom_box .newsletter{ background:#2c6dff;}
.global_style_light_blue #bottom_box .bottom_link dd > a:hover,
.global_style_light_blue #header_box .nav li a:hover,
.global_style_light_blue #header_box .nav > li.on > a{ color:#2c6dff;}
.global_style_light_blue #header_box .nav > li.on > a svg{ fill:#0292c6dff834;}
.global_style_light_blue .block_items_category_list .block_category_content .category-name{ background:rgba(44,109,255,0.9);}

/*深蓝色*/
.global_style_dark_blue{}
.global_style_dark_blue #header_box .cart_txt span.num,
.global_style_dark_blue #bottom_box .newsletter{ background:#32339f;}
.global_style_dark_blue #bottom_box .bottom_link dd > a:hover,
.global_style_dark_blue #header_box .nav li a:hover,
.global_style_dark_blue #header_box .nav > li.on > a{ color:#32339f;}
.global_style_dark_blue #header_box .nav > li.on > a svg{ fill:#32339f;}
.global_style_dark_blue .block_items_category_list .block_category_content .category-name{ background:rgba(55,51,159,0.9);}


/*浅紫色*/
.global_style_light_purple{}
.global_style_light_purple #header_box .cart_txt span.num,
.global_style_light_purple #bottom_box .newsletter{ background:#d27fff;}
.global_style_light_purple #bottom_box .bottom_link dd > a:hover,
.global_style_light_purple #header_box .nav li a:hover,
.global_style_light_purple #header_box .nav > li.on > a{ color:#d27fff;}
.global_style_light_purple #header_box .nav > li.on > a svg{ fill:#d27fff;}
.global_style_light_purple .block_items_category_list .block_category_content .category-name{ background:rgba(210,127,2555,0.9);}

/*深紫色*/
.global_style_dark_purple{}
.global_style_dark_purple #header_box .cart_txt span.num,
.global_style_dark_purple #bottom_box .newsletter{ background:#b600ff;}
.global_style_dark_purple #bottom_box .bottom_link dd > a:hover,
.global_style_dark_purple #header_box .nav li a:hover,
.global_style_dark_purple #header_box .nav > li.on > a{ color:#b600ff;}
.global_style_dark_purple #header_box .nav > li.on > a svg{ fill:#b600ff;}
.global_style_dark_purple .block_items_category_list .block_category_content .category-name{ background:rgba(182,0,2555,0.9);}

/*青色*/
.global_style_cyan{}
.global_style_cyan #header_box .cart_txt span.num,
.global_style_cyan #bottom_box .newsletter{ background:#009ad6;}
.global_style_cyan #bottom_box .bottom_link dd > a:hover,
.global_style_cyan #header_box .nav li a:hover,
.global_style_cyan #header_box .nav > li.on > a{ color:#009ad6;}
.global_style_cyan #header_box .nav > li.on > a svg{ fill:#009ad6;}
.global_style_cyan .block_items_category_list .block_category_content .category-name{ background:rgba(0,154,215,0.9);}


/*青绿色*/
.global_style_cyan_green{}
.global_style_cyan_green #header_box .cart_txt span.num,
.global_style_cyan_green #bottom_box .newsletter{ background:#00ae9d;}
.global_style_cyan_green #bottom_box .bottom_link dd > a:hover,
.global_style_cyan_green #header_box .nav li a:hover,
.global_style_cyan_green #header_box .nav > li.on > a{ color:#00ae9d;}
.global_style_cyan_green #header_box .nav > li.on > a svg{ fill:#00ae9d;}
.global_style_cyan_green .block_items_category_list .block_category_content .category-name{ background:rgba(0,174,157,0.9);}



/*青蓝色*/
.global_style_cyan_blue{}
.global_style_cyan_green #header_box .cart_txt span.num,
.global_style_cyan_green #bottom_box .newsletter{ background:#102b6a;}
.global_style_cyan_green #bottom_box .bottom_link dd > a:hover,
.global_style_cyan_green #header_box .nav li a:hover,
.global_style_cyan_green #header_box .nav > li.on > a{ color:#102b6a;}
.global_style_cyan_green #header_box .nav > li.on > a svg{ fill:#102b6a;}
.global_style_cyan_green .block_items_category_list .block_category_content .category-name{ background:rgba(16,43,106,0.9);}




.autocomplete-suggestions{
	position:fixed !important;
}
@media screen and (max-width:1280px){ 
	#header_box .cart #minicartlist{
		height:calc(100% - 100px);
	}
	#header_box .buy_pro{
		max-height: calc(100% - 150px);
    	overflow: auto;
	}
}


@media screen and (max-width: 1024px){
#header_box .cart{display:none !important;}

	}

@media (min-width: 1024px) {
	#header_box{
		padding:20px 0;
	}
	.header__menu-icon,
	#header_box .logo{
		text-align:left;
	}
	.header__menu-icon{
		display: none
	}
	#header_box .nav_war{
		display:flex;
	}
	#header_box .login-link{
		display: block;
	}
	#header_box .search_icon svg{
		margin-top:3px;	
	}
	#body_box{
		padding-top:100px !important;
	}
	#bottom_box .newsletter .wapper{
		padding: 90px 20px;
	}
	#bottom_box .newsletter{
		margin-bottom:0;
	}
	#bottom_box .bottom_link .dl-list{
		width:auto;
	}
	#bottom_box .foot-txt{
		padding:0 20px;	
	}
	#bottom_box .foot-copyright{
		padding-bottom:0;
	}
	#bottom_box .bottom_link .dl-list{
		width:25%;
	}
	.block_items_category_list .block_category_content li {
		width: calc(33.3333% - 15px);
		margin-right:20px;
	}
}
@media (max-width: 1024px) and (min-width: 678px) {
	#bottom_box .bottom_link .dl-list{
		width:33.3333%;
	}
	#body_box{
		padding-top:60px !important;
	}
}
@media (min-width: 678px) {
	
	#bottom_box .currency_box{
		left:20px;
	}
	
	#bottom_box .newsletter h3{
		width:50%;
	}
	#bottom_box .newsletter .newsletter_con{
		width:50%;
		padding-left:20px;
	}
	#bottom_box .footer{
		padding:0;	
	}
	#bottom_box .foot-txt{
		padding:0 20px;	
	}
	.mobile-nav .mobile-currency{
		display:none;
	}
	.header_container{
		height:60px;
	}
}




@media screen and (max-width: 767px){
	.header_container{
		height:45px;
	}
	#header_box .logo{height:auto;}
	#header_box .logo img{max-width:60%;}
	#header_box .cart_box{margin-left:0;float:left;}
	.search{    padding: 20px;    max-width: 90%;}
	.search .search_close{ top:-30px; right:auto; left:50%; transform:translateX(-50%); display:none;}
	.search .search_close i{ border-radius:50%; border:1px solid #fff; color:#fff; width:25px; height:25px; padding:2px; box-sizing:border-box;}
	.btn_search{padding:10px;}
	#header_box .currency_box{display:none;}
	
	#header_box .cart_txt .pc-txt b{
		display:none;
	}
	#header_box .cart_txt .pc-txt svg{
		display:block;
	}
	#header_box .cart_txt .pc-txt span.num{
		position:absolute;
		left:50%;
		top:0;
		transform:translateX(-50%);
		color:#fff;
		background:none;
		border-radius:0;
		margin-left: 0;
		height:auto;
		border:none;
		line-height:inherit;
	}
	
	
	.mobile-nav .mobile-currency{
		display:block;
	}
	#bottom_box .bottom_link .dl-list{
			width:50%;
	}
	#bottom_box .foot-txt .foot-copyright{
		padding:0 0 20px;
	}
	.block_items_category_list .block_category_content li{
		width:100%;
	}
	.block_items_category_list .block_category_content .category-name{
		padding:15px 15px 8px 15px;
	}
}
@media screen and (max-width: 640px){
	.block_items_imagetext_1 .imagetext_pic{width:calc(100% - 40px);margin:20px 20px 0;box-sizing:border-box;}
	.block_items_imagetext_1 .imagetext_pic img{margin:0 auto;}
}
@media screen and (max-width: 480px){
	#bottom_box .bottom_link .dl-list{
		width:100%;
	}
}