        .mini-title {
            margin-bottom: 12px;
            font-weight: 600;
            position: relative;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 12px;
            letter-spacing: 0.3px;
            color: #90a4ae;
            text-transform: uppercase;
        }
        .header-left {
            z-index: 999999999;
        }
        .mini-title::before {
            background: linear-gradient(90deg, #409EFF, #FFC200);
            content: "";
            height: 3px;
            margin-right: 10px;
            width: 30px;
            border-radius: 2px;
        }

        .timeout-cover {
            width: 280px;
            height: 280px;
            background: #f5f7fa;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .el-header {
            height: 80px !important;
            background-color: #FFF;
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
            position: fixed;
            top: 0;
            z-index: 9;
            width: 100%;
            transition: all 0.3s ease;
            border-bottom: 1px solid rgba(0,0,0,0.04);
        }

        .loginDialog {
            border-radius: 10px!important;
            position: relative;
        }

        .loginDialog .el-dialog__header {
            display: none;
        }

        .loginDialog .el-dialog__body {
            padding:0px !important;
        }

        .header-container {
            width: 1200px;
            height: 100%
        }
        .author-icon {
            margin-right: 1em;
        }
        .nav-text {
            color: #333;
            font-size: 25px;
            margin-left: 1.5em;
            font-weight: 600;
            cursor: pointer;
            font-family: "微软雅黑";
            display: inline-block;
            position: relative;
            transition: color 0.25s ease;
        }
        .nav-text:hover {
            background-color: #409EFF;
            color: #fff;
            border-radius: 6px;
        }
        .nav-text a {
            transition: all 0.25s ease;
        }
        .nav-text:hover > a,
        .nav-text:hover > .nav-title {
            color: #fff !important;
        }
        .nav-list {
            display:none;
            position: absolute;
            min-width:140px;
            background-color: #fff;
            color: #676b6f;
            z-index:1;
            left: -15px;
            padding-top: 32px;
            border-radius:0px 0px 8px 8px;
            box-shadow: 0 6px 16px rgba(0,0,0,0.08);
        }

        .nav-list a {
            color: #555 !important;
            padding:10px 18px;
            text-decoration: none;
            display:block;
            font-size: 13px;
            transition: all 0.2s ease;
        }

        .nav-list a:hover {
            background-color: #409EFF;
            color: #fff !important;
        }

        .nav-list a:hover .badge-primary-lighten {
            color: #409EFF;
            background-color: #fff;
        }

        .nav-text:hover .nav-list{
            display:block;
        }
        .sep {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 30px;
            margin: 0 20px;
            width: 1px;
            outline: none;
            background: linear-gradient(to bottom, transparent, #ddd, transparent);
        }

        .vip-icon {
            margin-right: 1.2em;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .vip-icon a {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .nav-icon {
            color: #333;
            font-size: 20px;
        }

        body {
            font-family: "Microsoft Yahei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Source Han Sans CN", sans-serif;
            background: #f5f7fa;
        }

        * {
            box-sizing: border-box;
        }

        ::selection {
            background: #409EFF;
            color: #fff;
        }

        .page-footer {
            width:100%;
            min-height:325px;
            background-color: #1e2a3a;
            display:flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            color: #b0bec5;
        }
        .page-footer-content {
            padding:3em 0em;
            width:1200px;
            display:flex;
            min-height:250px;
            justify-content: space-between;
            align-items: flex-start;
        }

        .site-intro {
            width:25%;
            display:flex;
            align-items: flex-start;
            justify-content: flex-start;
            flex-direction: column;
            color: #90a4ae;
            line-height: 1.8;
        }

        .site-qrcode {
            width:25%;
            display:flex;
            align-items: flex-end;
            justify-content: flex-end;
            flex-direction: column;
        }

        .site-news-list {
            width:20%;
            font-size:14px;
            display:flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            color:#90a4ae;
        }

        .site-news-list a {
            color:#90a4ae;
            transition: color 0.2s ease;
        }

        .site-news-list a:hover {
            color: #FFC200;
        }

        .copyright {
            width:1200px;
            height:75px;
            padding:1em 0em;
            border-top:solid 1px rgba(255,255,255,0.08);
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:12px;
            color:#607d8b;
        }

        .copyright a {
            color:#607d8b;
            transition: color 0.2s ease;
        }

        .copyright a:hover {
            color: #FFC200;
        }

        .site-item {
            margin-bottom:10px;
            padding:6px 12px;
            border-radius:6px;
            border-color: rgba(255,255,255,0.15);
            background: rgba(255,255,255,0.05) !important;
            border: 1px solid rgba(255,255,255,0.12);
            width:100%;
            display:flex;
            align-items: center;
            justify-content:center;
            transition: all 0.2s ease;
        }

        .site-item:hover {
            background: rgba(255,255,255,0.1) !important;
            border-color: rgba(255,255,255,0.25);
        }

        .site-item a {
            color: #90a4ae !important;
        }

        .badge-primary-lighten {
            color: #536de6;
            background-color: rgba(83, 109, 230, .18);
        }

        .badge-pill {
            padding-right: .6em;
            padding-left: .6em;
            border-radius: 10rem;
        }
        .badge {
            display: inline-block;
            padding: .25em .4em;
            padding-right: 0.4em;
            padding-left: 0.4em;
            font-size: 75%;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: .25rem;
            transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        }

        .search-bar {
            display: none;
            width: 150px;
        }

        .search-bar-input {
            text-align: center;
            height: 28px;
            border-radius: 14px;
            border:1px solid #e0e0e0;
            font-size: 12px;
            width: 95%;
            padding: 0 12px;
            transition: all 0.25s ease;
        }

        .search-bar-input:hover {
            border:1px solid #409EFF;
        }
        .search-bar-input:focus {
            border:1px solid #409EFF;
            outline: none!important;
            box-shadow: 0 0 0 3px rgba(64,158,255,0.12);
        }

        #search-icon {
            cursor: pointer;
            transition: all 0.25s ease;
        }
        #search-icon:hover {
            color: #409EFF;
            transition: color .15s ease-in-out;
        }
        .nav-text a {
            color: #333;
        }
        .entry-copyright{
            margin-top: 20px;
            padding: .5rem;
            border-radius: .25rem;
            background-color: rgba(79, 158, 248, .1);
            font-size: .855rem;
            color: #a1a1a8;
        }
        .me-1{
            margin-right:.25rem!important
        }