.login-bj {
    width: 100vw;
    height: 100vh;
    background-color: #f5f5f5;
}


.login-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}

.head-logo {
    display: flex;
    align-items: center;
}

.head-logo img {
    /*width: 40px;
    height: 40px;*/
}

.head-logo h2 {
    font-size: 28px;
    font-weight: 600;
    margin-left: 5px;
}


.head-btn a {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-radius: 50px;
    border: 1px solid #dcdcdc;
}

.head-btn a img {
    width: 20px;
    height: 20px;
}

.head-btn a p {
    font-size: 14px;
    color: #666666;
    margin-left: 5px;
}








.login-box {
    position: relative;
}

.login-cnt {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
}






.login-ctri {
    width: 510px;
    padding: 75px 80px;
}

.login-ctrsel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ctrsel-btn {
    font-size: 22px;
    padding: 0 15px;
    cursor: pointer;
    font-weight: 600;
}

.selbtn {
    color: #ff8000;
}

.login-ctrlist {
    padding-top: 15px;
}

.paswordid {
    display: block;
}

.newsid {
    display: none;
}

.ctrlist-inpt {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.inpt-down {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.inpt-down span {
    font-size: 16px;
}

.inpt-down img {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.ctrlist-inpt input {
    font-size: 16px;
    flex: 1;
    background-color: #f5f5f5;
}

.ctrlist-inpt a {
    font-size: 14px;
    color: #666666;
}


.ctrlist-inpt p {
    color: #ff8000;
    font-size: 14px;
    cursor: pointer;
}
.ctrlist-inpt > img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.pasimga{
    display: block;
}
.pasimgb{
    display: none;
}


.login-ctcheck{
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.login-ctcheck input{
    width: 15px;
    height: 15px;
}
.login-ctcheck input[type="checkbox"]{
    accent-color: #ff8000;
}
.login-ctcheck p{
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
}
.login-ctcheck p a{
    color: #ff8000;
}

.login-ctrbtn {
    margin-top: 30px;
}

.login-ctrbtn button {
    width: 100%;
    text-align: center;
    cursor: pointer;
    background-color: #ff8000;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #ff8000;
    border-radius: 10px;
    padding: 15px 0;
}


.ctrbtn-zc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.ctrbtn-zc a img {
    width: 15px;
    height: 15px;
}

.ctrbtn-zc a:nth-child(1) {
    border-left: 0px solid #dcdcdc;
}

.ctrbtn-zc a {
    font-size: 14px;
    color: #666666;
    padding: 0 10px;
    border-left: 1px solid #dcdcdc;
}
.ctrbtn-zc a span{
    color: #ff8000;
}

/* ¸ÐÐËÈ¤µÄÄÚÈÝ */

.interest-popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .4);
    display: none;
}

.interest-pup {
    width: 960px;
    padding: 40px 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
}

.inter-puremv {
    position: absolute;
    top: 15px;
    right: 20px;
}

    .inter-puremv i {
        font-size: 20px;
        cursor: pointer;
    }

.interest-putit {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}



.inter-puitm {
    margin-top: 20px;
}

.puitm-tit {
    font-size: 24px;
    font-weight: 600;
}

.inter-pucnt {
    max-height: 620px;
    overflow-y: auto;
}

.puitm-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

    .puitm-ul li {
        width: 16.5%;
        padding: 12px 0;
        text-align: center;
        background-color: #f5f5f5;
        margin: 10px;
        border-radius: 10px;
        font-size: 18px;
        cursor: pointer;
    }

.lisw {
    background-color: #ffd000 !important;
}


.inter-pubtm {
    margin-top: 30px;
    text-align: center;
}

    .inter-pubtm button {
        width: 300px;
        text-align: center;
        padding: 15px 0;
        background-color: #ff8000;
        font-size: 22px;
        color: #ffffff;
        border: 0;
        border-radius: 10px;
        cursor: pointer;
    }





@media only screen and (max-width: 1240px) {
    .login-head {
        padding: 20px 0;
    }

    .head-logo img {
        width: 35px;
        height: 35px;
    }

    .head-logo h2 {
        font-size: 24px;
    }

    .head-btn a {
        width: 110px;
        padding: 8px 0;
    }


    .login-cnt {
        top: 70px;
    }





    .login-ctri {
        width: 460px;
        padding: 65px 70px;
    }

    .ctrsel-btn {
        font-size: 20px;
        padding: 0 10px;
    }

    .login-ctrlist {
        padding-top: 10px;
    }

    .ctrlist-inpt {
        padding: 13px;
        margin-top: 15px;
    }

    .ctrlist-inpt input {
        font-size: 14px;
    }

    .ctrlist-inpt a {
        font-size: 12px;
    }

    .ctrlist-inpt > img {
        width: 15px;
        height: 15px;
    }


    .login-ctcheck p {
        font-size: 12px;
        margin-left: 5px;
    }

    .login-ctrbtn {
        margin-top: 25px;
    }

    .login-ctrbtn button {
        font-size: 14px;
        padding: 13px 0;
    }

    .ctrbtn-zc {
        margin-top: 30px;
    }

    .inpt-down span {
        font-size: 14px;
    }

    .ctrlist-inpt p {
        font-size: 12px;
    }






}






@media only screen and (max-width: 769px) {

    .login-head {
        padding: .2rem .1rem;
    }

    .head-logo img {
        width: 30px;
        height: 30px;
    }

    .head-logo h2 {
        font-size: 20px;
    }

    .head-btn a {
        width: 100px;
        padding: .1rem 0;
    }

    .head-btn a img {
        width: 16px;
        height: 16px;
    }

    .head-btn a p {
        font-size: 12px;
    }


    .login-cnt {
        top: 1rem;
        flex-direction: column;
    }

    .ctcpde-scan {
        width: 160px;
        height: 160px;
        margin-top: .3rem;
    }

  

    .login-ctri {
        width: 360px;
        padding: .3rem .3rem;
    }

    .login-ctrbtn {
        margin-top: .25rem;
    }
    .ctrbtn-zc{
        margin-top: .3rem;
    }

}