/**菜单按钮**/
a.menu-btn{background:none;display:flex;align-items:center;justify-content:center;float:none;position: relative;z-index: 3;}
a.menu-btn div{background: url(../images/nav-menu.svg) no-repeat center/cover;width: 15px;height: 15px;display: inline-block;}
a.menu-btn:before{content:"导航";color: #FDDF8D;font-size: var(--titleSize);white-space: nowrap;margin-right: 10px;}
.opennav a.menu-btn:before{content:"关闭"}
.logo_2 a.menu-btn:before{color:#DBA616}
.logo_2 a.menu-btn div{background-image:url(../images/nav-menu2.svg)}
.opennav a.menu-btn div{background-image: url(../images/close.svg);}

a.menu-btn.pc{position: fixed;}
a.menu-btn.btn2{display:none}
a.menu-btn .xian{display:block;height:4px;width:14px;background:#FDDF8D;border-radius:2px;transition:all .4s ease-in-out;display: none !important;}
a.menu-btn .xian:nth-child(3){width: 12px;}
a.menu-btn.arrow .xian:nth-child(2){display:none}
a.menu-btn.arrow .xian:nth-child(1){transform:rotate(-45deg);width:16px;position:absolute}
a.menu-btn.arrow .xian:nth-child(3){transform:rotate(45deg);width:16px;position:absolute}
.fixbox{position:fixed;z-index:2;background:#08247F url(../images/wap_navbox_bg.png) no-repeat bottom center/100% auto;width:3.5rem;display:flex;align-items:center;justify-content:center;top:0;right:0%;bottom:0;clip-path:none !important;padding:1.1rem 0rem 0.65rem;box-sizing:border-box;visibility: visible !important;opacity: 1 !important;transition: 0.3s ease-in-out;transform: translateX(100%); background-size: cover;}
.opennav .fixbox{transform: none;}
.fixbox.showchildren{width: 7rem;}
.fixbox.showchildren:before{content:"";position: absolute;top:1.1rem;left:3.5rem;background: rgba(255,255,255,0.13);width: 1px;height: calc(100% - 1.8rem);}
.fixbox .wp-menu .menu-item .menu-switch-arrow{position: absolute;right:0;top:0.1rem;z-index: 1;cursor: pointer;visibility: hidden;}
.fixbox .wp-menu .menu-item .menu-switch-arrow.show{visibility: visible;}
.fixbox .wp-menu .col_wrap{font-family: 'sys-mid';font-weight: bold;position: relative;padding-right: 0.3rem;box-sizing:border-box}
.fixbox .wp-menu .col_enname{font-size: var(--bigSize);color: rgba(255,255,255,0.6);transition:0.4s ease-in-out}
.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} 
.menu-switch-arrow path{transition:0.4s ease-in-out}
.fixbox .wp-menu{display:flex;width:3.5rem;justify-content:space-between;flex-direction: column;height: 100%;position: relative;;justify-content:flex-start;align-items: center;transform: none !important;opacity: 1 !important;}
.fixbox .wp-menu>li {
    padding-left: 0.7rem;
}
.fixbox .wp-menu>li:nth-child(1){display: none;}
.fixbox .wp-menu .menu-link{font-size:0.26rem;line-height:1.4;display:block;color: rgba(255,255,255,0.8);}
.fixbox .wp-menu .show>.menu-link,.fixbox .wp-menu .show>.col_enname{color: #FDDF8D !important;}
.fixbox .site-lang ul li.links a{border:1px solid #ffffff4d;line-height:2}
.fixbox .wp-menu .sub-menu{position: absolute;left:100%;width: 3.5rem;top:0;left:100%;bottom:0;white-space: nowrap;transition: 0.3s ease-in-out;box-sizing: border-box;display: flex;flex-direction: column;justify-content: flex-start;opacity: 0;visibility: hidden;padding-left: 0.7rem;padding-right: 0.7rem;}
.fixbox .wp-menu .sub-menu li+li{margin-top: 0.4rem;}
.fixbox .wp-menu li.menu-item.show .sub-menu{opacity: 1;visibility: visible;}
.fixbox .wp-menu li.menu-item.show .menu-switch-arrow path,.fixbox .wp-menu li.menu-item:hover .menu-switch-arrow path{stroke:#FDDF8D}
.fixbox .wp-menu .sub-menu .col_wrap{font-family:'syh';}
.fixbox .wp-menu .sub-menu .sub-menu{display:none}
.fixbox .wp-menu .sub-menu a{font-size:var(--bigSize); }
.fixbox .wp-menu .sub-menu .col_enname{font-size:var(--smailSize);line-height:1.5}
.fixbox .wp-menu .col_wrap:hover a,.fixbox .wp-menu .col_wrap:hover .col_enname,.fixbox .wp-menu li.show>.col_wrap a,.fixbox .wp-menu li.show>.col_wrap .col_enname{color:#FDDF8D}
.fixbox .searchbox{width:auto}
/**手机端**/
.mobile .fixbox .wp-menu .sub-menu .sub-menu{display:none !important}
