.line{
    width: 100%;
    border-bottom: 0.02rem solid #DFDFDF;
}
.privacyContent{
    width: 12rem;
    height: 10.09rem;
    box-sizing: border-box;
    background-image: url(../images/privacy.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    margin-top: 0.5rem;
    position: relative;
    padding-top: 2rem;
}
.privacyContentTitle{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.36rem;
    color: #FFFFFF;
    text-align: justifyLeft;
    font-style: normal;
    text-transform: none;
    position: absolute;
    left: 50%;
    top: 0.94rem;
    transform: translate(-50%);
}
.privacyContentBox{
    width: 11.33rem;
    margin: 0 auto;
    height: 6.85rem;
    box-sizing: border-box;
}