/*样式覆盖部分*/
*{
	margin:0;
}
html{
	overflow-y:scroll;
}

input,button{
	outline:none;
}
textarea{ 
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
}
img{
	border:0px;
}
ul,li{
	list-style-type:none;
}
ul,li,p,div,input,ol{
	padding:0px; 
	margin:0px;
}
a{
	text-decoration:none; 
	color:#999999; 
	outline-style:none;
}
a:hover{ 
	color:#ed3445;
}
.cod_detail{
	padding: 15px;
    background: #d1dce0;
    box-sizing: border-box;
}


#header_box .header_top,
#header_box .nav_wapper,
#header_box .header_right,
#bottom_box{
	display:none !important;
}
#header_box .header_wapper{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: center;
	box-sizing:border-box;
	max-width: 1200px;
    width: 100%;
	margin: 0 auto;
}

#header_box .header_top{
	height:46px;
	border-bottom:1px solid #e5e5e5;
}
#header_box .header_top_left{
	height:46px;
	line-height:46px;
	color:#787878;
	width:50%;
}
#header_box .header_top_right{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	flex-direction: row-reverse;
}
#header_box .login_link{
	margin-left:30px;
}
#header_box .login_link a{
	display:block;
	height:46px;
	line-height:46px;
	color:#787878;
}
#header_box .login_link a svg{
	height:46px;
	width:16px;
	vertical-align:top;
	margin-right:5px;
	fill: #787878; 
}
#header_box .login_link a:hover{
	color:#a86447;
}
#header_box .login_link a:hover svg{
	fill:#a86447;
}
#header_box .currency_box{
	position:relative;
}
#header_box .currency_txt{
	color:#787878;
	line-height:46px;
	cursor:pointer;
}
#header_box .currency_txt svg{
	height: 46px;
    width: 14px;
    fill: #787878;
    vertical-align: top;
    margin-left: 5px;
}
#header_box .drop_currency{
	position: absolute;
    left: 0;
    top: 46px;
    width: 120px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
	display:none;
    z-index: 99;
}
#header_box .drop_currency a{
	display:block;
	line-height:24px;
	transition:all 0.3s;
	color:#787878;
}
#header_box .drop_currency a:hover{
	color:#a86447;
}
#header_box .header_mid .header_wapper{
	height:120px;
}
#header_box .logo{
	width: 20%;
    text-align: center;
	position: relative;
    z-index: 9; 
}
#header_box .logo a {
	display:inline-block;
}
#header_box .logo a img{
	max-width:100%;
	max-height:40px;
}
#header_box .header_right{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	flex-direction:row-reverse;
	align-items:center;
	width:20%;
	position: relative;
    z-index: 9;
}

#header_box .cart_box{
	margin-left:10px;
	border-left:1px dotted #787878;
	padding-left:10px;
}
#header_box .cart_txt{

}
#header_box .cart_txt a{
	display:block;
	position:relative;
	height:20px;
	line-height:20px;
	color:#000;
	font-size:12px;
}
#header_box .cart_txt a span{
	display:inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:50%;
	background:#eb8f73;
	color:#fff;
	text-align:center;
}
#header_box .cart_txt a svg{
	height: 20px;
    width: 14px;
    fill: #000;
	vertical-align:top;
	margin-right:3px;
}
#header_box .cart_txt a:hover{
	color:#a86447;
}
#header_box .buy_pro{
	padding:0;
}
#header_box .buy_pro li div.right_info{
	width:calc(100% - 80px);
	padding-left:20px;
	box-sizing:border-box;
	line-height:20px;
}

#header_box .buy_pro li div.right_info a{
	color:#000;
	font-weight:normal;
}
#header_box .buy_pro li div.right_info .size{
	color:#999;
}
#header_box .buy_pro li div.right_info .price .red,
#header_box .total span{
	color:#000;
	font-weight:bold;
}
#header_box .minicart_more,
#header_box .minicart_more:hover{
	background:none;
	color:#333;
}
#header_box .buy_pro li div.right_info a:hover,
#header_box .minicart_more:hover{
	text-decoration:underline;
}


#header_box .minicart_bottom{
	border:0;
	font-size:0;
	padding:0;
	background:none;
}
#header_box .total{
	font-weight: normal;
    padding: 30px 0;
    text-align: left;
	font-size:14px;
}
#header_box .buy_pro li .pic img{
	max-width:80px;
	max-height:80px;
	vertical-align:middle;
}
#header_box .minicart_bottom .view_cart_btn{
	display:flex;
	flex-direction: row;
	align-items:center;
}
#header_box .minicart_bottom .view_cart_btn a{
	width: calc(50% - 10px);
	height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #000;
    font-weight: normal;
    padding: 0;
    border-radius: 0;
    vertical-align: top;
    margin: 0;
	display:block;
}
#header_box .minicart_bottom .view_cart_btn a.mini_cart_view_btn{
	margin-right:20px;
	border:1px solid #000;
	height:40px;
	line-height:38px;
	color:#000;
	background:#fff;
	box-sizing:border-box; 
	transition:all 0.3s ease;
}
#header_box .minicart_bottom .view_cart_btn a.mini_cart_view_btn:hover{
	background:#000;
	color:#fff;
}


#header_box .cart{
	position: fixed;
    top: 0;
    right: 0;
    border: 0;
    width: 400px;
    height: 100%;
    display: block;
    padding: 0 40px;
    background: #fff;
    visibility: hidden;
    transform: translate(480px,0);
    transition: all 0.3s;
    text-align: left;
	color:#000;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	z-index:500000;
}
#header_box .buy_pro li{
	padding:30px 0 0;
	border:0;
	display: flex;
    flex-direction: row;
	align-items:center;
}
#header_box .buy_pro li div.left_pic{
	width:80px;
}
#header_box .buy_pro li .pic{
	width:80px;
	height:80px;
	line-height:80px;
	margin:0;
	display:block;
	text-align:center;
	font-size:0;
}
#header_box .buy_pro li .pic:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	height:100%;
}
#header_box .cart h4{
	padding:20px 0;
	height:60px;
	line-height:60px;
	color:#333;
	font-size:30px;
	text-align:left;
	border-bottom:1px solid #e8e8e1; 
}
#header_box .cart .cart_close{
	position:absolute;
	right:40px;
	top:20px;
	height:60px;
	font-size:24px;
	line-height:60px;
	color:#000;
	cursor:pointer;
}
#header_box .minicart_empty{
	padding:15px 0;
	
}
#header_box .cart.on{
	visibility:visible;
	opacity:1;
	transform:translate(0);
}





#header_box .nav_wapper{
	width:60%;
}
#header_box .nav_box{
	width:100%;
	min-height:50px;
}
#header_box .nav_box .nav{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
}
#header_box .nav_box .nav > li{
	position:relative;
	margin:0 10px;	
}
#header_box .nav_box .nav > li > .cate_menu > a{
	line-height:50px;
	color:#333;
	position:relative;
}

#header_box .nav_box .nav > li > .cate_menu > span{
	display:inline-block;
	height: 50px;
	width: 14px;
	margin-left:5px;
    vertical-align: top;
}
#header_box .nav_box .nav > li > .cate_menu svg{
	height: 50px;
	width: 14px;
    fill:#333;
}
#header_box .nav_box .nav > li.on > .cate_menu > a,
#header_box .nav_box .nav > li > .cate_menu > a:hover{
	color:#eb8f73;
}
#header_box .nav_box .nav > li.on > .cate_menu svg{
	fill:#eb8f73;
}
#header_box .nav_box .sub_nav{
	position: absolute;
    top: 50px;
    left: 0;
    z-index: 9;
    background: #3c3c3d;
    width: 200px;
    padding: 10px;
	padding-bottom:10px;
	display:none;
}
#header_box .nav_box .sub_nav ul{} 
#header_box .nav_box .sub_nav ul li{}
#header_box .nav_box .sub_nav ul li a{
	display: block;
    height: 34px;
    line-height: 34px;
	color:#aaa;  
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition:all 0.3s;
}
#header_box .nav_box .sub_nav ul li a:hover{
	color:#a86447;
}
#header_box .nav_box .nav > li.on .sub_nav{
	display:block;
}
.posFixed{
	padding-bottom:50px;
}




#header_box .search_icon{
	position:relative;
}
#header_box .search_icon a svg{
	height: 20px;
    width: 16px;
    fill: #000;
}
#header_box .search_icon a:hover svg{
    fill: #a86447;
}

#header_box .pop_search{
	position: absolute;
    right: -14px;
    top: 24px;
    background: #fff;
    height: 36px;
	width:0;
	overflow:hidden;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
    z-index: 9;
}
#header_box .pop_search.pop_search_on{
	width:250px;
	opacity:1;
	visibility:visible;
}
#header_box .pop_search .search{
	
}
#header_box .pop_search .search form{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	width:250px;
	height:36px;
	background:#eaeaea;
	box-sizing:border-box;
}
#header_box .pop_search .search .search_input{
	border:0;
	width:calc(100% - 40px);
	color:#333;
	height:36px;
	text-indent:10px;
	background:none;
}
#header_box .pop_search .search .btn_search{
	width:40px;
	height:36px;
	border:0;
	background:none;
	text-align:center;
}
#header_box .pop_search .search .btn_search svg{
	fill:#000;
	width:14px;
	height:36px
}

.index_default{
	width:100% !important;
}
#bottom_box{
	background:#333;
}
#bottom_box .bottom_wapper{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#bottom_box .link1{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	padding:70px 0 100px;
}
#bottom_box .link1 dl{
	width:33.333333%;
	padding:0 15px;
	box-sizing:border-box;
	line-height:24px;	
	color:#ccc;
}
#bottom_box .link1 dl dt{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	min-height:24px;
	line-height:24px;
	position:relative;
}
#bottom_box .link1 .contact_us{
	width:100%;
	min-height:30px;
}
#bottom_box .shartto{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	min-height:34px;
}
#bottom_box .shartto li{
	margin-right:10px;
	margin-bottom:10px;
}
#bottom_box .shartto li a{
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	background:#272727;
	color:#fff;
	text-align:center;
	font-size:16px;
	border-radius:5px;
	transition:all 0.3s;
}
#bottom_box .shartto li a:hover{
	background:#eb8f73;
	color:#fff;
}

#bottom_box .newsletter h3{
	font-weight:normal;
	font-size:30px;
	color:#06356a;
}
#bottom_box .newsletter form{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	height:38px;
	box-sizing:border-box;
}


#bottom_box .newsletter_txt{
	width:50%;
	height:36px;
	line-height:16px;
	border:none;
	background:#fff;
	box-sizing:border-box;
	width:calc(100% - 40px);
	text-indent:10px;
	color:#333;
	box-sizing:border-box;
}
#bottom_box .newsletter_btn{
	display:inline-block; 
	background:none;
	padding:0;
	height:36px;
	width:40px;
	border: 0;
	transition:all 0.3s;
	text-align:center;
	cursor:pointer;
	background:#fff;
}
#bottom_box .newsletter_btn svg{
	height:36px;
	height:18px;
	fill:#000;
}

#bottom_box .link2{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	padding: 0 0 50px;
}
#bottom_box .link2 dl{
	width:25%;
	padding:0 15px;
	box-sizing:border-box;
	line-height:24px;	
	color:#ccc;
}
#bottom_box .link2 dt{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	height:24px;
	line-height:24px;
}
#bottom_box .link2 dd{}
#bottom_box .link2 dd > a{
	color:#ccc;
	line-height:34px;
	display:block;
	transition:all 0.3s;
}
#bottom_box .link2 dd > a:hover{
	color:#fff;
	text-decoration:underline;
}
#bottom_box .link1 dl dt .dl_icon,
#bottom_box .link2 dl dt .dl_icon{
	display:none;
}


#bottom_box .footer_bom{
	border-top:1px solid #525252;
	color:#ccc;
	padding:20px 0;
}
#bottom_box .footer_bom .bottom_wapper{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#bottom_box .footer_bom_left{
	text-align:left;
	min-height:24px;
	width:50%;
}
#bottom_box .payment_con{
	min-height:24px;
}
#bottom_box .footer_bom_right{
	text-align:right;
	min-height:24px;
	width:50%;
}
#bottom_box .copyright{
	min-height:24px;
	line-height:24px;
	color:#ccc;
}




.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;
}




.block_items_banner .swiper-button-next, 
.block_items_banner .swiper-button-prev{
	border-radius:50%;
	background:rgba(255,255,255,.3);
	transform: none;
}
.block_items_banner .swiper-button-next svg, 
.block_items_banner .swiper-button-prev svg{
	fill:#fff;
}
.block_items_banner:hover .swiper-button-next, 
.block_items_banner:hover .swiper-button-prev{
	opacity: 1;
    transform: none;
    background: rgba(255,255,255,.5);
}
.block_items_banner:hover .swiper-button-next svg, 
.block_items_banner:hover .swiper-button-prev svg{
	fill:#fff;
}
.block_items_banner .swiper-pagination-bullet{
	background:none;
	border:1px solid #fff;
}
.block_items_banner .swiper-pagination-bullet-active{
	background:#fff;
}


.main{
	transition: all 0.3s;
}
.main-on{
	transform:translate(440px,0);
}

.mobile-navside{
	display: block;
	width: 80%;
    min-width: 140px;
    max-width: 440px;
    height: 100%;
    overflow-y: auto;
	position: fixed;
	transform:translate(-100%,0);
    z-index: 99999999; 
	opacity:0;
	visibility:hidden;
	transition: all 0.3s;
}
.mobile-navside-on{
	transform:translate(0,0);
	opacity:1;
	visibility:visible;
}
.mobile-navside .mobile-nav{
	position:relative;
	background: #f3f3f3;
    width: 100%;
	height:100%;
	box-sizing:border-box;
	overflow:auto;
}
.mobile-navside-on .mobile-nav{
	transform:translate(0,0);
}
.mobile-navside .mobile-nav-top{
	text-align:center;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #dadada;
}

.mobile-navside .mobile-nav__middle{
	padding:0 15px 30px;
}
.mobile-navside .mobile-nav__middle > ul > li{
	border-bottom:1px solid #dadada;
}
.mobile-navside .mobile-nav__middle .cate_menu{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	height:40px;
	line-height:40px;
}
.mobile-navside .mobile-nav__middle .cate_menu a{
	display:block;
	width:calc(100% - 40px);
	color:#333;
	font-size:14px;
	box-sizing:border-box;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon{
	width:40px;
	height:40px;
	text-align:center;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon svg{
	width:12px;
	height:40px;
	fill:#333;
	transition:all 0.3s;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon.on svg{
	transform:rotate(-180deg);
}

.mobile-navside .mobile-nav__middle .sub_nav{
	display:none;
}
.mobile-navside .mobile-nav__middle .sub_nav li a{
	display:block;
	line-height:40px;
	font-size:14px;
	color:#333;
	padding-left:10px;
}

#header_box .mobile_nav{
	displaY:none;
}


/*响应式*/
@media screen and (max-width:1200px){
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding:0 50px;
		box-sizing:border-box;
	}
}
@media screen and (max-width:1023px){
}
@media screen and (max-width:768px){
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding:0 30px;
	}	
	#header_box .header_top_left{
		width:auto;
	}
	#header_box .nav_wapper{
		display:none;
	}
	#header_box .logo{
		width:100%;
		text-align:center;
	}
	#header_box .header_mid .header_wapper{
		height:auto;
	}
	#header_box .logo{
		padding:30px 0;
	}
	#header_box .header_right{
		width:100%;
		padding-bottom:30px;
	}
	#header_box .mobile_nav{
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 20px;
		height: 20px;
	}
}
@media screen and (max-width:767px){
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding:0 15px;
	}	
	#header_box .header_top{
		height:auto;
		padding:10px 0;
	}
	#header_box .header_top_left{
		line-height: 24px;
    	height: auto;
		text-align:center;
		width:100%;
	}
	#header_box .header_top_right{
		width:100%;
		justify-content:center;
	}
	.main-on {
		transform: translate(80%,0);
	}
	#bottom_box .link1 dl,
	#bottom_box .link2 dl{
		width:100%;
		padding:0;
		margin-top:24px;
	}
	#bottom_box .link1{
		padding:0;
	}
	#bottom_box .footer_bom_left,
	#bottom_box .footer_bom_right{
		width:100%;
	}
	#bottom_box .footer_bom_right{
		text-align:left;
	}
	#bottom_box .link1 dl dt .dl_icon,
	#bottom_box .link2 dl dt .dl_icon{
		display:block;
		position: absolute;
		right: 0;
		top: 4px;
		width: 16px;
		height: 16px;
		background: #fff;
		border-radius: 2px;
		text-align: center;
	}
	#bottom_box .link1 dl dt .dl_icon svg,
	#bottom_box .link2 dl dt .dl_icon svg{
		width: 10px;
		height: 16px;
		fill: #333;
	}
	#bottom_box .link1 dl dt .reduce{
		display:none;
	}
	#bottom_box .link1 dl.mobile_dl dd,
	#bottom_box .link2 dl.mobile_dl dd{
		display:none;
	}
	#bottom_box .link1 dl dd,
	#bottom_box .link2 dl dd{
		margin-top:20px;
	}
	
}



.clear-bg{
	width:100%;
	height:.3rem;
	margin:0;
	padding:0;
	clear:both;
	background:#d1dce0;
}
.clearboth{
	width:100%;
	height:0;
	margin:0;
	padding:0;
	clear:both;
}

.detail_body{
	max-width:640px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif; 
	background:#0e446a;
}
.detail_body #body_box{
	/*max-width:640px;
	width:auto;*/
	width:640px;
	padding:0 12px 40px;
	background:#c5cfd8;
	box-sizing:border-box;
}

.title-name{
	font-size: 20px;
    line-height: 26px;
	padding:0 0 .4rem 0;
}

.main-box{
	max-width:640px;
	margin:0 auto;
	background:#fff;
}
.main-box .detail{
	position:relative;
}
.main-box .return-btn a,
.main-box .home-btn a{
	display:block;
	width:1.2rem;
	height:1.2rem;
}
.main-box .return-btn svg,
.main-box .home-btn svg{
	fill:#999;
	width:1.2rem;
	height:1.2rem;
	opacity:0.8;
}
.main-box .return-btn{
	position:absolute;
	left:1rem;
	top:.3rem;
	z-index:9;
}
.main-box .home-btn{
	position:absolute;
	right:1rem;
	top:.3rem;
	z-index:9;
}
.main-box .detail-img{
	overflow:hidden;
	z-index: auto;
}
.player-box{
	right: 0;
	max-width: 650px;
}
.main-box .detail-img img{
	width:100%;
	display:block;
}
.main-box .detail-img .swiper-pagination-bullet{
	width: .5rem;
    height: .5rem;
    background: #000;
	border-radius:50%;
}
.main-box .detail-img .swiper-pagination-bullet-active{
	opacity:.8;
}

.main-box .deals-box{
	width:100%;
	background:#ff2a60;
	padding:.2rem .6rem;
	box-sizing:border-box;
	position:relative;
}
.main-box .deals-box .price{
	font-size:32px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	max-width: 60%;
}
.main-box .deals-box .price #goods_price{
	margin-right: .2rem;
}
.main-box .deals-box .old-price{
	font-size:.5rem;
	margin:.2rem 0 0 0;
	line-height:1;
	text-decoration:line-through;
	font-weight:normal;
	display:inline-block;
}
.main-box .deals-box .counts{
	line-height:1rem;
	color:#fff;
	font-size:.5rem;
}



.main-box .deals-box .timer-box{
	position:absolute;
	right:.6rem;
	top:.4rem;
	height:1.7rem;
	line-height:1.7rem;
	color:#fff;
	font-size:1.2rem;
}
.main-box .deals-box .timer-box span{
	display:inline-block;
	vertical-align:top;
	height:1.7rem;
	width:1.7rem;
	padding:0;
	background:#fff;
	border-radius:3px;
	color:#db3a47;
	font-size:1rem;
	margin:0 .2rem;
	text-align:center;
}
.main-box .deals-box .timer-box span.time_label{
	margin:0;
	padding:0;
	width:auto;
	background:none;
	font-size:1.2rem;
	color:#fff;
}
.main-box .posFixed{
	position:fixed;
	left:0;
	top:0;
	right:0;
	margin:auto;
	z-index:99;
	width:100%;
	max-width:640px;
}

.main-box .detail-h1{
	padding:2%;
}
.main-box .detail-h1 .detail-name{
	font-size:16px;
	color:#333;
	line-height:32px;
	font-weight:bold;
}
.main-box .brief-description{
	border-top: 1px solid #f5f5f5;
	padding:0 10px;
}
.main-box .brief-description dd{
	float:left;
	width:50%;
	min-height:25px;
	line-height:25px;
	color:#81838e;
	font-size:13px;
	position:relative;
	padding:0 0 0 25px;
	box-sizing:border-box;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:10px 0;
}
.main-box .brief-description dd svg{
	vertical-align:middle;
	width:20px;
	height:20px;
	fill:#fd0d4e;
	position:absolute;
	left:0;
	top:3px;
}

.main-box .sku-list{
	padding:.2rem .6rem;
}
.main-box .sku-list dd{
	border-bottom:1px solid #e9e9e9;
}
.main-box .sku-list dd:last-child{
	border:0;
}
.main-box .sku-list dd a{
	display:block;
	font-size: .6rem;
    color: #333;
    font-weight: bold;
	position:relative;
	line-height:2rem;
}
.main-box .sku-list dd a svg{
	position:absolute;
	right:0;
	top:.5rem;
	width:1rem;
	height:1rem;
	fill:#666;
}
.main-box .sku-list dd span{
	position:absolute;
	right:1.5rem;
	font-weight:normal;
	color:#666;
}










.main-box .product-tab{
	
}
.main-box .detail .tab-tit{
	position:relative;
	font-size:16px;
	line-height:42px;
	padding-left:20px;
	border-bottom:1px solid #c7cbce;
	color:#333;
}
.main-box .detail .tab-tit a{
	color:#333;
	display:block;
}
.main-box .detail .tab-tit .tab-tit-bor{
	position:absolute;
	left:0;
	top:10px;
	height:20px;
	width:5px;
	background:#ff2a60;
	content: "";
}
.main-box .detail .tab-tit svg{
	height:0.6rem;
	width:20px;
	position:absolute;
	right:10px;
	top:14px;
}

.main-box .product-tab .product-item img{
	display: block;
	max-width:100%;
}

.product_detail_2017{
	padding-bottom: 60px;
}
.product_detail_2017 dl.viewdl,
.product_detail_2017 .qty,
.product_detail_2017 .pop_add_cart{
	padding: .5rem .5rem 0;
	box-sizing:border-box;
} 
.product_detail_2017 .total_price{
	padding: 0 .5rem;
	font-size: 14px;
	color: #333;
}
.product_detail_2017 .total_price span{
	display: block;
	color: #ff2a60;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0 0;
}
.product_detail_2017 dl.viewdl{
	margin-bottom:0;
}
.product_detail_2017 dl.viewdl dt{
	display:inline-block;
	padding-right:10px;
	width:100%;
	margin-bottom: 7px;
}
.product_detail_2017 dl.viewdl dd{
	float:none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	width:100%;
}
.product_detail_2017 dl.picsize dd a{
	margin:4px 5px 4px 0;
}
dl.viewcolor dd a.cur,
.product_detail_2017 dl.picsize dd a.cur{
	border-color:#ed4040;
	color:#ed4040;
}
.product_detail_2017 .pop_add_cart a.addtocart{
	background:#d83145;
}

.product_detail_2017 dl.viewcolor dd a{
	height: auto;
    width: calc(33.3333% - 10px);
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	border-width:2px;
	margin:0 5px 10px;
	align-items: center;
    justify-content: center;
	box-sizing:border-box;
}
.product_detail_2017 dl.viewcolor dd a .name{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 0;
    text-align: center;
    background: #999;
    color: #fff;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_detail_2017 .features_detail{
	padding:10px 10px;
	line-height: 20px;
	font-size: 14px;
}

.main-box .product-tab .border-top__shadow{
	box-shadow: 0 -2px 0 red;  
	display:block;
}

.main-box .product-tab__con img{
	max-width:100%;
}
.main-box .product-tab_tab{
	border:1px solid #333;
	box-sizing:border-box;
	padding:.6rem;
	margin:0 0 .6rem;
}
.main-box .product-tab_tab ul{
	padding:0 0 0 1rem;
}
.main-box .product-tab_tab ul li{
	list-style-type:disc;
	font-size:.6rem;
	line-height:1.3rem;
}



.main-box .similar-products{
	padding:.6rem 0;
}
.main-box .similar-products h3{
	padding:0 .6rem;
	font-size:.6rem;
	height:1.2rem;
	line-height:1.2rem;
}
.main-box .similar-products .swiper-container1{
	margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
	padding:0 .6rem;
}
.main-box .similar-products li{
	margin-top:.3rem;
	background:#f6f7fb;
	padding:.6rem;
	box-sizing:border-box;
	border-radius:5px;
}
.main-box .similar-products .review-star{
	height:1.2rem;
	padding:.2rem 0;
	box-sizing:border-box; 
	position:relative;
	font-size:0;
}
.main-box .similar-products .review-star svg{
	display:inline-block;
	vertical-align:top;
	width:.8rem;
	height:.8rem;
	fill:#ccc;
	margin:0 .1rem 0 0; 
}
.main-box .similar-products .review-star svg.star-on{
	fill:#ff9d17;
}
.main-box .similar-products .review-num{
	display:inline-block;
	vertical-align:top;
	font-size:.6rem;
	color:#666;
	height:.8rem;
	line-height:1rem;
	padding:0 0 0 .2rem;
}
.main-box .similar-products .review-member{
	position:absolute;
	right:0;
	display:inline-block;
	vertical-align:top;
	font-size:.6rem;
	color:#666;
	height:.8rem;
	line-height:1rem;
	padding:0 0 0 .2rem;
	width:50%;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
	text-align:right;
}
.main-box .similar-products .review-name{
	font-size: .6rem;
    line-height: .8rem;
    color: #666;
    margin: .4rem 0 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    height: 1.6rem;
}
.main-box .similar-products .review-pic{
	margin:.5rem 0 0;
	font-size:0;
}
.main-box .similar-products .review-pic .img-list{
	display:inline-block;
	vertical-align:middle;
	float:left;
	width:33.33%;
	height:3.4rem;
	margin:0;
	padding:0 .2rem 0;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	border-radius:.1rem;
}

.main-box .similar-products .review-pic .img-list:nth-child(3){
	margin-right:0;
}
.main-box .similar-products .review-pic .img-list a{
	display:block;
	width:100%;
	height:100%;
}
.main-box .similar-products .review-pic .img-list span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 3px;
}
.main-box .similar-products .review-pic .img-list img{
	width:100%;
	position:absolute;
	left:0;
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}
.main-box .similar-products .review-pic .img-list em{
	display:inline-block;
	vertical-align:middle;
	height:100%;
}
.main-box .similar-products .review-mask{
	position:fixed;
	max-width:640px;
	width:100%;
	height:100%;
	left:50%;
	top:0;
	transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	background:#000;
	z-index:999;
	text-align:center;
}
.main-box .similar-products .review-mask span{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform:translate3d(-50%,-50%,0);
	-ms-transform:translate3d(-50%,-50%,0);
	-o-transform:translate3d(-50%,-50%,0);
    text-align: center;
}
.main-box .similar-products .review-mask img{
	display: block;
    width: 100%;
    height: auto;
}







.main-box .purchase-records{
	
}
.main-box .recordscon{
	background:#e6e7e9;
}
.main-box .purchase-records h3{
	border-bottom:1px solid #e9e9e9;
	padding:0 0 .6rem;
	margin-bottom:.6rem;
}
.main-box .purchase-records ul{
	max-height:310px;
	
    padding: 0 .3rem;
    box-sizing: border-box;
}
.main-box .purchase-records ul li{
	height:40px;
	line-height:40px;
	padding: 0;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid #e0e0e0; 
	font-size:14px;
}
.main-box .purchase-records .purchase-records__item{
	float:left;
	height:100%;
	box-sizing:border-box;
	padding:0 .1rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.main-box .purchase-records .purchase-records__item:nth-child(1){
	width:45%;	
}
.main-box .purchase-records .purchase-records__item:nth-child(2){
	text-align:center;
	width:27%;
}
.main-box .purchase-records .purchase-records__item:nth-child(3){
	text-align:right;
	width:28%;
}
.main-box .purchase-records .purchase-records__item img{
	margin:0 .3rem .1rem 0;
	vertical-align:middle;
}



.main-box .buy-now{
	margin: 0 auto;
    width: 100%;
    background: #fff;
    max-width: 640px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 18px;
	z-index:99;
}
.main-box .buy-now a{
	display:block;
	background: #da1445;
    border-radius: .2rem;
    margin: .2rem .5rem;
	color:#fff;
}
.swiper-slide i{
	position:absolute;
	left:0;
	right:0;
	top:50%;
	margin:auto;
	transform:translate(0,-50%);
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:50%;
	background:#fe0000;
	color:#fff;
	font-size:20px;
	box-sizing:border-box;
	cursor:pointer;
	transition:all 0.2s ease-in;
}
.swiper-slide i:hover{
	background:#fe0000;
}
.product_detail_2017 .pro_detail_popup, 
.product_detail_2017 .pop_share_box,
.product_detail_2017 .pop_reviews_box{
	left:auto;
}



.product_detail_2017 .pro_detail_popup, 
.product_detail_2017 .pop_share_box{
	max-width:640px;
	transform:translate(-50%,0);
	left:50%;
}

.product_detail_2017 .fiex-bottom{
	position:fixed;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	max-width:640px;
	background:#fff;
	margin:0 auto;
	display: flex;
	box-shadow:0 -3px 5px -2px #eee;
    box-sizing: border-box;
	z-index:10000;
}
.product_detail_2017 .fiex-bottom .tracking_order{
	width: 20%;
	position: relative;
	border-left: 1px solid #d1dce0;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;

}

.product_detail_2017 .fiex-bottom .tracking_order svg{
    height: 100%;
    width: 24px;
    fill: #fc002f;
}
.product_detail_2017 .fiex-bottom .top-t{
	width:20%;
	background:#fff;
	padding:10px 0;
	font-size:.5rem;
	text-align:center;
	color:#fd0d4e;
	cursor:pointer;
	box-sizing:border-box;
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.product_detail_2017 .fiex-bottom .top-t svg{
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	fill:#fd0d4e;
}
.product_detail_2017 .fiex-bottom .fiex-buynow{
	width:80%;
	background:#da1445;
	text-align:center;
}
.product_detail_2017 .fiex-bottom .fiex-buynow a{
	color:#fff;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	font-size:16px;
}









.main-box #specifications{margin-bottom:0px;}
.index_default_detail img{max-width:100%;margin:0 auto;}

.index_default_detail{

}
.index_default_detail .cod-pro{
	background:#fff;
	box-shadow:0px 4px 8px #eee;
}
.index_default_detail .cod-item{
	
}
.index_default_detail .cod-tit{
	padding:0 15px;
	height:45px;
	line-height:45px;
	font-weight:normal;
	/*border-bottom:1px solid #eee;*/
}
.index_default_detail .cod-tit a{
	font-size:18px;
	color:#444;
}
.index_default_detail .cod-pro-list{
	font-size:0;
	margin-right:-1px;
    margin-left: -1px;
	border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.index_default_detail .cod-pro-list li{
	width:299px;
	vertical-align:top;
	display:inline-block;
	text-align:center;
	font-size:14px;
	/*border-bottom:1px solid #ddd;*/
	box-sizing:border-box;
	border:1px solid #ddd;
	margin-right: -1px;
    margin-bottom: -1px;
}
.index_default_detail .cod-pro-list li .pic-box{
	display:block;
	width:100%;
	height:319px;
	padding:15px;
	box-sizing:border-box;
	position:relative;
}
.index_default_detail .cod-pro-list li .pic-box a{
	display:block;
	width:100%;
	height:100%;
}
.index_default_detail .cod-pro-list li .pic-box img{
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.index_default_detail .cod-pro-list li .pic-box span{
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.index_default_detail .cod-pro-list li .pro_content{
	padding:0 15px 15px;
}
.index_default_detail .cod-pro-list li .name{
	display:block;
	font-size:16px;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:34px;
}
.index_default_detail .cod-pro-list li .price{
	font-size:16px;
	font-weight:bold;
	color:#ed3445;
}
.index_default_detail .cod-pro-list li:nth-child(even){
	/*border-left:1px solid #ddd;
	box-sizing:border-box;*/
	border-right:0;
	width:320px;
}
.index_default_detail .cod-pro-list li .sold_out{
    width: 120px;
    height: 120px;
    background: rgba(0,0,0,.7);
    border-radius: 50%;
    text-align: center;
    line-height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 99;
    color: #fff;
}
.index_default_detail .cod-pro-list li .oldprice{
	color:#666;
	font-weight:normal;
	text-decoration: line-through;
}
.index_default_detail .cod-pro-list li .discount{
	position:absolute;
	right:10px;
	top:10px;
	line-height:24px;
	padding:0 15px;
	border-radius:3px;
	background:#ed3445;
	color:#fff;
}
.index_default_detail .cod-pro-list li .newin{
	position:absolute;
	left:10px;
	top:10px;
	line-height:24px;
	padding:0 15px;
	border-radius:3px;
	background:#ed3445;
	color:#fff;
}






/*多颜色覆盖*/

/*红色*/
.common_temp_red .deals-box,
.common_temp_red .buy-now a,
.common_temp_red .product_detail_2017 .pop_add_cart a.addtocart,
.common_temp_red .main-box .product-tab .tab-tit:after{
	background:#fc002f !important;
}
.common_temp_red .brief-description dd svg,
.product_detail_2017 .fiex-bottom .top-t svg{
	fill:#fc002f;
}
.product_detail_2017 .fiex-bottom .top-t{
	color:#fc002f;
}

/*橙色*/
.common_temp_orange .deals-box,
.common_temp_orange .buy-now a,
.common_temp_orange .common_btn2{
	background:#fe6601 !important;
}
.common_temp_orange .brief-description dd svg{
	fill:#fe6601;
}
/*黄色*/
.common_temp_yellow .deals-box,
.common_temp_yellow .buy-now a,
.common_temp_yellow .product_detail_2017 .pop_add_cart a.addtocart{
	background:#ffcc01 !important;
}
.common_temp_yellow .brief-description dd svg{
	fill:#ffcc01;
}
/*绿色*/
.common_temp_green .deals-box,
.common_temp_green .buy-now a,
.common_temp_green .product_detail_2017 .pop_add_cart a.addtocart{
	background:#029834 !important;
}
.common_temp_green .brief-description dd svg{
	fill:#029834;
}
/*浅绿*/
.common_temp_light_green .deals-box,
.common_temp_light_green .buy-now a,
.common_temp_light_green .product_detail_2017 .pop_add_cart a.addtocart{
	background:#99cc33 !important;
}
.common_temp_light_green .brief-description dd svg{
	fill:#99cc33;
}
/*蓝色*/
.common_temp_blue .deals-box,
.common_temp_blue .buy-now a,
.common_temp_blue .product_detail_2017 .pop_add_cart a.addtocart{
	background:#0099ff !important;
}
.common_temp_blue .brief-description dd svg{
	fill:#0099ff;
}
/*深紫色*/
.common_temp_modena .deals-box,
.common_temp_modena .buy-now a,
.common_temp_modena .product_detail_2017 .pop_add_cart a.addtocart{
	background:#32339f !important;
}
.common_temp_modena .brief-description dd svg{
	fill:#32339f;
}
/*青色*/
.common_temp_cyan .deals-box,
.common_temp_cyan .buy-now a,
.common_temp_cyan .product_detail_2017 .pop_add_cart a.addtocart{
	background:#029899 !important;
}
.common_temp_cyan .brief-description dd svg{
	fill:#029899;
}
/*军绿*/
.common_temp_army_green .deals-box,
.common_temp_army_green .buy-now a,
.common_temp_army_green .product_detail_2017 .pop_add_cart a.addtocart{
	background:#32679b !important;
}
.common_temp_army_green .brief-description dd svg{
	fill:#32679b;
}
/*浅红色*/
.common_temp_light_red .deals-box,
.common_temp_light_red .buy-now a,
.common_temp_light_red .product_detail_2017 .pop_add_cart a.addtocart{
	background:#ff6865 !important;
}
.common_temp_light_red .brief-description dd svg{
	fill:#ff6865;
}
/*草绿色*/
.common_temp_grass_green .deals-box,
.common_temp_grass_green .buy-now a,
.common_temp_grass_green .product_detail_2017 .pop_add_cart a.addtocart{
	background:#40a337 !important;
}
.common_temp_grass_green .brief-description dd svg{
	fill:#40a337;
}

/*蓝色1*/
.common_temp_mazarine .deals-box,
.common_temp_mazarine .buy-now a,
.common_temp_mazarine .product_detail_2017 .pop_add_cart a.addtocart{
	background:#0265cb !important;
}
.common_temp_mazarine .brief-description dd svg{
	fill:#0265cb;
}


/*蓝色1*/
.common_temp_blue1 .deals-box,
.common_temp_blue1 .buy-now a,
.common_temp_blue1 .product_detail_2017 .pop_add_cart a.addtocart{
	background:#3398ce !important;
}
.common_temp_blue1 .brief-description dd svg{
	fill:#3398ce;
}
/*深黄色*/
.common_temp_dark_yellow .deals-box,
.common_temp_dark_yellow .buy-now a,
.common_temp_dark_yellow .product_detail_2017 .pop_add_cart a.addtocart{
	background:#fe9a04 !important;
}
.common_temp_dark_yellow .brief-description dd svg{
	fill:#fe9a04;
}
/*橄榄绿*/
.common_temp_olive_green .deals-box,
.common_temp_olive_green .buy-now a,
.common_temp_olive_green .product_detail_2017 .pop_add_cart a.addtocart{
	background:#666400 !important;
}
.common_temp_olive_green .brief-description dd svg{
	fill:#666400;
}
/*水晶蓝*/
.common_temp_crystal_blue .deals-box,
.common_temp_crystal_blue .buy-now a,
.common_temp_crystal_blue .product_detail_2017 .pop_add_cart a.addtocart{
	background:#6799fc !important;
}
.common_temp_crystal_blue .brief-description dd svg{
	fill:#6799fc;
}
/*紫色1*/
.common_temp_purple1 .deals-box,
.common_temp_purple1 .buy-now a,
.common_temp_purple1 .product_detail_2017 .pop_add_cart a.addtocart{
	background:#643466 !important;
}
.common_temp_purple1 .brief-description dd svg{
	fill:#643466;
}
/*玫瑰红*/
.common_temp_rose_red .deals-box,
.common_temp_rose_red .buy-now a,
.common_temp_rose_red .product_detail_2017 .pop_add_cart a.addtocart{
	background:#fa039c !important;
}
.common_temp_rose_red .brief-description dd svg{
	fill:#fa039c;
}
/*蓝色2*/
.common_temp_blue2 .deals-box,
.common_temp_blue2 .buy-now a,
.common_temp_blue2 .product_detail_2017 .pop_add_cart a.addtocart{
	background:#2c6dff !important;
}
.common_temp_blue2 .brief-description dd svg{
	fill:#2c6dff;
}
/*紫色*/
.common_temp_purple .deals-box,
.common_temp_purple .buy-now a,
.common_temp_purple .product_detail_2017 .pop_add_cart a.addtocart{
	background:#c224ea !important;
}
.common_temp_purple .brief-description dd svg{
	fill:#c224ea;
}



.main-box .coddetail-comment .reviewslist{
	max-height: 300px;
	overflow: auto;
}
.main-box .coddetail-comment dl{
	padding: .2rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    margin: 0  .5rem;
}

.main-box .coddetail-comment dt{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    height: 24px;
}
.main-box .coddetail-comment dt .review-name{
	display: flex;
    display: -webkit-flex;
    align-items: center;
}
.main-box .coddetail-comment dt .review-name img{
	margin-right: 5px;
}
.main-box .coddetail-comment dt .review-dt{
	display: flex;
    display: -webkit-flex;
    align-items: center;
}
.main-box .coddetail-comment dt .review-star{
	margin-left: 15px;
}
.main-box .coddetail-comment dt .review-star i{
	color: #999;
}
.main-box .coddetail-comment dt .review-star i.cur{
	color: #ff9d00;
}
.main-box .coddetail-comment dd{
	margin-top: 10px;
	line-height: 20px;
}

.main-box .coddetail-comment .detail_commentspics a{
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    overflow: hidden;
    text-align: center;
    margin: 10px 5px 10px 0;
    border-radius: 5px;
}




.main-box .goods_wholesale_2017{
	padding: 0 2%;
}

.main-box .goods_wholesale_2017 table {
	border-top: 1px solid #edefef;
	border-left: 1px solid #edefef;
}
.main-box .goods_wholesale_2017 table td {
	border-bottom: 1px solid #edefef;
	border-right: 1px solid #edefef;
	height: 40px;
	text-align: center;
	font-size: 14px;
}
.main-box .goods_wholesale_2017 table td.on {
	background: #ff9d00;
	color: #fff;
}
.main-box .goods_wholesale_2017 table.retail_table tbody tr:nth-child(odd) {
	background: #ECECEC;
}
.main-box .goods_wholesale_2017 table.retail_table tbody tr:nth-child(even) {
	background: #F8F8F8;
}

.product_detail_2017 .pop_add_cart{
	padding-bottom: .5rem
}

.product_detail_2017 .pop_add_cart a.add_out_of_stock{
	background: #CBC9C9 !important;
    color: #FFF;
}
.main-box .product-tab .detail-tab li .features_detail img{
	display: block;
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}
.cod_copyright{
	background: #fff;
    padding: 10px;
    color: #333;
    font-size: 12px;
    border-top: .3rem solid #d1dce0;
}
.product_detail_2017 .ship_sel{
	margin: 0;
	padding: .5rem .5rem 0;
}
.product_detail_2017 .time_countout_div{
	position: absolute;
    right: .6rem;
    top: 50%;
    color: #fff;
    margin: -20px 0 0;
}
.main-box .deals-box{
	padding: .4rem .6rem;
}
.product_detail_2017 .time_countout_div .timelimitbox .time_label{
	color: #fff;
}
.product_detail_2017 .time_countout_div .timelimitbox{
	line-height: 40px;
    font-size: 24px;
}
@media (min-width: 320px){html{font-size: 18.75px;} }
@media (min-width: 360px){html{font-size: 21.0938px;} }
@media (min-width: 375px){html{font-size: 21.9727px;} }
@media (min-width: 384px){html{font-size: 22.5px;} }
@media (min-width: 414px){html{font-size: 24.2578px;} }
@media (min-width: 448px){html{font-size: 26.25px;} }
@media (min-width: 480px){html{font-size: 28.125px;} }
@media (min-width: 512px){html{font-size: 30px;} }
@media (min-width: 544px){html{font-size: 31.875px;} }
@media (min-width: 576px){html{font-size: 33.75px;} }
@media (min-width: 608px){html{font-size: 35.625px;} }
@media (min-width: 640px){html{font-size: 37.5px;} }

@media (max-width: 608px){
	.detail_body{
		background:none;
	}
	.index_default_detail .cod-pro-list li{
		width:100%;
		border:none;
	}
	.product_detail_2017 .time_countout_div .timelimitbox .day,
	.product_detail_2017 .time_countout_div .timelimitbox .hours,
	.product_detail_2017 .time_countout_div .timelimitbox .minutes,
	.product_detail_2017 .time_countout_div .timelimitbox .seconds{
		min-width: 20px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
}
@media (max-width: 480px){


}






