
        .select2-container--bootstrap {
            display: inline-block !important;
            width: 155px !important;
        }

        .select2-container--bootstrap .select2-selection--single {
            width: 155px;
            background: #fff;
            height: 36px;
            line-height: 36px;
            border-radius: 18px;
            border: 1px solid #e4e4e4;
            cursor: pointer;
            text-indent: 10px;
            padding: 0 10px;
            font-size: 14px;
        }

        .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
            background-color: #00a274;
        }

        .select2-dropdown {
            border-radius: 18px;
            color: #333;
            font-size: 14px;
            border-color: #00a274 !important;
        }

        .select2-container--bootstrap.select2-container--focus .select2-selection,
        .select2-container--bootstrap.select2-container--open .select2-selection {
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 162, 116, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 162, 116, 0.6);
            border-color: #00a274;
        }

        .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
            right: 18px;
        }

        .banner-text {
            position: relative;
            text-align: center;
        }

        .banner-text-title {
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            margin-top: 10px;
            letter-spacing: 10px;
        }

        .banner-text-subtitle {
            color: #f5f5f5;
            font-size: 12px;
            letter-spacing: 5px;
            position: relative;
            left: -3px;
        }

        .banner-text-content {
            display: inline-block;
            width: 280px;
        }

        .banner-text-content>div {
            float: left;
            text-align: center;
            width: 140px;
            margin-top: 5px;
        }

        .banner-text-content>div>p:first-child {
            font-size: 25px;
            font-weight: bold;
            color: #fff;
            letter-spacing: 1px;
            font-family: "My DIN Condensed";
        }

        .banner-text-content>div>p:last-child {
            font-size: 12px;
            color: #fff;
            letter-spacing: 2px;
            margin-top: -5px;
        }

        .swiper-pagination-bullet-active {
            background: #00a274 !important;
            width: 18px !important;
            border-radius: 18px !important;
        }

        .swiper-pagination-bullet {
            background: #cbcbcb;
            opacity: 1;
            margin: 0 2px !important;
            border-radius: 8px !important;
            -webkit-transition: width 0.3s, background-color 0.3s;
            -moz-transition: width 0.3s, background-color 0.3s;
            -ms-transition: width 0.3s, background-color 0.3s;
            -o-transition: width 0.3s, background-color 0.3s;
            transition: width 0.3s, background-color 0.3s;
        }

        .index_publish {
            border: 2px dashed #d2d2d2;
            border-radius: 4px;
            position: relative;
            padding: 12px 20px;
        }

        .active {
            background: #00a274;
            color: #fff !important;
            border-radius: 15px;
            box-shadow: 0px 1px 2px #00a274;
        }

        .explorer_tip_warp {
            /* display: none; */
        }

        .explorer_tip {
            position: fixed;
            top: 1.9vw;
            right: 4%;
            /* width: fit-content; */
            height: 8vw;
            line-height: 8vw;
            z-index: 99999;
            background-color: #5c5c5c;
            border-radius: 3px;
            color: #fff;
            display: flex;
            align-items: center;
            flex-wrap: nowrap;
            justify-content: center;
            flex-direction: row;
            white-space: nowrap;
            padding: 0 3vw;
            /* min-width: 54vw; */
            box-sizing: border-box;
            font-size: 14px;
        }

        .explorer_tip::after {
            border-left: 12px solid transparent;
            /* border-right: 15px solid transparent; */
            border-bottom: 12px solid #5c5c5c;
            content: "";
            position: absolute;
            right: 12px;
            top: -7px;
            width: 0;

        }

        .explorer_tip .bg {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1;
        }

        .explorer_tip .close {
            width: 4.4vw;
            height: 4.4vw;
            margin-left: 3vw;
            /* position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%); */
            /* z-index: 100; */
        }
        
        #flinks {
                width: 500px;
            }

            /* 文字上下滚动 */
            .scroll-box {
                width: 100%;
                position: relative;
                top: 0;
                overflow: hidden;
                padding: 5px 20px 3px 20px;
                display: inline-block;
                height: 29px;
                line-height: 29px
            }

            .scroll-box.on {
                background: #fff;
                z-index: 2;
                overflow: auto;
                height: auto !important;
                box-shadow: 1px 1px 10px #888
            }

            .scroll-box.on li {
                top: 0 !important;
                border-bottom: 1px dotted #ccc
            }

            .scroll-box li {
                position: relative;
            }

            .scroll-box a {
                line-height: 33px;
                font-size: 12px;
                display: inline-block;
                white-space: nowrap;
                padding-top: 0 !important;
                padding-bottom: 0 !important;
                margin-top: 0 !important;
                margin-bottom: 0 !important;
            }

            .scroll-mask {
                z-index: 1;
                display: none;
                position: fixed;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                display: none;
                background-color: rgba(0, 0, 0, 0.5);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000)
            }

            .scroll-mask.on {
                display: block;
            }

            .overflow {
                display: inline-block;
                max-width: 110px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                vertical-align: middle;
                margin-bottom: 1px;
            }

            .decoration {
                border-bottom: 1px solid #00a274;
                position: absolute;
                right: 0;
                color: #00a274;
                border-bottom: 1px solid #00a274;
                font-weight: 600;
                display: inline-block;
                height: 27px;
            }

            .duijie_btn {
                color: #fff;
                padding: 3px 12px;
                border-radius: 13px;
                background: #00a274;
                margin: 0 auto;
                display: inline-block;
                text-align: center;
            }
    