/*样式覆盖部分*/
body{color:#666; font-family:Arial, Helvetica, sans-serif;}
a{color:#333;}
a:hover{ color:#bf25d5;}
.addskutocart_btn a{color:#fff;}
.wapper{width:1200px;}


#top_box{background:none;height:40px;line-height:45px;color:#333;border-bottom:none;}
#top_box .top_lt_box{ height:40px; line-height:40px; min-width:200px;}
#top_box .top_rt{margin:14px 0;float:left;line-height:12px;border:0;border-right:0;}
#top_box .top_rt a{ color:#333;}
#top_box .bor_none{border-right:0;}
#top_box .login a i{background:none;vertical-align:middle;color:#bf25d5;font-size:20px;margin:-7px 3px -4px 0; line-height:18px;}
#top_box .login a:hover{color:#bf25d5;}
#top_box .currency_txt{ padding-bottom:12px;}
#top_box .drop_currency{top:26px;}
#top_box .currency li a:hover{ background:#bf25d5;}
#top_box .language{float:left;position:relative;}
#top_box .language-box{padding:14px 0;}
#top_box .language-con{height:12px;padding:0 10px;margin:0;cursor:pointer;color:#333;line-height:normal;line-height:12px;}
#top_box .language-con i{height: 10px;width: 16px;line-height: 15px;font-size: 22px;margin: 0;margin: 0 0 2px 0;color: #333;background:none;vertical-align:top;}
#top_box .language-con span{vertical-align:top;}
#top_box .language-list{position:absolute;top:40px;left:0;min-width:130px;z-index:9999;background: #fff;border: 1px solid #c1c1c1;box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);display:none;}
#top_box .language-list li{height:34px;}
#top_box .language-list li a{display:block;height:34px;line-height:34px;padding:0 5px 0 10px;color:#333;}
#top_box .language-list li a img{width:20px;vertical-align:middle;margin-right:5px;}
#top_box .language-list li a:hover{background:#f5f5f5;color:#333;}

#header_box{position:relative;width:100%;}
#header_box .search_box{padding:15px 0 0;}
#header_box .search{padding:0;height:auto;width:auto;}
#header_box .searchform{border:0;width:340px;height:38px;border:1px solid #e9e9e9;box-sizing:border-box;}
#header_box .search_input{float:left;width:278px;padding:0;margin:0;background:none;height:38px;line-height:38px;text-indent:15px; color:#444; font-size:12px;}
#header_box .btn_search{float:left;width:50px;text-align:center;line-height:38px;height:38px;padding:0;margin:0;border:0;background:none;font-size:18px;color:#4b4b4b; font-weight:bold;}
#header_box .logo{position:absolute;left:0;right:0;top:0;margin:auto;display:inline-block;text-align:center;height:65px;}
#header_box .logo a{display:block;height:65px;}
#header_box .logo a img{display:inline-block;vertical-align:middle;max-height:70px;}
#header_box .logo a span{display:inline-block;height:100%;vertical-align:middle;}

#header_box .header_rt{padding:15px 0 0; }
#header_box .cart_box{margin:0;padding:0;border:0;height:38px;}
#header_box .cart_txt a{display:inline-block;font-weight:bold;line-height:38px;font-weight:normal;}
#header_box .cart_txt a svg{width:20px;height:20px;fill:#333;height:38px;vertical-align:top;}
#header_box .cart_txt strong{ font-weight:normal;height:38px;box-sizing:border-box;border:1px solid #e9e9e9;color:#bf25d5;font-size:12px;text-align:center;display:inline-block;vertical-align:top;padding:0;width:38px;margin-left:10px;}

#header_box .nav-log{ display:none; height:50px; float:left;}
#header_box .nav-log img{ max-height:50px;}

#header_box.posFixed .nav_warp{top:0;position: fixed;left: 0;width: 100%;background: #fff;transition: top .5s;z-index: 1000; box-shadow:0 0 8px 0px #ccc;}
#header_box.posFixed .nav-log{ display:block;}
#header_box.posFixed .nav-box .nav{ padding-right:120px; box-sizing:border-box;}
#header_box.posFixed .header_rt{ top:0;}
#header_box.posFixed .cart_box{position: fixed;z-index: 9999;right: calc((100% - 1200px)/2);top: 10px;}
#header_box .nav_warp{
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	position:relative;
}
#header_box .nav-box{
	
	display:flex;
	display:-webkit-flex;
	
}
#header_box .nav-box .nav{
	width:1200px;
	margin:0 auto;
	font-size:0;
	text-align:center;
	float:none;
	
}
#header_box .nav-box .nav > ul{
	font-size:0;
	text-align:center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#header_box .nav-box .nav > ul > li{
	display:inline-block;
	font-size:14px;
	position:relative;
	float:none;
	padding:0;
	height:auto;
	vertical-align:top;
}

#header_box .nav-box .nav > ul > li > a{
	padding: 0;
	line-height: 50px;
	display: block;
	font-size: 15px;
	letter-spacing: 0.5px;
	padding-bottom: 0;
	border:0;
	color:#000;
	padding:0 15px;
}
#header_box .nav-box .nav > ul > li.home > a{

}

#header_box .nav-box .nav li a:hover{
	color:#bf25d5;
	text-decoration:underline;
}
#header_box .nav-box .nav .sub_nav{
	position: absolute;
	left: 20px;
	top: 100%;
	padding: 15px 20px;
	background: #fff;
	box-shadow: 0 0 8px 1px #ccc;
	min-width: 180px;
	text-align: left;
	display: none;
	z-index:99;
	box-sizing:border-box;
}
#header_box .nav-box .nav .sub_nav a{
	padding:0;
	border:0;
}
#header_box .nav-box .nav .sub_nav .view-all{
	padding:0 0 0 20px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
}
#header_box .nav-box .nav .sub_nav .view-all a:hover{
	color:#333;
}
#header_box .nav-box .sub_list{
	display:flex;
	box-sizing:border-box;
}
#header_box .nav-box .sub_list .list-cate{
	display:flex;
}
#header_box .nav-box .sub_list .list-cate ul{
	padding: 10px 15px;
	display:inline-block;
	min-width: 180px;
	max-width:220px;
}
#header_box .nav-box .nav .sub_nav li{
	padding: 0 5px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	min-width: 200px;
}
#header_box .nav-box .nav .sub_nav li a{
	display:block;
	font-weight:normal;
	font-size:14px;
	color:#333;
}
#header_box .nav-box .nav .sub_nav li a:hover{
	font-weight:bold;
	color:#000;
	background:none;
}

#header_box .nav-box .sub_list > .img-cate{
	display: inline-block;
	overflow: hidden;
}
#header_box .nav-box .sub_list > .img-cate ul{
	display:flex;
}
#header_box .nav-box .sub_list > .img-cate li{
	width: 200px;
	padding: 0 15px;
	float: left;
	height: auto;
	line-height: 35px;
	font-size: 14px;
	min-width: 200px;
	text-align:center;
	box-sizing:border-box;
}
#header_box .nav-box .sub_list > .img-cate li img{
	max-width: 170px;
	max-height: 240px;
}
#header_box .nav-box .sub_list > .img-cate li .name{
	font-size:14px;
	text-align:center;
}
#header_box .nav li.daily .sub_nav li{width:340px;height:auto;}
#header_box .nav li.daily .sub_nav li dl dt{font-weight:bold;font-size:14px;color:#333;text-align:left;margin-bottom:7px;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;line-height:normal;}
#header_box .nav li.daily .sub_nav li dl{width:170px;float:left;}
#header_box .nav li.daily .sub_nav li dl dd a{height:34px;line-height:34px;}

#header_box .header_btm{ margin:20px auto; height:36px; width:1200px; overflow:hidden; text-align:center; font-size:14px;}
#header_box .header_btm .split{ float:left; border-right:1px solid #b7b7b7; height:24px; margin:6px 0;}
#header_box .header_btm_t{ float:left; height:36px; line-height:36px; width:33%; position:relative;}
#header_box .hd1{ text-align:left;}
#header_box .hd1 i{ position:absolute; left:0; top:0; width:60px; text-align:center; color:#e2007d; font-size:24px;}
#header_box .hd1 p{ padding:0 0 0 60px; line-height:36px; box-sizing:border-box; height:36px; color:#666666;}
#noScroll{ position:absolute; width:100%;}
#noScroll a { color: #e2007a; display: block; height: 36px; line-height: 36px; font-size:16px;}


.header-Fixed{
	position:relative;
	z-index:9999;
	background:#fff;
}
#header_box .category_list{
	width: 150px;
    height: 50px;
	position:relative;
	margin-left:30px;
}
#header_box .category_list:before{
	content:'';
	width:1px;
	height:20px;
	background:#000;
	position:absolute;
	right:0;
	top:15px;
}
#header_box .category_list > h4{
	line-height: 50px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	cursor:pointer;
	font-weight:normal;
	font-size:15px;
	color:#000;
}
#header_box .category_list > h4 > .category_icon{
	margin-right: 5px;
}
#header_box .category_list > h4 > .category_icon svg{
	width: 18px;
    height: 50px;
    fill: #000;
}
#header_box .category_list > h4 > .down_icon{
	margin-left: 5px;
}
#header_box .category_list > h4 > .down_icon svg{
	width: 16px;
    height: 50px;
    fill: #000;
	transition:all 0.3s;
}
#header_box .category_list.on > h4{
	color:#bf25d5;
}
#header_box .category_list.on > h4 > .down_icon svg{
	fill:#bf25d5;
	transform:rotate(180deg);
}
#header_box .category_list.on > h4 > .category_icon svg{
	fill:#bf25d5;
	
}


#header_box  .category_list_pop{
	position: absolute;
    left: 0;
    top: 50px;
    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:#bf25d5;
	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: #bf25d5;
    text-decoration: underline;
}
#header_box .category_list_pop .sub-nav-item.cur{
	display:block;
}
.nav-category-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background-color: rgba(0,0,0,0.15);
}




#body_box{width:1200px;}
.index_default{width:100% !important;}
.index_default .banner_box{float:none;height:auto;max-width:1600px; margin:0 auto;}
.index_default .banner_box img{ max-width:100%; display:block;}
.index_default .banner_box .swiper-pagination-bullet{ background:bottom; border:1px solid #fff; height:10px; width:10px; opacity:1;}
.index_default .banner_box .swiper-pagination-bullet-active{ background:#fff;}


.index_default .categories-box{
	margin:50px 0;
}
.index_default .categories-box h3{
	text-align:center;
	color: #333;
    font-size: 30px;
	font-weight:normal;
}
.index_default .categories-box .categories-container{
	min-height:30px;
	margin-top:20px;
}
.index_default .categories-box ul{
	display:flex;
	display:-webkit-flex;
	flex-wrap: wrap;
}
.index_default .categories-box li{
	width:calc(25% - 30px);
	margin-right:40px;
	margin-top:20px;
}
.index_default .categories-box li:nth-child(4n){
	margin-right:0;
}
.index_default .categories-box li a{
	display:block;
	text-align:center;
	line-height:40px;
	background:#f5f5f5;
	padding:0 15px;
	font-size:14px;
	transition:all 0.3s;
}
.index_default .categories-box li a:hover{
	background:#bf25d5;
	color:#fff;
}


.index_default .home_ad1{
	margin-top:50px;
	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:50px;
	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:50px;
	min-height:100px;
}
.index_default .home_ad3 img{
	max-width:100%;
}
.index_default .profuct_diy{
	margin-top:50px;
}



.index_default .pro{ min-height:50px;}
.index_default .tit{padding:0;height:auto;padding:10px 0;border-bottom:none;text-align:center;height:auto;line-height:40px; text-transform:uppercase;}
.index_default .tit a{color:#333;float:none;font-size:30px;display:inline-block;}
.index_default .pro_change_title{ overflow:hidden; display: flex;}
.index_default .pro_change_title a{ float:left; width:33.333%; border-top:1px solid #000; border-bottom:1px solid #000; box-sizing:border-box; border-right:1px solid #000; font-weight:bold;}
.index_default .pro_change_title a:first-child{ border-left:1px solid #000;}
.index_default .pro_change_title a:last-child{ border-right:1px solid #000;}
.index_default .pro_change_title a span{ border:none; display:block; float:none; font-size:16px;}
.index_default .pro_change_title a.actived span{ background:#000; color:#fff;}



.index_default .common_pro_list1{ display:none;}
#productbox_tab .common_pro_list1.first{ display:block;}
.common_pro_list1 li{ width:220px; margin-right:25px; border:none;}
.common_pro_list1 li .pic{border:1px solid #eee; width:218px; height:312px; line-height:312px; border-radius:3px;}
.product_list_2017 .common_pro_list1 li .pic{width:218px; height:312px; line-height:312px;}
.common_pro_list1 li .pic img,.product_list_2017 .common_pro_list1 li .pic img{ max-height:312px; max-width:218px;display: table;}
.common_pro_list1 .pro_content{ padding:0;}
.common_pro_list1 li .add_cart_bg{ background:rgba(0,0,0,0.5);}
.common_pro_list1 li .add_cart_bg,.common_pro_list1 li .add_cart{ width:220px; top:278px; border-radius:0 0 3px 3px;}
.common_pro_list1 li .add_cart_box:hover .add_cart_bg{  background:rgba(0,0,0,0.85);}

.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:#bf25d5;}


#body_box .common_pro_list1 > li .pic img:nth-child(odd) {}
#body_box .common_pro_list1 > li .pic img:nth-child(even) { display:none;}
#body_box .common_pro_list1 > li:hover .pic img:nth-child(odd) { display:none; }
#body_box .common_pro_list1 > li:hover .pic img:nth-child(even) { display:block; }

.common_pro_list1 li .name{ text-align:left; padding:5px 0;}
.common_pro_list1 li .p_c{ overflow:hidden;}
.common_pro_list1 li .price{ text-align:left; font-family:Georgia,serif; color:#900; font-size:14px; margin-bottom:0; float:left;}
.product_list_2017 .common_pro_list1 li .price{ margin:0;}
.common_pro_list1 li .codeno{ color:#000; font-weight:bold; text-transform:uppercase; float:right;}
.common_pro_list1 li .goodsinfo{ overflow:hidden; padding:5px 0; color:#000;}
.common_pro_list1 li .gsold{ float:right;}
.common_pro_list1 li .gsold span{ font-size:14px;}
.common_pro_list1 li .goodsinfo .glike{ background:none; float:left;}
.common_pro_list1 li .goodsinfo .glike i{ color:#e90127; margin:0 0 -5px 0;}
.common_pro_list1 li .goodsinfo .glike i.cur{ color:#bf25d5;}
.common_pro_list1 li .timer_box{ text-align:left; color:#000;}
.common_pro_list1 li .timer_box i{ background:none; font-size:15px; margin:0 3px -4px 0; font-weight:bold;}
span.discount-timer{ background:none; text-indent:0; color:#000;}
.common_pro_list1 li .sold_out_box span{ width:auto; padding:0 15px; background:rgba(112,113,117,0.7); left:50%; transform:translateX(-50%); white-space:nowrap; top:120px;}

.quickcart{ width:185px; margin-top:100px;}
.quickcart ul li .common_mini_btn1, .quickcart ul li .common_mini_btn2{ width:48px;}







#body_box .pl{ text-align:center; margin:5px 0;}
#body_box .pl .view{padding:0;float:left;}
#body_box .pl .view i{ font-size:18px; background:none; margin:0;vertical-align:middle;height:16px;line-height:16px;vertical-align:top;}
#body_box .pl .sold {padding:0;float:right;}
#body_box .pl .sold i{ font-size:18px; background:none; margin:0;vertical-align:middle;height:16px;line-height:16px;vertical-align:top;}
#body_box .pl .pl_borline{display:inline-block;height:16px;width:1px;background:#333;vertical-align:top;}

#bottom_box {
	background: #fff;
	color: #717070;
	font-size: 14px;
	margin-top: 20px;
	width: 100%;
}
#bottom_box .link_box{
	padding:30px 0;
	overflow:hidden;
	box-sizing:border-box;
}
#bottom_box .link_box dl{
	width: 225px;
	padding: 0 15px;
	float: left;
	box-sizing:border-box;
}
#bottom_box .link_box dl.newsletter{
	width: 300px;
}
#bottom_box .link_box dl dt{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 20px;
	box-sizing:border-box;
	height:auto;
	line-height:normal;
}
#bottom_box .link_box dl dd a{
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
	color:#717070;
}
#bottom_box .link_box dl dd a:hover{
	color:#000;
	text-decoration:underline;
}
#bottom_box .newletterform{
	float:none;
	height:35px;
	margin:0 0 40px;
}
#bottom_box .newsletter_txt{
	float:left;
	width:185px;
	height:35px;
	border:1px solid #363636;
	box-sizing:border-box;
	color:#333;
}
#bottom_box .newsletter_btn{
	float:right;
	background:#000;
	border-color:#363636;
	height:35px;
	box-sizing:border-box;
}
#bottom_box .shartto{
	height:auto;
	float:none;
	line-height:normal;
}
#bottom_box .shartto li{
	display:inline-block;
	float:none;
	width:auto;
	margin-right:10px;
	margin-bottom:5px;
	vertical-align:top;
}
#bottom_box .link_box dl dd .shartto li a{
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	color: #717070;
}
#bottom_box .link_box dl dd .shartto li a:hover{
	color:#fa5758;
	text-decoration:none;
}
#bottom_box .foot {
	border-top: 1px solid #363636;
	overflow: hidden;
	padding: 15px 0 20px;
}
#bottom_box .links {
	width: 1000px;
	margin: auto;
	padding-bottom: 15px;
	border-bottom: 1px #DDDDDD solid;
}


.product_detail_2017 .viewfontright{width:560px;}

.common_pro_list1 li .pic_box{position:relative;overflow:hidden;}
.common_pro_list1 li .wrap-addto{height:50px;position:absolute;left:0;bottom:-50px;width:100%;font-size:0;text-align:center;transition:all 0.3s ease-in; z-index:10;}
.common_pro_list1 li .wrap-addto a{displaY:inline-block;height:40px;width:40px;background:#f4f4f4;text-align:center;line-height:40px;font-size:20px;color:#333;vertical-align:top;margin:0 5px;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.2);transition:all 0.2s ease-in;}
.common_pro_list1 li .wrap-addto a i{displaY:inline-block;line-height:40px;background:none;font-size:20px;transition:all 0.2s ease-in;}
.common_pro_list1 li .wrap-addto a i.cur{font-size:18px;color:#ed3445;}
.common_pro_list1 li .wrap-addto a:hover{background:#bf25d5;}
.common_pro_list1 li .wrap-addto a:hover i{color:#fff;}
.common_pro_list1 li .wrap-addto a:hover i.cur{font-size:18px;color:#ed3445;}
.common_pro_list1 li .pic_box:hover .wrap-addto{bottom:0;}
.common_pro_list1 li .name{margin:8px 0 5px;padding:0;line-height:18px;max-height:36px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.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;
}
/*图标字体*/
#top_box .currency_txt i,.index_default span.discount-timer-big,.index_default .tit i.icon-clock1,#bottom_box .contact_us dd.email i,#bottom_box .contact_us dd.phone i,.common_pro_list1 li .discount,.common_pro_list1 li .discount_wrap i,.common_pro_list1 li .add_cart i,.common_pro_list2 li .discount,.common_pro_list2 li .discount_wrap i,.common_pro_list2 li .add_cart i,#header_box i{ background:none;}/*背景图片为无*/
#top_box .currency_txt i{ height:10px; width:15px; line-height:16px; font-size:22px; margin:0;margin:0 0 2px 0;color:#333;}
#header_box a.go{background:#db4c52;text-align:center;}
#header_box a.go i{background:#db4c52;color:#fff;line-height:32px;font-size:14px;}

#header_box .category_box h4 i{background:none;font-size:12px;margin:13px 25px 0 0;width:13px;height:11px;}
.index_default span.timer_box{ float:none; margin-left:0;}
.index_default span.discount-timer-big{padding-left:0;background:none;}
.index_default .tit .clock{ height:20px; float:left; font-size:20px; font-weight:bold; margin:-3px 3px 0px 10px;}
#bottom_box .shartto{height:auto;}
#bottom_box .shartto li{width:30px;height:30px;margin-bottom:5px;}
#bottom_box .shartto li a{ font-size:20px;display:block;width:30px;height:30px;line-height:30px;text-align:center;color:#333;}
#bottom_box .shartto li a:hover{color:#ed3445;}
#bottom_box .contact_us dd i {background:none;color:#fff;font-size:14px;height:20px;line-height:20px;margin-right:12px;vertical-align:middle;width:13px;}
.common_pro_list1 li .add_cart{ text-align:center; font-size:14px; color:#fff;}
.common_pro_list1 li .add_cart i{ font-size:14px; margin:0 5px 2px 0;}
.common_pro_list2 li .dc,.common_pro_list1 li .dc{position:absolute; right:0; top:0;}
.common_pro_list2 li .discountbg,.common_pro_list1 li .discountbg{ color:#45d8bb; font-size:58px;width:55px;line-height:44px;text-align:center;}
.common_pro_list2 li .add_cart{ text-align:center;}
.common_pro_list2 li .add_cart i{ font-size:14px; margin:0 5px -3px 0;}
#bottom_box .newletterform label i{ font-size:20px; margin:0 2px -5px 0;}
.discount_timer_wrap i {font-size: 16px;font-weight: bold;height: 16px;line-height: 17px;margin: 0 2px -4px 0;width: 16px;background:none;}
.common_pro_list1 li .free_shipping i,.common_pro_list2 li .free_shipping i{background:none;margin:0 3px -1px 0; font-size:15px; color:#ed3445;}
.discount_timer_wrap span.discount-timer{background:none;text-indent:3px;}
.index_default .left_box .left_prolist li .dc{display:none;}


.common_pro_list1 li .discount,.common_pro_list2 li .discount{ width:50px; border-radius:50%; box-sizing:border-box; background:#e41c2e; height:50px; padding-top:12px;}
.common_pro_list1 li .discount_wrap,.common_pro_list2 li .discount_wrap{ position:absolute; right:0; top:0;}
.common_pro_list1 li .discount_wrap i,.common_pro_list2 li .discount_wrap i{ width:51px; height:41px; line-height:40px; color:#45d8bb; font-size:54px;}
@-moz-document url-prefix(){.common_pro_list1 li .discount_wrap i{ line-height:49px;}
