/* main */
.leftNav {
  width: 200px;
  height: 348px;
}

.leftNav > li {
  height: 66px;
  padding: 8px;
  display: flex;
  align-items: center;
}

.leftNav li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 36px;
  padding-left: 10px;
  border-radius: 4px;
}

.leftNav li a:hover {
  background-color: #f3f5f9 !important;
  color: var(--c1) !important;
}

.iconNav {
  width: 20px;
  margin-right: 8px;
}

.rightlive {
  width: 990px;
  height: 348px;
  padding: 0 16px 16px 16px;
}

.rightlive-tit {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rlive-left {
  display: flex;
}

.rlive-left li {
  width: 100px;
  height: 34px;
  line-height: 28px;
  text-align: center;
  color: #000;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
}
.rlive-left li:nth-child(1) {
  margin-right: 8px;
}
.rlive-left li:hover {
  background-color: var(--c1) !important;
  color: #fff !important;
  border: 1px solid var(--c1) !important;
}

.rlive-right > a {
  color: var(--c1);
  font-size: 14px;
  cursor: pointer;
}

.livecontent {
  display: flex;
}

.liveul {
  display: flex;
  width: 930px;
}

.liwidth {
  width: 20% !important;
}

.liveul .liveli {
  margin-right: 6px;
  height: 256px;
  background: linear-gradient(to top, #03030342, #151a1100);
  position: relative;
  overflow: hidden;
}

.liveul .liveli > a {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
}
.liveul > li:nth-child(1) {
  width: 80%;
}

.liveul > li:nth-child(2) {
  width: 20%;
}

.liveul > li:nth-child(3) {
  width: 20%;
}

.liveul > li:nth-child(4) {
  width: 20%;
}

.liveul > li:nth-child(5) {
  width: 20%;
  margin-right: 0px;
}

/* banner图 */
.conLiShow .teamVsShow > li > a {
  display: flex;
  color: #fff;
}

.conLiShow {
  width: 100px;
  position: absolute;
  margin-top: 88px;
  top: 0px;
  left: 0px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  transform: translateX(-110px);
}

.conLiHidden {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: #fff;
  transition: all 0.5s ease-in-out;
  transform: translateY(150px);
}

.liveBg {
  width: 100%;
  height: 256px;
  object-fit: cover;
  transition: all 0.5s;
  background: linear-gradient(to top, #03030342, #151a1100);
}

/* 鼠标移动添加效果 */
.cShow {
  width: 100%;
  transform: translateX(0px);
}

.cHidden {
  width: 100%;
  transform: translateY(0px);
}

.statusDiv {
  position: absolute;
  top: 36px;
  left: 6px;
}

.statusTime {
  font-size: 16px;
  padding-left: 10px;
}
.statusTime span {
  color: var(--c3);
}

.teamVsHidden {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.teamVsHidden > li:nth-child(2) {
  font-size: 20px;
  margin: 0 10px;
}

.teamVsHidden > li > a {
  display: flex;
  color: #fff;
  align-items: center;
}

.teamVsHidden > li > a span {
  width: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.teamIcon {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.teamIcon > a {
  display: inline-block;
  color: #fff;
}

.teamimg1 {
  width: 14px;
  height: 14px;
  margin: 0 10px;
}

.teamimg {
  width: 24px;
  height: 24px;
  margin: 0 10px;
}

.teamIcon img {
  width: 12px;
  height: 12px;
  margin-right: 2px;
  display: inline-block;
}

/* banner图 */

/* 内容 */
.leftBox {
  width: 890px;
}

.rightBox {
  width: 300px;
}

.hotMonent {
  height: auto;
}

/* 标题 */
.title {
  font-size: 18px;
  height: 24px;
  display: flex;
  padding-left: 16px;
  align-items: center;
  position: relative;
}
.title1 {
  font-size: 18px;
  height: 24px;
  display: flex;
  padding-left: 16px;
  align-items: center;
  position: relative;
}

.title::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 22px;
  left: -10px;
  background: var(--c1);
}

.tit {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-right: 24px;
  font-family: 思源黑体 Blod;
}

.tit h1 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-right: 24px;
  font-family: 思源黑体 Blod;
}

.Ftcolor:hover {
  color: var(--c1) !important;
}

.toggle {
  display: flex;
  font-size: 16px;
}

.toggle img {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  transform: rotate(0deg);
  transition: all 0.8s;
}

.toggle > li:hover {
  color: var(--c1);
}

.toggle > li:hover img {
  transform: rotate(360deg);
}

.toggle li {
  display: flex;
  align-items: center;
  margin-right: 50px;
  cursor: pointer;
}

.toggle li:nth-child(2) {
  position: relative;
}

.toggle li:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 22px;
  left: -26px;
  background-color: #e1e1e1;
}

.toggle li:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 22px;
  right: -26px;
  background-color: #e1e1e1;
}

/* 标题 */

/* 资讯 */
.titBox {
  display: flex;
  justify-content: space-between;
}

.infoDivLeft {
  width: 532px;
  height: 348px;
  position: relative;
  overflow: hidden;
}

.infoDivLeft:hover img {
  transform: scale(1.05);
}

.infoDivLeft img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.infoDivLeft div {
  width: 532px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, #151a11, #151a1100);
}

.infoDivRight {
  width: 328px;
}

.infoDivRight > li {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 72px;
  width: 100%;
  margin-bottom: 20px;
}
.infoDivRight > li:last-child {
  margin-bottom: 0px;
}
.infoDivRight > li > img {
  display: flex;
  margin-right: 7px;
}

.infoDivRight > li .textOut :hover a {
  color: var(--c1) !important;
}

.infoDivRight .textOut {
  width: 212px;
}

.infoDivRight .textOut li:nth-child(1) {
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.infoDivRight .textOut li:nth-child(2) {
  float: right;
  margin-top: 2px;
  color: #999999;
}

.coninfo > li {
  display: flex;
  margin-bottom: 14px;
}

.coninfoPaiming li:nth-child(1) span:nth-child(1) {
  color: #ff008c;
}
.coninfoPaiming li:nth-child(2) span:nth-child(1) {
  color: #fc7f00;
}
.coninfoPaiming li:nth-child(3) span:nth-child(1) {
  color: #fbb21a;
}
.coninfo > li:last-child {
  margin-bottom: 0px;
}
.coninfo > li span:nth-child(1) {
  padding-right: 8px;
}

.coninfo > li span:nth-child(2) {
  width: 260px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.coninfo > li span a:hover {
  color: var(--c1);
}

.infoLight {
  color: #9c9fa4;
}

/* 热门资讯 */

/* 热门集锦 */
.momentinfo li {
  margin-bottom: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.momentinfo li:hover > a {
  color: var(--c1);
}

/* 热门集锦 */

/* 赛事直播 */
.more > a {
  color: var(--c1);
  font-size: 16px;
  float: right;
}
.livemoreA {
  display: block;
  writing-mode: tb-rl;
}

.livemore {
  width: 24px;
  padding-left: 6px;
  text-align: center;
  color: var(--c1);
  font-size: 14px;
}

.gameLive > li {
  display: flex;
  align-items: center;
  height: 54px;
  padding-left: 6px;
  position: relative;
}

.gameLive > li .ellipsis{
  margin-bottom: 0;
}

.gameLive > li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 22px;
  right: 28px;
  transform: rotate(-135deg);
  border: 1px solid #ccc;
  border-top: #ffffff;
  border-right: #ffffff;
}

.glTime {
  width: 110px;
  text-align: center;
}

.glType {
  width: 54px;
  text-align: center;
}

.glDate {
  width: 120px;
  text-align: center;
}

.gameLive > li > img {
  width: 18px;
  height: 18px;
}

.glBattle {
  width: 370px;
  display: flex;
  justify-content: space-around;
}

.glBattle a:nth-child(1) li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 144px;
}

.glBattle li:nth-child(2) {
  margin: 0 20px;
}

.glBattle a:nth-child(3) li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 144px;
}

.glBattle img {
  width: 30px;
  height: 30px;
  margin: 0 15px;
}

.glStatus {
  width: 120px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

/* 赛事直播 */

/* 比赛集锦 */
.gameMoment {
  height: 258px;
  position: relative;
  /* overflow: hidden; */
}

.gMomentLeft {
  width: 632px;
  position: relative;
}

.gMomentLeft img {
  width: 622px;
  height: 258px;
  object-fit: cover;
}
.gMomentLeft p{
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  width: 622px;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 0 !important;

}

.gMomentRight {
  width: 328px;
}
.gMomentRight > a {
  display: block;
  margin-bottom: 10px;
}

.gMomentRight > a li > img {
  display: flex;
  margin-right: 7px;
}

.gMomentRight .textOut {
  width: 212px;
}

.gMomentRight .textOut li:nth-child(1) {
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gMomentRight .textOut li:nth-child(2) {
  float: right;
  margin-top: 8px;
  color: #999999;
}

/* 比赛集锦 */

/* 足球-篮球联赛 */
.infoleague {
  padding-top: 30px;
  padding-left: 15px;
  width: 600px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.leagueIcon {
  width: 60px !important;
  height: 60px !important;
  margin-right: 30px;
}

.infoleague li:nth-child(1) {
  display: flex;
}

.infoleague li:nth-child(1) span {
  font-size: 24px;
}

.infoleague li:nth-child(2) {
  margin: 15px 0;
}

/* 积分榜 */
.titSwitch {
  font-size: 14px;
  color: #707070;
}

.titSwitch span {
  cursor: pointer;
}

.jfTeamSwitch {
  color: #707070;
  display: flex;
  justify-content: space-around;
}

.jfTeamtit {
  display: flex;
  padding-top: 10px;
}

.jfTeamtit li:nth-child(1) {
  width: 14%;
}

.jfTeamtit li:nth-child(2) {
  width: 36%;
}

.jfTeamtit li:nth-child(3) {
  width: 36%;
}

.jfTeamtit li:nth-child(4) {
  width: 14%;
  font-weight: 600;
}

.jfrankTeam li {
  height: 38px;
}

.jfFCon .jfrankTeam li:nth-child(-n + 3) .jfTeam li:nth-child(1) p {
  background-color: var(--c1);
  color: var(--c3);
}
.jfBCon .jfrankTeam li:nth-child(-n + 3) .jfTeam li:nth-child(1) p {
  background-color: #F21646;
  color: var(--c3);
}

.jfTeam {
  display: flex;
  align-items: baseline;
  height: 38px;
}

.jfTeam:hover {
  background-color: #f1f3f5;
  color: var(--c1);
}

.jfTeam > li {
  line-height: 38px;
}

.jfTeam li p {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

.jfTeam li:nth-child(1) {
  width: 14%;
}
.jfTeam li:nth-child(2) {
  width: 36%;
}

.jfTeam li:nth-child(3) {
  width: 36%;
}
.jfTeam li:nth-child(4) {
  width: 14%;
}

.eastwest {
  height: 30px;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.eastwest li {
  width: 34px;
  text-align: center;
  font-weight: bold;
}

.acteastwest {
  color: #4fb0ff;
  border-bottom: 2px solid #4fb0ff;
}

.jfTb {
  width: 100%;
  border: 1px solid #ededed;
  border-collapse: collapse;
  text-align: center;
}

.jfTb thead tr:nth-child(1) {
  height: 8px;
  background: var(--c1);
}

.jfTb thead tr:nth-child(2) {
  height: 48px;
  line-height: 48px;
}

.jfTb tbody td {
  height: 50px;
}

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

.jfTb th,
.jfTb td {
  border-right: 1px solid #e5e5e5;
}

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


.tags_list{
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.tags_list a{
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  color: #333;
  border-radius: 8px;
}

.tags_list a:hover{
  border-color: var(--c1);
  color: var(--c1);
}
.layui-btn-group{
  display: flex !important;
  justify-content: center;
  margin-left: 0 !important;
}

.tags{
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
}
.tags a{
  line-height: 30px;
  padding: 5px 10px;
  margin: 0 15px 15px 0;
  border: 1px solid #ccc;
  font-size: 16px;
  border-radius: 8px;
  color: #000;
}
.tags a:hover{
  color: var(--c1);
}
.tags strong{
  font-weight: 600;
  color: var(--c1);
}
.tags_classify{
  width: 280px;
}
.tags_classify li{
  display: inline-block;
  max-width: 100%;
}

.tags_classify li a{
max-width: 100%;
    display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 0 15px 15px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tags_classify li a:hover{
  color: var(--c1);
  border-color: var(--c1);
}

/* 积分榜 */

/* 内容 */
