html,body{
    height: 100%;
    user-select: none;
}
body{
    background-color: #333333;
}
.logo {
    width: 335px;
  /*  margin: 0 auto;*/
    height: 90px;
    background: url(../images/logo.png) left center no-repeat;
    float: inherit;
    margin-left: 125px;
    cursor:pointer;
}
.logo-out{
    width: 100%;
    height: 90px;
    background-color: #ffffff;
}
.banner {
    height: 560px;
    background: url('../images/login_banner.jpg') center no-repeat;
}

.banner a {
    width: auto;
    height: auto;
    display: inline;
}

.content {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.footer {
    background: #333333;
    margin-top: 0;
}
.login_box {
    width: 350px;
    height: 440px;
    background: #fff;
    float: right;
    margin-top: 50px;
    color: #868686;
    position: relative;
    box-shadow: 0 0 2px 0px #ccc;
    overflow: hidden;
}

.login_box a {
    text-decoration: none;
}

#tab {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tab .tab_btn{
    width: 100px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #CCCCCC;
    cursor: pointer;
}
#tab .tab_btn.on{
    color: #BE192F;
    background: #FBF5F5;
    opacity: 1;
    border-radius: 5px;
}
#tab .tab_line{
    color: #ccc;
    margin: 0 5px;
}
.login_input {
    display: block;
    width: 300px;
    height: 40px;
    line-height: 30px;
    margin: 30px auto;
    position: relative;
    /*background: url(../images/login_input.png) no-repeat;*/
}
.login_input span{
    position: absolute;
    display: block;
    height:30px;
    width: 40px;
    left: 0;
    top:0;
    background: url(../images/login_input.png) no-repeat;
    z-index: 9;
}

span.username_ico {
    background-position: 10px 11px;
}

span.password_ico {
    background-position: 10px -28px;
}

label.verify {
    background: url(../images/login_input.png) no-repeat;
    background-position: 10px -67px;
}

.login_input input {
    height: 40px;
    width: 265px;
    padding-left: 35px;
    position: relative;
    top: -1px;
    outline: none;
    font-size: 14px;
    background: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}

.login_input input:focus {
    background: transparent;
}

.verify {
    width: 145px;
    margin-left: 25px;
    position: relative;
}

.verify .verify_input {
    width: 110px;
}

#verifyCode {
    float: left;
    height: 40px;
    width: 125px;
    /* background: #000; */
    position: absolute;
    right: -156px;
    top: 1px;
}

.login_button {
    display: block;
    height: 40px;
    background: linear-gradient(90deg, #E23535 0%, #C21A30 100%);
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    width: 300px;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 15px;
}
.other-login{
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 20px;
    color: #A9A9A9;
    opacity: 1;
    text-align: center;
    margin-top: 10px;
}
.qq-login{
    width: 48px !important;
    height: 48px!important;
    background: #F2F2F2;
    display: block!important;
    border-radius: 50%;
    margin: 16px auto;
    background: url(../images/login_qq.png) center;
    cursor: pointer;
}
.forgetPass,
.reg {
    line-height: 40px;
    height: 40px;
    position: absolute;
    bottom: 10px;
}

.forgetPass {
    color: #9a9a9a;
    text-decoration: none;
    left: 30px;
}

.reg {
    right: 30px;
    float: right;
}

.reg a {
    color: #9a9a9a;
    text-decoration: none;
}

.login_box_footer {
    height: 54px;
    line-height: 54px;
    text-indent: 30px;
    background: #f0f0f0;
    clear: both;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.login_box_footer .third_login_ico {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url(../images/thirdLogin.png) no-repeat;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.login_box_footer .weixin {
    background-position-y: -45px;
}

.return_btn {
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    height: 24px;
    width: 60px;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 24px;
}

#thirdLogin {
    margin-left: 26px;
}

.standardLogin {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all ease 0.3s;
}
.standardInnerLogin{
    position: absolute;
    left: 100%;
    top: 60px;
    height: 380px;
    width: 100%;
    background-color: #ffffff;
    transition: all ease 0.3s;
}

.third_login {
    background: #fff;
    height: 380px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    transition: all ease 0.3s;
    position: relative;
}
.wxanother{
    position: absolute;
    bottom: 24px;
    width: calc(100% - 40px);
    color: #999999;
    font-size: 14px;
    padding: 0 20px;
}
.icon-qqicon{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: 20px;
    background: url(../images/login_qq.png) center;
    background-size:110%;
    position: relative;
    top:5px;
    left: -3px;
}
.wxanother span a{
    cursor: pointer;
    color: #999999;
}
.wxanother span:hover{
    color: #b02935;
}
.wxanother .s2{
    float: right;
}
#errormessage {
    position: absolute;
    top: 205px;
    right: 0;
    z-index: 9;
    display: block;
    width: 350px;
    text-align: center;
    color: red;
}

#mobileLoginError {
    position: absolute;
    top: 134px;
    right: 0;
    z-index: 9;
    display: block;
    width: 350px;
    text-align: center;
    color: red;
}

.error {
    color: red;
}
label.error{
    display: block;
}

input.error {
    border-color: red;
}
@media screen and (max-width: 1200px) {
    .login_box {
        margin-right:100px
    }
    #errormessage{
        right: 102px;
    }
}
.phone-check{
    display: none;
    position: relative;
    top:0;
}
.phone-check-sub{
    margin-left: 20px;
    text-align: center;
    line-height: 42px;
    width: 180px;
    height: 42px;
    background-color: #ff6364;
    border-radius: 4px;
    display: inline-block;
}
.phone-check-tit{
    height: 80px;
    width: 350px;
    border-bottom: 1px solid #cfcfcf;
    background-image: url("../images/phonedin.png");
    background-repeat: no-repeat;
    background-position: 33px;
}
.phone-check-tit div {
    padding-left: 120px;
    color: #333333;
    font-size: 16px;
    padding-top: 10px;
}
.phone-check-num{
    padding-left: 20px;
    padding-top: 30px;
    color: #757575;
    font-size: 16px;
}
.phone-check-ber{
    color: #333333;
}
.phone-check-in{
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.phone-check-input{
    padding-left: 3px;
    width: 210px;
    height: 34px;
    border: solid 1px #cfcfcf;
    font-size: 14px;
    outline:none;
}
.get-num{
    color: #757575;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline;
}
.input-err{
    display: none;
    padding-top: 5px;
    color: #ff6364!important;
    font-size: 14px;
}
.login_error{
    color: #ff6364!important;
    padding-left: 25px;
}
.phone-check-sub{
    margin-top: 20px;
}
.phone-check-sub-cancle{
    width: 110px;
    text-align: center;
    cursor: pointer;
    line-height: 42px;
    height: 42px;
    background-color: #bdbdbd;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}
.standardInnerLogin-phone{
    left: 100%;
    width: 100%;
    transition: all ease 0.3s;
    height: 380px;
    position: absolute;
    background-color: #ffffff;
}
#loginyzm{
    width: 144px;
}
.phoneyzm{
    display: inline-block;
    float: right;
    width: 100px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(90deg, #E23535 0%, #C21A30 100%);
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 23px;
    top:85px;
}
._nc .stage1 .slider,#validateCodeDiv,._nc .stage1,._nc .stage1 .button{
    height: 40px!important;
}
#validateCodeDiv{
    width: 330px;
    margin: 0 auto;
    margin-bottom: 35px;
}
._nc .stage1 .track div, ._nc .stage1 .label{
    line-height: 40px!important;
    height: 40px!important;
}
._nc .stage{
    padding: 0!important;
}
._nc .stage1 .bg-green{
    background-color:#27CDA0!important;
}
._nc .icon-ok{
    color:#27CDA0!important;
}
._nc .stage1 .track{
    border-radius: 5px!important;
}
#messageSmsPhone{
    color: #c21a30;
    text-align: center;
    padding-bottom: 20px;
}
