body {
        margin: 0;
        /* overflow-y: hidden; */
    }
    .container {
        padding-top: 5vw;
        background-color: #f7f4f4;
    }
    .content-top {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 4.5vw;
        display: flex;
        align-items: end;
        z-index: 9999;
        padding-bottom: 1.5vw;
        border-bottom: 3px solid #409EFF;
        background-color: #0199fe;
    }
    .logo {
        margin-left: 4vw;
        width: 9vw;
        margin-right: 2vw;
        /* height: 6vw; */
        transform: translateY(0.7vw);
        }
        .content-top-center {
            display: flex;
            margin-left: 3vw;
        }
        .top-center-button {
            padding: 0.6vw 0.8vw;
            font-size: 1.2vw;
            color: #fff;
            background-color: #0199fe;
            text-decoration: none; /* 鍘婚櫎涓嬪垝绾� */
        }
        .top-center-button:hover {
            cursor:pointer;
            /* background-color: #78b4f0; */
            color: rgb(233, 184, 124);
        }
        #date-picker {
            margin-left: 3vw;
            height: 2vw;
            font-size: 1vw;
            font-family: 微软雅黑;
            border-color: #eee;
            /* transform: translateY(1vw); */
        }
        #text-input-header {
            position: absolute;
            right: 1vw;
            top: 0vw;
            padding-left: 1vw;
            padding-right: 2.6vw;
            height: 1.9vw;
            font-size: 1vw;
            border-radius: 1vw;
            font-family: 微软雅黑;
			border:none;
            border-color: #0199fe;
        }
        .text-input-box-header {
            margin-left: 18vw;
            position: relative;
            height: 2vw;
            transform: translateY(-0.3vw);
        }
        .fa-search {
            position: absolute;
            right: 1vw;
            top: 0.5vw;
            font-size: 1.2vw;
            cursor:pointer;
            color: #bbb6b6;
        }
        #search-button {
            margin-left: 0.5vw;
            height: 1.9vw;
        }
        .right-button {
            margin-left: 1vw;
            padding: 0.6vw 0.6vw;
            transform: translateY(1vw);
            font-size: 1vw;
            font-family: 微软雅黑;
            color: #fff;
            background-color: #0199fe;
        }
        .right-button-border {
            border: 1px solid #b0d7f1;
            background-color: #f0f0f0;
            color: #666666;
            font-size: 1vw;
            border-radius: 0.2vw;
        }
        .right-button:hover {
            cursor:pointer;
            background-color: #78b4f0;
        }
        .top-right-login {
            margin-left: 7vw;
            font-size: 0.7vw;
            color: #fff;
            transform: translateY(-0.6vw);
        }
        .right-botton-margin {
            margin-left: 0 !important;
            padding: 0.6vw 0.2vw;
            background-color: #0199fe;
        }
        .content-center {
            padding: 1vw 8vw;
            position: relative;
        }
        .content-center-border {
            border: 2px solid rgb(133, 6, 6);
        }
        .content-center-carousel-left {
            display: flex;
        }
        .carousel {
            position: relative;
            width: 45vw; /* 杞挱鍥惧搴� */

            height: 20vw; /* 杞挱鍥鹃珮搴� */
            margin: auto; /* 灞呬腑瀵归綈 */
            cursor:pointer;
            overflow: hidden; /* 闅愯棌婧㈠嚭鍐呭 */
        }
        .content-center-carousel-right-img {
            width: 20vw;
            margin-left: 0.1vw;
        }
        .content-center-carousel-right-img img {
            width: 100%;
            height: 9.9vw;
            transform: translateY(0.1vw);
        }
        /* .content-center-carousel-right-img img:first-child {
            transform: translateY(0.1vw);
        } */
        .slides {
            display: flex; /* 浣跨敤 flexbox 甯冨眬 */
            transition: transform 0.5s ease; /* 鍔ㄧ敾鏁堟灉 */

        }
        .slide {
            width: 100%; /* 姣忓紶骞荤伅鐗囧崰婊″鍣� */
            flex-shrink: 0; /* 闃叉缂╁皬 */
            position: relative;
        }
        .slide img {
            width: 100%;
            height: 20vw; /* 杞挱鍥鹃珮搴� */
            display: block; /* 娑堥櫎搴曢儴绌洪殭 */
        }
        /* 闅愯棌鐨� radio 鎸夐挳 */
        input[type="radio"] {
            display: none;
        }
        /* 鍦嗙偣鎸囩ず鍣� */
        .indicators {
            position: absolute;
            top: 23vw;
            left: 30%;
            text-align: center;
        }
        .indicator {
            display: inline-block;
            width: 0.5vw;
            height: 0.5vw;
            background-color: #bbb;
            border-radius: 50%;
            margin: 0 0.25vw;
            cursor: pointer;
        }
        /* 婵�娲绘寚绀哄櫒鐨勬牱寮� */
        input[type="radio"]:checked + .indicator {
            background-color: #717171;
        }
        .content-center-carousel {
            display: flex;
            margin-top: 1vw;
            padding: 0 2vw;
        }
        .content-center-carousel-right {
            margin-left: 3vw;
            font-size: 1vw;
            font-family: 微软雅黑;
            font-weight: 600;
            cursor:pointer;
        }
        .content-center-carousel-right-title {
            margin-top: 1.9vw;
        }
        .content-center-carousel-right-title:hover {
            color: #409EFF;
        }
        .content-center-carousel-right-title:first-child {
            margin-top: 0.3vw;
        }
        .content-center-item {
            margin-top: 2vw;
            padding: 0 2vw;
        }
        .content-center-item:first-child {
            margin-top: 2vw;
        }
        .content-center-item-title {
            font-size: 1.3vw;
            font-family: 微软雅黑;
            font-weight: 600;
        }
        .content-center-item-title span {
            font-size: 0.7vw;
            color: #909399;
        }
        .content-center-item-box {
            display: flex;
            justify-content: space-between;
            margin-top: 0.8vw;
            /* padding-right: 3vw; */
        }
        .content-center-item-box-item {
            width: 21vw;
            margin-bottom: 1vw;
            transition: all 0.3s ease;
            background-color: #fff;
        }
        .content-center-item-box-item:hover {
            cursor:pointer;
            box-shadow: 0 0 0.5vw #999;
            transform: translateY(-0.25vw);
        }
        .content-center-item-box-item img {
            width: 100%;
            height: 11.5vw;
        }
        .content-center-item-box-title {
            margin: 0.5vw 0.5vw 0.3vw 0.5vw;
            font-size: 1vw;
        }
        .content-center-item-box-info {
            margin: 0.5vw 0.5vw 1vw 0.5vw;
            font-size: 0.6vw;
        }
        .content-center-bottom {
            display: flex;
            justify-content: space-between;
            margin-top: 2vw;
            padding: 0 5vw 0 2vw;
        }
        .content-center-bottom-item {
            width: 100%;
            margin-right: 6.4vw;
        }
        .content-center-bottom-item-title {
            margin-bottom: 1vw;
            font-size: 1vw;
            font-family: 微软雅黑;
            font-weight: 600;
        }
        .content-center-bottom-img {
            width: 35vw;
            height: 10vw;
            transition: all 0.3s ease;
        }
        .content-center-bottom-img:hover {
            cursor:pointer;
            transform: scale(1.05);
        }
        .dialog {
            width: 40vw;
            height: 20vw;
            display: flex;
            flex-wrap: wrap; /* 鍏佽鎹㈣ */
            position: absolute;
            top: 1%;
            left: 35%;
            z-index: 999;
            padding: 1vw;
            opacity: 0;
            transition: all 1s ease;
            overflow-y: auto;
            background-color: #fff;
        }
        .dialog-item {
            width: 23%;
            margin-right: 2%;
            transition: all 0.3s ease;
        }
        .dialog-item:nth-child(4n) {
            margin-right: 0;
        }
        .dialog-item:hover {
            cursor:pointer;
            box-shadow: 0 0 0.5vw #999;
            transform: translateY(-0.25vw);
        }
        .dialog-item img {
            width: 100%;
        }
        .dialog-item-title {
            text-align: center;
            font-size: 0.8vw;
        }
        .content-center-carousel-right-info-box {
            position: relative;
        }
        .content-center-carousel-right-info {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 0.5vw 0;
            background-color: rgba(0,0,0,0.3);
        }
        .content-center-carousel-right-info-title {
            font-size: 0.6vw;
            padding: 0 1vw;
            color: #2fa293;
        }
        .content-center-carousel-right-info-title:hover {
            color: #409EFF;
            cursor:pointer;
        }
        .content-center-carousel-right-info-text {
            margin-top: 1vw;
            font-size: 0.6vw;
            padding: 0 1vw;
            color: #fff;
        }
        .content-center-carousel-right-info-text:hover {
            color: #e7e6e6;
            cursor:pointer;
        }
        .slide-title {
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 1vw;
            width: 100%;
            font-size: 1.5vw;
            font-family: 微软雅黑;
            font-weight: 600;
            background-color: rgba(0,0,0,0.3);
            color: #fff;
        }
        .slide-title:hover {
            cursor:pointer;
            color: #e7e6e6;
        }
        .login {
            width: 5vw;
            transform: translateY(0.4vw);
            margin-left: 1vw;
            cursor:pointer;
        }
        .bottom-box {
            display: flex;
            /* align-items: center; */
            text-align: center;
            padding: 1vw 0 8vw 34.5vw;
            background-color: #fff;
        }
        .bottom-info {
            margin-top: 1vw;
            font-size: 1vw;
            line-height: 1.2vw;
            color: #909399;
        }
        .beian-a {
            margin-left: 1vw;
            color: #909399;
        }
        .content-center-item-href {
            color: #fff;
            text-decoration: none; /* 鍘婚櫎涓嬪垝绾� */
        }
        .iframe_box {
            height: 100vh;
            overflow-y: hidden;
        }

            /* 閽堝IE鍜孍dge */
            #myIframe {
                -ms-scroll-chaining: chained;
            }

            /* 閽堝Chrome, Safari鍜屽叾浠朩ebKit娴忚鍣� */
            #myIframe::-webkit-scrollbar {
                display: none;
            }

            /* 閽堝Firefox */
            #myIframe {
                scrollbar-width: none;
            }
            .button{
                width: 7vw;
                padding: 0.6vw 1vw;
                text-align: center;
                font-weight: bold;
                font-size: 0.7vw;
                color: #fff;
                text-shadow:1px 1px 1px #333;
                border-radius: 0.25vw;
                transform: translateY(1vw);
                position: relative;
                overflow: hidden;
                }
                .button:hover {
                    cursor:pointer;
                }
                .button.gray{
                    color: #8c96a0;
                    text-shadow:1px 1px 1px #fff;
                    border:1px solid #dce1e6;
                    box-shadow: 0 1px 2px #fff inset,0 -1px 0 #a8abae inset;
                    background: -webkit-linear-gradient(top,#f2f3f7,#e4e8ec);
                    background: -moz-linear-gradient(top,#f2f3f7,#e4e8ec);
                    background: linear-gradient(top,#f2f3f7,#e4e8ec);
                    }
                    .btn_date {
                        margin-left: 15vw;
                        transform: translateY(-0.2vw);
                        font-weight:normal;
                    }
                    .content-center {
                        margin-top: 1vw;
                        padding: 1vw 4vw 1vw 4vw;
                        position: relative;
                        /* display: none; */
                    }
                    .pagination-box {
                        padding-top: 1vw;
                        font-size: 1vw;
                        text-align: center;
                    }
                    ul.pagination {
                        display: inline-block;
                        padding: 0;
                        margin: 0;
                        }

                        ul.pagination li {
                            display: inline;
                        }

                        ul.pagination li a {
                            color: black;
                            float: left;
                            padding: 8px 16px;
                            text-decoration: none;
                        }
                        .active {
                            background-color: #35b4f0;
                        }
                        .tabTitle {
                            font-size: 1vw;
                            padding: 1vw;
                            background-color: #d6d4d4;
                        }