.main {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin: 0;
    border-radius: unset;
}
.login-logo-box{
    position: absolute;
    top: 12%;
    left: 10%;
    z-index: 99;
    zoom: 1;
}
.main img.login-banner-img {
    width: 100%;
    height: auto;
}

.login-title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing:4px;
}

.container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 98;
}
.input-data{
    height: 540px;
}
.input-login-data{
    width:390px;
    height: 480px;
    float: none;
    margin: 0 auto 0 auto;
    border-radius: 8px;
    overflow: hidden;
}
.login-mode {
    margin: 20px 0 20px 35px;
}
.login-mode ul li{
    width: 70px;
    margin-right: 35px;
}
.login-mode span{
    display: inline-block;
    width: 70px;
    height: 48px;
    line-height: 48px;
    float: left;
    font-size: 16px;
    cursor: pointer;
}
.login-mode em{
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #333;
    float: left;
    margin: 18px 20px 0 20px;
}
.login-mode span.select-login-mode {
    color: #ff003c;
}
.login-info{
    width: 320px;
}
.perfect-data{
    height: 42px;
    line-height: 42px;
    margin-bottom: 25px;
}
.login-phone,
.input-username,
.input-password{
    width: 100%;
    height: 42px;
    background: #f6f4f4;
}
.login-info button{
    height: 42px;
    line-height: 42px;
    font-size: 14px!important;
}
.reg-reset-pwd{
    margin-left: 264px;
}
.login-info p.other-login{
    width: 100%;
    text-align: center;
}
.login-info p.other-login a{
    color: #4fabd6;
}
.login-info p.other-login a:hover{
    text-decoration: underline;
}


.perfect-data span.phone-area-code-ipt,
.input-code,
.login-info button.send-code{
    height: 42px;
}
.input-code{
    width: 100px;
}
.login-info button.send-code{
    width: 120px;
}
.perfect-data span.phone-area-code-ipt i{
    margin-top: 18px;
}
.input-phone,
.input-login-phone {
    width: 256px;
    height: 42px;
}

.wechat-code {
    width: 100%;
    height: 250px;
    margin: 0px auto 20px auto;
    text-align: center;
}
.wechat-code img {
    width: 200px;
    height: 200px;
    margin: 0 0 10px 0;
}
.wechat-code p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}


/*æ³¨å*/
/*.main-content{*/
    /*width: 1230px;*/
    /*height: auto;*/
    /*margin: 0 auto;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*z-index: 98;*/
/*}*/
/*.reg-title{*/
    /*width: 100%;*/
    /*height: 60px;*/
    /*line-height: 60px;*/
    /*font-size: 16px;*/
    /*text-align: center;*/
    /*font-weight: bold;*/
    /*border-bottom: 1px solid #f4f4f4;*/
/*}*/