body,
html {
  font-size: 12px;
  font-weight: normal;
  height: 100%;
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
body {
  margin: 0 auto;
  position: relative;
  line-height: 20px;
}
body {
  /* &#Basketball {@primary:red;} */

  /* 联系我们跳转小弹窗 */

  color: #1B1B1B;
  background: #f5f5f5;
}
body h2,
body h3 {
  font-size: 16px !important;
  font-weight: bold !important;
  display: inline-block !important;
  background: unset !important;
  width: unset !important;
}
body .newsbox ul::after,
body .article::after,
body .articlebox::after {
  content: "";
  display: block;
  clear: both;
}
body .fcg {
  color: #595959;
}
body .newsbox img {
  width: 100%;
  height: 100%;
  min-height: 70px;
}
body .newsbox .view img {
  min-height: 70px;
}
body .mcontent {
  margin: 0 auto 10px auto;
  min-height: 400px;
}
body .ad {
  margin-bottom: 8px;
}
body .content.index {
  padding: 10px 0;
}
body .header.comHeader .iconfont {
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px;
}
body .crumbs {
  width: 1060px;
  color: #8C8C8C;
  font-size: 12px;
  line-height: 20px;
  margin: 0 auto;
}
body .crumbs a.off {
  color: #307b06;
  font-weight: 600;
  margin: 0 5px;
}
body .newLeft {
  width: 690px;
  float: left;
  border-radius: 4px;
  overflow: hidden;
}
body .newLeft .Htitle {
  line-height: 30px;
}
body .index .newsbox {
  padding: 0 10px 15px 10px;
}
body .newsbox {
  background: #ffffff;
  margin: 0;
  padding: 5px 10px;
  border-radius: 8px;
}
body .newsbox.pic {
  margin: 0 10px;
  padding: 0 0 10px 0;
  overflow: hidden;
  position: relative;
}
body .newsbox.pic .text {
  color: #1B1B1B;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 8px 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}
body .newsbox.pic img {
  border-radius: 8px;
}
body .newsbox.pic .Lbtn,
body .newsbox.pic .Rbtn {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate(0, -50%);
  background: #000;
  width: 25px;
  height: 40px;
  border-radius: 0 20px 20px 0;
  opacity: 0.5;
  outline: none;
  cursor: pointer;
}
body .newsbox.pic .Rbtn {
  left: auto;
  right: 0;
  border-radius: 20px 0 0 20px;
}
body .newsbox.pic .Lbtn::before,
body .newsbox.pic .Rbtn::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  display: block;
  z-index: 10;
}
body .newsbox.pic .Rbtn::before {
  transform: rotate(-135deg);
  left: 5px;
}
body .newsbox.pic .Lbtn:hover,
body .newsbox.pic .Rbtn:hover {
  opacity: 0.8;
}
body .space {
  background: #EBEBEB;
  height: 6px;
}
body .article {
  margin-bottom: 8px;
  padding: 0;
  cursor: pointer;
  border: unset !important;
}
body .article:last-child {
  margin: 0;
}
body .artimg {
  width: 125px;
  height: 70px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
body .artimg .live {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.7;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
body .artimg .live::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 56%;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-bottom: 0 none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translate(-50%, -50%) rotate(-90deg);
}
body .article .match {
  color: #1B1B1B;
  float: left;
  width: calc(100% - 135px);
  height: 70px;
  text-align: left;
  margin-left: 10px;
  border-bottom: 0px dashed #EBEBEB;
  position: relative;
}
body .article .match:hover {
  color: #f60;
}
body .article:last-child .match {
  border: none;
}
body .match .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .match .relation {
  color: #8C8C8C;
  position: absolute;
  bottom: 0px;
  left: 0;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  vertical-align: top;
}
body .match .relation span {
  color: #333;
  display: inline-block;
  margin: 0 2px;
}
body .match .relation span.time {
  color: #8C8C8C;
}
body .relation .play {
  width: 40px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
}
body .relation .ln {
  width: 135px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #8C8C8C;
  float: right;
}
body .view .article {
  width: 100%;
  float: left;
}
body .view .article .match {
  width: calc(100% - 135px);
  height: auto;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  padding: 10px 0 0 0;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body .newsbox .news {
  display: flex;
  flex-wrap: wrap;
}
body .news .article {
  flex: 0 0 33.3%;
  width: 33.3%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .news .artimg {
  width: 210px;
  height: 117px;
}
body .news .article .match {
  float: none;
  width: 90%;
  height: 45px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  padding: 10px 0;
  margin: 0;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body .news.photo .article .match {
  width: 98%;
  height: 68px;
}
body .photo .article {
  flex: 0 0 calc(50% - 6px);
  margin: 3px;
  border-radius: 5px;
  overflow: hidden;
}
body .photo .article:hover {
  opacity: 0.8;
}
body .photo .artimg {
  width: 100%;
  height: 25.5vw;
  border-radius: 0;
  max-height: 168px;
}
body .photo .text {
  width: 100%;
  height: 32px;
  background: #434343;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  padding: 2px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .article a:hover,
body .photo a:hover {
  text-decoration: none;
}
body .swiper-slide .live {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.7;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
body .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);
}
body .swiper-slide .live.big {
  transform: translate(-50%, -50%) scale(1.5);
}
body .newRight {
  width: 360px;
  float: right;
}
body .side-box {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 0 10px 10px 10px;
  border-radius: 4px;
}
body .side-box .nobr {
  border-bottom: none;
  margin-bottom: 0;
}
body .Htitle {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 10px;
  position: relative;
}
body .Htitle .selectbox {
  font-size: 12px;
  height: 22px;
  font-weight: normal;
  color: #444;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  padding: 0 5px;
  position: absolute;
  top: 9px;
  right: 0;
}
body .Htitle .more {
  color: #595959;
  font-size: 12px;
  font-weight: normal;
  margin-right: 5px;
  float: right;
  cursor: pointer;
}
body .news_con31 {
  margin-bottom: 6px;
}
body .listtab tr:hover,
body .matchItem:hover {
  background: #fffcee;
  cursor: pointer;
}
body .listtab tr:first-child:hover {
  background: unset;
  cursor: unset;
}
body .listtab .teamname {
  color: #222;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  width: 150px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .listtab .deduct {
  position: relative;
  text-align: left;
}
body .listtab .deduct .icon {
  color: var(--textcolor-3);
  float: right;
  cursor: pointer;
}
body .listtab .deduct .ext {
  background: var(--bgcolor-1);
  color: var(--textcolor-2);
  font-size: 12px;
  font-style: normal;
  text-align: left;
  padding: 5px;
  border-radius: 5px;
  width: 150px;
  position: absolute;
  top: 28px;
  right: -136px;
  box-shadow: 0 0 10px var(--black30);
  z-index: 1;
}
body .matchItem {
  width: 100%;
  border-top: solid 1px #EBEBEB;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body .matchItem .teamIcon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 5px;
}
body .matchItem .teamName {
  font-size: 13px;
  line-height: 15px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .matchItem .home,
body .matchItem .guest {
  font-size: 12px;
  text-align: right;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
body .matchItem .guest {
  justify-content: flex-start;
  text-align: left;
}
body .matchItem .vs {
  font-size: 16px;
  font-weight: bold;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 20px;
}
body .matchItem .vs.date {
  color: #8C8C8C;
  font-size: 12px;
  font-weight: normal;
  word-break: break-all;
  word-wrap: break-word;
}
body .matchItem .date span {
  display: block;
}
body .group-tit td {
  text-align: left;
  font-weight: bold;
  padding: 10px 0px;
}
body tr.group-tit:hover {
  background: none;
  cursor: default;
}
body .matchItem.v2 .teamIcon {
  width: 24px;
  height: 24px;
  border-radius: 0%;
  margin-bottom: 0px;
}
body .matchItem.v2 .vs {
  line-height: 16px;
}
body .listpage .newsbox {
  padding: 10px 20px;
  border-radius: 4px;
}
body .listpage .news .article {
  flex: 0 0 25%;
  width: 25%;
  height: 225px;
}
body .listpage .Htitle {
  font-size: 32px;
  padding-bottom: 4px;
}
body .listpage .artimg {
  width: 240px;
  height: 134px;
}
body .listpage .time {
  width: 90%;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  margin: 6px 0 0 0;
}
body .articlebox {
  background: #ffffff;
  width: 100%;
  padding: 10px 16px !important;
  border-radius: 5px;
}
body .articlebox .atltitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
body .articlebox .left {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
body .articlebox .left img {
  max-width: 100%;
  width: auto;
}
body .articlebox .left span {
  font-weight: inherit;
}
body .articlebox .left a {
  color: #0b73c5;
  text-decoration: underline;
}
body .articlebox iframe {
  max-width: 100% !important;
  /*width:auto !important; height:auto !important;*/

}
body .left p {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 12px 0;
}
body .left .infotext {
  padding: 0 10px 10px 20px;
}
body .left .infotext li {
  margin: 8px 0;
  padding: 0;
  list-style: disc;
  border: none;
}
body .left .infotit {
  background: #f5f5f5;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 4px;
}
body .left .live {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
body .left .link {
  margin-top: 10px;
}
body .left .link span {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
}
body .left .link span a {
  color: #0b73c5;
  width: calc(100% - 70px);
  margin-left: 6px;
  vertical-align: -4px;
  display: inline-block;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .articlebox .side-box {
  padding: 0;
}
body .right {
  width: 100%;
}
body .side-box.atl {
  padding: 0 16px 12px 16px;
}
body .side-box.atl::after {
  content: "";
  clear: both;
  display: block;
}
body .box {
  color: #595959;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
body .box .from {
  color: #0b73c5;
  font-weight: bold;
  padding-left: 5px;
}
body .box .time {
  float: right;
}
body .box .icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
}
body .box .tagtitle {
  background: #EBEBEB;
  font-weight: bold;
  line-height: 24px;
  padding: 0 10px;
  display: block;
}
body .box .tags {
  /*background: #f3f9ff;*/
  background: #ebf5fe;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 3px;
  margin: 10px 2px 0 0;
  display: inline-block;
}
body .right .Htitle {
  font-size: 16px;
  padding: 0;
}
body .right .Htitle h2 {
  padding: 0;
}
body .right .artimg {
  width: 124px;
  height: 70px;
}
body .right .artimg img {
  width: 100%;
  height: auto;
}
body .right .match {
  width: 176px;
  font-size: 13px;
  line-height: 17px;
  padding: 0;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
body .NotificalPop {
  background: #ffffff;
  width: 280px;
  padding: 10px;
  border-radius: 6px;
  position: fixed;
  top: 30%;
  left: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  transform: translateX(-50%) !important;
}
body .NotificalPop .tit {
  color: #387f1a;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
body .NotificalPop p {
  color: #1B1B1B;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  padding: 10px;
}
body .NotificalPop .btn {
  background: #387f1a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  padding: 8px 0;
  margin: 5px 10px;
  cursor: pointer;
}
body .NotificalPop .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  background: #fbac78;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 14px;
  padding: 0 7px 7px 12px;
  border-radius: 0 0 0 50px;
  cursor: pointer;
}
body .closebtn {
  position: absolute;
  top: 6px;
  right: 6px;
  background: rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
}
body .closebtn::before,
body .closebtn::after {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 10px;
  left: 4px;
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
}
body .closebtn::after {
  transform: rotate(-45deg);
}
body .textline {
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
body.dark {
  /* 联系我们跳转小弹窗 */

  color: #D9D9D9;
  background: #232323;
}
body.dark h2,
body.dark h3 {
  font-size: 16px !important;
  font-weight: bold !important;
  display: inline-block !important;
  background: unset !important;
  width: unset !important;
}
body.dark .newsbox ul::after,
body.dark .article::after,
body.dark .articlebox::after {
  content: "";
  display: block;
  clear: both;
}
body.dark .fcg {
  color: #8C8C8C;
}
body.dark .newsbox img {
  width: 100%;
  height: 100%;
  min-height: 70px;
}
body.dark .newsbox .view img {
  min-height: 70px;
}
body.dark .mcontent {
  margin: 0 auto 10px auto;
  min-height: 400px;
}
body.dark .ad {
  margin-bottom: 8px;
}
body.dark .content.index {
  padding: 10px 0;
}
body.dark .header.comHeader .iconfont {
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px;
}
body.dark .crumbs {
  width: 1060px;
  color: #595959;
  font-size: 12px;
  line-height: 20px;
  margin: 0 auto;
}
body.dark .crumbs a.off {
  color: #307b06;
  font-weight: 600;
  margin: 0 5px;
}
body.dark .newLeft {
  width: 690px;
  float: left;
  border-radius: 4px;
  overflow: hidden;
}
body.dark .newLeft .Htitle {
  line-height: 30px;
}
body.dark .index .newsbox {
  padding: 0 10px 15px 10px;
}
body.dark .newsbox {
  background: #1B1B1B;
  margin: 0;
  padding: 5px 10px;
  border-radius: 8px;
}
body.dark .newsbox.pic {
  margin: 0 10px;
  padding: 0 0 10px 0;
  overflow: hidden;
  position: relative;
}
body.dark .newsbox.pic .text {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 8px 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}
body.dark .newsbox.pic img {
  border-radius: 8px;
}
body.dark .newsbox.pic .Lbtn,
body.dark .newsbox.pic .Rbtn {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate(0, -50%);
  background: #000;
  width: 25px;
  height: 40px;
  border-radius: 0 20px 20px 0;
  opacity: 0.5;
  outline: none;
  cursor: pointer;
}
body.dark .newsbox.pic .Rbtn {
  left: auto;
  right: 0;
  border-radius: 20px 0 0 20px;
}
body.dark .newsbox.pic .Lbtn::before,
body.dark .newsbox.pic .Rbtn::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  display: block;
  z-index: 10;
}
body.dark .newsbox.pic .Rbtn::before {
  transform: rotate(-135deg);
  left: 5px;
}
body.dark .newsbox.pic .Lbtn:hover,
body.dark .newsbox.pic .Rbtn:hover {
  opacity: 0.8;
}
body.dark .space {
  background: #262626;
  height: 6px;
}
body.dark .article {
  margin-bottom: 8px;
  padding: 0;
  cursor: pointer;
  border: unset !important;
}
body.dark .article:last-child {
  margin: 0;
}
body.dark .artimg {
  width: 125px;
  height: 70px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
body.dark .artimg .live {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  background: #1B1B1B;
  border-radius: 50%;
  opacity: 0.7;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
body.dark .artimg .live::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 56%;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-bottom: 0 none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translate(-50%, -50%) rotate(-90deg);
}
body.dark .article .match {
  color: #ffffff;
  float: left;
  width: calc(100% - 135px);
  height: 70px;
  text-align: left;
  margin-left: 10px;
  border-bottom: 0px dashed #1B1B1B;
  position: relative;
}
body.dark .article .match:hover {
  color: #f60;
}
body.dark .article:last-child .match {
  border: none;
}
body.dark .match .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.dark .match .relation {
  color: #595959;
  position: absolute;
  bottom: 0px;
  left: 0;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  vertical-align: top;
}
body.dark .match .relation span {
  color: #BFBFBF;
  display: inline-block;
  margin: 0 2px;
}
body.dark .match .relation span.time {
  color: #595959;
}
body.dark .relation .play {
  width: 40px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #1B1B1B;
  border-radius: 10px;
}
body.dark .relation .ln {
  width: 135px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #595959;
  float: right;
}
body.dark .view .article {
  width: 100%;
  float: left;
}
body.dark .view .article .match {
  width: calc(100% - 135px);
  height: auto;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  padding: 10px 0 0 0;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body.dark .newsbox .news {
  display: flex;
  flex-wrap: wrap;
}
body.dark .news .article {
  flex: 0 0 33.3%;
  width: 33.3%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.dark .news .artimg {
  width: 210px;
  height: 117px;
}
body.dark .news .article .match {
  float: none;
  width: 90%;
  height: 45px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  padding: 10px 0;
  margin: 0;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body.dark .news.photo .article .match {
  width: 98%;
  height: 68px;
}
body.dark .photo .article {
  flex: 0 0 calc(50% - 6px);
  margin: 3px;
  border-radius: 5px;
  overflow: hidden;
}
body.dark .photo .article:hover {
  opacity: 0.8;
}
body.dark .photo .artimg {
  width: 100%;
  height: 25.5vw;
  border-radius: 0;
  max-height: 168px;
}
body.dark .photo .text {
  width: 100%;
  height: 32px;
  background: #434343;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  padding: 2px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.dark .article a:hover,
body.dark .photo a:hover {
  text-decoration: none;
}
body.dark .swiper-slide .live {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #1B1B1B;
  border-radius: 50%;
  opacity: 0.7;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
body.dark .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);
}
body.dark .swiper-slide .live.big {
  transform: translate(-50%, -50%) scale(1.5);
}
body.dark .newRight {
  width: 360px;
  float: right;
}
body.dark .side-box {
  background: #1B1B1B;
  margin-bottom: 10px;
  padding: 0 10px 10px 10px;
  border-radius: 4px;
}
body.dark .side-box .nobr {
  border-bottom: none;
  margin-bottom: 0;
}
body.dark .Htitle {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #1B1B1B;
  margin-bottom: 10px;
  position: relative;
}
body.dark .Htitle .selectbox {
  font-size: 12px;
  height: 22px;
  font-weight: normal;
  color: #444;
  border: 1px solid #1B1B1B;
  border-radius: 20px;
  padding: 0 5px;
  position: absolute;
  top: 9px;
  right: 0;
}
body.dark .Htitle .more {
  color: #8C8C8C;
  font-size: 12px;
  font-weight: normal;
  margin-right: 5px;
  float: right;
  cursor: pointer;
}
body.dark .news_con31 {
  margin-bottom: 6px;
}
body.dark .listtab tr:hover,
body.dark .matchItem:hover {
  background: #fffcee;
  cursor: pointer;
}
body.dark .listtab tr:first-child:hover {
  background: unset;
  cursor: unset;
}
body.dark .listtab .teamname {
  color: #222;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  width: 150px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.dark .listtab .deduct {
  position: relative;
  text-align: left;
}
body.dark .listtab .deduct .icon {
  color: var(--textcolor-3);
  float: right;
  cursor: pointer;
}
body.dark .listtab .deduct .ext {
  background: var(--bgcolor-1);
  color: var(--textcolor-2);
  font-size: 12px;
  font-style: normal;
  text-align: left;
  padding: 5px;
  border-radius: 5px;
  width: 150px;
  position: absolute;
  top: 28px;
  right: -136px;
  box-shadow: 0 0 10px var(--black30);
  z-index: 1;
}
body.dark .matchItem {
  width: 100%;
  border-top: solid 1px #1B1B1B;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.dark .matchItem .teamIcon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 5px;
}
body.dark .matchItem .teamName {
  font-size: 13px;
  line-height: 15px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.dark .matchItem .home,
body.dark .matchItem .guest {
  font-size: 12px;
  text-align: right;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
body.dark .matchItem .guest {
  justify-content: flex-start;
  text-align: left;
}
body.dark .matchItem .vs {
  font-size: 16px;
  font-weight: bold;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 20px;
}
body.dark .matchItem .vs.date {
  color: #595959;
  font-size: 12px;
  font-weight: normal;
  word-break: break-all;
  word-wrap: break-word;
}
body.dark .matchItem .date span {
  display: block;
}
body.dark .group-tit td {
  text-align: left;
  font-weight: bold;
  padding: 10px 0px;
}
body.dark tr.group-tit:hover {
  background: none;
  cursor: default;
}
body.dark .matchItem.v2 .teamIcon {
  width: 24px;
  height: 24px;
  border-radius: 0%;
  margin-bottom: 0px;
}
body.dark .matchItem.v2 .vs {
  line-height: 16px;
}
body.dark .listpage .newsbox {
  padding: 10px 20px;
  border-radius: 4px;
}
body.dark .listpage .news .article {
  flex: 0 0 25%;
  width: 25%;
  height: 225px;
}
body.dark .listpage .Htitle {
  font-size: 32px;
  padding-bottom: 4px;
}
body.dark .listpage .artimg {
  width: 240px;
  height: 134px;
}
body.dark .listpage .time {
  width: 90%;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  margin: 6px 0 0 0;
}
body.dark .articlebox {
  background: #1B1B1B;
  width: 100%;
  padding: 10px 16px !important;
  border-radius: 5px;
}
body.dark .articlebox .atltitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
body.dark .articlebox .left {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
body.dark .articlebox .left img {
  max-width: 100%;
  width: auto;
}
body.dark .articlebox .left span {
  font-weight: inherit;
}
body.dark .articlebox .left a {
  color: #0b73c5;
  text-decoration: underline;
}
body.dark .articlebox iframe {
  max-width: 100% !important;
  /*width:auto !important; height:auto !important;*/

}
body.dark .left p {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 12px 0;
}
body.dark .left .infotext {
  padding: 0 10px 10px 20px;
}
body.dark .left .infotext li {
  margin: 8px 0;
  padding: 0;
  list-style: disc;
  border: none;
}
body.dark .left .infotit {
  background: #232323;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 4px;
}
body.dark .left .live {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
body.dark .left .link {
  margin-top: 10px;
}
body.dark .left .link span {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
}
body.dark .left .link span a {
  color: #0b73c5;
  width: calc(100% - 70px);
  margin-left: 6px;
  vertical-align: -4px;
  display: inline-block;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.dark .articlebox .side-box {
  padding: 0;
}
body.dark .right {
  width: 100%;
}
body.dark .side-box.atl {
  padding: 0 16px 12px 16px;
}
body.dark .side-box.atl::after {
  content: "";
  clear: both;
  display: block;
}
body.dark .box {
  color: #8C8C8C;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
body.dark .box .from {
  color: #0b73c5;
  font-weight: bold;
  padding-left: 5px;
}
body.dark .box .time {
  float: right;
}
body.dark .box .icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
}
body.dark .box .tagtitle {
  background: #262626;
  font-weight: bold;
  line-height: 24px;
  padding: 0 10px;
  display: block;
}
body.dark .box .tags {
  /*background: #f3f9ff;*/
  background: #dceffd;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 3px;
  margin: 10px 2px 0 0;
  display: inline-block;
}
body.dark .right .Htitle {
  font-size: 16px;
  padding: 0;
}
body.dark .right .Htitle h2 {
  padding: 0;
}
body.dark .right .artimg {
  width: 124px;
  height: 70px;
}
body.dark .right .artimg img {
  width: 100%;
  height: auto;
}
body.dark .right .match {
  width: 176px;
  font-size: 13px;
  line-height: 17px;
  padding: 0;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
body.dark .NotificalPop {
  background: #1B1B1B;
  width: 280px;
  padding: 10px;
  border-radius: 6px;
  position: fixed;
  top: 30%;
  left: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  transform: translateX(-50%) !important;
}
body.dark .NotificalPop .tit {
  color: #295d13;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
body.dark .NotificalPop p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  padding: 10px;
}
body.dark .NotificalPop .btn {
  background: #295d13;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  padding: 8px 0;
  margin: 5px 10px;
  cursor: pointer;
}
body.dark .NotificalPop .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  background: #fbac78;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 14px;
  padding: 0 7px 7px 12px;
  border-radius: 0 0 0 50px;
  cursor: pointer;
}
body.dark .closebtn {
  position: absolute;
  top: 6px;
  right: 6px;
  background: rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
}
body.dark .closebtn::before,
body.dark .closebtn::after {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 10px;
  left: 4px;
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
}
body.dark .closebtn::after {
  transform: rotate(-45deg);
}
body.dark .textline {
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
