.banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 98vh;
    display: none;
}

.az {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 36px;
}

.az li {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
}

.curunt {
    background-color: #fff;
}




.azj {
    font-size: 34px;
    font-weight: bold;
    font-family: "Yellowtail";
}

.index .index_tab {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.index .index_tab a {
    width: calc(100% / 2);
    height: 100%;
    line-height: 45px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.cur {
    position: relative;
}

.cur::after {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #0179FF;
}

.index_cont {
    width: 100%;
}

.index_cont .list {
    display: none;
    text-align: center;
    padding: 20px;
}

.selected {
    display: block !important;
}

a {
    text-decoration: none;
}

.formLable {
    width: 60px;
    font-weight: bold;
    font-size: 14px;
    color: #fff
}

.form-group {
    display: flex;
    align-items: center;
}

.getBtn {
    width: 80px;
    font-size: 12px;
    height: 30px;
    margin-left: 40px;
}

#wx_reg iframe {
    width: 200px !important;
}

.impowerBox .title {
    display: none;
}

#pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 98vh;
}

.wrap ol {
    position: absolute;
    width: 200px;
    display: flex;
    justify-content: center;
    bottom: 10vh;
    margin-left: calc(50vw - 100px);
}

.wrap ol li {
    height: 5px;
    width: 30px;
    background: #c5c0c0;
    border-radius: 10px;
    margin-left: 5px;
    line-height: center;
    text-align: center;
    cursor: pointer;
    display: block;
}

ul li {
    list-style: none;
}

.wrap ol .on {
    background: white;
}

.login-ewm {
    width: 180px;
    height: 180px;
    padding: 2px;
    background: #fff;
    margin-top: 20px;
    position: relative;
}

.gq {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.gq-btn {
    background-color: #009CFF;
    color: #fff;
    margin: 0 auto;
    margin-top: 20px;
    padding: 4px 0;
    font-size: 13px;
    width: 55px;
    cursor: pointer;
    padding-top: 5px;
}

.dis {
    display: none;
}

.title {
    left: 2%;
    top: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login {
    height: 626px;
    width: 520px;
    top: 14%;
}

.index {
    margin-top: 180px;
}

.tip {
    position: absolute;
    top: 10px;
    right: 43px;
    width: 133px;
    height: 30px;
    background: url('../../img/login/msg.png');
    background-size: cover;
    display: flex;
    align-items: center;

}

.tip div {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5391DD;
    line-height: 26px;
    margin-left: 25px;
}

.login h2 {
    position: absolute;
    left: 59px;
    top: 75px;
    height: 29px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
}

.qr,
.computer {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

.computer {
    display: none;
}

.index_tab a:nth-last-child(-n+2) {
    display: none;
}

@media screen and (min-width:375px) and (max-width:500px) {

    .login {
        width: 92%;
        position: absolute;
        left: 50%;
        margin-left: -46%;
        /*right: 0;*/
    }

    .az {
        position: absolute;
        left: 50%;
        margin-left: -60px;
    }
}

@media screen and (max-width:375px) {

    .login {
        width: 350px;
        right: 12px;
    }
}