body{
    height: auto;
    font-family: 'MicrosoftYaHei', 'Microsoft YaHei';
}
.login_wrap{
    width: 100%;
    max-width: 1500px;
    min-width: 1200px;
    margin: 60px auto;
}

.login_wrap .wrap{
    width: 100%;
}

/* .login_wrap .content{
    width: 100%;
    position: relative;
    height: 480px;
    background: url("../images/login_img/login_bg1.png" ) no-repeat  ;
    background-size: cover;
} */

.login_wrap .jbs_content{
    width: 100%;
    position: relative;
    height: 480px;
    background: url("../images/login_img/login_bg_jbs.png" ) no-repeat  ;
    background-size: cover;
}

.login_wrap .billebank_content{
    width: 100%;
    position: relative;
    height: 480px;
    background: url("../images/login_img/login_bg_billebank.png" ) no-repeat  ;
    background-size: cover;
}

.login_wrap .plat_content{
    width: 100%;
    position: relative;
    height: 480px;
    background: url("../images/login_img/openPlat.png" ) no-repeat  ;
    background-size: cover;
}

.login_wrap .title{
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 40px;
}

.login_wrap .login{
    position: absolute;
    top:35px;
    right: 10%;
    width: 370px;
    height: 410px;
    border-radius: 10px;
    background: #fff;
    padding: 10px 20px;
}

.login_wrap .login .item{
    height: 55px;
    display: flex;
    align-items: flex-end;
}

.login_wrap .login .item.code{
}

.login_wrap .login .item.code input{
    flex: 5;
}

.login_wrap .login .item.code img.verification{
    flex: 2;
    margin-right: 5px;
    height: 30px;
    margin-right: 20px;
    position: relative;
    top: -6px;
}

.login_wrap .login .item.code img.verification_merchant{
    flex: 2;
    margin-right: 5px;
    height: 30px;
    margin-right: 20px;
    position: relative;
    top: -6px;
}

.login_wrap .login .item.code img.verification_img_login{
    flex: 2;
    margin-right: 5px;
    height: 30px;
    margin-right: 20px;
    position: relative;
    top: -6px;
}

.login_wrap .login .item.code img{
    /*flex: 1;*/
    height: 24px;
    width: 24px;
    position: relative;
    top: -8px;
}

.login_wrap .login .item input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    color: #a4a4a4;
    padding: 10px 0;
}

.login_wrap .login .item input {
    /*color: #a4a4a4;*/
    color: #000;
}

.login_wrap .login .item input:focus{
    outline: none;
}


.login_wrap .login .login_btn{
    margin-top: 25px;
    width: 100%;
    padding: 15px 0;
    background: #0c82f7;
    /* background:#25D8F3; */
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
}

.login_wrap .login .store_login_btn{
    margin-top: 10px;
    width: 100%;
    padding: 15px 0;
    background: #3c37d3;
    /* background: #ff8c23; */
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
}

.login_wrap .login .operator{
    color: #a4a4a4;
    margin-top: 18px;
    text-align: center;
}

.login_wrap .login .operator .text{
    padding: 5px 0;
}

.login_wrap .login .operator .text a{
    text-decoration: none;
}
.login_wrap .login .operator .hr{
    margin: 3px 0;
}

.login_wrap .login .operator .hr .line{
    border-bottom:2px solid #DEDEDE;
    position: relative;
    top: 16px;
}

.login_wrap .login .operator .hr .icon{
    display: flex;
    justify-content: center;
    padding: 0 5px;
    background: #ffffff;
}
.login_wrap .login .operator .hr .icon span{
    background: #9A9A9A;
    color: #ffffff;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.login_wrap .foot{
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    padding: 0 50px;
}

.login_wrap .foot .item{
    display: flex;
    flex: none;
}
.login_wrap .foot .item .left{
    /* flex: 1; */
}
.login_wrap .foot .item .right{
    flex: 4;
    margin-left: 10px;
}


.login_wrap .foot .left img{
    width: 50px;
    height: 50px;
}
.login_wrap .foot .right p{
    margin: 0;
}
.login_wrap .foot .right p:first-child{
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.login_wrap .foot .right p:last-child{
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.login_wrap .filing{
    margin-top: 50px;
    text-align: center;
}
.login_wrap .filing p{
    font-size: 12px;
    margin: 0;
    color: #999;
}

.login input {
    font-size: 14px !important;
}