.leftData {
  width: 200px;
  min-height: 48px;
}

.rightData {
  width: 990px;
}
.selectPulldown {
  background-color: #f6f6f6;
  color: #000;
}
.selectPulldown:hover {
  color: #000;
}

.dataSideTit {
  height: 48px;
  line-height: 48px;
  padding-left: 20px;
  color: var(--c1);
  font-size: 14px;
  border-bottom: 1px solid #f6f6f6;
}

.dataSideIn li a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 40px;
  color: #999999;
  border-bottom: 1px solid #f6f6f6;
}

.dataSwiper {
  padding: 10px 0 10px 10px;
  position: relative;
}

.mySwiper2 {
  height: 140px;
  padding: 0 30px !important;
}

.competitionListBox {
  width: 90px;
  height: 90px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
}
.competitionListBox img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.swiper-button-next2 {
  height: 150px !important;
  background: #fff;
  top: 34px !important;
  font-size: 20px !important;
  right: 0 !important;
  top: 6px !important;
}

.swiper-button-prev2 {
  height: 150px !important;
  background: #fff;
  top: 34px !important;
  font-size: 20px !important;
  left: 0 !important;
  top: 6px !important;
}

.swiper-button-next2::after,
.swiper-button-prev2::after {
  font-size: 20px !important;
  color: #333333 !important;
}
.hotleagueList {
  display: flex;
  flex-wrap: wrap;
}
.hotleagueList > li {
  width: 316px;
}
.htleagueOl {
  justify-content: space-around;
}

.htleagueOl img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin: 0 20px;
  transition: all 0.3s;
}

.htleagueOl > li:hover .fs16 {
  transform: scale(1.1);
}

.htleagueOl > li:hover .marbtm10 {
  color: red !important;
}

.htleagueOl > li:hover .marbtm10 {
  color: red !important;
}

.htleagueOl > Li {
  height: 74px;
  border-bottom: 1px solid #f3f3f3;
}

.htleagueOl p {
  font-size: 16px;
  color: #333;
}

/* 详情页 */
.dtdetailTit {
  height: 72px;
  background: url(../images/datadetailbanner.png) no-repeat;
  background-size: 890px 72px;
}

.dtdetailTit img {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  border-radius: 50%;
}

.dtdetailTit h1 {
  font-size: 20px;
  color: #000;
}

.dtdetailTit p {
  font-size: 12px;
  color: #bfbfbf;
}

.dtInfo {
  color: #333;
}

.dtInfo li {
  display: flex;
  margin-bottom: 12px;
}

.dtInfo div {
  width: 180px;
}

.dtInfo span {
  color: #999;
}

/* 切换 */
.dtswitch {
  display: flex;
  /* justify-content: space-around; */
  height: 44px;
  background: #eeeeee;
  padding-left: 10px;
}

.dtswitch li {
  margin-right: 50px;
  padding: 0 20px;
  height: 44px;
  display: block;
  line-height: 44px;
  font-size: 14px;
  color: #333;
}

/* 1 */
.recentBox {
  border: 1px solid #ebebeb;
}

.recentliveUl li {
  height: 70px;
  border-bottom: 1px solid #ebebeb;
}

.livelistTime {
  height: 40px;
  line-height: 40px;
  padding-left: 34px;
  position: relative;
}

.livelistTime::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 16px;
  left: 20px;
  border-radius: 50%;
  background: var(--c1);
}

.recentliveOl {
  display: flex;
  padding-left: 20px;
}

.recentliveOl > li:nth-child(1) {
  margin-right: 50px;
}

.recentliveOl > li:nth-child(2) {
  width: 95px;
  margin-right: 98px;
}

.recentliveOl > li:nth-child(3) {
  width: 410px;
}

.recentliveOl > li:first-child,
.recentliveOl > li:last-child {
  line-height: 70px;
}

.recentliveOlTeam img {
  width: 56px;
  height: 50px;
  margin: 0 4px;
}

.recentliveOlTeam p {
  width: auto;
  white-space: nowrap;
}

.recentliveOlTeam {
  margin-right: 70px;
}

.recentliveOlTeam > div:nth-child(1) {
  width: 114px;
  justify-content: flex-end;
}

.recentliveOlTeam p {
  color: var(--c4);
}

.recentliveOlTeam a {
  color: #000;
}

.recentliveOlTeam > div:nth-child(3) {
  width: 114px;
}

.recentliveOlTeam > div:nth-child(2) {
  line-height: 70px;
  width: 76px;
  text-align: center;
  margin: 0 40px;
  color: var(--c4);
}

/* 2 */
.playerBox {
  border: 1px solid #ebebeb;
}

.playerTb {
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
}

.playerTb thead {
  height: 42px;
  padding: 0 10px;
  border-bottom: 1px solid #eeeeee;
}

.playerTb thead tr {
  padding: 0 10px;
}

.playerTb thead {
  background: #fafafa;
}

.playerTb thead th {
  font-weight: 400 !important;
  color: var(--c5);
}

.playerTb tbody tr {
  height: 42px;
  border-bottom: 1px solid #eeeeee;
}

.playerTb tbody tr:nth-child(2n) {
  background: #fafafa;
}

.playerTb thead th:nth-child(1),
.playerTb thead th:nth-child(2),
.playerTb thead th:nth-child(3),
.playerTb thead th:nth-child(8) {
  text-align: left;
  padding-left: 10px;
}

.playerTb thead th:nth-child(4),
.playerTb thead th:nth-child(5),
.playerTb thead th:nth-child(6),
.playerTb thead th:nth-child(7) {
  text-align: center;
  padding-left: 10px;
}

.playerTb thead th:last-child {
  text-align: right;
  padding-right: 10px;
}

.playerTb tbody td:nth-child(1),
.playerTb tbody td:nth-child(2),
.playerTb tbody td:nth-child(3),
.playerTb tbody td:nth-child(8) {
  text-align: left;
  padding-left: 10px;
  line-height: 42px;
}

.playerTb tbody td:nth-child(4),
.playerTb tbody td:nth-child(5),
.playerTb tbody td:nth-child(6),
.playerTb tbody td:nth-child(7) {
  text-align: center;
  padding-left: 10px;
}

.playerTb tbody td:last-child {
  text-align: right;
  padding-right: 10px;
}

/* 3 */
.topBox {
  color: var(--c5);
}

.topTb,
.jftable,
.topTb1,
.topTb2 {
  width: 100%;
  border: 1px solid #ededed;
  border-collapse: collapse;
  background-color: #fff !important;
}

.topTb tr,
.jftable tr,
.topTb1 tr,
.topTb2 tr {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 400 !important;
  color: var(--c5);
}

.topTb th,
.topTb td,
.jftable th,
.jftable td,
.topTb1 th,
.topTb1 td,
.topTb2 td,
.topTb2 th {
  border-right: 1px solid #e5e5e5;
}

.topTb tbody td:nth-child(2) {
  justify-content: center;
}

.topTb img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
}

.topTb thead tr:nth-child(1) {
  height: 8px;
  background: #717390;
}

.topTb thead tr:nth-child(2) {
  height: 52px;
}

/* .topTb thead tr:nth-child(1) th:nth-child(1) {
  width: 246px;
}

.topTb thead tr:nth-child(1) th:nth-child(2) {
  width: 303px;
  justify-content: center;
}

.topTb thead tr:nth-child(1) th:nth-child(3) {
  width: 306px;
} */

.topTb tbody td {
  height: 46px;
}

.topTb tbody tr:nth-child(-n + 3) td:nth-child(1) span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: var(--c1);
  border-radius: 2px;
  color: #fff;
}

/* 联赛 */
.dttit img {
  width: 80px;
  margin-right: 30px;
}

.dttit h1 {
  font-size: 24px;
  color: #6f6f6f;
}

.jfswitch {
  width: 140px;
  background: #f7f7f7;
  float: left;
  padding: 2px 0;
}

.jfswitch li {
  height: 44px;
  width: 100%;
  line-height: 44px;
  text-align: center;
  color: var(--c5);
}

.leftLine {
  position: relative;
  background-color: var(--c3) !important;
  color: var(--c1) !important;
}

.leftLine::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 14px;
  background: var(--c1);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.jfswitch li:hover {
  background: #fff;
  color: var(--c1);
}

/* table */

.jftable thead tr th:nth-child(1) {
  width: 54px;
}

.jftable thead tr th:nth-child(2) {
  width: 150px;
}

.jftable thead tr th:nth-child(3) {
  width: 54px;
}

.jftable thead tr th:nth-child(4) {
  width: 54px;
}

.jftable thead tr th:nth-child(5) {
  width: 54px;
}

.jftable thead tr th:nth-child(6) {
  width: 54px;
}

.jftable thead tr th:nth-child(7) {
  width: 54px;
}

.jftable thead tr th:nth-child(8) {
  width: 54px;
}

.jftable thead tr th:nth-child(9) {
  width: 54px;
}

.jftable thead tr th:nth-child(10) {
  width: 54px;
}

.jftable thead tr th:nth-child(11) {
  width: 54px;
}

.jftable thead tr th:nth-child(12) {
  width: 54px;
}

.jftable thead tr th:nth-child(13) {
  width: 54px;
}

.jftable {
  width: 830px;
  float: left;
}

.jftable img {
  width: 20px;
  height: 20px;
  margin: 0 4px;
}

.jftable thead tr:nth-child(1) {
  height: 8px;
  background: #717390;
}

.jftable thead tr:nth-child(2) {
  height: 44px;
  text-align: center;
}

.jftable tbody tr td {
  height: 40px;
}

.jftable tbody tr td:nth-child(2) {
  line-height: 40px;
  justify-content: center;
}

.jftable tbody tr:hover {
  background: #e8e8e8;
}

.jftable tbody tr:nth-child(-n + 3) td:nth-child(1) span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: var(--c1);
  border-radius: 2px;
  color: var(--c3);
}

.topTb1 thead tr:nth-child(1),
.topTb2 thead tr:nth-child(1) {
  height: 8px;
  background: #717390;
}

.topTb1 thead tr:nth-child(2) {
  height: 52px;
}

.topTb1 tbody tr td,
.topTb2 tbody tr td {
  height: 48px;
}

.topTb1 img,
.topTb2 img {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
}

.topTb1 tbody tr:hover,
.topTb2 tbody tr:hover {
  background: #e8e8e8;
}

.topTb1 thead tr:nth-child(1) th {
  width: 238px;
}
.topTb1 thead tr th:nth-child(2) {
  width: 600px;
}

.topTb2 thead tr:nth-child(1) th:nth-child(1) {
  width: 238px;
}

.topTb2 thead tr:nth-child(1) th:nth-child(2) {
  width: 357px;
}

.topTb2 thead tr:nth-child(1) th:nth-child(3) {
  width: 357px;
}

.topTb1 tbody tr:nth-child(-n + 3) td:nth-child(1) span,
.topTb2 tbody tr:nth-child(-n + 3) td:nth-child(1) span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: var(--c1);
  border-radius: 2px;
  color: var(--c3);
}

.teamplayerSwitch {
  display: flex;
}

.teamplayerSwitch li {
  width: 142px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid #ccc;
}

.teamplayerSwitch li:hover {
  border: 1px solid var(--c1);
  color: var(--c1);
}
