html,
body {
    width: 100%;
    height: 100%;
}

html {
    font-size: 13.33333333vw;
}

body {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
}

#agreement-box {
    width: 6.28rem;
    height: 4.32rem;
    background: #FFFFFF;
    border-radius: 0.2rem;
    background-image: url(../../images/common/top-img-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 37%;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -2.16rem;
    margin-left: -3.19rem;
    
    display: none;
}

.agreement-title {
    font-size: 0.36rem;
    font-family: FZLTDHJW-GB1-0, FZLTDHJW-GB1;
    font-weight: bold;
    color: #14192E;
    margin: 0.71rem 0 0.39rem 0.64rem;
}

.agreement-img-close,
.agreement-close {
    position: absolute;
    left: 50%;
    bottom: -1.42rem;
    width: 0.68rem;
    height: 0.68rem;
    float: right;
    cursor: pointer;
    background-image: url(../../images/common/m_agreement_close.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: -0.39rem;
}

.agreement-content {
    padding: 0 0.54rem 0 0.64rem;
    box-sizing: border-box;
    line-height: 0.48rem;
    font-size: 0.3rem;
}

.user-agreement1 {
    color: #3A85F1;
}

.user-agreement2 {
    color: #3A85F1;

}

.agreement-btn-box {
    padding: 0.5rem 0 0 0.64rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.agreement-disagree-btn {
    width: 2.4rem;
    height: 0.94rem;
    border-radius: 0.1rem;
    border: 1px solid #D5D5D5;
    font-size: 0.30rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #14192E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agreement-agree-btn {
    width: 2.4rem;
    height: 0.94rem;
    border-radius: 0.1rem;
    background: #3A85F1;
    margin-left: 0.2rem;
    font-size: 0.30rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-agreement-content p,
li {
    line-height: 0.42rem !important;
}













#hsz-user-agreement-box {
    display: none;
    width: 6.28rem;
    height: 9rem;
    background: #FFFFFF;
    border-radius: 0.2rem;
    background-image: url(../../images/common/top-img-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 17%;
    position: fixed;
    left: 50%;
    top: 47%;
    margin-top: -4.5rem;
    margin-left: -3.19rem;
    
    z-index: 7;
}

.user-agreement-title {
    font-size: 0.36rem;
    font-family: FZLTDHJW-GB1-0, FZLTDHJW-GB1;
    font-weight: bold;
    color: #14192E;
    /* line-height: 72px; */
    padding: 0.71rem 0 0.39rem 0.64rem;
    box-sizing: border-box;
    border-bottom: 1px dashed #14192E;
}

.user-agreement-content {
    margin-top: 0.1rem;
    width: 100%;
    height: 5.7rem;
    line-height: 0.42rem;
    padding: 0 0.54rem 0 0.64rem;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll;
}

.user-agreement-btn {
    width: 2.4rem;
    height: 0.94rem;
    background: #3A85F1;
    border-radius: 0.1rem;
    font-size: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.39rem auto 0 auto;
    color: #ffffff;
}






#personal-information-agreement {
    display: none;
    width: 6.28rem;
    height: 9rem;
    background: #FFFFFF;
    border-radius: 0.2rem;
    background-image: url(../../images/common/top-img-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 17%;
    position: fixed;
    left: 50%;
    top: 47%;
    margin-top: -4.5rem;
    margin-left: -3.19rem;
    
}

.personal-information-btn {
    width: 2.4rem;
    height: 0.94rem;
    background: #3A85F1;
    border-radius: 0.1rem;
    font-size: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.39rem auto 0 auto;
    color: #ffffff;
}

.a-color {
    color: blue !important;
}

.open-user-agreement {
    color: blue;
}
.partner-table-box {
    /* width: 100%; */
    /* margin: 0 auto; */
    padding: 0px 0.40rem;
    box-sizing: border-box;
    word-break: break-all!important; 

}