/*样式覆盖部分*/
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
}
.wapper{
	width:1200px;
}
a{
	transition: all .3s ease;
}
a:hover{
	color:#f37e7e;
}

#header_box{
	width:100%;
	padding:0;
	box-sizing:border-box;
	background:#fff;
	z-index:9999;
}
#header_box .head1{
	height:34px;
	background:#f5f5f5;
}
#header_box .head1_left{
	float:left;
	height:34px;
	line-height:34px;
}
#header_box .shartto{
	float:left;
	margin-left:10px;
}
#header_box .shartto li{
	float:left;
	padding:7px 5px 0;
}
#header_box .shartto li a{
	display:inline-block;
	line-height:34px;
	font-size:14px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	background:#f37e7e;
	border-radius:2px;
	color:#fff;
}

#header_box .link_list{
	float:right;
	height:34px;
}
#header_box .cart_box{
	margin:0;
	height:34px;
	float:right;
	padding:0;
	border:0;
	transition:all 0.3s;
	position:relative;
}
#header_box .cart_txt{
	height:34px;
	font-size:13px;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	padding:0 0 15px;
}

#header_box .cart_txt a{
	display:block;
	padding:0;
	color:#000;
	position:relative;
	text-align:left;
	line-height:34px;
}
#header_box .cart_txt a i{
	width:auto;
	height:34px;
	text-align:center;
	line-height:34px;
	font-size:24px;
	background:none;
	margin:0 5px 0 0;
	vertical-align:top;
}
#header_box .cart_txt strong{
	width:auto;
	color:#000;
	font-size:12px;
	vertical-align:top;
	
}

#header_box .cart{
	display:block;
	top:34px;
	border:1px solid #ccc;
	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 .currency_box{
	position:relative; 
	z-index:1000;
	float:right;
	height:34px;
	padding:0 10px 0 0;
	border:0;
}
#header_box .currency_txt{ 
	cursor:pointer;
	color:#000;
	line-height:34px;
	height:34px;
	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;
	transform:scale(0.8);
}


#header_box .drop_currency{
	position:absolute;
	left:0; 
	top:34px; 
	width:120px; 
	padding:10px;
	border:1px solid #808080;
	box-sizing:border-box;
	opacity:0;
	visibility:hidden;
	background:#fff;
	transform:translate(0,15px);
	transition:all 0.3s;
	box-shadow:none;
}
#header_box .currency li a{
	color:#888; 
	display:block; 
	overflow:hidden; 
	height:22px; 
	line-height:22px; 
	padding:0 8px;
	font-size:13px;
}
#header_box .currency li a:hover{
	background:none; 
	color:#f37e7e;
}
#header_box .currency li a span{
	float:right;
}
#header_box .currency li a b{
	font-weight:normal; 
	float:left;
}
#header_box .currency_on .drop_currency{
	opacity:1;
	visibility:visible;
	transform:translate(0);
}
#header_box .account{
	float:right;
	margin-right:20px;
}
#header_box .account a{
	display:inline-block;
	color:#000;
	line-height:34px;
}
#header_box .account a:hover{
	color:#f37e7e;
}


#header_box .head2{
	height:auto;
	padding:15px 0;
	width:1200px;
	margin:0 auto;
}
#header_box .logo{
	height:110px;
	width:300px;
	float:left;
	margin-right:30px;
}
#header_box .logo a{
	display:block;
	height:110px;
}
#header_box .logo a img{
	vertical-align:middle;
	max-height:110px;
	max-width:300px;
}
#header_box .logo a span{
	display:inline-block;
	vertical-align:middle;
	height:100%;
}
#header_box .logo_right_txt{
	float:left;
}
#header_box .header_rt{
	width:600px;
	padding:0;
	float:right;
}
#header_box .header_rt_txt{
	padding:10px;
	border:1px solid #000;
}
#header_box .search_box{
	float:left;
	margin:10px 0 0 0;
	padding:0;
	height:50px;
	width:600px;
	z-index:1001;
}
#header_box .search{
	width:600px;
	height:50px;
	padding:0;
	transition:all 0.3s;
	box-sizing:border-box;
	z-index:999;
}
#header_box .searchform{
	width:600px;
	height:50px;
	border:0;
}
#header_box .search_input{
	width:540px;
	height:50px;
	border:0;
	box-sizing:border-box;
	font-size:16px;
	color:#666;
	padding:0;
	text-indent:15px;
	float:left;
	background:none;
	border:2px solid #f37e7e;
}
#header_box .btn_search{
	float:right;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:#f37e7e;
	margin:0;
	padding:0;
	border:0;
	border-radius:4px;
}
#header_box .btn_search:hover{
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    box-shadow: none;
    outline: none;
    outline-offset: 0;
}
#header_box .nav_warp{
	margin:0 auto;
	width:1200px;
}
#header_box .nav_box{
	height:46px;
	border:0;
	padding-top: 10px;
    padding-left: 60px;
    padding-right: 60px;
    background: url(../images/navbar-bg.png) 15px 0 repeat-x;
	position:relative;
	border-bottom:1px solid #f37e7e;
}
#header_box .left-adorn {
	position: absolute;
	left: -5px;
	bottom: -20px;
	z-index: 99;
}
#header_box .right-adorn {
	position: absolute;
	top: -10px;
	right: -15px;
	z-index: 99;
}
#header_box .left-radius {
	position: absolute;
	top: 0;
	left: 0;
}
#header_box .right-radius {
	position: absolute;
	top: 0;
	right: 0;
}
#header_box .nav{
	float:none;
	margin:0;
	width:100%;
	text-align:center;
}
#header_box .nav > li{
	float:none;
	display:inline-block;
	font-size:14px;
	padding:0;
	height:46px;
}
#header_box .nav > li > a{
	position:relative;
	height:46px;
	line-height:46px;
	padding:0 30px;
	border:0;
	color:#000;
	font-size:16px;	
	display:block;
}
#header_box .nav > li > a:before{
	content:'';
    background: url(../images/icon-navbar-01.png) 0 0 no-repeat;
    height:18px;
	line-height:18px;
	width:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
#header_box .nav > li > a i{
	display:inline-block;
	background:none;
	font-size:12px;
	color:#000;
	vertical-align:middle;
	margin-left:8px;
}
#header_box .nav > li > a:hover,
#header_box .nav > li.on > a{
	background:#f37e7e;
	color:#fff;
}
#header_box .nav > li > a:hover i,
#header_box .nav > li.on > a i{
	color:#fff;
}
#header_box .nav .sub_nav{
	display:block;
	position:absolute;
	top:46px;
	left:0;
	width:200px;
	padding:5px 0;
	text-align:left;
	visibility:hidden;
	opacity:0;
	box-sizing:border-box;	
	background: #f9f9f9;
    box-shadow: none;
    border:1px solid rgba(0,0,0,.15);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border-radius: 4px;
	background-color: #f37e7e;
}
#header_box .nav .sub_nav li{
	float:none;
	height:36px;
	width:100%;
}
#header_box .nav .sub_nav li:last-child{
	border:0;
}
#header_box .nav .sub_nav li a{
	display:block;
	height:36px;
	line-height:36px;
	color:#333;
	font-size:14px;
	padding:0 15px;
	transition:none;
	background:#f7a5a5;
	color:#fff;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#header_box .nav .sub_nav li a:hover{
	color:#f37e7e;
	background:#fff;
}
#header_box .nav li.on .sub_nav{
	visibility:visible;
	opacity:1;
	transform:translate(0,0);
}


#body_box{
	width:1200px;
}
/*#banner*/
.index_default .banner_box{
	width:1200px;
	height:325px;
	float:none;
	position:relative;
	box-sizing:border-box;
	padding:0;
	margin-top:1px;
	overflow:hidden;
}
#banner {	
	position: static;	
	width: 100%;	
	height: auto;	
	margin:0;
	
}
.index_default .banner_box img{
	width:100%;
}
#banner .swiper-wrapper{
	position:static;
}
#banner .prev,
#banner .next{
	position:absolute;
	top:0;
	left:0;
	font-size:20px;
	color:#fff;
	height:100%;
	width:15%;
	text-align:center;
	z-index:9;
	cursor:pointer;
}
#banner .next{
	left:auto;
	right:0;
}
#banner .prev span,
#banner .next span{
	position:absolute;
	right:30%;
	top:50%;
	margin-top:-30px;
	width:44px;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:50px;
	color:#fff;
	font-weight:bold;
	opacity:0.5;
	transition:all 0.5s ease-in;
}
#banner .prev span:hover,
#banner .next span:hover{
	opacity:0.9;
}
#banner .next span{
	right:auto;
	left:30%;
}
#banner .swiper-pagination{
	bottom:30px;
}
#banner .swiper-pagination-bullet{
	width:8px;
	height:8px;
	border:1px solid #fff;
	background:none;
	opacity:1;
}
#banner .swiper-pagination-bullet-active{
	background:#fff;
	border:2px solid #fff;
}

.index_default .left-box{
	width:220px;
	float:left;
}
.index_default .left_category{
	padding:20px 10px;
	background: url(../images/semi-circle.png) 0 0 repeat-x #feced3;
    overflow: hidden;
}
.index_default .left_category ul > li{
	text-align:center;
	border-radius:5px;
	background:#ffebed;
	border:1px solid #f37e7e;
	margin-bottom:15px;
	padding:10px;
}
.index_default .left_category ul > li > a{
	display:inline-block;
	width:100px;
	height:100px;
	background-color: #f37e7e;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, .3);
	border-radius:50%;
	color:#fff;
}
.index_default .left_category ul > li > a span{
	display:block;
}
.index_default .left_category ul > li > a img{
	margin-top:26px;
}
.index_default .left_category .lv2_list{
	padding:15px 0 5px;
}
.index_default .left_category .lv2_list a{
	display:block;
	color: #333;
    transition: all .3s ease;
	line-height:2.4;
}
.index_default .left_category .lv2_list a:hover{
	color:#f37e7e;
}
.index_default .news h3{
	background:#feced3;
	padding:10px;
	border-radius:10px 10px 0 0 ;
	font-size:20px;
	text-align:center;
	height:46px;
	line-height:26px;
	box-sizing:border-box;
}
.index_default .news h3 a{
	color:#000;
}
.index_default .news_con li{
	position:relative;
	height:68px;
	padding:7px 0 7px 78px;
	border-bottom:1px dashed #ddd;
}
.index_default .news_con li:last-child{
	border:0;
}
.index_default .news_con li .img{
	position:absolute;
	left:0;
	top:7px;
	width:68px;
	height:68px;
}
.index_default .news_con li .img img{
	max-width:68px;
	max-height:68px;
	border-radius:5px;
}
.index_default .news_con li .news_name{
	height:40px;
	line-height:20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color:#333;
}
.index_default .news_con li .news_name:hover{
	color:#f37e7e;
}

.index_default .news_con li .news_time{
	line-height:28px;
	color:#f37e7e;
}
.index_default .right-box{
	float:right;
	width:950px;
}
.index_default .tit{
	height:48px;
	border-bottom:1px solid #f37e7e;
	background:#feced3;
	padding:0;
	text-align:center;
	line-height:normal;
	border-radius:5px 5px 0 0;
}
.index_default .tit a{
	display:inline-block;
	float:none;
	font-size:20px;
	color:#333;
	line-height:48px;
}
.index_default .common_pro_list1 li{
	width:224px;
	margin-right:18px;
	border:0;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:5px;
}
.index_default .common_pro_list1 li.none{
	margin-right:0;
}
.index_default .common_pro_list1 li.other{
	margin:0;
	padding:0;
	width:100%;
	border:0;
	height:1px;
}
.index_default .common_pro_list1 li .pic{
	width:212px;
	height:212px;
	line-height:212px;
	display:block;
}
.index_default .common_pro_list1 li .pic img{
	max-width:212px;
	max-height:none;
}



.index_default .deals_pro .common_pro_list1 li{
	width:300px;
	margin-right:25px;
	border:0;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:5px;
}
.index_default .deals_pro .common_pro_list1 li.none{
	margin-right:0;
}
.index_default .deals_pro .common_pro_list1 li.other{
	margin:0;
	padding:0;
	width:100%;
	border:0;
	height:1px;
}
.index_default .deals_pro .common_pro_list1 li .pic{
	width:288px;
	height:288px;
	line-height:288px;
	display:block;
	position:relative;
}
.index_default .deals_pro .common_pro_list1 li .pic img{
	max-width:288px;
	max-height:none;
}
.index_default .product_tag{
	margin-top:10px;
	overflow:hidden;
}
.index_default .product_tag .pro-discount,
.index_default .product_tag .pro-free__shipping
{
	height:28px;
	line-height:28px;
	padding:0 10px;
	color:#fff;
	float:left;
	margin:0 3px 0 0;
	font-size:12px;
}
.index_default .product_tag .pro-discount{
	background:#d500f9;
}
.index_default .product_tag .pro-free__shipping{
	background:#64b5f6;
}
.index_default .pro-newin{
	background:#ff0000;
	position:absolute;
	right:15px;
	top:15px;
	width:35px;
	height:36px;
	background:url(../images/icon-new.png) no-repeat;
}

.index_default .pro-sold__out{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
}
.index_default .pro-sold__out span{
	display:inline-block;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translate(0,-50%);
	color:#fff;
	text-align:center;
	padding:0 20px;
	font-size:18px;
}
.index_default .common_pro_list1 li .pic_box{
	position:relative;
}
.index_default .common_pro_list1 .pro_content{
	padding:0;
}
.index_default .common_pro_list1 li .name{
	color:#333;
	margin:10px 0;
	padding:0;
	text-align:left;
	font-size:16px;
	line-height:20px;
	height:40px;
	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: #f37e7e;
}
.index_default .common_pro_list1 li .pic{
	overflow:hidden;
}
.index_default .common_pro_list1 li .pic img{
	transition:all .3s ease;
}
.index_default .common_pro_list1 li .pic img:hover{
	transform: scale(1.1, 1.1);
}
.index_default .common_pro_list1 li .price{
	text-align:left;
	font-size:18px;
	color:red;
}
.index_default .common_pro_list1 li span.oldprice{
	color:#333;
	font-size:14px;
	margin-left:10px;
}
.index_default .common_pro_list1 li .quickview{
	margin-top:10px;
}
.index_default .common_pro_list1 li .quickview a{
	display: block;
	color: #fff;
	padding: 8px 0;
	border: none;
	border-radius: 5px;
	background:#f7c5b3;
	background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
	-moz-background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
	-ms-background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
	-o-background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
	-webkit-background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
	text-align:center;
	box-shadow: 2px 1px 5px rgba(0, 0, 0, .4);
}



.index_default .home_ad1{
	position:relative;
}
.index_default .home_ad1 .cont{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	background: rgba(255, 255, 255, .5);
	border:1px solid #ffebed;
	padding:15px;
	margin-left: 25%;
	left: 15%;
    right: 15%;
    transition: all .5s ease;
}
.index_default .home_ad1 h4{
	font-size:20px;
	color:#000;
	margin:0 0 30px;
	text-align:center;
}
.index_default .home_ad1 p{
	font-size:14px;
	color:#000;
}




#bottom_box{
	width:100%;
	padding:0;
	margin:0;
	box-sizing:border-box;
	background:#ffebed;
}
#bottom_box .newletter{
	padding:50px 0 60px;
}
#bottom_box .newletter_box{
	float:left;
	height:50px;
}
#bottom_box .newletter_box span{
	float:left;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:10px;
}
#bottom_box .newletter_box form{
	float:left;
	height:50px;
	background:#fff;
	border-radius:3px;
}
#bottom_box .newsletter_txt{
	float:left;
	height:50px;
	line-height:50px;
	width:230px;
	background:none;
	text-indent:10px;
	padding:0;
	border:0;
	margin:0;
}
#bottom_box .newsletter_btn{
	width:70px;
	height:50px;
	line-height:50px;
	float:left;
	text-align:center;
	color:#000;
	font-size:30px;
	background:none;
	margin:0;
	padding:0;
}


#bottom_box dl dd  .shartto_box{
	float:right;
}
#bottom_box dl dd  .shartto_box span{
	float:left;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:10px;
}
#bottom_box dl dd  .shartto{
	height:auto;
}
#bottom_box dl dd  .shartto li{
	width:auto;
	margin:0 10px 5px 0;
	position:relative;
}
#bottom_box dl dd .shartto li a{
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#f37e7e;
	color:#fff;
	position:relative;
	z-index:9;
	font-size:16px;
	transition:all 0.5s;
	border-radius:5px;
	padding:0;
}
#bottom_box dl dd .shartto li a:hover{
	color:#fff;
	background:rgba(243,126,126,.8);
}


#bottom_box .link_box{
	padding:50px 0;
	margin:0;
	border:0;
}
#bottom_box .link_box dl{
	float:left;
	width:300px;
	box-sizing:border-box;
	font-size:14px;
	line-height:20px;
	padding:0;
}
#bottom_box .link_box dl dt{
	height:auto;
	line-height:normal;
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}
#bottom_box .link_box dl dt span{
	color:#333;
	font-size:14px;
	display:inline-block;
	line-height:30px;
	border-bottom:1px solid #f37e7e;
}
#bottom_box .link_box dl dd{
	color:#333;
	font-size:14px;
}
#bottom_box .link_box dl dd a{
	font-size:14px;
	color:#333;
	padding:5px 0;
}
#bottom_box .link_box dl dd a:hover{
	color:#f37e7e;
}

#bottom_box .foot_bom{
	width:100%;
	text-align:center;
	background:#fff;
}
#bottom_box .copyright{
	font-size:12px;
	color:#333;
	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-right:20px;
	border:0;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:5px;
}
.product_list_2017 .common_pro_list1 li.none{
	margin-right:0;
}
.product_list_2017 .common_pro_list1 li.other{
	margin:0;
	padding:0;
	width:100%;
	border:0;
	height:1px;
}
.product_list_2017 .common_pro_list1 li .pic{
	width:273px;
	height:410px;
	line-height:410px;
}
.product_list_2017 .common_pro_list1 li .pic img{
	max-width:273px;
	max-height:410px;
}

.product_list_2017 .product_tag{
	margin-top:10px;
	overflow:hidden;
}
.product_list_2017 .product_tag .pro-discount,
.product_list_2017 .product_tag .pro-free__shipping
{
	height:28px;
	line-height:28px;
	padding:0 10px;
	color:#fff;
	float:left;
	margin:0 3px 0 0;
	font-size:12px;
}
.product_list_2017 .product_tag .pro-discount{
	background:#d500f9;
}
.product_list_2017 .product_tag .pro-free__shipping{
	background:#64b5f6;
}
.product_list_2017 .pro-newin{
	background:#ff0000;
	position:absolute;
	right:15px;
	top:15px;
	width:35px;
	height:36px;
	background:url(../images/icon-new.png) no-repeat;
}

.product_list_2017 .pro-sold__out{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
}
.product_list_2017 .pro-sold__out span{
	display:inline-block;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translate(0,-50%);
	color:#fff;
	text-align:center;
	padding:0 20px;
	font-size:18px;
}
.product_list_2017 .common_pro_list1 li .pic_box{
	position:relative;
}
.product_list_2017 .common_pro_list1 .pro_content{
	padding:0;
}
.product_list_2017 .common_pro_list1 li .name{
	color:#333;
	margin:10px 0;
	padding:0;
	text-align:left;
	font-size:16px;
	line-height:20px;
	height:40px;
	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: #f37e7e;
}
.product_list_2017 .common_pro_list1 li .pic{
	overflow:hidden;
}
.product_list_2017 .common_pro_list1 li .pic img{
	transition:all .3s ease;
}
.product_list_2017 .common_pro_list1 li .pic img:hover{
	transform: scale(1.1, 1.1);
}
.product_list_2017 .common_pro_list1 li .price{
	text-align:left;
	font-size:18px;
	color:red;
}
.product_list_2017 .common_pro_list1 li span.oldprice{
	color:#333;
	font-size:14px;
	margin-left:10px;
}
.product_list_2017 .common_pro_list1 li .quickview{
	margin-top:10px;
}
.product_list_2017 .common_pro_list1 li .quickview a{
	display: block;
	color: #fff;
	padding: 8px 0;
	border: none;
	border-radius: 5px;
	background:#f7c5b3;
	background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
	-moz-background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
	-ms-background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
	-o-background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
	-webkit-background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
	text-align:center;
	box-shadow: 2px 1px 5px rgba(0, 0, 0, .4);
}