.menu {
    position: fixed;
    right: calc(50vw - 706px);
    bottom: 80px;
    cursor: pointer;
    z-index: 5
}

.menu-lq {
    display: block;
    position: relative;
    font-size: 0;
}


.menu-lq img {
    width: 75px;
    height: auto
}

.menu-lq p {
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0;
}

.menu-ul {
    margin-top: 5px;
    width: 76px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 4px
}

.menu-li {
    height: 76px;
    padding: 15px 0 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer
}

.menu-li:hover {
    text-decoration: none;
}

.menu-li-hover {
    position: relative;
}

.menu-li-erweima {
    position: absolute;
    display: none;
    left: -110px;
    width: 100px;
    top: 0;
}

.menu-li-hover:hover .menu-li-erweima {
    display: block;
}

.menu-li-icon {
    width: auto;
    height: auto
}

.menu-li p {
    font-size: 12px;
    color: #666
}

.menu-li:last-child {
    border-bottom: unset
}

.menu-db {
    padding: 10px 0 9px;
    height: 49px
}

.fixd {

    display: none;
}

@media screen and (max-width:750px) {
    .menu {
        display: none;
    }

    .fixd {
        display: block;
        position: fixed;
        right: 0;
        top: 72%;
        z-index: 999999;
    }

    .fixd img {
        width: 1rem;
        height: 1rem;
        display: block;
    }
}


.head {
    display: flex;
    align-items: center;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
    background: #fff;
}

.mengban,
.bangding,
.logout {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* width: 100vh;
    height: 100vh; */
    background: rgba(0, 0, 0, 0.25);
    z-index: 11111000000000;
}
.bangding_close {
    position: absolute;
    right: 10px;
    top: 10px;

}

.bangding_close img {
    width: 20px;
    height: 20px;
}




.login_close {
    position: absolute;
    right: 10px;
    top: 10px;

}

.login_close img {
    width: 20px;
    height: 20px;
}


.login {
    width: 850px;
    height: 433px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.login_left {
    width: 430px;
    height: 433px;
    background: url(../imgs/login_left.png);
}

.login_left_txt {
    font-size: 24px;
    font-family: PingFang;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    padding-top: 40px;
}

.bangding_content_tit,
.logout_content_tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 26px;
}

.bangding_content,
.logout_content {
    width: 420px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 0;
}




.logout_content_msg {
    padding: 30px 40px;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
}

.logout_content_btn {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
}

.logout_content_btn>button {
    width: 100px;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 20px;
}

.logout_content_btn>button:first-child {
    background-color: #FFFFFF;
    border: 1px #ccc solid;
    color: #666;


}

.logout_content_btn>button:last-child {
    background-color: #FF6F02;
    border: 1px #FF6F02 solid;
    color: #FFFFFF;
}

.login_right {
    flex: 1;
}

.login_right_tab {
    font-size: 18px;
    font-family: PingFang;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 50px 0;
    cursor: pointer;
}

.login_right_tab_line {
    width: 28px;
    height: 4px;
    background: #FF6F02;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 5px;
    display: none;

}

.active .login_right_tab_line {
    display: block;
}

.input_div {
    width: 340px;
    height: 58px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    display: flex;
    margin: 0 auto;
}

.input_div_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    border-right: 1px solid #CCCCCC;
}

.input_div_inp {
    flex: 1;
    border: none;
    outline: none;
    border-radius: 10px;
    padding-left: 20px;
}

.password_number {
    margin: 30px auto
}

.submit_btn {
    display: block;
    width: 340px;
    height: 58px;
    background: #FF6F02;
    border-radius: 10px;
    margin: 0 auto;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.login_right_content>div {
    display: none;
}

.login_right_content>.active {
    display: block;
}

.input_div_sign {
    width: 100px;

    font-size: 12px;
    color: #666;
    text-align: center;
    border: none;
    border-left: 1px solid #dbdbdb;
    cursor: pointer;
    outline: none;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.erweima {
    width: 206px;
    height: 206px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.erweima img {
    width: 100%;
    height: 100%;
}

.tips {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
    text-align: center;
}

.submit_bd_btn {
    margin-top: 20px;
}

@media screen and (min-width:751px) {
    .kz {
        position: relative;
    }

    .kz_content {
        display: none;
        position: absolute;
        width: 207px;
        height: 355px;
        bottom: -355px;
        background: #FFFFFF;
        box-shadow: 4px 7px 28px 0px rgba(169, 169, 169, 0.75);
        border-radius: 10px;
        padding: 10px 0;
        z-index: 100000;

    }

    .kz_content a {
        display: block;
        width: 186px;
        height: 48px;
        margin: 0 auto;
        border-left: 1px solid #FFFFFF;
        line-height: 48px;
        padding-left: 15px;
    }

    .kz_content a:hover {
        border-radius: 0px 6px 6px 0px;
        background: #F5F8FA;
        border-left: 1px solid #FF961A;

    }

    .kz:hover .kz_content {
        display: block;
    }


}

.logo {
    width: 360px;
    height: 88px;
    background: #FF961A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_right {
    flex: 1;
    display: flex;
    align-items: center;
    height: 88px;
}

.nav {
    flex: 1;
    display: flex;
    list-style: none;
    height: 88px;
    justify-content: space-between;
    align-items: center;
    color: #666666;
    cursor: pointer;
    padding: 0 76px;
}

.nav a {
    color: #666666;
}

.nav .isActive {
    display: block;
    height: 75px;
    line-height: 73px;
    border-bottom: 3px solid #FF961A;
}


.head_right {
    display: flex;
    align-items: center;
    color: #666666;
}

.head_right_number {
    width: 178px;
    height: 36px;
    background: #F3F5F7;
    opacity: 0.97;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
}

.head_right_number img {
    width: 18px;
    height: 18px;
    vertical-align: sub
}

.head_right_app {
    width: 26px;
    position: relative;
    margin: 0 26px;
}

.head_right_app img {
    width: 26px;
}

.head_right_login {
    margin-right: 40px;
    cursor: pointer;
}

.nav_btn,
.nav_close {
    display: none;
}

.head_right_app_hover {
    display: none;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 4px 7px 28px 0px rgba(169, 169, 169, 0.75);
    border-radius: 10px;
    position: absolute;
    bottom: -110px;

    text-align: center;
    font-size: 12px;
    z-index: 10000000000;
}


.head_right_app_hover img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.head_right_app:hover .head_right_app_hover {
    display: block;

}

ul {
    list-style: none;
}




@media screen and (max-width:750px) {
    .login_left {
        display: none;
    }

    .login,
    .logout_content,
    .bangding_content {
        width: 6.9rem;
        height: auto;
    }

    .submit_btn {
        width: 6rem;
        height: 1.16rem;
    }

    .login_right_tab ， {
        padding: .4rem 0;
    }

    .login_right {
        padding: 0 0.2rem;
        padding-bottom: 0.3rem;
        box-sizing: border-box;
    }

    .input_div {
        width: 6rem;
        height: 1.16rem;
    }

    .nav_right,
    .head_right_app {
        display: none;
    }

    .nav_btn,
    .nav_close {
        display: block;
    }

    .logo {
        width: 100%;
        height: 1rem;
        justify-content: space-between;
    }

    .logoImg {
        width: 55%;
        margin-left: .2rem;
    }

    .nav_btn {
        font-size: .24rem;
        color: #fff;
        margin-right: .2rem;
    }

    .nav_right {
        height: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 1rem;
        flex-direction: column-reverse;
        padding: 0 0.4rem;
        z-index: 10000000000;
    }

    .nav {

        flex: 1;
        display: block;
        padding: 0;
        padding-top: .38rem;
        width: 100%;
        overflow: auto;
    }

    .nav li {
        margin-bottom: .64rem;
    }

    .kz_content {
        display: none;
        margin-top: .34rem;

    }

    .kz_content a {

        display: block;
        margin-bottom: .64rem;
    }

    .nav .isActive {
        display: block;
        height: auto;
        line-height: normal;
        border-bottom: none;
        color: #FF961A;
    }

    .nav_close {
        width: 100%;
        text-align: right;
        height: 1.07rem;
        line-height: 1.07rem;
    }

    .nav_close_img {
        width: .29rem;
        height: .29rem;
    }

    .head_right {
        width: 100%;
        justify-content: space-between;
    }

    .head_right_number {
        width: 3.56rem;
        height: .72rem;
        line-height: .72rem;
        border-radius: .36rem;
    }

    .head_right_login {
        margin-right: 0;
    }
}