        @font-face {
            font-family: 'YouSheBiaoTiHei';
            src: url(../font/YouSheBiaoTiHei-2.ttf);
            font-weight: normal;
            font-style: normal;
        }
        
        body {
            background: url("../image/bg1.png") no-repeat center top #0b1530;
            background-size: 100% auto;
            width: 1920px;
            font-family: SourceHanSansCN;
        }
        
        .head {
            height: 83px;
            overflow: hidden;
        }
        
        .date {
            color: #FFFFFF;
            font-size: 16px;
            margin-top: 43px;
            margin-left: 60px;
        }
        
        .main {
            position: relative;
            background: url("../image/bg2.png") no-repeat center top #0b1530;
            background-size: 100% 100%;
            width: 1920px;
            background-color: rgba(255, 255, 255, 0);
        }
        
        .title {
            font-family: 'YouSheBiaoTiHei';
            position: absolute;
            font-size: 40px;
            width: 100%;
            text-align: center;
            top: 4px;
            background: -webkit-linear-gradient(#FFFFFF, #43F5FF);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .main_mod>div {
            float: left;
        }
        
        .main_left {
            width: 450px;
        }
        
        .main_left>div {
            float: right;
        }
        
        .main_center {
            position: relative;
            width: 1018px;
        }
        
        .main_right {
            width: 433px;
        }
        
        .football_news {
            height: 138px;
            width: 405px;
            background: url("../image/newsbg.png") no-repeat center top;
            background-size: 100% 100%;
            padding-bottom: 8px;
        }
        
        .football_video {
            height: 271px;
            width: 405px;
            background: url("../image/videobg.png") no-repeat center top;
            background-size: 100% 100%;
        }
        
        .football_honor {
            height: 193px;
            width: 405px;
            background: url("../image/honorbg.png") no-repeat center top;
            background-size: 100% 100%;
        }
        
        .month_best {
            height: 146px;
            width: 405px;
            background: url("../image/newsbg.png") no-repeat center top;
            background-size: 100% 100%;
        }
        
        .main_mod {
            overflow: hidden;
        }
        
        .main_left>div {
            margin-bottom: 12px;
        }
        
        .mod_title {
            position: relative;
            font-family: YouSheBiaoTiHei;
            height: 37px;
            margin-left: 42px;
            margin-top: 12px;
            font-size: 20px;
        }
        
        .mod_title>span {
            background: -webkit-linear-gradient(#FFFFFF, #90DEFF);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .news {
            height: 82px;
            font-family: SourceHanSansCN, SourceHanSansCN;
            font-size: 12px;
            color: #fff;
            /* text-indent: 2em; */
            margin: 10px 27px 0 18px;
            text-align: justify;
            overflow: auto;
        }
        /* 针对WebKit浏览器隐藏滚动条 */
        
        .news::-webkit-scrollbar {
            display: none;
        }
        
        .video_mod {
            position: relative;
            width: 344px;
            height: 194px;
            margin-left: 25px;
            margin-top: 12px;
        }
        
        .video_mod>img {
            width: 100%;
        }
        
        .honor_banana {
            height: 97px;
            width: calc(100% - 65px);
            margin-top: 25px;
            margin-left: 31px;
        }
        
        .honor_banana>img {
            /* width: 50%; */
            height: 100%;
        }
        
        .user_img {
            width: 33px;
        }
        
        .user_bg {
            width: 33px;
            margin-top: -19px;
        }
        
        .best_mod {
            display: flex;
            justify-items: center;
            flex-wrap: wrap;
            justify-content: space-around;
            margin-top: 12px;
        }
        
        .best {
            position: relative;
            box-sizing: border-box;
            width: 168px;
            height: 72px;
            padding-top: 12px;
            padding-left: 16px;
            background: url("../image/footballbg.png") no-repeat center top;
            background-size: 100% 100%;
            margin-bottom: 18px;
        }
        
        .best>div {
            float: left;
        }
        
        .name_left {
            width: 33px;
        }
        
        .name_right {
            margin-left: 12px;
            color: #fff;
            font-family: Source-KeynoteartHans, Source-KeynoteartHans;
            font-weight: 400;
            font-size: 14px;
        }
        
        .best_team {
            width: 92px;
            font-weight: 500;
            font-size: 8px;
            color: #89A7B5;
            text-align: right;
        }
        
        .best_mod>.best:nth-child(2n-1)::after {
            content: '';
            position: absolute;
            right: -19px;
            top: 19px;
            height: 40px;
            width: 1px;
            background: url(../image/recantagle.png);
            background-size: 100% 100%;
        }
        
        .best::before {
            content: '';
            position: absolute;
            top: 81px;
            left: 0px;
            width: 168px;
            height: 1px;
            background: url(../image/rectangle.png);
        }
        
        .news_mod {
            box-sizing: border-box;
            font-size: 17px;
            height: 34px;
            width: calc(100% - 12px);
            line-height: 34px;
            color: #fff;
            margin-left: 12px;
            padding-left: 14px;
            border: 1px solid #01538A;
        }
        
        .news_mod>span:nth-child(1) {
            float: left;
            font-family: YouSheBiaoTiHei;
            margin-right: 22px;
            background: -webkit-linear-gradient(#FCFFFE, #00FFA8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .news_mod>span:nth-child(3) {
            float: right;
            color: #8D8D8D;
            margin-right: 22px;
        }
        
        .news_mod>span:nth-child(2) {
            font-family: SourceHanSansCN, SourceHanSansCN;
            display: inline-block;
            width: 700px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .nanshan_map {
            height: 509px;
            width: calc(100% - 24px);
            /* border: 1px solid #fff; */
            margin-left: 12px;
            background: rgba(0, 51, 102, 0.1);
            border-radius: 4px;
        }
        
        .footer_data {
            display: flex;
            align-items: center;
            justify-content: space-around;
        }
        
        .footer_data>div {
            background: url(../image/echartbg.png);
            width: 445px;
            height: 319px;
            background-size: 100% 100%;
        }
        
        .echart_mod {
            /* border: 1px solid #fff; */
            width: calc(100% - 28px);
            height: calc(100% - 68px);
            margin-top: 10px;
            margin-left: 10px;
        }
        
        .main_right>div {
            overflow: hidden;
            width: 400px;
            margin-bottom: 12px;
            margin-left: 12px;
        }
        
        .course {
            width: 400px;
            height: 271px;
            background: url(../image/videobg.png);
            background-size: 100% 100%;
        }
        
        .course_shop {
            height: 193px;
            background: url(../image/honorbg.png) no-repeat center top;
            background-size: 100% 100%;
        }
        
        .manage,
        .ai_match {
            background: url(../image/echartbg.png);
            width: 405px;
            height: 319px;
            background-size: 100% 100%;
        }
        
        .swiper {
            width: 100%;
            height: 100%;
        }
        
        .swiper-slide {
            /* text-align: center; */
            font-size: 18px;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .beautiful {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .honor_img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .fullscreen-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            z-index: 999999999;
        }
        /* .fullscreen-overlay>div {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        } */
        /* .fullscreen-overlay img {
            max-width: 90%;
            max-height: 90%;
            transition: transform 0.3s ease;
        } */
        
        .manange_top {
            display: flex;
            justify-content: space-around;
        }
        
        .manange_top>div {
            border-radius: 4px;
            width: 89px;
            height: 67px;
            background: url(../image/managebg.png);
            background-size: 100% 100%;
        }
        
        .manage_number {
            padding-top: 9px;
            box-sizing: border-box;
            text-align: center;
        }
        
        .manage_number>p:nth-child(1) {
            font-weight: 500;
            font-size: 18px;
            color: #FFFFFF;
        }
        
        .manage_number>p:nth-child(2) {
            font-weight: 500;
            font-size: 12px;
            color: #9C9C9C;
        }
        
        .shop_mod {
            display: flex;
            margin-top: 16px;
        }
        
        .shop_img {
            width: 150px;
            height: 100px;
            margin-right: 21px;
            margin-left: 22px;
        }
        
        .shop_img>img {
            width: 100%;
            height: 100%;
        }
        
        .shop_detail {
            color: #FFFFFF;
        }
        
        .shop_detail>p:nth-child(1) {
            font-size: 12px;
            font-weight: 500;
        }
        
        .shop_detail>p:nth-child(2) {
            font-size: 11px;
        }
        
        .detail_con {
            margin-top: 10px;
            margin-bottom: 21px;
        }
        
        .detail_con>span {
            margin-right: 3px;
        }
        
        .manage_bottom {
            width: 100%;
            height: 174px;
            margin-top: 10px;
        }
        
        .swiper_news {
            width: calc(100% - 120px);
            height: 100%;
            float: left;
            background-color: rgba(0, 0, 0, 0);
            text-align: left;
        }
        
        .swiper_news .swiper-slide {
            background-color: rgba(0, 0, 0, 0);
            font-family: SourceHanSansCN, SourceHanSansCN;
            font-weight: 500;
            font-size: 15px;
        }
        
        .news_con {
            flex: 1;
        }
        
        .news_time {
            flex: 0 0 100px;
        }
        
        .detail_con img {
            width: 8px;
        }
        
        .swiper_star {
            background-color: rgba(0, 0, 0, 0);
        }
        
        .swiper_star .swiper-slide {
            background-color: rgba(0, 0, 0, 0);
        }
        
        .swiper_star .swiper-slide {
            justify-content: normal;
        }
        
        .news span {
            color: #FFFFFF;
            opacity: 0;
            font-size: 12px;
            line-height: 16px;
            font-family: Arial, Helvetica, sans-serif;
            /* margin-right: 1; */
        }
        
        .mySwiper_01 .swiper-slide {
            position: relative;
        }
        
        .video_play {
            position: absolute;
            height: 90px;
            width: 100%;
            background-image: url(../image/video_bg.png);
            background-size: 100% 100%;
            bottom: 0;
            display: flex;
            font-size: 12px;
            color: #fff;
            padding: 0 25px 0 3px;
        }
        
        .video_icon {
            width: 28px;
            margin-top: 47px;
        }
        
        .video_name {
            width: 278px;
            line-height: 28px;
            margin-left: 20px;
            margin-top: 53px;
        }
        
        .nanshan_item {
            box-sizing: border-box;
            width: 225px;
            height: 100px;
            padding: 13px 0 15px 17px;
            background-image: url(../image/nanshan_bg.png);
            background-size: 100% 100%;
        }
        
        .nanshan_information>ul {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }
        
        .ns_item_img {
            width: 58px;
        }
        
        .ns_item_img>img {
            width: 100%;
        }
        
        .nanshan_information {
            margin-left: 12px;
        }
        
        .nanshan_item>div {
            display: inline-block;
        }
        
        .nanshan_item>div:nth-child(1) {
            float: left;
        }
        
        .nanshan_item>div:nth-child(2) {
            float: left;
        }
        
        .ns_item_title {
            font-family: YouSheBiaoTiHei;
            color: #FFFFFF;
            font-size: 23px;
            margin-top: 2px;
        }
        
        .ns_item_con {
            font-size: 11px;
            color: #A6B7C5;
            line-height: 15px;
            font-family: SourceHanSansCN, SourceHanSansCN;
        }
        
        .nanshan_information {
            margin-left: 10px;
        }
        
        .manage_month_year {
            position: absolute;
            box-sizing: border-box;
            width: 90px;
            height: 21px;
            line-height: 21px;
            right: 0;
            bottom: 2px;
            padding: 0px 0px 0px 9px;
            font-size: 9px;
            /* border: 1px solid #4877B1; */
            color: #4877B1;
            font-family: SourceHanSansCN, SourceHanSansCN;
            /* background: rgba(24, 46, 73, 0.43); */
            border-radius: 2px;
        }
        
        .detail_type {
            font-family: SourceHanSansCN, SourceHanSansCN;
            display: inline-block;
            border: 1px solid #fff;
            font-size: 11px;
            height: 17px;
            line-height: 17px;
            padding: 0 11px;
            border-radius: 8px;
        }
        
        .fullscreen-video {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            z-index: 999999999;
        }
        
        .video-container {
            max-width: 1200px;
            padding: 0 20px;
            margin: 5% auto
        }
        
        .close-video {
            position: absolute;
            top: 10%;
            right: 10%;
            font-size: 35px;
            color: #fff;
            background: none;
            border: none;
            cursor: pointer;
        }
        
        .mod_title_icon {
            width: 32px;
            margin-right: 7px;
            vertical-align: -7px;
        }
        
        .bullet_screen {
            position: absolute;
            top: 135px;
            height: 489px;
            overflow: hidden;
            box-sizing: border-box;
            padding: 0 34px;
            width: 100%;
            display: flex;
            justify-content: space-between;
        }
        
        .bullet_screen_left {
            position: absolute;
            width: 210px;
            height: 100%;
            left: 12px;
        }
        
        .bullet_screen_right {
            position: absolute;
            width: 210px;
            height: 100%;
            right: 0;
        }
        
        .bullet_screen_item {
            position: absolute;
            bottom: 0;
            display: flex;
            width: 208px;
            height: 36px;
            background: linear-gradient( 90deg, rgba(10, 42, 76, 0.8) 0%, rgba(7, 30, 62, 0) 100%);
            border-radius: 18px;
            opacity: 0;
            align-items: center;
            box-sizing: border-box;
            padding: 0 6px;
            transition: bottom 0.3s ease-out;
        }
        
        .bullet_screen_item>img {
            width: 24px;
            height: 24px;
            border-radius: 50%;
        }
        
        .bullet_screen_con>p:nth-child(1) {
            font-weight: 500;
            font-size: 10px;
            color: #B3EBFF;
            line-height: 9px;
            margin-bottom: 4px;
        }
        
        .bullet_screen_con>p:nth-child(2) {
            font-weight: 500;
            font-size: 8px;
            color: #8EE1FF;
            line-height: 9px;
        }
        
        .bullet_screen_con {
            margin-left: 4px;
        }
        
        .entering {
            animation: fadeIn 0.5s ease-out forwards;
        }
        
        .fading {
            animation: fadeOut 5s linear forwards;
        }
        
        @keyframes fadeOut {
            from {
                opacity: 1;
            }
            to {
                opacity: 0;
            }
        }
        
        @keyframes fadeIn {
            0% {
                transform: translateY(36px) scale(0.8);
                opacity: 0;
            }
            50% {
                transform: translateY(-5px) scale(1.15);
                opacity: 0.8;
            }
            100% {
                transform: translateY(0px) scale(1);
                opacity: 1;
            }
        }
        
        .manage_container {
            float: right;
            margin-right: 57px;
        }
        
        .manage_container>img {
            width: 30px;
            vertical-align: middle;
            margin-left: 30px;
        }
        
        .manage_container>div {
            display: inline-block;
            background-image: url(../image/language.png);
            width: 63px;
            height: 24px;
            line-height: 24px;
            background-size: 100% 100%;
            color: #fff;
            font-size: 12px;
            cursor: pointer;
            text-align: center;
        }
        
        .fullscreen-overlay-container {
            width: 60%;
            height: 60%;
            margin: 0 auto;
            margin-top: 10%;
        }
        
        .bottom_mod {
            width: 100%;
            display: flex;
            margin-bottom: 50px;
            margin-top: 20px;
        }
        
        .bottom_mod>div {
            overflow: hidden;
            width: 50%;
        }
        
        .bottom_left,
        .bottom_right {
            overflow: hidden;
            box-sizing: border-box;
            width: 911px;
            height: 305px;
            background: url(../image/bottom_bg.png);
            background-size: 100% 100%;
        }
        
        .bottom_left {
            margin-left: 40px;
        }
        
        .bottom_mod .mod_title {
            margin-top: 25px;
            font-size: 25px;
        }
        
        .bottom_mod .echart_mod {
            height: calc(100% - 90px);
            margin-left: 20px;
            margin-top: 20px;
        }
        
        .footer_word {
            text-align: center;
            font-weight: 500;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 25px;
            height: 25px;
        }
        
        #overlay .swiper {
            width: 100%;
            height: 100%;
        }
        
        #overlay .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            background: rgba(0, 0, 0, 0);
        }
        
        #overlay .swiper-slide img {
            display: block;
            /* width: 100%; */
            height: 100%;
            /* object-fit: cover; */
        }
        
        #overlay .swiper {
            width: 100%;
            height: 300px;
            margin-left: auto;
            margin-right: auto;
        }
        
        #overlay .swiper-slide {
            background-size: cover;
            background-position: center;
        }
        
        #overlay .mySwiper_honor {
            height: 80%;
            width: 100%;
        }
        
        #overlay .mySwiper_honor01 {
            height: 20%;
            box-sizing: border-box;
            padding: 10px 0;
        }
        
        #overlay .mySwiper_honor01 .swiper-slide {
            width: 25%;
            height: 100%;
            opacity: 0.4;
        }
        
        #overlay .mySwiper_honor01 .swiper-slide-thumb-active {
            opacity: 1;
        }
        
        #overlay .swiper-slide img {
            display: block;
            /* width: 100%; */
            height: 100%;
            /* object-fit: cover; */
        }
        /* #overlay .swiper-button-next {
            color: #0b1530;
        }
        
        #overlay .swiper-button-prev {
            color: #0b1530;
        } */