        .auth-alert {
            position: fixed;
            top: 0;
            right: 0;
            z-index: 100000;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(4px);
        }

        .auth-alert .box {
            display: table;
            width: 100%;
            height: 100%;
        }

        .auth-alert .box .view {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

        .auth-alert .body {
            display: inline-block;
            width: 260px;
            padding: 190px 20px 20px 20px;
            border-radius: 25px;
            border: 10px solid #F66;
            background: #FFF;
            position: relative;
            box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.0);
            -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.0);
            -moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.0);
        }

        .auth-alert .body div {
            width: 301px;
            height: 260px;
            position: absolute;
            top: -72px;
            left: 0;
            background: url("/static/app/images/tips_phone.png") center top no-repeat;
            background-size: 100% auto;
        }

        .auth-alert .body rllurijlgv {
            margin-top: 20px;
            display: inline-block;
            width: 60px;
            height: 30px;
            line-height: 30px;
            background: #FC0;
            color: #FFF;
            padding: 0 20px;
            border-radius: 40px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .auth-alert .body rllurijlgv:hover {
            background: #444;
        }

        .auth-alert .body rllurijlgv:active {
            opacity: 1;
        }

        * {
            margin: 0;
            padding: 0;
            border: 0;
        }

        body {
            background: #182121;
            font-size: 13px;
            color: #000;
            transition: 0.2s;
        }

        li {
            list-style-type: none;
            cursor: pointer;
            transition: 0.2s;
        }

        .cb {
            clear: both;
        }

        .bolder {
            font-weight: bolder;
            font-size: 14px;
        }

        .top {
            width: 100%;
            height: 200px;
            background: #182121;
        }

        /*.top a {*/
        /*    display: block;*/
        /*    width: 100%;*/
        /*    height: 200px;*/
        /*    margin: auto;*/
        /*    background: #182121 url(/static/app/images/logobg.png) center top no-repeat;*/
        /*}*/

        .main {
            width: 90%;
            margin: auto;
            max-width: 1400px;
        }

        .main .left {
            width: calc(100%-10px);
            /*float: left;*/
            padding: 20px 0px;
        }

        .main .right {
            width: calc(100%-10px);
            float: right;
            background: #FFF;
            border-radius: 15px;
            overflow: hidden;
            border: 5px solid #F66;
        }

        /**banner**/
        .banner {
            overflow: hidden;
            width: 100%;
            /*max-width: 1000px;*/
            margin: 0px auto;
        }

        .banner ul a {
            width: 50%;
            float: left;
            margin-bottom: 4px;
        }

        .banner ul a img {
            height: 70px;
            width: 100%;
        }

        /**文字**/
        .wzlist {
            overflow: hidden;
            width: 100%;
            margin: 20px auto;
            min-height: 43px;
            text-align: center;
        }

        .wzlist ul a {
            display: inline-block;
            max-width: 150px;
            margin: 4px;
            border: 2px solid #F66;
            text-align: center;
            color: #FFF;
            padding: 8px 12px;
            font-size: 14px;
            font-weight: 900;
            border-radius: 8px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .wzlist ul a:hover {
            opacity: 0.98;
        }


        /**APP**/
        .focus {
            width: 100%;
            height: auto;
            overflow: hidden;
            position: relative;
        }

        /*.focus a {*/
        /*    width: calc(100% - 11px);*/
        /*    height: 140px;*/
        /*    display: block;*/
        /*    background: #FFF url(/static/app/images/1.jpg) center center;*/
        /*    border: 8px solid #f3006d;*/
        /*    border-radius: 16px 0 0 16px;*/
        /*}*/

        .focus a span {
            display: block;
            width: 120px;
            height: 30px;
            cursor: pointer;
            line-height: 30px;
            text-align: center;
            background: #ffb100;
            border-radius: 18px;
            color: #FFF;
            position: absolute;
            left: 50%;
            margin-left: -60px;
            bottom: 20px;
        }

        .focus a:hover span {
            background: #FC0;
        }

        .applist {
            overflow: hidden;
            /*margin: 10px;*/
        }

        .applist ul a {
            display: inline-block;
            width: calc(5% - 4px);
            text-align: center;
            color: #999;
            padding: 3px 0;
            font-size: 13px;
            line-height: 26px;
            border-radius: 6px;
            overflow: hidden;
            text-overflow: clip;
            white-space: nowrap;
            transition: .2s;
            position: relative;
        }

        .applist ul a.PChide {
            display: none;
        }

        .applist ul a.cu {
            font-weight: 900;
        }

        .applist ul a img {
            display: block;
            width: 46px;
            height: 46px;
            margin: 4px auto;
            border-radius: 20%;
        }

        .applist ul a i {
            position: absolute;
            top: 5px;
            left: 50%;
            margin-left: 10px;
        }

        .applist ul a:hover {
            background: #F66;
            color: #FFF !important;
        }


        /**项目**/
        .card {
            overflow: hidden;
            margin-left: -1px;
        }

        .card .title {
            height: 40px;
            width: 100%;
            line-height: 40px;
            color: #FFF;
            text-indent: 20px;
            font-size: 18px;
            font-weight: bolder;
            background: #F66;
        }

        .card .list ul {
            margin: 20px;
            border-top: 1px solid #ddd;
            border-left: 1px solid #ddd;
        }

        .card .list ul::-webkit-scrollbar {
            width: 4px;
        }

        .card .list ul::-webkit-scrollbar-thumb {
            background: #ffb400;
        }

        .card .list ul a {
            width: calc(10% - 1px);
            color: #000;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            height: 36px;
            float: left;
            position: relative;
            overflow: hidden;
        }

        .card .list ul a.less {
            color: #555;
        }

        .card .list ul a div {
            height: 36px;
            line-height: 36px;
            text-align: center;
            transition: .2s;
            overflow: hidden;
            white-space: nowrap
        }

        .card .list ul a div p.tips {
            display: inline;
            padding: 3px 3px 2px 3px;
            background: #F00;
            color: #FFF;
            border-radius: 2px;
            font-size: 12px;
            position: relative;
            top: 0;
        }

        .card .list ul a:hover div {
            background-color: #F5F5F5;
            color: #F00;
        }

        .card .list ul a:hover span.collect {
            display: block;
            background-color: #333;
        }

        .card .list ul a span.collect[data-collected="1"] i {
            color: #F66;
        }

        .vip:after {
            content: "\f06c";
            color: #04e835;
            font-size: 15px;
            position: relative;
            left: 3px;
        }

        .card:nth-child(1) .title {
            background: #F66;
        }

        .card:nth-child(2) .title {
            background: #09c;
        }

        .card:nth-child(3) .title {
            background: #f0ab09;
        }

        .card:nth-child(4) .title {
            background: #f66;
        }

        .card:nth-child(5) .title {
            background: #099;
        }

        .card:nth-child(6) .title {
            background: #c9bc25;
        }

        .card:nth-child(7) .title {
            background: #f90;
        }

        .card:nth-child(8) .title {
            background: #36b2cd;
        }

        .card:nth-child(9) .title {
            background: #f66;
        }

        .card:nth-child(10) .title {
            background: #f8d549;
        }

        .card:nth-child(11) .title {
            background: #d8b445;
        }

        .card:nth-child(12) .title {
            background: #c173db;
        }

        .card:nth-child(13) .title {
            background: #8ac842;
        }

        .card:nth-child(14) .title {
            background: #f66;
        }

        .card:nth-child(15) .title {
            background: #09c;
        }

        /**按钮**/
        .button {
            width: 40px;
            height: auto;
            position: fixed;
            bottom: 50px;
            right: 20px;
            overflow: hidden;
        }

        .button span {
            width: 40px;
            height: 40px;
            border-radius: 20px;
            display: block;
            text-align: center;
            background: #FC0;
            color: #FFF;
            cursor: pointer;
            transition: 0.2s;
        }

        .button span:last-child {
            border-bottom: none;
        }

        .button span:hover {
            background: #F66;
        }

        .button span i {
            line-height: 40px;
        }

        .button_active {
            background-color: #F66 !important;
        }

        /**关灯**/
        .black .main .right {
            background: #082020;
        }

        .black .card .list ul {
            border-color: #4c5f5f;
        }

        .black .card .list ul a {
            color: #DDD;
            border-color: #4c5f5f;
        }

        .black .card .list ul a:hover div {
            background: #0a2626;
            color: #FFF;
        }

        /**最新添加**/
        .apply_webs {
            height: auto;
            padding: 20px 15px;
            background: #333;
        }

        .apply_webs ul a {
            float: left;
            display: inline-block;
            padding: 5px 8px;
            color: #AAA;
            border-radius: 6px;
            line-height: 20px;
        }

        .apply_webs ul a:hover {
            color: #FFF;
        }

        .apply_webs_tips {
            text-align: left;
            line-height: 36px;
            text-indent: 10px;
            font-size: 14px;
            color: #eee;
        }

        .apply_webs_tips span {
            color: #999;
            font-weight: normal;
        }



        /**自适应**/
        @media screen and (max-width:1560px) {
            .card .list ul a {
                width: calc(11.1111111111% - 1px);
            }
        }

        @media screen and (max-width:1400px) {
            .card .list ul a {
                width: calc(12.5% - 1px);
            }
        }

        @media screen and (max-width:1300px) {
            .main .left {
                width: calc(100%-10px);
            }

            .main .right {
                width: calc(100%-10px);
            }

            .applist ul a {
                width: calc(10% - 4px);
            }

            @media screen and (max-width:1200px) {
                .card .list ul a {
                    width: calc(14.2857% - 1px);
                }
            }

            @media screen and (max-width:1100px) {
                .card .list ul a {
                    width: calc(16.66666666666667% - 1px);
                }
            }

            @media screen and (max-width:950px) {
                .main .left {
                    float: none;
                    top: auto;
                    width: 100%;
                    padding-top: 0;
                }

                .main .right {
                    width: calc(100% - 10px);
                }

                .banner ul a {
                    width: 100%;
                }

                .wzlist ul a {
                    width: calc(16.66666666666667% - 12px);
                    height: 36px;
                    float: left;
                    line-height: 36px;
                    text-align: center;
                    padding: 0;
                }

                .focus {
                    border-radius: 10px;
                }

                .focus a {
                    width: auto;
                    border-radius: 16px;
                }

                .applist ul a {
                    width: calc(10% - 4px);
                }

                .applist ul a {
                    font-size: 14px;
                }

                .applist ul a img {
                    width: 60px;
                    height: 60px;
                }

                .card .list ul a {
                    width: calc(14.2857% - 1px);
                }
            }

            @media screen and (max-width:850px) {
                .card .list ul a {
                    width: calc(16.66666666666667% - 1px);
                }

                .wzlist ul a {
                    width: calc(20% - 12px)
                }

                .applist ul a {
                    width: calc(12.5% - 4px);
                }
            }

            @media screen and (max-width:750px) {
                .wzlist ul a {
                    width: calc(25% - 12px)
                }

                .card .list ul a {
                    width: calc(20% - 1px);
                }
            }

            @media screen and (max-width:700px) {
                .applist ul a {
                    width: calc(12.5% - 4px)
                }

                .banner ul a img {
                    height: 60px;
                }
            }

            @media screen and (max-width:650px) {
                .applist ul a {
                    width: calc(20% - 3px);
                }

                .card .list ul a {
                    width: calc(25% - 1px);
                }
            }

            @media screen and (max-width:600px) {
                .top {
                    height: 130px;
                }

                .top a {
                    height: 130px;
                    background-size: auto 100%;
                }

                .main {
                    width: 96%;
                }

                .wzlist ul {
                    margin: 0 -4px;
                }

                .hidden {
                    display: none;
                }

                .bolder {
                    font-size: 13px;
                    font-weight: normal;
                }
            }

            @media screen and (max-width:520px) {
                .main {
                    width: 98%;
                }

                .main .right {
                    border: none;
                    width: 100%;
                }

                .applist ul a {
                    width: calc(20% - 3px);
                    font-size: 13px;
                }

                .banner ul a img {
                    height: 50px;
                }

                .wzlist ul {
                    margin: 0;
                }

                .wzlist ul a {
                    border: none;
                    margin: 0;
                    width: 25%;
                }

                .card .list ul {
                    margin: 0;
                }

                .focus {
                    display: none;
                }

                .applist ul a.PChide {
                    display: inline-block;
                }
            }

            @media screen and (max-width:450px) {
                .top {
                    height: 100px;
                }

                .top a {
                    height: 100px;
                    background-size: auto 100%;
                }

                body {
                    font-size: 12px;
                }

                .wzlist ul a {
                    width: 33.3333333%;
                }

                .applist ul a img {
                    width: 52px;
                    height: 52px;
                }
            }

            @media screen and (max-width:400px) {
                .applist ul a {
                    font-size: 12px;
                }

                .main {
                    width: 100%;
                }

                .wzlist ul a {
                    width: 33.3333333%;
                }
            }