@charset "UTF-8";.left-nav{width:180px;background-color:#0d0e13;padding:40px 30px;display:flex;flex-direction:column}.left-nav .logo-header{width:100%;height:50px;cursor:pointer;padding-bottom:20px;border-bottom:2px solid #27282c}.left-nav .menu-list{width:100%;margin-top:10px;display:flex;flex-direction:column}.left-nav .menu-list .item{width:100%;height:40px;color:#84858a;padding:14px 0;cursor:pointer;display:flex;align-items:center;margin-top:14px;border-radius:10px;background-color:transparent}.left-nav .menu-list .item img{width:40px;height:40px;margin-left:10px}.left-nav .menu-list .item span{margin-left:20px;font-size:16px;font-weight:600;transition:all .3s ease-in-out}.left-nav .menu-list .item:hover{background-color:#27282c;color:#fff}.left-nav .menu-list .item:hover span{transform:translate(10px)}.left-nav .menu-list .item:hover img{animation:upDOwn .3s ease-in-out .2s}@keyframes upDOwn{0%{transform:translateY(0)}50%{transform:translateY(-10px) scale(1.2)}to{transform:translateY(0)}}.left-nav .menu-list .item-act{background-color:#27282c;color:#fff}@media screen and (max-width: 1620px){.left-nav{width:calc(100% - 20px);align-items:center;padding:20px 10px}.left-nav .logo-header{width:220px;padding:0;border:none;margin-bottom:10px}.left-nav .menu-list{margin:10px 0 0;width:100%;display:flex;flex-direction:row;justify-content:space-evenly}.left-nav .menu-list .item{width:140px;padding:8px 0;margin:0}}@media screen and (max-width: 1300px){.left-nav .menu-list{display:block;white-space:nowrap}.left-nav .menu-list .item{display:inline-flex;width:auto;padding:14px 18px}}@media screen and (max-width: 576px){.left-nav{padding-top:5px;padding-bottom:5px}.left-nav .logo-header{margin-bottom:.6rem;width:auto;height:3rem}.left-nav .menu-list{height:2.1rem}.left-nav .menu-list .item{box-sizing:border-box;height:100%;padding:0 10px;margin-right:10px}.left-nav .menu-list .item span{font-size:12px;margin-left:6px}.left-nav .menu-list .item img{width:20px;height:20px}.left-nav .menu-list .item:hover span{transform:translate(4px)}}footer{width:100%;background-color:#efefe9;margin-top:20px;display:flex;justify-content:center;gap:20px;padding:20px 0}footer a{text-decoration:underline}footer .left{width:40%;display:flex;flex-direction:column}footer .left .second-line{padding:10px 0;line-height:20px}footer .left .third-line{line-height:20px}footer .right .link{display:flex;margin-top:10px;gap:8px}footer .right .link a img{width:30px;height:30px;border-radius:50%;padding:4px 2px;background-color:#e79d7a}@media screen and (max-width: 576px){footer{flex-direction:column}footer .left{padding:0 10px;width:calc(100% - 20px);align-items:center}footer .right{display:flex;flex-direction:column;padding:0 10px}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body,h1,h2,h3,h4,ul,li{padding:0;margin:0}ul,li{list-style:none}a{text-decoration:none}img{vertical-align:top}body{font-size:14px;width:100%;height:100%}body::-webkit-scrollbar{width:10px;height:10px}body::-webkit-scrollbar-track{background:#efefef;border-radius:2px}body::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:10px}body::-webkit-scrollbar-thumb:hover{background:#333}body::-webkit-scrollbar-corner{background:#179a16}body #app{width:100%;height:100vh;display:flex;overflow:hidden}@media screen and (max-width: 1620px){body #app{flex-direction:column}}@media screen and (min-width: 1180px){.share_wap{display:none}.share_box{position:fixed;display:flex;flex-wrap:wrap;justify-content:center;width:900px;top:50%;left:50%;z-index:101;transform:translate(-50%,-50%)}.share_box a{display:flex;align-items:center;justify-content:center;color:#fff;width:200px;height:50px;box-sizing:border-box;padding:5px;border-radius:5px;margin:5px;font-size:14px}.share_box img{margin-right:10px;width:20px;height:20px}.more_share_bg{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background:#000;opacity:.7;z-index:100}.closeShare{position:fixed;bottom:200px;right:50%;z-index:101;cursor:pointer}.closeShare img{position:fixed;right:10%;top:14%;width:50px}}@media screen and (max-width: 1180px){.share—box{display:none}.share_wap{position:fixed;bottom:290px;right:0;z-index:100;background:#fff;border-radius:5px;opacity:.8;border:1px solid #e6d9ff}.share_wap a{display:flex;align-items:center;padding:5px}.share_wap img{width:35px;height:35px}.more_share_bg{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background:#000;opacity:.7;z-index:100}.share_box{position:fixed;display:flex;flex-wrap:wrap;justify-content:center;width:300px;top:50%;left:50%;z-index:101;transform:translate(-50%,-50%)}.share_box a{display:flex;align-items:center;justify-content:center;color:#fff;width:160px;height:40px;box-sizing:border-box;padding:5px;border-radius:5px;margin:5px;font-size:14px}.share_box img{margin-right:10px;width:20px;height:20px}.closeShare{position:fixed;top:10px;right:10px;z-index:101;cursor:pointer}.closeShare img{width:36px}}.share_box a:nth-child(1){background:#4267b2}.share_box a:nth-child(2){background:#55acee}.share_box a:nth-child(3){background:#ffc107}.share_box a:nth-child(4){background:#ff8000}.share_box a:nth-child(5){background:#03a9f4}.share_box a:nth-child(6){background:#00aff0}.share_box a:nth-child(7){background:#ff4500}.share_box a:nth-child(8){background:#32506d}.back-top{position:fixed;right:2px;bottom:10%;width:47px;height:47px;cursor:pointer;z-index:20;border-radius:8px;transition:all .2s ease-in-out}.back-top img{width:100%;height:100%;border-radius:5px}.back-top:hover{height:60px}@media screen and (min-width: 1440px){.back-top{right:60px}}.pwa-dialog{position:fixed;top:0;left:0;width:calc(100% - 2rem);height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;padding:0 1rem}.pwa-dialog .info{padding:0 1rem;background-color:#fff;width:100rem;margin:0 auto;font-size:1rem;border-radius:6px}.pwa-dialog .info ol li{list-style:decimal;line-height:1.5rem}.pwa-dialog .info video{width:100%}.pwa-dialog .info .btn-wrapper{width:100%;text-align:end;position:relative;top:.5rem}.pwa-dialog .info .btn-wrapper .close-btn{cursor:pointer;border:none;width:2rem;height:2rem;border-radius:.4rem;background-color:#505050;color:#fff;font-size:1.5rem;text-align:center}ins.adsbygoogle[data-ad-status=unfilled]{display:none!important}.maoding-ads{position:fixed;bottom:0;left:0;z-index:200;width:100%}main{flex:1;background-color:#f9faff;padding:0 30px;overflow:hidden}main .content{width:calc(100% - 20px);height:calc(100vh - 50px);padding-right:20px;padding-top:40px;overflow-y:scroll}main .content header{display:flex;align-items:center;justify-content:space-between}main .content header .welcome h1{font-weight:600;font-size:38px}main .content header .welcome .second-title{display:flex;align-items:center;margin-top:14px}main .content header .welcome .second-title img{width:22px;height:22px;cursor:pointer}main .content header .welcome .second-title span{margin-left:8px;font-weight:600;color:#a7a7af;font-size:16px}main .content header .right-func{display:flex}main .content header .right-func .search{height:50px;width:380px;background-color:#fff;border-radius:16px;position:relative;margin-right:30px}main .content header .right-func .search .search-input{border:none;width:calc(100% - 80px);height:100%;background-color:#fff;border-radius:10px;box-shadow:0 3px 8px #ddd;font-size:16px;color:#a7a7af;padding:0 40px}main .content header .right-func .search .search-input:focus{outline:1px solid #9e9ea0}main .content header .right-func .search .search-input:hover{outline:1px solid #9e9ea0}main .content header .right-func .search .search-input::placeholder{color:#a7a7af}main .content header .right-func .search .search-btn{width:30px;height:30px;position:absolute;left:4px;top:10px}main .content header .right-func .favor-box{cursor:pointer;display:flex;align-items:center;height:50px;width:200px;background-color:#fff;border-radius:16px;box-shadow:0 3px 8px #ddd}main .content header .right-func .favor-box img{width:30px;height:30px;margin:0 10px}main .content header .right-func .favor-box span{color:#000;font-size:16px;font-weight:600}main .content header .right-func .favor-box:hover{outline:1px solid #9e9ea0}main .content::-webkit-scrollbar{width:4px;height:6px}main .content::-webkit-scrollbar-track{background:#efefef;border-radius:2px}main .content::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:10px}main .content::-webkit-scrollbar-thumb:hover{background:#333}main .content::-webkit-scrollbar-corner{background:#179a16}@media screen and (max-width: 1620px){main .content{padding-left:20px;width:calc(100% - 40px);height:calc(100vh - 210px)}}@media screen and (max-width: 1024px){main .content header{flex-direction:column}main .content header .welcome,main .content header .right-func{width:100%;display:flex;justify-content:space-between}main .content header .welcome h1{font-size:30px}main .content header .right-func{margin-top:16px}main .content header .right-func .favor-box{width:50px}main .content header .right-func .favor-box span{display:none}main .content{padding-top:20px;height:100%}}@media screen and (max-width: 768px){main .content header .welcome{flex-direction:column}}@media screen and (max-width: 576px){main .content{width:auto}}@media screen and (max-width: 1620px){main{padding:0}}
