body{
	background: #FAF9F9;
    max-height: 1000rem;
}
.details_header{
    width: 7.5rem;
    padding-bottom: 0.4rem;
    background: url(/statics/images/new_site/mobile/product_bg.png) #EAEDF5 no-repeat;
    background-size: cover;
    position: relative;
}
.details_header_left{
	width:7.5rem;
    position: relative;
    padding-top: 2.6rem;
}
.details_header_title{
	width:100%;
	text-align:center;
	margin-bottom:0.14rem;
	font-size: 0.4rem;
	color: #373737;	
}
.details_header_right{
	position:absolute;
	top:0.5rem;
	left:2.92rem;
	width:1.66rem;
	height:1.66rem;
	margin:0 auto;
	border-radius: 0.08rem;
	border:0.01rem dashed #2288FF;
	margin-bottom: 0.4rem;
}

.details_pic_border_box {
	margin:0.13rem 0.13rem;
	width:1.4rem;
	height:1.4rem;
	border:0.01rem dashed #2288FF;
	border-radius: 0.08rem;
}

.details_pic_inside{
	margin: 0.06rem 0.06rem;
	width: 1.28rem;
	height: 1.28rem;
	background: #FFFFFF;
	border-radius: 0.08rem;
}
.details_pic_inside img{
	width: 1rem;
	height:1rem;
	margin: 0.14rem 0.14rem;
}
.images_normal_1x{
	display:none;
}
.details_header_text{
	width:6.65rem;
	margin:0 auto;
	font-size: 0.24rem;
	color: #3A3A3A;
	line-height: 0.35rem;
	text-align:justify;
	word-break:break-all;
	margin-bottom:0.6rem; 
	max-height: 6969rem;
}
.details_header_btn{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:nowrap;
	justify-content: center;
}

.buy_now{
	width:2.2rem;
	height:0.8rem;
	margin-right:0.3rem;
	line-height:0.8rem;
	text-align: center;
	background:#2288FF;
	font-size:0.24rem;
	color:#fff;
	border-radius: 0.08rem;
}
.price_calc{
	border:1px solid #2288FF;
	width:2.2rem;
	height:0.8rem;
	line-height:0.8rem;
	text-align: center;
	background: #FFFFFF;
	font-size:0.24rem;
	color:#2288FF;
	border-radius: 0.08rem;
}


/*内容*/
.details_content_header{
	display:none;
}
.details_content{
	width:6.9rem;
	margin:0 auto;
	padding-top:0.6rem;
}
.details_body_title{
	width:100%;
	text-align:center;
	margin-top:0.3rem;
	font-size: 0.36rem;
	color: #373737;
	line-height:2;
	background:#eee;
	border-radius:0.5rem;
}
.idchead{ font-size:0.5rem;}
.details_body_section{
	font-size:0.3rem;
	color:#373737;
	max-height:20rem;
	margin-top:0.3rem;
}
.details_body_img{
	margin-top:0.3rem;
}
.details_body_img img{
	width:6.9rem;
	height:4.09rem;
}
.details_body_list{
	width:100%;
}
.details_body_item>dt{
	text-align:center;
	margin-top:0.4rem;
}
.details_body_list {
	margin-top:0.3rem;
}
.details_body_list:nth-of-type(1){
	overflow: hidden;
}
.details_body_list .details_body_item{
	width:100%;
}
.details_body_list .details_body_pic{
	width:0.88rem;
	height:0.88rem;
}
.details_body_list .details_body_text{
	display:block;
	font-size:0.32rem;
	font-weight:bold;
	color:#373737;
	margin-top:0.3rem;
	margin-bottom:0.2rem;
}
.details_body_list dd{
	width:100%;
	max-height: 10rem;
	font-size:0.28rem;
	text-align:justify;
	word-break:break-all;
}
/*.details_body_list:nth-of-type(2) dd{
	font-size: 0.28rem;
	width:100%;
	padding-bottom:0.2rem;
}
.details_body_list:nth-of-type(3) dd{
	font-size: 0.28rem;
	width:100%;
	padding-bottom:0.2rem;
}*/

.details_body_list{
	display: -webkit-flex; 
  	display: flex;/* Safari */
  	flex-wrap:wrap;
	justify-content:space-between;
	padding-bottom:0.2rem;
}
.details_body_list:nth-of-type(1) .details_body_item{
	width:45%;
}
.details_body_list:nth-of-type(2) .details_body_item,
.details_body_list:nth-of-type(3) .details_body_item,
.details_body_list:nth-of-type(4) .details_body_item,
.details_body_list:nth-of-type(5) .details_body_item,
.details_body_list:nth-of-type(6) .details_body_item{
	width:100%;
}

.proshowbox{
	display:none;
}
/*底部*/
.details_content_footer{
	display:none;
}
/*.details_btn_group{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:nowrap;
	justify-content: center;
}
.details_btn_group a{
	width:2rem;
	height:0.8rem;
	font-size:0.24rem;
}*/








