/**菜单按钮**/
a.menu-btn {
    width: .44rem;
    height: .44rem;
    display: flex;
    flex-direction: column;
    gap: .04rem;
    align-items: center;
    justify-content: center;
    margin-left: 0.52rem;
    float: none;
    border-radius: 50%;
    backdrop-filter: blur(60px);
    background: rgba(255, 255, 255, 0.55);
}

a.menu-btn.btn2 {
    display: none
}

a.menu-btn .xian {
    display: block;
    height: .02rem;
    width: .17rem;
    background: #fff;
    border-radius: .02rem;
    transition: all .4s ease-in-out
}
a.menu-btn.arrow .xian:nth-child(1) {
    transform: rotate(-45deg);
    width: .2rem;
    position: absolute
}

a.menu-btn.arrow .xian:nth-child(2) {
    transform: rotate(45deg);
    width: .21rem;
    position: absolute
}

.fixbox {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    clip-path: circle(32px at 110% 0);
    padding: 2.11rem 0 0;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    padding: 1.7rem calc(50vw - 8.2rem);
    overflow: auto;
    backdrop-filter: blur(19.59px);
    background: linear-gradient(180.00deg, rgb(51, 51, 51),rgba(51, 51, 51, 0.27) 100%);
}

.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 a {
    color: #fff
}

.fixbox .wp-menu {
    display: flex;
    width: var(--innerWidth);
    justify-content: space-between;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0 1.19rem 0.2rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid rgb(255 255 255 / 50%);
    width: 100%;
}

.fixbox .wp-menu .menu-link {
    font-size: var(--bigSize);
    line-height: 1.5;
    display: block;
    color: #fff;
}

.fixbox .site-lang ul li.links a {
    border: 1px solid #ffffff4d;
    line-height: 2
}

.fixbox .wp-menu .sub-menu {
    margin-top: .3rem;
    text-align: center
}

.fixbox .wp-menu .sub-menu .sub-menu {
    display: none
}

.fixbox .wp-menu .sub-menu a {
    font-size: var(--smailSize);
    line-height: 0.45rem;
}

.fixbox .searchbox {
    width: auto
}

/**手机端**/
.mobile .fixbox .wp-menu .sub-menu .sub-menu {
    display: block
}
