#reg_agreement{
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    position: relative;
}
#reg_agreement:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/service_bg.png") center top / cover no-repeat #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}
#reg_agreement .container{
    width: 100%;
    max-width: 1338px;
    position: relative;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 2;
}
#reg_agreement .container .privacy_title{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0 14px;
    border-bottom: 1px solid #ccc;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #181818;
    line-height: 33px;
}
#reg_agreement .container .privacy_body{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0;
    color: #181818;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    line-height: 18px;
}
#reg_agreement .container .privacy_body .bold{
    font-weight: 500;
}
#reg_agreement .container .privacy_body .content{
    width: 100%;
    padding-bottom: 30px;
}
#reg_agreement .container .privacy_body .content .title{
    width: 100%;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    padding-bottom: 15px;
}

#reg_agreement .container .privacy_body .content .title:last-of-type{
    padding-bottom: 0;
}
#reg_agreement .container .privacy_body .content .second_title{
    width: 100%;
    font-size: 13px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    padding-bottom: 15px;
}
#reg_agreement .container .privacy_body .content .second_title:last-of-type{
    padding-bottom: 0;
}
#reg_agreement .container .privacy_body .content .third_title{
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
}
#reg_agreement .container .privacy_body .content .third_item{
    text-indent: 30px;
}
#reg_agreement .container .privacy_body .content a{
    text-decoration: underline;
    color: #5daeff;
}
#reg_agreement .container .privacy_body .content:last-of-type{
     padding-bottom: 0;
 }
