body{margin:0;-webkit-text-size-adjust:none;-moz-text-size-adjust:none}
*{user-select:none;box-sizing:border-box}
.Ayou_page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f6f7ff;position:relative;z-index:1}
.Ayou_content{max-width:1080px;width:100%;height:607px;border-radius:16px;overflow:hidden;box-shadow:0 12px 15px #e0e1e168;display:flex;background:#fff}
.Ayou_left{background:url(/public/img/background.webp) center/cover no-repeat;width:50%;position:relative}
.Ayou_left::before{content:'';position:absolute;top:0;right:0;bottom:0;width:5%;background:linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 100%);pointer-events:none;z-index:1}
.Ayou_right{width:50%;padding:80px 80px 20px;display:flex;flex-direction:column;z-index:2}
.Ayou_avatar{position:relative;width:100px;height:100px;margin:0 auto}
.Ayou_avatar img{border-radius:50%;width:100%;height:100%;border:5px solid rgba(126,126,126,.32);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;cursor:pointer;background:#fff}
.Ayou_avatar:hover img{transform:scale(1.05);box-shadow:0 0 20px rgba(100,149,237,.4)}
.Ayou_avatar::after{content:'';position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;border-radius:50%;border:3px solid #6495ed;border-top-color:transparent;will-change:transform;animation:rotate 2s linear infinite paused;opacity:0;transition:opacity .3s ease}
.Ayou_avatar:hover::after{opacity:.8;animation-play-state:running}
@keyframes rotate{from{transform:rotate(0)}
to{transform:rotate(360deg) translateZ(0)}
}
.Ayou_right .Ayou_title{font-size:22px;font-weight:600;margin:15px 0;color:#404040;text-align:center}
.Ayou_right .Ayou_des{font-size:14px;margin-bottom:20px;color:#5f6383;text-align:center}
.Ayou_nav_a{display:flex;justify-content:center;margin:4px;margin-top:0}
.Ayou_nav_a .item{width:32px;height:32px;margin:8px 12px;border-radius:50%;border:1px solid #7e7e7e;display:flex;justify-content:center;align-items:center;position:relative}
.Ayou_nav_a .item a{display:block;width:100%;height:100%;text-decoration:none;color:#000}
.Ayou_nav_a .item a iconpark-icon,.Ayou_nav_a .item a img{width:100%;height:100%}
.Ayou_nav_a .item .tooltip{position:absolute;width:80px;background-color:rgba(255,255,255,.8);border:1px solid #000;padding:4px;border-radius:5px;color:#333;letter-spacing:2px;text-align:center;opacity:0;bottom:calc(100% + 8px);transform:translateY(10px);transition:all .1s ease-in-out;z-index:10}
.Ayou_nav_a .item .tooltip img{width:100%;height:100%;position:relative;z-index:10}
.Ayou_nav_a .item .tooltip::after{content:'';display:block;width:8px;height:8px;border-radius:2px;background-color:rgba(255,255,255,.8);border:1px solid #000;position:absolute;bottom:-4px;left:35px;transform:rotate(45deg);z-index:9}
.Ayou_nav_a .item:hover .tooltip{transform:translateY(0);opacity:1}
.Ayou_nav_b{margin-top:20px;display:flex;justify-content:center;gap:8px}
.Ayou_nav_b a{padding:8px 14px;font-size:15px;border-radius:8px;text-decoration:none;color:#000;border:1px solid #7e7e7e;display:flex;justify-content:center;align-items:center;width:22%}
.Ayou_nav_b a:hover{color:#fff;background-color:rgba(126,126,126,.32);transition:all .2s}
.Ayou_nav_b iconpark-icon{margin-right:2px}
.Ayou_hidden{display:none}
.Ayou_btn{background:#000;color:#fff;border:1px solid #000;border-radius:8px;font-size:15px;cursor:pointer;position:relative;overflow:hidden;z-index:1}
.Ayou_btn:hover{color:#000}
.Ayou_btn:after{content:"";background:#fff;position:absolute;z-index:-1;left:-20%;right:-20%;top:0;bottom:0;transform:skewX(-45deg) scale(0,1);transition:all .5s}
.Ayou_btn:hover:after{transform:skewX(-45deg) scale(1,1);transition:all .5s}
.Ayou_content_c{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}
.Ayou_content_c h2{font-size:18px;color:#404040;margin-bottom:0}
.Ayou_content_c p{font-size:15px;color:#5f6383;margin:0}
.Ayou_content_c img{border-radius:6%;border:5px solid rgba(126,126,126,.32)}
.Ayou_content_c .haoka{margin-top:8px;width:228px;height:260px}
.Ayou_404 svg{fill:none;stroke:#2d2d2d;stroke-width:3;stroke-linejoin:round;stroke-dasharray:70 330;stroke-dashoffset:0;animation:stroke 6s infinite linear}
.Ayou_404 .text{font:900 200px sans-serif,sans-serif;animation:textAnimate 5s infinite}
@keyframes stroke{100%{stroke-dashoffset:-400}
}
@keyframes textAnimate{0%,10%{fill:transparent;stroke-width:3}
50%{fill:#2d2d2d;stroke-width:0}
100%{fill:transparent;stroke-width:3}
}
.Ayou_footer{text-align:center;padding:0;margin-top:auto}
.Ayou_footer .copyright{color:#5f6383;font-size:12px;margin-top:8px;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}
.Ayou_footer .icp{color:#5f6383;text-decoration:none;letter-spacing:2px;font-size:12px}
.Ayou_footer .model{color:#5f6383;font-size:12px;display:flex;justify-content:center;align-items:center}
.switch_default[type=checkbox]{display:none}
.switch_default+label{background-color:#292a2d;border-radius:7px;cursor:pointer;display:inline-block;height:14px;position:relative;box-shadow:.2px .2px 1px .5px #b4b4b4;width:30px;transition:all .3s ease-in-out}
.switch_default+label:after{background-color:#fff;border-radius:50%;content:"";height:12px;left:1px;position:absolute;top:1px;width:12px;box-shadow:.2px .2px 1px .5px #b4b4b4;transition:all .3s ease-in-out}
.switch_default:checked+label{background-color:#28df99;box-shadow:none}
.switch_default:checked+label:after{left:17px}
body.dark-theme .Ayou_page{background:#0a0c19;transition:color .2s ease,border-color .2s ease,background .2s ease,opacity .2s ease}
body.dark-theme .Ayou_content{background:#000;box-shadow:0 4px 9px #020517}
body.dark-theme .Ayou_left{background:#161829 url(/public/img/background.webp) center/cover no-repeat;opacity:.7}
body.dark-theme .Ayou_left::before{background:linear-gradient(to left,rgb(32 35 59),rgb(69 71 84 / 0))}
body.dark-theme .Ayou_right{background:#161829}
body.dark-theme .Ayou_avatar img{opacity:.7;border-color:rgba(255,255,255,.2);background:#2d2d2d}
body.dark-theme .Ayou_avatar:hover img{box-shadow:0 0 20px rgba(56,239,125,.4)}
body.dark-theme .Ayou_avatar::after{border-color:#38ef7d;border-top-color:transparent}
body.dark-theme .Ayou_right .Ayou_title{color:#fff}
body.dark-theme .Ayou_right .Ayou_des{color:#b5b8d3}
body.dark-theme .Ayou_nav_a .item{background-color:rgba(255,255,255,.9);border:1px solid #fff;color:#fff}
body.dark-theme .Ayou_nav_b a{background-color:rgba(255,255,255,.9);border:1px solid #fff}
body.dark-theme .Ayou_nav_b a:hover{color:#fff;background-color:#7e7e7e52;transition:all .2s}
body.dark-theme .Ayou_btn{background-color:rgba(255,255,255,.9);border:1px solid #fff;color:#000}
body.dark-theme .Ayou_btn:hover{color:#fff}
body.dark-theme .Ayou_btn:after{background:#000}
body.dark-theme .Ayou_content_c h2{color:#fff}
body.dark-theme .Ayou_content_c p{color:#b5b8d3}
body.dark-theme .Ayou_content_c .haoka,body.dark-theme .Ayou_content_c img{opacity:.7}
body.dark-theme .Ayou_404 svg{stroke:#fff}
body.dark-theme .Ayou_404 .text{animation-name:textAnimateDark}
@keyframes textAnimateDark{0%,10%{fill:transparent;stroke-width:3}
50%{fill:#fff;stroke-width:0}
100%{fill:transparent;stroke-width:3}
}
body.dark-theme .Ayou_footer .copyright,body.dark-theme .Ayou_footer .icp,body.dark-theme .Ayou_footer .model{color:#b5b8d3}
.loading-animations{background:#666;position:fixed;left:0;right:0;top:0;bottom:0;z-index:9999;transition:1s;opacity:1}
.loading-animations-out{opacity:0}
@media (max-width:960px){.Ayou_nav_b a{flex-direction:column}
}
@media (max-width:768px){.Ayou_content{width:95%;height:auto;min-height:500px;margin:15px 0}
.Ayou_right{padding:30px 10px;width:60%!important}
.Ayou_left{width:40%}
.Ayou_nav_b{gap:6px}
.Ayou_nav_b a{font-size:14px;padding:8px 10px}
.Ayou_right .Ayou_title{font-size:20px;margin:12px 0}
.Ayou_right .Ayou_des{font-size:13px;margin-bottom:16px}
.Ayou_footer{padding:0 30px}
.Ayou_footer .copyright,.Ayou_footer .icp{font-size:11px}
}
@media (max-width:540px){.Ayou_page{position:relative;z-index:0;min-height:100vh;padding:20px 0}
.Ayou_content{display:flex;flex-direction:column;justify-content:center;position:relative;align-items:center;max-width:100%;width:95%;height:auto;min-height:80vh;margin:auto;box-shadow:0 4px 20px rgba(0,0,0,.1)}
.Ayou_left{min-height:100vh;width:100%;background-size:cover;position:fixed;top:0;left:0;right:0;bottom:0;z-index:0}
.Ayou_left::before{display:none}
.Ayou_right{top:0;bottom:0;background:rgba(243,245,255,.68)!important;border-radius:18px;padding:30px 30px 10px;border:1px solid hsl(0 0% 100% / .9);position:relative;width:90%!important;margin:0 auto;backdrop-filter:blur(8px);min-height:calc(80vh - 40px)}
.Ayou_nav_b a{display:flex;flex-direction:column;align-items:center;margin:0;padding:8px;border-radius:12px;margin-bottom:8px;width:22%}
.Ayou_nav_b a i,.Ayou_nav_b a iconpark-icon{margin:0}
.Ayou_content_c .haoka{width:245px;height:316px}
.Ayou_hidden{display:none}
.Ayou_footer{position:relative;bottom:auto;padding:0}
body.dark-theme .Ayou_left: :before{display:none}
body.dark-theme .Ayou_right{background:rgba(81,83,94,.36)!important}
body.dark-theme .Ayou_right .Ayou_des{color:#ececec}
body.dark-theme .Ayou_nav_a .item{background-color:rgba(255,255,255,.52);border:1px solid hsl(0 0% 100% / .9);color:#fff}
body.dark-theme .Ayou_nav_b a{background-color:rgba(255,255,255,.52)}
body.dark-theme .Ayou_nav_a .item .tooltip{background-color:rgba(255,255,255,.52)}
body.dark-theme .Ayou_nav_b a:hover{color:#fff;background-color:#7e7e7e52;transition:all .2s}
body.dark-theme .Ayou_content_c p{color:#ececec}
body.dark-theme .Ayou_footer .copyright,body.dark-theme .Ayou_footer .icp,body.dark-theme .Ayou_footer .model{color:#ececec}
}
@media (hover:none){.Ayou_content{transform:translateZ(0);overflow:hidden}
.Ayou_nav_a .item:active{transform:scale(.95);transition:transform .1s}
}
