#login_zzc {
    position: fixed; /* 或 absolute，取决于布局需求 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* 半透明背景 */
    z-index: 1000; /* 确保遮罩层在内容之上 */
}

#login_zzc_content {
    position: relative; /* 确保内容在遮罩层之上 */
    z-index: 1001;
    width: 450rem;
    margin: auto;
    margin-top: 120rem;
}

#login_zzc_content > .login_zzc_close {
    position: absolute;
    top: 20rem;
    right: 20rem;
    cursor: pointer;
}

#login_zzc_content > .login_zzc_close > img {
    width: 22rem;
    height: 22rem;
}

.login_zzc_content_block {
    margin: 0;
    background-color: #ffffff;
    width: 100%;
    padding: 20rem 0;
}

.form_box {
    margin: auto;
    padding: 0;
    /*width: 360rem;*/
}

.form_box_mask {
    padding: 20rem 0;
}

.form_box > .form_box_title {
    text-align: center;
    height: 33rem;
    line-height: 33rem;
    font-weight: 600;
    font-size: 24rem;
    color: #000000;
}

.form_box > .input_box {
    padding: 0 70rem;
}

.form_box > .input_box > .input_line {
    height: 80rem;
    width: 100%;
    margin-top: 20rem;
}

.form_box > .input_box > .input_line20 {
    height: 20rem;
    margin-top: 10rem;
}

.form_box > .input_box > .input_line > .title {
    height: 20rem;
    font-weight: 600;
    font-size: 14rem;
    color: #333333;
    line-height: 20rem;
    width: 100%;
    display: block;
}

.form_box > .input_box > .input_line > .title_big {
    font-size: 16rem;
}

.form_box > .input_box > .input_line > .title_center {
    text-align: center;
}

.form_box > .input_box > .input_line > .title_color_red {
    color: #D4352D;
}

.form_box > .input_box > .input_line > .title_pointer {
    cursor: pointer;
}

.form_box > .input_box > .input_line > .input_span {
    margin-top: 10rem;
    height: 50rem;
    line-height: 50rem;
    background: #FFFFFF;
    border-radius: 3rem 3rem 3rem 3rem;
    border: 1rem solid #CCCCCC;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.form_box > .input_box > .input_line > .input_span_img {
    border: none;
}

.form_box > .input_box > .input_line > .input_span > .input_input {
    border: none;
    height: 50rem;
    line-height: 50rem;
    width: 100%;
    padding: 0 20rem;
    font-size: 14rem;
    background-color: #ffffff;
}

.form_box > .input_box > .input_line > .input_span > .input_img {
    width: 50rem;
    height: 50rem;
    border-radius: 50%;
}

.form_box > .input_box > .input_line > .input_span > .input_word {
    font-weight: 400;
    font-size: 14px;
    color: #D4352D;
    margin-left: 10rem;
    cursor: pointer;
}

.form_box > .input_box > .input_line > .input_span_suffix {
    justify-content: space-between;
}

.form_box > .input_box > .input_line > .input_span_suffix > .input_input {
    width: 50%;
}

.form_box > .input_box > .input_line > .input_span_suffix > .suffix {
    width: 50%;
    text-align: right;
    padding-right: 20rem;
}

.form_box > .input_box > .input_line > .input_span_suffix > .suffix_code {
    color: #D4352D;
    cursor: pointer;
    font-size: 14rem;
}

.form_box > .input_box > .input_line > .input_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form_box > .input_box > .input_line > .input_btn > .div_btn {
    width: 130rem;
    height: 50rem;
    line-height: 50rem;
    background: #D4352D;
    border: 1rem solid #D4352D;
    border-radius: 3rem;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.form_box > .input_box > .input_line > .input_btn > .no {
    background-color: #ffffff;
    border-color: #D4352D;
    color: #D4352D;
}

.form_box > .bottom_btn {
    margin-top: 40rem;
    padding: 0 70rem;
}

.form_box > .bottom_btn > .submit_btn {
    height: 50rem;
    line-height: 50rem;
    text-align: center;
    background: #D4352D;
    border-radius: 3rem 3rem 3rem 3rem;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
    font-size: 14rem;
    cursor: pointer;
}

.form_box > .bottom_btn > .btn_white {
    background: #ffffff;
    border: 1rem solid #D4352D;
    color: #D4352D;
    margin-top: 15rem;
}

.form_box > .bottom_btn > .word_desc {
    margin-top: 20rem;
    line-height: 150%;
}

.form_box > .bottom_btn > .word_desc > .register_agreement_submit_checkbox {
    width: 12rem;
    height: 12rem;
}

.form_box > .bottom_btn > .word_desc > .confirm_content {
    font-weight: 400;
    font-size: 12rem;
    color: #666666;
}

.form_box > .bottom_btn > .word_liangbian {
    margin-top: 20rem;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12rem;
}

.form_box > .bottom_btn > .word_liangbian > .left {
    color: #D4352D;
    cursor: pointer;
}

.form_box > .bottom_btn > .word_liangbian > .right {
    color: #999999;
    cursor: pointer;
}


/* 支付状态 */
.pay-result-container {
    margin-top: 82rem;
}

.pay-result-container>.status {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.pay-result-container >.status > img {
    width: 64rem;
    height: 64rem;
    background: #FFFFFF;
}

.pay-result-container >.status>span{
    height: 22rem;
    margin-top: 30rem;
    font-weight: 600;
    font-size: 16rem;
    color: #333333;
    line-height:22rem;
    font-style: normal;
    text-transform: none;
}

.pay-result-container >.btn-container{
    margin-top: 56rem;
    display: flex;
    justify-content: center;
}
.pay-result-container >.btn-container>button{
    border: none;
    background: none;
    width: 120rem;
    height: 44rem;
    background: #D4352D;
    border-radius: 23rem;
    font-weight: 500;
    font-size: 14rem;
    color: #FFFFFF;
    line-height: 44rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.pay-result-container >.btn-container .back-home{
    margin-right: 20rem;

}

.pay-result-container >.btn-container .check-log{
    color: #D4352D;
    background: #FFFFFF;
    border: 1rem solid #D4352D;
}
