* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            margin: 0;
        }
        .page_box {
            /* width: 100%;
            max-width: 1200px;
            margin: 0 auto; */
            /* background: url('../img/page_bg.png') no-repeat center center;
            background-size: 100% 100%; */
            height: 100vh;
            overflow: auto;
        }
        .main {
            /* padding: 0 84px; */
            max-width: 1766px;
            margin: 0 auto;
        }
        .nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: white;
            padding: 10px 20px;
            background: url('../img/nav_bg.png') no-repeat center center;
            background-size: 100% 100%;
            height: 85px;
        }
        .nav_left img {
            width: 214px;
            height: 48px;
        }
        .nav_right {
        }
        .nav_right .time {
            font-size: 16px;
            color: #fff;
            margin-right: 6px;
        }
        .nav_right .week {
            font-size: 16px;
            color: #fff;
        }
        .introduce {
            margin-top: 30px;
            margin-bottom: 30px;
            padding: 25px 48px;
            background: url('../img/introduce_bg.png') no-repeat center center;
            background-size: 100% 100%;
        }
        .introduce .title_h1 {
            color: #fff;
            font-size: 45px;
            font-weight: bold;
        }
        .introduce .title_h1 .img {
            width: 358px;
            height: 52px;
            display: block;
        }
        .introduce .title_h2 {
            color: #fff;
            font-size: 26px;
            padding-left: 10px;
        }
        .introduce .title_h2 .green {
            color: #68CA0F;
        }
        .data_box {
            display: flex;
            /* justify-content: space-between; */
            justify-content: center;
            align-items: center;
            gap: 37px;
        }
        .data_box .data_item {
            /* flex: 1; */
            width: 600px;
            display: flex;
            align-items: center;
            background-size: 100% 100%;
            padding: 28px 28px 20px;
            position: relative;
        }
        .data_box .data_item .data_item_item {
            font-size: 16px;
            color: #fff;
            position: absolute;
            right: 30px;
            top: 22px;
        }
        .data_item_bg1 {
            background: url('../img/data_icon1_bg.png') no-repeat center center;
        }
        .data_item_bg2 {
            background: url('../img/data_icon2_bg.png') no-repeat center center;
        }
        .data_item_bg3 {
            background: url('../img/data_icon3_bg.png') no-repeat center center;
        }
        .data_item_bg4 {
            background: url('../img/data_icon4_bg.png') no-repeat center center;
        }
        .data_item_bg5 {
            background: url('../img/data_icon5_bg.png') no-repeat center center;
        }
        .data_box .data_item_img {
            width: 155px;
            height: 116px;
        }
        .data_box .content {
            padding-left: 24px;
        }
        .data_box .content .num {
            font-size: 40px;
            color: #fff;
            font-weight: bold;
        }
        .data_box .text {
            font-size: 20px;
            color: #fff;
        }
        .bottom_content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 30px;
        }
        .map_content {
            flex: 1;
            background: url('../img/map_box_bg.png') no-repeat center center;
            background-size: 100% 100%;
            padding: 40px 50px;
            position: relative;
            margin-right: 40px;
            height: 539px;
        }
        .ranking_list {
            width: 604px;
            height: 539px;
            background: url('../img/list_bg.png') no-repeat center center;
            background-size: 100% 100%;
            padding: 38px 40px;
            position: relative;
        }
        .ranking_box {
            overflow: hidden;
            height: 432px;
        }
        .ranking_box .rank_img {
            width: 37px;
            height: 23px;
            margin-right: 16px;
        }
        .ranking_box .rank_num {
            width: 37px;
            text-align: center;
            display: inline-block;
            margin-right: 16px;
        }
        .ranking_list .ranking_item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            /* height: 70px; */
        }
        .ranking_list .ranking_item .text {
            font-weight: bold;
            font-size: 20px;
            color: #FFFFFF;
            display: flex;
            align-items: center;
        }
        .ranking_list .ranking_item .right_info {
            display: flex;
            align-items: center;
            gap: 14px;
        }
        .ranking_list .ranking_item .num {
            background: rgba(101, 196, 15, 0.2);
            border-radius: 7px;
            padding: 0 16px;
            display: inline-block;
            font-weight: bold;
            font-size: 16px;
            color: #64C50F;
            height: 30px;
            line-height: 30px;
        }
        .ranking_list .ranking_item .percentage {
            background: rgba(232, 173, 23, 0.2);
            border-radius: 7px;
            padding: 0 16px;
            display: inline-block;
            font-weight: bold;
            font-size: 16px;
            color: #E8AD17;
            height: 30px;
            line-height: 30px;
        }

        .ranking_list .title_img,
        .map_content .title_img {
            /* height: 35px; */
            width: 286px;
        }
        .ranking_list .title_img {
            margin-bottom: 10px;
        }
        .e-map {
            width: 517px;
            height: 421px;
            background: url('../img/map_bg.png') no-repeat center center;
            background-size: 100% 100%;
        }
        .city_info_box {
            display: flex;
            justify-content: space-between;
            height: 100%;
        }
        .city_info_box .city_info_left {
            width: 570px;
            height: 100%;
        }
        .city_info_box .city_info_right {
            width: 500px;
            height: 100%;
            position: relative;
        }
        .city_info_right .text {
            margin-top: 380px;
        }
        .city_info_box .text {
            text-align: center;
            font-size: 20px;
            color: #fff;
        }
        .city_active {
            position: absolute;
            width: 190px;
            height: 190px;
            background-size: 100% 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .city_active .city_text {
            font-size: 20px;
            color: #fff;
            position: relative;
            z-index: 10;
        }
        .city_active .city_number {
            font-size: 40px;
            color: #fff;
            position: relative;
            z-index: 10;
            font-weight: bold;
        }
        .city_asbolute1 {
            top: 0;
            left: 34px;
        }
        .city_asbolute2 {
            top: 9px;
            left: 280px;
        }
        .city_asbolute3 {
            top: 170px;
            left: 0;
        }
        .city_asbolute4 {
            top: 120px;
            left: 150px;
        }
        .city_asbolute5 {
            top: 170px;
            left: 300px;
        }
        .levelColor1 .ripple {
            background: #42870A;
        }
        .levelColor2 .ripple {
            background: #A69B10;
        }
        .levelColor3 .ripple {
            background: #BC7D1F;
        }
        .levelColor4 .ripple {
            background: #C93B2A;
        }
        /* .city_asbolute5 .ripple {
            background: #322C54;
        } */
        .city_active .ripple {
            position: absolute;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            animation: ripple-effect 2s ease-out infinite;
            transform: scale(0);
            opacity: 0;
        }
        .levelColor1 {
            background: url('../img/city_active_bg1.png') no-repeat center center;
        }
        .levelColor2 {
            background: url('../img/city_active_bg2.png') no-repeat center center;
        }
        .levelColor3 {
            background: url('../img/city_active_bg3.png') no-repeat center center;
        }
        .levelColor4 {
            background: url('../img/city_active_bg4.png') no-repeat center center;
        }

        .city_active .ripple:nth-child(2) {
            animation-delay: 0.3s;
        }

        .city_active .ripple:nth-child(3) {
            animation-delay: 0.6s;
        }

        @keyframes ripple-effect {
            0% {
                transform: scale(0);
                opacity: 0.6;
            }
            100% {
                transform: scale(8);
                opacity: 0;
            }
        }

        #backgroundVideo {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            min-width: 100%;
            min-height: 100%;
            width: 100%;
            height: 100%;
            z-index: -100;
            object-fit: cover;
        }

        .right_text_time {
            position: absolute;
            right: 50px;
            top: 46px;
            font-size: 16px;
            color: #fff;
        }