#header_box i,.index_default i{ background:none;}



body{
	font-family:'Open Sans', sans-serif;
	font-size:13px;
}
a{
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.wapper{width:1200px;}
.autocomplete-suggestions{ position:fixed !important;}
.autocomplete-suggestions.top{ top:59px !important;}


#top_box{
	background:#fff;
	border-bottom:1px solid #ededed;
	line-height:30px;
	color:#333;
}
#top_box .top_lt_txt{
	min-width:200px;
	height:30px;
}
#top_box .top_menu{
	font-size:0;
}
#top_box .top_menu li{
	display:inline-block;
	padding-left:18px;
	font-size:12px;
}
#top_box .top_menu li a{
	color:#333;
}
#top_box .top_menu li a:hover{
	color:#fed700;
}
#top_box .currency_box{
	padding-left:15px;
	z-index:10000;
}
#top_box .currency li a:hover{ background:#f44805;}

#header_box{
	width:100%;
	background:#fff;
	position:fixed;
	left:0;
	top:auto;
	z-index:9999;
}

#header_box .head2{
	padding:0;
	height:77px;
	position:relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#header_box .menu_logo{
	display:inline-block;
}
#header_box .logo{
	display:table;
	height:45px;
	width:180px;
}
#header_box .logo a{
	display:table-cell;
	text-align:left;
	vertical-align:middle;
}
#header_box .logo a img{
	max-height:50px;
	max-width:100%;
	vertical-align:middle;
}

#header_box .nav_warp{
	padding:0 70px;
	display:inline-block;
}
#header_box .nav_box{
	width:auto;
	border:0;
	height:45px;
	min-width:660px;
}
#header_box .nav{
	float:none;
	margin:0;
	width:100%;
	height:45px;
	font-size:0;
}
#header_box .nav > li{
	float:none;
	display:inline-block;
	padding:0;
	height:45px;
	font-size:12px;
}
#header_box .nav > li > a{
	display:block;
	border:0;
	height:45px;
	line-height:45px;
	font-size:12px;
	color:#333;
	-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;
	transition: all 0.5s;
	font-weight:bold;
}

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

#header_box .nav .sub_nav{
	display:block;
	position:absolute;
	top:80px;
	left:0;
	background:#fff;
	width:260px;
	padding:20px;
	text-align:left;
    box-shadow: none;
	visibility:hidden;
	opacity:0;
	transform:translate(0,15px);
	transition:all 0.4s;
	box-sizing:border-box;	
	-webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
    background: #FFF;
    border: 1px solid #ececec;
}
#header_box .nav .sub_nav li{
	float:none;
	height:30px;
	width:100%;
}
#header_box .nav .sub_nav li:last-child{
	border:0;
}
#header_box .nav .sub_nav li a{
	display:block;
	height:30px;
	line-height:30px;
	color:#333;
	font-size:14px;
	padding:0;
}
#header_box .nav .sub_nav li a:hover{
	color:#f96302;
	background:none;
}
#header_box .nav li.on .sub_nav{
	visibility:visible;
	opacity:1;
	transform:translate(0,0);
}

#header_box .menu_rt{
	width:220px;
	display:inline-block;
}
#header_box .header_rt{
	padding:0;
	height:45px;
	width:220px;
}
#header_box .iem{
	background:#eeeeee;
	float:right;
}
#header_box .search_box{
	padding:0;
	height:45px;
	width:45px;
	position:relative;
	z-index:1001;
}
#header_box .search_box > span{
	display:block;
	height:45px;
	text-align:center;
}
#header_box .search_box > span i{
	display:inline-block;
	width:auto;
	background:none;
	line-height:45px;
	cursor:pointer;
	font-size:22px;
	font-weight:bold;
}
#header_box .search{
	width:0;
	height:45px;
	padding:0;
	position:absolute;
	top:0;
	right:45px;
	border-bottom:1px solid #efefef;
	background:#fff;
	overflow:hidden;
	transition:all 0.5s;
}
#header_box .searchform{
	width:100%;
	height:45px;
	border:0;
}
#header_box .search_input{
	width:100%;
	height:45px;
	border:0;
	box-sizing:border-box;
	font-size:15px;
	color:#bbb;
	padding:0;
}
#header_box .cart_box{
	height:45px;
	width:45px;
	padding:0;
	border:0;
	color:#222;
	transition:all 0.3s;
	position:relative;
	margin:0 0 0 15px;
}
#header_box .cart_txt{
	line-height:45px;
	text-align:center;
	height:45px;
	font-size:13px;
	-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:#333;
	position:relative;
}
#header_box .cart_txt a i{
	display:inline-block;
	margin:0;
	line-height:55px;
	height:45px;
	font-size:22px;
	font-weight:bold;
	width:auto;
	padding:0;
	transition:all 0.3s;
}
#header_box .cart_txt strong{
	width:19px;
	height:19px;
	line-height:19px;
	text-align:center;
	color:#fff;
	position:absolute;
	right:5px;
	top:5px;
	background:#b4b4b4;
	border-radius:50%;
	font-size:12px;
}
#header_box .cart{
	display:block;
	top:45px;
	border:0;
	visibility:hidden;
	opacity:0;
	transform:translate(0,15px);
	transition:all 0.3s;
	right:0;
}
#header_box .cart_on .cart{
	visibility:visible;
	opacity:1;
	transform:translate(0);
}

#header_box .header_rt_txt{
	float:right;
	margin-left:15px;
	 height:45px;
}
#header_box .header_rt_txt .txt a{
	height:45px;
	line-height:45px;
	background:#f44805;
	display:block;
	text-transform:capitalize;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	width:100px;
	text-align:center;
}
#header_box .currency_box{
	position:relative; 
	z-index:1000;
	float:right;
	height:36px;
	padding:0;
	margin-right:10px;
}
#header_box .currency_txt{ 
	cursor:pointer;
	color:#000;
	line-height:36px;
	height:36px;
	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:36px; 
	width:150px; 
	padding:10px;
	border:0;
	box-sizing:border-box;
	opacity:0;
	visibility:hidden;
	background:#fff;
	transform:translate(0,15px);
	transition:all 0.3s;
	box-shadow:0 0 4px 0 rgba(0,0,0,0.15);
}
#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:#f96302;
}
#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.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);
	height:80px;
	z-index:999;
}

#body_box{
	width:1200px;
	padding-top:77px;
}
.index_default{
	width:100% !important;
	background: rgb(242, 242, 242);
}

.index_default .home_txt1{
	min-height:50px;
}

/*#banner*/
.index_default .banner_box{
	width:100%;
	height:auto;
	float:none;
}
#banner {	
	position: relative;	
	width: 100%;	
	margin:0;
}
#banner .banner_img{
	width:100%;
}
#banner .banner_cont{
	position:absolute;
	left:50%;
	top:50%;
	margin:auto;
	width:30%;
	box-sizing:border-box;
	transform:translate(-50%,-50%);
	text-align:center;
}
#banner .banner_titlt{
	height:auto;
	line-height:65px;
	font-size:60px;
	color:#fff;
	padding:0;
	text-transform:uppercase;
	transform:translate(50px,0);
	opacity:0;
	transition:all 0.5s;
	font-style:italic;
}
#banner .banner_detail{
	font-size:12px;
	color:#fff;
	line-height:30px;
	transform:translate(50px,0);
	opacity:0;
	transition:all 0.5s;
	font-weight:bold;
}
#banner .banner_btn{
	width:auto;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	background:#f44805;
	font-size:14px;
	text-transform:uppercase;
	padding:0 20px;
	margin:0;
	display:inline-block;
	transform:translate(50px,0);
	opacity:0;
	transition:all 0.5s;
	margin-top:30px;
}
#banner .animation{
	opacity:1;
	transform:translate(0);
	
}
#banner .banner_btn:hover{
	background:#010101;
}
#banner .banner_btn i{
	display:inline-block;
	background:none;
	vertical-align:middle;
}
#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;
}
#banner .prev,
#banner .next{
	position:absolute;
	top:50%;
	left:10px;
	transform:translate(0,-50%);
	font-size:60px;
	color:#fff;
	height:80px;
	line-height:80px;
	width:50px;
	text-align:center;
	z-index:9;
	cursor:pointer;
}
#banner .next{
	left:auto;
	right:10px;
}

.index_default .banner_bottom video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.index_default .adbox{
	padding:0;
	margin:0;
	position:relative;
	z-index:9;
	background:#fdfdfd;
}
.index_default .adbox a{
	display:block;
	width:380px;
	height:230px;
	overflow:hidden;
	float:left;
	margin-right:30px;
	position:relative;
}
.index_default .adbox a.home_ad3{
	margin-right:0;
}
.index_default .adbox .cont{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display: flex;
    -webkit-box-align: center;
    align-items: center;
	margin:10px;
	text-align:center;
}
.index_default .adbox .ad_title{
    color: #fff;
    padding: 0;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 9;
	font-size:18px;
	width:100%;
	text-transform:capitalize;
}

.index_default .adbox a img,
.index_default .common_pro_list1 li .pic img,
.index_default .img img{
	width:100%;
	transform: scale(1.01);
    transition: -webkit-transform 30s cubic-bezier(0.23, 1, 0.32, 1), transform 30s cubic-bezier(0.23, 1, 0.32, 1);
	object-fit: cover;
    align-self: center;
}
.index_default .adbox a:hover img,
.index_default .common_pro_list1 li:hover .pic img,
.index_default .img:hover img{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.index_default .adbox2{
	text-align:center;
	margin:70px 0;
}
.index_default .adbox2 img{
	max-width:100%;
}
.index_default .adbox2 .cont{
	text-align:center;
	display:inline-block;
	width:80%;
}
.index_default .adbox2 h5{
	text-transform:uppercase;
	font-size:30px;
	padding-bottom:20px;
	position:relative;
	margin-bottom:20px;
}
.index_default .adbox2 h5:before{
	width:50px;
	height:5px;
    background: rgb(244, 72, 5);
	position:absolute;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
	content:"";
}
.index_default .adbox2 p{
	font-size:16px;
	line-height:24px;
}



.index_default .tit{
	text-align:center;
	border-bottom:none;
	padding-bottom:20px;
	font-size:25px;
	height:auto;
	line-height:normal;
}
.index_default .tit a{
	float:none;
	color:#000;
	display:inline-block;
	font-weight:bold;
}

.index_default .common_pro_list1 li{
	width:380px;
	margin:0 30px 0 0;
	border:0;
	transition:all 0.5s;
	padding:0 0 30px;
}

.index_default .common_pro_list1 li.none{
	margin-right:0;
}
.index_default .common_pro_list1 li .pic{
	width:380px;
	height:380px;
	line-height:380px;
	position:relative;
	box-sizing:border-box;
	background:#fff;
	overflow:hidden;
}
.index_default .common_pro_list1 li .pic img{
	max-height:380px;
	max-width:380px;
	
}

.index_default .common_pro_list1 li .pro_img{
	position:relative;
	padding-bottom:15px;
}

.index_default .common_pro_list1 li .name{
	display:block;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	padding:0;
}
.index_default .common_pro_list1 li .name:hover{
	color:#f96302;
}



.index_default .common_pro_list1 li .price{
	color:#666;
	font-size:14px;
	font-weight:normal;
	margin-top:5px;
}
.index_default .common_pro_list1 li span.oldprice{
	color:#999;
	font-size:16px;
}
.index_default .common_pro_list1 li.other,
.index_default .common_pro_list1 li.clear10{
	width:100%;
	margin:0;
	padding:0;
}
.index_default .common_pro_list1 li .discount{
	width:55px;
	height:23px;
	line-height:23px;
	text-align:center;
	background:#fff;
	color:#333;
	padding:0;
	padding:0;
	top:30px;
	left:0;
	right:auto;
	cursor:pointer;
	transition:all 0.4s;
}
.index_default .common_pro_list1 li .newin{
	width:55px;
	height:23px;
	line-height:23px;
	text-align:center;
	background:#f96302;
	color:#fff;
	padding:0;
	padding:0;
	top:0;
	left:0;
	right:auto;
	cursor:pointer;
	transition:all 0.4s;
}
.index_default .common_pro_list1 li .discount:hover,
.index_default .common_pro_list1 li .newin:hover{
	width:70px;
}


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


.index_default .customer .tit{
	margin-bottom:30px;
	font-size:30px;
	text-transform:uppercase;
}
.index_default .customer li{
	background:#fff;
	padding:30px 30px 70px;
	width:20%;
	float:left;
	box-sizing:border-box;
	height: initial;
}

.index_default .customer li .top{
	display: flex;
    position: relative;
    -webkit-box-pack: justify;
    justify-content: space-between;
	line-height:21px;
	margin-bottom:10px;
}
.index_default .customer li .name{
	width:60%;
	font-weight:bold;
	font-size:15px;
}
.index_default .customer li .star_time{
	margin-bottom:30px;
}
.index_default .customer li p{
	font-size:16px;
	line-height:22px;
	color:#666;
}
.index_default .customer .swiper-pagination{
	position:static;
	padding-top:30px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 8px
}
.index_default .customer .swiper-pagination-bullet-active{
	background:#000;
}

.index_default .home_txt2{ position:relative;}
.index_default .home_txt2:after {
    content: "";
    position: absolute;
    left: 0px;
    height: 4.5rem;
    width: 100%;
    z-index: 1;
    bottom: -0.13rem;
    clip-path: polygon(0px 4.38rem, 100% 0px, 100% 100%, 0px 100%);
    background: rgb(242, 242, 242);
}
.index_default img{
	max-width:100%;
}


.index_default .news{
	margin-top:30px;
	position:relative;
}
.index_default .news .tit{
	font-size:35px;
	text-transform:uppercase;
}
.index_default .news li:first-child{
	float:none;
	width:80%;
	margin:0 auto;
}
.index_default .news li{
	float:left;
	width:33.333%;
	box-sizing:border-box;
	padding:0 15px;
	padding-bottom:20px;
}
.index_default .news li .img{
	overflow:hidden;
	padding-bottom:15px;
}

.index_default .news li .cont{
	text-align:center;
}
.index_default .news li h5{
	font-size:14px;
	color:#000;
	display:block;
	text-transform:uppercase;
}
.index_default .news li .cont span{
	display:block;
	line-height:18px;
	font-weight:500;
	color:#b4b4b4;
}
.index_default .news li a:hover span{
	color:#000;
}



#bottom_box{
	width:100%;
	padding:0;
}
#bottom_box .link_box{
	padding:50px 0;
	margin:0;
}
#bottom_box .link_box dl{
	float:left;
	width:25%;
	box-sizing:border-box;
	font-size:14px;
	line-height:20px;
}
#bottom_box .link_box dl dt{
	height:40px;
	text-transform:uppercase;
	font-size:20px;
	font-weight:normal;
	color:#000;
	margin-bottom:15px;
}
#bottom_box .link_box dl.navlist dd a{
	display:block;
	padding:0;
	height:30px;
	line-height:30px;
	color:#333;
	font-size:14px;
	-webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
}
#bottom_box .link_box dl.navlist dd a:hover{
	padding:0 0 0 5px;
	color:#f96302;
}
#bottom_box .link_box dl.newletter form{
	overflow:hidden;
}
#bottom_box .link_box dl.newletter p{
	margin-bottom:15px;
}
#bottom_box .newsletter_txt{
	width:210px;
	height:35px;
	line-height:35px;
	box-sizing:border-box;
	border:1px solid #ccc;
	border-right:0;
	background:#fff;
	float:left;
}
#bottom_box .newsletter_btn{
	float:left;
	width:50px;
	height:35px;
	background:#f96302;
	text-align:center;
	line-height:35px;
	color:#fff;
	margin:0;
	border:0;
}
#bottom_box .shartto{
	margin-top:30px;
	height:auto;
	line-height:normal;
	float:none;
	overflow:hidden;
}
#bottom_box .shartto li{
	width:auto;
	margin:0 15px 0 0;
	padding:0;
}
#bottom_box .shartto li a{
	display:inline-block;
	font-size:18px;
}
#bottom_box .shartto li a:hover{
	color:#f96302;
}




#bottom_box .foot_bom{
	width:100%;
	margin:0 auto;
}
#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:20px 20px 0 0;
	border:0;
	transition:all 0.5s;
	padding:0 0 30px;
}

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

.product_list_2017 .common_pro_list1 li .pic img{
	max-width:100%;
	max-height:100%;
	transition:all 0.8s;
}
.product_list_2017 .common_pro_list1 li .xj_pic{ 
	backface-visibility:hidden; 
	position:absolute; 
	left:0; 
	top:0; 
	width:285px; 
	height:285px; 
	opacity:0; 
	display:block; 
	vertical-align:middle;
	transition:all 0.8s;
}
.common_pro_list1 li .xj_pic img{
	vertical-align:middle;
	max-width:100%;
	max-height:100%;
	transition:all 0.8s;
}
.common_pro_list1 li .xj_pic span{
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.product_list_2017 .common_pro_list1 li:hover .pic > img{
	opacity:0; 
}
.product_list_2017 .common_pro_list1 li:hover .xj_pic{
	opacity:1; 
}
.product_list_2017 .common_pro_list1 li:hover .xj_pic img{
	opacity:1; 
}

.common_pro_list1 li .pro_img{
	position:relative;
}
.common_pro_list1 li .wrap-addto{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	height:156px;
	font-size:0;
	text-align:center;
	width:40px;
	visibility:hidden;
	right:20px;
}
.common_pro_list1 li .wrap-addto a{
	display:inline-block;
	font-size:14px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#fff;
	margin:6px 0;
	opacity:0;
	-webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 0.8s cubic-bezier(1, -0.53, 0.405, 1.425) 0.01s;
    transition: all 0.8s cubic-bezier(1, -0.53, 0.405, 1.425) 0.01s;
	border-radius:50%;
}
.common_pro_list1 li .wrap-addto a.glike{
	transition:transform 0.3s,opacity 0.3s;
}
.common_pro_list1 li .wrap-addto a.add_to_cart{
	transition:transform 0.3s,opacity 0.3s;
	transition-delay: 0.2s;
}
.common_pro_list1 li .wrap-addto a.quickview{
	transition:transform 0.3s,opacity 0.3s;
	transition-delay: 0.4s;
	
}
.common_pro_list1 li .wrap-addto a i{
	background:none;
}
.common_pro_list1 li:hover .wrap-addto{
	visibility:visible;
}
.common_pro_list1 li:hover .wrap-addto a{
	opacity:1;
	transform:translate(0,0);
}
.common_pro_list1 li .wrap-addto a i.cur{
	color:#ed3445;
}
.common_pro_list1 li .wrap-addto a:hover{
	background:#f96302;
	color:#fff;
}
.common_pro_list1 .pro_content{
	padding:0;
	margin:15px 0 0;
}
.product_detail_2017 .common_pro_list1 li .name,
.product_list_2017 .common_pro_list1 li .name{
	display:block;
	font-size:14px;
	font-weight:normal;
	padding:0;
	margin:5px 0 9px;
	-webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    color: #333;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight:bold;
}
.product_detail_2017 .common_pro_list1 li .name:hover,
.product_list_2017 .common_pro_list1 li .name:hover{
	color:#f96302;
}


.common_pro_list1 li .price{
	color:#f96302;
	font-size:16px;
	font-weight:normal;
}
.common_pro_list1 li span.oldprice{
	color:#999;
	font-size:16px;
}
.product_list_2017 .common_pro_list1 li.other,
.product_list_2017 .common_pro_list1 li.clear10{
	width:100%;
	margin:0;
	padding:0;
}
.product_detail_2017 .common_pro_list1 li .discount,
.product_list_2017 .common_pro_list1 li .discount{
	width:55px;
	height:23px;
	line-height:23px;
	text-align:center;
	background:#fff;
	color:#333;
	padding:0;
	padding:0;
	top:30px;
	left:0;
	right:auto;
	cursor:pointer;
	transition:all 0.4s;
	
}
.product_detail_2017 .common_pro_list1 li .newin,
.product_list_2017 .common_pro_list1 li .newin{
	width:55px;
	height:23px;
	line-height:23px;
	text-align:center;
	background:#f96302;
	color:#fff;
	padding:0;
	padding:0;
	top:0;
	left:0;
	right:auto;
	cursor:pointer;
	transition:all 0.4s;
}
.product_detail_2017 .common_pro_list1 li .discount:hover,
.product_detail_2017 .common_pro_list1 li .newin:hover,
.product_list_2017 .common_pro_list1 li .discount:hover,
.product_list_2017 .common_pro_list1 li .newin:hover{
	width:70px;
}

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


.product_detail_2017 .common_pro_list1 li{ width:232px;}
.product_detail_2017 .common_pro_list1 li .pic{ width:232px; height:232px;}
.product_detail_2017 .common_pro_list1 li .pic img{ max-height:232px; max-width:232px;}