html,body{
	font-family: 'Verdana';
}
a:hover{
	color:#e43195;
}
.header_wapper{
	width:1200px;
	margin:0 auto;
}
.top{
	height:30px;
	background:#efefef; 
}
.top .header_wapper{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	
}
.top .top_lt{
	height:30px;
	min-width:50%;
	line-height:30px;
}
.top .top_rt{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.top .top_rt .tracking{
	padding: 0 0 0 20px; 
	height:20px;
	line-height:20px;
}
.top .top_rt .tracking a{
	color:#333;
}
.top .top_rt .tracking a:hover{
	color:#e43195;
}
.top .top_rt .currency_box{}
.top .top_rt .currency_txt{
	position:relative;
	height:20px;
}
.top .top_rt .currency_txt select{
	height:20px;
	padding-right:10px;
	border:0;
	color:#333;
	cursor:pointer;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	position: relative;
    z-index: 9;
    background: none;
}
.top .top_rt .currency_txt select::-ms-expand { 
	display: none; 
} 
.top .top_rt .currency_txt svg{
	position:absolute;
	right:0;
	top:0;
	height:20px;
	width:14px;
	fill:#333;
}

#header_box{
	width:100%;
}
#header_box.header_fixed{
	position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff;
}
#header_box .header_mid{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	margin-bottom:10px;
	margin-top:20px;
}
#header_box .logo{
	width:auto;
	height:auto;
}
#header_box .logo a{}
#header_box .logo a img{
	max-width:200px;
	max-height:40px;
}


#header_box .header_right{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	width:235px;
	flex-direction: row-reverse;
}

#header_box .cart_box{
	margin:0;
	padding:0;
	border:0;
	height:40px;
}
#header_box .cart_txt{
	font-size:12px;
	line-height:40px;
}
#header_box .cart_txt a{
	position:relative;
	display:block;
}
#header_box .cart_txt a svg{
	height:40px;
	width:26px;
	fill:#333;
}
#header_box .cart_txt a span{
	position:absolute;
	right:-5px;
	top:0;
	min-width:16px;
	height:16px;
	line-height:16px;
	border-radius:50%;
	background:#e43195;
	text-align:center;
	color:#fff;
	font-weight:normal;
}

#header_box .login-link{
	margin-right:20px;
}
#header_box .login-link a{
	color:#000;
}
#header_box .login-link a.mobail_link{
	display:none;
}
#header_box .search-box{}
#header_box .search-box .search{}
#header_box .search-box .searchform{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	width: 235px;
    height: auto;
	border:0;
    border-bottom:1px solid #e0e0e0;
}
#header_box .search-box .search_input{
	width:200px;
	height:30px;
	border:0;
	border-right:0;
	text-indent:10px;
	padding:0;
	margin:0;
	box-sizing:border-box;
}
#header_box .search-box .btn_search{
	background: none;
    width: 35px;
    height: 30px;
    margin: 0;
    border: 0;
    float: none;
}
#header_box .search-box .btn_search svg{
	height: 30px;
    width: 16px;
    fill: #999;
}
#header_box .nav_box{
	height:auto;
	border:0;
}
#header_box .nav_box .header_wapper > ul{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content:center;
	height:auto;
	float:none;
	margin:0;
	width:100%;
	min-height:50px;
}
#header_box .nav_box .header_wapper > ul > li{
	position:relative;
	padding:0 20px;
	float:none;
	height:auto;
}
#header_box .nav_box .header_wapper > ul > li > .cate_menu > a{
	position:relative;
	display:block;
	line-height:50px;
	height:50px;
	font-size:14px;
	color:#333;
	border:0;
	padding:0;
}
#header_box .nav_box .header_wapper > ul > li.on > .cate_menu > a,
#header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover{
	color:#e43195;
}
#header_box .nav_box .header_wapper > ul > li > .cate_menu  > .down_icon{
	display:none;
}
#header_box .nav_box .header_wapper > ul > li > .cate_menu > a:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	background:#fff;
}
#header_box .nav_box .header_wapper > ul > li.on > .cate_menu > a:before,
#header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before{
	background:#e43195;
}

#header_box .nav_box .sub_nav{
	position:absolute;
	top:50px;
	left:0;
	box-shadow: 0 5px 10px -4px #ddd;
    z-index: 999;
    background: #fff;
	padding: 10px 20px;
	width:200px; 
	border-top:1px solid #f2f2f2;
	display:none;
}
#header_box .nav_box li.on .sub_nav{
	display:block;
}
#header_box .nav .sub_nav li{
	height: auto;
    float: none;
    width: auto;
}
#header_box .nav .sub_nav li a{
	display:block;
	line-height:32px;
	height:32px;
	padding:0;
	color:#333;
	font-size:14px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#header_box .nav .sub_nav li a:hover{
	color:#e43195;
	background:none;
}
#header_box .nav_box li.daily_new .sub_nav{
	padding:10px 15px;
	width:auto;
}
#header_box .nav_box li.daily_new .sub_nav li{ 
	width:340px;
}
#header_box .nav_box li.daily_new .sub_nav li dl dt{ 
	color:#333;
	text-align:left;
	margin-bottom:7px;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
	line-height:normal;
	font-size:16px;
}
#header_box .nav_box li.daily_new .sub_nav li dl dt .down_icon_2{
	display:none;
}
#header_box .nav_box li.daily_new .sub_nav li dl{
	width:170px;
	float:left;
}
#header_box .nav_box li.daily_new .sub_nav li dl dd a{
	font-weight:normal;
	padding:5px 0 4px;
	height:20px;
	line-height:20px;
}
#header_box .nav_box li.daily_new .sub_nav li dl.newin-categories dd a:nth-child(1),
#header_box .nav_box li.daily_new .sub_nav li dl.newin-categories dd a:nth-child(2),
#header_box .nav_box li.daily_new .sub_nav li dl.newin-categories dd a:nth-child(3){
	color:#f0007d;
}


#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;
}

#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 .minicart_more,
#header_box .minicart_more:hover{
	background:none;
	color:#333;
}
#header_box .buy_pro li div.right_info a:hover,
#header_box .minicart_more:hover{
	text-decoration:underline;
}


#header_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;
	vertical-align:middle;
}
#header_box .minicart_bottom .view_cart_btn{
	display:flex;
	flex-direction: row;
	align-items:center;
}
#header_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:block;
}
#header_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;
}
#header_box .minicart_bottom .view_cart_btn a.mini_cart_view_btn:hover{
	background:#000;
	color:#fff;
}


#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;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	z-index:500000;
}
#header_box .buy_pro li{
	padding:30px 0 0;
	border:0;
	display: flex;
    flex-direction: row;
	align-items:center;
}
#header_box .buy_pro li div.left_pic{
	width:80px;
}
#header_box .buy_pro li .pic{
	width:80px;
	height:80px;
	line-height:80px;
	margin:0;
	display:block;
	text-align:center;
	font-size:0;
}
#header_box .buy_pro li .pic:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	height:100%;
}
#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 .minicart_empty{
	padding:15px 0;
	
}
#header_box .cart.on{
	visibility:visible;
	opacity:1;
	transform:translate(0);
}


.block_items_banner .swiper-button-next, 
.block_items_banner .swiper-button-prev{
	width:40px;
	height:80px;
	background:#fff;
	border-radius:0;
	transform:none;
	margin-top:-40px;
}
.block_items_banner .swiper-button-next{
	right:0;
}
.block_items_banner .swiper-button-prev{
	left:0;
}
.block_items_banner .swiper-button-next svg, 
.block_items_banner .swiper-button-prev svg{
	height:80px;
	width:18px;
	fill:#333;
}
.block_items_banner .swiper-pagination-bullet{
	width:40px;
	height:3px;
	background:rgba(255,255,255,.4);
	border-radius:0;
}
.block_items_banner .swiper-pagination-bullet-active{
	background:#fff;
}
.block_items_banner .banner-swiper-pagination{
	bottom:40px;
}
.block_items_category_list .block_category_content .category-pic{
	border-radius:50%;
}
.block_items_category_list .block_category_content .category-name{
	bottom: auto;
    top: 50%;
    margin-top: -22px;
}
.block_items_products_tab .block_title a{
	border:0;
}
.block_items_products_tab .block_title a:hover, 
.block_items_products_tab .block_title a.on{
	border:0;
	color: #e43195;
}









.index_default{
	width:100% !important;
	margin:0;
}

#bottom_box{
	width:100%;
	border-top:1px solid #e1e1e1;
	padding:50px 0 0;
}
#bottom_box .bottom_link{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
	padding:0 0 50px;
}
#bottom_box .bottom_link dl{
	width:20%;
}
#bottom_box .bottom_link dl.newsletter{
	width:40%;
}
#bottom_box .bottom_link dl dt{
	font-size: 14px;
    font-weight: 700;
    color: #222;
    height: 32px;
    line-height: 32px;
	margin-bottom:10px;
}
#bottom_box .bottom_link dl > dd > a{
	display:block;
	line-height:32px;
	color:#666;
	font-size:14px;
}
#bottom_box .bottom_link dl dd a:hover{
	color: #e43195;
}
#bottom_box .bottom_link dl .newsletter_con{
	padding:5px 0 0;
}
#bottom_box .bottom_link dl .newsletter_con p{
	padding:0 0 15px;
	font-size:14px;
	color:#666;
}
#bottom_box .bottom_link dl .newsletter_con form{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#bottom_box .newsletter_txt{
	width:calc(100% - 120px);
	height:40px;
	border:1px solid #222;
	border-right:0;
	box-sizing:border-box;
	text-indent:10px;
	line-height:18px;
}
#bottom_box .newsletter_btn{
	border:0;
	width:120px;
	height:40px;
	background:#222;
	line-height:40px;
	text-align:center;
	color:#fff;
	margin:0;
	font-size:14px; 
}
#bottom_box .shartto{
	float: none;
    height: auto;
    line-height: normal;
    margin-top: 20px;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	min-height:50px;
}
#bottom_box .shartto li{
	float: none;
    width: auto;
    margin-right: 15px;
	margin-bottom: 15px;
}
#bottom_box .shartto li a{
	display:block;
	width:34px;
	height:34px;
	border:2px solid #333;
	border-radius:50%;
	color:#333;
	text-align:center;
	line-height:34px;
	font-size:20px;
}
#bottom_box .shartto li a:hover{
	border-color: #e43195;
	color: #e43195;
}
#bottom_box .footer{
	min-height:50px;
	background:#eee;
}
#bottom_box .foot-txt{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
	width:1200px;
	margin:0 auto;
}
#bottom_box .payment-box,
#bottom_box .foot-copyright{
	width:50%;
	min-height:20px;
	line-height:50px;
}
#bottom_box .payment-box{
	text-align:right;
}





/*产品列表页*/
.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: 14px;
	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: 14px;
    line-height: 20px;
    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 .name:hover{
	color: #e43195;
}
.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;
}

.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;}

.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;
}




.mobile-navside{
	display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
	position: fixed;
	left:0;
	top:0;
    z-index: 99999999; 
	opacity:0;
	visibility:hidden;
    background: rgba(0,0,0,.3);
	transition: all 0.3s;
}
.mobile-navside-on{
	opacity:1;
	visibility:visible;
}
.mobile-navside .mobile-nav{
	position:relative;
	background: #fff;
    width: 80%;
	height:100%;
	padding:0 0 30px;
	box-sizing:border-box;
	transform:translate(-100%,0);
	overflow:auto;
	transition: all 0.3s;
}
.mobile-navside-on .mobile-nav{
	transform:translate(0,0);
}
.mobile-navside .mobile-nav .mobile-nav-close{
	height:50px;
	line-height:50px;
	border-bottom:1px solid #e9e7e7;
	color:#333;
	padding:0 15px;
}
.mobile-navside .mobile-nav .mobile-nav-close svg{
	vertical-align:top;
	height:48px;
	width:16px;
	fill:#333;
}
.mobile-navside .mobile-nav .mobile-nav__middle{
	padding:15px;
}

.mobile-navside .mobile-currency_box{
	margin-top:10px;
	width:calc(100% - 20px);
	margin-left:10px;
	height:40px;
	border:1px solid #e6e6e6;
	display:inline-block;
	position:relative;
}
.mobile-navside .mobile-currency_box select{
	height: 40px;
    padding: 0 30px 0 10px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    background: none;
}
.mobile-navside .mobile-currency_box svg{
	position: absolute;
    right: 5px;
    top: 0;
    height: 40px;
    width: 20px;
    fill: #333;
}
.mobile-navside .no-nav{
	width:30px;
	height:40px;
	position:absolute;
	right:15px;
	top:15px;
}
.mobile-navside .no-nav svg{
	width:30px;
	height:40px;
	fill:#333;
}
.mobile-navside .mobile-nav__middle > ul > li{}
.mobile-navside .mobile-nav__middle .cate_menu{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	height:40px;
	line-height:40px;
}
.mobile-navside .mobile-nav__middle .cate_menu a{
	display:block;
	width:calc(100% - 40px);
	color:#191919;
	box-sizing:border-box;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon{
	width:40px;
	height:40px;
	text-align:center;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon svg{
	width:16px;
	height:40px;
	fill:#191919;
	transition:all 0.3s;
	transform:rotate(-90deg);
}
.mobile-navside .mobile-nav__middle li.on .cate_menu .down_icon svg{
	transform:none ;
}

.mobile-navside .mobile-nav__middle .sub_nav{
	display:none;
}
.mobile-navside .mobile-nav__middle .sub_nav li a{
	display:block;
	line-height:34px;
	color:#191919;
	padding-left:10px;
}
.mobile-navside .mobile-nav__middle .daily_new .sub_nav{
	padding-left:10px;
}
.mobile-navside .mobile-nav__middle .daily_new dt{
	position:relative;
	height:34px;
	line-height:34px;
}
.mobile-navside .mobile-nav__middle .daily_new dt .down_icon_2{
	display:block;
	width: 40px;
    height: 34px;
    text-align: center;
	position:absolute;
	right:0;
	top:0; 
}
.mobile-navside .mobile-nav__middle .daily_new dt .down_icon_2 svg{
	width: 16px;
    height: 34px;
	fill:#191919;
	transition:all 0.3s;
	transform:rotate(-90deg);
}
.mobile-navside .mobile-nav__middle .daily_new dl.on dt .down_icon_2 svg{
	transform:none ;
}
.mobile-navside .mobile-nav__middle .daily_new dd{
	display:none;
}





#header_box .mobile-nav-icon,
#header_box .mobile-search-icon{
	display:none;
}

#body_box{
	width:1200px;
}
.product_detail_2017 .viewfontright{
	width:560px;
}



/*多颜色主题*/
/*红色*/


/*橙色*/
.global_style_orange a:hover,
.global_style_orange .top .top_rt .tracking a:hover,
.global_style_orange #header_box .nav .sub_nav li a:hover,
.global_style_orange .block_items_products_tab .block_title a:hover, 
.global_style_orange .block_items_products_tab .block_title a.on,
.global_style_orange #bottom_box .bottom_link dl dd a:hover,
.global_style_orange #bottom_box .shartto li a:hover,
.global_style_orange .product_list_2017 .common_pro_list1 li .name:hover{
	color:#ff8542;
}
.global_style_orange #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_orange #header_box .cart_txt a span{
	background:#ff8542;
}
.global_style_orange #bottom_box .shartto li a:hover{
	border-color:#ff8542;
}

/*绿色*/
.global_style_green a:hover,
.global_style_green .top .top_rt .tracking a:hover,
.global_style_green #header_box .nav .sub_nav li a:hover,
.global_style_green .block_items_products_tab .block_title a:hover, 
.global_style_green .block_items_products_tab .block_title a.on,
.global_style_green #bottom_box .bottom_link dl dd a:hover,
.global_style_green #bottom_box .shartto li a:hover,
.global_style_green .product_list_2017 .common_pro_list1 li .name:hover{
	color:#089b32;
}
.global_style_green #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_green #header_box .cart_txt a span{
	background:#089b32;
}
.global_style_green #bottom_box .shartto li a:hover{
	border-color:#089b32;
}

/*蓝色*/
.global_style_blue a:hover,
.global_style_blue .top .top_rt .tracking a:hover,
.global_style_blue #header_box .nav .sub_nav li a:hover,
.global_style_blue .block_items_products_tab .block_title a:hover, 
.global_style_blue .block_items_products_tab .block_title a.on,
.global_style_blue #bottom_box .bottom_link dl dd a:hover,
.global_style_blue #bottom_box .shartto li a:hover,
.global_style_blue .product_list_2017 .common_pro_list1 li .name:hover{
	color:#428fff;
}
.global_style_blue #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_blue #header_box .cart_txt a span{
	background:#428fff;
}
.global_style_blue #bottom_box .shartto li a:hover{
	border-color:#428fff;
}

/*紫色*/
.global_style_purple a:hover,
.global_style_purple .top .top_rt .tracking a:hover,
.global_style_purple #header_box .nav .sub_nav li a:hover,
.global_style_purple .block_items_products_tab .block_title a:hover, 
.global_style_purple .block_items_products_tab .block_title a.on,
.global_style_purple #bottom_box .bottom_link dl dd a:hover,
.global_style_purple #bottom_box .shartto li a:hover,
.global_style_purple .product_list_2017 .common_pro_list1 li .name:hover{
	color:#c942ff;
}
.global_style_purple #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_purple #header_box .cart_txt a span{
	background:#c942ff;
}
.global_style_purple #bottom_box .shartto li a:hover{
	border-color:#c942ff;
}

/*粉色*/
.global_style_pink a:hover,
.global_style_pink .top .top_rt .tracking a:hover,
.global_style_pink #header_box .nav .sub_nav li a:hover,
.global_style_pink .block_items_products_tab .block_title a:hover, 
.global_style_pink .block_items_products_tab .block_title a.on,
.global_style_pink #bottom_box .bottom_link dl dd a:hover,
.global_style_pink #bottom_box .shartto li a:hover,
.global_style_pink .product_list_2017 .common_pro_list1 li .name:hover{
	color:#fb6cb1;
}
.global_style_pink #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_pink #header_box .cart_txt a span{
	background:#fb6cb1;
}
.global_style_pink #bottom_box .shartto li a:hover{
	border-color:#fb6cb1;
}

/*黑色*/
.global_style_black a:hover,
.global_style_black .top .top_rt .tracking a:hover,
.global_style_black #header_box .nav .sub_nav li a:hover,
.global_style_black .block_items_products_tab .block_title a:hover, 
.global_style_black .block_items_products_tab .block_title a.on,
.global_style_black #bottom_box .bottom_link dl dd a:hover,
.global_style_black #bottom_box .shartto li a:hover,
.global_style_black .product_list_2017 .common_pro_list1 li .name:hover{
	color:#000000;
}
.global_style_black #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_black #header_box .cart_txt a span{
	background:#000000;
}
.global_style_black #bottom_box .shartto li a:hover{
	border-color:#000000;
}

/*黄色*/
.global_style_yellow a:hover,
.global_style_yellow .top .top_rt .tracking a:hover,
.global_style_yellow #header_box .nav .sub_nav li a:hover,
.global_style_yellow .block_items_products_tab .block_title a:hover, 
.global_style_yellow .block_items_products_tab .block_title a.on,
.global_style_yellow #bottom_box .bottom_link dl dd a:hover,
.global_style_yellow #bottom_box .shartto li a:hover,
.global_style_yellow .product_list_2017 .common_pro_list1 li .name:hover{
	color:#fbd540;
}
.global_style_yellow #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_yellow #header_box .cart_txt a span{
	background:#fbd540;
}
.global_style_yellow #bottom_box .shartto li a:hover{
	border-color:#fbd540;
}

/*橙黄色*/
.global_style_orange_yellow a:hover,
.global_style_orange_yellow .top .top_rt .tracking a:hover,
.global_style_orange_yellow #header_box .nav .sub_nav li a:hover,
.global_style_orange_yellow .block_items_products_tab .block_title a:hover, 
.global_style_orange_yellow .block_items_products_tab .block_title a.on,
.global_style_orange_yellow #bottom_box .bottom_link dl dd a:hover,
.global_style_orange_yellow #bottom_box .shartto li a:hover,
.global_style_orange_yellow .product_list_2017 .common_pro_list1 li .name:hover{
	color:#fe9a04;
}
.global_style_orange_yellow #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_orange_yellow #header_box .cart_txt a span{
	background:#fe9a04;
}
.global_style_orange_yellow #bottom_box .shartto li a:hover{
	border-color:#fe9a04;
}

/*洋红色*/
.global_style_magenta a:hover,
.global_style_magenta .top .top_rt .tracking a:hover,
.global_style_magenta #header_box .nav .sub_nav li a:hover,
.global_style_magenta .block_items_products_tab .block_title a:hover, 
.global_style_magenta .block_items_products_tab .block_title a.on,
.global_style_magenta #bottom_box .bottom_link dl dd a:hover,
.global_style_magenta #bottom_box .shartto li a:hover,
.global_style_magenta .product_list_2017 .common_pro_list1 li .name:hover{
	color:#fa039c;
}
.global_style_magenta #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_magenta #header_box .cart_txt a span{
 	background:#fa039c;
}
.global_style_magenta #bottom_box .shartto li a:hover{
	border-color:#fa039c;
}

/*浅褐色*/
.global_style_light_brown a:hover,
.global_style_light_brown .top .top_rt .tracking a:hover,
.global_style_light_brown #header_box .nav .sub_nav li a:hover,
.global_style_light_brown .block_items_products_tab .block_title a:hover, 
.global_style_light_brown .block_items_products_tab .block_title a.on,
.global_style_light_brown #bottom_box .bottom_link dl dd a:hover,
.global_style_light_brown #bottom_box .shartto li a:hover,
.global_style_light_brown .product_list_2017 .common_pro_list1 li .name:hover{
	color:#6b473c;
}
.global_style_light_brown #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_light_brown #header_box .cart_txt a span{
	background:#6b473c;
}
.global_style_light_brown #bottom_box .shartto li a:hover{
	border-color:#6b473c;
}

/*褐色*/
.global_style_brown a:hover,
.global_style_brown .top .top_rt .tracking a:hover,
.global_style_brown #header_box .nav .sub_nav li a:hover,
.global_style_brown .block_items_products_tab .block_title a:hover, 
.global_style_brown .block_items_products_tab .block_title a.on,
.global_style_brown #bottom_box .bottom_link dl dd a:hover,
.global_style_brown #bottom_box .shartto li a:hover,
.global_style_brown .product_list_2017 .common_pro_list1 li .name:hover{
	color:#843900;
}
.global_style_brown #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_brown #header_box .cart_txt a span{
	background:#843900;
}
.global_style_brown #bottom_box .shartto li a:hover{
	border-color:#843900;
}

/*棕绿色*/
.global_style_brown_green a:hover,
.global_style_brown_green .top .top_rt .tracking a:hover,
.global_style_brown_green #header_box .nav .sub_nav li a:hover,
.global_style_brown_green .block_items_products_tab .block_title a:hover, 
.global_style_brown_green .block_items_products_tab .block_title a.on,
.global_style_brown_green #bottom_box .bottom_link dl dd a:hover,
.global_style_brown_green #bottom_box .shartto li a:hover,
.global_style_brown_green .product_list_2017 .common_pro_list1 li .name:hover{
	color:#666400;
}
.global_style_brown_green #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_brown_green #header_box .cart_txt a span{
	background:#666400;
}
.global_style_brown_green #bottom_box .shartto li a:hover{
	border-color:#666400;
}

/*浅绿色*/
.global_style_light_green a:hover,
.global_style_light_green .top .top_rt .tracking a:hover,
.global_style_light_green #header_box .nav .sub_nav li a:hover,
.global_style_light_green .block_items_products_tab .block_title a:hover, 
.global_style_light_green .block_items_products_tab .block_title a.on,
.global_style_light_green #bottom_box .bottom_link dl dd a:hover,
.global_style_light_green #bottom_box .shartto li a:hover,
.global_style_light_green .product_list_2017 .common_pro_list1 li .name:hover{
	color:#b2d235;
}
.global_style_light_green #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_light_green #header_box .cart_txt a span{
	background:#b2d235;
}
.global_style_light_green #bottom_box .shartto li a:hover{
	border-color:#b2d235;
}

/*深绿色*/
.global_style_dark_green a:hover,
.global_style_dark_green .top .top_rt .tracking a:hover,
.global_style_dark_green #header_box .nav .sub_nav li a:hover,
.global_style_dark_green .block_items_products_tab .block_title a:hover, 
.global_style_dark_green .block_items_products_tab .block_title a.on,
.global_style_dark_green #bottom_box .bottom_link dl dd a:hover,
.global_style_dark_green #bottom_box .shartto li a:hover,
.global_style_dark_green .product_list_2017 .common_pro_list1 li .name:hover{
	color:#029834;
}
.global_style_dark_green #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_dark_green #header_box .cart_txt a span{
	background:#029834;
}
.global_style_dark_green #bottom_box .shartto li a:hover{
	border-color:#029834;
}

/*浅蓝色*/
.global_style_light_blue a:hover,
.global_style_light_blue .top .top_rt .tracking a:hover,
.global_style_light_blue #header_box .nav .sub_nav li a:hover,
.global_style_light_blue .block_items_products_tab .block_title a:hover, 
.global_style_light_blue .block_items_products_tab .block_title a.on,
.global_style_light_blue #bottom_box .bottom_link dl dd a:hover,
.global_style_light_blue #bottom_box .shartto li a:hover,
.global_style_light_blue .product_list_2017 .common_pro_list1 li .name:hover{
	color:#2c6dff;
}
.global_style_light_blue #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_light_blue #header_box .cart_txt a span{
	background:#2c6dff;
}
.global_style_light_blue #bottom_box .shartto li a:hover{
	border-color:#2c6dff;
}

/*深蓝色*/
.global_style_dark_blue a:hover,
.global_style_dark_blue .top .top_rt .tracking a:hover,
.global_style_dark_blue #header_box .nav .sub_nav li a:hover,
.global_style_dark_blue .block_items_products_tab .block_title a:hover, 
.global_style_dark_blue .block_items_products_tab .block_title a.on,
.global_style_dark_blue #bottom_box .bottom_link dl dd a:hover,
.global_style_dark_blue #bottom_box .shartto li a:hover,
.global_style_dark_blue .product_list_2017 .common_pro_list1 li .name:hover{
	color:#32339f;
}
.global_style_dark_blue #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_dark_blue #header_box .cart_txt a span{
	background:#32339f;
}
.global_style_dark_blue #bottom_box .shartto li a:hover{
	border-color:#32339f;
}

/*浅紫色*/
.global_style_light_purple a:hover,
.global_style_light_purple .top .top_rt .tracking a:hover,
.global_style_light_purple #header_box .nav .sub_nav li a:hover,
.global_style_light_purple .block_items_products_tab .block_title a:hover, 
.global_style_light_purple .block_items_products_tab .block_title a.on,
.global_style_light_purple #bottom_box .bottom_link dl dd a:hover,
.global_style_light_purple #bottom_box .shartto li a:hover,
.global_style_light_purple .product_list_2017 .common_pro_list1 li .name:hover{
	color:#d27fff;
}
.global_style_light_purple #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_light_purple #header_box .cart_txt a span{
	background:#d27fff;
}
.global_style_light_purple #bottom_box .shartto li a:hover{
	border-color:#d27fff;
}

/*深紫色*/
.global_style_dark_purple a:hover,
.global_style_dark_purple .top .top_rt .tracking a:hover,
.global_style_dark_purple #header_box .nav .sub_nav li a:hover,
.global_style_dark_purple .block_items_products_tab .block_title a:hover, 
.global_style_dark_purple .block_items_products_tab .block_title a.on,
.global_style_dark_purple #bottom_box .bottom_link dl dd a:hover,
.global_style_dark_purple #bottom_box .shartto li a:hover,
.global_style_dark_purple .product_list_2017 .common_pro_list1 li .name:hover{
	color:#b600ff;
}
.global_style_dark_purple #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_dark_purple #header_box .cart_txt a span{
	background:#b600ff;
}
.global_style_dark_purple #bottom_box .shartto li a:hover{
	border-color:#b600ff;
}

/*青色*/
.global_style_cyan a:hover,
.global_style_cyan .top .top_rt .tracking a:hover,
.global_style_cyan #header_box .nav .sub_nav li a:hover,
.global_style_cyan .block_items_products_tab .block_title a:hover, 
.global_style_cyan .block_items_products_tab .block_title a.on,
.global_style_cyan #bottom_box .bottom_link dl dd a:hover,
.global_style_cyan #bottom_box .shartto li a:hover,
.global_style_cyan .product_list_2017 .common_pro_list1 li .name:hover{
	color:#009ad6;
}
.global_style_cyan #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_cyan #header_box .cart_txt a span {
	background:#009ad6;
}
.global_style_cyan #bottom_box .shartto li a:hover{
	border-color:#009ad6;
}

/*青绿色*/
.global_style_cyan_green a:hover,
.global_style_cyan_green .top .top_rt .tracking a:hover,
.global_style_cyan_green #header_box .nav .sub_nav li a:hover,
.global_style_cyan_green .block_items_products_tab .block_title a:hover, 
.global_style_cyan_green .block_items_products_tab .block_title a.on,
.global_style_cyan_green #bottom_box .bottom_link dl dd a:hover,
.global_style_cyan_green #bottom_box .shartto li a:hover,
.global_style_cyan_green .product_list_2017 .common_pro_list1 li .name:hover{
	color:#00ae9d;
}
.global_style_cyan_green #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_cyan_green #header_box .cart_txt a span{
	background:#00ae9d;
}
.global_style_cyan_green #bottom_box .shartto li a:hover{
	border-color:#00ae9d;
}

/*青蓝色*/
.global_style_cyan_blue a:hover,
.global_style_cyan_blue .top .top_rt .tracking a:hover,
.global_style_cyan_blue #header_box .nav .sub_nav li a:hover,
.global_style_cyan_blue .block_items_products_tab .block_title a:hover, 
.global_style_cyan_blue .block_items_products_tab .block_title a.on,
.global_style_cyan_blue #bottom_box .bottom_link dl dd a:hover,
.global_style_cyan_blue #bottom_box .shartto li a:hover,
.global_style_cyan_blue .product_list_2017 .common_pro_list1 li .name:hover{
	color:#102b6a;
}
.global_style_cyan_blue #header_box .nav_box .header_wapper > ul > li > .cate_menu > a:hover:before,
.global_style_cyan_blue #header_box .cart_txt a span{
	background:#102b6a;
}
.global_style_cyan_blue #bottom_box .shartto li a:hover{
	border-color:#102b6a;
}


@media screen and (max-width:1366px){
	#bottom_box .bottom_link,
	#bottom_box .foot-txt,
	.header_wapper{
		width:1024px;
	}
}
@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){
	#bottom_box .bottom_link,
	#bottom_box .foot-txt,
	.header_wapper{
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 50px;
	}
	#bottom_box .bottom_link{
		padding:0 50px 50px;
	}
}
@media screen and (max-width:768px){
	#bottom_box .bottom_link,
	#bottom_box .foot-txt,
	.header_wapper{
		padding: 0 30px;
	}
	#bottom_box .bottom_link{
		padding:0 30px 50px;
	}
	.top,
	#header_box .search-box,
	#header_box .nav_box{
		display:none;
	}
	#header_box .mobile-nav-icon,
	#header_box .mobile-search-icon{
		display:block;
	}
	#header_box .header_mid{
		margin:0;
	}
	#header_box .mobile-nav-icon, 
	#header_box .mobile-search-icon{
		width:40px;
		height:45px;
		text-align:center;
	}
	#header_box .login-link a.mobail_link svg,
	#header_box .mobile-nav-icon svg, 
	#header_box .mobile-search-icon svg{
		height:45px;
		width:20px;
		fill:#333;
	}
	#header_box .mobile-search-icon{
		margin-right:20px;
	}
	#header_box .login-link a svg{
		width:20px;
	}
	#header_box .cart_txt a svg{
		width:20px;
	}
	#header_box .header_left{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#header_box .logo{
		margin-left:20px;
	}
	#header_box .logo a img{
		max-height:30px; 
	}
	#bottom_box .bottom_link dl.newsletter,
	#bottom_box .bottom_link dl{
		width:50%;
		margin-bottom:20px;
	}
	#header_box .search-box{
		position: fixed;
		top: 46px;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		background: rgba(0,0,0,.5);
	}
	#header_box .search-box .searchform{
		width: 100%;
		background: #fff;
		padding: 20px;
		box-sizing: border-box;
	}
	#header_box .search-box .search_input{
		width:calc(100% - 50px);
		border-bottom: 1px solid #e0e0e0;
		text-indent:0;
	}
	#header_box .search-box .btn_search{
		border-bottom: 1px solid #e0e0e0;
	}
	#header_box{
		border:0;
		height:50px;
	}
	#header_box .header_mid{
		border-bottom:1px solid #f2f2f2;
		width:100%;
		background:#fff;
		z-index:999;
		height:50px;
	}
	.block_items_banner .banner-swiper-pagination{
		bottom:10px; 
	}
	#header_box .login-link a{
		display:none;
	}
	#header_box .login-link a.mobail_link{
		display:block;
	}
	#header_box .header_right{
		width:auto;
	}
}
@media screen and (max-width:767px){
	#bottom_box .bottom_link, 
	#bottom_box .foot-txt, 
	.header_wapper{
		padding:0 15px;
	}
	#bottom_box .bottom_link{
		padding-bottom:30px;
	}
	#header_box .mobile-nav-icon, 
	#header_box .mobile-search-icon{
		width:auto;
	}
	#header_box .header_left{
		width:calc(100% - 100px);
	}
	#header_box .logo{
		width:calc(100% - 40px);
	}
	#header_box .logo a img{
		max-width:100%;
	}
	#bottom_box .bottom_link dl.newsletter, 
	#bottom_box .bottom_link dl{
		width:100%;
	}
	#bottom_box .payment-box, #bottom_box .foot-copyright{
		width:100%;
		text-align:left;
	}
	#bottom_box .footer{
		padding:20px 0;
	}
}























