@charset "utf-8";

body {
    font: 14px/2 \5b8b\4f53;
    color: #fff;
    background: url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/bg_1.jpg) no-repeat center top #62973b;
    font-family: microsoft yahei;
}

a {
    color:#fff;
    text-decoration: none;
}

a:hover {
    color:#fff;
    text-decoration: none;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.ml20 {
    margin-left: 20px;
}

.ml10 {
    margin-left: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

/*index*/
.header {
    width: 100%;
    height: 868px;
}

.header .main {
    position: relative;
    height: 100%;
}

.header .logo {
    position: absolute;
    bottom: -40px;
    right: 36px;
    z-index: 9999;
}

.main {
    width: 1400px;
    margin: 0 auto;
}

.footer {
    text-align: center;
    padding: 100px 0 20px;
}

.footer span {
    font-family: Arial;
}

/* 赛事预告 */
.ball_1 {transition: all 5s ease;}
.yugao{display:none;width:1396px;height:auto;padding:60px 0;background:rgba(45, 90, 37, .65);border-radius: 15px;border: 2px solid #fff;position: relative;transition: all 5s ease;}
.yugao .title{position: absolute;top:-60px;left:50%;margin-left:-205px;}
.yugao .more{text-align: center;color:#fff;font-size: 24px;cursor: pointer;}
.yg_list{margin-left:-130px;height: 240px;transition: all 5s ease;overflow: hidden;}
.yg_item{width:530px;height:220px;background:url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/vs_bg.png) no-repeat;float:left;margin-left:200px;margin-top:20px;}
.yg_item .time{width:100%;text-align: center;color:#1f3762;font-size:18px;display: inline-block;font-weight: bold;margin-left: 0;}
.yg_item .name{display: flex;justify-content: space-between;width:410px;height:84px;line-height: 84px;margin:0 auto;padding-top:14px;}
.yg_item .name span{font-size: 28px;color:#fff;text-shadow: 3px 3px 3px #000;font-weight: bold;}
.yg_item .vs{display: flex;justify-content: space-between;width:440px;height:40px;margin:14px auto 0;position: relative;}
.yg_item .vs .vs_left img{transform:scaleX(-1);}
.yg_item .vs .vs_left span,.yg_item .vs .vs_right span{padding:0 10px;font-size:20px;color:#051334;line-height: 24px;}
.all{height: auto;transition: all 5s ease;}
.progress-bars {
    height: 9px;
    width: 80%;
    background-color: #f0f0f0;
    position: absolute;
    bottom: 5px;
    left:10%;
    border-radius: 15px;
}
 
.progress {
    height: 100%;
    display: block;
}
 
.red {
    background-color: #b33440;
    float:left;
    border-top-left-radius: 15px;
     border-bottom-left-radius: 15px;
}
 
.blue {
    background-color: #589cd7;
    float:left;
     border-top-right-radius: 15px;
     border-bottom-right-radius: 15px;
}
/* 赛事动态 */
.ball_2 {
    height: 712px;
    margin-top:80px;
}

.swiper-focus {
    width: 830px;
    height: 500px;
    position: relative;
    margin-top: 40px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-focus .swiper-slide {
    position: relative;
}

.swiper-focus .swiper-slide .img {
    width: 100%;
    height: 100%;
}

.swiper-focus .swiper-slide img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.swiper-focus .swiper-slide img:hover {
    transform: scale(1.2);
}

.swiper-focus .swiper-slide .tit {
    font-size:20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 32px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    background: rgba(0, 0, 0, .65);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
}

.swiper-focus .swiper-pagination {
    width: auto !important;
    right: 10px !important;
    left: auto !important;
    bottom: 8px !important;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-focus .swiper-pagination .swiper-pagination-bullet {
    margin-right: 0;
    opacity: 1;
    background: #fff;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    transition: width .5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.swiper-focus .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    background: #ccc
}

.swiper-focus .swiper-button-next,
.swiper-focus .swiper-button-prev {
    position: absolute;
    top: 50% !important;
    z-index: 10 !important;
    cursor: pointer;
}

.swiper-focus .swiper-button-prev {
    width: 34px;
    height: 73px;
    left: 0;
    margin-top: -52px;
    background: url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/right2.png) no-repeat !important;
}

.swiper-focus .swiper-button-next {
    width: 34px;
    height: 73px;
    right: 0;
    margin-top: -52px;
    background: url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/left2.png) no-repeat !important;
}

.swiper-focus .swiper-button-next:after,
.swiper-focus .swiper-button-prev:after {
    font-size: 0;
}

.swiper-focus .swiper-container:hover .swiper-button-next,
.swiper-focus .swiper-container:hover .swiper-button-prev {
    display: block
}

.news {
    width: 550px;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}

.news .news_items {
    width: 550px;
    height: 150px;
    border-radius: 10px;
    margin-top: 25px;
    background: rgba(65, 89, 38, .65);
}

.news .news_items img {
    width: 250px;
    height: 150px;
    border-radius: 10px;
    margin-right: 20px;
    float: left;
}

.news .news_items span {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    display: block;
    padding-top: 20px;
}

.news .news_items a:hover {
    color: #fff;
    text-decoration: none;
}
.ball_2 .more{float: right;color:#fff;font-size:20px;}

/* 每周榜单 */
.ball_3 {
    height: 849px;
    padding-top: 44px;
    background: url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/bg_2.jpg) no-repeat center top;
}

.ball_3 .bangdan {
    margin-top: 10px;
}

.bd_tags{width: 100%;height:70px;display: flex;justify-content: space-around;margin-top:20px;}
.bd_tags li{width:300px;height:68px;cursor:pointer;border:2px solid #fff;background:#d1e4be;color:#396631;text-align: center;font-size:34px;border-top-left-radius: 15px;border-top-right-radius: 15px;border-bottom: 0;font-weight: bold;}
.bd_tags li.selectTag{background:#396631;color:#fff;}
.bd_con{width:1396px;height:590px;padding-top:10px;border:2px solid #fff;border-radius: 15px;display: none;background:#fafff4;text-align: center;justify-content: space-around;}
.bd_con img{width:100%;}
.bd_con.selectTag{display: flex!important;justify-content: space-around;}
.bd_box{width:544px;height:296px;margin-top:50px;padding:115px 22px 22px 24px;position: relative;}
.bd_box .down{position: absolute;bottom: 4px;left:50%;margin-left:-15px ;width:30px;}
.pic_box{width:544px;height:292px;overflow: scroll;overflow-x: hidden;}
.box1{background:url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/box1.png) no-repeat;}
.box2{background:url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/box2.png) no-repeat;}
.box3{background:url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/box3.png) no-repeat;width:550px;padding: 115px 12px 22px 31px;}
.box4{background:url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/box4.png) no-repeat;width:550px;padding: 115px 12px 22px 31px;}
.box3 .pic_box,.box4 .pic_box{ width: 538px;}
/* 滚动条整体部分 */
.pic_box::-webkit-scrollbar {
    width: 2px; /* 滚动条宽度 */
    height: 2px; /* 滚动条高度 */
}
 
/* 滚动条轨道 */
.pic_box::-webkit-scrollbar-track {
    background: ; /* 轨道颜色 */
}
 
/* 滚动条滑块 */
.pic_box::-webkit-scrollbar-thumb {
    background: #888; /* 滑块颜色 */
    border-radius: 10px; /* 滑块圆角 */
}
 
/* 滑块悬停 */
.pic_box::-webkit-scrollbar-thumb:hover {
    background: #555; /* 滑块悬停颜色 */
}

/* 球队介绍 */
.ball_4 {
    height: 866px;
    background: url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/bg_3.jpg) no-repeat center top;
}
.tags{width: 100%;height:70px;display: flex;justify-content: space-around;margin-top:20px;}
.tags li{width:428px;height:68px;cursor:pointer;border:2px solid #fff;background:#d1e4be;color:#396631;text-align: center;font-size:34px;border-top-left-radius: 15px;border-top-right-radius: 15px;border-bottom: 0;font-weight: bold;}
.tags li.selectTag{background:#396631;color:#fff;}
.tagContent{width:1396px;height:596px;border:2px solid #fff;border-radius: 15px;display: none;background:#fafff4;}
.selectTag{display: block;}
.samll_tab .s_tags{height:74px;background:#396631;display: flex;justify-content: space-around;align-items: center;border-top-left-radius: 15px;border-top-right-radius: 15px;padding:0 10px;}
.samll_tab .s_tags li{width:12.5%;height: 48px;cursor:pointer;text-align: center;color:#fff;border-left: 2px solid #fff;font-size:20px;font-weight: bold;}
.samll_tab .s_tags li:first-child{border-left: none;}
.samll_tab .s_tags li.selectTag{color:#efb73f;}
.samll_tab .db li{width:16.7%}
.s_con{height:526px;display: flex;justify-content:space-around; align-items: center;justify-items: center;display: none;}
.s_con.selectTag{display: flex!important;}
.s_con .info{width:350px;height:470px;}
.s_con .info .info_pic{width:100%;height:170px;display: flex;align-items: center;justify-items: center;justify-content: center;}
.s_con .info .info_pic img{max-width: 100%;display: block;max-height: 100%;}
.s_con .info h4{color:#396631;font-size:20px;font-weight: bold;}
.s_con .info h2{color:#396631;font-size:26px;font-weight: bold;text-align: left;}
.s_con .info .resume{color:#396631;height:140px;overflow:scroll;overflow-x: hidden;}
/* 滚动条整体部分 */
.s_con .info .resume::-webkit-scrollbar {
    width: 3px; /* 滚动条宽度 */
    height: 3px; /* 滚动条高度 */
}
 
/* 滚动条轨道 */
.s_con .info .resume::-webkit-scrollbar-track {
    background: ; /* 轨道颜色 */
}
 
/* 滚动条滑块 */
.s_con .info .resume::-webkit-scrollbar-thumb {
    background: #888; /* 滑块颜色 */
    border-radius: 10px; /* 滑块圆角 */
}
 
/* 滑块悬停 */
.s_con .info .resume::-webkit-scrollbar-thumb:hover {
    background: #555; /* 滑块悬停颜色 */
}
.s_con .qiuyi{width:250px;height:420px;}
.s_con .qiuyi .qiuyi_pic{width:250px;height:330px;display: flex;align-items: center;justify-items: center;justify-content: center;margin-top:20px;}
.s_con .qiuyi .qiuyi_pic img{max-width: 100%;display: block;max-height: 100%;}
.s_con .qiuyuan{width:590px;height:420px;}
.s_con .qiuyuan img {
    margin-top: 60px;
}
.s_con .title{background:#396631;padding:0 15px;line-height:18px;display: inline-block;font-size:12px;color:#fff;}

.swiper-qy {
	width:590px;
	height:370px;
    overflow: hidden;
    margin-top:20px;
    position: relative;
}
.swiper-qy .swiper-slide {
	
}
.swiper-qy .swiper-slide img {
	width: 100%;
	height: 330px;
}
.swiper-qy .swiper-slide .tit {
    font-size: 24px;
    font-weight: bold;
    color:#396631;
    text-align: center;
    line-height: 40px;
}
.qy-button-next, .qy-button-prev {
	width: 36px!important;
	height: 60px!important;
	line-height: 60px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5)!important;
	color: #ccc!important;
    top: 165px !important;
}
.qy-button-next {
	right: 0!important;
}
.qy-button-prev {
	left: 0!important;
}

/* 明星球员 */
.qiuyuan img{margin-top:20px;}
.ball_5 {
    height: 950px;
    padding-top: 16px;
    background: url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/bg_4.jpg) no-repeat center top;
}

.mxSwiper {
    width: 1400px;
    height: 764px;
    overflow: hidden;
    margin-top: 30px;
}

.mxSwiper .swiper-slide {
    height:764px;
    position: relative;
}

.mxSwiper .swiper-slide .img {
    position: relative;
    height: 100%;
}

.mxSwiper .swiper-slide .img video {
    width: 430px;
    height: 764px;
    position: absolute;
}
.mxSwiper .swiper-slide iframe{
    border:none;
}

.mxSwiper .swiper-button-next,
.mxSwiper .swiper-button-prev {
    position: absolute;
    top: 50% !important;
    z-index: 10 !important;
    cursor: pointer;
}

.mxSwiper .swiper-button-prev {
    width: 34px;
    height: 73px;
    left: 0;
    margin-top: -52px;
    background: url(../images/right2.png) no-repeat !important;
}

.mxSwiper .swiper-button-next {
    width: 34px;
    height: 73px;
    right: 0;
    margin-top: -52px;
    background: url(../images/left2.png) no-repeat !important;
}

.mxSwiper .swiper-button-next:after,
.mxSwiper .swiper-button-prev:after {
    font-size: 0;
}

.mxSwiper .swiper-container:hover .swiper-button-next,
.mxSwiper .swiper-container:hover .swiper-button-prev {
    display: block
}
/* 赛事直播 */
.ball_6 {
    height: 780px;
    background: url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/bg_5.jpg) no-repeat center top;
    padding-top:30px;
    margin-top:40px;
}
.video-js .vjs-big-play-button{top: 50%!important;
    left: 50%!important;margin-left: -1.5em!important;
    margin-top: -0.8em!important;}
.video{width:880px;height: 500px;float:left;margin-top:60px;}
.vvod_list{width:510px;height: 500px;float:left;position: relative;margin-left:10px;margin-top:60px;}
.vod-swiper{width:510px;height:380px;overflow: hidden;margin-top:60px;}
.vod-swiper .swiper-slide {
    width: 100%;

}
.vod-swiper .swiper-slide img{width:100%;height: 100%;}
.vvod_list .vod-button-next{position: absolute;top: 0;left: 0;background:url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/up.jpg) no-repeat;width:510px;height:50px;}
.vvod_list .vod-button-prev{position: absolute;bottom: 0;left: 0;background:url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/down.jpg) no-repeat;width:510px;height:50px;}
/* 精彩瞬间 */
.ball_7 {
    height: 1379px;
    background: url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/bg_6.jpg) no-repeat center top;
}
.ball_7 .shujian{position: relative;}
.mySwiper2 {
    height: 700px;
    width: 1230px;
    margin:40px auto 0;
    overflow: hidden;
}
.mySwiper2-button-next{
    width:84px;
    height:700px;
    background:url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/left.png) no-repeat;
    position: absolute;
    top:0;
    left: 0;
}
.mySwiper2-button-prev{
    width:84px;
    height:700px;
    background:url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/right.png) no-repeat;
    position: absolute;
    top:0;
    right: 0;
}
.mySwiper {
    width:100%;
    height:130px;
    box-sizing: border-box;
    margin-top:20px;
    overflow: hidden;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.ball_7 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.nav{width:170px;height:365px;padding-top:86px;background:url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/nav.png) no-repeat;position: fixed;right: 50px;top:50%;margin-top:-229px;z-index:99999;}*/
.nav{width:170px;height:310px;padding-top:86px;background:url(https://www.xsnet.cn/zt/2025/2025zqls/material/images/nav_2.png) no-repeat;position: fixed;right: 50px;top:50%;margin-top:-229px;z-index:99999;}
.nav a{width:100%;height:52px;display: block;cursor:pointer;}

/*分页*/
.pages {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}

.pages li {
    float: left !important;
    background: none !important;
    display: inline;
}

.page-active {
    font-weight: bold;
}

.page {
    margin-top: 0 !important;
    margin-right: 10px;
}

.pages li {
    border-bottom: none;
}