.section-1 {
    background: url("/style/mobile/images/bg1.png") center top no-repeat;
    background-size: cover;
    width: 100%;
    margin-bottom: 30px;
}


.content-div{
    background-color: #fff;
    width: 85%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px 16px;
}

.content-div .title{
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    color: #353535;
    font-size: 18px;
    line-height: 30px;
}

.content-div .describe{
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    opacity: 0.5;
    display: inline-flex;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    align-items: center;
}

.content-div .describe img{
    width: 20px;
}

.content-div .content{
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #393939;
    font-size: 15px;
    line-height: 29px;
}

.content-div .content img{
    width: 320px;
    height: auto;
}