.ch-bold {
    font-weight: bold;
}

.top-con {
    width: 100%;
    border-bottom: 1px solid #23252E;
    position: absolute;
    z-index: 99;
}

.web-top {
    width: 100%;
    height:79px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 1620px;
    margin: 0 auto;
}
.web-top .logo-img {
    display: inline-block;
    width: 100px;
    height: 32px;
}
.web-top .menu-ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left:30px;
}
.web-top .menu-ul .menu {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    font-family: myFontBold;
    color: #9B9B9B;
    margin: 0px 30px;
    cursor: pointer;
    padding: 0px 30px;
    transition: 0.1s linear all;
}
.web-top .menu-ul .menu:hover {
    color: #ffffff;
    background-color: #1B1D22;
    border-radius: 18px;
}
.web-top .menu-ul .menu.act {
    color: #ffffff;
    background-color: #1B1D22;
    border-radius: 18px;
}
.web-top .menu-ul .menu.menu-hassub {
    position: relative;
}
.web-top .menu-ul .menu.menu-hassub:after {
    content: "";
    position: absolute;
    right: -22px;
    top: 19px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
}
.web-top .menu-ul .menu.menu-hassub .sub-menu-list {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 80px;
    min-height: 40px;
    background-color: #fff;
    border-radius: 5px;
    display: none;
}
.web-top .menu-ul .menu.menu-hassub .sub-menu-list:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 12px;
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 6px solid #fff;
}
.web-top .menu-ul .menu.menu-hassub .sub-menu-list .sub-menu {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #000;
    border-radius: 5px;
}
.web-top .menu-ul .menu.menu-hassub .sub-menu-list .sub-menu.act {
    color: #0ECF81;
}
.web-top .menu-ul .menu.menu-hassub .sub-menu-list .sub-menu:hover {
    background-color: #f2f2f2;
}
.web-top .menu-ul .menu.menu-hassub:hover:after {
    border-top: 7px solid #0ECF81;
    transform: rotate(180deg);
}
.web-top .menu-ul .menu.menu-hassub:hover .sub-menu-list {
    display: inline-block;
}
.web-top .h5-menu-icon {
    display: none;
}
@media (max-width: 1540px) {
    .web-top {
        max-width: 1200px;
    }
    .web-top .menu-ul .menu {
        font-size: 14px;
        margin: 0px 10px;
        padding: 0px 20px;
    }
}

@media (max-width: 750px) {
    .top-con {
        border-bottom: none;
    }
    .web-top {
        padding: 0.2rem 0.3rem;
        box-sizing: border-box;
        justify-content: space-between;
        height: 1rem;
        align-items: center;
    }
    .web-top .logo-img {
        display: inline-block;
        width: 1.3rem;
        height: 0.44rem;
    }
    .web-top .menu-ul {
        display: none;
    }
    .web-top .h5-menu-icon {
        display: inline-block;
        width: 0.25rem;
        height: 0.24rem;
    }

    .van-popup {
        background: #1B1D22 !important;
        backdrop-filter: saturate(180%) blur(20px);
    }
    .van-popup .h5_menu {
        display: flex;
        flex-direction: column;
        position: relative;
        height: 100%;
    }
    .van-popup .h5_menu .tit-logo {
        width: 100%;
        text-align: left;
        height: 0.87rem;
        display: flex;
        align-items: center;
        position: relative;
    }
    .van-popup .h5_menu .tit-logo:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 1px;
        background-color: #585858;
        transform: scaleY(0.4);
    }
    .van-popup .h5_menu .tit-logo img {
        display: inline-block;
        width: 1.26rem;
        height: 0.36rem;
        margin-left: 0.6rem;
    }
    .van-popup .h5_menu .menu-ul {
        display: flex;
        flex-direction: column;
        margin-top: 0.7rem;
    }
    .van-popup .h5_menu .menu-ul .menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 0.7rem;
        padding-left: 0.6rem;
        box-sizing: border-box;
        margin-bottom: 0.5rem;
    }
    .van-popup .h5_menu .menu-ul .menu i {
        display: inline-block;
        width: 0.34rem;
        height: 0.34rem;
        margin-right: 0.2rem;
    }
    .van-popup .h5_menu .menu-ul .menu i.icon1 {
        background: url("../images/h5menu_icon1.png") no-repeat;
        background-size: 100% 100%;
    }
    .van-popup .h5_menu .menu-ul .menu i.icon2 {
        background: url("../images/h5menu_icon2.png") no-repeat;
        background-size: 100% 100%;
    }
    .van-popup .h5_menu .menu-ul .menu i.icon3 {
        background: url("../images/h5menu_icon3.png") no-repeat;
        background-size: 100% 100%;
    }
    .van-popup .h5_menu .menu-ul .menu i.icon4 {
        background: url("../images/h5menu_icon4.png") no-repeat;
        background-size: 100% 100%;
    }
    .van-popup .h5_menu .menu-ul .menu i.icon5 {
        background: url("../images/h5menu_icon5.png") no-repeat;
        background-size: 100% 100%;
    }
    .van-popup .h5_menu .menu-ul .menu i.icon6 {
        background: url("../images/h5menu_icon6.png") no-repeat;
        background-size: 100% 100%;
    }
    .van-popup .h5_menu .menu-ul .menu span {
        font-size: 0.3rem;
        color: #fff;
    }
    .van-popup .h5_menu .menu-ul .menu.act {
        background-image: linear-gradient(270deg, rgba(44,104,255,0.00) 0%, rgba(44,104,255,0.50) 100%);
        border-right: 5px solid #2C68FF;
    }
    .van-popup .h5_menu .menu-ul .menu.act i.icon1 {
        background: url("../images/h5menu_icon1_act.png") no-repeat;
        background-size: 100% 100%;
    }
    .van-popup .h5_menu .menu-ul .menu.act i.icon2 {
        background: url("../images/h5menu_icon2_act.png") no-repeat;
        background-size: 100% 100%;
    }
    .van-popup .h5_menu .menu-ul .menu.act i.icon3 {
        background: url("../images/h5menu_icon3_act.png") no-repeat;
        background-size: 100% 100%;
    }
    .van-popup .h5_menu .menu-ul .menu.act i.icon4 {
        background: url("../images/h5menu_icon4_act.png") no-repeat;
        background-size: 100% 100%;
    }
    .van-popup .h5_menu .menu-ul .menu.act i.icon5 {
        background: url("../images/h5menu_icon5_act.png") no-repeat;
        background-size: 100% 100%;
    }
    .van-popup .h5_menu .menu-ul .menu.act i.icon6 {
        background: url("../images/h5menu_icon6_act.png") no-repeat;
        background-size: 100% 100%;
    }
    .van-popup .h5_menu .menu-ul .menu.act span {
        color: #2C68FF;
    }
    .van-popup .h5_menu .lan-div {
        width: 100%;
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 2.11rem;
    }
    .van-popup .h5_menu .lan-div .lan-btn {
        display: flex;
        flex-direction: row;
        width: 4.2rem;
        height: 0.52rem;
    }
    .van-popup .h5_menu .lan-div .lan-btn .btn {
        width: 50%;
        line-height: 0.52rem;
        text-align: center;
        font-size: 0.28rem;
        color: #999;
        border: 1px solid #11CF81;
    }
    .van-popup .h5_menu .lan-div .lan-btn .btn.btn1 {
        border-radius: 25px 0px 0px 25px;
    }
    .van-popup .h5_menu .lan-div .lan-btn .btn.btn2 {
        border-radius: 0px 25px 25px 0px;
    }
    .van-popup .h5_menu .lan-div .lan-btn .btn.act {
        background-color: #11CF81;
        color: #fff;
    }
}
