/**菜单按钮**/
a.menu-btn {
    width: 1.09rem;
    height: 1.06rem;
    background: #962023;
    display: flex;
    flex-direction: column;
    gap: .1rem;
    align-items: center;
    justify-content: center;
    float: none;
    border-radius: 0rem 0 0 0.32rem;
    position: absolute;
    right: 0;
    top: 0;
}

a.menu-btn.btn2 {
    display: none
}

a.menu-btn .xian {
    display: block;
    height: .04rem;
    width: 0.35rem;
    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: 0.4rem;
    position: absolute
}

a.menu-btn.arrow .xian:nth-child(3) {
    transform: rotate(45deg);
    width: 0.4rem;
    position: absolute
}

.fixbox {
    position: fixed;
    z-index: 2;
    background: #9A001D;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
    clip-path: circle(32px at 110% 0);
    padding: 1.7rem calc(50vw - 8.2rem);
    box-sizing: border-box;
    transition: 0.4s;
    z-index: -1;
    opacity: 0;
    clip-path: none !important;
}

body.showNav .fixbox {
    z-index: 5;
    opacity: 1
}

.fixbox::-webkit-scrollbar {
    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 a,.fixbox a:hover {
    color: #fff
}

.fixbox .wp-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 1rem;
    min-height: 70%;
    margin-bottom: .3rem;
    text-align: center;
    gap: 0.3rem;
    border-bottom: 0.01rem solid #fff;
}

.fixbox .wp-menu .menu-link {
    font-size: var(--bigSize);
    line-height: 2;
    display: block;
    font-weight: bold;
}

.fixbox .site-lang ul li.links a {
    border: 1px solid #ffffff4d;
    line-height: 2
}
.fixbox .site-lang ul li.links a:after{display:none}
.fixbox .site-lang ul li.links{margin-right:0.2rem;margin-bottom: 20px;}
.fixbox .wp-menu .sub-menu {
    margin-top: .5rem;
    text-align: center
}

.fixbox .wp-menu .sub-menu .sub-menu {
    display: none
}

.fixbox .wp-menu .sub-menu a {
    font-size: var(--titleSize);
    opacity: .8;
    line-height: 2.2
}

.fixbox .searchbox {
    width: auto;
    display: none;
}

.fixbox .site-lang {
    /* display: none; */
    margin-left: 0;
}

.fixbox .xiaoxun {
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%) !important;
    z-index: 1;
    width: 6.4rem;
}

.showNav .header .sitelogo {
    /* display: none; */
    transition: 0.6s
}

.nav_sitelogo {
    position: absolute;
    top: 0.45rem;
    display: none
}

.showNav .nav_sitelogo {
    display: block
}

.nav_sitelogo img {
    width: 3.5rem
}

/**手机端**/
.mobile .fixbox .wp-menu .sub-menu .sub-menu {
    display: block
}
