/* #content {margin:0px auto 10px auto;} */

/* #info {width: 1060px;} */

.hide {
  display: none;
}
.b {
  font-weight: bold;
}
.lb {
  border-left: 1px solid var(--bgcolor-3);
}
.rb {
  border-right: 1px solid var(--bgcolor-3);
}
.sb {
  border-left: 1px solid var(--bgcolor-4);
  border-right: 1px solid var(--bgcolor-4);
}
.upbg {
  background: var(--redbg);
}
.downbg {
  background: var(--greenbg);
}
span {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
select:focus {
  outline: none;
}
.txt-l-pl {
  text-align: left !important;
  padding-left: 10px !important;
}
.txt-r-pr {
  text-align: right !important;
  padding-right: 10px !important;
}
#an_left {
  float: left;
  width: 690px;
}
#an_right {
  float: right;
  width: 360px;
}
#an_right .team-table-other {
  border: 1px solid var(--border-3);
  border-bottom: none;
}
#an_right .team-table-other,
#an_right .team-table-other tr,
#an_right .team-table-other td {
  background: transparent;
}
#an_right .team-table-other th {
  background: var(--table_header);
  border-color: var(--border-3);
}
#an_right .team-table-other td {
  line-height: 24px;
}
.plates::after {
  content: "";
  clear: both;
  display: block;
}
.plates {
  background: var(--bgcolor-1);
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.plates .team-table-other,
.plates .team-table-home,
.plates .team-table-guest {
  float: none;
}
.match-odds-menu {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid var(--border-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.match-odds-menu .team-table-title {
  padding: 0;
}
.team-table-title {
  height: auto;
  line-height: 30px;
  text-align: left;
  margin: 0;
  padding-bottom: 10px;
}
.morebtn {
  background: var(--table_list);
  color: var(--blue40);
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.morebtn:hover {
  color: var(--thirdly-color);
}
.morebtn .icon {
  font-size: 12px;
  vertical-align: 0;
  margin: 0 2px;
}
.icon-font-open-off:before {
  content: "\e641";
}
.icon-font-open-on:before,
.icon-right::before {
  content: "\e642";
}
.icon-right {
  transform: rotate(90deg);
  display: inline-block;
}
.icon-down:before {
  content: "\e685";
}
.icon-odds:before {
  content: "\e693";
}
.hbg-td2 span {
  display: block;
}
/*小弹框*/

.popupbox {
  background: var(--bgcolor-1);
  min-width: 210px;
  padding: 10px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 5px 15px var(--black20);
  cursor: auto;
  transition: all 0.2s linear;
  z-index: 10;
}
.popupbox .popuptit {
  background: var(--bgcolor-2);
  color: var(--textcolor-2);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--border-3);
  position: relative;
  clear: both;
}
.popupbox.slt {
  width: 100%;
  min-width: auto;
  top: 40px;
}
.popupbox.slt li {
  color: var(--textcolor-1);
  text-align: left;
  line-height: normal;
  padding: 8px;
  border-radius: 4px;
  display: block;
  cursor: pointer;
}
.popupbox.slt li:hover {
  background: var(--bgcolor-2);
}
.popupbox.slt li.on {
  background: var(--primary-color) !important;
  color: var(--text-white);
  font-weight: normal;
}
/* 标题按钮 */

#an_right .tabsBox {
  margin-top: 0;
}
#dv_detail .tabsBox .btn {
  flex: 1 0 auto;
}
.tabsBox {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin: 10px 0;
  border: none !important;
}
.tabsBox .btn {
  background: var(--bgcolor-3);
  color: var(--textcolor-2);
  flex: 1;
  min-width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
  margin: 0 2px;
  border-radius: 4px;
  border: none;
  position: relative;
  cursor: pointer;
}
.tabsBox .btn.on,
.tabsBox .btn.selectbox:hover {
  background-color: var(--second-color) !important;
  color: var(--text-white);
  font-weight: bold;
}
.tabsBox .btn.on .icon,
.tabsBox .btn.selectbox:hover .icon {
  color: var(--text-white);
  font-weight: normal;
}
.tabsBox .btn .icon {
  color: var(--textcolor-3);
  margin-left: 2px;
  vertical-align: -1px;
}
.tabsBox .btn.selectbox {
  padding: 0 5px 0 8px;
}
.tabsBox .popupbox.slt li {
  padding: 8px 0;
}
.tabsBox .popupbox.slt li {
  text-align: center;
}
/* .tabsBox .item{line-height:26px;width:50%;float:left;text-align:center;}
.tabsBox .item.on a{color:var(--text-white);} */

.tabsBox span {
  margin: 0 2px;
}
.tabsBox label {
  background: var(--bgcolor-3);
  color: var(--textcolor-2);
  text-align: left;
  line-height: 30px;
  width: auto;
  padding: 0 10px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.tabsBox input[type="checkbox"] {
  display: none;
}
.tabsBox input[type="checkbox"] + label::before {
  content: "";
  background: var(--gray50);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 14px;
  font-weight: bold;
  margin: 0 4px 0 0;
  vertical-align: -3px;
  display: inline-block;
}
.tabsBox input[type="checkbox"] + label::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 13px;
  width: 8px;
  height: 4px;
  border: 1px solid var(--white);
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  display: inline-block;
}
.tabsBox input[type="checkbox"]:checked + label::before {
  content: "";
  background: var(--white-bg);
}
.tabsBox input[type="checkbox"]:checked + label::after {
  border-color: var(--second-color);
}
.tabsBox input[type="checkbox"]:checked + label {
  background: var(--second-color);
  color: var(--text-white);
}
/*即时赔率*/

#CompanyOddsDiv {
  min-height: 229px;
}
#CompanyOddsDiv th .icon {
  font-size: 14px;
  padding: 2px;
  vertical-align: -1px;
  cursor: pointer;
}
#CompanyOddsDiv td span {
  display: block;
}
#CompanyOddsDiv .down2,
#CompanyOddsDiv .up2 {
  background-position-y: 7px;
}
#CompanyOddsDiv .filter {
  font-weight: bold;
  cursor: pointer;
}
.companyBg span {
  display: inline-block !important;
}
.companyBg .icon {
  color: var(--blue40);
  vertical-align: -1px;
}
.complist {
  width: 31.6% !important;
}
/*赔率弹框*/

.detail-win .detailtable {
  margin: 0;
}
.detail-win .match-odds-menu {
  margin: 0 !important;
  display: block;
}
.detail-win .tabsBox {
  float: right;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
.detail-win .match-odds-menu .tabsBox a {
  margin: 0;
  border-radius: 0;
}
.detail-win .match-odds-menu .tabsBox .on a {
  background: transparent;
  color: var(--text-white);
  border: none;
}
.detail-win .EHodds {
  width: 136px;
}
.detail-win .EHodds .EHselect {
  min-width: auto;
  width: 100%;
}
/*本赛季数据比较*/

/* .compare h4 {background:#f0f0f0;color:#666;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;font-size:14px;line-height:30px;text-align:center;padding:0;display:flex;align-items:center;justify-content:space-around;}
.compare .fx{width:46%;padding:10px;} */

.Nrank {
  color: var(--textcolor-3);
  font-weight: 700;
  font-style: italic;
  line-height: normal;
  font-family: "Sofascore Sans Condensed", sans-serif;
}
.plates .scoreComp,
.plates .missComp {
  width: 49.4%;
  padding: 10px;
  margin-top: 10px;
  min-height: 137px;
}
.plates .fx-div {
  padding: 10px;
  border: none;
}
.plates .fx-c2 {
  font-size: 12px;
  font-weight: normal !important;
}
.fx-tb-a {
  width: 100%;
  float: left;
}
.fx-tb-a li {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 0 46px 0;
}
.fx-tb-a li:last-child {
  margin-bottom: 5px;
}
.scoreComp .fx-tb-a li,
.fx-vote-data .fx-tb-a li {
  width: 30%;
  margin: 0 5px;
}
.fx-wdl {
  background: var(--bgcolor-3);
  line-height: 20px;
  width: 70px;
  padding: 0 10px;
  margin: 0 auto;
  border-radius: 20px;
}
.fx-ht-data {
  height: 70px;
  margin: 20px 0 5px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.fx-ht-data div {
  flex: 0 0 30%;
  height: auto;
  margin: 0 5px;
  border-bottom: 2px solid transparent;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.fx-ht-data .home-bg {
  border-color: var(--home_team);
}
.fx-ht-data .away-bg {
  border-color: var(--away_team);
}
.fx-ht-data-w {
  width: 100%;
  font-weight: bold;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.fx-tb-a li .fx-tb-title {
  padding-bottom: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fx-tb-a li .fx-td-data {
  background: var(--bgcolor-3) !important;
  height: 12px;
  width: 49%;
  float: left;
  position: relative;
  margin: 0 1px;
  border-radius: 10px 0 0 10px;
}
.fx-tb-a li .fx-td-data div {
  height: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 10px 0 0 10px;
}
.fx-tb-a li .fx-td-data.guest {
  border-radius: 0 10px 10px 0;
}
.fx-tb-a li .fx-td-data.guest div {
  right: auto;
  border-radius: 0 10px 10px 0;
}
.home-bg,
.stat .homes .stat-bar {
  background-color: var(--home_team);
}
.away-bg,
.stat .aways .stat-bar {
  background-color: var(--away_team);
}
.draw-bg {
  background-color: var(--gray50);
}
.fx-vote-data {
  min-height: 180px;
}
.fx-vote-data .vote {
  font-size: 14px;
  display: block;
}
.fx-vote-data .fx-tb-a {
  float: none;
}
.fx-vote-data .ext {
  color: var(--textcolor-2);
  text-align: center;
  line-height: 20px;
  margin-bottom: 5px;
}
.fx-vote-data .button {
  margin: 10px 5px 5px 5px;
}
.fx-vote-data .vote .pItem {
  width: 80%;
  padding: 3px 10px;
}
.fx-vote-data .fx-ht-data div {
  flex: 0 0 52.5%;
}
/*动画*/

.ant {
  background-color: transparent;
  color: var(--font);
  font-size: 12px;
  margin-right: auto;
  margin-left: auto;
  font-family: "微软雅黑";
  overflow: hidden;
  position: relative;
  /*border-bottom: solid 1px var(--bg2)*/

}
.ant .TNum {
  /*border-top: solid 1px var(--bg2);*/
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  margin: 0;
}
.ant .TNum li {
  background: var(--bg2);
  color: var(--font2);
  border: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 11px;
  text-align: center;
  height: 100%;
  display: inline-block;
  position: relative;
  padding: 0;
}
.ant .TNum li::after {
  background: var(--bg);
  width: 100%;
  content: "";
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ant .TNum li > span {
  width: 200%;
  position: relative;
  display: block;
  height: 16px;
  line-height: 16px;
  border-bottom: solid 1px var(--bg2);
  /* background-color:var(--bg);*/
  /* margin-right:-20px;*/
  /* right:-50%;*/
  z-index: 2;
}
.ant .TNum li:nth-child(odd) {
  background: var(--bg);
}
.ant .left .h,
.ant .left .g {
  color: var(--font3);
  height: 50%;
  text-align: center;
}
.ant .left .h:after,
.ant .left .g:after {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.ant .timeLine {
  width: 100%;
}
.basketball.ant .timeLine .info {
  border: solid 1px #dddddd;
  border-radius: 4px;
  overflow: unset;
}
.basketball.ant .TNum li > span {
  border: none;
}
.ant .timeLine .info {
  margin-top: 16px;
  float: right;
  height: -webkit-calc(84%);
  height: calc(84%);
  width: 100%;
  position: absolute;
  z-index: 2;
}
.ant .timeLine .info .xline {
  background-color: var(--line3);
  height: 1px;
  width: 100%;
  top: 50%;
  z-index: 9999;
  position: absolute;
}
.ant .timeLine .info .yline {
  background-color: var(--bg2);
  height: 100%;
  width: 1px;
  left: 50%;
  z-index: 9999;
  position: absolute;
}
.ant .timeLine .info .timeLine {
  /* background:url(/images/ant/currentTime.png) no-repeat;*/
  background-size: 100% 100%;
  background-color: #329737;
  color: var(--font);
  width: 1px;
  height: 100%;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  line-height: 113px;
  position: absolute;
  border: solid 1px rgba(255, 255, 255, 0.7);
  box-sizing: content-box;
  top: 0;
  z-index: 99999;
  animation: fadeIn 3s infinite;
}
.ant .timeLineSetting {
  background: var(--bg3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.5s linear;
}
.ant .timeLineSetting h2 {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  padding: 5px;
  color: var(--font);
  background: -o-linear-gradient(top, var(--bg3), var(--bg3));
  background: -webkit-gradient(linear, left top, left bottom, from(var(--bg)), to(var(--bg3)));
  background: linear-gradient(to bottom, var(--bg3), var(--bg3));
}
.ant .timeLineSetting h2 .iconfont {
  float: right;
  font-size: 20px;
}
.ant .timeLineSetting .info {
  color: var(--font);
  margin-top: 0;
  padding: 5px 5px 0 5px;
  height: 100%;
  background: var(--bg4);
}
.ant .timeLineSetting label {
  cursor: pointer;
  float: left;
  margin: 5px;
}
.ant .timeLineSetting label input {
  display: none;
}
.ant .timeLineSetting label span {
  display: block;
  line-height: 28px;
  padding: 0 7px;
  border-radius: 20px;
  background: var(--bg3);
}
.ant .timeLineSetting label input:checked ~ span {
  background-color: #FFF1E7;
  color: #FF6D59;
  line-height: 28px;
}
.ant .timeLineSetting label i {
  display: inline-block;
  position: static !important;
  width: 15px;
  height: 15px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  margin-right: 4px;
  vertical-align: -3px;
}
.ant .timeLineSetting label input:checked ~ span i {
  background: url(/images/match-c.png) no-repeat center;
  width: 15px;
  height: 15px;
  float: left;
  border: none;
  margin: 7px 4px 0 0;
}
/* .ant .timeLineSetting .info input{position:relative;top:-2px;}
.ant .timeLineSetting .info label.on{background:#349c39;border:solid 1px #349c39;}
.ant .timeLineSetting .info label{margin:3px 3px 3px 0;border:solid 1px var(--line2);border-radius:4px;padding:5px;display:block;float:left;}
*/

.ant.basketball {
  padding-left: 15px;
  border: none;
  box-sizing: border-box;
  background: var(--bg);
  float: right;
  margin: 5px 5px 5px 0;
  float: unset;
  overflow: hidden;
}
.ant.basketball .timeLine {
  position: relative;
}
.ant.basketball .TNum {
  border: solid 1px var(--line3);
}
.ant.basketball .TNum li > span {
  width: 100%;
}
.ctr-hide {
  display: none;
}
/*直播*/

.live-animation .title {
  position: relative;
  text-align: left;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  margin: 10px 0 0 10px;
  height: 40px;
  clear: both;
}
.live-animation .title .animation {
  position: absolute;
  right: 5px;
}
.live-animation .title .video {
  position: absolute;
  right: 95px;
}
.live-animation .title span {
  min-width: 80px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  background: #ebebeb;
  cursor: pointer;
}
.live-animation .title .on {
  background: var(--primary-color);
  color: #fff;
}
.live-animation iframe {
  height: 510px;
  width: 100%;
  border: 0;
}
.live-animation .flash {
  height: 430px;
  overflow: hidden;
}
.ant .channelList {
  height: 410px;
}
.ant .channelList li {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ant .channelList .tvLink {
  position: unset;
  display: block;
  width: 50%;
  margin: 8px auto;
  padding: 0;
  text-decoration: none;
  border-radius: 4px;
  background: var(--white20) !important;
}
.ant .channelList .btn-liveTv {
  background: none;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  margin: 0 auto;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  display: block;
}
.ant .channelList .btn-liveTv .icon {
  margin: 0 5px;
  vertical-align: -1px;
}
.ant .channelList .explain {
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: block;
}
.ant .channelList .default_simple {
  display: block;
  z-index: -1;
  height: 100%;
}
.ant .channelList .sr-lmt-pitch-soccer__container {
  z-index: -2;
}
/*精华*/

#youtubeBox iframe {
  width: 670px;
  height: 377px;
}
/*聊天室-兼容*/

.plates .chatcontent {
  height: 450px;
  margin: 0;
}
.plates .chatBox {
  height: calc(100% - 60px);
}
.plates .sendBox {
  width: 100%;
}
.plates .sendBox input {
  width: calc(100% - 78px);
}
/*往绩战绩*/

.recordbox {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  min-height: 145px;
}
.teamimg {
  width: 60px;
  height: 60px;
  margin-top: 26px;
}
.record {
  flex: 1;
  margin: 10px;
}
.record .vote {
  margin: 0;
}
/* .record .bar .vote .ext {flex: auto;} */

.record .vote .ext {
  flex: 0 0 auto;
}
.record .vote .ext.tit {
  flex: 0 0 90px;
}
.record .vote .ext span {
  background: var(--bgcolor-3);
  min-width: 80px;
  padding: 4px;
  margin: 2px 0;
  border-radius: 20px;
  display: inline-block;
}
.record .votebox {
  display: flex;
  justify-content: space-between;
}
.record .votebox .bar {
  flex: 0 0 49%;
}
.vote-bar .barH,
.vote-bar .barG {
  border: none;
}
.coursebox {
  background: var(--table_list);
  border: 1px solid var(--border-3);
}
.coursebox .courselis div {
  flex: 0 0 10%;
  text-align: center;
}
.coursebox .courselis .interval {
  flex: 0 0 30%;
  text-align: right;
  line-height: normal;
  padding: 5px 6px 5px 0;
}
.coursebox .courselis .team {
  flex: 1;
  text-align: left;
  padding-left: 6px;
  overflow: hidden;
}
.coursebox .courselis .team span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coursebox .cortitle {
  background: var(--table_header);
  color: var(--textcolor-2);
  border-bottom: 1px solid var(--border-3);
  line-height: 26px;
  display: flex;
  align-items: center;
}
.coursebox .cortitle .FH {
  flex: 0 0 12%;
}
.coursebox .corteam {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-3);
}
.coursebox .courselis:last-child .corteam {
  border: none;
}
.coursebox .corteam span {
  display: block;
  margin: 8px auto;
}
.coursebox .corteam .time {
  margin: 0 5px;
}
.coursebox .corteam .hs {
  flex: 0 0 6%;
}
/*近期战绩无数据*/

.adjust.team-div {
  display: flex;
  justify-content: space-between;
}
.adjust.coursebox {
  height: 100%;
}
.adjust.coursebox .nodatabox {
  height: 100%;
}
.adjust.coursebox .nodata {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*竞猜模块*/

.plates.GS {
  padding: 0;
  overflow: hidden;
}
.plates.GS .guessingbox,
.plates.GS .guesstit .left {
  background: none;
}
.plates.GS .guessingbox {
  margin: 0;
  border-radius: 0;
  overflow: auto;
  box-shadow: none;
}
.plates.GS .rank {
  background: var(--primary-color);
  color: var(--text-white);
  font-size: 17px;
  text-align: center;
  font-weight: normal;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  cursor: pointer;
}
.plates.GS .guesstit {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plates.GS .guesstit::after {
  display: none;
}
.plates.GS .guesstit .left {
  font-size: 20px;
}
.plates.GS .guesstit .pic {
  width: 34px;
  vertical-align: -12px;
}
.plates.GS .guesstit .jackpot {
  font-size: 14px;
}
.plates.GS .guesstit .jackpot .icon {
  font-size: 16px;
}
.plates.GS .guesstit .right span {
  padding: 0 5px;
}
.plates.GS .guesstit .right .icon {
  font-size: 16px;
}
.plates.GS .guesstit .rulebtn {
  min-width: 60px;
}
.plates.GS .guessingbox .recordbox {
  min-height: auto;
  padding: 30px 20px;
}
.plates.GS .guessingbox .teamimg {
  width: 65px;
  height: 65px;
}
.plates.GS .guessingbox .record {
  margin: 0 20px;
}
.plates.GS .guessingbox .record .vote.guess .tit {
  font-size: 18px;
}
/*事件*/

.events.new .eventit {
  line-height: 30px;
  border-bottom: 1px solid var(--border-3);
}
.events.new .eventit span {
  font-weight: bold;
}
.events.new .stage-tit {
  background: var(--table_highlight);
  color: var(--textcolor-1);
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1px;
}
.events.new .evenlis {
  min-height: 36px;
  border: none;
}
.events.new .time {
  background: var(--table_header);
  padding: 4px 0;
  margin: 0;
  border-radius: 20px;
}
.eventit {
  background: var(--table_header);
  color: var(--textcolor-2);
  line-height: 26px;
  text-align: center;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.eventit span {
  flex: 1;
}
.evenlis {
  display: flex;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid var(--border-2);
  min-height: 40px;
  padding: 3px 0;
}
.evenlis span {
  flex: 0 0 7%;
}
.evenlis .time {
  flex: 0 0 15%;
}
.evenlis .home {
  flex: 0 0 36%;
  text-align: right;
  overflow: hidden;
}
.evenlis .guest {
  flex: 0 0 36%;
  text-align: left;
  overflow: hidden;
}
.evenlis a {
  width: 92px;
  line-height: 18px;
  padding: 0 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.evenlis .video {
  background: var(--bgcolor-2);
  color: #ff3623;
  border: 1px solid var(--border-5);
  font-size: 14px;
  line-height: 16px;
  padding: 0 3px;
  margin: 0;
  border-radius: 6px;
  vertical-align: 3px;
  cursor: pointer;
  display: inline-block;
  animation: shake 2s linear infinite;
}
@keyframes shake {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(-10deg);
  }
  10% {
    transform: rotate(10deg);
  }
  15% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
/* .evenlis .home span,.evenlis .guest span {display:flex;align-items:center;margin:2px 0;}
.evenlis .home span {flex-direction: row-reverse;justify-content: flex-start;} */

.assist {
  color: var(--textcolor-3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block !important;
}
.assist a {
  color: var(--textcolor-3);
  line-height: normal;
  display: inline;
}
.tech .evenlis span {
  flex: 0 0 25%;
}
.tech .evenlis span.techtit {
  flex: 0 0 50%;
}
.nodata {
  background: var(--table_list);
  color: var(--textcolor-2);
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 20px;
}
/* 动图回放 */

.gifwin {
  border-radius: 4px !important;
}
.gifwin .layui-layer-content {
  border-radius: 4px;
  overflow: hidden !important;
}
.gifwin .main {
  border-radius: 4px;
}
.gifwin .title {
  position: absolute;
  width: calc(100%);
  top: 0px;
  height: 40px;
  background: var(--black40);
  color: var(--text-white);
  font-size: 14px;
  text-align: left;
  line-height: 40px;
  font-weight: bold;
}
.gifwin .title .text {
  margin-left: 10px;
}
.gifwin .cc a {
  z-index: 99;
}
.gifwin .cc a::after,
.gifwin .cc a::before {
  background: var(--white);
}
.gifwin img {
  width: 100%;
  height: 100%;
}
.gifwin.ontouch {
  background: var(--gray70);
  left: 0px !important;
}
.gifwin.ontouch img {
  height: auto;
}
.gifwin.ontouch .title {
  height: 60px;
  line-height: 60px;
  font-size: 3em;
}
.gifwin.ontouch .title .text {
  margin-left: 20px;
}
.gifwin.ontouch .cc a {
  transform: scale(2);
  top: 20px;
  right: 20px;
}
.gifwin.ontouch .content {
  min-height: unset;
}
.gifwin-hidden {
  background-color: rgba(0, 0, 0, 0) !important;
  opacity: 0.3 !important;
  box-shadow: unset !important;
  text-align: center;
}
.gifwin-hidden .spinner-border {
  width: 4rem;
  height: 4rem;
  border: 0.5rem solid currentColor;
  border-right-color: #fff;
}
.gifwin-hidden .content {
  display: none;
}
.dark .gifwin-hidden .spinner-border {
  border-right-color: #444;
}
/*阵容*/

.lineup .graph {
  position: relative;
  width: 100%;
  height: 210px;
  color: #fff;
  float: left;
  clear: both;
}
.lineup .graph .plays .playBox.pend .play {
  transform: scale(0.8);
  height: 19px;
  text-align: center;
  display: block;
}
.lineup .graph .plays .playBox.pend .number {
  margin: 0 !important;
}
.lineup .graph .plays {
  padding: 0 4px;
}
.lineup .graph .plays .five {
  padding: 0 4px;
}
.lineup .graph .plays .playBox {
  position: relative;
  float: left;
  width: 41.5px;
  z-index: 1;
}
.lineup .graph .plays .five .playBox {
  position: relative;
  float: left;
  width: 32.4px;
  z-index: 1;
}
.lineup .graph .plays .playBox:hover,
.lineup .graph .plays .five .playBox:hover {
  z-index: 2;
}
.lineup .graph .plays .playBox .number,
.lineup .graph .plays .five .playBox .number {
  background-color: #e27a48;
  line-height: 20px;
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  margin: 9px 0;
  border-radius: 20px;
  border: 1px solid #3c5d1a;
}
.lineup .graph .plays .guest .playBox .number {
  background-color: #3f9ed8;
}
.lineup .graph .plays .playBox .play {
  position: relative;
  height: 45px;
  margin: 0 auto;
  float: none;
  display: table;
}
.lineup .graph .plays .playBox .play ul {
  position: absolute;
  display: none;
  background: #1f3508;
  color: #d8d8d8;
  font-size: 12px;
  padding: 10px;
  border-radius: 5px;
  top: 75px;
  z-index: 1;
  padding-left: 95px;
}
.lineup .graph .plays .playBox .play:last-child ul {
  left: unset;
  right: unset;
}
.lineup .graph .plays .home .playBox .play ul {
  left: 27px;
}
.lineup .graph .plays .guest .playBox .play ul {
  right: 27px;
}
.lineup .graph .plays .playBox .play ul li.icon {
  float: left;
  width: 75px;
  height: 100px;
  background: #e1e1e1;
  position: absolute;
  left: 12px;
  top: 10px;
  margin-left: 0;
  border: 3px solid #d8d8d8;
}
.lineup .graph .plays .playBox .play ul li.icon img {
  width: 100%;
  height: 100%;
}
.lineup .graph .plays .playBox .play ul li {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 15px;
}
.lineup .coursebox li div,
.hurt .coursebox li div {
  display: inline-block;
  line-height: 30px;
}
.lineup .player img {
  height: 14px;
  width: 14px;
}
.lineup [techwinid]:hover {
  cursor: pointer;
}
.lineupbox .home,
.lineupbox .guest {
  width: 50%;
  min-height: 40px;
  font-weight: bold;
  padding: 0 5px 0 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.lineupbox .guest {
  text-align: right;
  justify-content: flex-end;
  padding: 0 2px 0 5px;
  border-left: 1px solid var(--border-3);
}
.lineuptit {
  background: var(--table_header);
  height: 30px;
  font-weight: bold;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lineuptit span {
  color: var(--textcolor-2);
  padding: 0 4px;
}
.lineuptit.glove .icon {
  font-size: 12px;
}
.lineuplis {
  border-bottom: 1px solid var(--border-2);
  display: flex;
  align-items: center;
}
.lineuplis span {
  flex: 0 0 10%;
  color: var(--textcolor-3);
}
.lineuplis .icon-font-injured1,
.lineuplis .icon-font-prohibit {
  color: var(--red);
}
.lineuplis .player {
  flex: 1;
  padding: 0 6px;
}
.lineuplis .player .time {
  vertical-align: -2px;
  margin: 0 3px 0 -4px;
}
.lineup .players .morebtn {
  background: transparent;
}
.team-table-title .icon {
  color: var(--textcolor-2);
  font-size: 22px;
  text-align: right;
  width: 30px;
  float: right;
  cursor: pointer;
}
.team-table-title .eventicons {
  background: var(--bgcolor-1);
  min-width: 200px;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  top: 30px;
  right: -10px;
  box-shadow: 0 0 10px var(--black30);
  z-index: 5;
}
.eventicons .eicon {
  color: var(--textcolor-2);
  font-size: 12px;
  font-weight: normal;
}
.eventicons .eicon img {
  vertical-align: -3px;
  margin: 0 5px;
}
.eventicons .eicon.btn {
  background: var(--table_highlight);
  border: 1px solid var(--border-3);
  line-height: 26px;
  text-align: center;
  margin: 5px 0;
  border-radius: 20px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.eventicons .eicon.btn:hover {
  background: var(--table_header);
  color: var(--blue40);
}
/*社区版块*/

.tipsList .tipsItem {
  padding: 10px 0;
  border-bottom: 1px solid var(--border-2);
}
.tipsList .tipsItem:last-child {
  border: none;
}
.tipsList .userBox {
  display: flex;
  align-items: center;
}
.tipsList a.userBox:hover {
  text-decoration: none;
}
.tipsList .uicon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border: 1px solid var(--border-2);
  border-radius: 50%;
  overflow: hidden;
}
.tipsList .uicon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tipsList .badge {
  background: #FFF3E8;
  color: #cb6f2d;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  font-style: normal;
  padding: 0 6px;
  margin-left: 5px;
  border-radius: 2px;
}
.tipsList .itemData {
  flex: 1;
  line-height: 20px;
}
.tipsList .userName {
  color: var(--textcolor-1);
  font-size: 14px;
  font-weight: bold;
}
.tipsList .userName:hover {
  color: var(--thirdly-color);
}
.tipsList .recommend {
  margin: 5px 0;
}
.tipsList .recommend .tit {
  width: 100%;
  line-height: 18px;
  padding: 0 2px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}
.tipsList .recommend .row {
  font-size: 12px;
  padding: 3px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.tipsList .recommend .recom {
  background: linear-gradient(90deg, rgba(67, 149, 30, 0.2), rgba(67, 149, 30, 0.05));
}
.tipsList .recommend .item {
  color: var(--textcolor-1);
  width: calc(100% - 65px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tipsList .recommend .type {
  background: var(--bgcolor-1);
  color: var(--text-primary);
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 8px;
  margin-right: 4px;
  vertical-align: 0;
  border-radius: 20px;
  display: inline-block;
}
.tipsList .recommend .date {
  color: var(--textcolor-2);
  border-right: 1px solid var(--black05);
  height: 14px;
  line-height: 14px;
  padding-right: 8px;
  vertical-align: 0;
  float: none;
  display: inline-block;
}
.tipsList .recommend .iconBox {
  display: none;
}
.tipsList .recommend .results {
  width: 60px;
  text-align: right;
  display: inline-block;
}
.tipsList .recommend .hit,
.tipsList .recommend .wrong,
.tipsList .recommend .zoushui {
  color: var(--green40);
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  vertical-align: 0;
  float: none;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.tipsList .recommend .hit {
  color: var(--red40);
}
.tipsList .recommend .zoushui::before {
  content: "";
  background: var(--blue40);
  width: 12px;
  height: 2px;
  border-radius: 3px;
  vertical-align: 4px;
  display: inline-block;
}
.tipsList .recommend .pay {
  color: var(--text-primary) !important;
  font-size: 14px;
  vertical-align: 0;
  float: none;
}
.tipsList .recommend .pay::before {
  font-size: 16px;
  margin-right: 4px;
  float: none;
}
.tipsList .recommend .paid .hit::after,
.tipsList .recommend .paid .wrong::after,
.tipsList .recommend .paid .zoushui::after {
  content: "";
  background: url(/images/diamond.svg) no-repeat center;
  background-size: 18px;
  opacity: 0.5;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.tipsList .dateBar::after {
  content: "";
  clear: both;
  display: block;
}
.tipsList .dateBar .from {
  width: calc(100% - 170px);
  padding-left: 3px;
  float: left;
  white-space: nowrap;
}
.tipsList .dateBar .from .time {
  color: var(--textcolor-3);
}
.tipsList .dateBar .statistical {
  color: var(--textcolor-3);
  width: 170px;
  text-align: right;
  float: right;
}
.tipsList .dateBar .statistical .icon {
  float: right;
  font-size: 16px;
  min-width: 30px;
  margin-left: 10px;
  height: 16px;
  line-height: 16px;
}
.tipsList .dateBar .statistical .dataValue {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  vertical-align: 1px;
}
.tipsList .dateBar .statistical .lock {
  font-size: 12px;
}
.tipsList .method {
  background: var(--bgcolor-2);
  height: 40px;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
  cursor: pointer;
}
.tipsList .method:hover {
  background: var(--blue10);
}
.tipsList .method span {
  flex: 1;
  font-size: 12px;
  font-weight: bold;
  margin: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tipsList .type {
  background: var(--primary-color);
  color: var(--text-white);
}
.tipsList .result {
  background: var(--bgcolor-1);
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
}
.tipsList .result .icon {
  color: #03A9F4;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
}
.tipsList .tipsItem.more {
  display: none;
}
/*新闻版块*/

.prediction {
  line-height: 20px;
  text-align: left;
  padding: 0 5px;
  display: block;
}
.Prediction-c a {
  color: var(--blue40);
  display: block;
}
.rubric {
  color: var(--textcolor-3);
  padding-top: 6px;
  margin-top: 6px;
  border-top: 1px solid var(--border-3);
}
/*广告*/

#an_right .adclass img {
  width: 360px;
  margin-bottom: 3px;
}
