.detile-warpbg {
	/*background: url(../image/case/3.png);*/
	background: #fff;
	background-size: 100% 100%;
	background-size: cover;
}

.dw-title {
	font-size: 0.3rem;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 0.4rem;
	text-align: center;
}

.dw-con {
    width: 10rem;
	padding-top: 0.6rem;
	
}
.detile-warp{
	padding-bottom: 1rem;
}
.dw-img {
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
	width: 100%;
}

.dw-img img {
    object-fit: contain!important;
    margin: 0 auto!important;
	/*width: 100%;*/
	/*height: auto;*/
	/*object-fit: cover;*/
}

.dwc-con .dw-img img {
	width: 10rem;
	height: auto;
	margin: 0 auto;
}
.dwc-con p span{
    line-height: 2;
    color: #333333;
}
.dwc-con section span{
     line-height: 2;
    color: #333333;
}
.dw-data {
	font-size: 0.16rem;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-top: 0.3rem;
	text-align: center;
}

.dw-text {
	text-indent: 2em;
	font-size: 0.16rem;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.32rem;
}

.dwc-con {
	width: 10rem;
	margin: 0 auto;
	margin-top: 0.5rem;
	padding-bottom: 0.6rem;
	border-bottom: 0.01rem solid #EEEEEE;
}
@media screen and (max-width:1024px){
    .dw-con{
        width: 100%!important;
        /*background: pink;*/
        padding: 0 0.4rem;
        margin-top: 0.5rem;
    }
    .dw-title{
        font-size: 0.3rem;
    }
    .dwc-con{
        width: 100%!important;
    }
    .dw-img span{
        line-height: 1.8;
        font-size: 0.28rem!important;
    }
    .dw-data{
        font-size: 0.28rem!important;
    }
    
}
