*{
    margin: 0px;
    padding: 0px;
}
div{
    box-sizing: border-box;
}
ul ,li{
    list-style: none;

}
a{
    text-decoration: none;
}
.gnway2_input{
    /* height: 40px; */
    background: #FFFFFF;
    /* box-shadow: 2px 3px 15px 1px rgba(38, 79, 188, 0.1); */
    border-radius: 5px;
    border: 1px solid #DCDFE6;
    padding-left: 14px;
    font-weight: 500;
    font-size: 14px;
    color: #1A2233;

}
.gnway2_input:focus{
        border: 1px solid #E65A5E;
        box-shadow: 2px 3px 15px 1px rgba(38, 79, 188, 0.1);

}
.gnway2_input:hover{
        box-shadow: 2px 3px 15px 1px rgba(38, 79, 188, 0.1);
}
input{
    outline: none;
}
.gnway_new{
    width: 100%;
    background: url('/images/index/images/gnway_2_bg_02.jpg');
    background-size:cover ;
}
.gnway_new_header{
    width: 100%;
    height: 65px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 14px 0px rgba(61, 92, 136, 0.15);
}
.logo{
    display: flex;
    align-items: center;
}
.new_heaader_inner{
    width: 1190px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo span{
  
        font-weight: 400;
        font-size: 16px;
        color: #1A2233;
        line-height: 12px;

}
.gnway_new_header .logo img{
    width: 87px;
    margin-right: 10px;
}
.go_home{
    display: block;
    color: #3860F4;
    padding: 0px 12px;
    text-align: center;
    border: 1px solid #3860F4;
    height: 33px;
    font-size: 14px;
    line-height: 33px;
    border-radius: 30px;
    cursor: pointer;
    user-select: none;
    box-shadow: 0px 0px 14px 0px rgba(61, 92, 136, 0.15);
}
.go_home:hover{
    background: #1274FE;
    color: #FFFFFF;

}
.gnway2_content{
    margin-top: 80px;
    width: 100%;
    display: flex;
    justify-content:center ;
}
.left img{
    width: 470px;
}
.gnway2_center{
    display: flex;
    background: #fff;
    height: 600px;
    box-shadow: 0px 0px 14px 0px rgba(61, 92, 136, 0.15);
}
.gnway2_center .right{
    padding: 77px 80px 0px 76px;
}
.center_title{
    /* width: 215px; */
        /* height: 23px; */
        /* font-family: Source Han Sans CN; */
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #1A2233;
    margin-bottom: 35px;
}
.f_title2{
    /* width: 33px; */
        /* height: 13px; */
        /* font-family: Source Han Sans CN; */
        font-weight: 400;
        font-size: 14px;
        color: #7C7F84;
        margin-left: 8px;
        margin-bottom: 5px;
}
.gnway_username ,.gnway_pass{
    width: 335px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 5px;
        border: 1px solid #DCDFE6;
        padding-left: 14px;
        font-weight: 500;
        font-size: 14px;
        color: #1A2233;

}
.gnway_username:focus,
.gnway_pass:focus,.gnway_qrcode:focus{
        border: 1px solid #E65A5E;
        box-shadow: 2px 3px 15px 1px rgba(38, 79, 188, 0.1);

}
.gnway_username:hover,
.gnway_pass:hover,
.gnway_qrcode:hover {
    /* border: 1px solid #E65A5E; */
    box-shadow: 2px 3px 15px 1px rgba(38, 79, 188, 0.1);

}
.input_div{
    margin-bottom: 12px;
}
.gnway_qrcode{
    width: 170px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DCDFE6;
    padding-left: 14px;
    font-weight: 500;
    font-size: 14px;
    color: #1A2233;

}
.input_div_qrcode .qrcode_wrap{
    display: flex;
    align-items: center;
}
.qrcode_wrap .code{
    width: 60px;
    height: 31px;
    border: 1px solid red;
    margin: 0px 15px;
}
.qrcode_wrap span a{
    text-decoration: underline;
    color: #1274FE;
    font-weight: 400;
    font-size: 14px;
    color: #1274FE;
}
.login_top{
    margin-top: 35px;
}
.login_top,.login_bottom{
    display: flex;
    justify-content: space-between;
}
.gnway_login_btn,.gnway2_btn{
    width: 100%;
    /* width: 335px; */
    height: 45px;
    background: #1274FE;
    box-shadow: 2px 3px 15px 1px rgba(38, 79, 188, 0.08);
    border-radius: 5px;
    border: 1px solid #1274FE;
    /* color: #fff; */
    font-weight: 500;
    font-size: 16px;
    color: #FCFDFF;
    margin: 12px 0px;
    cursor: pointer;
}
.gnway_login_btn:hover,.gnway2_btn:hover{
    background: #418FFE;
    border: 1px solid #418FFE;

}
.error{
    margin-top: 8px;
    height: 14px;
    /* margin-bottom: 35px; */
}
.error_div{
    display: flex;
    align-items: center;
}
.error_div img{
    width: 13.5px;
    margin-right: 5px;
}
.error_div span{
    font-weight: 400;
    font-size: 14px;
    color: #E65A5E;
    line-height: 14px;

}
.auto_login{
    display: flex;
    align-items: center;

}
.auto_login span{
        height: 14px;
        line-height: 14px;
        font-weight: 400;
        font-size: 14px;
        color: #7C7F84;
}
.auto_login #isAutoLogin{
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #95979E;
    margin-right: 5px;
    margin-left: 8px;
}
.forget_pass a{
    display: block;
    height: 14px;
    line-height: 14px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    font-size: 14px;
    color: #7C7F84;
    margin-right: 2px;
}
.zhuxiao a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #7C7F84;
    line-height: 14px;
    margin-left: 8px;

}

.register_btn a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #7C7F84;
    line-height: 14px;
    margin-right: 2px;
}
.forget_pass a:hover,.register_btn a:hover,.zhuxiao:hover{
    color: #1274FE;
    cursor: pointer;

}
.gnway_new_footer{
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    padding-bottom: 62px;
}
.gnway_new_footer ul{
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}
.gnway_new_footer ul li a {
    /* width: 432px; */
        display: inline-block;
        height: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        font-size: 14px;
        color: #394256;
        line-height: 14px;
        cursor: auto;

}
.gnway_new_footer ul li a:hover{
    color: #1274FE;
    cursor: auto;
}
.gnway_new_footer ul li{
    margin-left: 10px;
    /* margin-right: 10px; */
    padding-right: 10px;
    border-right: 1px solid #294256;
    display: flex;
    align-items: center;
    height: 14px;
  

}
.gnway_new_footer ul li.line{
    border: transparent;
    padding-right: 0px;
}

.gnway_new_footer .footer_wrap div{
    display: flex;
    justify-content: center;
    height: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #394256;
    line-height: 14px;
    margin-bottom: 13px;
}

.zhuce_qrcode_wrap {
    display: flex;
    align-items: center;
}
.zhuce_qrcode_wrap .gnway_qrcode{
    width: 131px;
}
.r_input{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 14px;

}
.r_input span{
    display: block;
    text-align: right;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #7C7F84;
    width: 85px;
}
.r_input input{
    width: 241px;
    height: 34px;
    line-height: 36px;
}
.zhuce_qrcode_wrap .f_title2{
    width: 85px;
    text-align: right;
    margin-left: 0px;
}
.zhuce_qrcode_wrap .gnway_qrcode{
    height: 34px;
    line-height: 34px;
}
.zhuce_qrcode_wrap .code{
    margin:0px 9px;
    width: 50px;
    height: 26px;
}
.register_error_tips{
    margin-left: 87px;
}
.register_center .right{
    padding: 50px 80px 0px 71px;
}
.gnway_register_btn{
    margin-top: 25px;
    margin-left: 87px;
    width: 257px;
    height: 40px;
    line-height: 40px;
}
.register_gouxuan{
    display: flex;
    align-items: center;
    height: 14px;
    margin-left: 50px;
}
.register_gouxuan input{
    margin-right: 4px;
    margin-top: 6px;
}
.register_gouxuan div{
    height: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #7C7F84;
}
.register_gouxuan div a{
    color: #3370FF;
    display: inline-block;
    height: 14px;
    line-height: 14px;
}
.go_login{
    margin-top: 32px;
    display: flex;
    width: 100%;
    justify-content:flex-end ;
    font-weight: 400;
    font-size: 14px;
    color: #3370FF;
}
.go_login a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #3370FF;
    line-height: 13px;
}
.r_success .right{
    padding: 87px 73px 110px 61px ;
}
.r_success_title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 31px;
}
.r_success_title img{
    width: 24px;
    margin-right: 5px;
}
.r_success_title span{
    /* width: 154px; */
        /* height: 20px; */
    /* font-family: Source Han Sans CN; */
    font-weight: 500;
    font-size: 21px;
    color: #1A2233;
    line-height: 21px;

}
.s_title{
    /* width: 356px; */
    width: 360px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 15px;
    color: #1A2233;
    line-height: 23px;
}
.s_title a{
    color: #1274FE;
    font-size: 15px;
}
.s_qrcode_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.s_qrcode_wrap span{
    font-weight: 300;
    font-size: 15px;
    color: #1A2233;
    line-height: 15px;
    /* margin: 0px 0px 22px 0px; */
}
.s_qrcode{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 189px;
    margin: 33px 0px 13px 0px;
    width: 189px;
    height: 189px;
    background: #F7FAFF;
    box-shadow: 0px 5px 17px 2px rgba(21, 65, 167, 0.14);
    border-radius: 4px;
    border: 2px solid #FFFFFF;
}
.go_personal{
    width: 185px;
    height: 44px;
    background: #1274FE;
    box-shadow: 2px 3px 15px 1px rgba(38, 79, 188, 0.08);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    margin-top: 22px;

}
.find_pass .right{
    padding: 65px 80px 56px 75px;
}
.find_pass .center_title{
    margin-bottom: 16px;
}
.find_pass_title_tips{
    width: 333px;
    /* height: 52px; */
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #7C7F84;
    line-height: 19px;
    margin-bottom: 12px;
}
.find_div{
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}
.find_div input[type="radio"]{
    margin-right: 6px;
    border: 1px solid #7d5252;
    /* 默认边框颜色 */
    outline: none;
    /* 去掉默认的焦点样式 */
    transition: border-color 0.3s ease;
}
.find_div input[type="radio"]:focus{
    border: 1px solid #E65A5E;
    box-shadow: 2px 3px 15px 1px rgba(38, 79, 188, 0.1);
}
.find_div span{
    height: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #7C7F84;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-left: 7px;
}
.find_input{
    width: 321px;
    height: 40px;
    line-height: 40px;
}
.select_type_btn{
    margin-top: 27px;
}
.find_mail_pass .right{
    padding: 77px 80px 236px 77px;
}
.find_mail_tips{
    margin-bottom: 35px;
    width: 299px;
    height: 35px;
    font-weight: 300;
    font-size: 14px;
    color: #1A2233;
    line-height: 19px;
}
.mails_qrcode_input{
    width: 156px;
    height: 40px;
}
.mails_qrcode{
    width: 60px;
    height: 30px;
    border: 1px solid #7C7F84;
    margin: 0px 14px;
}
.mails_div{
    display: flex;
    align-items: center;
}
.mails_div div a{
    height: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #1274FE;
    text-decoration: underline;
    cursor: pointer;
}
.mails_qrcode_btn{
    width: 335px;
    margin-top: 35px;
}

.phone_new_pass,.phone_new_pass1{
    width: 321px;
    height: 40px;

}
.phone_div{
    display: flex;
    align-items: center;
}
.phone_div .get_qrcide_btn{
    font-weight: 400;
    font-size: 14px;
    color: #1274FE;
    margin-left: 14px;
    cursor: pointer;
}
.phone_qrcode_input{
    width: 156px;
    height: 40px;
}
.phone_qrcode_tips{
    /* height: 13px; */
    font-weight: 400;
    font-size: 12px;
    color: #6E8FBE;
    display: flex;
    margin-left: 8px;
    margin-top: 5px;
}
.phone_qrcode_tips .time{
    color: #E65A5E;
    margin: 1px;
}
.by_phone_pass .right{
    padding: 77px 80px 72.5px 76px;
}
.phone_qrcode_btn{
    margin: 34px 0px 0px 0px;
}
.by_mail_pass{
    width: 960px;
    height: 600px;
    background: #fff;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    background:url('/images/index/images/mails_bg.png') ;
    background-size: cover;
}
.mails_btn{
    width: 335px;
    height: 40px;
    margin-top: 34px;

}
.by_mail_pass .center_title{
    margin: 120px 0px 35px 0px;
}
.set_new_password1,.set_new_password{
    width: 321px;
    height: 40px;
}
.code_modal_error {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
}

.code_modal_content {
    padding: 18px;

    width: 420px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 5px 31px 0px rgba(16, 30, 68, 0.24);
    border-radius: 5px;

}

.code_modal_content .footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;

}

.code_modal_error .header {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.code_modal_content .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h_left {
    display: flex;
    align-items: center;

}

.code_modal_content .code_tip_btn {
    width: 88px;
    height: 32px;
    margin: 0px;
}

.content_body span {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #1A2233;
    line-height: 14px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.close_modal {
    width: 15px;
    height: 15px;
    /* background-color: #ff4d4f; */
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
    cursor: pointer;
}

.close_modal::before,
.close_modal::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #b2b4b6;
    transform-origin: center;
}

.close_modal:hover::before,
.close_modal:hover::after {
    background-color: #1F2329;

}

.h_left span {
    font-weight: 500;
    font-size: 16px;
    color: #1A2233;
    line-height: 16px;
}

.close_modal::before {
    transform: rotate(45deg);
}

.close_modal::after {
    transform: rotate(-45deg);
}