header .banner_wrap{
	width: 100%;
}
header .banner_wrap img{
	max-width: 100%;
}
header .price_wrap{
	color:#f61d4b;
	padding:0.2rem 0.5rem;
	overflow: hidden;
}
header .price_wrap .or_cost{
	color:#b3b3b3;
}
header .price_wrap h1{
	font-size: 1rem;
	float: left;
}
header .price_wrap h1 span{
	font-size: 1.5rem;
	font-weight: bold;
}
header .price_wrap h1 span b{
	font-size: 0.7rem;
}
header .price_wrap h4{
	font-size: 0.6rem;
	margin:0.8rem 0 0.5rem;
	color: #666;
	display: flex;
	justify-content: space-between;
}
header .price_wrap h4 span img{
	height:0.7rem;
	margin-right: 0.2rem;
	margin-top: -0.2rem; 
}
header .price_wrap .flash_sale{
	font-size: 0.6rem;
	height: 1.2rem;
	line-height: 1rem;
	text-align: right;
}
header .price_wrap .flash_sale img{
	height: 1.1rem;
	margin-top: -0.15rem;
}
header .price_wrap .flash_sale p{
	display: inline-block;
	border:1px solid #f54a4f;
	border-left: 0;
	padding:0 5px;
}
header .price_wrap .time{
	font-size: 0.6rem;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
}
header .price_wrap .or_cost {
	float: left;
	margin-left: 0.5rem;
}
header .price_wrap .or_cost h2 {
	font-size: 0.7rem;
}
header .price_wrap .or_cost h2 span{
	text-decoration: line-through; 
}
header .price_wrap .or_cost h3{
	width: 4rem;
	font-size: 0.7rem;
	color: #5b5b5b;
	border-radius: 0.2rem;
}
header .price_wrap .or_cost h3 span{
	color: #fca398;
}
header .infor_wrap{
	margin: 0.5rem;
	font-size: 0.7rem;
	border-bottom:1px dashed #d9d9d9;
}
header .infor_wrap .item_bar{
	color: #333;
	font-size: 0.8rem;
	font-weight: bold;
}
header .infor_wrap .item_bar span{
	margin-right: 0.3rem;
}
header .infor_wrap h2{
	color:#fc8625;
	font-size: 0.6rem;
	margin:0.5rem 0;
}
header .infor_wrap .time{
	font-size: 0.85rem;
	padding-left: 1rem;
	color: #f00;
	margin: 0.35rem 0;
}
header .infor_wrap .time span{
	font-weight:bold;
	margin: 0 0.2rem; 
}
header .infor_wrap .product_infor{
	line-height: 140%;
}
main .detail_bar{
	align-items: center;
	border: 1px solid #eee;
	border-left: 0;
	border-right: 0;
	overflow: hidden;
}
main .detail_bar div{
	width: 33%;
	float: left;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: 0.6rem;
	border-right: 1px solid #eee;
}
main .detail_bar div:last-child{
	border: 0;
}
main .product_intro{
	width: 100%;
	text-align: center;
}
main .product_intro img{
	max-width: 100%;
}
main .product_argument{
	width: 100%;
	text-align: center;
	margin-bottom: 0.2rem;
}
main .product_argument img{
	max-width: 100%;
}
main .new_appraise{
	font-size: 0.6rem;
	text-align: center;
	background: #e7e7e7;
	padding:0.5rem;
	border-bottom: 3px solid #fff;
	margin:0.5rem 0;
}
main .appraise{
	width: 100%;
	overflow: hidden;
	height: 20rem;
}
main .appraise ul{
	position: relative;
	/*z-index: -1;*/
}
main .appraise ul li {
	font-size: 0.6rem;
	padding: 0.8rem 0.5rem;
	border-bottom: 1px dashed #ccc;
}
main .appraise ul li .user_infor{
	font-size: 0.66rem;
	margin-bottom: 0.3rem;
}
main .appraise ul li .user_infor span{
	margin:0 0.2rem;
}
main .appraise ul li .user_infor .user_id,main .appraise ul li .user_infor .user_name{
	color: #f00;
	margin-left: 0;
}
main .appraise ul li .user_infor .comment_star{
	width: 3.2rem;
    vertical-align: baseline;
}
main #picBox{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.9);
}
main #comment_pic{
	min-width: 260px;
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
main #comment_vid{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

main .appraise ul li .user_infor span i{
	font-style: normal;
	color: #f00;
}
main .appraise ul li p{
	color: #666;
}
main .appraise ul li .appraise_pic{
	display: flex;
	margin-top: 0.2rem;
}
main .appraise ul li .appraise_pic div{
	width: 2.5rem;
	height: 2.5rem;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.2rem;
}
main .appraise ul li .appraise_pic img{
	max-width: 100%;
	max-height: 100%;
}
main .appraise_btn{
	border:1px solid #ccc;
	width:4.5rem;
	height: 1.9rem;
	border-radius:1rem;
	font-size: 0.7rem;
	text-align: center;
	line-height: 1.9rem;
	margin:0.8rem auto;
	color: #666; 
}
main section{
	font-size: 0.7rem;
	padding: 0 0.5rem;
	color: #666;
}
main section .num_wrap{
	margin:0;
	overflow: hidden;
}
main section .jian,main section .jia{
	display: inline-block;
	height: 1.2rem;
	width: 1.5rem;
	border:1px solid #ccc;
	text-align: center;
	float: left;
}
main section .jian{
	border-radius: 0.2rem 0 0 0.2rem;
}
main section .jia{
	border-radius: 0 0.2rem 0.2rem 0;
}
main section .num{
	border-radius: 0 !important;
}
main section h1{
	text-align: center;
	font-size: 0.9rem;
	color: #333;
}
main section h3{
	color: #f40;
	font-size: 1rem;
}
main section div{
	margin: 0.8rem 0;
	clear: both;
}
main section .inp{
	margin: 0.2rem;
}
main section label{
	color: #333;
	display: block;
	margin-bottom: 0.2rem;
	clear: both;
	margin-top: 0.5rem;
}
main section input{
	display: inline-block;
	border-radius: 0.2rem;
}
main section input[type=radio]{
	width: 0.7rem;
	height: 0.7rem;
	margin-right: 0.2rem;
}
main section input[type=number]{
	text-align: right;
	padding-right: 0.5rem;
	height: 1.2rem;
	width: 4rem;
	border:1px solid #ccc; 
	float: left;
	border-left: 0;
	border-right: 0;
}
main section input[type=text]{
	text-align: left;
	padding:0 0.5rem;
	height: 1.2rem;
	width: 93%;
	border:1px solid #ccc; 
}
main section select{
	height: 1.2rem;
	border-radius: 0.2rem;
	width: 25%;
	color: #666;
}
main section p{
	color: #f60;
	background: #fffff2;
	border:1px dashed #ddd;
	border-radius: 0.2rem;
	margin-top: 0.2rem;
	padding: 0.2rem; 
}
main section textarea{
	width: 95%;
	height: 3rem;
	border-radius: 0.2rem;
	border:1px solid #ccc;
	padding: 0.3rem;
}
main section input[type=submit]{
	display: block;
	border-radius: 0.2rem;
	border-color: #f30;
	width: 98%;
	padding: 0.5rem 0;
	margin: 0.5rem auto 0;
	color: #fff;
	background: linear-gradient(to bottom,#FF8566 0,#FF5C33 100%);
}
main .inform{
	height: 8rem;
	overflow: hidden;
}
main .inform ul li{
	margin-bottom: 1rem;
	font-size: 0.5rem;
}
main .inform ul li span{
	margin-right: 0.2rem;
}
footer{
	border: 0;
	position: fixed;
	bottom: 0;
	left: auto;
	width: 750px;
	text-align: center;
	margin: 0 auto;
	font-size: 0.7rem;
	display: flex;
}
footer div{
	height: 2rem;
	width: 100%;
	background: #fa3a63;
	text-align: center;
	color: #fff;
	padding: 0.2rem 0;
	cursor: pointer;
}
footer div:first-child{
	line-height: 2rem;
	display: none;
	background: #fa3a93;
}
footer img{
	width: 1rem;
	display: block;
	margin:0 auto;
}
footer span{
	display: block;
}

foot {
	border: 0;
	position: fixed;
	bottom: 0;
	left: auto;
	width: 750px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.7rem;
}
foot>div:first-child {
	display: none;
}
foot>div {
	height: 2.9rem;
	width: 100%;
	cursor: pointer;
}
foot .buyBtn div {
	float: left;
}
foot .buyBtn::after {
	clear: both;
	content: '';
	display: block;
}
foot .buyBtn div:nth-of-type(1) {
	box-sizing: border-box;
	padding: 0.7rem 0 0 0;
	width: 54%;
	height: 100%;
	color: rgb(254, 76, 0);
	background: rgb(255, 210, 2);
}
foot .buyBtn div:nth-of-type(2) {
	width: 46%;
	height: 100%;
	font-size: 0.82rem;
	color: white;
	line-height: 2.9rem;
	background: #EF6B1C;
}
foot .buyBtn i {
	font-style: normal;
	font-size: .56rem;
	vertical-align: text-top;
}
foot .buyBtn span {
	font-size: 1.03rem;
}
foot .buyBtn sub {
	vertical-align: baseline;
	font-size: .92rem;
}
foot .footLastDiv::after {
	clear: both;
	content: '';
	display: block;
}
foot .footLastDiv div {
	float: left;
}
foot .goBuyLeft {
	box-sizing: border-box;
	width: 54%;
	height: 100%;
	background: #FFD202;
	text-align: left;
	line-height: 1rem;
	padding: 0.55rem 0 0 0.6rem;
	color: #EF6B1C;
	line-height: 0.92rem;
}
foot .goBuyLeft p:nth-child(1) {
	font-size: 0.62rem;
}
foot .goBuyLeft p:nth-child(2) {
	font-size: 0.56rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
foot .goBuyRight {
	width: 46%;
	height: 100%;
	color: white;
	text-align: center;
	background: #EF6B1C;
	font-size: 0.82rem;
	line-height: 2.9rem;
}

#buy label{
	font-size: .9rem;
}

.size_list, .color_list{
	overflow: hidden;
} 
.size_list li, .color_list li{
	height: 1.5rem;
	padding: 0 0.4rem;
	line-height: 1.5rem;
	margin-right: 0.5rem;
	text-align: center;
	float: left;
	border:1px solid #ccc;
	box-sizing: border-box;
	cursor: pointer;
}
.selected{
	border: 1px solid #f00!important;
}	
.noaddress{
	display: none;
}
.hide_box{
	display: none;
}
.emailprompt{
	text-align: center;
    font-size: 0.65rem;
    line-height: 1.5rem;
    color: #fc2e47;
    background: white;
    margin: 0;
    margin-top: -0.8rem;
}
/*适配IE9*/
@media only screen and (max-width: 750px){
    .detail_bar{
    	width: 100%!important;
    }
    foot{
    	width: 100%!important;
    }
    footer{
    	width: 100%!important;
    }
}