/* 自动响应PC */

@media screen and (min-width: 710px) {
  :root {
    /*GRAY灰色*/
    --white: #fff;
    --gray3: #f9f9f9;
    --gray5: #f5f5f5;
    --gray10: #f0f0f0;
    --gray20: #eaeaea;
    --gray30: #e5e5e5;
    --gray40: #dadada;
    --gray45: #d0d0d0;
    --gray50: #999;
    --gray60: #666;
    --gray65: #555;
    --gray70: #444;
    --gray80: #333;
    --gray90: #222;
    --gray95: #151515;
    --black: #000;
    --black85: rgba(0, 0, 0, 0.85);
    --black60: rgba(0, 0, 0, 0.6);
    --black50: rgba(0, 0, 0, 0.5);
    --black40: rgba(0, 0, 0, 0.4);
    --black30: rgba(0, 0, 0, 0.3);
    --black20: rgba(0, 0, 0, 0.2);
    --black15: rgba(0, 0, 0, 0.15);
    --black05: rgba(0, 0, 0, 0.05);
    --white85: rgba(255, 255, 255, 0.85);
    --white70: rgba(255, 255, 255, 0.7);
    --white60: rgba(255, 255, 255, 0.6);
    --white45: rgba(255, 255, 255, 0.45);
    --white30: rgba(255, 255, 255, 0.3);
    --white20: rgba(255, 255, 255, 0.2);
    --white10: rgba(255, 255, 255, 0.1);
    /*品牌色*/
    --primary-color: #1753ad;
    --second-color: #318543;
    --thirdly-color: #b33327;
    --highlight-color: #f60;
    /*比分功能色*/
    --red20: #ec7979;
    --red40: #ec3939;
    /*完场比分,赢*/
    --red60: #be0000;
    /*指数升*/
    --blue10: #ecf4ff;
    --blue40: #0076e3;
    /*进行中比分，中场、走*/
    --blue60: #0057a6;
    --green40: #0d9f1c;
    /*指数降、输*/
    --yellow20: #fdfaee;
    --yellow30: #fff6d1;
    --yellow60: #ffc700;
    /*黄牌*/
    --redbg: #ffe8e8;
    /*指数升背景*/
    --greenbg: #e5ffd9;
    /*指数降背景*/
    --goalbg: #ffe99c;
    /*入球提示背景*/
    --home_team: #de682f;
    /*主队*/
    --away_team: #2495da;
    /*客队*/
    --table_header: var(--gray10);
    /*表格标题*/
    --table_highlight: var(--gray5);
    /*表格突出色*/
    --down: red;
    /*指数降*/
    --up: green;
    /*背景色*/
    --body-bg: var(--gray30);
    --footer-bg: var(--gray65);
    --white-bg: var(--white);
    --bgcolor-1: var(--white);
    --bgcolor-2: var(--gray5);
    --bgcolor-3: var(--gray30);
    --bgcolor-4: var(--gray40);
    /*文字*/
    --text-white: var(--white);
    --textcolor-1: var(--gray80);
    --textcolor-2: var(--gray60);
    --textcolor-3: var(--gray50);
    /*说明*/
    --textcolor-4: var(--gray40);
    /*禁用*/
    /*边框*/
    --border-1: var(--white);
    --border-2: var(--gray10);
    --border-3: var(--gray30);
    --border-4: var(--gray45);
  }
  .dark {
    /*基础色*/
    /* --blue5: linear-gradient(0deg,#20384e,var(--gray90)); */
    --red40: #d04040;
    --red60: #ad1f1f;
    --blue10: #223240;
    --blue20: #224c73;
    --blue60: #3a8ad4;
    --yellow20: #3a362f;
    --yellow30: #4e473b;
    --redbg: #4e1c1c;
    /*指数升背景*/
    --greenbg: #2c4e1c;
    /*指数降背景*/
    --goalbg: #765e00;
    /*入球提示背景*/
    --table_header: var(--gray80);
    /*表格标题*/
    --table_highlight: var(--gray80);
    /*表格突出色*/
    /*背景色*/
    --body-bg: var(--gray95);
    --footer-bg: var(--gray90);
    --bgcolor-1: var(--gray90);
    --bgcolor-2: var(--gray80);
    --bgcolor-3: var(--gray70);
    --bgcolor-4: var(--gray70);
    --bg-highlight-1: #2c2818;
    --bg-highlight-2: #332f1f;
    /*文字*/
    --textcolor-1: var(--white);
    --textcolor-2: var(--gray40);
    --textcolor-3: var(--gray50);
    /*说明*/
    --textcolor-4: var(--gray60);
    /*禁用*/
    /*边框*/
    --border-2: var(--gray80);
    --border-3: var(--gray70);
    --border-4: var(--gray70);
  }
  .pcHide {
    display: none !important;
  }
  #returnTop {
    left: auto;
    right: 3%;
  }
  #oddsfilterContainer #settingPop {
    height: 600px;
  }
  /*.mainContainer #oDetail table.oTable, .mainContainer #oDetail table.opTable {
      width: 97%;
  }*/
  
  .OddComp {
    margin: auto;
    /* padding: 0px; */
    width: fit-content;
    /* float: right; */
    position: absolute;
    right: 336px;
    top: 95px;
    color: #ffffff;
    display: block;
  }
  #popLayer {
    top: 2em;
  }
  .mhide {
    display: block !important;
  }
  table.mhide {
    display: table !important;
  }
  .teamContent {
    margin: 0 -5px;
    padding: 5px;
  }
  .teamContent .col-6 > table {
    margin: 0 5px;
    width: calc(100% - 10px);
  }
  .matchList .item .teamInfo {
    display: flex;
    position: relative;
    flex-direction: row;
    padding: 0;
  }
  .matchList .item.header .teamInfo .guestTeam {
    text-align: left !important;
  }
  .matchList .item.header .teamInfo .guestTeam,
  .matchList .item.header .team .status {
    display: block !important;
  }
  .matchList .item.header.v3 .teamInfo .guestTeam {
    display: flex !important;
  }
  .matchBox .team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 16px !important;
    margin: 10px 0;
  }
  .articleContent {
    font-size: 16px !important;
  }
  .newsList .img {
    width: 60px !important;
    height: 60px !important;
  }
  .newsList .left {
    width: calc(100% - 60px) !important;
  }
  .comboTabs .comboBtns,
  .comboTabs .comboTit {
    display: none;
  }
  .comboTabs > .comItem {
    margin-bottom: 5px;
    width: 100%;
    float: right;
  }
  .languages {
    width: 1000px;
  }
  .languages ul li:not(.tit) {
    width: 20%;
  }
  .languages ul li img {
    height: 18px;
    margin-top: 0px;
  }
  .header .languages ul {
    width: 1000px;
  }
  .ddl {
    width: 240px;
    /*    position: absolute;
      right: 40px;*/
    z-index: 999;
  }
  .ddl ul li:not(.tit) {
    width: 100%;
  }
  .ddl ul li img {
    height: 18px;
    margin-top: 0px;
  }
  .header .ddl ul {
    width: 1000px;
  }
  #gameList {
    background: var(--bgcolor-1);
  }
  .filterBar {
    position: relative;
  }
  .filterBar .tabs {
    width: 500px;
  }
  #footer .webdesc {
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
    padding: 0;
  }
  .showALL {
    display: none;
  }
  #settingPop {
    overflow: hidden;
    border-radius: 4px;
    max-height: auto;
    height: auto;
    width: 360px;
    bottom: unset;
    top: 100px;
  }
  #oddsPop #settingPop {
    width: 600px;
  }
  #tvLinksPop #settingPop {
    top: 150px;
  }
  .header a.logo {
    text-align: left;
  }
  .header a.logo img {
    height: 43px;
  }
  .header .select {
    width: auto;
    padding: 0;
  }
  .header .select.on {
    background: none;
  }
  .header .select > .icon {
    display: none;
  }
  .header .select ul.GameList {
    display: block;
    position: static;
    width: 700px;
    background: transparent;
    overflow: hidden;
    margin-left: 50px;
  }
  .header .select ul.GameList li {
    opacity: 0.75;
    height: 44px;
    border: none;
    background: transparent;
    overflow: hidden;
    padding: 7px 15px;
    width: auto;
    float: left;
  }
  .col-4 {
    width: 33.33%;
    float: left;
  }
  .col-6 {
    width: 50%;
    float: left;
  }
  .filterBar.free .tabs {
    overflow-x: auto;
  }
  .filterBar.free .tabs .tab {
    min-width: 48px;
    padding: 0 5px;
  }
  #content h2,
  #content .h2 {
    /*margin: 0 -5px;*/
    width: auto;
  }
  .flash .barData {
    width: 76%;
    margin: 0 auto;
  }
  .barData .item {
    width: 50%;
    float: left;
  }
  .barData.fx .item {
    width: 100%;
    float: left;
  }
  .header .select ul.GameList li .name {
    margin: 0 5px;
    padding: 0;
    font-size: 16px;
  }
  .header .select ul.GameList li.on .name {
    height: 28px;
  }
  .header .select ul.GameList li .iconfont {
    width: 30px;
    height: 30px;
  }
  .header .select ul.GameList li .count {
    display: none;
  }
  .header a.logo {
    float: left;
    position: static;
    transform: none;
    width: 165px;
    height: 44px;
  }
  .header .select ul.GameList li.on {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }
  .header .select ul.GameList li.on * {
    color: #ffffff !important;
  }
  .mainContainer {
    max-width: 1080px;
    width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  .mainContainer #left {
    width: 710px;
    float: left;
  }
  .mainContainer .leftContainer {
    width: 790px;
    float: left;
    margin-top: 10px;
    padding: 5px;
  }
  .mainContainer #leaguesInfoDiv.rightContainer,
  .mainContainer #scoreRight,
  .mainContainer #right {
    width: 280px;
    float: right;
    display: block;
    margin-top: 10px;
  }
  .mainContainer .rightContainer {
    width: 280px;
    float: right;
    /*    background: transparent;*/
    display: block;
    padding: 0;
    border: none !important;
  }
  .mainContainer .rightContainer.com {
    display: block !important;
  }
  .charsetting {
    padding: 20px;
  }
  .charsetting .chardes {
    font-size: 15px;
    margin-bottom: 50px;
  }
  .charsetting .chartit {
    font-size: 20px;
  }
  .charsetting .preview {
    margin: 50px 0;
  }
  .charsetting .navbox {
    width: 33%;
  }
  .charsetting .steplis {
    width: 24%;
    min-height: 222px;
    line-height: 22px;
    margin: 10px 13px 0 0;
  }
  .charsetting .sptit {
    font-size: 16px;
    line-height: 20px;
  }
  .charsetting .steplis img {
    width: 80px;
    height: 80px;
  }
  .charsetting .setlis {
    width: 32.7%;
    margin: 6px 6px 0 0;
  }
  .charsetting .sliderbar {
    width: 92%;
  }
  .charsetting .slidertip {
    width: 7%;
  }
  .charsetting .codebtn {
    font-size: 16px;
    margin-right: 8px;
    padding: 8px 15px;
  }
  .charsetting .CUbutton {
    width: 25%;
  }
  .panel .Popular li .panelname a {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .comboTabs h2,
  .comboTabs > .comItem {
    display: block !important;
    border-top: none;
  }
  .comboTabs .comboBtns,
  .comboTabs .comboTit {
    display: none !important;
  }
  .h2hDetail .vs {
    flex: 0 0 50% !important;
  }
  .comboTabs > .comItem {
    margin-bottom: 5px;
  }
  #settingPop .info {
    max-height: 60vh;
    /*    padding-bottom:10px;*/
  
  }
  .mainContainer .comboTabs > .comItem {
    margin-bottom: 0;
  }
  .network a {
    padding: 0 8px;
  }
  .network span {
    display: inline-block;
  }
  .boxlaout-ms {
    display: block !important;
  }
  .boxlaout-ms > * {
    padding: 0 4px !important;
    width: auto !important;
  }
  .logoBar {
    width: 50%;
    max-width: 400px;
    margin: 0 auto;
  }
  .header .iconsBox > * {
    margin: 0 5px;
  }
  .slideHead {
    max-width: 1000px;
  }
  .fastMenu {
    width: 1000px;
    left: 50%;
    margin-left: -320px;
  }
  .dbList .item {
    flex: 0 0 50% !important;
    overflow: hidden !important;
  }
  .bread {
    margin-bottom: -10px;
    width: 1000px;
  }
  .oddsPopup {
    width: 600px !important;
    top: 20vh !important;
    left: 50% !important;
    transform: translateX(-50%);
    padding-top: 71px !important;
    box-shadow: 0px 0px 9px 3px #b2b2b2;
    overflow: hidden;
    height: auto !important;
  }
  .oddsPopup .info,
  .oddsPopup .pinfo {
    max-height: 60vh !important;
  }
  #filterContainer {
    max-width: auto !important;
  }
  #filterContainer .ddlBG {
    width: 100%;
    position: absolute;
  }
  #filterContainer .ddlBox {
    width: 400px;
    height: 70%;
    float: none;
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    overflow: hidden;
  }
  .selectPopup {
    margin: 5px;
    width: 650px !important;
    left: 26px !important;
  }
  .bread {
    background: transparent;
  }
  .tools {
    padding: 5px 0;
  }
  .detailMenu {
    border-bottom: solid 3px var(--primary-color);
    border-radius: 0;
    position: static;
    left: 0;
    width: unset;
    background-color: #ffffff;
    overflow: hidden;
    height: 33px;
    display: block;
  }
  .detailMenu .item {
    color: #e6e6e6;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
    width: auto;
    padding: 0 15px;
    flex: 1;
    margin-right: 3px;
    position: relative;
    background: #e6e6e6;
    border-radius: 4px 4px 0 0;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
  }
  .detailMenu .item a {
    display: block;
  }
  .detailMenu .item.on {
    color: #ffffff !important;
    background: var(--primary-color) !important;
    border: none;
  }
  .detailMenu .item.on a {
    color: #ffffff !important;
  }
  .selectPop {
    max-width: 300px;
    height: auto;
    overflow-y: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
  }
  /* v1比分响应开始 */
  
  .matchList .group-title .odds {
    display: flex !important;
    justify-content: center;
  }
  .matchList .item {
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: inherit;
    min-height: 32px;
    cursor: pointer;
    padding: 0 !important;
  }
  .matchList .item:hover {
    background: var(--yellow20);
  }
  .matchList .item.result.sameOdds .score {
    transform: translate(-28px, 0);
  }
  #Baseball .matchList.detail .item.result .score {
    transform: translate(-3px, 0);
  }
  .matchList .item .score {
    position: static;
    /* background:red;*/
    flex: 0 0 60px;
    width: 60px !important;
    height: 42px;
    flex-direction: row;
    justify-content: center;
    display: flex;
  }
  .matchList.detail .item .score {
    flex: 0 0 80px;
    width: 80px !important;
  }
  .matchList .item .score span {
    width: 18px;
    font-size: 14px;
    border: none;
  }
  #Basketball .matchList .item .score span {
    width: 24px;
  }
  /*.matchList .item .score span.homeS {
      text-align: right;
  }
  
  .matchList .item .score span.guestS {
      text-align: left;
  }*/
  
  .matchList .item .score span.vs {
    flex: 0 0 8px;
    display: block;
    font-weight: normal;
    padding: 0;
  }
  .matchList .item .score span.tips {
    font-weight: normal;
    padding: 0;
  }
  .matchList .item .score,
  .matchList .item .timeScore {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #Football .matchList .item .score,
  .matchList.detail .item .score {
    height: 35px;
  }
  .matchList.detail .item .resultBox {
    height: 35px !important;
  }
  #playerLastMatchs.matchList .item .score {
    height: 42px;
  }
  .matchList .item .team {
    display: flex;
    flex: 1;
    flex-direction: row;
  }
  .matchList .item .team .status {
    flex: 0 0 100px !important;
    float: left;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 50px;
    height: 30px;
    flex-direction: row;
  }
  .matchList .item.v4 .team .status {
    flex: 0 0 100px !important;
    width: 100px;
  }
  .matchList.detail .item .team .status {
    flex: 0 0 100px !important;
  }
  .sameOdds .matchList.detail .item .team .status {
    flex: 0 0 60px !important;
  }
  #playerLastMatchs.matchList .item .team .status .gameName {
    display: block;
    text-align: center;
    float: unset;
    width: 50px;
    flex: 1;
    line-height: 20px;
  }
  #Basketball .matchList .item .team .status,
  #Football .matchList .item .team .status {
    height: 35px;
  }
  .matchList.rightP .item .team .status {
    height: 35px;
  }
  .matchList .item .team .status .gameIcon {
    flex: 0 0 40px;
    flex-direction: row;
    display: flex;
  }
  .matchList .item .team .status .s {
    /*display: block;*/
    text-align: center;
  }
  .matchList .item .team .status .icon {
    flex: 0;
  }
  .matchList .item .team .status .time {
    flex: 0 0 32px;
    flex-direction: row;
  }
  .matchList .item .team .status .gameTime {
    flex-direction: row;
    flex: 0 0 50px;
  }
  .matchList .item .team .status .gameTime .lineup,
  .matchList .item .team .status .gameTime .video,
  .matchList .item .team .status .gameTime .ant {
    width: 100%;
    display: block;
  }
  .matchList .item .team .name {
    white-space: normal;
    /*overflow: unset;*/
  
  }
  #Basketball .matchList .item .team .name,
  #Baseball .matchList .item .team .name,
  #Tennis .matchList .item .team .name {
    white-space: nowrap;
    overflow: hidden;
  }
  .matchList.rightP .item .team .name {
    white-space: nowrap;
    overflow: hidden;
  }
  .matchList .item .homeTeam .mRank {
    float: unset;
  }
  .matchList .item > .icon {
    height: 32px;
    flex: 0 0 40px;
    line-height: 32px;
    text-align: center;
  }
  .matchList .item .odds {
    flex: 0 0 122px !important;
    border-left: solid 1px var(--border-3);
    border-right: solid 1px var(--border-3);
    overflow: hidden;
  }
  .matchList .item .odds.noOddsTd {
    display: flex;
  }
  #Football .matchList .item .odds {
    height: 35px;
  }
  .matchList .item .hOdds {
    flex-direction: row;
    width: 100%;
    display: flex;
    padding: 0;
  }
  .matchList .hOdds .OddsOp {
    display: unset;
  }
  .matchList .item .odds {
    display: block;
    min-height: auto;
  }
  .matchList .item .odds span.pan {
    border: 0px;
  }
  .matchList .item .odds span {
    border: none;
    text-align: center;
    height: 35px;
    line-height: 35px;
  }
  .matchList .item .vs {
    display: block;
  }
  .matchList .item .timeScore i,
  .matchList .item .odds span i {
    display: none;
  }
  .matchList .item .team .homeTeam,
  .matchList .item .team .guestTeam {
    float: left;
    padding: 0;
    /*flex: 0 0 calc(~"50% - 30px");*/
    overflow: hidden;
  }
  .matchList .item.v4 .team .homeTeam,
  .matchList .item.v4 .team .guestTeam {
    flex: 0 0 calc(50% - 30px);
  }
  #Basketball .matchList .item .team .homeTeam,
  #Basketball .matchList .item .team .guestTeam {
    width: calc(50% - 40px);
    height: 17.5px;
  }
  #Basketball .matchList .item .team .homeTeam,
  #Basketball .matchList .item .team .guestTeam {
    height: 17.5px;
  }
  #Basketball .matchList .item.v3 .team .homeTeam,
  #Basketball .matchList .item.v3 .team .guestTeam,
  #Basketball .matchList .item.v4 .team .homeTeam,
  #Basketball .matchList .item.v4 .team .guestTeam {
    height: 42px;
  }
  #Basketball .matchList.detail .item .team .homeTeam,
  #Basketball .matchList.detail .item .team .guestTeam {
    height: 35px;
  }
  .matchList .item .team .homeTeam {
    flex-direction: row-reverse;
  }
  .matchList .item .team .homeTeam .name {
    float: right;
    text-align: right;
  }
  #Tennis .matchList .item .team .homeTeam .name {
    float: left;
    text-align: left;
  }
  .matchList .item .team .guestTeam {
    float: left;
    text-align: left;
  }
  .item .timeScore {
    flex: 0 0 40px;
    color: #666666;
  }
  .item .timeScore > div {
    width: auto;
  }
  .item .timeScore > div > span {
    border: none;
  }
  .matchList .item .score > i {
    display: none;
  }
  .matchList .item .timeScore.fb {
    position: unset;
  }
  /* v1比分响应结束 */
  
  /* v2比分响应开始 */
  
  .matchList .item.v2 {
    padding: 0;
  }
  .matchList .item.v2 .team .status {
    justify-content: center;
  }
  .matchList .item.v2 .team .status .s {
    flex: 1;
  }
  .matchList .item.v2 > div {
    padding: 5px 0;
  }
  .matchList .item.v2 > .icon {
    height: 45px;
  }
  .matchList .item.v2 .timeScore {
    position: relative;
    flex-direction: column;
    flex: 1;
    max-width: 110px;
    border-left: solid 1px var(--border-3);
    padding: 0 5px;
  }
  .matchList .item.v2 .timeScore i {
    color: #ff2626;
    text-align: right;
    height: 16px;
    line-height: 16px;
    position: absolute;
    left: -60px;
    top: 5px;
    width: 60px;
    padding-right: 5px;
  }
  .matchList .item.v2 .timeScore > div {
    width: 100%;
    text-align: left;
    font-size: 0;
    line-height: 0;
    display: flex !important;
  }
  .matchList .item.v2 .timeScore > div > span {
    font-size: 12px;
    display: inline-block;
    border-bottom: none;
    border-radius: 2px;
    line-height: 16px;
    height: 16px;
    flex: 0 0 20px;
  }
  .matchList .item.v2 .score {
    position: static;
    flex-direction: column;
    width: auto !important;
    flex: 0 0 40px !important;
    padding: 0 3px;
    transform: unset;
    height: 45px;
  }
  .matchList .item.v2 .score.HT {
    display: none;
  }
  .matchList .item.v2 .score span {
    /*width: 100%;*/
    text-align: center !important;
  }
  .matchList .item.v2 .score span.vs {
    display: none;
  }
  .matchList .item.v2 .exbar {
    margin: 0;
  }
  .matchList .item.v2 .teamInfo {
    display: block;
  }
  .matchList .item.v2 .teamInfo > div {
    flex-direction: row !important;
    flex: 0 0 100%;
    width: 100% !important;
    text-align: left !important;
    float: left !important;
  }
  .matchList .item.v2 .hOdds {
    flex-direction: column;
  }
  .matchList .item.v2 .hOdds span {
    padding: 0 5px;
  }
  .matchList .item.v2 .odds span {
    line-height: 16px !important;
    height: 16px !important;
    border: none !important;
  }
  .matchList .item.v2 .odds span i {
    display: block !important;
    background: transparent;
    padding-right: 10px;
    min-width: 50px;
    text-align: right;
    width: 50%;
  }
  .matchList .item.v2 .odds span span {
    text-align: left;
    min-width: 50px;
    padding-left: 10px;
    width: 50%;
  }
  /* v2比分响应结束 */
  
  /* v3比分响应开始 */
  
  .matchList .item.v3 {
    padding: 0;
  }
  .matchList .item.v3 .icon {
    flex: 0 0 60px !important;
  }
  .matchList .item.v3 .team {
    padding: 0 !important;
  }
  .matchList .item.v3 .team .status {
    flex-direction: row;
  }
  .matchList .item.v3 .team .status span {
    display: inline;
    width: auto !important;
    flex: unset !important;
  }
  .matchList .item.v3 .timeScore {
    position: relative;
    flex: 1;
    max-width: 60px;
    padding: 0 5px;
    /*margin: -5px 0;*/
    right: unset;
  }
  .matchList .item.v3 .resultBox {
    max-width: 60px;
    flex: 0 0 60px;
  }
  .matchList .item.v3 .timeScore i {
    color: #ff2626;
    text-align: right;
    height: 16px;
    line-height: 16px;
    position: absolute;
    left: -60px;
    top: 5px;
    width: 60px;
    padding-right: 5px;
    display: none;
  }
  .matchList .item.v3 .timeScore > div {
    justify-content: center;
    width: 100%;
    text-align: left;
    font-size: 0;
    line-height: 0;
    display: flex !important;
  }
  .matchList .item.v3 .timeScore > div > span {
    font-size: 12px;
    display: inline-block;
    border-bottom: none;
    border-radius: 2px;
    line-height: 16px;
    height: 16px;
    flex: 0 0 20px;
  }
  .matchList .item.v3 .score {
    width: 80px !important;
    flex: 0 0 80px !important;
  }
  .matchList .item.v3 .score.HT {
    display: none;
  }
  .matchList .item.v3 .score span {
    width: 20px;
    /*text-align: center !important;*/
  
  }
  .matchList .item.v3 .exbar {
    margin: 0;
  }
  .matchList .item.v3 .hOdds {
    flex-direction: row;
  }
  .matchList .item.v3 .hOdds span {
    text-align: center;
  }
  .matchList .item.v3 .odds {
    flex: 0 0 120px !important;
    border-right: none !important;
    padding: 0 !important;
    margin: -10px 0 -10px 0 !important;
  }
  .matchList .item.v3 .odds span {
    line-height: 16px !important;
    height: 16px !important;
    border: none !important;
  }
  .matchList .item.v3 .odds span i {
    display: block !important;
    background: transparent;
    padding-right: 10px;
    text-align: right;
    width: 50%;
    display: none !important;
  }
  .matchList .item.v3 .odds span span {
    text-align: center;
    width: 50%;
  }
  .matchList .item.v3.header .teamInfo,
  .matchList .item.v4.header .teamInfo {
    display: flex;
  }
  .matchList .item.v3.header .teamInfo.miniTeamInfo,
  .matchList .item.v4.header .teamInfo.miniTeamInfo {
    display: none;
  }
  /* v3比分响应结束 */
  
  /* v3比分响应开始 */
  
  .matchList .item.v5 {
    padding: 0;
  }
  .matchList .item.v5 > div {
    padding: 5px 0;
  }
  .matchList .item.v5 .timeScore {
    position: relative;
    flex-direction: column;
    flex: 1;
    max-width: 110px;
    border-left: solid 1px #cccccc;
    padding: 0 5px;
  }
  .matchList .item.v5 .timeScore i {
    color: #ff2626;
    text-align: right;
    height: 16px;
    line-height: 16px;
    position: absolute;
    left: -60px;
    top: 5px;
    width: 60px;
    padding-right: 5px;
  }
  .matchList .item.v5 .timeScore > div {
    width: 100%;
    text-align: left;
    font-size: 0;
    line-height: 0;
    display: flex !important;
  }
  .matchList .item.v5 .timeScore > div > span {
    font-size: 12px;
    display: inline-block;
    border-bottom: none;
    border-radius: 2px;
    line-height: 16px;
    height: 16px;
    flex: 0 0 20px;
  }
  .matchList .item.v5 .score {
    position: static;
    flex-direction: column;
    width: auto !important;
    flex: 0 0 40px !important;
    padding: 0 3px;
    transform: unset;
  }
  .matchList .item.v5 .score.HT {
    display: none;
  }
  .matchList .item.v5 .score span {
    /*width: 100%;*/
    text-align: center !important;
  }
  .matchList .item.v5 .score span.vs {
    display: none;
  }
  .matchList .item.v5 .exbar {
    margin: 0;
  }
  .matchList .item.v5 .teamInfo > div {
    text-align: left !important;
    float: left !important;
    display: inline-block;
    width: auto;
  }
  .matchList .item.v5 .hOdds {
    flex-direction: row;
  }
  .matchList .item.v5 .hOdds span {
    text-align: center;
  }
  .matchList .item.v5 .team {
    padding: 5px 0 !important;
  }
  .matchList .item.v5 .odds {
    flex: 0 0 120px !important;
    border-right: none !important;
    padding: 0 !important;
    margin: -10px 0 -10px 0 !important;
  }
  .matchList .item.v5 .odds span {
    line-height: 16px !important;
    height: 16px !important;
    border: none !important;
  }
  .matchList .item.v5 .odds span i {
    display: block !important;
    background: transparent;
    padding-right: 10px;
    text-align: right;
    width: 50%;
    display: none !important;
  }
  .matchList .item.v5 .odds span span {
    text-align: center;
    width: 50%;
  }
  /* v3比分响应结束 */
  
  /*V5比分响应开始*/
  
  .selectMatchList {
    max-height: 70%;
  }
  /*V5比分响应结束*/
  
  .ad_max {
    display: block;
  }
  .ad_max.ad_txt {
    display: flex;
  }
  .ad_min {
    display: none;
  }
  .ad_layer_l,
  .ad_layer_r {
    position: fixed;
    top: 54px;
    width: 100px;
  }
  .ad_layer_l .ad,
  .ad_layer_r .ad {
    margin-bottom: 5px;
  }
  .ad_layer_l {
    right: calc(50% + 510px);
  }
  .ad_layer_r {
    right: calc(50% - 610px);
  }
  .minHide {
    display: revert !important;
  }
  .maxHide {
    display: none !important;
  }
  .ad_min {
    display: none;
  }
  #tables_tabs {
    width: auto;
  }
  /*大屏显示（表格）*/
  
  .l_screen_display {
    display: table-cell !important;
  }
  /*小屏显示*/
  
  .s_screen_display {
    display: none !important;
  }
  /*大屏显示（非表格）*/
  
  .l_nt_screen_display {
    display: flex !important;
  }
  #topLeagueFilterBar {
    display: none;
  }
  .OddComp {
    margin: auto;
    /* padding: 0px; */
    width: fit-content;
    /* float: right; */
    position: absolute;
    right: 50px;
    top: 8px;
    color: var(--text-white);
    display: block;
  }
  .barDataNew .item,
  .barDataNew .indexItem {
    width: 50%;
    float: left;
  }
  .barDataNew.fx .item,
  .barDataNew.fx .indexItem {
    width: 100%;
  }
  #popupLinksMsg {
    top: 300px;
  }
  .matchList .item.hasTips.tob .score .tips {
    margin: 0;
  }
  .matchList .item.tob .timeScore {
    display: flex;
  }
}
