html {
    font-size: 16px;
}

body,
div,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: PingFang SC, Microsoft Yahei, SimHei, sans-serif;
    font-size: 1rem;
}

.hideClass {
    display: none;
}

.alertWindow.alertWindowApplication,
.alertWindow.alertProductConsulting,
.alertWindow.alertCertificationApplication {
    height: 632px;
}

#alertModule {
    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 {
    width: 780px;
    height: 720px !important;
    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;
}

.alertWindow .alertWindow_formInput {
    width: 100%;
    height: 100%;
    display: none;
}

.alertWindow .form_download_wrap {
    bottom: 56px
}

.alertWindow_info {
    width: 100%;
    height: 100%;
}

.alertWindow_info .content {
    padding: 56px 60px;
}

.alertWindow_info .alertWindow_title {
    font-size: 20px;
    font-family: PingFang SC, Microsoft Yahei, SimHei, sans-serif;
    color: #1A2736;
    line-height: 28px;
    margin-bottom: 24px;
}

.alertWindow_info .alertWindow_title img {
    vertical-align: sub;
    position: relative;
    top: 1px;
    margin-right: 10px;
}

.alertWindow_info p {
    width: 100%;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1A2736;
    line-height: 20px;
    margin-bottom: 12px;
    text-align: justify;
}

.alertWindow_info p a {
    color: #007FDF;
    cursor: pointer;
}

.alertWindow_info .alertWindow_agree {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5E6978;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    margin-top: 12px;
}

.alertWindow_info .alertWindow_agree .alertWindow_agree_button {
    display: none;
}

.alertWindow_info .alertWindow_agree img {
    vertical-align: text-bottom;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.alertWindow_info .download_btn {
    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;
    margin-top: 0px;
}

.alertWindow_info .form_active_submit_btn {
    background: #007FDF;
    color: #FFFFFF;
    cursor: pointer;
}

.alertWindowDownload {
    display: none;
}

.alertWindowApplication {
    display: none;
}

.training_partner_apply {
    display: none;
    height: 760px;
}

.zstack_gs_apply {
    display: none;
    height: 760px;
}

.alertWindowApplicationSuccess {
    display: none;
}

.alertCertificationApplication {
    display: none;
}

.alertWindowDownloadSuccess {
    display: none;
}

.alertProductConsulting {
    display: none;
}

.alertWindowConsultingSuccess {
    display: none;
}

.product_consulting_block {
    text-align: center;
    width: 100%;
    height: 280px;
    background: url(/assets/images/versionComparison/footer_banner_bg.svg) #419DFF no-repeat;
}

.product_consulting_block .contact_consulting_wrap {
    height: 100%;
    width: 970px;
    display: inline-block;
    position: relative;
}

.product_consulting_block .contact_consulting_wrap .contact_consulting_text {
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 120px;
}

.product_consulting_block .contact_consulting_wrap .contact_consulting_button {
    position: absolute;
    right: 0;
    top: 114px;
    width: 180px;
    height: 56px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 56px;
    transition: all .3s linear;
    margin: 0;
    cursor: pointer;
}

.product_consulting_block .contact_consulting_wrap .contact_consulting_button:hover {
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 3px 10px 0 rgb(94 105 120 / 14%);
    transform: translateY(-2px);
}

@media screen and (max-width: 1170px) {
    .product_consulting_block .contact_consulting_wrap {
        width: 100%;
    }

    .product_consulting_block .contact_consulting_wrap .contact_consulting_text {
        left: 0;
        right: 0;
        top: 80px;
        padding: 0 30px;
    }

    .product_consulting_block .contact_consulting_wrap .contact_consulting_button {
        position: absolute;
        right: 50%;
        margin-right: -90px;
        top: 150px;
    }
}

@media screen and (max-width: 642px) {
    .product_consulting_block .contact_consulting_wrap .contact_consulting_button {
        top: 170px;
    }
}

.alertWindow_left {
    width: 500px;
    height: 100%;
    float: left;
}

.alertWindow_left_before {
    display: none;
}

.alertWindow_left_before .before_img {
    width: 250px;
    height: 152px;
    margin: 120px auto 50px;
    background: url('/assets/images/alertWindow/pop_video illustration.svg') no-repeat
}

.alertWindow_left_before .before_title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: rgba(26, 39, 54, 1);
    line-height: 28px;
}

.alertWindow_left_before .before_desc {
    margin-top: 20px;
    margin-bottom: 70px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(94, 105, 120, 1);
    line-height: 20px;
}

.alertWindow_left_before .before_desc span {
    color: rgba(0, 127, 223, 1);
}

.alertWindow_left_before .before_login {
    margin: 0 auto;
    width: 240px;
}

.alertWindow_left_before .before_login a {
    display: inline-block;
    width: 240px;
    text-align: center;
    height: 40px;
    background: rgba(0, 127, 223, 1);
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
}

.alertWindow_left_before .before_toggle {
    cursor: pointer;
    margin: 20px auto 0;
    text-align: center;
    width: 56px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 127, 223, 1);
    line-height: 20px;
}

/* 弹窗左部表单 */

form {
    width: 100%;
    height: 100%;
}

.new_customer {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 60px;
    position: relative;
}

.old_customer {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 60px;
    position: relative;
    display: none;
}

.old_customer_checkPhone {
    display: none;
}

.application_customer {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 40px 60px;
    position: relative;
}

.has_cert_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.has_cert_block .block_item {
    width: 184px;
    height: 40px;
    background: #EAEFF4;
    border-radius: 2px;
    font-size: 14px;
    color: #5E6978;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.has_cert_block .block_item.active {
    background: #007FDF;
    color: #FFFFFF;
}

.form_title {
    font-size: 20px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 25px;
}

.form_application_title {
    margin-bottom: 0;
}

.form_title p {
    font-size: 14px;
    color: #1A2736;
    margin-top: 10px;
}

.form_title span {
    font-size: 14px;
    color: #007FDF;
    line-height: 20px;
    cursor: pointer;
}

.form_content {
    position: relative;
}

.form_input_wrap {
    position: relative;
    height: 65px;
    border-bottom: none;
}

.form_input_wrap.cert_type {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cert_type>.label_title {
    font-size: 14px;
    font-weight: 400;
    color: #5E6978;
    line-height: 20px;
}

.cert_type .cert_block {
    display: flex;
    margin-left: 13px;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cert_block .radio_icon {
    width: 16px;
    height: 16px;
    background-image: url(/assets/images/alertWindow/icon_radio.svg);
    margin-right: 6px;
    cursor: pointer;
}

.cert_block .radio_icon.active {
    background-position: -16px;
}

.cert_block .label_text {
    font-size: 14px;
    color: #1A2736;
    line-height: 20px;
    cursor: pointer;
}

.cert_form_top_tip {
    font-size: 14px;
    color: #1A2736;
    line-height: 20px;
    margin-top: 20px;
}

.no_has_cert {
    font-size: 14px;
    color: #5E6978;
    line-height: 24px;
    margin-top: 30px;
}

.no_has_cert a {
    color: #007FDF
}

.cert_form_tip {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cert_form_tip>.text {
    font-size: 12px;
    font-weight: 400;
    color: #5E6978;
    line-height: 18px;
    user-select: none;
}

.cert_form_tip>.agree_cert_info {
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-image: url(/assets/images/icon_checkbox.svg);
    margin-top: 1px;
    margin-right: 4px;
}

.cert_form_tip>.agree_cert_info.active {
    background-position: -16px;
}

.form_input {
    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;
    z-index: 2;
    background-color: transparent;
}

.form_input:focus {
    box-shadow: inset 0 -2px 0 0 #5182e4;
    outline: none;
}

.form_label {
    position: absolute;
    left: 0;
    bottom: 8px;
    transition: all .2s ease;
    font-size: 16px;
    color: #5E6978;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: normal;
    z-index: 1;
}

.form_label>div {
    display: inline-block;
    font-size: 12px;
    color: #97A4B6;
    line-height: 20px;
    margin-left: 7px;
}

.form_label.form_label_shrink>div {
    display: none;
}

.form_label_shrink {
    bottom: 30px;
    font-size: 14px;
    color: #007FDF;
}

.form_label_intl_shrink {
    bottom: 30px;
    font-size: 14px;
    color: #007FDF;
    opacity: 1;
}

.form_describe {
    font-size: 12px;
    color: #5E6978;
    line-height: 20px;
    margin-top: 10px;
}

.form_submitBtn_wrap {
    position: absolute;
    bottom: 60px;
    /* left: 60px; */
    /* width: 100%; */
}

.form_submit_btn,
.check_phoneCode_btn {
    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;
}
.documentFeedback_btn{
    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 {
    background: #007FDF;
    color: #FFFFFF;
    cursor: pointer;
}

.form_input_wrap span {
    font-size: 12px;
    color: #EC5960;
    letter-spacing: 0;
    text-align: right;
    line-height: 20px;
    position: absolute;
    right: 0;
    bottom: 8px;
    display: none;
}

.form_input_wrap .customer_getCheckCode {
    display: block;
    color: rgba(0, 127, 223, 1);
    cursor: pointer;
    z-index: 999;
}

.form_input_wrap .customer_getCheckCodeTime_tips {
    color: rgba(151, 164, 182, 1);
}

.form_input_wrap .customer_checkCode_tips {
    right: 100px;
}

.new_customer .form_title {
    margin-bottom: 0;
}

.textareaBox {
    width: 380px;
    height: 80px;
    font-size: 14px;
    color: #97A4B6;
    line-height: 20px;
    margin-top: 25px;
}

.textareaBox textarea {
    padding: 10px;
    color: #1A2736;
    font-size: 14px;
    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;
}

.application_form_submit_btn_wrap {
    bottom: 40px;
}

/* 兼容手机端的input下划线不显示的hack */

/* @media screen and (max-width: 599px) { */

@media screen and (max-width: 1024px) {
    .form_input {
        box-shadow: none;
    }

    .form_input:focus {
        box-shadow: none;
    }

    .form_input_wrap {
        border-bottom: 1px solid #DAE0E6;
    }
}

.focus_input_board {
    border-bottom: 1px solid #5182e4;
}

/* 弹窗右部 */

.alertWindow_right {
    width: 280px;
    height: 100%;
    background: #EFF9FF;
    float: right;
    box-sizing: border-box;
    position: relative;
}

.alertWindow_right_wrap {
    margin: 140px 0 0 51px;
    position: relative;
}

.window_right_item1,
.window_right_item2,
.window_right_item3 {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.alertWindow_right p {
    font-size: 16px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 10px;
}

.alertWindow_right span {
    font-size: 14px;
    color: #5E6978;
    letter-spacing: 0;
    line-height: 20px;
}

.alertWindow_right i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.alertWindow_right_wrap i {
    background-image: url(/assets/images/alertWindow/icon_popup.svg);
}

.window_right_item1 i {
    background-position: 0;
}

.window_right_item2 i {
    background-position: -20px 0;
}

.window_right_item3 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 {
    width: 155px;
    height: 47px;
    position: absolute;
    bottom: 61px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    /* 背景图片等比例铺满整个div */
    background-position: center;
    /* 背景图片居中显示 */
    /* background: url('/assets/images/alertWindow/pop_logo.svg') no-repeat; */
    background-image: url('/assets/images/alertWindow/pop_logo2.png');
}

/* 提醒成功的弹窗 */

.alertSuccess_inner {
    text-align: center;
    padding: 160px 100px 50px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.alertSuccess_icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-bottom: 30px;
    background: url('/assets/images/alertWindow/pop_submit.svg') no-repeat;
}

.alertSuccess_tips {
    font-size: 18px;
    color: #1A2736;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    margin-bottom: 30px;
}

.alertSuccess_inner span {
    font-size: 14px;
    color: #5E6978;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    width: 100%;
}

.alertSuccess_slogan {
    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 .alertSuccess_content2 .alertSuccessSplitLine {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #DAE0E6;
    margin: 18px 0 14px;
}

.alertSuccess_inner .alertSuccess_content2 .showDownloadLink {
    color: #007FDF;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
    word-break: break-all;
}

.alertSuccess_content2 .alertSuccess_tips {
    margin-bottom: 18px;
}

.closeBtn {
    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;
}

.business_contacts_item .qr_code_item {
    width: 112px;
    height: 130px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 9px;
    margin-bottom: 6px;
}

.qr_code_item .qr_code img {
    width: 94px;
    height: 94px;
}

.business_contacts_item .qr_code_item .qr_text {
    font-size: 12px;
    color: #5E6978;
    line-height: 20px;
}

.business_contacts_item .time,
.business_contacts_item .except {
    font-size: 12px;
    color: #5E6978;
    line-height: 17px;
}




.documentFeedback_login_tip {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #1A2736;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-top: 8px;
}

.documentFeedback_login_tip a {
    color: #5398DF;
    margin-left: 2px;
    margin-right: 2px;
}
.documentFeedback_score_box_item{
    width: 71px;
    display: inline-block;
    margin-top: 12px;
}

.documentFeedback_score_box_item_click {
    width: 71px;
    transition: all .2s linear;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #DBDDE0;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    margin-bottom: 10px;
}

.documentFeedback_score_box_item_tip {
 
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #96989B;
    line-height: 20px;
    text-align: center;
    font-style: normal;
}
.documentFeedback_score_box_item_click_active{
    color: #FFFFFF;background: #007FDF;
}

.documentFeedback_login{
    color: #377DD8;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
}
.applyWindowTitle2{
 
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #1A2736;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
@media screen and (max-width: 969px) {
    .alertWindow {
        width: 500px;
        height: 600px;
    }

    .alertWindow.training_partner_apply {
        overflow-y: scroll;
    }

    .alertWindow.zstack_gs_apply {
        overflow-y: scroll;
    }

    .form_input_wrap.cert_type {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .cert_type .cert_block {
        margin-left: 0;
        margin-right: 20px;
    }

    .cert_form_tip {
        margin-top: 10px;
    }

    .cert_type>.label_title {
        width: 100%;
        margin-bottom: 10px;
    }

    .alertWindow_left {
        float: none;
        height: auto;
        width: 100%;
    }

    .alertWindow_right {
        display: none;
    }

    .form_submitBtn_wrap {
        position: relative;
        bottom: 0;
        margin-top: 25px;
    }

    .alertWindow .form_download_wrap {
        bottom: 0;
    }

    .alertWindowDownload .form_submitBtn_wrap {
        margin-top: 45px;
    }

    .old_customer .form_submitBtn_wrap {
        margin-top: 280px;
    }
}

@media screen and (max-width: 599px) {
    .alertWindow {
        width: 400px;
        height: 600px;
    }

    .training_partner_apply .application_customer {
        padding: 30px 40px !important;
    }

    .zstack_gs_apply .application_customer {
        padding: 30px 40px !important;
    }

    .textareaBox {
        width: 100%;
        margin-top: 15px;
    }

    .form_submitBtn_wrap {
        /* margin-top: 20px; */
        margin-top: 35px;
    }

    .alertWindow .form_download_wrap {
        bottom: 0;
    }

    .form_submit_btn,
    .check_phoneCode_btn {
        width: 100%;
    }
    .documentFeedback_btn {
        width: 100%;
    }

    .alertWindowDownload .form_submitBtn_wrap {
        /* margin-top: 75px; */
        margin-top: 35px;
    }

    .old_customer .form_submitBtn_wrap {
        margin-top: 270px;
    }

    .alertWindow_info .content {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 600px;
    }

    .alertWindow_info .download_btn {
        width: 100%;
    }
}

@media screen and (max-width: 469px) {
    .alertWindow {
        width: 350px;
        height: 600px;
    }

    .intlWindow .alertWindow {
        overflow-y: scroll;
    }

    .application_customer {
        padding: 40px;
    }

    .alertWindowDownload.en_alert {
        overflow: scroll;
    }

    .alertWindow_info .content {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 600px;
    }

    .alertWindow_info .download_btn {
        width: 100%;
    }

    .closeBtn {
        right: 20px;
        top: 20px;
    }
}

@media screen and (max-width: 370px) {
    .alertWindow {
        width: 300px;
        height: 600px;
    }

    .application_customer,
    .new_customer {
        padding: 30px;
    }

    .alertWindowDownload .form_submitBtn_wrap {
        margin-top: 25px;
    }

    .old_customer .form_submitBtn_wrap {
        margin-top: 250px;
    }

    .alertWindow_info .content {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 600px;
    }

    .alertWindow_info .download_btn {
        width: 100%;
    }
}