: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);
}
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 {
  background: var(--body-bg);
  margin: 0 auto;
  position: relative;
  line-height: 20px;
}
body .switch input {
  display: none;
}
body input[type="checkbox"] {
  zoom: 120%;
}
body input,
body img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  position: relative;
  font-size: 12px;
}
body.dark #settingPop .switch > input[type="checkbox"]:checked + .switch-style:before {
  left: 50%;
}
body #settingPop .switch > input[type="checkbox"]:checked + .switch-style:before {
  left: 50%;
}
body #settingPop .switch .switch-style {
  background: #d9d9d9;
  width: 42px;
  height: 24px;
  border-radius: 20px;
  margin: 10px 2px;
  float: none;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
body .switch .switch-style {
  height: 20px;
  width: 40px;
  background: #c1c1c1;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  float: right;
  margin-top: 10px;
}
body .switch .switch-style {
  height: 20px;
  width: 40px;
  background: #ebebeb;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 10px;
}
body #settingPop .switch .switch-style:before {
  content: "";
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.3s ease-in-out;
}
body .switch .switch-style:before {
  display: block;
  content: '';
  height: 18px;
  position: absolute;
  width: 18px;
  background-color: #fff;
  border-radius: 2px;
  left: 0.1em;
  top: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.dark #settingPop .switch .switch-style {
  background: var(--primary-color);
  width: 42px;
  height: 24px;
  border-radius: 20px;
  margin: 10px 2px;
  float: none;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
i {
  font-style: normal;
  color: var(--textcolor-2);
}
input,
img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  position: relative;
  max-height: 100%;
}
input[type="checkbox"] {
  zoom: 120%;
  position: relative;
  top: -2px;
  margin-right: 3px;
}
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
}
.islink:hover {
  background-color: var(--yellow20) !important;
  cursor: pointer !important;
}
.mhide {
  display: none !important;
}
.lname {
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.row {
  margin: 0 -5px;
  width: unset;
}
[class*=col-] {
  float: left;
  min-height: 1px;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
input[type="radio"] {
  margin-top: -3px;
}
a:link,
a:visited {
  color: var(--primary-color);
  text-decoration: none;
}
a:hover {
  color: #e9481e;
}
.clear {
  clear: both;
  width: 100%;
}
.c_p {
  cursor: pointer;
}
.messageBox {
  text-align: center;
  background: var(--bgcolor-1);
  padding: 100px 50px;
  margin-top: 15px;
  line-height: 40px;
}
.messageBox .iconfont.icon-font-hit {
  font-size: 60px;
  color: #4caf50;
}
.messageBox .iconfont.icon-font-becareful {
  font-size: 60px;
  color: #407ed1;
}
.messageBox .button {
  margin: 10px 0;
}
.profile .info {
  max-width: 400px;
  margin: 0 auto;
}
.profile .emailBox {
  font-size: 15px;
  line-height: 30px;
  margin: 0;
}
.profile .emailBox .msg {
  color: var(--textcolor-2);
  line-height: 24px;
}
.profile .emailBox .icon {
  font-size: 40px;
  margin: 0 auto;
  width: auto;
  height: auto;
  display: inline-block;
}
.profile .btns {
  text-align: center;
}
.profile .matchList .item {
  flex-direction: column;
}
.profile .matchList .item .row {
  width: 100%;
}
.profile .iconBox {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
.profile .row {
  padding: 10px;
}
.emailText {
  color: #4e94f1;
}
.profile .logout {
  background: #f44336 !important;
  border-color: #f44336 !important;
  color: #ffffff !important;
  width: 200px;
  margin: 20px auto;
}
.subTools {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  padding: 0 10px;
}
textarea,
select,
input[type="text"],
input[type="Password"] {
  /* background:#f8f8f8 !important;*/
  font-family: BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  border: solid 1px #ccc;
  height: 32px;
  padding: 0 10px;
  border-radius: 2px;
  color: var(--textcolor-1) !important;
  font-weight: normal !important;
}
.profile textarea {
  height: 150px;
}
.from .info {
  padding: 10px;
  margin-bottom: 10px;
  border: none !important;
  display: block;
}
.from input {
  line-height: 40px;
  height: 40px;
}
.from textarea,
.from input,
.from .btn {
  width: 100%;
  margin-top: 10px;
  padding: 0 5px;
}
.stepBar {
  display: flex;
  padding: 30px 20px;
  justify-content: center;
  align-items: center;
}
.stepBar > i {
  border-top: solid 1px #ccc;
  top: 50%;
  position: relative;
  height: 1px;
  overflow: hidden;
  flex: 0 0 20%;
}
.stepBar .item {
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stepBar > * {
  flex: 1;
  text-align: center;
}
.stepBar span {
  line-height: normal;
  text-align: left;
}
.stepBar .num {
  border-radius: 50%;
  background: #006dca;
  display: inline-block;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  text-align: center;
}
.stepBar .off .num {
  background: #666;
}
.stepBar .on .iconfont {
  color: #ff5722;
  font-size: 26px;
}
.stepBar .on .num {
  background: transparent;
  color: #fff;
}
.note-editor.note-frame {
  border: solid 1px #666;
  border-radius: 4px;
  overflow: hidden;
}
.stepBar .on span {
  color: #ff5722;
}
.postBtn {
  cursor: pointer;
}
.regBox.static .item:hover {
  background: transparent !important;
  cursor: default;
}
.regBox.static {
  border: none;
  position: static;
  margin: 0;
  box-shadow: none;
  background: transparent !important;
  transform: unset;
}
.regBox.static textarea {
  border: solid 1px #ccc;
}
.regBox.static p {
  text-align: left;
}
.regBox {
  position: fixed;
  overflow: hidden;
  background: #fff;
  top: 50%;
  -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 0;
  border-radius: 4px;
  z-index: 100000;
  width: 450px;
  max-width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  max-height: 100%;
}
.regBox .footBar {
  color: var(--textcolor-2);
  text-align: center;
  font-size: 13px;
  line-height: 35px;
  background: #f1f1f1;
}
.regBox .txtBox {
  display: flex;
}
#login_modal .regBox {
  width: 420px;
}
.regBox .explain table {
  margin: 0;
}
.regBox .explain .val {
  text-align: left;
  padding: 0 10px;
}
.regBox .badge {
  margin: 0;
}
.regBox .resportInfo label {
  line-height: 30px;
  width: 100%;
  padding: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.regBox .resportInfo label:hover {
  background-color: #fff7de;
}
.regBox .resportInfo input[type=checkbox],
.regBox .resportInfo input[type=radio] {
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}
.regBox .title {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  text-align: center;
  color: var(--textcolor-1);
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  line-height: 27px;
  background: #f1f1f1;
  overflow: hidden;
  height: unset;
}
.regBox .title .back,
.regBox .title .icon-close {
  float: left;
  height: 27px;
  display: block;
  color: var(--textcolor-3);
  font-weight: normal;
  cursor: pointer;
}
.regBox .title .icon-close {
  float: right;
  padding: 10px !important;
  height: 40px;
  line-height: 22px;
  display: block;
  color: var(--textcolor-3);
  font-weight: normal;
  cursor: pointer;
}
.regBox .title .note {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  padding: 0 20px;
  margin-left: 100px;
}
.regBox .userBox .itemData {
  padding: 0 20px 0 10px;
}
.regBox .dataItem .userBox .btn {
  flex: 0;
}
.regBox .icon-close {
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.regBox .title span:last-child {
  font-size: 14px;
}
.regBox .title span.iconfont:last-child {
  font-size: 20px;
  height: 27px;
  width: 27px;
  margin: 10px 15px;
}
.regBox .title span.iconfont::before,
.regBox .title span.iconfont::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #999;
}
.regBox .title span.iconfont:last-child:hover {
  color: var(--textcolor-1);
}
.regBox .title h3 {
  text-align: center;
  color: var(--textcolor-1);
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 27px;
  display: block;
}
.regBox h3 {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  float: none;
  line-height: 35px;
}
.regBox .back {
  color: var(--textcolor-1);
}
.regBox .scroll {
  max-height: 520px;
  overflow-y: auto;
  padding: 10px;
}
.regBox .f18 {
  font-size: 18px;
  color: var(--textcolor-1);
}
.regBox .userMenu .mItem:hover {
  border-left: none;
}
.regBox .title > span {
  font-weight: 600;
}
.regBox .title .userBox {
  width: auto;
  float: left;
  margin: 5px 5px 5px 10px;
}
.regBox input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: var(--textcolor-1);
}
.regBox .txtBox .sendBtn.off {
  background: #ccc !important;
  border: #ccc !important;
}
.regBox * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.regBox form,
.regBox .info {
  width: 100%;
  background: #fff;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}
.regBox .info {
  padding: 20px;
}
.regBox .info .releasetop {
  border-bottom: solid 1px var(--border-3);
}
.regBox .logo {
  text-align: center;
  margin-bottom: 15px;
}
.regBox .backBtn {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(/images/reg/reg_03.png) no-repeat left top;
  height: 27px;
  width: 130px;
}
.regBox .txtBox {
  margin-bottom: 10px;
  margin-top: 5px;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  /* float:left;*/
  border: solid 1px #ccc;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.regBox .txtBox::after {
  content: '';
  display: block;
  height: 1px;
}
.regBox .txtBox .selectBox {
  border: none !important;
  background: transparent !important;
}
.regBox .txtBox .selectBox ul {
  top: 42px;
}
.regBox .txtBox .selectBox > span {
  line-height: 42px;
  font-size: 16px;
}
.regBox .txtBox > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.regBox .txtBox .iconfont {
  padding: 0 10px;
  line-height: 42px;
  width: 38px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38px;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
}
.regBox .txtBox .iconfont#pwdEye:hover {
  cursor: pointer;
  color: var(--primary-color);
}
.regBox .txtBox.on {
  background: #f2f2f2;
}
.regBox .txtBox select {
  width: 100%;
  line-height: 42px;
  display: block;
  border: none;
  background: transparent;
  height: 42px;
}
.regBox textarea {
  display: block;
  border-radius: 4px;
  font-size: 14px;
  font-family: "å¾®è½¯é›…é»‘", "é»‘ä½“", Arial;
  padding: 10px;
  border: none;
  width: 100%;
  max-width: 100%;
}
.regBox .txtBox input {
  border-radius: 4px;
  line-height: 42px;
  width: auto;
  border: none;
  height: 42px;
  background: #fff;
  color: var(--textcolor-1);
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  border-style: none;
  margin: 0;
}
.regBox .txtBox .sendBtn {
  height: 36px;
  border-radius: 4px !important;
  line-height: 29px;
  text-align: center;
  margin: 3px;
  padding: 0;
  border: solid 1px var(--border-3);
  border-radius: 0;
  font-size: 14px;
  font-weight: normal;
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
}
.regBox .txtBox.sendBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.regBox .loginBox {
  float: left;
  width: 100%;
  border-top: 1px solid var(--border-3);
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
  padding: 15px 0;
  color: var(--textcolor-2);
}
.regBox .err {
  border-color: red !important;
  background-color: #f7ece4 !important;
}
.regBox .err * {
  color: red !important;
}
.regBox .err input {
  background-color: #f7ece4 !important;
}
.regBox .row {
  line-height: 30px;
  text-align: center;
}
.regBox .total > span {
  padding: 0 5px;
}
.regBox .button {
  line-height: 40px;
}
.regBox .logo {
  display: none;
}
.regBox .getCode {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 38px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  width: 40%;
}
.regBox .getCode img {
  max-height: 100%;
  height: 38px;
  border: solid 2px #fff;
}
.regBox .msgBox {
  margin-bottom: 15px;
  color: var(--textcolor-2);
}
.regBox .msgBox a:hover {
  color: #A92919;
  font-weight: normal;
}
.regBox .red {
  color: var(--red40);
}
.regBox .tit {
  font-size: 15px;
  color: #cccccc;
}
.regBox a {
  color: var(--blue40);
  font-weight: bold;
  white-space: nowrap;
}
.regBox a:hover {
  color: #A92919;
  font-weight: bold;
}
.regBox .otherChannel {
  line-height: 30px;
  color: #cccccc;
  text-align: center;
  font-size: 14px;
}
.regBox .otherLink > div {
  color: var(--textcolor-1);
  text-align: center;
}
.regBox .otherLink > div a {
  text-decoration: none;
  font-size: 14px;
}
h4 {
  line-height: 30px;
  display: flex;
  align-items: center;
}
h4 .miniLogo {
  margin: 0 5px 0 0;
}
h4 .teamName {
  color: var(--primary-color);
}
#content {
  font-size: 12px;
  max-width: 1000px;
  margin: 0 auto;
}
#content .icon img {
  max-width: 100%;
  max-height: 100%;
}
#content h3,
#content .h3 {
  font-size: 12px;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.05);
  line-height: 30px;
  color: #333333;
  text-align: left;
  margin: 0;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
}
#content h4,
#content .h4,
#endDataBox h4 {
  font-weight: 500;
  font-size: 12px;
  padding: 0 5px;
  line-height: 22px;
  color: #333333;
  text-align: left;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.popup .players {
  padding: 10px;
  margin-bottom: 0 !important;
}
.players {
  overflow: hidden;
  padding: 0 5px;
}
.players .player {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: solid 1px #f1f1f1;
  padding: 5px;
  cursor: pointer;
}
.players .player:hover {
  background: #fffdeb;
}
.players .player .data {
  font-size: 12px;
  font-weight: 500;
}
.players .player .label {
  color: var(--textcolor-2);
}
.players .player:last-child {
  border: none;
}
.players .player > * {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}
.players .player .info {
  flex-direction: column;
  line-height: normal;
  padding: 0px;
  background: transparent;
}
.players .player .info > * {
  justify-content: flex-start;
  width: 100%;
}
.players .player .info img {
  flex: 0 0 16px;
  width: 16px;
  /*margin-right: 5px;*/

}
.players .player .info .name {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  /*margin-bottom:5px;*/

}
.players .player .info .des {
  display: flex;
  flex-direction: row;
  color: var(--textcolor-3);
}
.players .player .info .des img {
  margin-right: 3px;
}
.players .player .info .des span {
  justify-content: flex-start;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.players .player .info .des .up {
  color: #5FCE00;
}
.players .player .info .des .down {
  color: #FF5A2E;
}
.players .player > .num {
  flex: 0 0 30px;
  color: var(--textcolor-1);
  font-size: 15px;
}
.players .player > .icon {
  flex: 0 0 40px;
  color: rgba(0, 0, 0, 0.4) !important;
  width: 40px;
  height: 45px;
  margin-right: 5px;
  background: #fff;
  border-radius: 4px;
  border: solid 1px #f1f1f1;
}
.players .player > .icon img {
  width: auto !important;
}
.players .player .scoreBox {
  display: flex;
  flex-direction: column;
  line-height: 20px;
  flex: 0 0 80px;
  color: var(--textcolor-2);
}
.players .player .scoreBox .score {
  line-height: 20px;
  flex: 0 0 20px;
  width: 45px;
}
.players .player .score {
  flex: 0 0 45px;
  background: rgba(0, 0, 0, 0.05);
  height: 20px;
  padding: 0 5px;
  border-radius: 4px;
  color: #ff4b1a;
}
.players .player .more {
  flex: 0 0 30px;
}
.players .player .more .icon {
  color: var(--textcolor-2);
  font-size: 15px;
  text-align: right;
}
.provisions,
.versionSwitch {
  position: fixed;
  bottom: 0;
  background: #333333;
  color: #fff;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  display: flex;
  word-break: break-word;
  padding: 10px;
  z-index: 99;
}
.versionSwitch {
  flex-direction: column;
  text-align: left;
  align-items: unset;
  z-index: 999;
}
.versionSwitch span,
.provisions span {
  text-align: left;
}
.versionSwitch .button,
.provisions .button {
  background: var(--primary-color);
  color: #fff;
  border: solid 1px var(--primary-color);
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 10px;
  white-space: nowrap;
}
.versionSwitch ul li {
  line-height: 35px;
  margin: 5px 0;
  text-decoration: none;
  color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  display: block;
  font-size: 14px;
  cursor: pointer;
}
.versionSwitch ul li span#countDown {
  float: right;
  margin-right: 10px;
}
.versionSwitch ul li img {
  border: none;
  margin: 0 10px;
}
.mShow {
  display: block !important;
}
.mHide {
  display: none !important;
}
.badge {
  border: solid 1px #e6e6e6;
  padding: 0 5px;
  border-radius: 4px;
}
.flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.note-modal-content {
  border-radius: 4px;
}
.button {
  color: var(--textcolor-1);
  cursor: pointer;
  font-size: 14px;
  background: #f7f7f7;
  font-weight: 600;
  background: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease-out;
  border: solid 1px #ccc;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  display: inline-block;
  margin: 0 auto;
}
.button.inline,
.button.mini {
  display: inline-block;
  line-height: normal;
  padding: 5px 15px;
}
.hover {
  border-color: #f60 !important;
  background: #f60 !important;
  color: white;
}
.iconfont {
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  color: #4d4d4d;
  cursor: pointer;
}
.iconfont.on {
  color: #f9c203 !important;
}
.comboTabs {
  background: #fff;
}
.comboTabs .scroll {
  width: 100%;
  overflow-x: auto;
  background: transparent;
  border-radius: unset;
}
.comboTabs .scroll .button {
  white-space: nowrap;
  font-size: 12px;
  padding: 0 10px;
  line-height: 28px;
  margin: 0;
}
.comboTabs .scroll .button.on {
  border: none !important;
  border-radius: 4px !important;
}
.comboTabs .right {
  padding: 0;
}
.comboTabs .comboBtns {
  font-size: 12px;
  border-radius: 4px;
  width: 98% !important;
  margin: 10px auto;
  white-space: nowrap;
  border: solid 1px #e6e6e6;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 0 2px;
}
.comboTabs .comboBtns > *:hover,
.comboTabs .comboBtns > * {
  flex: 1;
  line-height: 30px;
  text-align: center;
  background: transparent !important;
  border: none;
  color: var(--textcolor-1) !important;
  box-shadow: none;
}
.comboTabs .comboBtns > *.on {
  background: white !important;
  color: rgba(0, 0, 0, 0.6) !important;
  margin: 2px 0;
  line-height: 24px;
  border-radius: 4px;
  font-weight: bold;
}
.comboTabs > * {
  margin: 0;
}
.comboTabs .comboTit {
  margin: 0;
  display: block !important;
}
.comboTabs h2,
.comboTabs > .comItem {
  display: none !important;
  border-top: solid 1px #f1f1f1;
}
.comboTabs > .comItem .tit {
  font-size: 15px;
  padding: 0;
  margin: 10px 0 0 0;
  font-weight: 500;
}
.comboTabs .comItem:nth-child(3) {
  display: block !important;
}
.mainContainer {
  width: auto !important;
  max-width: 1080px;
}
.mainContainer .leftContainer {
  width: 100%;
  background: var(--bgcolor-1);
  overflow: hidden;
  border-radius: 2px;
  padding: 5px;
}
.mainContainer .leftContainer h1 {
  font-weight: 600px;
  padding-left: 12px;
}
/*#right>div,
 .mainContainer .leftContainer>#content>div {
     border-bottom: 5px solid #f1f1f1;
     ;
 }*/

.mainContainer #leaguesInfoDiv.rightContainer,
.mainContainer #scoreRight,
.mainContainer #right {
  margin-top: 5px;
}
.mainContainer .rightContainer {
  border-radius: 2px;
  margin-bottom: 5px;
}
.mainContainer .rightContainer .panel {
  margin-bottom: 5px;
}
.panel,
.ba_panel {
  background: #ffffff;
  overflow: hidden;
  border-radius: 2px;
}
.panel h3 {
  background: #f1f1f1;
  font-weight: 500;
  line-height: 30px;
  padding-left: 10px;
  color: var(--textcolor-1);
}
#matchTips {
  padding: 0 5px 5px;
}
/* .panel .list {
     padding: 5px;
 }*/

.singleUserBox {
  padding: 10px !important;
}
.singleUserBox img {
  width: 32px;
  border-radius: 4px;
  margin-right: 10px;
}
.singleUserBox .name {
  font-size: 15px;
  font-weight: 500;
  padding-right: 4px;
}
.Follow {
  float: right;
  margin-left: 6px;
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
  padding: 3px 10px;
  border-radius: 20px;
  cursor: pointer;
}
.Follow.in {
  margin-top: 10px;
}
.Folloing {
  float: right;
  margin-left: 6px;
  background: #fff;
  border: 1px solid #b2b2b2;
  color: #999999;
  padding: 3px 10px;
  border-radius: 20px;
  cursor: pointer;
}
.Folloing.off {
  background: #fff;
  border: 1px solid #f44336;
  color: #f44336;
}
.Folloing.in {
  margin-top: 10px;
}
.singleUserBox .des {
  font-size: 13px;
  margin-top: 4px;
  color: #808080;
}
.miniLogo {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#leaguesInfoDiv .rightContainer {
  margin: 0;
  padding: 0;
  width: 100%;
}
.subMenu {
  background: var(--primary-color) !important;
  color: #ffffff;
  display: block !important;
  padding: 2px 5px 5px 5px !important;
}
.subMenu .tabs.mini {
  background-color: rgba(0, 0, 0, 0.3);
  float: right;
  position: static;
  margin: 0;
  width: 90px;
}
.subMenu .tabs.mini .tab {
  color: #ffffff;
}
.subMenu .tabs.mini .tab.on {
  background: var(--primary-color);
  color: #ffffff;
}
.detailMenu {
  border-bottom: solid 3px var(--primary-color);
  border-radius: 0;
  position: static;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  background-color: #ffffff;
  overflow-y: hidden;
  overflow-x: auto;
  height: 33px;
  display: flex;
}
.detailMenu .item {
  color: #e6e6e6;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0 15px;
  flex: 1 0 auto;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px 4px 0 0;
  margin: 2px;
}
.detailMenu .item a {
  color: #000000 !important;
}
.detailMenu .item.on {
  color: #ffffff !important;
  background: var(--primary-color) !important;
  border: none;
}
.detailMenu .item.on a {
  color: #ffffff !important;
}
#fHead::after {
  clear: both;
  content: '';
  display: block;
}
.nodata {
  display: flex;
  color: #808080;
  padding: 10px;
  margin: 10px;
  background: #ffffff;
  text-align: center;
  border-radius: 4px;
  min-height: 200px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.matchList .nodata {
  min-height: min-content;
}
.slideHead {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
}
input[type=submit] {
  -webkit-appearance: none;
  outline: none;
}
#container {
  margin: 0px auto;
  min-height: 100%;
  width: 100%;
}
#container .content {
  background: #ffffff;
}
.languages {
  position: relative;
  font-size: 12px;
  width: 100%;
  margin: 0 auto;
}
.header .languages {
  float: right;
  width: auto;
  height: 44px;
  line-height: 44px;
}
.languages .tpl {
  padding: 0 10px;
  cursor: pointer;
}
.languages.on {
  background: var(--primary-color);
}
.languages img {
  height: 16px;
  width: 20px;
  vertical-align: sub;
}
.languages ul {
  background: var(--primary-color);
  max-width: 1000px;
  width: 100%;
  z-index: 9;
  overflow: hidden;
  color: #ffffff;
  border-radius: 0 0 4px 4px;
}
.languages ul li.tit {
  width: 100%;
  float: left;
  position: static;
  height: auto;
  text-align: left;
  padding: 5px 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  transform: unset;
  line-height: normal;
  color: #ffffff;
}
.languages ul li.tit h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.languages ul li img {
  height: 18px;
  width: auto;
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}
.languages ul li .c_name {
  color: #ffffff;
}
.languages .desc,
.languages ul li .c_url {
  color: rgba(255, 255, 255, 0.5);
}
.languages ul li:not(.tit) {
  padding: 10px;
  float: left;
  width: 50%;
  text-align: left;
  cursor: pointer;
  line-height: 16px;
}
.languages ul li:not(.tit):hover {
  background: rgba(0, 0, 0, 0.2);
}
.ddl.mini_accountMenu {
  right: 0;
}
.ddl {
  right: 44px;
  position: absolute;
  font-size: 12px;
  width: 100%;
  margin: 0 auto;
}
.header #userIcon {
  float: right;
}
.header .ddl {
  float: right;
  width: auto;
  height: 44px;
  line-height: 44px;
  position: static;
}
.header .ddl .tpl .tri {
  border-left: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  padding: 4px 4px 0px 0px;
  margin: 15px 10px 4px 0px;
  position: relative;
  display: block;
  float: right;
}
.header .ddl .tpl .tri.up {
  margin-top: 19px !important;
}
.ddl .tpl {
  cursor: pointer;
  width: 40px;
  overflow: hidden;
}
.ddl.on {
  background: var(--primary-color);
}
.ddl img {
  height: 16px;
  vertical-align: sub;
}
.ddl ul {
  background: var(--primary-color);
  max-width: 1000px;
  width: 250px;
  z-index: 9999;
  overflow: hidden;
  color: #ffffff;
  border-radius: 0 0 4px 4px;
  position: absolute;
  box-shadow: 0 1px 1px #bfbfbf;
  right: 0;
}
.ddl ul li.tit {
  width: 100%;
  float: left;
  position: static;
  height: auto;
  text-align: left;
  padding: 5px 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  transform: unset;
  line-height: normal;
  color: #ffffff;
}
.ddl ul li.tit h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.ddl ul li img {
  height: 18px;
  width: auto;
  float: left;
  margin-right: 10px;
  margin-top: 0px;
}
.ddl ul li .c_name {
  color: #ffffff;
  line-height: 16px;
}
.ddl ul li .c_name .icon {
  float: right;
  line-height: 16px;
  height: 16px;
  color: white;
}
.ddl .desc,
.ddl ul li .c_url {
  color: rgba(255, 255, 255, 0.5);
}
.ddl ul li:not(.tit) {
  padding: 10px;
  float: left;
  width: 100%;
  text-align: left;
  cursor: pointer;
  line-height: 24px;
  position: relative;
}
.ddl ul li.on,
.ddl ul li:not(.tit):hover {
  background: #448aed;
}
.ddl ul li.on::before,
.ddl ul li.on::after {
  content: "";
  background: white;
  height: 3px;
  width: 10px;
  position: absolute;
  transform: rotateZ(-45deg) translateY(-50%);
  right: 10px;
  top: 50%;
}
.ddl ul li.on::before {
  width: 7px;
  right: 17px;
  transform: rotateZ(45deg);
}
.mini_languages {
  position: relative;
  font-size: 12px;
  width: 100%;
  margin: 0 auto;
}
.header .mini_languages {
  float: right;
  width: auto;
  height: 44px;
  line-height: 44px;
}
.header .mini_languages .tpl img {
  margin-right: 5px;
}
.header .mini_languages .tpl .tri {
  border-left: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  padding: 4px 4px 0px 0px;
  margin: 15px 10px 4px 0px;
  position: relative;
  display: block;
  float: right;
}
.header .mini_languages .tpl .tri.up {
  margin-top: 19px !important;
}
.mini_languages .tpl {
  padding: 0 10px;
  cursor: pointer;
}
.mini_languages.on {
  background: var(--primary-color);
}
.mini_languages img {
  height: 16px;
  vertical-align: sub;
}
.mini_languages ul {
  background: var(--primary-color);
  max-width: 1000px;
  width: 250px;
  z-index: 9999;
  overflow: hidden;
  color: #ffffff;
  border-radius: 0 0 4px 4px;
  position: absolute;
  box-shadow: 0 1px 1px #bfbfbf;
  right: 0;
}
.mini_languages ul li.tit {
  width: 100%;
  float: left;
  position: static;
  height: auto;
  text-align: left;
  padding: 5px 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  transform: unset;
  line-height: normal;
  color: #ffffff;
}
.mini_languages ul li.tit h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.mini_languages ul li img {
  height: 18px;
  width: auto;
  float: left;
  margin-right: 10px;
  margin-top: 0px;
}
.mini_languages ul li .c_name {
  color: #ffffff;
  line-height: 16px;
}
.mini_languages ul li .c_name .icon {
  float: right;
  line-height: 16px;
  height: 16px;
  color: white;
}
.mini_languages .desc,
.mini_languages ul li .c_url {
  color: rgba(255, 255, 255, 0.5);
}
.mini_languages ul li:not(.tit) {
  padding: 10px;
  float: left;
  width: 100%;
  text-align: left;
  cursor: pointer;
  line-height: 24px;
  position: relative;
}
.mini_languages ul li.on,
.mini_languages ul li:not(.tit):hover {
  background: #448aed;
}
.mini_languages ul li.on::before,
.mini_languages ul li.on::after {
  content: "";
  background: white;
  height: 3px;
  width: 10px;
  position: absolute;
  transform: rotateZ(-45deg) translateY(-50%);
  right: 10px;
  top: 50%;
}
.mini_languages ul li.on::before {
  width: 7px;
  right: 17px;
  transform: rotateZ(45deg);
}
.header .select ul.GameList li .icon-font-homepage-off.on:before {
  content: "\e63d" !important;
}
.header .baseball .icon-baseball:before {
  font-size: 22px;
  padding: 0;
}
#footer .webid {
  text-align: center;
  margin-bottom: 10px;
  display: none;
}
#footer .webid .li {
  border-right: 1px solid #4d4d4d;
  margin: 0 10px;
  display: inline-block;
  height: 12px;
}
#footer .webid a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  font-family: Gotham, Helvetica Neue, Helvetica, Arial, " sans-serif";
}
#footer .webid a i {
  color: #e9481e;
  font-style: normal;
}
#footer .webdesc {
  text-align: left;
  white-space: normal;
  background: transparent;
  padding: 0 10px 35px 10px;
  border: none;
  color: #808080;
  height: 100px;
  overflow: hidden;
  line-height: 20px;
  position: relative;
  font-size: 11px;
  white-space: pre-line;
}
#footer .showALL {
  position: absolute;
  bottom: 0;
  background: -o-linear-gradient(bottom, #333333 60%, transparent);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #333333), to(transparent));
  background: linear-gradient(360deg, #333333 60%, transparent);
  color: #ffffff;
  width: 100%;
  margin: 0 -10px;
  line-height: 30px;
  text-align: center;
  padding-top: 5px;
}
#footer .msg2 {
  padding: 5px;
}
.network {
  padding: 5px;
}
.network a {
  display: inline-block;
  padding: 0 2px;
  line-height: 26px;
  margin-right: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.network img {
  margin-right: 6px;
  width: 25px;
  height: auto;
  top: 0;
  border-radius: 4px;
}
.network a:hover {
  text-decoration: none;
  border-radius: 3px;
}
.popShare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  margin: 0;
  font-weight: 500;
}
.popShare a {
  background: none;
  border: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
}
.popShare a img {
  display: block;
  margin: 0px auto;
  width: 35px;
}
.popShare a span {
  display: block;
}
.teamName {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 28px;
  overflow: hidden;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 28px;
  white-space: nowrap;
}
.menuList {
  padding-bottom: 0 !important;
  height: -webkit-calc(100% - 50px) !important;
  height: calc(100% - 50px) !important;
}
.menuList .title {
  font-weight: 500 !important;
}
.menuList ul {
  overflow: hidden;
  padding: 0;
}
.menuList ul li {
  padding: 15px 0;
  line-height: normal;
  min-height: 53px;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  width: 33.3%;
  text-align: center;
  float: left;
}
.menuList ul li a {
  display: block;
  font-weight: 500;
}
.menuList ul li img {
  display: block;
  height: 28px;
  margin: 0 auto;
  opacity: 0.5;
  margin-bottom: 5px;
}
.menuList ul li:last-child {
  border-right: none;
}
.menuList ul.last li {
  border-bottom: none;
}
table:first-child {
  border-top: solid 1px #e6e6e6;
}
table tr td {
  font-size: 12px;
}
.LName,
table tr th.LName,
table tr th.tbDesc,
table tr td.LName,
table tr td.tbDesc {
  text-align: left;
  padding: 5px;
}
.ro {
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  position: relative;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  margin: -2px 2px 0px 0px;
}
.on .ro {
  border-color: var(--primary-color);
}
.on .ro:after {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 2px;
  top: 4px;
  border-radius: 6px;
  display: table;
  border-top: 0;
  border-left: 0;
  content: " ";
  background-color: var(--primary-color);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  vertical-align: middle;
  margin: -2px 2px 0px 0px;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.cb {
  cursor: pointer;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #4d4d4d;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  vertical-align: middle;
  margin: -2px 4px 0px 0px;
}
.on .cb {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 0;
  left: 0;
  border: none;
  border-radius: 2px;
  -webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background-color: var(--primary-color);
  vertical-align: middle;
  margin: -2px 4px 0px 0px;
}
.on .cb:after {
  content: "";
  display: table;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 1px;
  left: 4px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#settingPop ul li .setList.dbtools {
  width: 64%;
  float: right;
  margin-right: 10px;
}
#settingPop ul li .setList.dbtools .tabs {
  width: 100%;
  float: right;
}
#settingPop ul li .BGcolor {
  width: 64%;
  float: right;
  text-align: right;
  margin-right: 10px;
}
#settingPop ul li .BGcolor span {
  background: #1753ad;
  width: 40px;
  height: 28px;
  margin-left: 8px;
  border-radius: 4px;
  vertical-align: -8px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
#settingPop ul li .BGcolor span:nth-child(2) {
  background: var(--second-color);
}
#settingPop ul li .BGcolor span:nth-child(3) {
  background: var(--thirdly-color);
}
#settingPop ul li .BGcolor .on::before {
  content: "";
  width: 34px;
  height: 20px;
  background: var(--highlight-color);
  position: absolute;
  right: -12px;
  bottom: -6px;
  transform: rotate(-45deg);
}
#settingPop ul li .BGcolor .on::after {
  content: "";
  width: 9px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 2px;
  bottom: 6px;
  transform: rotate(-45deg);
}
.charsetting {
  display: block;
  background: var(--bgcolor-1);
  width: 100%;
  padding: 12px;
  margin: 0;
}
.charsetting .chardes {
  color: var(--textcolor-2);
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 30px;
}
.charsetting .chardes p {
  margin: 5px 0 0 0;
}
.charsetting .chartit {
  color: var(--textcolor-1);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.charsetting .navbox {
  width: 70%;
  background: #d7d7e9;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
.charsetting .navbtn {
  width: 50%;
  color: #8787ab;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
  display: inline-block;
  float: left;
  cursor: pointer;
}
.charsetting .navbtn:hover {
  color: #1213cc;
}
.charsetting .navbtn.on {
  background: #1213cc;
  color: #fff;
}
.charsetting .steplis {
  width: calc(50% - 12px);
  min-height: 232px;
  line-height: 20px;
  text-align: center;
  border-radius: 8px;
  padding: 10px;
  margin: 10px 6px 0 6px;
  border: 1px solid #eaeaef;
  float: left;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s linear;
}
.charsetting .steplis:hover {
  margin-top: 2px;
  box-shadow: 0 2px 12px #e9e9f5;
}
.charsetting .steplis img {
  width: 60px;
  height: 60px;
}
.charsetting .sptit {
  color: var(--textcolor-1);
  font-size: 15px;
  line-height: normal;
  font-weight: bold;
  margin: 2px 0 8px 0;
}
.charsetting .sptit i {
  background: #333;
  color: var(--text-white);
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
}
.charsetting .setbox::after,
.charsetting .stepbox::after {
  content: "";
  clear: both;
  display: block;
}
.charsetting .setlis {
  background: #bbbbd1;
  width: 32%;
  padding: 4px;
  margin: 6px 3px 0 0;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.charsetting .setlis:last-child,
.charsetting .steplis:last-child {
  margin-right: 0;
}
.charsetting .setlis img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.charsetting .setlis::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #bbbbd1;
  border-radius: 0 10px 0 5px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.charsetting .setlis::after {
  content: "";
  width: 12px;
  height: 6px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  right: 8px;
  z-index: 2;
}
.charsetting .setlis.on,
.charsetting .setlis.on::before {
  background: #fc4481;
}
.charsetting .preview {
  margin: 30px 0;
}
.charsetting .sliderbox {
  margin-bottom: 10px;
}
.charsetting .sliderbox::after {
  content: "";
  clear: both;
  display: block;
}
.charsetting .sliderbar {
  width: 84%;
  height: 10px;
  margin: 10px 0;
  float: left;
  background: #d7d7e9;
  border-radius: 10px;
  position: relative;
}
.charsetting .sliderbtn {
  background: #fff url(/images/scroll.svg) no-repeat center;
  width: 30px;
  height: 30px;
  border: 1px solid #d7d7e9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.charsetting .slidertip {
  width: 14%;
  float: right;
  background: #1213cc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  line-height: 30px;
}
.charsetting .codebox {
  margin: 20px 0;
}
.charsetting .codebtn {
  color: #1213cc;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #1213cc;
  margin-right: 1px;
  padding: 8px 10px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
}
.charsetting .textarea {
  width: 100%;
  min-height: 100px;
  font-size: 14px;
  line-height: 22px;
  color: var(--textcolor-2);
  background: var(--bgcolor-1);
  border: 1px solid var(--border-3);
  border-radius: 4px;
  padding: 5px 15px;
  margin-top: 10px;
  box-sizing: border-box;
  display: block;
  resize: vertical;
}
.charsetting .textarea:focus {
  outline: none;
}
.charsetting .CUbutton {
  background: #1213cc;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: 50%;
  padding: 10px;
  margin-top: 10px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
}
.scoreiframe {
  height: 620px;
  text-align: center;
}
.scoreiframe::-webkit-scrollbar {
  width: 6px;
  height: 100%;
  background: #eee;
}
.scoreiframe::-webkit-scrollbar-thumb {
  background: #999;
}
.HTabs_b {
  float: none;
  position: static;
  left: 0;
  overflow: hidden;
  display: flex;
  width: 100%;
  border-bottom: 3px solid var(--primary-color);
}
.HTabs_b .tab {
  color: #333333;
  flex: 1;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  background: #ffffff;
  border-radius: 4px 4px 0 0;
}
.HTabs_b .tab.on {
  border-radius: 4px 4px 0 0;
  color: #ffffff !important;
  background: var(--primary-color) !important;
  border: none;
}
#popMask,
.popMask2 {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0.5;
}
.popMask2 {
  z-index: 10000;
}
.settingPop2 {
  z-index: 10001;
}
.selectPop {
  position: fixed;
  margin: 35px;
  overflow-y: auto;
  height: 80%;
  bottom: 0;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.selectPop ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: var(--bgcolor-1);
  border-radius: 4px;
  overflow: hidden;
  padding: 15px;
}
.selectPop ul li {
  -webkit-box-flex: 0;
  flex: 0 0 30%;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  height: 30px;
  padding: 0;
  margin: 1.65%;
  color: var(--textcolor-2);
  background: var(--bgcolor-3);
  cursor: pointer;
}
.selectPop ul li:hover,
.selectPop ul li.on {
  color: #ffffff;
  background: var(--primary-color);
}
#companies_selection {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  margin: 5%;
  margin-top: 137px;
}
#companies_selection .h2 {
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #666666;
  margin-bottom: 10px;
}
#companies_selection li {
  float: left;
  width: 31%;
  margin: 0 2% 2% 0;
  text-align: center;
  line-height: 30px;
  min-height: 30px;
  border: solid 1px #d8d8d8;
  border-radius: 4px;
}
#companies_selection li.on {
  background: #1e3c64;
  border: solid 1px #1e3c64;
  color: #ffffff;
}
.filter span {
  position: relative;
}
.filter .count {
  background: #e9481e;
  color: #ffffff;
  border-radius: 3px;
  max-width: 25px;
  height: 13px;
  position: absolute;
  line-height: 13px;
  text-align: center;
  font-size: 11px;
  top: -7px;
  right: -16px;
  padding: 0 3px;
  display: inline-block;
}
.filter i {
  cursor: pointer;
  color: var(--textcolor-3);
  background-size: auto 16px;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-weight: normal;
}
.filter .fbtn_h {
  display: none;
}
.filter.active .fbtn_h {
  display: inline;
  color: #1e3c64;
}
.filter .fbtn_s {
  display: inline;
}
.filter.active .fbtn_s {
  display: none;
}
.msort i {
  background: url("/Images/com/orderby_16.png") no-repeat center center;
  background-size: auto 10px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 28px;
}
.msort .sbtn_l {
  display: none;
}
.msort.active .sbtn_l {
  display: inline;
}
.msort .sbtn_t {
  display: inline;
}
.msort.active .sbtn_t {
  display: none;
}
.title {
  background: #1e3c64;
  font-size: 16px;
  padding: 0px;
  line-height: 38px !important;
  height: 38px;
  color: #ffffff;
  text-align: center;
  position: relative;
}
a.back {
  background: url("/Images/com/back.png") no-repeat center center;
  width: 30px;
  height: 44px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -22px;
  display: block;
  background-size: auto 20px;
}
a.TBack {
  width: 20%;
  height: 44px;
  position: absolute;
  left: 0px;
  top: 0;
  display: block;
  background-size: auto 20px;
}
.redCard > * {
  text-align: center;
  font-style: normal;
  background: #e9481e;
  border-radius: 2px;
  color: #ffffff;
  margin: 0px 1px;
  display: inline-block;
  padding: 0px 2px;
  width: auto;
  min-width: 14px;
  height: 18px;
  line-height: 18px;
  font-weight: normal;
}
.yellowCard > * {
  text-align: center;
  font-style: normal;
  background: #f9c203;
  border-radius: 2px;
  color: #ffffff;
  margin: 0px 1px;
  display: inline-block;
  padding: 0px 2px;
  width: auto;
  min-width: 14px;
  height: 18px;
  line-height: 18px;
  font-weight: normal;
}
.Neutrality > * {
  color: #880000;
}
@-webkit-keyframes timeMin {
  0% {
    color: #ffffff;
  }
  25% {
    color: #ff2626;
  }
  75% {
    color: #ff2626;
  }
  100% {
    color: #ffffff;
  }
}
.mit {
  -webkit-animation: timeMin 2.5s infinite linear;
  color: #ff2626;
}
.badge_fill {
  white-space: nowrap;
  background: #f44336;
  border: solid 1px #f44336 !important;
  color: white;
  height: 15px;
  line-height: 12px;
  margin-left: 5px;
  font-weight: normal;
  border-radius: 10px;
  font-size: 12px;
  font-style: normal;
  padding: 0 4px;
}
.yellow {
  color: yellow;
}
.close {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
}
.close::before,
.close::after {
  height: 4px;
  margin-top: -2px;
}
.close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close::before,
.close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: rgba(255, 255, 255, 0.9);
}
.close_b {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.close_b::before,
.close_b::after {
  height: 4px;
  margin-top: -2px;
}
.close_b::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close_b::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close_b::before,
.close_b::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #4d4d4d;
}
.loaddingBox {
  border: solid 1px #999999;
  font-size: 14px;
  background: #ffffff;
  width: 60%;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  margin: 30px auto;
}
.loaddingBox img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.loaddingBox .loaddingMsg {
  font-size: 14px;
  font-weight: bold;
  color: #00519e;
}
#returnTop {
  position: fixed;
  height: 40px;
  width: 40px;
  right: 20px;
  bottom: 10px;
  z-index: 9;
}
#returnTop span {
  display: block;
  background: var(--primary-color);
  text-align: center;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  border: none;
  cursor: pointer;
}
#returnTop #btnFilter {
  background: #c4efd5;
  color: #3b8c15;
}
#returnTop #btnFilter.on {
  background: #e29a83 !important;
  color: white !important;
}
#returnTop span img {
  opacity: 0.5;
  width: 90%;
  float: left;
}
.r180 img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tl {
  border-top: 1px solid #eaeaea;
}
.dl {
  border-bottom: 1px solid #e6e6e6;
}
#footer {
  text-align: center;
  color: #808080;
  margin-top: 15px;
  width: 100%;
  float: left;
  overflow: hidden;
  padding-top: 2em;
  padding-bottom: 2em;
  height: auto;
}
#footer .links {
  text-align: center;
  padding: 0 10px;
}
#footer .links span {
  padding: 0 5px;
}
a.logo {
  width: 200px;
  margin: 0 auto;
  display: block;
  font-size: 15px;
}
.FLink {
  text-align: center;
  padding-top: 20px;
}
.FLink a {
  display: inline;
  padding: 5px 0;
  color: #1e3c64;
}
#spnLoading {
  margin: 0 auto;
  padding: 5px;
  width: 80%;
}
#spnLoading #subSpnLoading {
  text-align: center;
  border: 1px solid var(--border-3);
  padding: 15px 10px 15px 10px;
  width: 80%;
  font-size: 14px;
  background: var(--white10);
  color: var(--textcolor-1);
  margin: 20px auto;
  border-radius: 4px;
}
.hi {
  display: none !important;
}
.green,
.green a {
  color: #16c000 !important;
}
.red,
.red a {
  color: #ff2626 !important;
}
.yellow,
.yellow a {
  color: yellow !important;
}
.blue,
.blue a {
  color: #4E94F1 !important;
}
.greenBG {
  background-color: #86bf7f !important;
  color: #ffffff;
}
.redBG {
  background-color: #e86666 !important;
  color: #ffffff;
}
.blueBG {
  background-color: #7686a6 !important;
  color: #ffffff;
}
.greenBGp span {
  background-color: #86bf7f;
  color: #ffffff;
}
.redBGp span {
  background-color: #e86666;
  color: #ffffff;
}
.blueBGp span {
  background-color: #7686a6;
  color: #ffffff;
}
.odds {
  display: block;
  float: left;
}
.odds1x2 {
  width: 50%;
  display: block;
  float: left;
}
/* new popup style star */

#filterContainer {
  overflow: hidden;
  margin: 0px auto;
  z-index: 9999;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.ddlBG {
  float: left;
  background: #000000;
  height: 100%;
  width: 20%;
  opacity: 0.5;
}
.ddlBox {
  background: #ffffff;
  height: 15%;
  float: right;
  width: 100%;
  border-bottom: solid 1px #999999;
}
.ddlBox.date {
  position: static;
  width: 100%;
  height: auto;
  border-bottom: none;
}
.ddlwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ddlwrap .ddl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333333;
  background: #ffffff;
  position: relative;
  border-bottom: solid 1px #999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  line-height: 34px;
  text-align: center;
  padding-right: 15px;
}
.ddlwrap .ddl i {
  position: absolute;
  right: 4px;
  top: 55%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #999999;
}
.ddlwrap .ddl.on {
  color: red;
}
.ddlwrap .ddl.on i {
  border-top-color: red;
}
.ddlwrap .ddl:not(:last-child) {
  border-right: solid #999999 1px;
}
.ddlwrap .ddl.filter {
  text-align: right;
}
.ddlwrap .ddl.filter i {
  position: static;
  width: 34px;
  height: 34px;
  border: none;
  float: right;
  margin: 0px;
}
.ddlwrap .ddl.date {
  text-align: left;
}
.ddlwrap .ddl.date i {
  background: url(/Images/com/date.png) no-repeat center center;
  background-size: auto 20px;
  position: static;
  width: 34px;
  height: 34px;
  border: none;
  float: left;
  margin: 0px;
}
.ddlBox:after {
  display: block;
  height: 0px;
  clear: left;
  content: "";
}
.ddlBox .ddlHeader {
  background: #1e3c64;
  z-index: 999;
  position: relative;
  color: #ffffff;
  padding: 0px;
  width: 100%;
}
.ddlBox .ddlHeader .title {
  background: transparent;
  color: #ffffff;
  font-size: 15px;
  padding: 5px;
  padding-bottom: 0;
  text-align: left;
  /*border:none;*/

}
.ddlBox .ddlHeader .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.ddlBox .ddlHeader .close::before,
.ddlBox .ddlHeader .close::after {
  background: #ffffff;
}
.ddlBox .ddlHeader .info {
  padding: 5px;
  padding-top: 0;
}
.ddlBox .ddlHeader .logo img {
  height: 50px;
}
.ddlBox .tools {
  border-top: solid 1px #999999;
  width: 80%;
  max-width: 400px;
  position: fixed;
  bottom: 0px;
  background: #cccccc;
  overflow: hidden;
  z-index: 999999;
}
.ddlBox .tools .button {
  width: 33.3%;
  line-height: 26px;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  background: #ffffff;
  float: left;
  border-right: solid 1px #999999;
  display: block;
}
.ddlBox .tools .button.on {
  background: #1e3c64;
  color: #ffffff;
  text-align: center;
  min-width: 70px;
}
.ddlBox .tools .hideCount {
  float: left;
  width: 80px;
  text-align: center;
}
.ddlBox .tools .hideCount span {
  display: block;
  font-weight: bold;
}
.ddlBox .tools .toolMsg {
  display: block;
  width: 100%;
  line-height: 30px;
  background: #ffffcc;
  padding: 0 5px;
  border-bottom: solid 1px #999999;
  color: #1f7815;
}
.filterPopup {
  width: 100%;
  /*max-width: 512px;*/
  z-index: 9999;
  overflow-y: scroll;
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px);
  position: fixed;
}
.filterPopup .group-title {
  padding: 0 0 0 5px;
  height: 30px;
  line-height: 30px;
  position: relative;
  background: #f2f2f2;
  color: black;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 500;
  cursor: pointer;
}
.filterPopup::after {
  display: block;
  clear: both;
  content: "";
}
.filterPopup ul.SLFilter {
  display: block;
  overflow: hidden;
  width: 100%;
  background: #ffffff;
}
.filterPopup .dateFilter {
  padding: 10px;
  overflow: hidden;
  background: #ffffff;
}
.filterPopup#dateList {
  background: rgba(0, 0, 0, 0.5);
  min-height: 1000px;
  position: absolute;
  top: 123px;
}
.filterPopup .dateFilter li {
  width: 14.28%;
  text-align: center;
  font-size: 11px;
  float: left;
}
.filterPopup .dateFilter li span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
}
.filterPopup .dateFilter li.on span {
  color: #ffffff;
  font-size: 14px;
  background: red;
  overflow: hidden;
  border-radius: 30px;
}
.filterPopup ul.SLFilter li {
  width: 33.3%;
  float: left;
  line-height: 30px;
  padding-left: 10px;
}
.filterPopup .leagueList {
  position: relative;
  background: #ffffff;
}
.filterPopup .leagueList .league {
  display: block;
  line-height: 30px;
  padding: 0px 10px;
  border-bottom: solid 1px #999999;
}
.filterPopup .leagueList .league .cb {
  float: left;
  margin-top: 8px;
}
.filterPopup .leagueList .league .lname {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: -webkit-calc(100% - 50px);
  max-width: calc(100% - 50px);
  float: left;
}
.filterPopup .leagueList .league.on {
  color: #1e3c64;
}
.filterPopup .countryFilter {
  padding: 5px;
}
.filterPopup .countryFilter li {
  border: solid 1px #cccccc;
  padding: 5px;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  border-radius: 4px;
  overflow: hidden;
  margin: 5px;
  background: #ffffff;
  float: left;
}
.filterPopup .countryFilter li .cb {
  display: none;
}
.filterPopup .countryFilter li.on {
  background: #eaf1ef;
  color: #1e3c64;
  border: solid 1px #1e3c64;
  position: relative;
}
.filterPopup .countryFilter li.on .cb {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #1e3c64;
  border-right: 10px solid #1e3c64;
  left: auto;
  margin: 0;
  background-color: transparent;
  display: block;
}
.filterPopup .countryFilter li.on .cb:after {
  top: -10px;
  right: -7px;
  bottom: auto;
  left: auto;
}
.filterBox .filterBtn {
  display: block;
  line-height: 30px;
  padding: 0px 10px;
  border-bottom: solid 1px #cccccc;
}
.filterPopup .oddsFilter {
  overflow: hidden;
  background: #ffffff;
}
.filterPopup .oddsFilter li {
  width: -webkit-calc(33.333% - 4px);
  width: calc(33.333% - 4px);
  display: block;
  float: left;
  padding: 4px;
  margin: 2px;
}
.filterPopup .oddsFilter li.noodds {
  font-size: 11px;
  min-width: 100%;
  min-width: -webkit-calc(100% - 4px);
  min-width: calc(100% - 4px);
}
.filterBox .on {
  color: #333333;
}
/* new popup style end */

.showMore {
  text-align: center;
  border: solid 1px #999999;
  max-width: 40%;
  line-height: 30px;
  margin: 10px auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 3px #e6e6e6;
  box-shadow: 0 3px 3px #e6e6e6;
  display: block;
}
#tipsCon .showMore {
  max-width: unset;
}
#content table tr td.noline,
#content table.eTable tr td.noline {
  border-bottom: none;
}
.b {
  font-weight: bold !important;
}
.adtitle {
  text-align: center;
}
.liveTools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  width: unset;
}
.liveTools .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #ffffff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666666;
  line-height: 29px;
  height: 30px;
  text-align: center;
  float: left;
  font-size: 13px;
}
.liveTools .tabs {
  border: none;
  border-bottom: solid 3px var(--primary-color);
  border-radius: 0;
  position: static;
  left: 0;
  margin: 0;
  width: 100%;
  overflow-x: auto;
  background: transparent;
}
.liveTools.fav .tabs {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.liveTools.fav .tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: transparent;
  color: #333333;
}
.liveTools .tabs .tab {
  color: #191919;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  display: block;
  width: auto;
  padding: 0 15px;
  flex: 0 0 auto;
  margin-right: 3px;
  position: relative;
  background: #e6e6e6;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
  font-size: 14px;
}
.liveTools .tabs .tab.on {
  color: #ffffff !important;
  background: var(--primary-color) !important;
  border: none;
}
.liveTools .tabs .tab.on::after,
.liveTools .on::after {
  height: 3px;
  background: var(--primary-color);
  width: 76%;
  left: 12%;
  display: block;
  position: absolute;
  bottom: 0;
}
.liveTools .item.filter {
  text-align: right;
}
.liveTools .tabs.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.liveTools .tabs.flex .tab {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.selectPopup.minipopup {
  right: 0;
  left: unset !important;
  top: 44px;
  background: var(--primary-color);
  margin: 0;
  border: none;
  border-radius: 0;
  z-index: 999;
  max-width: 200px;
  color: #ffffff;
}
.selectPopup.minipopup .item {
  cursor: pointer;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  padding: 0 10px 0 0;
}
.selectPopup.minipopup .item:hover {
  background: #448aed;
}
.selectPopup.minipopup .item .icon {
  float: left;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  text-align: center;
}
.header {
  color: #ffffff;
  line-height: 44px;
  position: relative;
  background: var(--primary-color);
  width: 100%;
  text-align: center;
  font-size: 16px;
  min-height: 44px;
}
#ballTypeNav.select::before {
  display: none;
}
.header::after {
  content: '';
  clear: both;
  display: block;
}
.header .select {
  width: 44px;
  height: 44px;
  font-size: 12px;
  line-height: 44px;
  border-radius: 0;
  background: transparent;
  font-weight: 500;
  cursor: pointer;
  float: left;
}
.header .select .icon {
  float: left;
  font-size: 26px;
  width: 30px;
  height: 30px;
  margin: 2px;
  line-height: 30px;
}
.header .select ul.GameList {
  display: none;
  position: absolute;
  top: 44px;
  width: 100vw;
  background: var(--primary-color);
  left: 0;
  z-index: 9;
  color: #ffffff;
}
.header .select.on {
  background: var(--primary-color);
}
.header .select.on .close {
  width: 26px;
  height: 34px;
}
.header .select.on ul.GameList {
  display: block;
  box-shadow: 0 3px 3px #bfbfbf;
  border-radius: 0 0 4px 4px;
  width: 70vw;
}
.header .select ul.GameList li {
  background: transparent;
  overflow: hidden;
  padding: 5px 0;
  border-bottom: solid 1px #235090;
}
.header .select ul.GameList li.on * {
  color: #f9c203 !important;
}
.header .select ul.GameList li.on .count {
  background: #f9c203;
  color: #191919 !important;
}
.header .select ul.GameList li .iconfont {
  width: 44px;
  height: 30px;
  line-height: 30px;
  font-size: 26px;
  color: #ffffff;
  background: none !important;
  margin: 0;
}
.header .select ul.GameList li a {
  display: block;
  overflow: hidden;
  line-height: 30px;
  color: #ffffff;
}
.header .select ul.GameList li .name {
  float: left;
  font-size: 16px;
  padding: 0 10px;
  line-height: 30px;
}
.header .select ul.GameList li .count {
  font-weight: normal;
  float: left;
  background: #ffffff;
  height: 16px;
  color: #1e3c64;
  line-height: 16px;
  border-radius: 20px;
  padding: 0 5px;
  font-size: 12px;
  margin: 7px;
}
.header .select ul.GameList li .btn {
  float: right;
  background: url(/Images/com/home.png) no-repeat center;
  width: 30px;
  height: 30px;
  display: block;
  background-size: 80%;
  text-align: right;
  display: none;
}
.header .select ul.GameList li .btn.on {
  background: url(/Images/com/home_on.png) no-repeat center;
  background-size: 80%;
}
.header .select ul.GameList li:last-child {
  border: none;
}
.header .tit {
  font-size: 14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 44px;
}
.header .iconfont {
  font-size: 30px;
  color: #ffffff;
  width: 44px;
  height: 44px;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  line-height: 44px;
}
.header .iconfont img {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  overflow: hidden;
  display: block;
  margin: 8px auto;
}
.header .iconshare {
  background: url("/Images/com/share_24.png") no-repeat center center;
  background-size: 80% auto;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 8px;
  top: 16%;
}
/* .header .tabs {
     border: solid 1px @w10;
 }*/

.header .tabs .tab.on,
.liveTools .tabs .tab.on {
  color: #1e3c64;
  background: #ffffff;
  margin: 0 3px 0 0;
  line-height: 26px;
}
.liveTools .tabs .tab.on {
  line-height: 30px;
}
.header a.logo {
  color: var(--text-white);
  font-size: 26px;
  font-weight: bold;
  float: left;
  padding: 0 10px;
}
.header a.logo i {
  right: 5px;
  display: inline-block;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  padding: 0 4px;
  font-size: 11px;
  position: relative;
  top: -2px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: none;
}
.header .user {
  border-radius: 50%;
  margin: 10px 5px 0px 0px;
  width: 26px;
  height: 26px;
  position: relative;
  float: right;
  top: -2px;
  background: url("/Images/com/user.gif") no-repeat;
  background-size: 100% 100%;
}
.header .search {
  margin: 10px 5px 0px 0px;
  width: 26px;
  height: 26px;
  float: right;
  position: relative;
  top: -2px;
  background: url("/Images/com/search.png") no-repeat;
  background-size: 100% 100%;
}
.header .navIcon {
  margin: 7px 7px 0px 0px;
  width: 24px;
  height: 26px;
  float: right;
}
.header .navIcon i {
  display: block;
  border-radius: 2px;
  height: 2px;
  background: #eceded;
  width: 100%;
  margin: 5px 0;
}
.header .filter {
  margin: 7px 0 0 0;
  width: 25px;
  height: 30px;
  position: absolute;
  right: 43px;
}
.header .filter i {
  height: 3px;
  background: #ededee;
  width: 100%;
  margin: 5px 0;
  border-radius: 2px;
  display: block;
}
.sportType {
  padding: 5px 10px;
  background: #ffffff;
  color: #333333;
  line-height: 30px;
  font-weight: 800;
  font-size: 15px !important;
}
.sportType .icon {
  font-weight: normal;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
  float: left;
  color: #333333;
  margin-right: 5px;
}
.sportType .setting {
  cursor: pointer;
  float: right;
  margin-right: 0;
  color: #666666;
}
.menu {
  border-bottom: solid 3px var(--primary-color);
  border-radius: 0;
  position: static;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  height: 32px;
}
.menu li {
  color: #e6e6e6;
  line-height: 30px;
  height: 31px;
  overflow: hidden;
  display: block;
  width: auto;
  padding: 0 !important;
  flex: 1;
  margin-right: 3px;
  position: relative;
  background: #e6e6e6;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  float: left;
}
.menu li a {
  display: block;
  padding: 0 9px;
  line-height: 30px;
  color: #000000 !important;
}
.menu li a.on {
  color: #ffffff !important;
  background: var(--primary-color) !important;
  border: none;
}
.subMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #cccccc;
  background-color: #ffffff;
}
.subMenu .HTabs_b {
  float: none;
  margin: 10px auto;
}
.subMenu .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #ffffff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666666;
  line-height: 29px;
  height: 30px;
  text-align: center;
  float: left;
  font-size: 13px;
}
.subMenu .item.on {
  color: #00519e;
}
.text .title,
.title,
h2 {
  font-size: 16px;
  font-weight: 500;
  /*border-top: solid 1px @w9;*/
  border-bottom: solid 1px var(--border-3);
  line-height: 38px;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  padding: 0 10px;
  margin-bottom: 5px;
  color: var(--textcolor-1);
}
h2 {
  padding: 0 5px 0 15px;
  position: relative;
}
h2 > .more {
  float: right;
  font-size: 13px;
}
.text .title::before,
#container h2::before,
#container .h2::before {
  content: '';
  float: left;
  height: 13px;
  width: 3px;
  background: var(--primary-color);
  margin: 0 5px 0 0;
  top: 12px;
  position: absolute;
  left: 5px;
}
.title img,
h2 img {
  margin-right: 10px;
  max-height: 20px;
}
.countryicon {
  max-height: 20px;
  height: auto !important;
}
/* ul li{padding:5px 10px;}
*/

.tri {
  margin-top: 8px;
  width: 8px;
  height: 8px;
  border-left: solid 1px #4d4d4d;
  border-bottom: solid 1px #4d4d4d;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  margin-right: 5px;
}
.tri.up {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 14px !important;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.OddComp {
  display: none;
}
.tabs {
  font-size: 12px;
  border-radius: 4px;
  width: 50%;
  position: absolute;
  left: 50%;
  margin-left: -25%;
  margin-top: 8px;
}
.tabs .tab {
  /* flex:1;
	*/
  font-weight: 500;
  text-align: center;
  width: 50%;
  color: #ffffff;
  float: left;
  line-height: 26px;
  padding: 0 10px;
  cursor: pointer;
}
/* .tabs .tab:hover {
	color:@red;
}
*/

.tabs .tab.on {
  background: #ffffff;
}
.adTabs {
  border: solid 1px #1e3c64;
  width: 60%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  position: relative;
  overflow: hidden;
}
.adTabs .tab {
  font-weight: 500;
  text-align: center;
  width: 50%;
  color: #333333;
  float: left;
  line-height: 26px;
}
.adTabs .tab img {
  border: solid 1px #cccccc;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 3px;
}
.adTabs .tab.on {
  background: #1e3c64;
  color: #ffffff;
}
.HTabs {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  border: none;
}
.HTabs .tab {
  font-weight: 500;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  display: block;
  float: left;
  text-align: center;
  line-height: 36px;
  height: 36px;
}
.HTabs .tab.on {
  border-bottom: solid 3px #1e3c64;
  color: #1e3c64;
}
.select {
  line-height: 30px;
  height: 30px;
  border-radius: 4px;
  font-size: 12px;
  padding: 5px;
  position: relative;
  background: #1e3c64;
  color: #ffffff;
  display: inline-block;
  z-index: 2;
}
.select::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 55%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ffffff;
}
.selectW {
  line-height: 28px;
  height: 30px;
  border-radius: 4px;
  font-size: 12px;
  padding: 0 26px 0 10px !important;
  position: relative;
  background: #ffffff;
  cursor: pointer;
  color: #1e3c64;
  border: solid 1px #cccccc;
}
.selectW::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 56%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #808080;
}
.rounds {
  background: #ffffff;
  position: relative;
}
.rounds .tri {
  position: absolute;
  right: 10px;
  top: 18%;
}
.rounds ul {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
}
.rounds ul li {
  padding: 0;
  margin: 5px 0;
  height: 30px;
  line-height: 30px;
  border: none;
  display: inline-block;
}
.rounds ul li a,
.rounds ul li span {
  padding: 0px 10px;
}
.rounds ul li.on {
  background: #e6e6e6;
  border-radius: 4px;
  font-weight: 500;
  color: #ff2626;
}
.dbtools {
  background: var(--bgcolor-1);
  width: 100%;
  overflow: hidden;
}
.dbtools ul {
  padding: 9px 0;
  overflow: hidden;
  float: left;
}
.dbtools ul li {
  float: left;
  border-bottom: none;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
  padding: 0 8px;
}
.dbtools ul li a {
  line-height: 20px;
}
.dbtools ul li.on,
.dbtools ul li.on input {
  color: #ff2626;
}
.dbtools ul li:not(:last-child) {
  border-right: solid 1px #cccccc;
}
.dbtools .tabs {
  float: left;
  width: auto;
  margin: 6px 0;
  border: solid 1px #cccccc;
  position: static;
  overflow: hidden;
  padding: 1px;
}
.dbtools .tabs .tab {
  padding: 0 8px;
  width: auto;
  white-space: nowrap;
  background: transparent;
  color: var(--textcolor-2);
  cursor: pointer;
}
.dbtools .tabs .tab.on {
  background: var(--primary-color);
  color: #ffffff;
  border-radius: 4px;
}
.dbtools .tabs .tab.on input {
  color: #ffffff;
}
.dbtools .selectW {
  margin: 6px 0;
  line-height: 28px;
  height: 30px;
}
.dbtools input[type=submit] {
  background: none;
  line-height: 20px;
  height: 20px;
  -webkit-appearance: none;
  outline: none;
}
.selectPopup {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 9999;
  -webkit-box-shadow: 0px 5px 10px #b2b2b2;
  width: 100%;
  box-shadow: 0px 5px 10px #b2b2b2;
  border-radius: 4px;
  overflow: hidden;
  right: 0;
}
.selectPopup .title {
  line-height: 40px;
  height: 40px;
  background: var(--primary-color);
  color: #ffffff;
  text-align: center;
  border: none;
}
.selectPopup .title .tri {
  margin-top: 19px !important;
  border-color: #ffffff;
}
.selectPopup ul {
  border-top: solid 1px #cccccc;
  overflow: hidden;
  padding: 10px;
}
.selectPopup ul li {
  line-height: 40px;
  text-align: center;
  padding: 0;
  border: solid 1px #cccccc;
  float: left;
  background: #ffffff;
  border-radius: 4px;
  margin: 5px 1%;
  font-weight: 500;
}
.selectPopup ul li:hover {
  background: #eaf1ef;
}
.selectPopup ul li a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.selectPopup ul li.on,
.selectPopup ul li.on a,
.selectPopup ul li.on input[type="submit"] {
  background: var(--primary-color);
  color: #ffffff;
  -webkit-appearance: none;
  outline: none;
}
.selectPopup .btn {
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: #e6e6e6;
  cursor: pointer;
}
.selectPopup input {
  display: block;
  text-align: center;
  width: 100%;
  height: 40px;
  background: #ffffff;
}
#navPop {
  max-width: 1000px;
  overflow: hidden;
  margin: 0px auto;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.noRecord .tit {
  padding: 0;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
.noRecord .icon-font-plus {
  font-size: 32px;
  vertical-align: bottom;
}
.norecord {
  padding: 15px;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  margin: 5%;
  border: solid 1px #cccccc;
  border-radius: 4px;
  overflow: hidden;
}
.norecord img {
  /*max-width: 32px;*/
  width: auto !important;
  vertical-align: middle;
}
.norecord.add img {
  max-width: 32px;
}
.norecord .tit {
  padding: 6px;
  display: inline-block;
}
.norecord .desc {
  font-size: 12px;
  padding-top: 4px;
}
.norecord .btn-linkto a {
  text-align: center;
  display: inline-block;
  color: #ffffff;
  background: #1e3c64;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  margin: 8px auto;
  border-radius: 4px;
  padding: 0px 8px;
  margin: 15px auto 0 auto;
}
.hidden {
  display: none;
}
.clx {
  clear: both;
}
.bg-white {
  background-color: #ffffff;
}
ul.horizontal-ul li {
  float: left;
  border: none;
  padding: 5px;
}
.caption {
  font-size: 16px;
}
.linkContent {
  background-color: #ffffff;
}
.linkContent .links a {
  color: #4E94F1;
}
.linkContent ul.date {
  margin: 4px 0px;
}
.linkContent ul.date li:first-child {
  margin-left: 6px;
}
.linkContent ul.date li.on {
  border: none;
  line-height: 22px;
}
.linkContent ul.date li {
  border: 1px solid #999999;
  border-radius: 4px;
  margin: 0px 2px;
  text-align: center;
  padding: 2px 4px;
}
.linkContent li.on {
  background-color: #1e3c64;
  color: #ffffff;
}
.linkContent li {
  border-bottom: none;
}
.descContent {
  background-color: #ffffff;
}
.descContent h2 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 4px 0px;
  background: transparent;
}
.descContent h4 {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 4px 0px;
  background: transparent;
}
.descContent a {
  font-size: 14px;
  color: #4E94F1;
}
.descContent .box {
  padding: 10px;
  background: #e6e6e6;
}
.descContent p {
  line-height: 24px;
  padding: 10px;
  font-size: 14px;
}
.descContent p img {
  width: 100%;
  margin: 0;
}
.e-hide {
  display: none;
}
/* freeback star */

#fbmain {
  text-align: left;
  font-size: 14px;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  margin: 10px 40px;
}
#fbmain textarea {
  margin: 3px auto;
  padding: 5px;
  Width: 100%;
  resize: none;
  border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 10px;
}
.uploadBtn .inwrap {
  background: url(/images/font-upload.svg) no-repeat center center;
  background-size: 40% auto;
  width: 70px;
  height: 70px;
  border: 1px #ccc dashed;
  float: left;
}
.uploadBtn .inwrap input {
  width: 70px;
  height: 70px;
  opacity: 0;
  cursor: pointer;
}
.uploadBtn img {
  vertical-align: middle;
  border: none;
  max-width: 100px;
  position: relative;
  max-height: 100%;
  margin-left: 10px;
}
div.btn,
input.btn,
#fbmain #btnSave {
  border: none;
  Width: 74%;
  line-height: 40px;
  font-size: 15px;
  background-color: var(--primary-color);
  color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  margin: 20px auto;
  display: block;
}
.popbtn {
  background-color: var(--primary-color) !important;
}
.rbtnList {
  display: block;
  /*border-bottom:dotted 1px @w8;
	*/
  padding: 5px 0 10px;
  overflow: hidden;
  line-height: 30px;
}
.rbtnList .fbTitle {
  float: left;
  font-weight: 500;
  width: 100%;
}
.fbTitle.two {
  padding-top: 5px;
  display: block;
  font-weight: 600;
}
.rbtnList input[type=text] {
  vertical-align: middle;
  float: left;
  width: 100%;
  padding: 0 10px;
  line-height: 30px;
  top: 0;
  font-size: 12px;
}
#rbtnList label {
  margin: 0 10px;
  color: #191919;
  line-height: 30px;
  vertical-align: middle;
}
#rbtnList label input {
  margin-right: 5px;
}
/* freeback end */

/* search star */

.search_text {
  height: 30px;
  width: 100%;
  padding: 2px;
  font-size: 12px;
  margin-bottom: 5px;
  background: #ffffff url(/images/COM/search.png) no-repeat left;
  padding-left: 34px;
  color: #666666;
  background-size: auto 100%;
}
.search-container {
  height: 346px;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  z-index: 100;
  background-color: #ffffff;
  color: #000000;
  border-bottom: solid 1px #cccccc;
  border-radius: 2px;
  overflow: hidden;
}
.search-container .search-header {
  display: block;
  overflow: hidden;
}
.search-container .settop {
  width: 25px;
  height: 40px;
  float: right;
  display: block;
  background: url(/images/COM/staroff.png) no-repeat center center;
  background-size: 80% auto;
}
.settop.on {
  display: block;
  background: url("/images/COM/staron.png") no-repeat center center;
  background-size: 80% auto;
}
.search-container .search-header span {
  font-size: 15px;
  padding-bottom: 10px;
  display: block;
  border-bottom: solid 1px #cccccc;
}
.search-container a {
  color: #000000;
}
.search-container .searchItem {
  line-height: 26px;
  font-size: 12px;
  border-bottom: solid 1px #cccccc;
  overflow: hidden;
}
.search-container .searchItem:nth-child(odd) {
  background: #eaf1ef;
}
.search-container .searchItem:hover,
.search-container .more:hover {
  background: #fff0b9;
  cursor: pointer;
}
.search-container .searchItem:last-child {
  border: none;
}
.search-container .searchItem span {
  display: block;
  float: left;
  text-align: center;
}
.search-container .close {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  float: right;
}
.search-container .close::before,
.search-container .close::after {
  background: #333333;
  width: 16px;
  left: 50%;
  margin-left: -8px;
}
.search-container .search-title {
  padding: 0 5px;
}
.search-container .settop {
  width: 10%;
  line-height: 26px;
  height: 26px;
  background-size: auto 80%;
}
.search-container .time {
  width: 10%;
}
.search-container .status {
  width: 60px;
}
.search-container .teamName {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 500;
}
.search-container .homeName,
.search-container .guestName {
  width: -webkit-calc(32% - 30px);
  width: calc(32% - 30px);
}
.search-container .totalScore {
  width: 15%;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.search-container.search-more {
  height: auto;
}
.search-container .more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #ffffff;
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 24px;
  font-weight: bold;
  color: #6d6d6d;
}
.search-container .more::after {
  content: '';
  float: left;
  position: absolute;
  left: -webkit-calc(50% - 4px);
  left: calc(50% - 4px);
  margin-top: 13px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 14px;
  font-weight: bolder;
  color: #a7a7a7;
}
#header.nav-tool-right-on .search-container {
  display: block;
}
.dayrow {
  color: #666666;
}
/*/
* 胜平负开始 */

/* 负面配色 */

.oddDown {
  color: #e86666 !important;
}
.oddDown::after {
  content: '↓';
  display: inline-block;
}
.o-lossBGp span {
  background-color: #e86666;
  color: #ffffff;
  display: inline-block;
  min-width: 20px;
}
.o-lossBG {
  background-color: #e86666 !important;
  color: #ffffff !important;
}
.o-loss,
.o-loss a {
  color: #ff0000;
}
.ouBar .loss {
  background: #ff0000;
}
.o-down,
.o-down a,
.loss {
  color: #ff0000 !important;
}
.o-downBG {
  background-color: #e86666 !important;
  color: #ffffff !important;
}
.o-downBGp span {
  background-color: #e86666;
  color: #ffffff;
  display: inline-block;
  min-width: 16px;
}
/* 正面配色 */

.oddUp {
  color: #86bf7f !important;
}
.oddUp::after {
  content: '↑';
  display: inline-block;
}
.o-winBGp span {
  background-color: #86bf7f;
  color: #ffffff;
  display: inline-block;
  min-width: 20px;
}
.o-winBG {
  background-color: #86bf7f !important;
  color: #ffffff !important;
}
.o-win,
.o-win a,
.win {
  color: #16c000;
}
.ouBar .win {
  background: #16c000;
}
body .o-up,
body .o-up a {
  color: #e00606 !important;
}
.o-up,
.o-up a {
  color: #16c000 !important;
}
.o-upBG {
  background-color: #86bf7f !important;
  color: #ffffff !important;
}
.o-upBGp span {
  background-color: #86bf7f;
  color: #ffffff;
  display: inline-block;
  min-width: 16px;
}
/* 中立色 */

.o-void,
.o-void a,
.draw {
  color: #afafaf;
}
.o-voidBG {
  background-color: #afafaf !important;
  color: #ffffff !important;
}
.ouBar .draw {
  background: #afafaf;
}
.o-voidBGp span {
  background-color: #afafaf;
  color: #ffffff;
}
body .o-down,
body .o-down a,
body .loss {
  color: #178109 !important;
}
/* 胜平负结束 */

.dayrow {
  flex: 0 0 100%;
}
.btn-link {
  color: #2196f3;
}
#navWrapper #scroller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#navWrapper #scroller li {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ballInBox.baseBall .teamBox .team {
  width: 100%;
  margin: 0;
}
.ballInBox.baseBall .teamBox .team .name {
  width: -webkit-calc(10%);
  width: calc(10%);
  padding-left: 10px;
}
.ballInBox.baseBall .teamBox .team span {
  width: 30px;
  padding: 0 7px;
}
.dateList a span.week {
  display: block;
  font-weight: normal;
}
#fixWrapper li {
  line-height: 14px;
  font-size: 12px;
  padding: 0;
}
.header a.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header a.logo img {
  height: 33px;
  margin: 0 auto;
}
#footer {
  background: #333333;
  padding: 10px 0;
}
#footer a {
  color: #ffffff;
  white-space: nowrap;
}
.logoBar {
  overflow: hidden;
  display: flex;
  padding: 0 10px;
}
.logoBar .logo {
  width: 50%;
  top: 0;
  padding: 10px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  white-space: nowrap;
}
.logoBar .logo > img {
  max-width: 120px;
  vertical-align: bottom;
}
.norecord .tit {
  padding: 6px;
  font-size: 15px;
  font-weight: 500;
}
.dbList .favDescTop {
  background: #808080;
  color: #000000;
  line-height: 18px;
  padding: 2px 6px;
}
#dbList .iconfont {
  right: 0;
}
.dbList {
  min-height: auto;
}
.dbList .title {
  padding-right: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.dbList .favDescTop {
  background: #808080;
  color: #000000;
  line-height: 18px;
  padding: 2px 6px;
}
#dbList .iconfont {
  right: 0;
}
.dbList {
  min-height: auto;
}
.dbList .title {
  padding-right: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.bottomDesc {
  color: #666666;
  text-align: left;
  padding: 2px 5px;
}
.badge_fill {
  white-space: nowrap;
  background: #F44336;
  border: solid 1px #F44336 !important;
  color: #ffffff;
  height: 15px;
  line-height: 12px;
  margin-left: 5px;
  font-weight: normal;
  border-radius: 10px;
  font-size: 12px;
  font-style: normal;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0 4px;
}
/* switch */

.switch .switch-style {
  height: 20px;
  width: 40px;
  background: #c1c1c1;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 10px;
}
.switch input {
  display: none;
}
.switch > input[type="checkbox"]:checked + .switch-style {
  background-color: #FF6600;
}
.switch > input[type="checkbox"]:checked + .switch-style:before {
  left: 53%;
}
.switch .switch-style:before {
  display: block;
  content: '';
  height: 18px;
  position: absolute;
  width: 18px;
  background-color: #ffffff;
  border-radius: 2px;
  left: 0.1em;
  top: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* switch */

#content .mini .gameBox .gameInfo .guest {
  width: -webkit-calc(50% - 80px);
  width: calc(50% - 80px);
}
.mainContainer .rightContainer.show {
  display: block !important;
  /* border-top: solid 5px #f1f1f1;*/

}
.mainContainer .rightContainer {
  display: none;
}
.newList li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.newList li::before {
  content: "";
  float: left;
  width: 5px;
  height: 5px;
  background: #00519e;
  margin: 0 5px 0 0;
}
.matchTips {
  margin: 0 10px;
}
.matchTips li.sd {
  padding: 0;
}
.wrmore {
  text-align: center;
  display: block;
  margin: 6px 14px;
}
.wrmore.top {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
#otherArticlList {
  padding: 0 14px 10px;
}
#otherArticlList li {
  padding: 8px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
#otherArticlList li:last-child {
  border-bottom: none;
}
.layout {
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.miniUser img {
  border-radius: 50%;
  margin: 0 5px 0 0 !important;
}
.articleContent p {
  margin-bottom: 20px;
}
.dbList .favDescTop {
  background: #808080;
  color: #000000;
  line-height: 18px;
  padding: 2px 6px;
}
#dbList .iconfont {
  right: 0;
}
.dbList {
  min-height: auto;
}
.dbList .title {
  padding-right: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.box-footer .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 12px;
  padding: 10px 5px;
  font-size: 12px;
  text-align: center;
  background: var(--bgcolor-3);
  margin: 0 2px;
  border: none;
  box-shadow: none;
  float: left;
  display: block;
}
.box-footer .button.on {
  background: var(--primary-color);
  color: #ffffff;
  text-align: center;
  min-width: 70px;
}
.box-footer .tit-h {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #ff0;
  float: right;
}
.bottomDesc {
  color: #666666;
  text-align: left;
  padding: 2px 5px;
}
.badge_fill {
  white-space: nowrap;
  background: #F44336;
  border: solid 1px #F44336 !important;
  color: #ffffff;
  height: 15px;
  line-height: 12px;
  margin-left: 5px;
  font-weight: normal;
  border-radius: 10px;
  font-size: 12px;
  font-style: normal;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0 4px;
}
/* switch */

.switch .switch-style {
  height: 20px;
  width: 40px;
  background: #c1c1c1;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 10px;
}
.switch input {
  display: none;
}
.switch > input[type="checkbox"]:checked + .switch-style {
  background-color: #FF6600;
}
.switch > input[type="checkbox"]:checked + .switch-style:before {
  left: 53%;
}
.switch .switch-style:before {
  display: block;
  content: '';
  height: 18px;
  position: absolute;
  width: 18px;
  background-color: #ffffff;
  border-radius: 2px;
  left: 0.1em;
  top: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* switch */

#content .mini .gameBox .gameInfo .guest {
  width: -webkit-calc(50% - 80px);
  width: calc(50% - 80px);
}
.mainContainer .rightContainer.show {
  display: block !important;
  /*    border-top: solid 5px #f1f1f1;*/

}
/*.mainContainer .rightContainer{display:none;}*/

.newList li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.newList li::before {
  content: "";
  float: left;
  width: 5px;
  height: 5px;
  background: #00519e;
  margin: 8px 5px 0 0;
}
.panel {
  background: #ffffff;
}
.panel .text {
  padding: 5px;
}
.panel .info {
  padding: 5px;
}
.panel li {
  padding: 5px;
  line-height: 20px;
}
.panel .list li,
.panel .list li a {
  display: flex;
  width: 100% !important;
  align-items: center;
  justify-content: flex-start;
}
.panel .list li img {
  margin: 0 5px;
}
.panel .footBar {
  padding: 5px;
}
.panel li a {
  display: block;
}
.panel li:hover {
  background-color: var(--yellow20);
}
.panel li:last-child {
  border: none;
}
.panel li.tit {
  font-size: 11px;
  background: #f1f1f1;
  line-height: 20px !important;
  color: var(--textcolor-1);
  font-weight: 500;
}
.panel li .leftKey {
  width: 30px;
  text-align: center;
  flex: 0 0 30px;
  color: var(--textcolor-1);
  font-weight: 500;
}
.panel li img {
  width: 20px;
  margin-right: 5px;
}
.panel li img.heads {
  width: 16px;
  height: 16px;
}
.panel li .idx {
  flex: 0 0 20px;
  text-align: center;
}
.panel li > .info {
  flex: 1;
}
.panel li .val {
  flex: 0 0 50px;
  text-align: right;
}
.panel .footBar .button {
  margin: 0 auto;
  float: unset;
}
.panel li:hover {
  background-color: var(--yellow20);
}
.panel li.Linexia {
  border-bottom: #e6e6e6 solid 1px;
  line-height: 16px !important;
  padding: 8px 5px;
}
.panel li:last-child {
  border: none;
}
.panel li .miniUser {
  padding-top: 4px;
  color: var(--textcolor-2);
}
.panel .pub {
  overflow: hidden;
  padding: 8px 14px 6px;
  display: table;
}
.pub > * {
  display: table-cell;
  vertical-align: middle;
}
.panel .pub img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  clear: both;
}
.panel .pub .pubData {
  padding-left: 10px;
}
.panel .pub .pubData a {
  display: block;
}
.panel .pub .pubData span {
  color: var(--textcolor-2);
}
.panel .introduce {
  display: block;
  font-size: 10px;
  line-height: 12px;
  color: var(--textcolor-2);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin: 0 14px 0;
  padding-bottom: 12px;
}
.panel .Popular li {
  padding: 6px 10px;
}
.panel .Popular li .head {
  height: 40px;
  width: 40px;
  display: inline-block;
  float: left;
}
.panel .Popular li .head img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
}
.panel .Popular li .panelname {
  padding-left: 10px;
  color: #666666;
  font-size: 14px;
  display: inline-block;
}
.panel .Popular li .panelname a {
  display: block;
}
.panel .Popular li .panelname .fnum {
  font-size: 12px;
  color: var(--textcolor-3);
}
/*.panel li .name{font-weight:500;line-height:normal;padding:0;}*/

.filterBar {
  background: var(--primary-color);
  overflow: hidden;
  padding: 3px 5px 5px 5px;
  position: relative;
}
.filterBar .tabs {
  position: static;
  float: left;
  margin: 0;
  width: 90%;
  padding: 2px;
  border: none;
  overflow-x: unset;
}
.filterBar .icon {
  color: #ffffff;
  font-size: 24px;
  float: right;
  width: 32px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
}
.filterBar .icon:last-child {
  margin: 0;
}
.filterBar .tabs .tab {
  font-weight: 500;
  border-radius: 28px;
  font-size: 14px;
  width: auto;
  padding: 0px 15px;
}
/* .filterBar .tabs .tab:hover {
     background-color: rgba(255, 255, 255, .2);
 }*/

.filterBar .tabs .tab.on {
  background-color: rgba(0, 0, 0, 0.5);
}
.filterBar.free .tabs {
  width: 75%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
/* Tips */

.Tipsul li {
  padding: 10px 10px 12px;
  border-bottom: solid 1px #e6e6e6;
  display: inline-block;
  width: 100%;
}
.Tipsul li:last-child::after {
  border: none;
}
.Tipsul .wrapti {
  width: 100%;
  float: left;
  padding-bottom: 8px;
}
.Tipsul .wrapti .head {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  float: left;
  margin-top: 2px;
  cursor: pointer;
}
.Tipsul .wrapti .shao {
  float: left;
  padding-left: 6px;
  cursor: pointer;
}
.Tipsul .wrapti .shao .Name {
  color: var(--textcolor-1);
  font-size: 14px;
  font-weight: 600;
}
.Record {
  border: 1px solid #16c000;
  border-radius: 10px;
  padding: 0 4px;
  font-size: 10px;
  color: #16c000;
}
.Tipsul .wrapti .shao .time {
  display: block;
  color: #666666;
  line-height: 12px;
}
.Tipsul .wrapto {
  width: 100%;
  float: left;
}
.Tipsul .wrapto.head {
  width: calc(100% - 40px);
  margin-left: 40px;
}
.Teamname {
  font-size: 14px;
  display: block;
  font-weight: 600;
  padding-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Teamname.text {
  font-size: 16px !important;
}
.Teamname.text .state {
  background-color: darkorange;
  border-color: darkorange;
  color: white;
  padding: 0 5px;
  border-radius: 2px;
  display: inline-block;
}
.Tipsul .lines {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}
.start {
  color: var(--textcolor-3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  font-size: 12px !important;
}
.start .iconfont {
  font-size: 14px;
}
.Tipsul .index {
  background: #e6e6e6;
  padding: 0 4px;
  font-size: 11px;
  border-radius: 2px;
}
.Tipsul .result {
  font-size: 10px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  line-height: 16px;
  text-align: center;
}
.Tipsul .review {
  color: #00519e;
  cursor: pointer;
}
.Tipsul .review.head {
  width: calc(100% - 40px);
  margin-left: 40px;
}
.Tipsul .review .iconfont {
  font-size: 16px;
  margin-right: 4px;
}
.Tipsul .writing {
  width: 100%;
  word-break: break-word;
  white-space: pre-line;
  font-size: 14px;
  float: left;
}
.Tipsul .writing.head {
  width: calc(100% - 40px);
  margin-left: 40px;
}
/* Tips_end */

/* Made Pickes */

.publish {
  padding: 10px !important;
}
.publish .odds {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.publish .odds .key {
  background: #f1f1f1;
  float: left;
  min-width: 50%;
  font-weight: 400;
}
.publish h3 {
  color: var(--textcolor-2);
  font-weight: 500;
  line-height: 30px;
}
.publish h5 {
  width: 100%;
  flex: 0 0 100%;
  font-size: 13px;
  font-weight: normal;
  color: var(--textcolor-3);
  line-height: 32px;
  text-align: left;
}
.publish .odds .odd {
  flex: 1;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.publish .odds .odd.on {
  border: solid 1px #006dca;
  background: #ebf3ff;
}
.publish .odds .odd.on:hover .key,
.publish .odds .odd.on .key {
  background: #006dca !important;
  color: #fff;
}
.publish .odds .odd .key {
  padding: 0 10px;
}
.publish .odds .odd:hover .key {
  background: #fff7e0 !important;
}
.StakeBox {
  padding: 10PX;
}
.StakeBox span {
  padding-right: 16px;
  font-weight: 600;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
}
.StakeBox input {
  margin-right: 4px;
  cursor: pointer;
}
.publish .row .analysis {
  width: 100%;
  height: 200px;
}
.publish .row .title {
  width: 100%;
  line-height: 40px;
  height: 40px;
}
.publish > .row {
  margin-bottom: 10px;
}
.publish .Oddsnumber .drop {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid #ff5722;
  border-bottom: 0 none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 300ms;
}
.publish .Oddsnumber .rise {
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 5px solid #16c000;
  border-top: 0 none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 300ms;
}
.tipsData {
  width: 98%;
}
.tipsData .row {
  display: flex;
  flex-direction: row;
  width: 100%;
  line-height: 16px;
  font-weight: 600;
}
.tipsData .row > * {
  flex: 1;
  display: flex;
}
.tipsData .row .home {
  color: #16c000;
  flex: 1;
  text-align: left;
  display: inline-block;
}
.tipsData .row .tit {
  color: var(--textcolor-2);
  flex: 1;
  text-align: center;
  display: inline-block;
}
.tipsData .row .guest {
  color: #4e94f1;
  flex: 1;
  text-align: right;
  display: inline-block;
}
.tipsData .bar {
  display: inline-table;
  overflow: hidden;
  margin: 5px 0 5px 0;
  background: #9ca2a8;
  flex: 0 0 6px;
  position: relative;
  width: 100%;
  line-height: 16px;
  color: #fff;
}
.tipsData .bar span {
  display: inline-block;
  text-align: center;
}
.tipsData .bar span.barH {
  left: 0;
  background-color: #16c000;
}
.tipsData .bar span.barG {
  right: 0;
  background-color: #4e94f1;
}
.publish textarea {
  background: #fff;
  border: solid 1px #a9a9a9;
  height: 201px;
  color: #666 !important;
  font-size: 12px;
}
/* Made Pickes _end */

/* 自动响应320 */

@media screen and (max-width: 710px) {
  .filterBar.free .tabs {
    overflow-x: auto;
  }
  .filterBar.free .tabs .tab {
    min-width: 48px;
    padding: 0 5px;
  }
}
.matchList.simple .item .msg .iconfont {
  width: 100%;
  height: 65px;
  background-size: auto 50%;
  bottom: 0;
  top: 0;
  font-size: 26px;
  line-height: 65px;
  margin: 0;
}
.network span {
  display: none;
}
.count {
  font-weight: normal;
  background: #9e9e9e;
  height: 16px;
  color: #ffffff;
  line-height: 16px;
  border-radius: 20px;
  padding: 0 5px;
  font-size: 12px;
  margin: 7px 0;
}
/* simple star */

.matchList.simple .item .team {
  width: -webkit-calc(100% - 130px) !important;
  width: calc(100% - 130px) !important;
}
.matchList.simple .item .score,
.matchList.simple .item .corner {
  float: left;
  width: 30px;
  overflow: hidden;
  min-height: 65px;
  display: block !important;
}
.matchList.simple .item .msg {
  float: right;
  width: 40px;
  overflow: hidden;
  min-height: 65px;
  display: block !important;
}
.matchList.simple .item.tob .score > *,
.matchList.simple .item.tob .corner {
  display: none !important;
}
.matchList.simple .item .corner {
  height: 65px;
  position: relative;
  background-size: auto 20px;
  width: 30px;
}
.matchList.simple .item .corner i {
  height: 20px;
  background: url(/Images/com/flag.png) no-repeat center;
  background-size: auto 60%;
}
.matchList.simple .item .corner span {
  height: 22px;
}
.matchList.simple .item .msg {
  height: 65px;
  position: relative;
}
.matchList.simple .item .msg .iconfont {
  width: 100%;
  height: 65px;
  background-size: auto 50%;
  bottom: 0;
  top: 0;
  font-size: 26px;
  line-height: 65px;
  margin: 0;
}
.matchList.simple .item .score > i {
  background: transparent;
}
/* simple end */

#Football .item .timeScore i {
  color: red;
  height: 20px;
  line-height: 20px;
}
#Football .item .timeScore > div {
  width: 100%;
  text-align: left;
  font-size: 0;
  line-height: 0;
}
#Football .item .timeScore > div > span {
  font-size: 12px;
  width: 100%;
  display: inline-block;
  border-bottom: none;
  border-radius: 4px;
  line-height: 17.5px;
  color: var(--textcolor-2);
  height: 17.5px;
}
#gameList {
  background: var(--bgcolor-1);
}
.matchList {
  width: 100%;
  overflow: hidden;
}
.matchList div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.matchList .hOdds {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  text-align: center;
  display: none;
  padding: 0;
  align-items: stretch;
}
.matchList .tob .hOdds {
  display: flex;
}
.w,
.d,
.l,
.matchList .item .w,
.matchList .item .d,
.matchList .item .l {
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
}
.w_txt {
  color: #16c000;
}
.w,
.matchList .item .w {
  background: #5cb950;
}
.d_txt {
  color: #afafaf;
}
.d,
.matchList .item .d {
  background: #afafaf;
}
.l,
.matchList .item .l {
  background: #f44336;
}
.l_txt {
  color: #f44336;
}
.matchList a:hover > .item {
  background-color: var(--yellow20) !important;
  cursor: pointer !important;
}
.matchList .item {
  width: 100%;
  border-bottom: solid 1px var(--border-3);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: var(--bgcolor-1);
  padding: 0;
}
.matchList .item.header:hover,
.matchList .item.header {
  background: var(--table_header) !important;
  padding: 0;
  height: auto !important;
  line-height: auto !important;
  min-height: auto;
}
.matchList .item.header .teamInfo {
  /*justify-content:space-between !important;
	*/
  flex-direction: row;
}
.matchList .item.header .teamInfo .homeTeam {
  justify-content: flex-start !important;
}
.matchList .item.header .teamInfo .guestTeam {
  display: none;
}
.matchList .item.v3.header .teamInfo,
.matchList .item.v4.header .teamInfo {
  display: none;
}
.matchList .item.v3.header .teamInfo.miniTeamInfo,
.matchList .item.v4.header .teamInfo.miniTeamInfo {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  display: flex;
}
.matchList .item.v4.header .teamInfo.miniTeamInfo .match {
  flex: 1;
}
.matchList .item.v3.header .teamInfo.miniTeamInfo .ft,
.matchList .item.v4.header .teamInfo.miniTeamInfo .ft {
  width: 35px;
  flex: 0 0 35px;
}
.matchList .item.header * {
  font-size: 12px;
  color: var(--textcolor-1);
  font-weight: 500;
  line-height: 20px !important;
  height: 20px !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}
.matchList .item.v3.header .teamInfo {
  justify-content: normal !important;
}
.matchList .item.v3.header .teamInfo .homeTeam {
  justify-content: flex-start !important;
}
.matchList .item.v3.header .teamInfo .guestTeam {
  justify-content: flex-start !important;
}
.matchList .item.v3.header .teamInfo .match {
  justify-content: normal !important;
}
.matchList .item.header .timeScore {
  margin: 0 !important;
}
.matchList .item.header:hover {
  background: transparent;
}
.matchList .item.header .team .status {
  line-height: 30px;
}
.matchList .item .val {
  flex: 0 0 30px;
  width: 30px;
  display: flex;
}
.matchList .item .playerIconInfo {
  flex: 0 0 140px;
  width: 140px;
  display: flex;
}
.matchList .item .playerIconInfo .playerIcon {
  display: flex;
  flex: 1;
  width: 28px;
  flex: 0 0 28px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#playerLastMatchs.matchList .item.header .status {
  display: none;
}
#playerLastMatchs.matchList .item.header .teamInfo {
  text-align: left !important;
}
#playerLastMatchs.matchList .item .team .status .gameName {
  display: none;
}
/*.matchList .item > * {
	flex:0 0 30px;
	display:flex;
}
*/

.matchList .item .val {
  justify-content: center;
  align-items: center;
}
/* .matchList>*:last-child .item,*/

.matchList > .item:last-child {
  border-bottom: none !important;
}
.matchList .item span {
  display: block;
  text-align: center;
}
.matchList .item span.icon {
  display: inline-block;
}
.matchList .item i {
  font-style: normal;
  display: block;
  text-align: center;
}
.matchList .item i .iconfont {
  display: inline-block;
}
.matchList .item i.hide {
  display: none !important;
}
.matchList .item .odds i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.matchList .item i .iconfont {
  position: static !important;
  margin: 0;
}
.matchList .resultBox,
#Football .matchList .item > .icon {
  flex: 0 0 40px;
  height: 35px;
  vertical-align: middle;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.matchList .item .score {
  position: absolute;
  right: 0;
  /*top:0;*/

}
.matchList .item .score > i {
  color: red;
  background: transparent;
  text-align: center;
  line-height: 16px;
  display: none !important;
}
.matchList .item .score i i.t10 {
  font-size: 10px;
  color: red;
}
.matchList .item .score i.mit {
  display: inline-block;
  font-style: normal;
  font-size: 14px;
}
.matchList .item .score i > img {
  margin-top: -5px;
}
.matchList .item .odds i .HtScore {
  float: left;
  font-size: 11px;
  color: #333333;
}
.matchList .item .odds i .HtScore i {
  line-height: 20px;
  background: none;
  position: static;
  display: inline;
  padding-right: 2px;
  color: #4d4d4d;
}
.matchList .corner {
  white-space: nowrap;
  font-size: 11px;
  margin-right: auto;
  color: #333333;
  height: 20px;
  float: left;
}
.matchList .item.tob .corner {
  display: none;
}
.matchList .item .lineup {
  display: none;
}
.matchList .item.tob .lineup {
  display: block;
}
.matchList .item .corner i {
  background: url("/Images/com/flag.png") no-repeat center center;
  background-size: auto 50%;
  display: inline-block;
  width: 15px;
  height: 20px;
}
.matchList .item .corner span {
  display: inline;
  height: 20px;
  float: left;
  color: rgba(0, 0, 0, 0.2);
  font-size: 11px;
  border: none;
  padding: 0;
}
.matchList .item .corner i.hide {
  background: none;
}
.matchList .item .team {
  flex: 1;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.matchList .item .team i.yellowCard {
  padding: 0px;
  display: inline-block;
  height: auto;
  line-height: auto;
}
.matchList .item .team i.redCard {
  padding: 0px;
  display: inline-block;
  height: auto;
  line-height: auto;
}
.matchList .item .team .time,
.matchList .item .team .gameIcon {
  color: var(--textcolor-2);
}
.matchList .item .team i {
  display: block;
  text-align: center;
  font-weight: normal;
  padding: 0 2px;
  font-size: 11px;
}
.matchList .item .team .status {
  position: relative;
  line-height: normal;
  background: none;
  background-size: auto 100%;
  flex: 0 0 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.matchList .item .team .status .s i {
  display: inline-block;
}
.matchList .item .s i {
  display: inline-block;
}
.matchList .item .team .status .s span {
  width: 100%;
}
.matchList .item .team .status > * {
  line-height: normal;
}
.matchList .item .team .status .guessBtn {
  background: url(/Images/com/user.png) no-repeat;
  float: right;
  width: 16px;
  height: 16px;
  background-size: 100%;
  margin: 2px 10px 2px 2px;
}
.matchList .item .team .status .guessLive {
  background: url(/Images/com/tv.png) no-repeat;
  float: right;
  width: 16px;
  height: 16px;
  background-size: 100%;
  margin: 2px 10px 2px 2px;
}
.matchList .item .team .status .icon {
  color: var(--textcolor-2);
  font-size: 16px;
  position: static;
  height: 16px;
  width: 20px;
  line-height: 16px;
  float: left;
}
.matchList .item .team .status span {
  float: left;
}
.matchList .item .team .status .time {
  text-align: left;
  flex-direction: column;
  display: flex;
  padding: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.matchList .item .team .status .gameIcon .icon {
  text-align: center;
  flex: 1;
  border: 0px;
}
.matchList .item.live .team .status .gameTime .time,
.matchList .item.live .team .status .gameIcon .s {
  display: none;
}
.matchList .item .team .status .gameTime .lineup,
.matchList .item .team .status .gameTime .video,
.matchList .item .team .status .gameTime .ant {
  text-align: center;
}
.matchList .item .team .status .time font {
  padding: 0 3px;
}
.matchList .item .team .status .time > span {
  width: 100%;
}
.matchList .item .team .status .time i {
  display: inline-block;
}
.matchList .item .team .status .gameName {
  width: auto;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* .matchList.info .item .team .status .gameName {
     overflow: unset;
 }*/

.matchList .item .vs {
  display: none;
}
.matchList .item.tob .vs {
  color: var(--textcolor-1);
}
.matchList .item .teamInfo {
  display: flex;
  flex: 1;
  padding: 5px 0;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
}
.matchList .item .team .homeTeam,
.matchList .item .team .guestTeam {
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /*flex: 1;*/
  width: calc(100% - 70px);
}
.matchList.detail .item .team .homeTeam,
.matchList.detail .item .team .guestTeam {
  flex: 1;
}
.matchList .item.tob .team .homeTeam,
.matchList .item.tob .team .guestTeam,
.matchList .item.v2 .team .homeTeam,
.matchList .item.v2 .team .guestTeam {
  width: 100%;
}
.matchList .item .team .homeTeam .name,
.matchList .item .team .guestTeam .name {
  float: left;
}
.matchList .item .team .homeTeam > i,
.matchList .item .team .guestTeam > i {
  color: var(--textcolor-2);
  float: left;
  vertical-align: middle;
  height: 16px;
  white-space: nowrap;
}
.matchList .item .team .homeTeam > i i,
.matchList .item .team .guestTeam > i i {
  float: left;
  padding: 0;
  min-width: 10px;
  height: 14px;
  line-height: 14px;
  margin: 1px;
}
.matchList .item .team .name {
  color: var(--textcolor-1);
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  text-align: left;
  height: auto;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Neutrality {
  color: var(--textcolor-2);
  padding: 0 2px;
}
/*.matchList .item .score,#Football .item .timeScore,#Baseball .item .timeScore{width:35px;float:left;flex:0 0 35px;}
*/

.matchList .item .exbar {
  font-size: 12px;
  padding: 5px;
  border-top: none;
  line-height: normal;
  color: green;
  background-color: #ffffff;
  text-align: left;
  width: 100%;
  flex: 0 0 100%;
}
.matchList .item.tob .score span,
.matchList .item.tob .timeScore span {
  display: none;
}
.matchList .item.abd .score span {
  display: none;
}
.matchList .item .score span {
  /* color: var(--primary-color);*/
  border-radius: 4px;
  margin-right: 0px;
  font-size: 12px;
  font-weight: bold;
  line-height: 17.5px;
}
.matchList .item .mRank {
  font-style: normal;
  color: #666666;
  display: unset;
}
.matchList .item .mRank {
  font-style: normal;
  color: #666666;
  display: unset;
}
.matchList .item .homeTeam .mRank {
  float: right;
}
.matchList .item .score span.on {
  background: orange !important;
  color: #ffffff !important;
}
.matchList .item .score.HT span {
  color: #ababab;
}
.matchList .item.v3 .timeScore i {
  display: none;
}
.matchList .item.v3 .timeScore.fb {
  position: unset;
}
.matchList .item .timeScore i {
  color: #4d4d4d !important;
  display: none;
}
.matchList .item.f .score span {
  color: var(--blue40);
}
.matchList .item.f .video {
  display: none;
}
.matchList .item.f .s {
  color: var(--primary-color);
}
.matchList .item .s {
  color: var(--red40);
  width: 100%;
}
.matchList .item.f .score i {
  color: var(--primary-color);
  display: none !important;
}
.matchList .item.f .gameTime .s {
  display: none;
}
.matchList .item .score.h span {
  background: rgba(0, 0, 0, 0.5);
  color: var(--red40);
}
.matchList .item .score.h i {
  color: var(--red40);
}
.matchList .item .score.w span {
  display: none;
}
.matchList .item .odds {
  align-items: center;
  display: flex;
}
.matchList .item.tob .remainTime,
.matchList .item.tob .s {
  display: none !important;
}
.matchList .item.tob .odds {
  justify-content: flex-end;
}
.matchList .item .odds span {
  color: var(--textcolor-1);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  line-height: 20px;
  border: none;
  border-left: 1px solid var(--border-3);
  border-right: 1px solid var(--border-3);
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.matchList .item .odds span.pan {
  border-bottom: solid 1px var(--border-3);
  color: #4E94F1;
}
.matchList .item .odds span.pan span {
  color: #4E94F1;
}
.matchList .item .odds span i {
  background: var(--table_highlight);
  color: #888;
  padding: 0;
  display: block;
  float: left;
  min-width: 30px;
  text-align: center;
}
.basketball.matchList .item .odds .TAH span i {
  min-width: 46px;
}
.matchList .item .odds span > span {
  display: inline-block;
  border: none;
  margin: 0;
  min-width: 40px;
  text-align: center;
}
.matchList .item .odds span:first-child {
  border-bottom: none;
}
.matchList .item .odds span:last-child {
  border-top: none;
}
.matchList .item .odds .hOdds.eOdd span:nth-child(2) {
  color: var(--textcolor-1);
}
.matchList .exlist {
  font-size: 12px;
  padding: 1px 5px;
  line-height: normal;
  color: var(--green40);
  background-color: #ffffe8;
  text-align: left;
}
.matchList .group-title {
  padding: 0 0 0 12px;
  height: 30px;
  line-height: 30px;
  position: relative;
  background: var(--table_highlight);
  color: var(--textcolor-1);
  border-bottom: 1px solid var(--black05);
  font-weight: 500;
  cursor: pointer;
}
.matchList .group-title.collapsed {
  background: var(--yellow30);
  color: #000000;
  border-color: rgba(110, 108, 97, 0.15);
}
.matchList .group-title .leaNum {
  background-color: #b2b2b2;
  padding: 0 5px;
  border-radius: 16px;
  display: inline-block;
  height: 16px;
  min-width: 16px;
  text-align: center;
  line-height: 16px;
  margin: 7px 0 0 0;
  color: #ffffff;
}
.league .leaNum {
  font-weight: normal;
  font-size: 12px;
  background-color: #b2b2b2;
  padding: 0 5px;
  border-radius: 17px;
  display: inline-block;
  height: 17px;
  min-width: 16px;
  text-align: center;
  line-height: 16px;
  margin: 0 0 0 10px;
  color: #ffffff;
  position: absolute;
  right: 30px;
}
.matchList .group-title .odds {
  float: right;
  width: 122px !important;
  display: flex;
  border-left: 1px solid var(--border-3);
  border-right: 1px solid var(--border-3);
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  display: none;
}
.matchList .group-title .odds i {
  text-align: center;
  flex: 1;
}
.matchList .group-title img {
  width: 16px;
  height: 12px;
  border-radius: 2px;
  top: 9px;
  float: left;
}
.matchList .group-title .tri {
  float: right;
  padding: 4px 4px 0px 0px;
  margin: 10px 10px 4px 0px;
  border-color: #b2b2b2;
  position: relative;
}
.matchList .group-title .iconfont {
  height: auto;
  width: 40px;
  background-position: center;
  line-height: 30px;
  border: none;
  float: right;
  font-size: 18px;
  text-align: center;
}
.matchList .group-title .iconfont.expIcon {
  color: #888;
  font-size: 24px;
}
.matchList .group-title .leaRow {
  display: inline-block;
  padding: 0px 8px;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--textcolor-1);
}
.matchList .team.hft .homeTeam .name,
.matchList .team.gft .guestTeam .name {
  font-weight: 700;
}
#matchList .title3 .stsc {
  display: table;
  float: left;
}
#matchList .title3 .colorBlock {
  float: left;
  width: 0.3em;
  line-height: 22px;
  margin: 2px 2px;
  height: 22px;
}
#matchList .title3 .LName {
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
  text-shadow: 0 1px 1px #ffffff;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  height: 26px;
  line-height: 26px;
}
#matchList .title3 .time {
  padding-right: 5px;
  padding-left: 5px;
  color: #4d4d4d;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  height: 26px;
  line-height: 26px;
}
#matchList .title3 .state {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  height: 26px;
  line-height: 26px;
}
#matchList .mMatch .title3 .halfScore {
  width: 10%;
  margin-right: 5%;
}
#matchList .mMatch .title3 .halfScore {
  float: right;
  color: #0099d7;
  font-size: 12px;
  width: 12%;
  display: table-cell;
  vertical-align: middle;
  height: 22px;
}
.matchList .fixh .homeS {
  margin-bottom: 14px;
}
.matchList .fixh .hOdds span {
  margin-bottom: 10px;
}
.matchList .fixh2 .homeS {
  margin-bottom: 36px;
}
.matchList .fixh2 .hOdds span {
  margin-bottom: 32px;
}
.matchList .item .exbar {
  font-size: 11px;
  padding: 5px;
  border-top: none;
  line-height: normal;
  color: var(--green40);
  background: var(--yellow20);
  text-align: center;
}
.matchList .item i .iconfont {
  position: static !important;
  margin: 0;
}
.matchList .item .odds i > div {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  text-align: center;
}
.matchList .corner span {
  display: inline-block;
  height: 20px;
  float: none;
  color: rgba(0, 0, 0, 0.2);
  font-size: 11px;
  line-height: 20px;
  text-align: left;
}
.matchList .score .tips {
  background-color: #eef7ff;
  width: auto !important;
  padding: 0 5px !important;
  display: none;
}
.matchList .item.hasTips.tob .score .tips {
  display: block !important;
  margin: 0 5px;
}
.matchList .item.hasTips.tob .score .vs {
  display: none !important;
}
.breadwrap {
  padding: 1px 10px;
}
.bread {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 30px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  color: #4d4d4d;
  background: #e6e6e6;
}
.bread h1 {
  font-size: 12px;
  flex: 1 1 auto;
  /*overflow:hidden;*/
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bread a:link,
.bread a:visited {
  flex: 0 0 auto;
  color: var(--blue40);
  white-space: nowrap;
}
.bread a:last-child {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bread a:hover {
  color: #e9481e;
}
.bread span {
  padding: 0 10px;
}
.playList li {
  display: flex;
  border-bottom: solid 1px #f1f1f1;
  cursor: pointer;
}
.playList li .icon img {
  width: 30px !important;
  font-size: 22px;
}
.playList li > * {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.playList li .icon {
  flex: 0 0 30px;
  padding: 0 5px;
}
.playList li .name {
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 27px;
}
.playList li .num {
  flex: 0 0 20px;
  font-weight: bold;
}
.playList li .num.red {
  font-size: 15px;
}
.playList li .num.countVal {
  flex: 0 0 35px;
}
.support {
  width: 100%;
  border-bottom: solid 3px var(--primary-color);
  text-align: right;
  padding-right: 10px;
  line-height: 30px;
}
.ad_txt {
  text-align: center;
  font-weight: bold;
  background-color: #FFFFE8;
  border-bottom: solid 1px #d5d5d5;
}
.ad_txt a {
  width: 100%;
  color: var(--red40);
}
.ad img {
  width: 100%;
}
.ad.mar-b-10 img {
  margin-bottom: 10px;
}
.ad_max {
  display: none;
}
.ad_min img {
  max-width: 100%;
  max-height: 45px;
  text-align: center;
}
.ad_mt3 img {
  margin-top: 3px;
}
.ad_mt10 a img {
  margin-top: 10px;
}
.ad_mt10 > *:nth-child(2) {
  margin-top: 10px;
}
.minHide {
  display: none !important;
}
.maxHide {
  display: revert !important;
}
.rightCon {
  padding: 0 5px 5px 5px;
}
.rightCon h2 {
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 0px;
  height: 30px;
  margin: 0 -5px;
  width: unset;
}
.sta_team_f a {
  color: var(--red40);
  font-weight: bold;
}
/*.rightCon h2 {
	display:block;
	font-weight:bold;
	font-size:13px;
	padding:0 5px;
	line-height:30px;
	margin-bottom:0;
	height:30px;
}
*/

.tc {
  text-align: center;
}
.teamTd {
  text-align: left !important;
}
.trRed {
  background-color: var(--redbg);
}
/*大屏显示（表格）*/

.l_screen_display {
  display: none !important;
}
/*小屏显示（表格）*/

.s_screen_display {
  display: table-cell !important;
}
/*大屏显示（非表格）*/

.l_nt_screen_display {
  display: none !important;
}
#btnmain {
  text-align: left;
  font-size: 14px;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  margin: 10px 0;
}
#btnmain textarea {
  margin: 3px auto;
  padding: 5px;
  Width: 100%;
  resize: none;
  border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
  border: solid 1px #999999;
  font-size: 12px;
}
div.btn,
input.btn,
#btnmain #btnSave {
  border: none;
  Width: 100%;
  line-height: 40px;
  font-size: 15px;
  background-color: var(--primary-color);
  color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
}
.OddComp {
  display: none;
}
.oTable {
  width: 97%;
}
/*新闻类*/

.news {
  display: inline-block;
  padding: 8px 4px !important;
  border-bottom: solid 1px var(--border-3);
  width: 100%;
}
.news img {
  width: 90px;
  height: 60px;
  float: left;
  border-radius: 4px;
  margin: 0 10px 0 0;
}
.news .writing {
  color: var(--textcolor-1);
  line-height: 20px;
  display: block;
  font-weight: 600;
  font-size: 16px;
  word-break: break-word;
}
.news .name {
  color: var(--textcolor-3);
}
.news .time {
  float: right;
  color: var(--textcolor-3);
}
.news .presrc {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 4px;
  margin: 0 10px 0 0;
}
.mainContainer #content .gameBox .name {
  color: var(--primary-color);
}
.yl_bar {
  background: var(--primary-color);
  padding: 10px 0;
}
.yl_bar img {
  height: 40px;
}
.yl_bar .menubtn {
  display: none;
}
.yl_bar .Lgmenu {
  width: calc(100% - 280px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: right;
}
.yl_bar .menulis {
  flex: 1 0 auto;
}
.yl_bar .menulis .lglogo {
  background: var(--white-bg);
  width: 16px;
  height: 16px;
  padding: 1px;
  margin-right: 5px;
  vertical-align: -2px;
  border-radius: 50%;
  opacity: 0.6;
}
.yl_bar .menulis a {
  color: var(--text-white);
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  opacity: 0.75;
  position: relative;
}
.yl_bar .menulis a:after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: -8px;
  width: 0px;
  height: 2px;
  border-radius: 100px;
  background: var(--white-bg);
  box-shadow: 0 0 0 var(--white85);
  transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, left 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, box-shadow 1s cubic-bezier(1, 1.39, 1, -1.67) 0s;
  overflow: hidden;
}
.yl_bar .menulis.on .lglogo,
.yl_bar .menulis:hover .lglogo {
  opacity: 1;
}
.yl_bar .menulis.on a,
.yl_bar .menulis:hover a {
  opacity: 1;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0);
}
.yl_bar .menulis.on a:after,
.yl_bar .menulis:hover a:after {
  width: calc(100% - 12px);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0);
}
#footer {
  background: var(--gray70);
  color: var(--gray50);
  width: 100%;
  font-size: 12px;
  text-align: center;
  padding: 15px 0;
  margin-top: 10px;
  float: none;
  clear: both;
}
#footer a {
  color: var(--gray30);
}
#footer .webid {
  color: var(--text-white);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding: 8px 10px;
  display: inline-block;
  font-family: Gotham, Helvetica Neue, Helvetica, Arial, " sans-serif";
}
.network a:hover,
.webid:hover {
  background: #3e3e3e;
  text-decoration: none;
  border-radius: 3px;
}
.network a {
  padding: 5px 8px !important;
  margin-right: 10px;
  display: inline-block;
}
.network img {
  width: 24px;
  height: 24px;
  vertical-align: -6px;
  margin-right: 6px;
}
@keyframes decline {
  0% {
    top: 0px;
    opacity: 0;
  }
  100% {
    top: 36px;
    opacity: 1;
  }
}
/* 自动响应触屏 */

@media screen and (max-width: 710px) {
  .yl_bar .close::before,
  .yl_bar .close::after {
    width: 80%;
  }
  .yl_bar .menubtn,
  .yl_bar .menubtn.on {
    color: var(--text-white) !important;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 5px;
    display: inline-block;
    float: right;
    position: relative;
  }
  .yl_bar .mainContainer {
    position: relative;
  }
  .yl_bar .menubtn.on + .Lgmenu {
    display: block;
  }
  .yl_bar .Lgmenu {
    background: #134797;
    min-width: 150px;
    width: auto;
    display: none;
    border-radius: 0 0 0 20px;
    top: 50px;
    right: 0;
    position: absolute;
    overflow: hidden;
    z-index: 10;
    box-shadow: 0 3px 10px var(--black30);
    animation: decline 0.3s ease-in-out;
  }
  .yl_bar .menulis.on {
    background: var(--primary-color);
  }
  .yl_bar .menulis.on a {
    font-weight: bold;
  }
  .yl_bar .menulis a {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    padding: 8px 12px;
    display: block;
  }
  .yl_bar .menulis:last-child a {
    padding-bottom: 16px;
  }
  .yl_bar .menulis a::after,
  .yl_bar .menulis .lglogo {
    display: none;
  }
  #tables_tabs {
    width: 100%;
  }
  #tables_tabs {
    overflow-x: auto;
  }
  #tables_tabs .tab {
    flex: 0 0 auto;
  }
  #tableId .staList .item {
    width: 100%;
  }
  #fbmain {
    margin: 10px 10px;
  }
  .news img {
    width: 70px;
    height: 54px;
    margin: 0 8px 0 0;
  }
  .news .presrc {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
  }
  .news .writing {
    font-size: 12px;
    line-height: 13px;
    margin: 0 0 8px 0;
    font-weight: 400;
  }
  .Pre .writing.bold,
  .news .writing.bold {
    font-weight: bold !important;
  }
  .bread {
    overflow-y: hidden;
    white-space: nowrap;
    overflow-x: auto;
  }
  .mainContainer .leftContainer {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 450px) {
  .yl_bar {
    padding: 7px 5px;
  }
  .yl_bar img {
    height: 30px;
  }
  .yl_bar .menubtn,
  .yl_bar .menubtn.on {
    margin: 0;
  }
  .yl_bar .Lgmenu {
    top: 36px;
    right: -5px;
  }
  .liveTools .tabs {
    display: flex;
  }
  .liveTools .tabs .tab {
    flex: 0 0 auto;
  }
}
table.tdlink {
  border: solid 1px rgba(0, 0, 0, 0.1) !important;
}
#settingPop {
  z-index: 10000;
  bottom: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  max-height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  float: left;
  background: var(--bgcolor-1);
}
#settingPop.tvPop {
  position: fixed;
  overflow: hidden;
  top: 50%;
  -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 0;
  border-radius: 4px;
  z-index: 100000;
  width: 450px;
  max-width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  bottom: auto;
}
#settingPop .info {
  bottom: 0;
  width: 100%;
  top: 0;
  position: relative;
  overflow-y: auto;
  max-height: 100%;
  padding-bottom: 41px;
}
#settingPop .info::-webkit-scrollbar {
  width: 6px;
  height: 100%;
  background: var(--black20);
  border-radius: 10px;
  overflow: hidden;
}
#settingPop .info::-webkit-scrollbar-thumb {
  background: var(--gray50);
  border-radius: 10px;
}
#settingPop ul {
  margin: 0 0 50px 0;
  border-top: solid 1px var(--border-3);
  border-bottom: solid 1px var(--border-3);
  line-height: 40px;
}
#settingPop ul li {
  position: relative;
  padding: 0px;
  font-size: 12px;
  font-weight: normal;
  color: var(--textcolor-1);
  background: var(--bgcolor-1);
  border-bottom: solid 1px var(--border-3);
  overflow: hidden;
}
#settingPop ul li > a {
  padding: 0 5px;
  color: var(--textcolor-1);
  display: block;
  float: left;
  width: auto;
}
#settingPop ul li.on > a {
  padding: 0 5px;
  color: #1e3c64;
  display: block;
}
#settingPop ul li .name {
  margin: 0px;
  float: left;
  color: var(--textcolor-1);
  min-width: 33%;
  text-align: left;
  padding: 0 10px;
  font-weight: 500;
}
#settingPop ul li .setList {
  margin: 0px 10px 0 0;
  float: right;
  border: None;
  cursor: pointer;
}
#settingPop ul li .setList li {
  float: left;
  border: none;
  padding: 0 0 0 10px;
}
#settingPop ul li #set_Odds li {
  width: auto;
  padding: 0 10px 0 0;
  background: transparent;
}
#settingPop ul.oddsFilter li {
  width: 50%;
  float: left;
}
#settingPop .tools {
  width: 100%;
  max-width: 1000px;
  background: #e6e6e6;
  padding: 5px;
  overflow: hidden;
  text-align: right;
}
#settingPop .tools .button {
  line-height: 26px;
  padding: 5px 10px;
  background: #ffffff;
  border-radius: 4px;
  display: inline-block;
  margin: 0 5px;
  border: none;
}
#settingPop .tools .button.on {
  background: var(--primary-color);
  color: #ffffff;
  border: none;
}
#settingPop .tools .hideCount {
  float: left;
  width: 100px;
  text-align: center;
}
#settingPop .tools .hideCount span {
  display: block;
  font-weight: bold;
}
#settingPop select {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
}
#settingPop .selectLabel {
  float: right;
  margin-right: 10px;
  height: 41px;
  color: var(--textcolor-1);
  line-height: 41px;
}
#settingPop .more {
  border: none;
  background: url(/Images/com/enter.png) no-repeat center center;
  background-size: auto 30%;
  margin: 0;
  width: 30px;
  height: 41px;
  float: right;
}
#settingPop .tc {
  text-align: center;
}
#settingPop .channelList li {
  text-align: center;
}
#settingPop .channelList li .tvLink {
  text-align: center;
  /*border: solid 1px #cccccc;*/
  display: inline-block;
  line-height: 30px;
  border-radius: 4px;
  float: none;
  padding: 0 10px;
  white-space: nowrap;
  background: #16c000;
  color: #ffffff;
}
#settingPop .green {
  color: #16c000 !important;
  color: #16c000;
}
#settingPop .box-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 5px;
  background: var(--bgcolor-1);
  border-top: solid 1px var(--border-3);
  -webkit-box-shadow: 0 -5px 5px var(--black20);
  box-shadow: 0 -5px 5px var(--black20);
  z-index: 99;
}
#settingPop .dbList .msg {
  padding: 0 10px;
  background: #f7f5e7;
  height: 32px;
  line-height: 32px;
  color: #333333;
  font-size: 14px;
}
#settingPop .dbList ul li {
  line-height: 30px;
  padding: 0 10px;
  position: relative;
}
#settingPop .dbList ul li .cb {
  float: left;
  margin-top: 8px;
}
#settingPop .dbList ul li a {
  width: 94%;
}
#settingPop .dbList .title {
  padding: 0 10px;
  margin: 0;
  line-height: 28px !important;
  border: none;
}
#settingPop .title {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  line-height: 40px !important;
  background: var(--primary-color);
  color: #ffffff;
  height: auto;
  padding: 0;
  margin: 0;
  top: 0;
}
#settingPop .titleFi {
  text-align: center;
}
#settingPop .title > span {
  padding: 0 0 0 10px;
}
#settingPop .title .HTabs {
  display: flex;
  margin: 5px auto;
  width: 54%;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.3);
}
#settingPop .title .HTabs .tab {
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  flex: 1;
  padding: 0 15px;
  color: #ffffff;
}
#settingPop .title .HTabs .tab.on {
  background: var(--white-bg);
  color: var(--gray80);
  font-weight: bold;
  border: none;
}
#settingPop .subtitle {
  background: #f7f7f7;
  padding: 0 10px;
  border-radius: 5px 5px 0 0;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  line-height: 31px;
  height: 36px;
  border-bottom: solid 1px #e6e6e6;
}
#settingPop .title .close,
#settingPop .title .close_b {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
#settingPop .title .close_b::before,
#settingPop .title .close_b::after {
  background: var(--white-bg);
}
#settingPop .title .oTable {
  width: 100%;
}
#settingPop .icon {
  color: var(--textcolor-3);
  height: 32px;
  float: right;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  text-align: center;
}
#settingPop .block {
  display: block !important;
  width: 100% !important;
}
#settingPop ul:last-child {
  margin: 0;
  border: none;
}
#settingPop .tabs {
  border: none;
  background: var(--bgcolor-3);
  padding: 0;
  margin: 5px 0;
  width: 65%;
  float: left;
  position: static;
  left: 0;
}
#settingPop ul li.err {
  border-top: solid 1px #e9481e;
  border-bottom: solid 1px #e9481e;
}
#settingPop ul li.err .errmsg {
  line-height: 20px;
  color: #e9481e;
  text-align: center;
  width: 100%;
  float: left;
}
#settingPop .tabs .tab {
  width: 33.33%;
  float: left;
  font-size: 12px;
  line-height: 28px;
}
#settingPop .tabs .tab.on {
  background: var(--primary-color);
  color: rgba(255, 255, 255, 0.9);
}
#settingPop .buok {
  width: 60px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  margin: 6px 10px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
#settingPop ul li.interval {
  height: 6px;
  background-color: var(--bgcolor-3);
}
.selectPop ul li.cel1 {
  flex: 0 0 96.7%;
}
#leaFilter_list .title {
  background: var(--table_header);
  color: var(--textcolor-1);
}
.match .tools .close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.am {
  width: 100%;
  background: #666;
  cursor: auto;
}
.aboutTitle {
  font-size: 20px !important;
}
.aboutSubTitle {
  font-size: 16px !important;
}
.aboutContent ul li ul {
  text-indent: 10px;
}
.barDataNew {
  width: 100%;
  /*display: flex;*/
  flex-direction: column;
  /*span {
        color: #999
    }*/

}
.barDataNew img {
  max-width: 32px;
}
.barDataNew * {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.barDataNew .item,
.barDataNew .indexItem {
  width: 100%;
  flex-direction: column;
  padding: 0px 10px;
}
.barDataNew .vs {
  flex: 0 0 70% !important;
}
.barDataNew .avg {
  display: block;
  line-height: normal;
  flex: 1 !important;
}
.barDataNew .card {
  flex-direction: column;
  flex: 1;
}
.barDataNew .row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.barDataNew .row > * {
  flex: 1;
  display: flex;
}
.barDataNew .row .tit {
  text-align: center;
  line-height: normal;
  height: 26px;
}
.barDataNew .row .value {
  flex: none;
}
.barDataNew .row .home {
  justify-content: left;
  flex: 0 0 60px;
  width: 60px;
}
.barDataNew .row .guest {
  justify-content: right;
  flex: 0 0 60px;
  width: 60px;
}
.barDataNew .bar {
  overflow: hidden;
  border-radius: 10px;
  margin: 5px 0 5px 0;
  background: #f1f1f1;
  flex: 0 0 6px;
  position: relative;
  width: 100%;
}
.barDataNew .bar i {
  position: absolute;
  height: 100%;
  border-radius: 0px;
}
.barDataNew .bar .barH {
  left: 0;
  background-color: #16c000;
}
.barDataNew .bar .barG {
  right: 0;
  background-color: #4E94F1;
}
.barDataNew .pItem {
  display: block;
  padding: 0 10px;
}
.barDataNew .pItem span {
  line-height: normal;
  justify-content: flex-start;
}
.barDataNew .result {
  float: left;
  border-radius: 4px;
  text-align: center;
  height: 24px;
  width: 24px;
  margin: 4px;
  font-size: 20px;
  margin-right: 5px;
}
/*弹窗通知*/

#popupLinksMsg {
  position: fixed;
  z-index: 999999;
  top: 15%;
  width: 90%;
  max-width: 430px;
  background: #ff6600;
  left: 50%;
  /*margin-left: -210px;*/
  border: 4px solid #fbac78;
  padding: 12px;
  border-radius: 6px;
  box-shadow: 0 8px 40px #b74949;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 320px) {
  #popupLinksMsg {
    top: 15%;
    padding: 5px;
  }
}
#popupLinksMsg .step {
  margin-top: 5px;
  border: 1px double #FFF;
}
#popupLinksMsg a,
#popupLinksMsg .likelink {
  color: #00C;
  text-decoration: underline;
}
#popupLinksMsg .linkBtn {
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  float: left;
  margin-left: 5px;
  color: #555;
  border-radius: 3px;
  background-color: #FFF;
  width: 97% !important;
  box-shadow: 2px 2px 1px #bb6b5e;
}
#popupLinksMsg .linkBtn:hover {
  background-color: #ffeee2;
}
#popupLinksMsg .closeBtn {
  position: absolute;
  right: 0;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
  top: 0;
  background-color: #fbac78;
  line-height: 14px;
  padding: 0 7px 7px 12px;
  border-radius: 0 0 0 50px;
}
#popupLinksMsg .linkDesc {
  line-height: 28px;
  color: white;
  font-size: 14px;
  text-align: center;
}
/*比分动画板块*/

.close-out {
  color: var(--primary-color) !important;
  font-size: 22px !important;
  width: 26px;
  margin: 8px 7px;
}
.antbox {
  background: #282828;
  color: #fff;
}
.antbox .ant .liveBox .dataBox_pop .teams > div {
  display: flex;
  align-items: center;
}
.antbox .ant .liveBox .dataBox_pop .teams .homeTeam,
.antbox .ant .liveBox .dataBox_pop .teams .guestTeam {
  justify-content: flex-end;
  line-height: normal;
  overflow: initial;
  -o-text-overflow: initial;
  white-space: normal;
  text-overflow: initial;
}
.antbox .ant .liveBox .dataBox_pop .teams .guestTeam {
  justify-content: flex-start;
}
.antbox .ant .liveBox .dataBox_pop .teams .vs {
  justify-content: center;
}
.antbox .ant .liveBox .dataBox_pop .teams .homeTeam,
.antbox .ant .liveBox .dataBox_pop .teams .guestTeam {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.antbox .ant .liveBox .dataBox_pop .teams {
  align-items: center;
}
.antbox .ant .logo {
  height: 24px;
}
.flash {
  padding-bottom: 5px;
}
.flash .icon-font-footballclass {
  color: #aaa;
}
.flash .teamNameIcon {
  top: 8px;
}
.flash .team_am .teamName {
  line-height: normal;
}
.flash .ant .msgBoxStatic,
.flash .ant .msgBox {
  flex-direction: column;
}
.flash .ant .msgBoxStatic span.icon,
.flash .ant .msgBox span.icon,
.flash .ant .msgBoxStatic .iconBox,
.flash .ant .msgBox .iconBox {
  transform: translate(0, -50%);
  top: 50%;
}
.flash .barData .item {
  border: none;
  background: none;
}
.flash .barData .item:hover {
  background: transparent;
}
.flash .barData .item .tit {
  width: 100%;
  left: 0;
}
.againstbox {
  padding-top: 5px;
}
.againstbox .tool {
  height: 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
  position: relative;
}
.againstbox .tool span {
  flex: 1;
  display: inline-block;
}
.againstbox .tool .Neutrality {
  text-align: left;
  line-height: 14px;
}
.againstbox .tool .star {
  color: var(--text-white);
  font-size: 24px;
  position: absolute;
  top: 4px;
  right: 50px;
}
.againstbox .icon-font-collect-on.star {
  color: #f9c203;
}
.againstbox .tool .close {
  width: 26px;
  height: 26px;
  background: #444;
  border-radius: 3px;
  position: absolute;
  top: 2px;
  right: 5px;
}
.againstbox .tool .close::before,
.againstbox .tool .close::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  width: 15px;
  height: 1px;
  background: #eee;
  transform: rotate(45deg);
}
.againstbox .tool .close::after {
  transform: rotate(-45deg);
}
.againstbox .teambox {
  display: flex;
  align-items: center;
  margin: 6px 0;
  cursor: pointer;
}
.againstbox .home {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  text-align: right;
}
.againstbox .guest {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.againstbox .teamicon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.againstbox .team {
  flex: 1;
  padding: 0 10px;
  display: block !important;
}
.againstbox .team .name {
  color: var(--text-white) !important;
  display: block;
  font-size: 14px;
  margin: 0 2px;
}
.againstbox .team .event {
  display: block;
  margin-top: 5px;
}
.againstbox .team .event span {
  display: inline-block;
  margin: 0 2px;
  font-weight: bold;
}
.againstbox .eventicon {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  vertical-align: -3px;
}
.againstbox .VS {
  flex: 0 0 80px;
}
.againstbox .VS span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.againstbox .VS .halfs {
  font-size: 12px;
  font-weight: normal;
}
.againstbox .botton {
  width: 100%;
  border-bottom: 2px solid var(--primary-color);
  text-align: center;
  margin-top: 15px;
}
.againstbox .botton .btn {
  display: inline-block;
  background: #444;
  color: var(--text-white);
  min-width: 14%;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 5px;
  margin: 0 2px;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
}
.againstbox .botton .btn.on,
.againstbox .botton .btn.on:hover {
  background: var(--primary-color);
}
.againstbox .botton .btn:hover,
.againstbox .tool .close:hover {
  background: #555;
  transition: all 0.2s linear;
}
/*比分动画响应小屏*/

@media screen and (max-width: 710px) {
  .matchList .item .timeScore.fb {
    flex-direction: column;
  }
  #leagueList .againstbox,
  #gameList .againstbox {
    transition: all 0.2s linear;
  }
  #leagueList .againstbox .home,
  #gameList .againstbox .home,
  #leagueList .againstbox .guest,
  #gameList .againstbox .guest {
    flex-direction: column;
  }
  #leagueList .againstbox .VS,
  #gameList .againstbox .VS {
    flex: 0 0 70px;
  }
  #leagueList .againstbox .team,
  #gameList .againstbox .team {
    width: 100%;
    padding: 0;
  }
  #leagueList .againstbox .teamicon,
  #gameList .againstbox .teamicon {
    display: none;
  }
  #leagueList .againstbox .team .name,
  #gameList .againstbox .team .name {
    height: 30px;
    white-space: normal;
    display: flex;
    align-items: center;
  }
  #leagueList .againstbox .home .team .name,
  #gameList .againstbox .home .team .name {
    text-align: right;
    justify-content: flex-end;
  }
  #leagueList .againstbox .team .event span,
  #gameList .againstbox .team .event span {
    margin: 0 1px;
  }
  #leagueList .againstbox .botton,
  #gameList .againstbox .botton {
    display: flex;
    justify-content: center;
    overflow-x: scroll;
  }
  #leagueList .againstbox .botton .btn,
  #gameList .againstbox .botton .btn {
    flex: 0 0 auto;
  }
}
/*-----V3.6新增-----*/

.tabsLeauge li {
  line-height: 20px !important;
}
.tabsLeauge li img {
  width: 20px;
  margin: 0;
}
#simpleStanding .list li {
  display: flex;
  justify-content: space-between;
  height: 32px;
}
#simpleStanding .list li .sData,
#simpleStanding .list li .sTeam {
  display: flex;
}
#simpleStanding .list li .sTeam span {
  flex: 0 0 20px;
  text-align: center;
}
#simpleStanding .list li .sTeam .sTeamName {
  flex: 0 0 150px;
  text-align: left;
  max-width: 150px;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#simpleStanding .list li .sData {
  justify-content: flex-end;
}
#simpleStanding .list li .sData span {
  flex: 0 0 20px;
  text-align: center;
}
/*-----V3.7新增-----*/

/* 筛选按钮 */

.siftbox {
  text-align: right;
}
.siftbox .siftbtn {
  min-width: 80px;
  color: #448aed;
  font-size: 14px;
  text-align: center;
  padding: 2px 5px 2px 8px;
  border: 1px solid #448aed;
  border-radius: 4px;
  margin-left: 5px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 0.2s linear;
}
.siftbox .siftbtn:hover,
.siftbox .siftbtn.on {
  background: #e7f3ff;
}
.siftbox .siftbtn .icon {
  color: #448aed;
  font-size: 14px;
  margin-left: 4px;
  float: right;
}
.siftbox .siftpop {
  width: 100%;
  padding: 5px 0;
  position: absolute;
  top: 25px;
  left: 0;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.siftbox .siftpop li {
  color: var(--textcolor-2);
  line-height: 26px;
  text-align: center;
}
.siftbox .siftpop li.on {
  color: #448aed;
}
/* 新消息 */

.newpoint {
  position: absolute;
  top: 5px;
  right: 2px;
  background: #ff2626;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: block;
}
.inew {
  background: #ff2626;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 15px;
  padding: 0 5px;
  border-radius: 10px;
  margin-left: 8px;
  vertical-align: 2px;
  display: inline-block;
}
.maxVal {
  color: red;
  font-weight: bold;
}
/*-----V3.8新增-----*/

.leftContainer .singleUserBox .name {
  vertical-align: middle;
}
.leftContainer .Follow,
.leftContainer .Folloing {
  margin-top: 5px;
  width: 80px;
}
.leftContainer .funs {
  color: var(--textcolor-3);
  font-size: 12px;
  line-height: 23px;
  float: right;
  margin: 5px 4px 0 0;
}
.leftContainer .funs .icon {
  color: var(--textcolor-3);
  font-size: 16px;
  margin-right: 2px;
  vertical-align: -1px;
}
.leftContainer .navbar {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 5px;
}
.leftContainer .navbar span {
  color: var(--textcolor-2);
  font-size: 16px;
  line-height: 30px;
  margin: 0 10px;
  display: inline-block;
  cursor: pointer;
}
.leftContainer .navbar .on {
  color: var(--primary-color);
  font-weight: bold;
  border-bottom: 2px solid var(--primary-color);
}
.leftContainer .navbar .total {
  color: var(--textcolor-3);
  font-size: 14px;
  line-height: 30px;
  float: right;
  margin: 0 5px;
}
.leftContainer .selectbtn {
  background: #ebebeb;
  width: 60%;
  margin: 10px auto 5px auto;
  border: 2px solid #ebebeb;
  border-radius: 5px;
}
.leftContainer .selectbtn::after {
  content: "";
  display: block;
  clear: both;
}
.leftContainer .selectbtn span {
  color: var(--textcolor-2);
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  border-radius: 4px;
  width: 33.3%;
  float: left;
  display: inline-block;
  cursor: pointer;
}
.leftContainer .selectbtn .on {
  background: #fff;
  font-weight: bold;
}
.leftContainer #tipsTable {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.leftContainer .selecttab {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.leftContainer .selecttab th {
  background: #f5f5f5;
  color: var(--textcolor-3);
  font-size: 12px;
  line-height: 26px;
  padding: 0;
}
.leftContainer .selecttab .th {
  color: var(--textcolor-3);
  font-size: 12px;
  line-height: 30px;
}
.leftContainer .selecttab td {
  color: #ff6600;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
.Tipsul .Teamname .icon {
  color: var(--textcolor-3);
  font-size: 18px;
  font-weight: normal;
  vertical-align: -1px;
}
.Tipsul .lines .ctryimg {
  width: 22px;
  height: 16px;
  border-radius: 3px;
  margin-right: 2px;
  vertical-align: -3px;
}
.Tipsul .Teamname.text {
  padding: 0;
  margin-right: 2px;
  display: inline-block;
}
.Tipsul .state {
  background: #ff8c00;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  padding: 0 5px;
  border-radius: 2px;
  vertical-align: 4px;
  display: inline-block;
}
/*资讯频道响应小屏*/

@media screen and (max-width: 710px) {
  .Tipsul .wrapto.head {
    width: 100%;
    margin-left: 0;
  }
  .Tipsul .writing.head {
    width: 100%;
    margin-left: 0;
  }
  .Tipsul .review.head {
    width: 100%;
    margin-left: 0;
  }
  .siftbox {
    text-align: left;
  }
  .leftContainer .selectbtn,
  .leftContainer .selecttab {
    width: 95%;
  }
  .leftContainer .Tipsul .Teamname.text {
    max-width: 85%;
    margin: 0;
  }
}
/*左右浮动广告响应窄屏*/

@media screen and (min-width: 710px) and (max-width: 1220px) {
  #container.hasAdLayer {
    min-width: 1220px;
  }
  .ad_layer_l,
  .ad_layer_r {
    top: 114px;
    z-index: 9;
  }
  .ad_layer_l {
    left: 0px;
  }
  .ad_layer_r {
    right: 0px;
  }
}
.ad_layer_top {
  top: 10px !important;
}
/*关注功能优化添加START*/

#mainFav .gameSpace {
  height: 20px;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  margin: 5px 0 0 -5px;
  background: #e6e6e6;
}
#mainFav h2 {
  cursor: pointer;
}
.favRight {
  display: block;
}
.favItem {
  display: flex;
  justify-content: flex-start;
  height: 35px;
  margin: 5px;
  border: 1px solid var(--border-3);
  border-radius: 4px;
}
.favItem img {
  margin: 5px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 24px;
  max-height: 24px;
}
.favItem .fav_name {
  flex: 0 1 -webkit-calc(100% - 30px);
  flex: 0 1 calc(100% - 30px);
  align-items: center;
  display: inline;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  white-space: nowrap;
  line-height: 33px;
}
.favItem .icon {
  flex: 0 0 30px;
  height: 30px;
  vertical-align: middle;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.ec_down {
  float: right;
  background: url("/Images/com/ec_down_b.png") center center;
  width: 24px;
  height: 39px;
  background-size: 25px 25px;
  cursor: pointer;
}
.ec_up {
  float: right;
  background: url("/Images/com/ec_up_b.png") center center;
  width: 24px;
  height: 39px;
  background-size: 25px 25px;
  cursor: pointer;
}
/*关注功能优化添加END*/

/*谷歌广告Start*/

.gg_ad {
  text-align: center;
  height: 160px;
  margin: 0 auto;
}
@media (max-width: 710px) {
  .gg_ad {
    height: 60px;
  }
}
/*谷歌广告End*/

.hideFav {
  display: none !important;
}
/*更换主题色*/

.responsive {
  transition: all 0.2s ease;
}
:root .firstbody {
  --primary-color: #1753ad;
}
:root .secondbody {
  --primary-color: #318543;
}
:root .thirdlybody {
  --primary-color: #b33327;
}
