/**菜单按钮**/ a.menu-btn { width: .6rem; height: .6rem; background: rgb(255 255 255 / 14%); display: flex; flex-direction: column; gap: .05rem; align-items: center; justify-content: center; float: none; border-radius: 50%; backdrop-filter: blur(0.08rem); } a.menu-btn.btn2 { display: none } a.menu-btn .xian { display: block; height: .02rem; width: .16rem; background: #fff; 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: 3; background: var(--mainColor); width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; top: 0; clip-path: circle(32px at 110% 0); padding: 1.7rem calc(50vw - 8.2rem); box-sizing: border-box; visibility: hidden; opacity: 0; overflow: auto; } .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: 100%; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid #ffffff4d; min-height: 70%; margin-bottom: .3rem; text-align: center } .fixbox .wp-menu .menu-link { font-size: var(--bigSize); line-height: 2; display: block } .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); opacity: .8; line-height: 2 } .fixbox .searchbox { width: auto; transition: none; } /**手机端**/ .mobile .fixbox .wp-menu .sub-menu .sub-menu { display: block } .fixbox{background:url(../images/navbg.png) no-repeat center / cover} .header.opennav .searchbox{width:1.44rem; border: 1px solid rgba(255,255,255,.41); border-radius: 0.25rem;} .header.opennav .wp-search .search-input input.search-title{ line-height: 0.48rem;border:none} .header.opennav .wp-search .search-btn{ width: 0.33rem; height: 0.48rem;} .header.opennav .wp-search .search-btn input.search-submit{background: url(../images/sous2.svg) no-repeat center left / 0.16rem;} .header.opennav .wp-search .search-input { margin-left: 0.21rem; margin-right: 0.33rem; } a.menu-btn.arrow{background:none;border:1px solid rgba(255 255 255 / 45%);} .header.opennav #nav{display:none} .header.fix.opennav {background:none} .fixbox .site-lang,.fixbox .searchbox{display:none !important} .fixbox .wp-menu{padding-bottom: 0; margin-bottom: 0; border-bottom: none;} .fixbox{ padding: 2.6rem calc(50vw - 8rem) 0;} .fixbox .wp-menu .menu-link{ font-family: 'shb'; line-height: 1;} .fixbox .wp-menu .sub-menu a{ font-size: var(--titleSize); opacity: .58; line-height: 0.52rem;} .fixbox .wp-menu .sub-menu{ margin-top: 0.42rem;}