* {
    margin: 0;
    padding: 0;
}

.header-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    height: max-content;
    z-index: 2;
}

.header-nav>.web-nav {
    max-width: 2560px;
    margin: 0 auto;
    background-color: #101010;
    position: relative;
    z-index: 12;
    top: 0;
}

.header-nav>.web-nav>div {
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    height: 60px;
    align-items: center;
    width: auto;
    max-width: 1440px;
    flex-basis: 100%;
    justify-content: space-between;

    &>a>img {
        width: 136px;
        height: 30px;
        /* margin-left: 65px; */
    }
}

.header-nav>.web-nav>div>.web-nav-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-nav>.web-nav>div>.menu-show {
    display: none;
    pointer-events: all;
}

.web-nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 60px;
    row-gap: 60px;
    height: 100%;

    &>div>p {
        height: 100%;
        display: flex;
        align-items: center;
        column-gap: 5px;
        row-gap: 5px;
        color: #FFFFFF;

        &>img {
            width: 24px;
            height: 24px;
        }
    }

    &>div {
        height: 100%;

        &>.web-nav-menu-list {
            width: 1200px;
            position: absolute;
            top: 60px;
            margin: 0 auto;
            max-width: 1200px;
            display: none;
            background: #F9F9F9;
            box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
            border-radius: 10px 10px 10px 10px;
            transform: translateX(-50%);
            left: 50%;
            transition: all .3s;
            box-sizing: border-box;
            padding: 20px;
            /* box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.08); */
            border: 1px solid #EEEEEE;
            ;

            &>div {
                width: 740px;

                &>.web-nav-menu-list-title {
                    box-sizing: border-box;
                    padding: 20px 0;
                    border-bottom: 1px solid #EEEEEE;
                }

                &>.web-nav-menu-list-content {
                    display: flex;
                    flex-direction: column;
                    grid-row: 20px;
                    row-gap: 20px;
                    box-sizing: border-box;
                    padding: 8px;

                    &>.menu-list-item {
                        display: flex;
                        column-gap: 8px;
                        row-gap: 8px;
                        margin-top: 20px;

                        .icon_nav {
                            display: inline-block;
                            width: 24px;
                            height: 24px;
                            position: relative;
                            /* top: -14px */
                        }

                        .icon_nav.icon_nav1 {
                            background: url(../../nav/img/IPs.png) no-repeat center;
                            background-size: 100%;
                            /* background-position: -24px 0 */
                        }

                        .icon_nav.icon_nav2 {
                            background: url(../../nav/img/FlowRate.png) no-repeat center;
                            background-size: 100%;
                            /* background-position: -24px 0 */
                        }

                        .icon_nav.icon_nav3 {
                            background: url(../../nav/img/BaseStation.png) no-repeat center;
                            background-size: 100%;
                            /* background-position: -24px 0 */
                        }

                        .icon_nav.icon_nav4 {
                            background: url(../../nav/img/Bandwidth.png) no-repeat center;
                            background-size: 100%;
                            /* background-position: -24px 0 */
                        }

                        &>img {
                            width: 24px;
                            height: 24px;
                        }

                        &>.menu-list-item-center {
                            display: flex;
                            justify-content: space-between;
                            max-width: 535px;
                            width: 535px;
                            border-right: 1px solid #EEEEEE;
                            padding-right: 20px;
                            box-sizing: border-box;

                            &>div {
                                &>h5 {
                                    color: #222222;
                                    font-size: 18px;
                                    font-weight: 600;
                                }

                                &>div {
                                    margin-top: 8px;

                                    &>span {
                                        display: inline-block;
                                        height: 24px;
                                        border-radius: 4px 4px 4px 4px;
                                        border: 1px solid rgba(3, 0, 87, 0.1);
                                        padding: 0 12px;
                                        box-sizing: border-box;
                                        font-size: 13px;
                                        color: rgba(3, 0, 87, 0.7);
                                        line-height: 23px
                                    }
                                }
                            }
                        }

                        &>.menu-list-item-right {
                            box-sizing: border-box;
                            padding-left: 16px;
                        }
                    }
                }

                &>.web-nav-menu-list-content:hover {
                    background-color: #edf4ff;
                }
            }
        }
    }

    &>div:hover {
        &>p {

            /* color: #2074F5; */
            &>img {
                transform: rotate(180deg);
                color: #2074F5;
                transition: all .3s;
            }
        }

        &>.web-nav-menu-list {
            display: block;
        }
    }
}

.header-nav>.web-nav>div>.web-nav-content>.lang-change {
    position: relative;
    width: 160px;

    /* margin-left: 280px; */
    p {
        height: 30px;
        /* background: #FFFFFF; */
        border-radius: 4px 4px 4px 4px;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 17px;
        text-align: left;
        box-sizing: border-box;
        line-height: 30px;
        padding: 0 10px;
    }

    .lang-list {
        width: 100%;
        box-sizing: border-box;
        display: none;
        transition: all 0.4;

        .lang-list-content {
            box-sizing: border-box;
            padding: 8px;
            border: 1px solid #D0D5DD;
            background: #FFFFFF;
            border-radius: 4px;
            position: absolute;
            width: 100%;
            display: flex;
            flex-direction: column;
            column-gap: 4px;
            row-gap: 4px;
            left: 0px;
            top: 30px;
            transition: all 0.4;
            font-weight: 400;
            font-size: 14px;
            color: #333333;

            a {
                padding: 6px;
                box-sizing: border-box;
            }

            a:hover {
                background-color: #E8E8E8;
            }
        }
    }
}

.header-nav>.web-nav>div>.web-nav-content>.lang-change:hover {
    .lang-list {
        display: block;
    }
}

.header-nav>.web-nav>div>.web-nav-content>.infobtn.user.haveinfo {
    border-radius: 0;
    position: relative;
    display: flex;
    column-gap: 6px;
    row-gap: 6px;
    align-items: center;
}

.header-nav>.web-nav>div>.web-nav-content>.haveinfo>a {
    color: #ffffff;
}

.header-nav>.web-nav>div>.web-nav-content>.infobtn.user.haveinfo:hover {
    color: #5c708d
}

.header-nav>.web-nav>div>.web-nav-content>.infobtn.user.haveinfo:hover svg {
    transform: rotate(180deg)
}

.header-nav>.web-nav>div>.web-nav-content>.infobtn.user.haveinfo:hover>.user-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(10px)
}

.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel {
    pointer-events: none;
    opacity: 0;
    box-sizing: border-box;
    position: absolute;
    top: 15px;
    left: 16px;
    width: 100%;
    height: max-content;
    border-radius: 8px;
    text-align: left;
    background: #ffffff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    transition: all .3s
}

.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>a,
.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>em,
.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>span {
    box-sizing: border-box;
    padding-left: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
    cursor: pointer;
    border-bottom: 1px solid #f2f7ff;
    color: #031a42
}

.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>a img,
.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>em img,
.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>span img {
    width: 22px;
    height: 22px;
    margin-right: 10px
}

.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>a:hover,
.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>em:hover,
.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>span:hover {
    background: #f3f5fc;
    border-radius: 8px
}

.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>em {
    border-bottom: none
}

.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>a {
    border-bottom: none
}

.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>span {
    color: #586883;
    font-size: 12px
}

.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>span:hover {
    background: transparent
}

.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>i {
    margin-bottom: 5px;
    height: 45px;
    color: #959baa;
    border-bottom: solid 1px #f7f8fa;
    cursor: auto
}

.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>i:hover {
    background: transparent
}

.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>em>img,
.header-nav>.web-nav>div>.web-nav-content>.infobtn.user .user-panel>a>img {
    width: 22px;
    height: 22px
}

.header-nav>.web-nav>div>.web-nav-content>.web-nav-userinfo>.web-nav-userlogin {
    display: flex;
    align-items: center;
    column-gap: 12px;
    row-gap: 12px;

    &>a {
        width: 100px;
        height: 37px;
        line-height: 37px;
        text-align: center;
        color: #FFFFFF;
        padding: 3px;
        font-weight: 400;
        font-size: 14px;
        background-clip: content-box;
    }

    .login-btn {
        width: 100px;
        height: 36px;
        background-color: #FFFFFF;
        border-radius: 6px;
        color: #101010;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    }

    .login-btn:hover {
        padding: 0px;
        background: linear-gradient(180deg, #FFFFFF 0%, #999999 100%);
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
        border: 3px solid rgba(255, 255, 255, 0.4);
        background-clip: content-box;
    }

    .enroll-btn {
        width: 100px;
        height: 36px;
        background-color: #5329FC;
        border-radius: 6px;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    }

    .enroll-btn:hover {
        padding: 0px;
        border: 3px solid rgba(83, 41, 252, 0.2);
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
        background: linear-gradient(180deg, #5329FC 0%, #311896 100%);
        background-clip: content-box;
    }
}

.header-nav>.phone-nav {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    display: none;
    height: 100vh;
}

.header-nav>.phone-nav>.phone-nav-header {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    &>a>img {
        width: 150px;
        height: 40px;
    }
}

.header-nav>.phone-nav>.line {
    width: 100%;
    border: 1px solid #edf4ff;
}

.header-nav>.phone-nav>.phone-nav-menu-list {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;

    &>.phone-nav-menu-list-title {
        width: 100%;
        display: flex;
        justify-content: space-between;

        &>img {
            width: 20px;
            height: 20px;
            transition: all .3s;
        }
    }

    .phone-nav-menu-list-item {
        display: none;
        transition: all .1s;

        &>div {
            width: 100%;
            box-sizing: border-box;
            padding: 0 20px;
            display: flex;
            flex-direction: column;
            column-gap: 20px;
            row-gap: 20px;
            margin-top: 30px;

            &>a {
                color: #333;
                font-size: 16px;
            }

            &>p {
                color: #000;
                font-weight: 500;
            }
        }
    }
}

.phone-bottom-btn {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    column-gap: 20px;
    row-gap: 20px;

    &>a {
        width: 100%;
        height: 50px;
        background: #ffffff;
        border-radius: 35px;
        border: 1px solid #333;
        font-size: 20px;
        font-weight: bold;
        color: #333;
        cursor: pointer;
        text-align: center;
        line-height: 50px;
        margin-top: 20px;
    }

    .enroll-btn {
        background-color: #2074F5;
        color: #ffffff;
        border: none;
    }
}

.phone-logged-in {
    display: none;

    div {
        display: flex;
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        column-gap: 20px;
        row-gap: 20px;
    }

    .user-account {
        text-align: center;
    }

    .outLogin {
        width: 100%;
        height: 50px;
        background: #ffffff;
        border-radius: 35px;
        border: 1px solid #333;
        font-size: 20px;
        font-weight: bold;
        color: #333;
        cursor: pointer;
        text-align: center;
        line-height: 50px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .header-nav>.web-nav {
        box-sizing: border-box;
        padding: 0 20px;
    }

    .header-nav>.web-nav>div>.web-nav-content {
        display: none;
    }

    .header-nav>.web-nav>div>.menu-show {
        display: block;
    }

    .web-nav-menu {
        display: none;
    }
}