/**²Ëµ¥°´Å¥**/
a.menu-btn{width: .52rem;height: .52rem;background:rgb(255 255 255 / 20%);display:flex;flex-direction:column;gap: .08rem;align-items:center;justify-content:center;float:none;border-radius:50%}
a.menu-btn.btn2{display:none}
a.menu-btn .xian{display:block;height:.02rem;width: .32rem;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);width:.2rem;position:absolute}
a.menu-btn.arrow .xian:nth-child(3){transform:rotate(45deg);width:.21rem;position:absolute}
.fixbox{position:fixed;z-index:2;background: url(/_upload/tpl/01/fc/508/template508/images/navBG.png) center no-repeat;background-size: cover;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;top:0;clip-path:circle(32px at 110% 0);padding: 2.2rem 1rem 1rem;box-sizing:border-box;overflow-y: hidden;}
.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,.fixbox a:hover{color:#fff}
.fixbox .wp-menu{display:flex;flex: 1;justify-content:space-between;padding-bottom:0rem;min-height:70%;margin-bottom:.5rem;text-align:center}
.fixbox .wp-menu .menu-link{font-size: 0.24rem;line-height:2;display:block}
.fixbox .site-lang ul li.links a{/* border:1px solid #ffffff4d; */line-height:2.5}
.fixbox .wp-menu .sub-menu{margin-top: 0.1rem;text-align:center}
.fixbox .wp-menu .sub-menu .sub-menu{display:none}
.fixbox .wp-menu .sub-menu a{font-size: var(--titleSize);line-height:2}
.fixbox .searchbox{width:auto}

.navTop {
    display: flex;
    justify-content: center;
       position: relative;
    z-index: 2;
    flex-direction: row;
    align-items: stretch;
    min-height: 55vh;
    /* padding: 0 100px; */
    width: 100%;
}
.navBottom {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
    width: 100%;
}
.navLeft {
    text-align: left;
    flex: 0 0 320px;
}
.navRight {
    flex: 1
}

.navRight .wp-menu {
    display: flex;
    justify-content: space-around
}

.navRight .menu-item a {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
}

.navRight .sub-menu a {
    font-size: 18px;
    font-weight: 400;
    line-height: 3;
    color: #fff;
    /* padding: 10px 0; */
}

.navRight .menu-item,.navRight .sub-menu {
    text-align: center;
}







/**ÊÖ»ú¶Ë**/
.mobile .fixbox .wp-menu .sub-menu .sub-menu{display:block}
