.group_top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F8FCFF;
    position: relative;
    z-index: 10;
    padding-bottom: 4vw;
}

.group_title {
    width: auto;
    height: auto;
    margin: 4.74vw 0 0 0;
}

.text_cn {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(3, 52, 113, 1);
    font-size: 1.77vw;
    font-family: Noto Sans SC-Bold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 1.77vw;
}

.text_en {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(3, 52, 113, 1);
    font-size: 0.52vw;
    font-family: Bronova-Regular;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 0.52vw;
    margin: 0.36vw 0 0 0;
}

.group_content {
    width: 78.12vw;
    height: auto;
    border-bottom: 1px solid rgba(226, 228, 230, 1);
    padding: 1.8vw 0;
}

.paragraph_top {
    width: 100%;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 1.05vw;
    font-family: Noto Sans SC-Light;
    font-weight: 300;
    text-align: left;
    line-height: 1.7vw;
}

.wrapper_content {
    width: 100%;
    height: auto;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: Noto Sans SC-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 1.16vw;
}

.paragraph_title {
    width: 100%;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 1.05vw;
    font-family: Noto Sans SC-Bold;
    font-weight: 700;
    text-align: left;
    line-height: 1.88vw;
}

.paragraph_desc {
    width: 100%;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 1.05vw;
    font-family: Noto Sans SC-Light;
    font-weight: 300;
    text-align: left;
    line-height: 1.88vw;
}

.group_bottom {
    width: 397px;
    height: 3vw;
    margin: 2vw 0;
}

.wrapper_agree {
    background-color: rgba(3, 52, 113, 1);
    width: 193px;
    display: flex;
    align-items: center;
}

.text_agree {
    width: 114px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 28px;
    height: 3vw;
    display: flex;
    align-items: center;
}

.wrapper_disagree {
    border: 1px solid rgba(224, 232, 242, 1);
    width: 190px;
    display: flex;
    align-items: center;
}

.text_disagree {
    width: 128px;
    height: 3vw;
    overflow-wrap: break-word;
    color: rgba(3, 52, 113, 1);
    font-size: 16px;
    font-family: Noto Sans SC-DemiLight;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 28px;
    display: flex;
    align-items: center;
}