/*样式覆盖部分 2414*/
body{
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
}
a{
	color:#333;
}
a:hover, a:active {
    outline: 0;
}
#body_box{
	width:1200px;
}
.wapper{
	width:1200px;
}

#header_box{
	height:140px;
	width:100%;
}
#header_box .header_wapper{
	
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
    height: 132px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    padding-top: 10px;
	box-sizing:border-box;
}
#header_box .header_top{
	width:1200px;
	margin:0 auto;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;a
}
#header_box .logo{
	margin-top: 20px;
    width: 204px;
	height:auto;
}
#header_box .logo a{}
#header_box .logo a img{
	max-width: 100%;
    height: auto;
    border: 0;
	max-height:60px;
}
#header_box .search-box .search_txt{
	color: #666;
    padding: 0 0 8px;
    white-space: nowrap;
	text-align:center;
	min-height:16px;
}
#header_box .search-box .searchform{
	width:380px;
	height:40px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	border:none;
}
#header_box .search-box .search_input{
	height: 40px;
    width: calc(100% - 60px);
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-right: none;
    padding: 0;
    line-height: 16px;
    text-indent: 15px;
    float: none;
	
}
#header_box .search-box .btn_search{
	border: 0;
    width: 60px;
    height: 40px;
    background: #FC6CB1;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    float: none;
}
#header_box .search-box .btn_search svg{
	fill:#fff;
	height:40px;
	width:24px;
}
#header_box .header_right{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	flex-direction: row-reverse;
	padding-top:30px;
}

#header_box .header_right .cart-box{
	padding:0 15px;
	text-align:center;
	position:relative;
}

#header_box .header_right .cart-box a span{
	display:block;
}
#header_box .header_right .cart-box a strong{
	position: absolute;
    top: -5px;
    right: 5px;
    display: block;
    background-color: #ED0000;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
}
#header_box .header_right .help-center{
	padding:0 15px;
	text-align:center;
	position:relative;
}


#header_box .header_right .login-box{
	padding:0 15px;
	text-align:center;
	position:relative;
}
#header_box .header_right .cart-box a,
#header_box .header_right .help-center > a,
#header_box .header_right .login-box > a{
	display:block;
}
#header_box .header_right .cart-box a span,
#header_box .header_right .help-center > a span,
#header_box .header_right .login-box > a span{
	display:block;
	margin-top:3px;
}
#header_box .header_right .cart-box a svg,
#header_box .header_right .help-center > a svg,
#header_box .header_right .login-box > a svg{
	width:26px;
	height:26px;
	fill:#333;
}
#header_box .header_right .cart-box a:hover,
#header_box .header_right .help-center > a:hover,
#header_box .header_right .login-box > a:hover{
	color:#FC6CB1;
	text-decoration:none;
}
#header_box .header_right .cart-box a:hover svg,
#header_box .header_right .help-center > a:hover svg,
#header_box .header_right .login-box > a:hover svg{
	fill:#FC6CB1;
}
#header_box .header_right .accont-dropdown,
#header_box .header_right .help-dropdown{
	position: absolute;
    top: 40px;
    right: 0;
    display: none;
    z-index: 1000;
    padding: 10px;
    overflow: hidden;
}
#header_box .header_right .accont-dropdown ul,
#header_box .header_right .help-dropdown ul{
	background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    padding: 15px 30px;
    min-width: 160px;
    text-align: left;
}
#header_box .header_right .accont-dropdown ul li,
#header_box .header_right .help-dropdown ul li{
	font-size: 14px;
    line-height: 30px;
}
#header_box .header_right .accont-dropdown ul li a,
#header_box .header_right .help-dropdown uk li a{
	color:#666;
}
#header_box .header_right .accont-dropdown ul li a:hover,
#header_box .header_right .help-dropdown ul li a:hover{
	color: #FC6CB1;
}
#header_box .header_right .accont-dropdown ul li .btn-register,
#header_box .header_right .accont-dropdown ul li .btn-sign{
	width: 240px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #FC6CB1;
}
#header_box .header_right .accont-dropdown ul li .btn-sign{
	margin-top: 15px;
}
#header_box .header_right .accont-dropdown ul li .split{
	line-height: 30px;
    color: #666;
    text-align: center;
}
#header_box .header_right .accont-dropdown ul li .btn-register{
	background-color: #333;
}
#header_box .header_right .accont-dropdown ul li .sns-list{
	margin-top:20px;
}
#header_box .header_right .accont-dropdown ul li .sns-list a{
	display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    padding: 4px;
	box-sizing:border-box;
}
#header_box .login-box .accont-dropdown .btn-sign:hover{
	background-color: #D80072;
}
#header_box .login-box .accont-dropdown .btn-register:hover{
	background-color: #000;
}
#header_box .login-box .accont-dropdown .sns-list .facebook{
	background-color: #6e83b5;
}
#header_box .login-box .accont-dropdown .sns-list .twitter{
	background-color: #359fe3;
}
#header_box .login-box .accont-dropdown .sns-list .googleplus{
	background-color: #db4c4e;
}
#header_box .login-box .accont-dropdown .sns-list .paypal{
	background-color: #2741a0;
}
#header_box .login-box .accont-dropdown .sns-list .wechat{
	background-color: #3cbb46;
}
#header_box .login-box .accont-dropdown .sns-list a img{
	max-width:36px;
}
#header_box .login-box .accont-dropdown .split-line {
    width: 240px;
    height: 1px;
    background-color: #E1E1E1;
    margin: 20px 0 10px;
}
#header_box .login-box .accont-dropdown .sns-title{
	margin-top:20px;
}

#header_box .header_nav{
	position: relative;
    height: 40px;
}
#header_box .header_nav_wapper{
	width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
#header_box .category_list{
	width: 110px;
    height: 40px;
	position:relative;
}
#header_box .category_list:before{
	content:'';
	width:1px;
	height:14px;
	background:#999;
	position:absolute;
	right:0;
	top:13px;
}
#header_box .category_list > h4{
	line-height: 40px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	cursor:pointer;
	font-weight:normal;
	font-size:14px;
}
#header_box .category_list > h4 > .category_icon{
	margin-right: 5px;
}
#header_box .category_list > h4 > .category_icon svg{
	width: 18px;
    height: 40px;
    fill: #333;
}
#header_box .category_list > h4 > .down_icon{
	margin-left: 5px;
}
#header_box .category_list > h4 > .down_icon svg{
	width: 16px;
    height: 40px;
    fill: #333;
	transition:all 0.3s;
}
#header_box .category_list.on > h4{
	color:#FC6CB1;
}
#header_box .category_list.on > h4 > .down_icon svg{
	fill:#FC6CB1;
	transform:rotate(180deg);
}
#header_box .category_list.on > h4 > .category_icon svg{
	fill:#FC6CB1;
	
}


#header_box  .category_list_pop{
	position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    width: 100%;
    z-index: 999;
    overflow: hidden;
	max-height:0;
	-webkit-transition:max-height .3s;
	transition:max-height .3s
}
#header_box  .category_list_pop_wapper{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	padding:30px 0;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#header_box .category_list_pop .category_list_1{
	position: relative;
    width: 140px;
    margin-right: 120px;
}
#header_box .category_list_pop .category_list_1 li{
	height: 40px;
    line-height: 40px;
    background-color: #FAFAFA;
}
#header_box .category_list_pop .category_list_1 li a{
	display: block;
    padding: 0 10px 0 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header_box .category_list_pop .category_list_1 li:hover{
	background-color: #fff;
}
#header_box .category_list_pop .category_list_1 li:hover a{
	color:#FC6CB1;
	text-decoration:underline;
}
#header_box .category_list_pop .category-sub-nav{
	
	width:calc(100% - 260px);
}
#header_box .category_list_pop .sub-nav-item{
	display:none;
}
#header_box .category_list_pop .sub_list{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#header_box .category_list_pop .sub_list dl{
	width:240px;
}
#header_box .category_list_pop .sub_list dt{
	font-weight:bold;
	text-transform:uppercase;
}
#header_box .category_list_pop .sub_list dd{}
#header_box .category_list_pop .sub_list dl a{
	line-height: 26px;
    height: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color:#666;
}
#header_box .category_list_pop .sub_list dt a{
	color:#333;
	text-decoration:none;
}
#header_box .category_list_pop .sub_list dl a:hover{
	color:#333;
	text-decoration:underline;
}

#header_box .category_list_pop .img-cate{
	width:calc(100% - 240px);
	box-sizing:border-box;
	padding-left:
}
#header_box .category_list_pop .img-cate ul{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#header_box .category_list_pop .img-cate ul li{
	width:175px;
	margin-left:30px;
	text-align:center;
}
#header_box .category_list_pop .img-cate ul li img{
	max-width:500px;
	max-height:290px;
}

#header_box .category_list_pop .img-cate ul li .name{
	display:block;
	line-height:30px;
	height:30px;
	color:#333;
}
#header_box .category_list_pop .category_list_1 li.cur{
	background:#fff;
}
#header_box .category_list_pop .category_list_1 li.cur a {
    color: #FC6CB1;
    text-decoration: underline;
}
#header_box .category_list_pop .sub-nav-item.cur{
	display:block;
}

#header_box .nav_list{
	width:calc(100% - 230px);
}
#header_box .nav_list > ul{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#header_box .nav_list > ul > li{
	height:40px;
	padding:0 15px;
	position:relative;
}
#header_box .nav_list > ul > li > a{
	display:inline-block;
	height:40px;
	line-height:40px;
}
#header_box .nav_list > ul > li > a.cur,
#header_box .nav_list > ul > li > a:hover{
	border-bottom:4px solid #FC6CB1;
	color:#FC6CB1;
}
#header_box .sub_nav{
	position:absolute;
	top:40px;
	left:15px;
	background:#fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	display:none;
}

#header_box .sub_nav li{
	float:none;
	line-height:34px;
	height:34px;
}
#header_box .sub_nav li a{
	display:block;
	line-height:34px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#header_box .sub_nav li a.on,
#header_box .sub_nav li a:hover{
	color:#FC6CB1;
}

#header_box .nav_list li.daily_new .sub_nav{
	padding:10px 15px;
}
#header_box .nav_list li.daily_new .sub_nav li{ 
	width:340px;
}
#header_box .nav_list li.daily_new .sub_nav li dl dt{
	font-weight:bold;
	color:#333;
	text-align:left;
	margin-bottom:7px;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
	line-height:normal;
}
#header_box .nav_list li.daily_new .sub_nav li dl{
	width:170px;
	float:left;
}
#header_box .nav_list li.daily_new .sub_nav li dl dd a{
	font-weight:normal;
	padding:5px 0 4px;
	line-height:20px;
}
#header_box .nav_list li.daily_new .sub_nav li dl.newin-categories dd a:nth-child(1),
#header_box .nav_list li.daily_new .sub_nav li dl.newin-categories dd a:nth-child(2),
#header_box .nav_list li.daily_new .sub_nav li dl.newin-categories dd a:nth-child(3){
	color:#f0007d;
}

#header_box .currency_box{
	width:120px;
	position:relative;
}
#header_box .currency_txt{
	height: 40px;
    line-height: 40px;
    text-align: right;
	cursor:pointer;
	position:relative;
}
#header_box .currency_txt svg{
	height:40px;
	width:16px;
	fill: #333;
    transition: all 0.3s; 
	vertical-align:top;
}
#header_box .currency-dropdown{
	position: absolute;
    right: 0;
    top: 40px;
    background: #fff;
    text-align: left;
    width: 120px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	display:none;
}
#header_box .currency-dropdown li a{ 
	color:#333; 
	display:block; 
	overflow:hidden; 
	height:30px; 
	line-height:30px; 
	padding:0 8px;
}
#header_box .currency-dropdown li a:hover{ 
	background:#5897fb; 
	color:#fff;
}
#header_box .currency-dropdown li a span{ 
	float:right;
}
#header_box .currency-dropdown li a b{
	font-weight:normal; 
	float:left;
}







.nav-category-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background-color: rgba(0,0,0,0.15);
}

.index_default{
	width:100% !important;
}
.index_default .banner_box{
	float:none;
	width:100%;
	max-width:1600px;
	height:auto;
	margin:0 auto;
}
.index_default .banner_box img{
	max-width:100%;	
}
.index_default .banner_box .swiper-button-prev,
.index_default .banner_box .swiper-button-next{
	width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(0,0,0,0.3);
    font-size: 34px;
    color: rgba(255,255,255,0.8);
	opacity:0;
	transition:all 0.3s;
}
.index_default .banner_box .swiper-button-prev{
	left:30px;
}
.index_default .banner_box .swiper-button-next{
	right:30px;
}
.index_default .banner_box:hover .swiper-button-prev,
.index_default .banner_box:hover .swiper-button-next{
	display:block;
	opacity:1;
}
.index_default .banner_box .swiper-button-prev svg,
.index_default .banner_box .swiper-button-next svg{
	height:60px;
	width:40px;
	fill:#fff;
}
.index_default .banner_box .swiper-button-next svg{
	transform:rotate(180deg);
}
.index_default .banner_box .swiper-button-prev:hover,
.index_default .banner_box .swiper-button-next:hover{
	background: rgba(0,0,0,0.6);
}
.index_default .index_wapper{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}


.index_default .categories-box{
	margin-top:55px;
}
.index_default .categories-box h3{
	font-size: 28px;
    line-height: 48px;
    text-transform: capitalize;
    text-align: center;
}
.index_default .categories-container{
	margin-top:15px;
}
.index_default .categories-container ul{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
.index_default .categories-container li{
	width:calc(16.6666% - 15px);
	margin-right:18px;
}
.index_default .categories-container li:nth-child(6n){
	margin-right:0;
}
.index_default .categories-container li a{
	display:block;.
	text-align:center;
}
.index_default .categories-container li a img{
	max-width:100%;
}
.index_default .categories-container li a .name{
	display:block;
	height:34px;
	line-height:34px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin:15px 0;
	color:#333;
}
.index_default .home_ad1{
	margin-top:60px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
.index_default .home_ad1 .home_ad1_1,
.index_default .home_ad1 .home_ad1_2,
.index_default .home_ad1 .home_ad1_3{
	width:calc(33.3333% - 30px);
	margin-right:45px;
	min-height:100px;
}
.index_default .home_ad1 .home_ad1_3{
	margin-right:0;
}
.index_default .home_ad1 .home_ad1_1 img,
.index_default .home_ad1 .home_ad1_2 img,
.index_default .home_ad1 .home_ad1_3 img{
	max-width:100%;
}




.index_default .home_ad2{
	margin-top:80px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
.index_default .home_ad2 .home_ad2_1,
.index_default .home_ad2 .home_ad2_2{
	width:calc(50% - 20px);
	margin-right:40px;
	min-height:100px;
}
.index_default .home_ad2 .home_ad2_2{
	margin-right:0;
}
.index_default .home_ad2 .home_ad2_1 img,
.index_default .home_ad2 .home_ad2_2 img{
	max-width:100%;
}

.index_default .home_ad3{
	margin-top:80px;
	min-height:100px;
}
.index_default .home_ad3 img{
	max-width:100%;
}





.index_default .product-list{
	margin:60px 0 0;
}
.index_default .pro_change_title{
	height:40px;
	border-bottom:1px solid #e1e1e1;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
.index_default .pro_change_title a{
	font-size: 16px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    text-transform: capitalize;
    position: relative;
}
.index_default .pro_change_title a:first-child{
	padding-left:0;
}
.index_default .pro_change_title a span{
	position: relative;
    display: block;
	color:#333;
}
.index_default .pro_change_title a:after{
	content: '';
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 12px;
    display: block;
    width: 1px;
    height: 14px;
    background-color: #999;
}
.index_default .pro_change_title a.actived,
.index_default .pro_change_title a:hover{
	text-decoration:none;
}
.index_default .pro_change_title a.actived span:after,
.index_default .pro_change_title a:hover span:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #FC6CB1;
	color:#333;
}

.index_default .product-list .common_pro_list1{
	display:none;
}
.index_default #productbox_tab .show{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}


.index_default .product-list .common_pro_list1{
	margin-top:30px;
	display:none;
}
.index_default .product-list .common_pro_list1 li{
	width: calc(20% - 24px);
    float: none;
    margin: 0 30px 0 0;
    border: 0;
	padding: 0 0 30px;
}
.index_default .product-list .common_pro_list1 li:nth-child(5n){
    margin-right: 0;

}
.index_default .product-list .common_pro_list1 li .pro-pic{
	position:relative;
	overflow:hidden;
}
.index_default .product-list .common_pro_list1 li .pro-pic a{
	display: block;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: inherit;
	
}
.index_default .product-list .common_pro_list1 li .pro-pic a img{
	max-width:100%;
	max-height:324px;
	
}
.index_default .product-list .common_pro_list1 li .wrap-addto{
	height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
}
.index_default .product-list .common_pro_list1 li .wrap-addto a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    background: #f1f4f4;
    text-align: center;
    color: #333;
    vertical-align: top;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    display: inline-block;
    font-size: 20px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.index_default .product-list .common_pro_list1 li .wrap-addto a svg{
	width:22px;
	height:40px;
	fill:#333;
}
.index_default .product-list .common_pro_list1 li .wrap-addto a.tlike svg{
	width:18px;
	height:40px;
	fill:#333;
}
.index_default .product-list .common_pro_list1 li .wrap-addto a:hover{
	background-color: #fa5758;
}
.index_default .product-list .common_pro_list1 li .wrap-addto a:hover svg{
    fill: #fff;
}
.index_default .product-list .common_pro_list1 li:hover .wrap-addto{
	 bottom:0;
}
.index_default .product-list .common_pro_list1 .pro_content{
	padding:0;
}
.index_default .product-list .common_pro_list1 li .name{
	padding: 0;
	margin:10px 0 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height:20px;
	max-height:40px;
}
.index_default .product-list .common_pro_list1 li .price{
	color:#ED0000;
	font-weight:normal;
}


.index_default .deals_product{
	height: 420px;
    overflow: hidden;
    margin-top: 80px;
    padding-top: 45px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
	box-sizing:border-box;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
.index_default .deals_product_left{
	width: 250px;
	box-sizing:border-box;
	padding:170px 0 0 30px;
}
.index_default .deals_product_left h3{
    margin-bottom: 10px;
    font-size: 20px;
}
.index_default .deals_product_left .deals-timer{}
.index_default .deals_product_left .more{
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    background: #FC6CB1;
    display: inline-block;
    color: #fff;
    margin-top: 30px;
}


.index_default .deals_product_left .deals-timer{
	color:#000;
	line-height:47px;
}
.index_default .deals_product_left .deals-timer span{
	display:inline-block;
	height:47px;
	line-height:47px;
}
.index_default .deals_product_left .deals-timer .day_count,
.index_default .deals_product_left .deals-timer .hours,
.index_default .deals_product_left .deals-timer .minutes,
.index_default .deals_product_left .deals-timer .seconds{
	width:38px;
	color:#000;
	text-align:center;
	background-color:#fff;
	border-radius:2px;
}
.index_default .deals_product_left .deals-timer .time_label{
	width:13px;
	color:#fff;
	font-size:20px;
	text-align:center;
}


.index_default .deals_product_content{
	position: relative;
    width: calc(100% - 325px);
	padding: 0 30px;
	
}
.index_default .deals_product_container{
	position:relative;
	overflow:hidden;
}
.index_default .deals_product .deals-pic{}
.index_default .deals_product .deals-pic a{}
.index_default .deals_product .deals-pic img{
	max-width:100%;
}
.index_default .deals_product .deals-button-prev,
.index_default .deals_product .deals-button-next{
	width: 30px;
    height: 60px;
    line-height: 60px;
    top: 140px;
    text-align: center;
    background: rgba(0,0,0,0.3);
    font-size: 34px;
    color: rgba(255,255,255,0.8);
	position:absolute;
	margin-top:-30px;
	outline:none;
	cursor:pointer;
}
.index_default .deals_product .deals-button-prev{
	left:0;
}
.index_default .deals_product .deals-button-next{
	right:0;
}
.index_default .deals_product .deals-button-prev svg,
.index_default .deals_product .deals-button-next svg{
	height:60px;
	width:24px;
	fill:#fff;
}
.index_default .deals_product .deals-button-next svg{
	transform:rotate(180deg);
}
.index_default .deals_product .swiper-button-disabled{
	opacity:0.35;
}
.index_default .deals_product .pro_content{
	text-align: center;
    padding: 15px 0;
}
.index_default .deals_product .deals_discount{
	color: #fff;
    font-size: 16px;
    width: 60px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    text-align: center;
    background-color: #ED0000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.index_default .deals_product .price{
	font-size: 18px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.index_default .deals_product .price .oldprice{
	display:none;
}
.common_pro_list1 li .group_codeno{ position:relative; margin:8px 0 5px 8px;width:200px;}
.common_pro_list1 li .group_codeno .prev,.common_pro_list1 li .group_codeno .next{ position:absolute; left:-2px; top:0; height:30px; width:12px; text-align:center; line-height:32px; display:block; cursor:pointer; z-index:2;}
.common_pro_list1 li .group_codeno .next{ right:-2px; left:auto;}
.common_pro_list1 li .group_codeno .hd a.nextStop,.common_pro_list1 li .group_codeno .hd a.prevStop{ color:#333;}
.common_pro_list1 li .bd{ padding-left:15px;}
.common_pro_list1 li .nolist{ width:100%; height:32px;}
.common_pro_list1 li .nolist a{ display: block; float: left; height: 30px; margin-right: 3px; overflow: hidden; width: 30px; border:1px solid #ccc; text-align:center;}
.common_pro_list1 li .nolist a img{ max-height:30px;}
.common_pro_list1 li .nolist a:hover,.common_pro_list1 li .nolist a.on{ border-color:#FC6CB1;} 


#bottom_box {
    background-color: #FAFAFA;
    padding-top: 50px;
	width:100%;
}
#bottom_box .link_box{
	padding:0;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#bottom_box .link_box dl{
	width:225px;
	padding:0;
	float:none;
}
#bottom_box .link_box dl dt {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    line-height: 18px;
    font-size: 16px;
}
#bottom_box .link_box dl dd a {
    display: block;
    line-height: 30px;
    color: #666;
}
#bottom_box .link_box dl.newsletter{
	width:300px;
}
#bottom_box .newletterform{
	float:none;
	margin-bottom:50px;
}
#bottom_box .newletterform form{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#bottom_box .newletterform .newsletter_txt{
	border: 1px solid #E1E1E1;
    border-width: 1px 0 1px 1px;
    font-size: 12px;
    width: 190px;
    height: 100%;
    padding: 0 8px;
    float: none;
	height:36px;
}
#bottom_box .newletterform .newsletter_btn{
	background-color: #FC6CB1;
    color: #fff;
    font-size: 12px;
    border: 0;
    width: 89px;
    height: 100%;
    text-transform: uppercase;
	margin:0;
}
#bottom_box .link_box dl .shartto{
	min-height:30px;
	width:100%;
}
#bottom_box .link_box dl .shartto li a {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: #333;
}
#bottom_box .link_box dl .shartto li a:hover {
    text-decoration: none;
    color: #666;
}
#bottom_box .foot {
    margin-top: 60px;
    border-top: 1px solid #E1E1E1;
    padding: 20px 0 40px;
    color: #717070;
    text-align: center;
	min-height:30px;
}







.mini_detail{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	visibility:hidden;
	transition:opacity 0.5 ease,transform 0.5s ease;
	z-index:10000;
}
.mini_detail .mini_detail_bg{
	background:#000;
	opacity:0.4;
	height:100%;
	width:100%;
}
#mini_detail{
	
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	box-sizing:border-box;
	z-index:10;
}
#mini_detail .close_icon{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}
.mini_detail.show{
	opacity:1;
	visibility:visible;
}


.product_list_2017 .common_pro_list1{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.product_list_2017 .common_pro_list1 li{
	width: calc(20% - 24px);
    float: none;
    margin: 0 30px 0 0;
    border: 0;
	padding: 0 0 30px;
}
.product_list_2017 .common_pro_list1 li:nth-child(5n){
    margin-right: 0;

}
.product_list_2017 .common_pro_list1 li .pro-pic{
	position:relative;
	overflow:hidden;
}
.product_list_2017 .common_pro_list1 li .pro-pic a{
	display: block;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: inherit;
	
}
.product_list_2017 .common_pro_list1 li .pro-pic a img{
	max-width:100%;
	max-height:324px;
	
}
.product_list_2017 .common_pro_list1 li .wrap-addto{
	height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
}
.product_list_2017 .common_pro_list1 li .wrap-addto a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    background: #f1f4f4;
    text-align: center;
    color: #333;
    vertical-align: top;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    display: inline-block;
    font-size: 20px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.product_list_2017 .common_pro_list1 li .wrap-addto a svg{
	width:22px;
	height:40px;
	fill:#333;
}
.product_list_2017 .common_pro_list1 li .wrap-addto a.tlike svg{
	width:18px;
	height:40px;
	fill:#333;
}
.product_list_2017 .common_pro_list1 li .wrap-addto a:hover{
	background-color: #fa5758;
}
.product_list_2017 .common_pro_list1 li .wrap-addto a:hover svg{
    fill: #fff;
}
.product_list_2017 .common_pro_list1 li:hover .wrap-addto{
	 bottom:0;
}
.product_list_2017 .common_pro_list1 .pro_content{
	padding:0;
}
.product_list_2017 .common_pro_list1 li .name{
	padding: 0;
	margin:10px 0 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height:20px;
	max-height:40px;
}
.product_list_2017 .common_pro_list1 li .price{
	color:#ED0000;
	font-weight:normal;
}
.product_detail_2017 .viewfontright{
	width:555px;
}


.product_list_2017 .common_pro_list1 .sold_out_box,
.index_default .deals_product_list .sold_out_box,
.index_default .product-list .common_pro_list1 .sold_out_box{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(0,0,0,.3);
    line-height: 100px;
    margin: -50px 0 0 -50px;
    color: #fff;
    text-align: center;
}
.product_list_2017 .common_pro_list1 .newin,
.index_default .product-list .common_pro_list1 .newin {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px;
    font-size: 13px;
    font-style: italic;
    background: #e24443;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    height: auto;
    line-height: 20px;
}

.product_list_2017 .common_pro_list1 .discount_wrap,
.index_default .product-list .common_pro_list1 .discount_wrap{
	position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    font-size: 13px;
    font-style: italic;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    height: auto;
    line-height: 20px;
}




/*多颜色主题*/
/*紫色*/

.global_style_purple #bottom_box .newletterform .newsletter_btn,
.global_style_purple .index_default .deals_product_left .more,
.global_style_purple .index_default .pro_change_title a.actived span:after,
.global_style_purple .index_default .pro_change_title a:hover span:after,
.global_style_purple #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_purple #header_box .search-box .btn_search{
	background-color:#e96aff;
}
.global_style_purple #header_box .sub_nav li a.on,
.global_style_purple #header_box .sub_nav li a:hover,
.global_style_purple #header_box .nav_list > ul > li > a.cur,
.global_style_purple #header_box .nav_list > ul > li > a:hover,
.global_style_purple #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_purple #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_purple #header_box .category_list.on > h4,
.global_style_purple #header_box .header_right .cart-box a:hover,
.global_style_purple #header_box .header_right .help-center > a:hover,
.global_style_purple #header_box .header_right .login-box > a:hover{
	color:#e96aff;
}
.global_style_purple #header_box .category_list.on > h4 > .down_icon svg,
.global_style_purple #header_box .category_list.on > h4 > .category_icon svg,
.global_style_purple #header_box .header_right .cart-box a:hover svg,
.global_style_purple #header_box .header_right .help-center > a:hover svg,
.global_style_purple #header_box .header_right .login-box > a:hover svg{
	fill:#e96aff;
}
.global_style_purple .common_pro_list1 li .nolist a:hover, 
.global_style_purple .common_pro_list1 li .nolist a.on,
.global_style_purple #header_box .nav_list > ul > li > a.cur,
.global_style_purple #header_box .nav_list > ul > li > a:hover{
	border-color:#e96aff;
}
/*黑色*/
.global_style_black #bottom_box .newletterform .newsletter_btn,
.global_style_black .index_default .deals_product_left .more,
.global_style_black .index_default .pro_change_title a.actived span:after,
.global_style_black .index_default .pro_change_title a:hover span:after,
.global_style_black #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_black #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_black #header_box .search-box .btn_search{
	background-color:#000;
}
.global_style_black #header_box .sub_nav li a.on,
.global_style_black #header_box .sub_nav li a:hover,
.global_style_black #header_box .nav_list > ul > li > a.cur,
.global_style_black #header_box .nav_list > ul > li > a:hover,
.global_style_black #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_black #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_black #header_box .category_list.on > h4,
.global_style_black #header_box .header_right .cart-box a:hover,
.global_style_black #header_box .header_right .help-center > a:hover,
.global_style_black #header_box .header_right .login-box > a:hover{
	color:#000;
}
.global_style_black #header_box .category_list.on > h4 > .down_icon svg,
.global_style_black #header_box .category_list.on > h4 > .category_icon svg,
.global_style_black #header_box .header_right .cart-box a:hover svg,
.global_style_black #header_box .header_right .help-center > a:hover svg,
.global_style_black #header_box .header_right .login-box > a:hover svg{
	fill:#000;
}
.global_style_black .common_pro_list1 li .nolist a:hover, 
.global_style_black .common_pro_list1 li .nolist a.on,
.global_style_black #header_box .nav_list > ul > li > a.cur,
.global_style_black #header_box .nav_list > ul > li > a:hover{
	border-color:#000;
}


.product_detail_quick_2018 .viewpicleft a.viewpic img{
	max-height:450px;
}