/* CSS Document */

html,
body {
    height: 100%;
    /* max-width: 1920px; */
    overflow: hidden;
    margin: auto;
}

body {
    background: url(../images/newbg.png) no-repeat center;
    background-size: cover;
}

.g-txt-border {
    height: 38px;
    outline: none;
    padding: 0px 5px;
    border: 1px solid #e2e2e2;
    display: block;
    float: left;
    width: 95%;
    box-sizing: border-box;
}

.g-tip-txt {
    padding: 0px 0px;
    line-height: 40px;
    margin-left: 0px;
    display: none;
}

.tip-box {
    padding: 4px 0;
    padding-right: 20px;
    line-height: normal;
    min-height: 18px;
    max-height: 36px;
}

.login-tip {
    color: #BC0C0F;
    line-height: normal;
    width: 100%;
    display: none;
    
    word-break: break-all;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}

.login-page {
    padding: 60px 0px 157px;
    background: url(../images/login-banner.jpg) no-repeat center top;
    background-size: cover;
}

.login-page-new {
    padding: 160px 0px 157px;
}

.login-page-new h1 {
    font-size: 46px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    font-weight: 300;
}

.login-page h1 {
    font-size: 46px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

.login-page-new p.info {
    text-align: center;
    color: #fff;
    padding: 30px 0px;
}

.login-page p.info {
    text-align: center;
    color: #fff;
    padding: 30px 0px;
}

.login-box {
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
    overflow: hidden;
    max-width: 850px;
}

.login-left {
    float: left;
    width: 50%;
}

.login-right {
    float: left;
    width: 50%;
}

.login-box h3 {
    font-size: 21px;
    color: #000;
    line-height: normal;
}

.login-box form {
    display: block;
    border-right: 1px solid #e2e2e2;
    margin: 40px 0px 20px 40px;
}

.login-box ul {
    padding-top: 0px;
}

.login-box ul li {
    padding-bottom: 15px;
    clear: both;
    overflow: hidden;
    position: relative;
}

.login-box ul li .m-form-name {
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 4px;
}

.login-box ul li .m-form-form {
    width: 90%;
    float: left;
}

.login-box ul li .m-form-tip {
    width: 10%;
    float: left;
    overflow: hidden;
    text-align: center;
    height: 38px;
    margin-top: 1px
}

.login-box ul li .m-form-tip img {
    vertical-align: middle;
    float: inherit;
    margin-left: -5px;
}

.g-tip-txt {
    display: block;
    height: 100%;
    width: 100%;
}

.btn-login {
    background: #333;
    width: 95%;
    /* width: 310px; */
    max-width: 100%;
    height: 50px;
    line-height: 50px;
}

.anticon-loading {
    display: none;
    /*margin-right: -14px;*/
}

.loading,
.loading:hover {
    background: #ccc !important;
    cursor: wait;
}

.loading .anticon-loading {
    display: inline-block;
}

.loading span {
    display: inline-block;
    margin-left: 8px;
}

.anticon-spin {
    animation: loadingCircle 1s infinite linear;
    -webkit-animation: loadingCircle 1s infinite linear;
}

@keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-login.active {
    color: #fff;
    background: #b7b3b4;
    border: none;
    width: 70%;
    height: 65px;
    font-size: 16px;
}

.login-box ul li.error .g-tip-txt {
    display: block;
    background: url(../images/icon/iconfont-roundclosefill.png) no-repeat 3px center;
    text-indent: -9900px;
}

.login-box ul li.pass .g-tip-txt {
    display: block;
    background: url(../images/icon/iconfont-roundcheckfill.png) no-repeat 3px center;
    text-indent: -9900px;
}

.login-box ul li.error .g-txt-border {}

.reg {
    margin: 40px 0px 40px 40px;
}

.btn-reg {
    background: #02bb48;
    display: block;
    margin: 30px 0px;
    /* max-width: 310px; */
    height: 50px;
    line-height: 50px;
}

.btn-red {
    background: #c52235;
    display: block;
    margin: 30px 0px;
    max-width: 310px;
    height: 50px;
    line-height: 50px;
}


/**mbg**/

.mbg-login-page {
    position: relative;
    background: #c52235;
}

.login-container {
    position: relative;
    z-index: 2;
}

.mbg-login-page .settime-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.mbg-login-page .bg1,
.mbg-login-page .bg2 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.mbg-login-page .bg1 {
    background: #c52235 url(../images/mbg-login-bg-1.jpg) no-repeat center bottom;
}

.mbg-login-page .bg2 {
    background: #c52235 url(../images/mbg-login-bg-2.jpg) no-repeat center bottom;
}

.m-form-form .imgverifyCode {
    width: 30%;
    height: 38px;
}

@media screen and (min-width: 1921px) {
    .mbg-login-page .bg1 {
        background-size: cover;
    }
    .mbg-login-page .bg2 {
        background-size: cover;
    }
}

@media screen and (max-width: 640px) {
    .mbg-login-page .bg1 {
        background-size: cover;
    }
    .mbg-login-page .bg2 {
        background-size: cover;
    }
    .login-page-new {
        padding: 60px 0px 157px;
    }
    body {
        overflow: auto;
    }
}


/*form ipad*/

@media screen and (max-width:768px) {
    .g-txt-border {
        width: 100%;
    }
    .login-box {
        width: 100%;
        max-width: 640px;
        padding: 20px 0px!important;
    }
    .btn-login {
        width: 100%;
    }
}


/*form phone*/

@media screen and (max-width:640px) {
    .btn-login {}
    .login-left {
        width: 100%;
    }
    .login-right {
        width: 100%;
        border-top: 1px solid #e2e2e2;
    }
    .login-box form,
    .login-box .reg {
        border: none;
        margin: 20px 20px 20px 20px;
        margin: 20px 10px;
    }
    .login-box ul li .m-form-form {
        width: 100%;
    }
    .login-box ul li .m-form-tip {
        position: absolute;
        bottom: 15px;
        right: 0px;
        width: 40px;
        text-align: center;
        margin: 0px;
    }
    .btn-login,
    .btn-reg {
        width: 100%;
    }
}