html {
    background:none;
}

.verify_nav {
    width: 1410px;
    height: 50px;
    position: fixed;
    z-index: 20;
    left: 50%;
    margin-top: 40px;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
}

.qyslogo {
    width: 120px;
    height: 50px;
    margin-top: 5px;
}

/* 第一屏 */
.verify_box {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    
}

.first_page {
    background: url(../../../images/verify_bg1.png) no-repeat;
    background-size: 100% auto;
    background-position-y: center;
}

.left_box {
    display: flex;
    width: 410px;
    flex-direction: column;
}

.left_box_title {
    color: #fff;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 5px;
}

.left_box_paragraph {
    opacity:0.5;
    color:#ffffff;
    font-size: 14px;
    margin-top: 26px;
    margin-bottom: 0;
}

.left_box_hint {
    margin-top: 18px;
    color:#ffffff;
}

.left_box_button {
    width: 160px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background-color: #1187F7;
    cursor: pointer;
    margin-top: 30px;
}

.right_box {
    width: 962px;
    display: flex;
    justify-content: space-around;
}

.right_box .right_box_img {
    width: 456px;
    position: relative;
}

/* 呼吸效果点击提示 */
.right_box_img .verify_hint {
    display: none;
    width: 79px;
    height: 79px;
    position: absolute;
    top: 424px;
    left: 104px;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(242, 172, 0, 0.3);
    animation-timing-function: ease-in-out;
    animation-name: breathe;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.right_box_img .verify_hint .circle {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ffd451;
}

.center_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center_box_title {
    color: #fff;
    font-size: 44px;
    margin-bottom: 60px;
}

.center_box_button {
    background-color:#1187f7;
    border-radius:25px;
    width:308px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    letter-spacing:0.41px;
    text-decoration: none;
}

/* 第二屏 */
.second_page {
    background: url(../../../images/verify_bg2.png) no-repeat;
    background-size: 100% auto;
    background-position-y: center;
}

.second_page .center_box_title{
    margin-top: 40px;
    margin-bottom: 0
}

.elec_sign_process {
    width: 891px;
    height: 522px;
}

.process_tab {
    margin-top: 70px;
    width: 620px;
}

.process_tab_menu {
    display: flex;
    justify-content: space-between;
}

.process_tab_menu span {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    opacity: 0.5;
    cursor: pointer;
    padding-bottom: 13px;
}

.tab_item_active {
    color: #fff;
    opacity: 1!important;
}

.process_tab p {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.5;
    height: 30px;
}

.process_bar {
    background-color: #62666c;
    height: 2px;
    margin-top: -1px;
    margin-bottom: 20px;
}

.process_bar #rate {
    background-color: #ffffff;
    width: 128px;
    height: 2px;
}

/* 第三屏 */
.third_page {
    background: url(../../../images/verify_bg3.png) no-repeat;
    background-size: 100% auto;
    background-position-y: center;
}

.compare_seal {
    width: 970px;
    height: 624px;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

.seal_vs {
    background-image: url(../../../images/icon-vs.png);
    background-size: 100%;
    width: 58px;
    height: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
}

.seal {
    width: 478px;
    height: 624px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
    border-radius: 4px;
}

.seal_title {
    text-align: center;
    display: block;
    font-family: PingFangSC-Medium;
    font-size: 22px;
    color:#2b2e34;
    margin: 40px 0 30px 0;
}

.seal_text_box {
    border: 1px solid #cddcec;
    border-radius: 4px;
    width: 404px;
    height: 474px;
    margin: 20px auto;
}

.seal_text_item {
    height: 78px;
    border-bottom: 1px solid #cddcec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}

.seal_text_item:last-child {
    border-bottom: none;
}

.seal_text_item span {
    margin-bottom: 6px;
    font-size: 14px;
    color:#2b2e34;
}

.seal_text_item p {
    margin: 0;
    font-size: 12px;
    color:#2b2e34;
    opacity: 0.4;
}

.elec_seal {
    background-color: #f2f8ff;
}

.elec_seal .seal_text_item span{
    color: #1187f7;
}

/* 第四屏 */
.elec_sign_adv {
    background-color: #fff;
    border:1px solid #cddcec;
    border-radius:4px;
    width: 882px;
    height: 358px;
    padding: 29px 43px;
    margin-bottom: 69px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;    
}

.elec_sign_adv_item {
    text-align: center;
    width: 220px;
    margin: 0px 37px;
    align-self: center;
}

.elec_sign_adv_item img {
    width: 50px;
    height: 50px;
}

.elec_sign_adv_item span {
    font-family: Helvetica;
    font-size: 16px;
    color: #222222;
    letter-spacing: 0.94px;
    text-align: center;
    display: block;
    margin: 12px 0 6px 0;
    line-height: 21px;
}

.elec_sign_adv_item p {
    opacity:0.5;
    font-family:Helvetica;
    font-size:12px;
    color:#222222;
    line-height: 16px;
    margin: 0;
}

.qys_info {
    font-size: 12px;
    color:#ffffff;
    opacity: 0.5;
    letter-spacing:0;
    text-align: center;
    line-height: 24px;
    margin-top: 25px;
}

@keyframes breathe {
    0% { 
        opacity: 0;
    }
    100% { 
        opacity: 1;
    }
}

.bgn {
    background: none!important;
}


@media screen and (max-width: 1600px) {
    .verify_box, .verify_nav {
        width: 1300px;
    }

    .left_box {
        width: 420px;
    }

    .left_box_paragraph {
        width: 410px;
    }

    .center_box_title {
        font-size: 38px;
        margin-bottom: 40px;
    }

    .right_box {
        width: 865px;
    }

    .right_box .right_box_img {
        width: 410px;
    }

    .right_box_img .verify_hint {
        width: 71px;
        height: 71px;
        top: 381px;
        left: 93px;
    }

    .elec_sign_process {
        width: 801px;
        height: 429px;
    }

    .process_tab {
        margin-top: 110px;
    }

    .elec_sign_adv {
        width: 810px;
        height: 370px;
        padding: 37px 36px;
        margin-bottom: 30px;  
    }

    .elec_sign_adv_item {
        margin: 0px 25px;
    }

    .compare_seal {
        width: 900px;
        height: 514px;
    }
    
    .seal_vs {
        width: 58px;
        height: 68px;
    }
    
    .seal {
        width: 438px;
        height: 534px;
    }
    
    .seal_title {
        margin: 20px 0 10px 0;
    }    
    
    .seal_text_box {
        width: 384px;
        height: 414px;
        margin: 20px auto;
    }
    
    .seal_text_item {
        height: 68px;
        padding: 0 20px;
    }
    
    .seal_text_item span {
        margin-bottom: 0;
    }
}

@media screen and (max-height: 700px) {
    .elec_sign_process {
        width: 640px;
        height: 343px;
    }
}

@media screen and (max-width: 1440px) {
    .verify_box {
        width: 80%;

    }
    .left_box {
        width: 45%;
    }
    .right_box {
        width: 55%;
    }
    
    .process_tab {
        margin-top: 80px;
    }

    .elec_sign_adv {
        height: 350px;
        padding: 20px 36px;
        margin-bottom: 30px;  
    }

    .center_box_title {
        margin-bottom: 25px;
    }

    .compare_seal {
        height: 510px;
    }
       
    .seal {
        height: 510px;
    }
    
    .seal_title {
        margin-top: 15px;
    }    
      
}