/*样式覆盖部分*/
@font-face {
    font-family: 'robotoregular';
    src: url('roboto-regular-webfont.eot');
    src: url('roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto-regular-webfont.woff2') format('woff2'),
         url('roboto-regular-webfont.woff') format('woff'),
         url('roboto-regular-webfont.ttf') format('truetype'),
         url('roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family:'robotoregular', sans-serif;
}
a{
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.wapper{width:1200px;}

#header_box{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:999;
}
#header_box .head1{
	padding:30px 0 25px;
}
#header_box .header_lt{
	float:left;
	height:46px;
	line-height:46px;
	color:#fff;
}
#header_box .header_rt{
	float:right;
	padding:0;
	height:46px;
}
#header_box .cart_box{
	margin:0;
	height:46px;
	float:right;
	padding:0;
	background:#fff;
	border:0;
	transition:all 0.3s;
}
#header_box .cart_txt{
	line-height:64px;
	height:64px;
	font-size:14px;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header_box .cart_txt a{
	display:block;
	padding:0;
	color:#000;
	font-size:12px;
	position:relative;
}
#header_box .cart_txt a i{
	display:inline-block;
	background:none;
	margin:0;
	line-height:46px;
	height:46px;
	float:right;
	vertical-align:top;
	font-size:20px;
	color:#000;
	width:47px;
	text-align:center;
	padding:0;
	border-left:1px solid #f8f8f8;
	transition:all 0.3s;
}
#header_box .cart_txt a p{
	float:left;
	line-height:46px;
	padding:0 20px;
	color:#000;
	text-transform:uppercase;
}

#header_box .cart_txt strong{
	position:absolute;
	width:21px;
	height:21px;
	line-height:21px;
	text-align:center;
	border-radius:50%;
	background:#ff9b00;
	color:#fff;
	right:-10px;
	top:-10px;
}
#header_box .cart{
	display:block;
	top:46px;
	border:0;
	border:2px solid #ff9b00;
	visibility:hidden;
	opacity:0;
	transform:translate(0,15px);
	transition:all 0.3s;
	right:0;
	box-shadow:none;
}
#header_box .cart_on .cart{
	visibility:visible;
	opacity:1;
	transform:translate(0);
}
#header_box .cart_on{
	background:#ff9b00;
}
#header_box .cart_on .cart_txt a i,
#header_box .cart_on .cart_txt a p{
	color:#fff;
}
#header_box .cart_on .cart_txt a i{
	background:#f29504;
	border-color:#f29504;
}

#header_box .currency_box{
	text-transform:uppercase; 
	position:relative; 
	z-index:1000;
	float:right;
	height:46px;
	padding:0;
	margin-right:10px;
}
#header_box .currency_txt{ 
	cursor:pointer;
	color:#000;
	line-height:46px;
	height:46px;
	background:#fff;
	margin:0;
	padding:0 10px;
	transition:all 0.3s;
}
#header_box .currency_txt i{
	width:auto; 
	height:auto; 
	background:none; 
	margin:0;
	vertical-align:top;
	font-size:12px;
	padding-left:3px;
}


#header_box .drop_currency{
	position:absolute;
	left:0; 
	top:46px; 
	width:150px; 
	padding:10px;
	border:0;
	box-sizing:border-box;
	opacity:0;
	visibility:hidden;
	-moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
	background:#fff;
	border:2px solid #ff9b00;
	transform:translate(0,15px);
	transition:all 0.3s;
}
#header_box .currency li a{
	color:#888; 
	display:block; 
	overflow:hidden; 
	height:22px; 
	line-height:22px; 
	padding:0 8px;
	font-size:14px;
}
#header_box .currency li a:hover{
	background:none; 
	color:#ff9b00;
}
#header_box .currency li a span{
	float:right;
}
#header_box .currency li a b{
	font-weight:normal; 
	float:left;
}
#header_box .currency_on .currency_txt{
	background:#ff9b00;
	color:#fff;
}
#header_box .currency_on .drop_currency{
	opacity:1;
	visibility:visible;
	transform:translate(0);
}


#header_box .login{
	float:left;
	height:46px;
	line-height:46px;
	padding:0;	
	position:relative;
	margin-right:20px;
}
#header_box .login a{
	display:inline-block;
	color:#fff;
	font-size:13px;
}
#header_box .login a i{
	display:inline-block;
	vertical-align:top;
	background:none;
	font-size:18px;
	margin-right:5px;
	color:#ff9b00;
}

#header_box .head2{
	width:1200px;
	margin:0 auto;
	padding:0;
	height:72px;
	background:#fff;
	position:relative;
}
#header_box .logo{
	display:inline-block;
	height:72px;
	width:auto;
	float:left;
}
#header_box .logo a{
	display:block;
	height:72px;
	text-align:left;
}
#header_box .logo a img{
	max-height:72px;
	vertical-align:middle;
}
#header_box .logo a span{
	display:inline-block;
	vertical-align:middle;
	height:100%;
}

#header_box .nav_warp{
	height:72px;
}
#header_box .nav_box{
	width:auto;
	border:0;
	height:72px;
	float:left;
	min-width:500px;
}
#header_box .nav{
	float:none;
	margin:0;
	width:100%;
	height:72px;
	font-size:0;
}
#header_box .nav > li{
	float:none;
	display:inline-block;
	padding:0;
	height:72px;
	font-size:12px;
}
#header_box .nav > li > a{
	display:block;
	border:0;
	height:70px;
	line-height:70px;
	font-size:12px;
	color:#000;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	text-transform:uppercase;
	padding:0 24px;
	position:relative;
	font-size:15px;
	font-family: Oswald;
	border-top:2px solid #fff;
	transition: all 0.5s;
}

#header_box .nav > li > a i{
	display:inline-block;
	background:none;
	vertical-align:middle;
	font-size:12px;
	margin-left:3px;
	color:#000;
	transform:scale(0.8);
	height:20px;
	line-height:20px;
}
#header_box .nav > li > a:hover,
#header_box .nav > li.on > a{
	color:#000;
	border-color:#ff9b00;
	background:#fdfdfd;
}

#header_box .nav .sub_nav{
	display:block;
	position:absolute;
	top:72px;
	left:0;
	background:#fff;
	width:260px;
	padding:0;
	text-align:left;
    box-shadow: none;
	visibility:hidden;
	opacity:0;
	transform:translate(0,15px);
	transition:all 0.4s;
	box-sizing:border-box;
	border-bottom:2px solid #ff9b00;
}
#header_box .nav .sub_nav li{
	float:none;
	height:44px;
	width:100%;
	border-bottom:1px solid #f0f0f0;
}
#header_box .nav .sub_nav li:last-child{
	border:0;
}
#header_box .nav .sub_nav li a{
	display:block;
	height:44px;
	line-height:44px;
	color:#000;
	font-size:14px;
	padding:0 0 0 20px;
}
#header_box .nav .sub_nav li a:hover{
	color:#fff;
	background:#ff9b00;
}
#header_box .nav li.on .sub_nav{
	visibility:visible;
	opacity:1;
	transform:translate(0,0);
}
#header_box .search_box{
	float:right;
	padding:0;
	height:72px;
	width:270px;
	position:absolute;
	right:0;
	top:0;
	border-left:1px solid #f8f8f8;
	background:#fdfdfd;
}
#header_box .search{
	width:270px;
	height:72px;
	padding:0;
}
#header_box .searchform{
	width:270px;
	height:72px;
	border:0;
}
#header_box .search_input{
	width:198px;
	height:72px;
	border:0;
	box-sizing:border-box;
	font-size:15px;
	color:#bbb;
	padding:0;
}
#header_box .btn_search{
	width:72px;
	height:72px;
	padding:0;
	margin:0;
	border:0;
	text-align:center;
	line-height:72px;
	color:#000;
	background:none;
}
#header_box.header{
	position:relative !important;
	top:0 !important;
	padding:0 0 50px;
	background:#767676;
}

#header_box .fixed_head2{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

#body_box{
	width:1200px;
}
.index_default{
	width:100% !important;
	background:#fdfdfd;
}

/*#banner*/
.index_default .banner_box{
	width:100%;
	height:1200px;
	float:none;
}

#banner {	
	position: relative;	
	width: 100%;	
	height: 1200px;	
	margin:0;
}
#banner .swiper-slide{
	position:relative;
}
#banner a{
	display:block;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
}
#banner .img{
	height:100%;
	width:100%;
	overflow:hidden;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.index_default .adbox{
	padding:30px;
	padding-bottom:0;
	margin:-186px 0 0;
	position:relative;
	z-index:9;
	background:#fdfdfd;
}
.index_default .adbox a{
	display:block;
	width:360px;
	height:156px;
	overflow:hidden;
	float:left;
	margin-right:30px;
	position:relative;
}
.index_default .adbox a.home_ad3{
	margin-right:0;
}
.index_default .adbox .ad_title{
	position:absolute;
	left:40px;
	top:40px;
	background-color: #ff9b00;
    color: #fff;
    font-weight: 700;
    padding: 0 8px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
    z-index: 9;
}
.index_default .adbox .ad_descript{
    display: block;
    font-size: 36px;
    line-height: 1.4;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
	position:absolute;
	left:40px;
	bottom:30px;
	color:#000;
}
.index_default .adbox a img{
	width:100%;
	transition:all 0.5s;
}
.index_default .adbox a:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.index_default .tit{
	padding:0;
	height:55px;
	line-height:55px;
	border:0;
	text-align:left;
	position:relative;
	margin-bottom:20px;
}
.index_default .tit:before{
	position:absolute;
	top:55px;
	width:100%;
	height:3px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	left:0;
	content:'';
}
.index_default .tit a{
	float:none;
	display:block;
	font-size: 30px;
    text-align: left;
    font-family: Oswald;
    font-weight: 400;
    font-style: normal;
	height:55px;
	line-height:55px;
	color:#000;
	text-transform:uppercase;
}
.index_default .common_pro_list1 li{
	width:285px;
	margin:0 20px 20px 0;
	border:0;
	transition:all 0.5s;
	padding:0 0 30px;
}
.index_default .common_pro_list1 li:hover{
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}
.index_default .common_pro_list1 li.none{
	margin-right:0;
}
.index_default .common_pro_list1 li .pic{
	width:285px;
	height:285px;
	line-height:285px;
	position:relative;
	box-sizing:border-box;
	padding:15px;
	background:#fff;
}
.index_default .common_pro_list1 li .pic:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.index_default .common_pro_list1 li .pic img{
	max-width:100%;
	max-height:100%;
}



.index_default .common_pro_list1 .pro_content{
	padding:0 10px;
	overflow:hidden;
}
.index_default .common_pro_list1 li .price{
	float:left;
	color:#000;
}
.index_default .common_pro_list1 li span.oldprice{
	color:#999;
	font-size:13px;
	font-weight:bold;
}
.index_default .common_pro_list1 li .review{
	margin:5px 0;
	text-align:center;
	float:right;
}
.index_default .common_pro_list1 li .star{
	background:none;
}
.index_default .common_pro_list1 li .star i{
	font-size:15px;
	background:none;
	color:#ddd;
}
.index_default .common_pro_list1 li .star i.cur{
	color:#ffb400;
}
.index_default .common_pro_list1 li .name{
	display:block;
	font-size:14px;
	color:#000;
	text-align:left;
	font-weight:700;
	padding:0 10px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index_default .common_pro_list1 li .name:hover{
	color:#ff9b00;
}
.index_default .common_pro_list1 li .wrap-addto{
	position:absolute;
	top:150px;
	height:38px;
	font-size:0;
	text-align:center;
	width:100%;
	visibility:hidden;
}
.index_default .common_pro_list1 li .wrap-addto a{
	display:inline-block;
	font-size:14px;
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	background:#fff;
	margin:0 3px;
	opacity:0;
	border:1px solid #f0f0f0;
	transform:translate(0,-15px);
	
}
.index_default .common_pro_list1 li .wrap-addto a.add_to_cart{
	transition:all 0.3s;
}
.index_default .common_pro_list1 li .wrap-addto a.glike{
	transition:all 0.3s;
	transition-delay: 0.2s;
}
.index_default .common_pro_list1 li .wrap-addto a.quickview{
	transition:all 0.3s;
	transition-delay: 0.4s;
	
}
.index_default .common_pro_list1 li .wrap-addto a i{
	background:none;
}

.index_default .common_pro_list1 li:hover .wrap-addto{
	visibility:visible;
}
.index_default .common_pro_list1 li:hover .wrap-addto a{
	opacity:1;
	transform:translate(0,0);
}

.index_default .common_pro_list1 li .wrap-addto a i.cur{
	color:#ed3445;
}
.index_default .common_pro_list1 li .wrap-addto a:hover{
	background:#ff9b00;
	color:#fff;
}
.index_default .common_pro_list1 li .discount{
	width:57px;
	height:21px;
	line-height:21px;
	text-align:center;
	background:url(../images/badge2.png) no-repeat;
	color:#fff;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 0 5px;
	top:10px;
	right:10px;
}
.index_default .common_pro_list1 li.other,
.index_default .common_pro_list1 li.clear10{
	width:100%;
	margin:0;
}
.index_default .common_pro_list1 li:hover .pic:before{
	background:rgba(255,255,255,.9);
}
.index_default .common_pro_list1 li .sold_out_box span{
	background:rgba(0,0,0,.6);
	width:185px;
	right:0;
	margin:auto;
}


.index_default .home_ad4{
	position:relative;
}
.index_default .home_ad4 .ad_cont{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	padding:0 50px;
	text-align:center;
	width:100%;
	box-sizing:border-box;
}
.index_default .home_ad4 .ad_title{
	font-size: 36px;
    line-height: 46px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}
.index_default .home_ad4 .ad_btn{
	width: 238px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    vertical-align: middle;
    margin-left: 25px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index_default .home_ad4 .ad_btn:hover{
	background:#000;
	color:#fff;
}



.index_default .news{
	margin-top:50px;
}
.index_default .news .tit{
	text-align:center;
}
.index_default .news .tit:before{
	top:26px;
}
.index_default .news .tit a{
	display:inline-block;
	padding:0 20px;
	background:#fff;
	position:relative;
	z-index:9;
}
.index_default .news li{
	float:left;
	width:380px;
	margin-right:30px;
}
.index_default .news li:nth-child(3){
	margin-right:0;
}
.index_default .news li a{
	display:block;
	position:relative;
	overflow:hidden;
}
.index_default .news li a img{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index_default .news li a:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.index_default .news li .cont{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	box-sizing:border-box;
	padding:0 30px 30px;
	color:#fff;
}
.index_default .news li .news_time{
	margin-bottom:15px;
	font-size:14px;
}
.index_default .news li .news_time i{
	display:inline-block;
	vertical-align:middle;
	background:none;
	font-size:14px;
	margin-right:5px;
}
.index_default .news li .news_name{
	font-size:24px;
}

#bottom_box{
	width:100%;
	background:#121212;
	padding:0;
}
#bottom_box .newletter{
	padding:80px 0;
	background:#f6f6f6;
	text-align:center;
}
#bottom_box .newletter p{
	line-height: 50px;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
	margin:0 0 40px;
}
#bottom_box .newsletter_txt{
	width:618px;
	height:46px;
	background:#fff;
	border:0;
	padding:0;
	text-indent:15px;
}
#bottom_box .newsletter_btn{
	width:132px;
	height:46px;
	line-height:46px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	margin-left:8px;
	background:#ff9b00;
	font-weight:bold;
	font-size:14px;
}
#bottom_box .link_box{
	padding:50px 0;
	margin:0;
}

#bottom_box .link_box dl.navlist{
	width:20%;
	box-sizing:border-box;
	padding:0 15px;
}


#bottom_box .link_box dl dt{
	font-family: Oswald;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
	margin-bottom:25px;
}


#bottom_box .link_box dl dd{
	line-height:20px;
	font-size:14px;
	color: #a7a7a7;
}
#bottom_box .link_box dl dd a{
	font-size: 14px;
    color: #a7a7a7;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
#bottom_box .link_box dl dd a:hover{
	color:#fff;
}

#bottom_box .link_box .navlist dd a{
	display:block;
	height:24px;
	line-height:24px;
	color:#888;
}

#bottom_box .link_box .navlist dd a:hover{
	color:#fff;
}
#bottom_box .link_box dl.link_right{
	float:right;
	width:40%;
	box-sizing:border-box;
	padding:0;
}

#bottom_box .link_box .shartto{
	float:none;
	height:auto;
	line-height:normal;
	overflow:hidden;
	text-align:center;
	display:inline-block;
	background:#ff9b00;
	height:46px;
	padding:0 50px;
	width:100%;
	box-sizing:border-box;
}
#bottom_box .link_box .shartto li{
	width:auto;
	margin:0 15px;
	display:inline-block;
	float:none;
}
#bottom_box .link_box .shartto li a{
	display:block;
	width:auto;
	height:46px;
	line-height:46px;
	text-align:center;
	padding:0;
	font-size:14px;
	color:#fff;
	box-sizing:border-box;
	font-size:14px;
}
#bottom_box .link_box .shartto li a:hover{
	color:#fff;
}
#bottom_box .link_box dd.shartto_box{
	border-bottom:1px solid #2d2d2d;
	padding:0 0 30px;
}
#bottom_box .link_box dd.contact_us{
	padding:0 0;
	margin-top:30px;
}
#bottom_box .foot_bom{
	width:100%;
	margin:0 auto;
	background:#151515;
}
#bottom_box .copyright{
	font-size:14px;
	color:#888;
	padding:30px 0;
}
.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_detail_2017 .viewfontright{
	width:555px;
}


.product_list_2017 .common_pro_list1 li{
	width:285px;
	margin:0 20px 20px 0;
	border:0;
	transition:all 0.5s;
	padding:0 0 30px;
}
.product_list_2017 .common_pro_list1 li:hover{
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}
.product_list_2017 .common_pro_list1 li.none{
	margin-right:0;
}
.product_list_2017 .common_pro_list1 li .pic{
	width:285px;
	height:285px;
	line-height:285px;
	position:relative;
	box-sizing:border-box;
	padding:15px;
	background:#fff;
}
.product_list_2017 .common_pro_list1 li .pic:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.product_list_2017 .common_pro_list1 li .pic img{
	max-width:100%;
	max-height:100%;
}



.product_list_2017 .common_pro_list1 .pro_content{
	padding:0 10px;
	overflow:hidden;
}
.product_list_2017 .common_pro_list1 li .price{
	float:left;
	color:#000;
}
.product_list_2017 .common_pro_list1 li span.oldprice{
	color:#999;
	font-size:13px;
	font-weight:bold;
}
.product_list_2017 .common_pro_list1 li .review{
	margin:5px 0;
	text-align:center;
	float:right;
}
.product_list_2017 .common_pro_list1 li .star{
	background:none;
}
.product_list_2017 .common_pro_list1 li .star i{
	font-size:15px;
	background:none;
	color:#ddd;
}
.product_list_2017 .common_pro_list1 li .star i.cur{
	color:#ffb400;
}
.product_list_2017 .common_pro_list1 li .name{
	display:block;
	font-size:14px;
	color:#000;
	text-align:left;
	font-weight:700;
	padding:0 10px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product_list_2017 .common_pro_list1 li .name:hover{
	color:#ff9b00;
}
.product_list_2017 .common_pro_list1 li .wrap-addto{
	position:absolute;
	top:150px;
	height:38px;
	font-size:0;
	text-align:center;
	width:100%;
	visibility:hidden;
}
.product_list_2017 .common_pro_list1 li .wrap-addto a{
	display:inline-block;
	font-size:14px;
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	background:#fff;
	margin:0 3px;
	opacity:0;
	border:1px solid #f0f0f0;
	transform:translate(0,-15px);
	
}
.product_list_2017 .common_pro_list1 li .wrap-addto a.add_to_cart{
	transition:all 0.3s;
}
.product_list_2017 .common_pro_list1 li .wrap-addto a.glike{
	transition:all 0.3s;
	transition-delay: 0.2s;
}
.product_list_2017 .common_pro_list1 li .wrap-addto a.quickview{
	transition:all 0.3s;
	transition-delay: 0.4s;
	
}
.product_list_2017 .common_pro_list1 li .wrap-addto a i{
	background:none;
}

.product_list_2017 .common_pro_list1 li:hover .wrap-addto{
	visibility:visible;
}
.product_list_2017 .common_pro_list1 li:hover .wrap-addto a{
	opacity:1;
	transform:translate(0,0);
}

.product_list_2017 .common_pro_list1 li .wrap-addto a i.cur{
	color:#ed3445;
}
.product_list_2017 .common_pro_list1 li .wrap-addto a:hover{
	background:#ff9b00;
	color:#fff;
}
.product_list_2017 .common_pro_list1 li .discount{
	width:57px;
	height:21px;
	line-height:21px;
	text-align:center;
	background:url(../images/badge2.png) no-repeat;
	color:#fff;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 0 5px;
	top:10px;
	right:10px;
}
.product_list_2017 .common_pro_list1 li.other,
.product_list_2017 .common_pro_list1 li.clear10{
	width:100%;
	margin:0;
}
.product_list_2017 .common_pro_list1 li:hover .pic:before{
	background:rgba(255,255,255,.9);
}

.product_list_2017 .common_pro_list1 li .sold_out_box span{
	background:rgba(0,0,0,.6);
	width:185px;
	right:0;
	margin:auto;
}


