.fix_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: fixed;
    right: 30px;
    bottom: -45px;
    z-index: 9999;
}

#fix_brside .brside_i {
    background: url(/assets/images/icon_rightside.svg);
}

#fix_brside .fix_experience_i {
    background-position: -32px 0;
}

#fix_brside .fix_contactus_i {
    background-position: -64px 0;
}

#fix_brside .fix_backtotop_i {
    background-position: -96px 0;
}

.fix_div {
    width: 80px;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px #E2E7EB;
    border-radius: 4px;
    border: 1px solid #EEF3F7;
    cursor: pointer;
    user-select: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .3s linear;
}

.fix_div p {
    font-size: 12px;
    color: #007FDF;
    line-height: 16px;
}

.fix_div i {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-top: 8px;
    margin-bottom: 5px;
}

.fix_signup {
    position: relative;
}

.fix_contactus {
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

.backToTop {
    opacity: 0;
}

.backToTop p {
    font-size: 12px;
    color: #97A4B6;
    line-height: 16px;
}

.backToTop:hover, .fix_div:hover {
    transform: translateY(-2px);
}

.animateToFadeIn {
    opacity: 1;
}

/* .fix_contactus:hover >.contactus_window {
    display: block;
    cursor: unset;
} */
.mobile{
    display: none;
}
.alertSuccess_slogan {
    position: absolute;
    bottom: 50px;
    font-size: 14px;
    color: #1A2736;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    margin: auto;
    left: 0;
    right: 0;
}

.contactus_window {
    width: 230px;
    /*height: 166px;*/
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px #E2E7EB;
    border: 1px solid #EEF3F7;
    border-radius: 4px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    left: -240px;
    display: none;
}

.contactus_window .item .title {
    font-size: 16px;
    font-weight: 500;
    color: #5E6978;
    line-height: 22px;
    margin-bottom: 8px;
}

.contactus_window .item .phone {
    font-size: 18px;
    font-weight: 500;
    color: #007FDF;
    line-height: 25px;
}

.contactus_window .item:last-child {
    margin-top: 16px;
}

@media screen and (max-width: 599px) {
    .backToTop {
        display: none;
    }
    .fix_container {
        right: 20px;
    }
}

/******************/

#alertModule_bt {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 51, 89, .6);
    z-index: 100000;
    display: none;
}

.alertWindow_bt {
    width: 780px;
    height: 700px;
    background: #FFFFFF;
    box-shadow: 0 2px 30px 0 rgba(0, 40, 71, 0.20);
    border-radius: 4px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.alertWindowApplicationSuccess_bt {
    display: none;
}

.alertWindow_left_bt {
    width: 500px;
    height: 100%;
    float: left;
}

/* 弹窗左部表单 */

form {
    width: 100%;
    height: 100%;
    margin: 0;
}

.application_customer_bt {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 60px;
    position: relative;
}

.form_title_bt {
    font-size: 20px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 25px;
}

.form_application_title_bt {
    margin-bottom: 0;
}

.form_title_bt p {
    font-size: 14px;
    color: #1A2736;
    margin-top: 10px;
}

.form_title_bt span {
    font-size: 14px;
    color: #007FDF;
    line-height: 20px;
    cursor: pointer;
}

.choose_container {
    margin-top: 24px;
    margin-bottom: 30px;
}

.choose_container .title {
    font-size: 14px;
    color: #1A2736;
    line-height: 20px;
}

.choose_container .choose_opt {
    margin-top: 2px;
    display: flex;
    flex-wrap: wrap;
}

.choose_container .choose_opt .item {
    padding: 4px 0 4px 12px;
    width: 180px;
    font-size: 12px;
    color: #5E6978;
    line-height: 18px;
    margin-right: 6px;
    margin-top: 4px;
    border-radius: 2px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s linear;
}

.choose_container .choose_opt .item:hover {
    background: #EAEFF4;
}

.choose_container .choose_opt .item.active {
    color: #FFFFFF;
    background: #007FDF;
}

.form_content_bt {
    position: relative;
}

.form_content_bt .title {
    font-size: 14px;
    color: #1A2736;
    line-height: 20px;
}

.form_input_wrap_bt {
    position: relative;
    height: 57px;
    border-bottom: none;
}

.form_input_bt {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 28px;
    border: 0;
    box-shadow: inset 0 -1px 0 0 #DAE0E6;
    font-size: 16px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 20px;
}

.form_input_bt:focus {
    box-shadow: inset 0 -2px 0 0 #5182e4;
    outline: none;
}

.form_label_bt {
    position: absolute;
    left: 0;
    bottom: 8px;
    transition: all .2s ease;
    font-size: 14px;
    color: #5E6978;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: normal;
}

.form_label_shrink_bt {
    bottom: 28px;
    font-size: 12px;
    line-height: 18px;
    color: #007FDF;
}

.form_submitBtn_wrap_bt {
    position: absolute;
    bottom: 30px;
}

.form_submit_btn_bt {
    width: 380px;
    height: 40px;
    text-align: center;
    border: none;
    background: #DAE0E6;
    border-radius: 2px;
    font-size: 16px;
    color: #97A4B6;
    letter-spacing: 0;
    line-height: 20px;
}

.form_active_submit_btn_bt {
    background: #007FDF;
    color: #FFFFFF;
    cursor: pointer;
}

.form_input_wrap_bt span {
    font-size: 12px;
    color: #EC5960;
    letter-spacing: 0;
    text-align: right;
    line-height: 18px;
    position: absolute;
    right: 0;
    bottom: 8px;
    display: none;
}

.form_input_wrap_bt .customer_getCheckCode_bt {
    display: block;
    color: rgba(0, 127, 223, 1);
    cursor: pointer;
}

.form_input_wrap_bt .customer_getCheckCodeTime_tips_bt {
    color: rgba(151, 164, 182, 1);
}

.form_input_wrap_bt .customer_checkCode_tips_bt {
    right: 100px;
}

.new_customer .form_title_bt {
    margin-bottom: 0;
}

.textareaBox_bt {
    width: 380px;
    height: 80px;
    font-size: 14px;
    color: #97A4B6;
    line-height: 20px;
    margin-top: 20px;
}

.textareaBox_bt textarea {
    padding: 10px;
    color: #1A2736;
    font-size: 12px;
    line-height: 20px;
    font-family: inherit;
    width: 100%;
    height: 100%;
    resize: none;
    border: 1px solid #DAE0E6;
    border-radius: 2px;
    box-sizing: border-box;
    outline: none;
}

/* 兼容手机端的input下划线不显示的hack */

/* @media screen and (max-width: 599px) { */

@media screen and (max-width: 1024px) {
    .form_input_bt {
        box-shadow: none;
    }
    .form_input_bt:focus {
        box-shadow: none;
    }
    .form_input_wrap_bt {
        border-bottom: 1px solid #DAE0E6;
    }
}

.focus_input_board_bt {
    border-bottom: 1px solid #5182e4;
}

/* 弹窗右部 */

.alertWindow_right_bt {
    width: 280px;
    height: 100%;
    background: #EFF9FF;
    float: right;
    box-sizing: border-box;
    position: relative;
}

.alertWindow_right_wrap_bt {
    margin: 160px 0 0 51px;
    position: relative;
}

.window_right_item1_bt, .window_right_item2_bt, .window_right_item3_bt {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.alertWindow_right_bt p {
    font-size: 16px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 10px;
}

.alertWindow_right_bt span {
    font-size: 14px;
    color: #5E6978;
    letter-spacing: 0;
    line-height: 20px;
}

.alertWindow_right_bt i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.alertWindow_right_wrap_bt i {
    background-image: url(/assets/images/alertWindow/icon_popup.svg);
}

.window_right_item1_bt i {
    background-position: 0;
}

.window_right_item2_bt i {
    background-position: -20px 0;
}

.window_right_item3_bt i {
    background-position: -40px 0;
}

.en_contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 51px;
    padding-top: 40px;
}

.en_contact .email_img {
    height: 40px;
    width: 40px;
    margin-bottom: 16px;
    background: url('/assets/images/alertWindow/en-email.svg') no-repeat;
}

/* .en_contact p {} */

.window_right_logo_bt {
    width: 76px;
    height: 65.5px;
    position: absolute;
    bottom: 61px;
    left: 0;
    right: 0;
    margin: auto;
    background: url('/assets/images/alertWindow/pop_logo.svg') no-repeat;
}

/* 提醒成功的弹窗 */

.alertSuccess_inner_bt {
    text-align: center;
    padding: 240px 30px 50px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.alertSuccess_icon_bt {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-bottom: 30px;
    background: url('/assets/images/alertWindow/pop_submit.svg') no-repeat;
}

.alertSuccess_tips_bt {
    font-size: 18px;
    color: #1A2736;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    margin-bottom: 30px;
}

.alertSuccess_inner_bt span {
    font-size: 14px;
    color: #5E6978;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    width: 100%;
}

.alertSuccess_slogan_bt {
    position: absolute;
    bottom: 50px;
    font-size: 14px;
    color: #1A2736;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    /* width: 100%; */
    margin: auto;
    left: 0;
    right: 0;
}

.alertSuccess_inner_bt .alertSuccess_content2 .alertSuccessSplitLine {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #DAE0E6;
    margin: 18px 0 14px;
}

.alertSuccess_inner_bt .alertSuccess_content2 .showDownloadLink {
    color: #007FDF;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
    word-break: break-all;
}

.alertSuccess_content2 .alertSuccess_tips_bt {
    margin-bottom: 18px;
}

.closeBtn_bt {
    width: 18.4px;
    height: 18.4px;
    position: absolute;
    right: 30.8px;
    top: 30.8px;
    background: url('/assets/images/alertWindow/Combined\ Shape.svg') no-repeat;
    cursor: pointer;
}
/* 线上咨询 */
.consult_image{
    position: fixed;
    right: 108px;
    background: url('/assets/images/consult_background.svg') no-repeat;
    bottom: 126px;
    display: none;
    margin-right: 4px;
    width: 178px;
}
.consult_image img{
    width: 120px;
    height: 120px;
    margin: 23px 34px 4px 24px;
}
.txt{
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #37475A;
    line-height: 16px;
    margin-bottom: 25px;
    margin-left: 36px;
    margin-right: 46px;
}
@media screen and (max-width: 969px) {
    .alertWindow_bt {
        width: 500px;
        height: 600px;
        overflow-y: scroll
    }
    .alertWindow_left_bt {
        float: none;
        height: auto;
        width: 100%;
    }
    .alertWindow_right_bt {
        display: none;
    }
    .form_submitBtn_wrap_bt {
        position: relative;
        bottom: 0;
        margin-top: 25px;
        padding-bottom: 20px;
    }
    .alertWindowDownload .form_submitBtn_wrap_bt {
        margin-top: 45px;
    }
    .old_customer .form_submitBtn_wrap_bt {
        margin-top: 280px;
    }
}

@media screen and (max-width: 599px) {
    .alertWindow_bt {
        width: 400px;
        height: 600px;
    }
    .textareaBox_bt {
        width: 100%;
        margin-top: 15px;
    }
    .form_submitBtn_wrap_bt {
        margin-top: 35px;
    }
    .form_submit_btn_bt {
        width: 100%;
    }
    .alertWindowDownload .form_submitBtn_wrap_bt {
        margin-top: 35px;
    }
    .old_customer .form_submitBtn_wrap_bt {
        margin-top: 270px;
    }
    .consult_image {
        position: fixed;
        right: 100px;
        background: url(/assets/images/consult_background.svg) no-repeat;
        bottom: 51px;
        display: none;
        margin-right: 4px;
    }
}

@media screen and (max-width: 469px) {
    .alertWindow_bt {
        width: 350px;
        height: 600px;
    }
    .application_customer_bt {
        padding: 40px;
    }
}
@media screen and (max-width: 370px) {
    .alertWindow_bt {
        width: 300px;
        height: 600px;
    }
    .application_customer_bt {
        padding: 30px;
    }
    .alertWindowDownload .form_submitBtn_wrap_bt {
        /* margin-top: 55px; */
        margin-top: 25px;
    }
    .old_customer .form_submitBtn_wrap_bt {
        margin-top: 250px;
    }
}
@media screen and (max-width:1080px){
    .mobile{
        display: block;
    }
    .pc_contactus{
        display: none;
    }
}
.qr_code_text{
    width: 183px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 14px;
}
.qr_code_text .desc{
    width: 96px;
    font-size: 12px;
    font-weight: 500;
    color: #5E6978;
    line-height: 17px;
    font-family: PingFangSC-Regular, PingFang SC;
    text-align: center;
}
.qr_code_text .time{
    margin-top: 8px;
    font-size: 12px;
    color: #5E6978;
    line-height: 17px;
    opacity: 0.9;
}
.qr_code_text .except{
    font-size: 10px;
    font-weight: 400;
    color: #5E6978;
    font-family: PingFangSC-Regular, PingFang SC;
    line-height: 14px;
    opacity: 0.9;
}
.consult_image{
    width: 198px;
    height: 222px;
}
.consult_image img{
    margin: unset;
    width: 124px;
    height: 124px;
}