a.menu-btn {
    width: 0.3rem;
    height: 0.3rem;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    flex-direction: column;
    gap: 0.04rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0.29rem;
    top: 0.25rem;
    box-sizing: border-box;
    border-radius: 50%;
}

a.menu-btn.btn2 {
    display: none
}

a.menu-btn .xian {
    display: block;
    width: 0.14rem;
    height: 0.01rem;
    background: #fff;
    border-radius: .02rem;
    transition: all .4s ease-in-out
}
a.menu-btn.arrow .xian:nth-child(2) {
    display: none
}

a.menu-btn.arrow .xian:nth-child(1) {transform: rotate(-45deg);position: absolute;width: 0.15rem;}

a.menu-btn.arrow .xian:nth-child(3) {
    transform: rotate(45deg);
    position: absolute;
    width: 0.15rem;
}
.fixbox .wp-menu .sub-menu .sub-menu a {
    font-size: 0.12rem;
    line-height:2.4;
    opacity: 0.8;
}
.fixbox .wp-menu a:hover {
    color: rgba(65, 140, 255, 1);
}
.fixbox .wp-menu .menu-item.i2 .sub-menu .sub-menu {
    display: none;
}
.fixbox {
    position: fixed;
    z-index: 98;
    background: url(images/fixbg.jpg) no-repeat center/cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    clip-path: circle(32px at 110% 0);
    padding: 1.13rem calc(50vw - 8.2rem) 0.4rem;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
}
.fixbox .site-lang {
    display: none;
}

.fixbox .searchbox {
    display: none;
}
.fixbox .close {
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50%;
    margin-right: -8.2rem;
    top: .55rem;
    cursor: pointer
}

.fixbox .close img {
    width: .25rem
}

.fixbox.open {
    display: flex
}

.fixbox {
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between
}
.fixbox::-webkit-scrollbar {
  width: 1px;
  background-color: #04267e63;
    height:0.05rem
}
.fixbox::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border: 0.01rem solid var(--mainColor);
}
.fixbox a {
    color: #fff
}

.fixbox .wp-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center
}

.fixbox .wp-menu .menu-link {
    font-size: 0.22rem;
    line-height: 2;
    display: block;
    color: #fff;
    font-family: 'SourceHanSansCN-Bold';
}

.fixbox .site-lang ul li.links a {
    border: 1px solid #ffffff4d;
    line-height: 2
}

.fixbox .wp-menu .sub-menu {
    margin-top: .2rem;
    text-align: center
}

.fixbox .wp-menu .sub-menu .sub-menu {
    /* display: none; */
    margin: 0;
}

.fixbox .wp-menu .sub-menu a {
    font-size: var(--titleSize);
    line-height: 2;
}

.fixbox .searchbox {
    width: auto
}
.mobile .fixbox .wp-menu .sub-menu .sub-menu {
    display: block
}
.mobile .fixbox .wp-menu a:hover {
    color: #fff
}