/*@media only screen and (min-width: 1280px){*/
/*    .login-cont .login-input {*/
/*    padding: 0.14rem 0;*/
/*    }*/
/*}*/

@media screen and (min-width: 1280px) and (max-width: 1800px) {
   .login-cont .login-input {
    padding: 0.14rem 0;
    }
    .login-cont .login-qrcode > .login-open-qrcode{
        bottom: 0.14rem;
    }
    .login-cont .login-cont-t1{
        margin: 0.35rem 0 0.41rem;
    }
}
#login_wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    min-width: 12rem;
    height: calc(100% - 0.8rem);
    background: url("/static/images/login_bg.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.login-container {
    position: relative;
    max-width: 19.2rem;
    height: 100%;
    margin: 0 auto;
}

.login-head {
    padding-top: 0.5rem;
    margin: 0 1.04rem 1.33rem 1.18rem;
}

.login-head > a {
    float: left;
    font-size: 16px;
    color: #fff;
    margin-right: 0.98rem;
}

.login-head > .login-skip-reg {
    float: right;
    margin-right: 0;
}

.login-head > .login-skip-login {
    float: right;
}

.login-welcome {
    position: absolute;
    width: 120%;
    top: 43%;
    left: 120%;
}

.login-welcome > div {
    color: #169f99;
    font-size: 0.42rem;
}

.login-welcome > p {
    margin: 0.22rem 0 0.2rem;
    color: #169f99;
    font-size: 0.36rem;
}

/*.login-welcome > span {*/
/*    display: block;*/
/*    width: 2.13rem;*/
/*    height: 0.06rem;*/
/*    background: #fff;*/
/*}*/

.login-cont {
    position: relative;
    float: left;
    margin: 2.57rem 0 0 3.11rem;
    padding: 0 0.6rem 0.32rem;
    box-shadow: 0 0.06rem 0.34rem 0.06rem #01092f;
    background: rgba(1,2,31,0.6) url(../images/login_back.png) no-repeat;
    background-size: 100% 100%;
}

.login-cont-t1 {
    margin: 0.65rem 0 0.51rem;
    font-size: 0.42rem;
    font-weight: 600;
    letter-spacing: 4px;
    /*color: #161616;*/
    text-align: center;
}
.login-cont-t1-left{
    color: #79c0f8;
}
.login-cont-t1-right{
    color: #26b7c7;
}

.login-cont > .login-submit ,.login-cont >.login-submit-reg{
    color: #ffffff;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

.login-input {
    position: relative;
    width: 4.36rem;
    padding: 0.24rem 0;
    border-bottom: 1px solid #ccc;
}


.login-input > input {
    border: none;
    width: 80%;
    height: 100%;
    font-size: 0.18rem;
    color: #ffffff;
    background: transparent;
    margin-left: 0.7rem;
}
input::-webkit-input-placeholder{

    color:#ffffff;
    font-size:0.16rem;

}

.login-mobile {
    background-image: url(/static/images/sm_mobile.png);
    background-repeat: no-repeat;
    background-size: 0.18rem 0.22rem;
    background-position: 0.2rem;
    -webkit-background-size: 0.18rem 0.22rem;
    border: solid 2px #03cafc;
    border-radius: 5px;
}

.login-qrcode {
    margin-top: 0.5rem;
    background-image: url(/static/images/sm_qrcode.png);
    background-repeat: no-repeat;
    background-position: 0.2rem;
    -webkit-background-size: 0.18rem 0.21rem;
    background-size: 0.18rem 0.21rem;
    border: solid 2px #03cafc;
    border-radius: 5px;
    /*margin-top: 0.16rem;*/
    /*background: url("/static/images/sm_qrcode.png") no-repeat center left;*/
    /*-webkit-background-size: 0.18rem 0.17rem;*/
    /*background-size: 0.18rem 0.17rem;*/
}

.login-account {
    background-image: url(/static/images/sm_user.png);
    background-repeat: no-repeat;
    background-size: 0.25rem 0.22rem;
    background-position: 0.2rem;
    -webkit-background-size: 0.25rem 0.22rem;
    border: solid 2px #03cafc;
    border-radius: 5px;
}

.login-pwd {
    margin-top: 0.5rem;
    background-image: url("/static/images/sm_pwd.png");
    background-repeat: no-repeat;
    background-position: 0.2rem;
    -webkit-background-size: 0.18rem 0.21rem;
    background-size: 0.18rem 0.21rem;
    border: solid 2px #03cafc;
    border-radius: 5px;
}


.login-qrcode > input {
    width: 65%;
}

.login-qrcode > .login-open-qrcode {
    position: absolute;
    right: 0.2rem;
    bottom: 0.24rem;
    z-index: 100;
    font-size: 0.18rem;
    color: #03cafc;
}

.login-automatic {
    position: relative;
    display: inline-block;
    margin-top: 0.25rem;
    line-height: 0.24rem;
}

.login-automatic > i {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.2rem;
    height: 0.2rem;
    border: 1px solid #099de9;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    border-radius: 0.04rem;
}

.login-automatic-checked {
    background: #099de9 url("/static/images/blue_checkbox.png") no-repeat center center;

    -webkit-background-size: cover;
    background-size: cover;
}

.login-automatic > span {
    margin-left: 0.36rem;
    font-size: 0.16rem;
    color: #ffffff;
}

.login-submit, .login-submit-reg {
    display: block;
    width: 3.06rem;
    height: 0.48rem;
    margin: 0.49rem auto 0.5rem;
    line-height: 0.48rem;
background-image: linear-gradient(
90deg, rgba(16, 213, 239, 0.85) 0%, rgba(0, 144, 255, 0.85) 100%), linear-gradient( #0848bf, #0848bf);
    box-shadow: 0 0.03rem 0.06rem rgba(10, 10, 255, 0.16);
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    font-weight: 600;
    font-size: 0.24rem;
    text-align: center;
    color: #161616;
}

.login-switch {
    position: relative;
    width: 3.12rem;
    margin: 0 auto 0.46rem;
    border-top: 1px solid transparent;
}
.login-switch-left{
    position: absolute;
    left: -0.8rem;
    top: -0.02rem;
    width: 1.5rem;
    border-top: 2px solid #0ebde9;
}
.login-switch-right{
    position: absolute;
    left: 2.4rem;
    top: -0.02rem;
    width: 1.5rem;
    border-top: 2px solid #0ebde9;
}
.login-switch > a {
    position: absolute;
    top: -0.11rem;
    left: 0.75rem;
    width: 1.6rem;
    line-height: 0.22rem;
    text-align: center;
    background: transparent;
    font-size: 0.16rem;
    color: #ffffff;
}

.login-cont-t2 {
    color: #ffffff;
    font-size: 0.13rem;
    text-align: center;
}

/**************************/
.reg-cont-t1 {
    margin-top: 0.63rem;
}

.reg-choose-identity {
    margin: 0.37rem 0 0.15rem;
    height: 0.25rem;
    line-height: 0.25rem;
    font-size: 0.18rem;
    color: #595959;
}

.reg-choose-identity > p {
    float: left;
    margin-right: 0.3rem;
    color: inherit;
}

.reg-identity-type {
    float: left;
    margin-left: 0.3rem;
    padding-left: 0.28rem;
    color: inherit;
    cursor: pointer;
    background: url("/static/images/sm_no_checked.png") no-repeat center left;
    -webkit-background-size: 0.13rem 0.13rem;
    background-size: 0.13rem 0.13rem;
}

.reg-identity-checked {
    background: url("/static/images/sm_checked.png") no-repeat center left;
    -webkit-background-size: 0.13rem 0.13rem;
    background-size: 0.13rem 0.13rem;
}

.login-company {
    background: url("/static/images/sm_company.png") no-repeat;
    -webkit-background-size: 0.18rem 0.18rem;
    background-size: 0.18rem 0.18rem;
    margin-top: 0.5rem;
    background-position: 0.2rem;
    border: solid 2px #03cafc;
    border-radius: 5px;
}

.login-error {
    display: none;
    color: red;
    font-size: 0.12rem;
    height: 0.25rem;
    line-height: 0.25rem;
}

/****************************************/
#openTheLogin {
    display: none;
}
.pbOpenLogin {
    display: none;
}
.openLoginCancel {
    position: absolute;
    right: 0.2rem;
    top: 0.1rem;
    font-size: 0.3rem;
    cursor: pointer;
}

.login-mybg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9000;
}

#openTheLogin .login-cont {
    position: fixed;
    width: 5.4rem;
    height: 7.2rem;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9001;
}
#openTheLogin .login-cont-t1 {
    display: none;
}
.pbSwitchBtn {
    margin: 0.2rem 0 1rem 0;
}
#openTheLogin .login-input {
    width: 100%;
}
.pbSwitchLogin,.pbSwitchReg {
    display: inline-block;
    width: 0.55rem;
    text-align: center;
    cursor: pointer;
    margin-right: 0.3rem;
    font-size: 0.25rem;
}
.pbSwitchBtn_line {
    display: block;
    margin-top: 0.06rem;
    height: 4px;
    background: #FFD91E;
    border-radius: 0.1rem;
}