.fbheader {
  overflow: hidden;
  padding: 10px;
  margin-bottom: 4px;
  -webkit-text-size-adjust: none;
}
.fbheader > div {
  text-align: center;
}
.fbheader .vs {
  width: 30%;
  float: left;
}
.fbheader .home,
.fbheader .guest {
  width: 35%;
  float: left;
  text-align: right;
  margin: 8px 0 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fbheader .guest {
  float: right;
  justify-content: flex-start;
  text-align: left;
}
.fbheader .home .icon,
.fbheader .guest .icon {
  /*color: var(--textcolor-3);*/
  font-size: 24px;
  cursor: pointer;
}
.fbheader .icon-font-collect-on {
  /*color: var(--yellow60) !important;*/
}
.fbheader .home img,
.fbheader .guest img {
  width: 60px;
  height: 60px;
  margin: 0 10px;
  display: block;
}
.fbheader .sclassName {
  /*color: var(--textcolor-1);*/
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fbheader .sclassName:hover {
  /*color: var(--thirdly-color);*/
}
.fbheader .explain {
  /*background: var(--bgcolor-2);*/
  /*color: var(--textcolor-2);*/
  line-height: 26px;
  padding: 0 10px;
  border-radius: 4px;
  display: inline-block;
}
.fbheader .weather span {
  /*color: var(--textcolor-2);*/
  line-height: 20px;
  margin: 0 5px;
  display: inline-block;
}
.fbheader .weather .icon {
  /*color: var(--textcolor-3);*/
  font-size: 20px;
  vertical-align: -3px;
  margin-right: 2px;
}
.fbheader .weather .icon-weather {
  font-size: 18px;
  vertical-align: 0;
}
.fbheader .weather .livebtn {
  background: rgba(255, 130, 0, 0.7);
  /*color: var(--text-white);*/
  padding: 2px 8px;
  border-radius: 20px;
  cursor: pointer;
}
.fbheader .weather .livebtn .icon {
  /*color: var(--text-white);*/
  font-size: 15px;
  vertical-align: -1px;
}
.dark .fbheader .weather .livebtn {
  background: rgba(255, 130, 0, 0.3);
}
.fbheader .row-h {
  line-height: 30px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.fbheader .row-h.vs {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.fbheader .row-h.state {
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
}
.fbheader .row-h .hscore {
  color: var(--textcolor-3);
  font-weight: normal;
  line-height: 20px;
}
.fbheader .row-h .LName {
  font-size: 14px;
  font-weight: bold;
}
.fbheader .row-h .score {
  width: 30% !important;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  font-family: "Sofascore Sans Condensed", sans-serif;
}
.fbheader .row-h .HT,
.fbheader .row-h .half,
.fbheader .row-h .end {
  margin: 0 auto;
}
.fbheader .row-h .HT > div,
.fbheader .row-h .half > div,
.fbheader .row-h .end > div {
  width: 40%;
  float: left;
}
.fbheader .row-h .HT .score {
  /*color: var(--blue40);*/
}
.fbheader .row-h .HT .vs {
  /*color: var(--blue40);*/
  font-size: 15px;
  line-height: 40px;
}
.fbheader .row-h .half .score {
  /*color: var(--green40);*/
}
.fbheader .row-h .half .vs {
  /*color: var(--green40);*/
  font-size: 15px;
  line-height: 40px;
}
.fbheader .row-h .half .hhs {
  line-height: 20px;
}
.fbheader .row-h .end .score {
  /*color: var(--red40);*/
}
.fbheader .row-h .end .row-h {
  /*color: var(--textcolor-1);*/
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}
.fbheader .row-h .end .row:last-child {
  /*color: var(--textcolor-3);*/
  font-size: 14px;
}
.fbheader #matchTime .in-gif {
  position: absolute;
  top: 3px;
  right: -5px;
  background: url(/Images/in.gif);
  width: 3px;
  height: 8px;
}
.dark .fbheader #matchTime .in-gif {
  background: url(/Images/in_white.gif);
}
#mScore {
  /*color: var(--textcolor-1);*/
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
#headVs {
  margin: 18px auto;
  font-family: "Sofascore Sans Condensed", sans-serif;
}
#matchTime {
  position: relative;
  width: 39.3%;
  font-weight: bold;
}
/*版本切换按钮*/
.gallery, .row-h {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.row-h {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.fbheader .row-h {
    line-height: 30px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.innerPage {
  background-color: #FFF !important;
  margin-bottom: 10px;
  border-radius: 5px;
}
.fbheader .row-h.versions {
  overflow: initial;
}
.fbheader .switch-btn {
  /*background: var(--primary-color);*/
  min-width: 200px;
  padding: 1px;
  margin: 2px auto;
  border-radius: 20px;
  float: none;
  display: inline-block;
  position: relative;
}
.fbheader .switch-btn span {
  /*color: var(--text-white);*/
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  width: 50%;
  border-radius: 20px;
  float: left;
  display: inline-block;
  cursor: pointer;
}
.fbheader .switch-btn span.on {
  /*background: var(--white-bg);*/
  /*color: var(--primary-color);*/
  font-weight: bold;
}
.fbheader .pop {
  width: max-content;
  /*background: var(--gray80);*/
  /*color: var(--text-white);*/
  text-align: left;
  line-height: normal;
  padding: 4px 6px 4px 10px;
  border-radius: 4px;
  position: absolute;
  top: -2px;
  left: 220px;
  z-index: 9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.fbheader .pop::before {
  content: "";
  /*background: var(--gray80);*/
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: -5px;
}
.fbheader .pop .btn {
  /*background: var(--primary-color);*/
  /*color: var(--text-white);*/
  text-align: center;
  line-height: 22px;
  padding: 0 12px;
  margin-left: 10px;
  border-radius: 2px;
  display: inline-block;
  cursor: pointer;
}


/* Customizing Heading */
.fbheader .home, .fbheader .guest {
    width: 35% !important;
}
#info{
    /*border: 1px solid gray;*/
    /*color: #000 !important;*/
}
/*#content {*/
    /*border: 1px solid gray;*/
/*    background-color: #f6f6f6 !important;*/
/*}*/
/*#matchData{border: 1px solid green;}*/
/*#teamTechDiv_detail{border: 1px solid blue;}*/
#innerPage {
    color: #000;
}
#innerPage .score{
    color: #FF4500 !important;
}
#liveCompareDiv table>tbody>tr>th {
    background-color:#62ACE5 !important;
    color: #fff !important;
    padding-left: 5px;
}
#liveCompareDiv table>tbody>tr>td {
    background-color: #151c2f !important;
    color: #fff !important;
}