/*登录弹窗*/
.loginCont.active {
    width: 100%;
    height: 100%;
    transition: 0.1s;
}

.loginCont {
    width: 0%;
    height: 0%;
    transition: 0.4s;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    font-size: 16px;
}

.loginCont .innerCont {
    width: 24%;
    height:calc(35vh);
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    padding: 15px;
}
@media screen and (max-width: 1400px) {
    .loginCont .innerCont {
        width: 22%;
        height:calc(39vh);
        background: #fff;
        border-radius: 4px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        box-sizing: border-box;
        padding: 15px;
    }
}
@media screen and (max-width: 768px) {
    .loginCont .innerCont {
        width: 20%;
        height:calc(38vh);
        background: #fff;
        border-radius: 4px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        box-sizing: border-box;
        padding: 15px;
    }
}
.loginCont .innerCont .inputCont {
    width: 100%;
}

.loginCont .innerCont .inputCont p {
    display: flex;
. justify-content: space-between;
    align-items: center;
    margin-top: 2vh;
    /*margin-bottom: 10px;*/
}

.loginCont .innerCont .inputCont p span {
    display: block;
    min-width: 70px;
    text-align: right;
    line-height: 48px;
    margin-right: 5px;
}

.loginCont .innerCont .inputCont p input {
    display: block;
    width: 85%;
    line-height: 5vh;
    background: #f0f0f0;
    border-right: 4px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 0;
    background: #f0f0f0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 7px;
}
@media screen and (max-width: 768px) {
    .loginCont .innerCont .inputCont p input {
        display: block;
        width: 85%;
        line-height: 6vh;
        background: #f0f0f0;
        border-right: 4px;
        box-sizing: border-box;
        padding: 0 10px;
        border: 0;
        background: #f0f0f0;
        margin-left: auto;
        margin-right: auto;
        border-radius: 7px;
    }
}
@media screen and (max-width: 1400px) {
    .loginCont .innerCont .inputCont p input {
        display: block;
        width: 85%;
        line-height: 6vh;
        background: #f0f0f0;
        border-right: 4px;
        box-sizing: border-box;
        padding: 0 10px;
        border: 0;
        background: #f0f0f0;
        margin-left: auto;
        margin-right: auto;
        border-radius: 7px;
    }
}
.loginCont .innerCont .inputCont i{
    display: block;
    width: 125px;
    line-height: 48px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #999;
    margin-left: 6px;
    border-radius: 4px;
    font-style: normal;
    cursor: pointer;
}
.loginCont .innerCont .inputCont i.active{
    background: #01bf4a;
}

.forgetPass {
    text-align: right;
    line-height: 40px;
}
@media screen and (max-width: 768px) {
    .forgetPass {
        text-align: right;
        line-height: 4vh;
    }
}
.forgetPass > a:nth-child(1) {
    color: #c7254e;
    font-size: 12px;
}

.forgetPass > a:hover {
    text-decoration: underline;
}

.forgetPass > a:nth-child(2) {
    color: #1abc9c;
    font-size: 12px;
}

.loginCont .innerCont .loginBtn {
    margin: 15px auto;
    width: 85%;
    line-height: 5vh;
    border-radius: 4px;
    background: #1abc9c;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}
@media screen and (max-width: 1400px) {
    .loginCont .innerCont .loginBtn {
        margin: 15px auto;
        width: 85%;
        line-height: 6vh;
        border-radius: 4px;
        background: #1abc9c;
        color: #fff;
        text-align: center;
        letter-spacing: 2px;
        font-size: 16px;
        margin-top: 10px;
        cursor: pointer;
    }
}
@media screen and (max-width: 768px) {
    .loginCont .innerCont .loginBtn {
        margin: 15px auto;
        width: 85%;
        line-height: 6vh;
        border-radius: 4px;
        background: #1abc9c;
        color: #fff;
        text-align: center;
        letter-spacing: 2px;
        font-size: 16px;
        margin-top: 10px;
        cursor: pointer;
    }
}
.loginCont .innerCont .loginBtn:hover {
    background: #01c26f;
}

.loginCont .innerCont .register_on {
    margin: 15px auto;
    width: 280px;
    line-height: 48px;
    border-radius: 4px;
    background: #1abc9c;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}

.loginCont .innerCont .register_on:hover {
    background: #01c26f;
}

.loginCont .innerCont .topCont {
    text-align: right;
    height: 20px;
}

.loginCont .innerCont .topCont .close {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-right: 50%;
    background: #c7254e;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .loginCont .innerCont .loginBtn {
        margin: 15px auto;
        width: 80%;
        line-height: 48px;
        border-radius: 4px;
        background: #1abc9c;
        color: #fff;
        text-align: center;
        letter-spacing: 2px;
        font-size: 16px;
        margin-top: 10px;
        cursor: pointer;
    }
    .loginCont .innerCont {
        width: 80%;
        height: 300px;
        background: #fff;
        border-radius: 4px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        box-sizing: border-box;
        padding: 15px;
    }
}
.yanzhengma {position: absolute;right: 0px; z-index: 100;  display: inline-block;padding: 0.5rem 0.8rem;font-size: 14px; border: none;background-color: #edbd14;color: #fff;border-radius: 8px; }
.yanzhengma:disabled { background-color: #ddd; }
.yanzhengma2 {position: absolute;right: 0px; z-index: 100;  display: inline-block;padding: 0.5rem 0.8rem;font-size: 14px; border: none;background-color: #edbd14;color: #fff;border-radius: 8px; }
.yanzhengma2:disabled { background-color: #ddd; }
.yanzhengma3 {position: absolute;right: 0px; z-index: 100;  display: inline-block;padding: 0.5rem 0.8rem;font-size: 14px; border: none;background-color: #edbd14;color: #fff;border-radius: 8px; }
.yanzhengma3:disabled { background-color: #ddd; }
.loginYzm {position: relative;  width: 100%; border-radius: 4px; margin-bottom: 8px;background-color: #fff; }
.loginYzm .input-item {display: inline-block;width: 100%;padding-left: 31px;height: 40px;border: none; font-size: inherit;}
.loginYzm .input-item:focus {
    outline-offset: 0;
    outline: -webkit-focus-ring-color auto -2px;
    background-color: #fefffe;
    border: 1px solid #edbd14;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(226,25,69,.3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(226,25,69,0.3);
}