html, body {
    height: 100%;
}

html {
    font-size: 100px;

}

body {
    line-height: 1;
}


.hc_login {
    display: flex;
    height: 100%;
}

.hc_login_l {
    width: 13.2rem;
    height: 100%;
}

.hc_login_logo {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px;
    top: 0;
    padding-left: 35px;
}

.hc_login_logo img {
    height: 38px;
    width: auto;
    cursor: pointer;
}



.hc_login_l>p {
    font-size: 0.22rem;
    line-height: 0.6rem;
    color: #fff;
    margin-top: 0.66rem;
}

.hc_login_r {
    display: flex;
    align-items: center;
    width: 6rem;
    height: 100%;
    background-color: #f6f7fa;
    padding: 0 0.6rem;
}

.hc_login_r_ctn {
    width: 100%;
}

.hc_login_r h2 {
    line-height: 0.96rem;
    color: #333;
    font-size: 0.26rem;
    text-align: center;
    margin: 0;
    font-weight: bold;
}

.hc_login_r_tab {
    display: flex;
    /* align-items: center;
    justify-content: space-between; */
    border-bottom: 0.01rem solid #d4d3d3;
}

.hc_login_r_tab>li {
    flex: 1;
}

.hc_login_r_tab>li>a {
    display: block;
    line-height: 0.72rem;
    font-size: 0.17rem;
    color: #9a9a9a;
    position: relative;
    text-align: center;
    transition: all .1s;
}

.complete .hc_login_r_tab>li>a {
    transition: all 0.5s;
}

.hc_login_r_tab>li.active>a {
    font-size: 0.22rem;
    color: #0170FF;
}

.hc_login_r_tab>li.active>a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 0.04rem;
    width: 100%;
    background-color: #0170FF;
}

.hc_login_field {
    height: 0.58rem;
    margin-top: 0.32rem;
    position: relative;
}

.hc_login_field>input {
    width: 100%;
    padding: 0 0.5rem;
    line-height: 0.55rem;
    font-size: 0.17rem;
    color: #333;
    border: 1px solid #E7E9F2
}

.hc_login_field>input::-webkit-input-placeholder {
    color: #666666;
}

.hc_login_field>img {
    display: block;
    height: 0.22rem;
    position: absolute;
    top: 50%;
    transform: translateY(-0.13rem);
    left: 0.2rem;
}

.hc_login_field>i {
    display: block;
    height: 0.5rem;
    line-height: 0.50rem;
    width: 0.5rem;
    font-size: 0.20rem;
    text-align: center;
    color: #666666;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.hc_error_info {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    color: #f56c6c;
    font-size: 0.18rem;
    transition: all .3s;
    transform: scale(0.8);
}

.hc_login_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.33rem auto;
    width: 100%;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    background-color: #0170FF;
    color: #fff;
    font-size: 0.20rem;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    outline: none;
}

.hc_login_btn>span {
    margin-left: 0.12rem;
    letter-spacing: 0.12rem;
}

.hc_register .hc_login_btn>span {
    letter-spacing: 1px;
}

.hc_login_btn>i {
    font-size: 0.18rem;
    display: none;
}

.hc_login_btn.disable {
    opacity: .7;
    pointer-events: none;
}

.hc_login_btn.disable>i {
    display: block;
}

.hc_login_btn:hover {
    background-color: #0362DE;
}

.hc_login_btn {}



.hc_login_sendbtn {
    display: block;
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 0.11rem;
    font-size: 0.17rem;
    text-align: right;
    color: #0170ff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1px;
    margin: auto;
    background-color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}

.hc_login_sendbtn.disable {
    opacity: .7;
}

.hc_login_qrcode {
    display: block;
    width: 2.36rem;
    height: 2.36rem;
    margin: 0.23rem auto 0;
    box-shadow: 0 0 0.1rem 0.02rem #ddd;
}

.hc_login_qrtips {
    line-height: 0.48rem;
    font-size: 0.18rem;
    color: #707480;
    text-align: center;
    letter-spacing: 0.02rem;
}

.hc_login_qrtips>i {
    font-size: 0.25rem;
    color: #1b9adc;
    margin-right: 0.06rem;
    vertical-align: middle;
    font-weight: bold;
}

.hc_login_tab {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hc_login_tab>a {
    font-size: 0.18rem;
    color: #666666;
}

.hc_login_tab .hc_register {
    color: #0170FF;
}

.hc_login_tab .hc_register:hover {
    color: #0362de
}

.hc_login_tab>span {
    font-size: 0.2rem;
    margin: 0 0.4rem;
}

.hc_login_qrtime {}

.hc_login_r_other {}

.hc_login_r_other>h3 {
    text-align: center;
    position: relative;
    margin: 0.63rem 0 0.37rem;
}

.hc_login_r_other>h3>span {
    display: block;
    width: 2.32rem;
    background-color: #f6f7fa;
    color: #666666;
    margin: auto;
    font-size: 0.18rem;
    position: relative;
    z-index: 9;
    letter-spacing: 0.03rem;
}

.hc_login_r_other>h3:after {
    content: "";
    height: 0.01rem;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(to right, rgba(90, 90, 90, .1) 0%, rgba(90, 90, 90, .8) 50%, rgba(90, 90, 90, .1) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hc_login_r_other>ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 90%;
    margin: auto;
}

.hc_login_r_other>ul>li {
    flex: 0 0 0.64rem;
    line-height: 0.64rem;
}


.hc_login_r_other>ul>li>img {
    width: 100%;
}




.hc_login_r_other>h4 {
    margin: 0;
    margin-top: 0.4rem;
    font-size: 0.14rem;
    color: #999999;

}




.hc_message {
    min-width: 380px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #EBEEF5;
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    background-color: #edf2fc;
    transition: all .5s;
    overflow: hidden;
    padding: 15px 15px 15px 20px;
    display: flex;
    align-items: center;
    background-color: #fef0f0;
    border-color: #fde2e2;
    color: #f56c6c;
}

.hc_message i {
    margin-right: 10px;
}

.hc_message.success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
}


/* 忘记密码 */

.forgotPassdDialog {
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99;
}

.hc_forgot_box {
    width: 100%;
    max-width: 4.6rem;
    padding: 0.2rem;
    background-color: #fff;
    border-radius: 2px;
}

.frogotPsssFrom {
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.hc_forgot_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;

}

.hc_forgot_title {
    font-size: 0.18rem;
    color: #333;
}

.forgotPassdDialog form {
    width: 100%;
}

.forgotPassdDialog .hc_login_field {
    width: 100%;
}

#closeFrogotbox {
    font-size: 20px;
    color: #999;
    transform: rotate(45deg);
    cursor: pointer;
}

.hc-loading {
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media(max-width:768px) {
    .hc_login_l {
        width: 0;
        padding: 0;
    }


    .hc_login_l>p {
        display: none;
    }

    .hc_login_r {
        width: 100%;
        /* padding-top: 2.63rem; */
        padding-left: 1.06rem;
        padding-right: 1.06rem;
    }

    /* .hc_login_r_tab>li {
        flex: 0 0 1.5rem;
    } */

    .hc_login_r_tab>li>a {
        font-size: 0.23rem;
    }

    .hc_login_r h2 {
        font-size: 0.30rem;
    }

    .hc_login_r_tab>li.active>a {
        font-size: 0.28rem;
    }

    /* .hc_login_r_tab>li.active>a:after {
        width: 1.5rem;
    } */
}