*,html,body{
    font-family: "微软雅黑";
    color: #3F3F3F;
}
.main {
    background-color: #ffffff;
}

.details{
	margin: 0  0.5867rem;
}
.details_title{
	padding-top: 2.2133rem;
}
[data-dpr="1"] .details_title p:nth-child(1){
    font-size: 21px;   
}
[data-dpr="2"] .details_title p:nth-child(1){
    font-size: 42px;
}
[data-dpr="3"] .details_title p:nth-child(1){
    font-size: 63px;
}

.details_title p:nth-child(2){
	margin-top: 0.6667rem;
	color: #828282;
}
[data-dpr="1"] .details_title p:nth-child(2){
    font-size: 15px;   
}
[data-dpr="2"] .details_title p:nth-child(2){
    font-size: 30px;
}
[data-dpr="3"] .details_title p:nth-child(2){
    font-size: 45px;
}

.details_img{
	width: 8.8rem;
	height: 3.8533rem;
	background-color: red;
	margin-top: 0.64rem;
}
.details_text{
	line-height: 0.5867rem;
	/*text-indent: 2em;*/
	margin-top: 0.64rem;
}
[data-dpr="1"] .details_text{
    font-size: 15px;   
}
[data-dpr="2"] .details_text{
    font-size: 30px;
}
[data-dpr="3"] .details_text{
    font-size: 45px;
}