
/* 全局样式修改 */
html,
body,
div,
span,
iframe,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'MyFont', sans-serif;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

textarea {
  font-family: '微软雅黑';
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

input,
select {
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: initial;
}

a:focus {
  outline: none;
}

a.hidefocus {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type='text'],
input[type='submit'],
input[type='button'] {
  -webkit-appearance: none;
  /*去除iPhone input默认样式}*/
}

input {
  outline: none;
}
.active {
  background: green !important;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

body {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 12px;
}

.clear {
  clear: both;
}

div,
ul,
li,
input {
  box-sizing: border-box;
}

em,
i,
strong {
  font-style: normal;
}
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  text-decoration: none;
  outline: none;
  color: black;
}
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: #46a91e;
}

::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: #fff;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex {
  display: flex;
}
.flex-wrap {
  display: flex;
  flex-flow: row wrap;
}
.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.alignic {
  align-items: center;
}
.shadow {
  background: #ffffff;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.shadow2 {
  background: #ffffff;
  box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb10 {
  margin-bottom: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.padding20 {
  padding: 20px;
}
.rotate180 {
  transform: rotate(180deg);
}
/*  */
.main {
  padding: 20px 0 40px;
}
.container {
  width: 1240px;
  margin: 0 auto;
}

.bgimg {
  width: 100%;
  background-image: url('/t10002/resource/images/bg2.webp');
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
}

.position-container {
  width: 100%;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}
.position-container a {
  color: #000;
}
.position-container .arrow {
  padding: 0 2px;
}
[hidden] {
  display: none;
}
.container_left {
  width: 860px;
  float: left;
}
.container_right {
  width: 360px;
  float: right;
}
.w100 {
  width: 100%;
}
.w {
  width: 1240px;
  margin: 0 auto;
}

/* 首页 */
.home-header-box {
  position: relative;
  min-height: min(20vh, 240px);
}
.home-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url('/t10002/resource/images/banner-1.webp');
}
/* 头部 */
.header {
  margin: 0 auto;
}
.header .header-title {
  width: 100%;
  font-weight: bold;
  font-size: 57px;
  color: #ffffff;
  background: linear-gradient(0deg, #539847 0%, #e9c241 100%);
  -webkit-text-stroke: 2px #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding-bottom: 20px;
}
.header .nav {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}
.header .nav .logo {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #fff;
  min-height: 60px;
  padding: 0 10px;
}
.header .nav .logo img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.header .nav .select {
  width: 100%;
  height: 80px;
  border-radius: 999px;
  padding: 6px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px); /* 添加高斯模糊效果 */
  box-sizing: border-box;
}
.header .nav .select ul {
  background-image: linear-gradient(to right, #49813f, #49813f);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
  overflow-x: auto;
  user-select: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 99px;
}

.header .nav .select ul li {
  font-size: 18px;
}

.header .nav .select ul li a {
  white-space: nowrap;
  color: #fff;
}

.header .nav .select ul .active {
  color: #ed7d03;
  border-color: #ed7d03;
}

.home-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  margin: 40px auto 60px;
}
.home-info .date {
  color: #fff;
  font-size: 28px;
}
.home-info .score {
  font-size: 66px;
  color: #fff;
}
.home-info .status {
  font-size: 28px;
  color: #fff;
}
.home-info .team-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.home-info .team-logo img {
  width: auto;
  height: 160px;
  margin: 0 20px;
  margin-bottom: 10px;
  margin-top: 40px;
  user-select: none;
}
.home-info .team-logo span {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  background: linear-gradient(0deg, #539847 0%, #e9c241 100%);
  -webkit-text-stroke: 2px #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.home-info .team-vs {
  width: auto;
  height: 180px;
  margin: 0 42px;
  user-select: none;
  align-self: center;
}

.match-tabs {
  width: 100%;
  min-height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.match-tabs .match-tabs-box {
  width: 620px;
  display: flex;
  align-items: center;
}
.match-tabs .m-tab {
  font-size: 29px;
  margin-right: 45px;
  font-weight: bold;
}
.match-tabs .s-tabs {
  width: 480px;
}

.match-tabs .s-tabs ul li {
  width: 80px;
  margin-bottom: 6px;
}
.match-tabs .s-tabs ul li a {
  font-size: 20px;
  color: #fff;
}

.match-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
  min-height: 100px;
}
.match-list .match-item {
  width: 612px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  padding: 0 32px 4px 50px;
  height: 120px;
  background: #ffffff;
}
.match-list .match-item .logo {
  min-width: 50px;
  height: 50px;
  /*border-radius: 50%;*/
}

.match-list .match-item .match-item-zu{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  flex-grow: 0;
  flex-shrink: 0;
}

.match-list .match-item .match-item-zu p{
  text-align: center;
  font-size: 15px;
}

.match-list .match-item .status {
  margin-left: 70px;
  margin-right: 50px;
  text-align: center;
}
.match-list .match-item .status .stu1 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
	width: 70px;
}
.match-list .match-item .status .stu2 {
  font-size: 15px;
  color: red;
  white-space: nowrap;
}
.match-list .match-item .info {
  color: #000;
  font-size: 18px;
  margin-left: auto;
}
.match-list .match-item .btn {
  width: 125px;
  height: 36px;
  background: linear-gradient(0deg, #549847 0%, #549847 100%);
  border-radius: 18px;
  padding: 2px;
  margin-top: 22px;
}
.match-list .match-item .btn a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  background: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.match_desc_bg {
  width: 100%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  color: #50833e;
  margin-bottom: 20px;
	background: #b9a970;
}
.match_desc_bg .kind {
  font-size: 36px;
}
.match_desc_bg .time {
  font-size: 20px;
}
.match_desc_bg .team {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 38px;
}
.match_desc_bg .team img {
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}
.match_desc_bg .team span {
  width: 250px;
            /* 不换行 */
            white-space: nowrap; 
            /* 溢出隐藏 */
            overflow: hidden; 
            /* 溢出时显示省略号 */
            text-overflow: ellipsis; 
	text-align: center;
}
.match_desc_bg .scorce {
  margin: 0 40px 40px;
}
.match_desc_bg .scorce_box {
  width: 275px;
  height: 72px;
  background: #ffffff;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #ed1c2e;
  font-size: 66px;
}
.match_desc_bg .scorce p {
  font-size: 36px;
  text-align: center;
  margin-top: 20px;
  color: #000;
}
.match_desc_info {
  padding: 0 40px;
  font-size: 22px;
  line-height: 36px;
}

/* 新闻 */
.home-news {
  width: 100%;
  min-height: 500px;
  background: #ffffff;
  padding: 30px;
}
.common-title {
  width: 100%;
  font-weight: bold;
  font-size: 38px;
  color: #000000;
  line-height: 24px;
  justify-content: center;
  margin: 20px auto;
}
.common-title img {
  width: 136px;
  height: auto;
  user-select: none;
}
.home-news .news-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.home-news .news-box .zq-tab-box {
  width: 570px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home-news .news-box .zq-tab {
  width: 160px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  background: #6ab63a;
  color: #fff;
  padding: 0 2rem;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
.zq-tab::before {
  content: '》';
  color: #ffab34;
}
.zq-tab::after {
  content: '《';
  color: #ffab34;
}
.home-news .news-box .lq-tab-box {
  width: 570px;
  display: flex;
  align-items: center;
}
.home-news .news-box .lq-tab {
  width: 160px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  background: #ffd151;
  color: #000;
  padding: 0 2rem;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
.lq-tab::before {
  content: '》';
  color: #6ab63a;
}
.lq-tab::after {
  content: '《';
  color: #6ab63a;
}
.home-news .news-box .news-list {
  margin: 20px 0;
}
.home-news .news-box .news-list .news-item {
  width: 570px;
  height: 44px;
  background: #ffd151;
  border-radius: 3px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  padding: 1rem;
}
.home-news .news-box .news-list .news-item .point {
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
}
.home-news .news-box .news-list .news-item .text {
  flex: 1;
  font-size: 16px;
  padding-left: 0.5rem;
}
.home-news .news-box .news-list .news-item .date {
  font-size: 14px;
}

/* footer */
.footer {
  width: 100%;
  min-height: 280px;
  background: #2f2f2f;
  color: #fff;
}
.footer-box {
  padding: 20px 0;
}
.footer-box .tabs-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.footer-box .logo span {
  font-size: 28px;
  line-height: 100%;
}
.footer-box .logo img {
  width: 74px;
  height: auto;
  margin-right: 6px;
}
.footer-box .tabs ul {
  gap: 20px;
  align-items: center;
}
.footer-box .tabs li a {
  font-size: 16px;
  color: #fff;
}
.footer-box .footer-desc {
  font-size: 16px;
  margin-top: 26px;
}

/*  */
.match-record-item {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 15px 0px;
  justify-content: space-between;
  position: relative;
}
.match-record-item-line {
  width: 746px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.match-record-item-detail-line {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -20px;
  right: 0;
}
.match-record-item .info_left {
  display: flex;
  align-items: center;
}
.match-record-item .info_left .time {
  display: inline-block;
  width: 105px;
}
.match-record-item .info_left img {
  display: inline-block;
  width: 19px;
  height: 17px;
  margin-right: 16px;
}
.match-record-item .info_center {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  flex: 1;
  justify-content: space-around;
  position: relative;
}
.match-record-item .info_center .home {
  display: flex;
  justify-content: center;
  align-items: center;
}
.match-record-item .info_center .home {
  display: flex;
  align-items: center;
  width: 150px;
  text-align: right;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.match-record-item .info_center .home > img {
  width: 30px;
  max-height: 30px;
  margin-right: 10px;
  margin-left: 10px;
}
.match-record-item .info_center .home .text {
  display: inline-block;
  height: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: 10px;
  text-align: left;
}
.match .match-record-item .info_center .league {
  padding: 0;
  width: 180px;
  text-align: center;
  margin: 0;
}
.match-record-item .info_center .away {
  display: flex;
  justify-content: center;
  align-items: center;
}
.match-record-item .info_center .away {
  display: flex;
  align-items: center;
  width: 150px;
  justify-content: flex-end;
}
.match-record-item .info_center .away .text {
  display: inline-block;
  width: 120px;
  height: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.match-record-item .info_center .away > img {
  width: 30px;
  max-height: 30px;
  margin-right: 10px;
  margin-left: 15px;
}
.match-record-item .info_right {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 84px;
  border-radius: 14px;
  text-align: center;
  line-height: 28px;
}

.match-record-item .playback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 24px;
  background: #f2cb98;
  border-radius: 12px;
  border: 2px solid #000000;
  font-size: 12px;
  white-space: nowrap;
  margin-left: 10px;
}
.match-record-item .playback a {
  color: #000;
}
.match-record-item .playback img {
  width: 12px;
  height: auto;
  margin-left: 4px;
}
.zhibo-list-tabs {
  width: 100vw;
  height: fit-content;
  position: relative;
}
.zhibo-list-tabs-mask {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.zhibo-list-tabs ul {
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
  z-index: 10;
}
.zhibo-list-tabs ul a {
  width: 122px;
  height: 41px;
  border: 2px solid #fff;
  border-radius: 99px;
 
  font-size: 17px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zhibo_btn_list {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 40px;
}
.zhibo_btn p {
  min-width: 168px;
  cursor: pointer;
  height: 36px;
  background: #3736f4;
  text-align: center;
  padding: 2px 30px;
  line-height: 36px;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  text-indent: 0;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}
/* news */
.news-tabs {
  display: flex;
  gap: 34px;
}
.news-tabs .tab {
  width: 118px;
  height: 38px;
  background: #3736f4;
  border-radius: 26px 0px 26px 0px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.news-tabs .tab:hover {
  background: green;
}
.xinwen .news-list {
  width: 100%;
  margin-top: 40px;
  padding: 20px 0;
}
.xinwen .news-item {
  width: 820px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #d7bf77;
  margin-bottom: 19px;
}
.xinwen .news-item::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  transform: rotate(45deg);
  margin-left: 16px;
  margin-right: 6px;
}
.xinwen .news-item .text {
  flex-grow: 1;
  padding-right: 10px;
  font-size: 16px;
}
.xinwen .news-item .time {
  width: 132px;
  height: 44px;
  background: #181411;
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  margin-right: 4px;
}
.article_content {
  margin-top: 20px;
}
.article_content .article_tit {
  font-size: 26px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
.article_content .article_info {
  font-size: 14px;
  color: #4c4c4c;
  padding: 10px 0 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.article_content .nr p {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
}
.article_content .nr p {
  font-size: 16px;
}
.article_content .nr img {
  display: block;
  margin: 20px auto;
}
.article_content .nr video {
  max-height: 480px !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  margin: 0 auto;
  display: block;
}
.prenext {
  margin-top: 20px;
 /* background: url('/t10002/resource/images/news-pn-bg.png') no-repeat center;*/
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  padding: 10px 10px 10px;
}
.prenext a {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}
.prenext p {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}

.nr img {
  max-width: 100%;
}
.tags {
  display: flex;
}
.tags span {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 1px;
}
.tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tags .tags-list .tags-item {
  display: block;
  width: 91px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #3736f4;
  border-radius: 99px;
  color: #fff;
  font-size: 15px;
}
.tags .tags-list .tags-item:hover {
  background: green;
}
/* 热门 */
.hot-liansai-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.hot-liansai-list li {
  width: 68px;
  height: 84px;
  margin-top: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
}
.hot-liansai-bg {
  width: 68px;
  height: 68px;
  background: #fff;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot-liansai-list li:nth-of-type(4n + 0) {
  margin-right: 0;
}
.hot-liansai-list li a {
  background: #fff;
  margin-bottom: 4px;
}
.hot-liansai-list li:hover {
  border: solid 1px #dedede;
}
.hot-liansai-list li img {
  width: 44px;
  height: 44px;
}
.hot-liansai-list li p {
  font-size: 16px;
}

.section-tit {
  width: 100%;
}
.section-tit .name {
  color: #000000;
  font-size: 18px;
}
.section-tit:after {
  content: '';
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #bb935e;
  display: block;
  margin-top: 4px;
}
.record_btn p {
  width: 168px;
  height: 36px;
  background: #3736f4;
  text-align: center;
  padding: 2px 10;
  line-height: 36px;
  font-size: 28px;
  color: #fff;
  display: block;
  text-indent: 0;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  cursor: pointer;
}
.record_text {
  font-size: 16px;
  margin: 20px 0;
}
.record_news {
  width: 100%;
  padding-bottom: 20px;
}
.record_news .news-item {
  width: 570px;
  height: 60px;
  background: #6ab63a;
  color: #fff;
  border-radius: 3px;
  bottom: 6px;
  display: flex;
  align-items: center;
  padding: 1rem;
}
.record_news .news-item .point {
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  background: #fff;
}
.record_news .news-item .text {
  flex: 1;
  font-size: 16px;
  padding-left: 0.5rem;
}
.record_news .news-item .date {
  font-size: 14px;
}
.record_news .news-item:nth-child(even) {
  background: #ffd151 !important;
  color: #000 !important;
}
.record_news .news-item:nth-child(odd) a {
  color: #fff;
}
.record_news .news-item:nth-child(even) a {
  color: #000;
}
.record_news .news-item:nth-child(even) .point {
  background: #000 !important;
}
.record_news .news-item:nth-child(even) .date {
  color: #000 !important;
}
/* 热门新闻 */
.news01 {
  width: 100%;
  height: auto;
  position: relative;
}
.news01 .pic {
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 5px;
}
.news01 p {
  width: 100%;
  background: #000000;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  line-height: 1.5;
  padding: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.news02 {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news02 p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-top: 10px;
}
.news02 p:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #000;
  display: inline-block;
  margin-right: 8px;
  transform: rotate(45deg);
}

.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000; /* Optional: background color for when video is loading */
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fenye {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.fenye ul li {
  display: inline-block;
  font-size: 12px;
  margin: 0 3px;
  line-height: 1.5;
  background: #fff;
  border: 2px solid #bda05c;
}
.fenye ul li a {
  font-size: 12px;
  color: #000;
  display: block;
  padding: 2px 8px;
}
.fenye ul li:hover {
  background-color: #bda05c;
  color: #000;
}
.fenye ul li:hover a {
  color: #000;
}
.fenye ul li .current {
  background-color: #bda05c;
  color: #000;
  display: block;
  padding: 2px 8px;
}

@media screen and (max-width: 1240px) {
  .w {
    width: 100%;
  }
  .container {
    width: 100%;
    padding: 20px;
  }
  .match-tabs {
    flex-wrap: wrap;
    padding: 10px 0;
    gap: 20px;
  }
  .match-list {
    justify-content: center;
  }
  .home-news .news-box .zq-tab-box,
  .home-news .news-box .lq-tab-box {
    justify-content: center;
  }
  .footer-box {
    padding: 20px;
  }
  .footer-box .tabs-list {
    margin-top: 10px;
    justify-content: flex-start;
  }
  .container_right {
    padding-top: 20px;
    width: 100%;
  }
  .padding20 {
    padding: 10px;
  }
}
@media screen and (max-width: 900px) {
  .container {
    padding: 10px;
  }
  .container .home-news .news-box .news-list {
    width: 100%;
  }
  .home-news .news-box .news-list .news-item {
    width: 100%;
  }
  .home-news .news-box .zq-tab-box,
  .home-news .news-box .lq-tab-box {
    width: 100%;
  }
  .common-title img {
    display: none;
  }
  .match-list .match-item {
    padding: 0 22px 4px 38px;
  }
  .match-list .match-item .status {
    margin-left: 30px;
    margin-right: 24px;
    text-align: center;
  }
  .header .nav .select ul {
    gap: 5px;
  }
  .home-team-logo {
    width: 100%;
    align-items: center; 
    justify-content: center;
  }
  .match_desc_bg_team {
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }
  .match_desc_bg_team .scorce_box{
    font-size: 48px;
    width: auto;
    padding: 0 20px;
  }
  .match_desc_bg .scorce {
    margin: 0;
  }
  .container_left {
    width: 100%;
  }
  .xinwen .news-item {
    width: 100%;
  }
  .match-record-item .info_center .home {
    width: 90px;
  }
  .match .match-record-item .info_center .league {
    width: auto;
    margin: 0 10px;
  }
  .match-record-item .info_center .away {
    width: 90px;
  }
  .match-record-item-line {
    width: 500px;
  }
  .header .header-title{
    font-size: 48px;
  }
  .zhibo_btn a{
    min-width: auto;
  }
}

@media screen and (max-width: 768px) {
  .header .nav .select{
    height: 60px;
  }
  .container {
    padding: 8px 0;
  }
  .container .home-news .news-box .news-list {
    width: 100%;
  }
  .home-news .news-box .news-list .news-item {
    width: 100%;
  }
  .home-news .news-box .zq-tab-box,
  .home-news .news-box .lq-tab-box {
    width: 100%;
  }
  .common-title img {
    display: none;
  }
  .match-list .match-item {
    padding: 0 22px 4px 36px;
    width: 100%;
  }
  .match-list .match-item .status {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
  .header .nav .select ul {
    gap: 4px;
  }

  .home-info .home-team-logo {
    display: flex;
    align-items: center;
    flex-shrink: 1;
  }
  .team-vs{
    flex-shrink: 1;
  }
 
  .home-info .home-team-logo span {
    font-weight: bold;
    font-size: 32px;
  }

  .match_desc_bg_team {
    align-items: center;
    gap: 8px;
    margin-top: 8px;
  }
  .match_desc_bg .team{
    font-size: 24px;
  }
  .match_desc_bg .scorce p {
    font-size: 24px;
  }
  .match_desc_bg_team .scorce_box{
    font-size: 24px;
    height: auto;
    padding: 6px 10px;
  }
  .match_desc_bg .team img{
    width: 50px;
    height: 50px;
  }
  .match_desc_bg .scorce {
    margin: 0;
  }
  .container_left {
    width: 100%;
  }
  .xinwen .news-item {
    width: 100%;
  }
  .match-record-item .info_center .home {
    width: 80px;
  }
  .match .match-record-item .info_center .league {
    width: auto;
    margin: 0 10px;
  }
  .match-record-item .info_center .away {
    width: 80px;
  }
  .match-record-item-line {
    width: 500px;
  }
  .match-record-item .info_left .time {
    display: inline-block;
    width: 90px;
  }
  .match-record-item .info_left img {
    display: inline-block;
    width: 19px;
    height: 17px;
    margin-right: 8px;
  }
  .header .header-title{
    font-size: 36px;
  }
  .common-title{
    font-size: 24px;
  }
  .match_desc_info {
    font-size: 18px;
  }
}
@media screen and (max-width: 1240px) {
  .match-tabs{
    flex-direction: column;
    padding: 10px 20px;
  }
  .match-tabs .match-tabs-box {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .home-info .team-vs{
    height: 100px;
    margin: 0 20px;
  }
  .home-info .team-logo img{
    height: 80px;
  }
  .flex-col{
    width: 100%;
  }
  .match-record-item>.info_left>.lazy{
    display: none;
  }
  .match-record-item>.info_center{
    padding: 10px 4px;
  }
  .match-record-item>.info_center .lazy{
    display: none !important;
  }
  .home-info .team-logo span {
    font-size: 24px !important; 
  }
  .header .header-title{
    font-size: 24px;
  }
  .match_desc_bg{
    padding: 20px;
  }
	.record_news .news-item {
  width: 570px;
  height: 100%;
  background: #6ab63a;
  color: #fff;
  border-radius: 3px;
  bottom: 6px;
  display: flex;
  align-items: center;
  padding: 1rem;
}
	.match_desc_bg .team span {
  width: 130px;
   white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
		text-align: center;
}
}
@media screen and (max-width: 500px) {
  .match-list .match-item .match-item-zu{
    width: 70px;
  }
}


@media screen and (max-width: 400px) {
  .match-list .match-item .logo{
        height: 58px;
        max-width: 58px;
        min-width: 58px;
  }
  .match-list .match-item{
    padding: 0 0 4px 0;
  }
  .match-list .match-item .match-item-zu{
    width: 58px;
  }
  .match-item-zu{
    align-self: flex-start;
    margin-top: 10px;
  }
}

.gotoTop{display: none;bottom: 80px;place-self: end;width: 40px;aspect-ratio: 1;background: #214828;border-radius: 50px;position: fixed;right: 3%;z-index: 9999;}	
.gotoTop:before {content: "";position: absolute;inset: 30%;transform: translateY(20%) rotate(-45deg);border-top: 5px solid #fff;border-right: 5px solid #fff;}
