.adimg {
  margin: 10px 0;
  border-radius: 4px;
  overflow: hidden;
}
.adimg a,
.adimg img {
  display: block;
}
.ad-float {
  width: 1060px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 15px var(--black50);
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  position: fixed;
  z-index: 100;
}
.close {
  background: var(--black30);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.close::before,
.close::after {
  content: "";
  background: var(--white);
  width: 65%;
  height: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
  position: absolute;
}
.close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/*导航栏*/

.hotlist {
  background: var(--second-color) url(/images/worldcup/FIFA2026bg.jpg) no-repeat top;
  width: 1060px;
  height: 200px;
  margin: 0 auto;
  border-radius: 4px;
}
.hotlist .mainlist {
  position: relative;
  height: 155px;
  float: left;
  width: 1060px;
  overflow: hidden;
  margin-top: 48px;
}
.sche-cards {
  position: absolute;
  width: 88%;
  left: 33px;
  overflow: hidden;
}
.hotlist .mainlist ul {
  overflow: hidden;
  position: relative;
}
.split1 {
  background: #fff;
  position: relative;
  display: block;
  float: left;
  width: 225px;
  height: 130px;
  margin: 12px 5px;
  border-radius: 4px;
}
.split1 .item {
  line-height: 30px;
  font-size: 12px;
  color: #999;
  text-align: center;
  border-bottom: 1px dashed var(--gray10);
}
.split1 .item .ash {
  color: #999;
  padding-left: 6px;
}
.hotother {
  background-color: #ecf1fb;
  height: 24px;
  border-radius: 0 0 5px 5px;
  text-align: center;
  line-height: 24px;
}
.hotother:hover,
.hotlist .mainlist .Schedule:hover,
.Lbtn:hover,
.Rbtn:hover {
  background: #eff1ff;
}
.hotother span {
  margin: 0 12px;
  position: relative;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.hotother span:after {
  content: "";
  position: absolute;
  background: #ddd;
  width: 1px;
  height: 12px;
  right: -10px;
  top: 2px;
}
.hotother span:last-child::after {
  background: none !important;
}
/*.hotother span:last-child{cursor:context-menu;}*/

.hotother span:hover {
  color: #28235d;
}
.hotlist .mainlist .Schedule {
  position: absolute;
  display: flex;
  width: 24px;
  height: 110px;
  background: #f9f9f9;
  color: #28235d;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  right: 10px;
  margin: 12px 0;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Schedule i {
  background: url(/Images/worldcup/schedule.svg) no-repeat center;
  background-size: 100%;
  width: 18px;
  height: 18px;
  margin: 5px;
  display: inline-block;
}
.matchBox {
  background: none;
  border-top: none;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 10px;
}
.matchBox .team {
  display: block;
  margin: 10px 0;
  width: 100%;
  min-height: 20px;
  color: #333;
  overflow: hidden;
  cursor: pointer;
}
.matchBox .icon {
  width: 28px;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  float: left;
  object-fit: cover;
  border: 1px solid #efefef;
}
.matchBox .team > span {
  float: left;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 20px;
}
.matchBox .home-team,
.matchBox .guest-team {
  width: 138px;
  transition: all 0.2s linear;
}
.matchBox .home-team:hover,
.matchBox .guest-team:hover {
  color: #434cbf;
}
.matchBox .team .score {
  float: right;
  color: #0066FF;
  font-weight: bold;
}
.matchBox .state {
  position: absolute;
  height: 69px;
  line-height: 69px;
  min-width: 50px;
  top: 30px;
  right: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #0066FF;
}
.Lbtn,
.Rbtn {
  background: #fff;
  width: 18px;
  height: 130px;
  border-radius: 4px;
  position: relative;
  margin: 12px 9px 0 5px;
}
.Lbtn {
  margin: 12px 5px 0 10px;
}
.Lbtn::after,
.Rbtn::after {
  content: "";
  position: absolute;
  top: 44%;
  left: -5px;
  border: 9px solid transparent;
  border-right-color: #28235d;
}
.Rbtn::after {
  transform: rotate(180deg);
  left: 5px;
}
.Lbtncon {
  float: left;
  cursor: pointer;
}
.Rbtncon {
  position: absolute;
  right: 57px;
  cursor: pointer;
}
.disabled {
  cursor: auto !important;
}
.disabled .Lbtn::after,
.disabled .Rbtn::after {
  border-right-color: #999;
}
.disabled .Lbtn:hover,
.disabled .Rbtn:hover {
  background: #fff;
}
/*新闻*/

.items {
  width: 100%;
  margin: 10px 0;
  display: flex;
}
.news {
  width: 690px;
  margin: 0 10px 0 0;
  clear: both;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.news.kr {
  width: 100%;
  margin: 0;
  flex-direction: row;
}
.news.kr .newsbox {
  background: var(--bgcolor-1);
  width: 340px;
  height: 350px;
  padding: 10px;
  margin-left: 10px;
  border-radius: 4px;
}
.news.kr .newsbox .newslisbox {
  height: 100%;
  padding: 0;
  overflow-y: auto;
}
.news.kr .newsbox .newslisbox::-webkit-scrollbar {
  width: 6px;
  height: 100%;
  background: transparent;
}
.news.kr .newsbox .newslisbox::-webkit-scrollbar-thumb {
  background: var(--border-4);
  border-radius: 10px;
}
.swiper-box {
  position: relative;
  width: 690px;
  overflow: hidden;
  float: left;
}
.news-box {
  float: right;
  width: 525px;
  height: 384px;
  font-size: 15px;
  line-height: 26px;
  background-color: #fff;
  border-radius: 4px;
}
.newslisbox {
  background: var(--bgcolor-1);
  /*min-height: 190px;*/
  padding: 5px 10px;
  border-radius: 0 0 4px 4px;
}
.newslis {
  background: linear-gradient(90deg, rgba(75, 131, 255, 0.1), transparent);
  font-size: 13px;
  padding: 10px;
  margin: 1px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid var(--border-2);
  cursor: pointer;
  position: relative;
}
.newslis::before {
  content: "";
  background: linear-gradient(180deg, #4b83ff 50%, #ff8e00 50%);
  width: 2px;
  height: 80%;
  left: 0;
  bottom: 4px;
  position: absolute;
}
.newslis:last-child {
  border: none;
}
.newslis:hover {
  color: var(--thirdly-color);
}
.newslis.no {
  background: none;
  height: 16px;
  border: none;
}
.newslis.no::before {
  display: none;
}
.news .swiper-slide {
  cursor: pointer;
}
.news .L-btn,
.news .R-btn {
  background: var(--black40);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 45%;
  left: 5px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.news .R-btn {
  left: auto;
  right: 5px;
  transform: scale(-1);
}
.news .L-btn::before,
.news .R-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid var(--text-white);
  border-top: none;
  border-right: none;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 58%;
  position: absolute;
}
.swipper-max {
  width: 690px;
  height: 370px;
  border-radius: 4px;
}
.swiper-min {
  height: 74px;
  border-radius: 4px;
  margin-top: 5px;
  cursor: pointer;
}
.swiper-min .swiper-slide {
  width: 25%;
  height: 100%;
  background: #333;
  border-radius: 5px;
  position: relative;
}
.swiper-min .swiper-slide img {
  opacity: 0.4;
}
.swiper-min .swiper-slide-thumb-active {
  height: 70px;
  border: 2px solid var(--primary-color);
  border-radius: 6px;
}
.swiper-min .swiper-slide-thumb-active img {
  height: 70px;
  opacity: 1;
}
.swiper-min img {
  width: 126px;
  height: 74px;
  border-radius: 4px;
}
.swipper-max img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swipper-max .title-bg,
.swipper-max .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 20px);
  height: 40px;
  padding: 0 10px;
  z-index: 11;
}
.swipper-max .title-bg {
  background: #000000;
  opacity: 0.6;
}
.swipper-max .title {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-slide .live {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.7;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.swiper-slide .live::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 56%;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 14px solid #000;
  border-bottom: 0 none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.swiper-slide .live.big {
  transform: translate(-50%, -50%) scale(2);
}
/*聊天室*/

.chatcontent {
  background: var(--bgcolor-1);
  width: 360px;
  height: 570px;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.chatcontent .filtab {
  padding: 0;
  border-bottom: 1px solid var(--border-2);
}
.chatcontent .filtab span {
  width: 49%;
  color: var(--textcolor-2);
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  cursor: pointer;
}
.chatcontent .filtab .on {
  color: var(--primary-color);
  font-weight: bold;
  border-bottom: 2px solid var(--primary-color);
}
.chatcontent .filtab .tit {
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  cursor: auto;
}
.chatcontent .rule {
  background: #fff6f2;
  padding: 6px 6px 6px 20px;
  margin: 10px;
  border-radius: 5px;
}
.chatcontent .rule li {
  color: var(--thirdly-color);
  font-size: 12px;
  line-height: 16px;
  list-style: decimal;
  padding-left: 5px;
}
.chatBox {
  background: #fdfdfd;
  height: calc(100% - 200px);
  padding: 10px;
  overflow-y: auto;
  position: relative;
}
.chatBox .tips {
  background: var(--bgcolor-2);
  color: var(--textcolor-2);
  text-align: center;
  line-height: normal;
  max-width: max-content;
  padding: 2px 6px;
  margin: 6px auto;
  border-radius: 4px;
}
.chatBox .userchat {
  margin: 6px 0;
  padding: 2px 0;
  line-height: normal;
}
.chatBox .userchat .uname {
  color: var(--blue60);
  margin-right: 5px;
  font-weight: bold;
}
.chatBox .userchat .uname.blue {
  cursor: pointer;
}
.chatBox .userchat .chattext {
  word-break: break-word;
}
.chatBox .userchat .chattext img {
  width: 14px;
  margin: 0 2px;
  vertical-align: -2px;
}
.chatBox .livetext {
  background: var(--bgcolor-2);
  color: var(--green40);
  line-height: normal;
  padding: 6px;
  margin: 6px 0;
  border-radius: 4px;
}
.chatBox.basketball .matchText {
  font-weight: bold;
}
.sendBox {
  background: var(--bgcolor-1);
  color: var(--textcolor-2);
  width: calc(100% - 16px);
  padding: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.sendBox input {
  background: #EBEBEB;
  color: var(--textcolor-2);
  width: calc(100% - 94px);
  line-height: 20px;
  padding: 5px 8px;
  border: none;
  border-radius: 50px;
  display: inline-block;
}
.sendBox input:focus {
  outline: none;
}
.sendBox .icon {
  background: #EBEBEB;
  color: var(--textcolor-3);
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: -2px;
  display: inline-block;
  cursor: pointer;
}
.sendBox .icon.open {
  background: var(--thirdly-color) !important;
  color: white;
}
.sendBox .emojiBox {
  background: var(--bgcolor-2);
  height: 110px;
  padding: 6px;
  margin: 10px 0 0 0;
  border-radius: 5px;
  overflow-y: scroll;
  position: relative;
}
.sendBox .emojiBox img {
  width: 25px;
  margin: 5px;
}
.chatBox::-webkit-scrollbar,
.sendBox .emojiBox::-webkit-scrollbar {
  width: 6px;
  height: 100%;
  background: transparent;
}
.chatBox::-webkit-scrollbar-thumb,
.sendBox .emojiBox::-webkit-scrollbar-thumb {
  background: var(--border-4);
  border-radius: 10px;
}
.newMsgBtn {
  background: var(--black40);
  color: var(--white70);
  font-size: 12px;
  text-align: center;
  width: max-content;
  padding: 3px 10px;
  border-radius: 4px;
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
}
.newMsgBtn .icon {
  color: var(--white70);
  font-size: 12px;
  margin-left: 4px;
  vertical-align: 0;
}
.dark .chatBox {
  background: #1a1a1a;
}
.dark .chatBox .rule {
  background: #2e1e16;
}
.dark .sendBox input,
.dark .sendBox .icon {
  background: #151515;
}
.chattit {
  position: relative;
}
.onlinenum {
  position: absolute;
  top: -6px;
  background: #f44336;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  font-style: normal;
  border-radius: 10px;
  white-space: nowrap;
  padding: 1px 6px 2px 6px;
}
/*赛程积分*/

.schedule-score {
  background: var(--bgcolor-1);
  position: relative;
  width: 1060px;
  margin: 12px auto;
  clear: both;
  overflow: hidden;
  border-radius: 4px;
}
.match-menu {
  height: 30px;
  padding-bottom: 8px;
  margin: 10px 16px;
  border-bottom: 2px solid var(--border-2);
}
.match-menu li {
  position: relative;
  float: left;
  text-align: center;
  font-size: 16px;
  color: var(--textcolor-3);
  line-height: 30px;
  padding: 0 12px;
  cursor: context-menu;
  transition: all 0.2s linear;
}
.match-menu .defined {
  color: var(--textcolor-1);
  font-weight: bold;
  cursor: pointer;
}
.match-menu li.on {
  color: var(--text-primary);
  font-weight: bold;
  cursor: pointer;
}
.match-menu li.on:after {
  content: "";
  background-color: var(--text-primary);
  display: inline-block;
  position: absolute;
  top: 35px;
  left: 50%;
  border-radius: 20px;
  width: 50%;
  height: 4px;
  transform: translate(-50%, 0);
}
.match-menu .chartbtn {
  background: var(--table_header);
  color: var(--textcolor-2);
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
  float: right;
}
.match-menu .chartbtn:hover {
  background: var(--bgcolor-3);
}
.match-menu .chartbtn.on {
  background: var(--primary-color);
  color: var(--text-white);
  font-weight: normal;
}
.match-menu .chartbtn.on::after {
  display: none;
}
.group-menu {
  height: 30px;
  margin: 12px 16px;
}
.group-menu span {
  display: inline-block;
  float: left;
  width: 7.97%;
  background: var(--table_header);
  color: var(--textcolor-1);
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-right: 4px;
  border-radius: 5px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.group-menu span:hover {
  background: var(--bgcolor-3);
}
.group-menu span:last-child {
  margin: 0;
}
.group-menu .on {
  color: var(--text-white) !important;
  background-color: var(--primary-color) !important;
}
.score-div {
  display: inline-block;
  float: left;
  width: 360px;
  font-size: 14px;
  text-align: center;
  padding-right: 10px;
  margin: 10px 10px 0 16px;
  border-right: 1px solid var(--border-3);
}
.flag {
  width: 20px;
  height: 16px;
  border: 1px solid var(--border-2);
  object-fit: cover;
  margin: 0 6px;
  vertical-align: -5px;
}
.rank {
  color: var(--textcolor-2);
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  font-family: cursive;
}
.score-div table {
  border-spacing: unset;
  width: 100%;
}
.score-div table td {
  padding: 10px 0;
  border-bottom: 1px solid var(--border-2);
}
table .title {
  /*background-color:var(--table_header);*/
  color: var(--textcolor-3);
  font-size: 12px;
}
table .title:hover {
  background: none !important;
}
table .title th {
  font-weight: normal;
  line-height: normal;
  line-height: 25px;
  border-bottom: 1px solid var(--border-2);
}
.score-div table tr td:last-child {
  color: #dd4a3e;
}
.score-div .scoreTeam {
  width: 130px;
  font-weight: bold;
  text-align: left;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
}
.group-sche {
  display: inline-block;
  width: calc(100% - 415px);
  height: 188px;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 14px;
  text-align: center;
  margin: 10px 0;
}
.sche {
  width: 100%;
}
.sche:last-child {
  margin-bottom: 0;
}
.sche td {
  padding: 10px 0;
  border-bottom: 1px solid var(--border-2);
}
.sche tr {
  transition: all 0.2s linear;
}
.sche tr:hover {
  background: var(--bgcolor-2);
}
.group-sche .time,
.group-sche .score,
.knockout .time,
.knockout .score {
  color: #0066FF;
}
.group-sche .score,
.knockout .score {
  font-weight: bold;
  cursor: pointer;
}
.group-sche .home-team,
.knockout .home-team {
  width: 130px;
  text-align: right;
  cursor: pointer;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.group-sche .guest-team,
.knockout .guest-team {
  width: 130px;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.knockout .home-team,
.knockout .guest-team {
  width: 300px;
}
.group-sche::-webkit-scrollbar,
.knockout::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}
.group-sche::-webkit-scrollbar-thumb,
.knockout::-webkit-scrollbar-thumb {
  overflow: scroll;
  background: var(--border-4);
  border-radius: 10px;
}
.group-sche::-webkit-scrollbar-track,
.knockout::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.analyze-icon:hover::after,
.Detail-icon:hover::after,
.odds-icon:hover::after {
  right: -25px;
}
.tv-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: -1px 1px;
  background: url(/Images/ng/tv.png);
  cursor: pointer;
}
.knockout {
  width: calc(100% - 32px);
  height: 240px;
  margin: 12px 16px;
}
.knockout .sche {
  width: 100%;
  font-size: 14px;
  text-align: center;
  /*table-layout: fixed;*/

}
.scroll {
  overflow-y: auto;
  overflow-x: hidden;
}
.teamTit,
.playerTit {
  text-align: left;
}
.date {
  color: var(--textcolor-3);
  font-size: 12px;
}
.odds {
  color: var(--textcolor-3);
}
.odds p {
  margin: 3px 0;
}
.icons {
  text-align: left;
  padding-left: 10px !important;
}
.icons span {
  margin: 0 0;
}
.icons .icon {
  color: var(--textcolor-3);
  cursor: pointer;
}
.icons .tag {
  background: var(--red40);
  color: var(--text-white);
  font-size: 12px;
  padding: 0 5px;
  margin: 0 3px;
  border-radius: 3px;
  vertical-align: 0;
  cursor: pointer;
}
.tipsText {
  margin: 0;
}
.finish {
  color: var(--red40);
  font-weight: bold;
}
/*签表*/

.chart {
  background: var(--bgcolor-1);
  width: 1060px;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}
.charttit {
  margin: 12px 16px;
}
.charttit span {
  float: left;
  display: inline-block;
  width: 11.11%;
  background: #efefef;
  color: #333;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-bottom: 3px solid #2F6BB5;
}
.charttit span:nth-child(1),
.charttit span:nth-child(9) {
  border-color: #88A852;
  background: #e5e5e5;
}
.charttit span:nth-child(2),
.charttit span:nth-child(8) {
  border-color: #BEA92C;
  background: #ddd;
}
.charttit span:nth-child(3),
.charttit span:nth-child(7) {
  border-color: #ea4c89;
  background: #d5d5d5;
}
.charttit span:nth-child(5) {
  border-color: #FF6633;
  background: #d5d5d5;
}
.chartbox {
  margin: 12px 16px;
  height: 750px;
  display: flex;
}
.chartbox li {
  flex: 1;
  float: left;
  width: 11%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.chartbox .match {
  display: flex;
  align-items: center;
  flex: 1;
}
.chartbox .match.sp1,
.chartbox .match.sp2 {
  flex: 0 0 30%;
}
.chartbox .match.sp1 .split1 {
  border-color: var(--goalbg);
}
.chartbox .match.sp1 .split1:hover {
  box-shadow: 0 2px 10px rgba(255, 113, 0, 0.1);
}
.chartbox .match.sp1 .split1 .time {
  background: var(--yellow20);
  color: #e6a202;
}
.chartbox .match.sp2 .split1 {
  width: 85%;
}
.chartbox .vsmatch {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
  width: 85%;
  height: 100%;
}
.chartbox .split1 {
  background: var(--bgcolor-1);
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid var(--border-3);
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.chartbox .split1:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 2px 10px rgba(0, 64, 255, 0.1);
}
.chartbox .matchBox {
  padding: 0 5px;
  border: none;
}
.chartbox .matchBox .team {
  color: var(--textcolor-1);
  margin: 10px 0;
  text-align: center;
}
.chartbox .matchBox .icon {
  width: 20px;
  height: 20px;
  margin: 0 2px;
  border: none;
  float: none;
}
.chartbox .matchBox .team > span {
  font-size: 12px;
  font-weight: bold;
  padding-left: 0px;
  vertical-align: 5px;
  float: none;
}
.chartbox .time {
  background: rgba(10, 45, 148, 0.05);
  color: var(--textcolor-3);
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-bottom: 1px solid var(--border-2);
  border-radius: 4px 4px 0 0;
}
.chartbox .line {
  display: inline-block;
  width: 15%;
  height: 100%;
  position: relative;
}
.chartbox .line.Lvar::before,
.chartbox .line.Rvar::before {
  left: -48px;
  width: 88px;
  height: 30%;
  border-left: 1px solid var(--border-3);
  border-right: none;
}
.chartbox .line.Rvar::before {
  left: -22px;
  transform: translate(0, -50%) scaleX(-1);
}
.chartbox .line.Lvar::after,
.chartbox .line.Rvar::after {
  background: none;
}
.chartbox .line::before,
.chartbox .line::after {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  width: 50%;
  height: 50%;
  border: 1px solid var(--border-3);
  border-left: none;
}
.chartbox .line::after {
  border: none;
  height: 1px;
  left: 50%;
  background: var(--border-3);
}
.chartbox .line.R {
  transform: rotate(180deg);
}
.chartbox .final .vsmatch {
  justify-content: space-between;
  position: relative;
}
.chartbox .final .split1 {
  margin: 35px 0;
}
.chartbox .final .competition {
  background: #fef0ec;
  color: #FF6633;
  min-width: 70%;
  position: absolute;
  left: 50%;
  top: 8px;
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  transform: translate(-50%, 0);
}
.chartbox .final .competition.second {
  top: 64%;
}
.chartbox::after,
.charttit::after {
  content: "";
  display: block;
  clear: both;
}
.Btitle {
  font-size: 18px;
  font-weight: bold;
  color: var(--textcolor-1);
  line-height: 40px;
  margin: 5px 16px;
  border-bottom: 2px solid var(--primary-color);
}
.Btitle .more {
  display: inline-block;
  float: right;
  color: var(--textcolor-3);
  font-size: 12px;
  cursor: pointer;
}
/*赔率*/

.odds-div {
  float: left;
  display: inline-block;
  width: 750px;
  min-height: 437px;
  background: var(--bgcolor-1);
  font-size: 14px;
  border-radius: 4px;
}
.odds-div .flag {
  position: absolute;
  top: 6px;
  left: 6px;
  object-fit: contain;
  margin: 0;
}
.odds-menu {
  margin: 12px;
  display: flex;
  align-items: center;
}
.odds-menu span {
  flex: 1 0 auto;
  min-width: 70px;
  background: var(--table_header);
  color: var(--textcolor-1);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 6px 5px;
  margin-right: 4px;
  border-radius: 5px;
  word-break: break-word;
  transition: all 0.2s linear;
  cursor: pointer;
}
.odds-menu span:hover {
  background: var(--bgcolor-3);
}
.odds-menu span:last-child {
  margin: 0;
}
.odds-menu .on {
  background-color: var(--primary-color) !important;
  color: var(--text-white) !important;
}
.odds-item {
  width: calc(100% - 18px);
  margin: 10px 0 5px 12px;
  line-height: 30px;
  font-size: 12px;
}
.odds-item span {
  display: inline-block;
  height: 30px;
  width: 20.85%;
  font-weight: 600;
  text-align: right;
  padding: 0 10px;
  margin: 0 5px 10px 0;
  border: 1px solid var(--border-3);
  position: relative;
  width: 29.2%;
  transition: all 0.2s linear;
}
.odds-item span:hover {
  background: var(--bgcolor-2);
}
.country {
  display: inline-block;
  text-align: left;
  font-weight: normal;
  text-decoration: none !important;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.odds-item .country {
  width: 70%;
  padding-left: 26px;
}
.odds-item.group .country {
  width: 50% !important;
}
.odds-item.group span {
  width: 19.5%;
}
.odds-item.group .groupName {
  background-color: var(--primary-color);
  color: var(--text-white);
  display: inline-block;
  width: 30px;
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  border-radius: 50%;
}
.odds-item span.over a {
  color: #b3b3b3 !important;
}
.odds-item span.over font {
  color: #b3b3b3 !important;
  font-weight: normal;
}
.downOdds {
  color: #dd4a3e;
}
.upOdds {
  color: #46bd28;
}
/*射手榜*/

.shooter {
  float: right;
  display: inline-block;
  margin-left: 10px;
  width: 300px;
  min-height: 100px;
  background: var(--bgcolor-1);
  border-radius: 4px;
  font-size: 14px;
}
.shooter table {
  font-size: 14px;
  text-align: center;
  padding: 0px 16px 10px 16px;
  width: 100%;
}
.shooter table td {
  line-height: 36px;
  padding: 0;
}
.shooter tr {
  transition: all 0.2s linear;
}
.shooter tr:hover {
  background: var(--bgcolor-2);
}
.shooter .name {
  width: 160px;
  text-align: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.shooter .goal {
  color: var(--red40);
  font-weight: 600;
}
.shooter .flag {
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: -6px;
  border-radius: 50%;
  margin: 0;
}
.shooter .nodata {
  background: var(--table_highlight);
  color: var(--textcolor-1);
  font-size: 14px;
  padding: 10px;
  opacity: 0.7;
}
