﻿
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0; }

body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff; }

body, button, dd, dl, dt, h1, h2, h3, h4, h5, h6, img, input, li, ol, p, select, table, td, textarea, th, tr, ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  font-family: PingFangSC-Regular, Microsoft YaHei, Heiti, Arial, Helvetica, "sans-serif"; }

/* 去掉 table cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 去除默认边框 */
fieldset, img {
  border: none; }

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block; }

/* 去掉列表前的标识，li 会继承 */
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

ins, a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* 去除 ie6 & ie7 焦点点状线 */
a:focus, *:focus {
  outline: none; }

a:link {
  text-decoration: none;
  /* 指正常的未被访问过的链接*/ }

a:visited {
  text-decoration: none;
  /*指已经访问过的链接*/ }

a:hover {
  text-decoration: none;
  /*指鼠标在链接*/ }

a:active {
  text-decoration: none;
  /* 指正在点的链接*/ }

iframe {
  display: block;
  border: none; }

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

textarea {
  overflow: auto; }

.clearfix:before {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both;
  display: table;
  content: " "; }

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-fullscreen {
  height: 100%; }

.spin-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px; }

.ant-menu-submenu {
  z-index: 100 !important; }

body, button, dd, dl, dt, h1, h2, h3, h4, h5, h6, img, input, li, ol, p, select, table, td, textarea, th, tr, ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  font-family: Microsoft YaHei, PingFangSC-Regular, Heiti, Arial, Helvetica, "sans-serif"; }

body {
  height: auto;
  background: transparent !important; }

.ant-spin {
  color: #001f96; }
  .ant-spin .ant-spin-dot i {
    background-color: #001f96; }

.entrance-container {
  background: transparent;
  padding: 0;
  width: 1300px;
  margin: 0 auto;
  color: #ffffff;
  overflow: hidden; }
  .entrance-container > .content-container {
    position: relative;
    height: 130px; }
    .entrance-container > .content-container .btn-center {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 50px;
      width: 120px;
      color: #ffffff;
      background: #001f96 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAABGAQMAAAC9qfVfAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAB9JREFUKM9j+P+BAQSoSDP/PzDQtPyfwU0PVLhQHr8ApsX439Y7VKoAAAAASUVORK5CYII=) center 36px/27px 35px no-repeat;
      text-align: center;
      z-index: 100;
      padding-top: 80px;
      text-decoration: none; }
      .entrance-container > .content-container .btn-center:hover {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAABGAQMAAAC9qfVfAAAABlBMVEUAAAD/ywAz8YOnAAAAAXRSTlMAQObYZgAAAB9JREFUKM9j+P+BAQSoSDP/PzDQtPyfwU0PVLhQHr8ApsX439Y7VKoAAAAASUVORK5CYII=); }
      .entrance-container > .content-container .btn-center .name {
        font-size: 14px; }
    .entrance-container > .content-container .match-container {
      position: relative;
      display: block;
      height: inherit;
      padding: 10px 0;
      color: #ffffff;
      font-weight: 500;
      background: -webkit-gradient(linear, left top, left bottom, from(#001e95), to(#0028c6));
      background: -webkit-linear-gradient(#001e95 0%, #0028c6 100%);
      background: linear-gradient(#001e95 0%, #0028c6 100%); }
      .entrance-container > .content-container .match-container:hover .top-container, .entrance-container > .content-container .match-container:hover .middle-container {
        opacity: 0; }
      .entrance-container > .content-container .match-container:hover .hover-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .entrance-container > .content-container .match-container.going .middle-container .info {
        color: #FFCB00; }
      .entrance-container > .content-container .match-container .top-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        font-size: 12px; }
        .entrance-container > .content-container .match-container .top-container .left-part {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          line-height: 18px;
          padding: 0 10px; }
        .entrance-container > .content-container .match-container .top-container .right-part {
          padding: 0 10px;
          margin-right: 1px; }
        .entrance-container > .content-container .match-container .top-container .league {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          vertical-align: middle; }
        .entrance-container > .content-container .match-container .top-container .desc img {
          width: 15px;
          margin-right: 5px;
          vertical-align: middle; }
        .entrance-container > .content-container .match-container .top-container .desc span {
          display: inline-block;
          line-height: 18px;
          vertical-align: middle; }
        .entrance-container > .content-container .match-container .top-container .desc.going {
          color: #c11d12; }
      .entrance-container > .content-container .match-container .middle-container {
        font-size: 0; }
        .entrance-container > .content-container .match-container .middle-container .team {
          display: inline-block;
          width: 35%;
          vertical-align: middle;
          text-align: center; }
          .entrance-container > .content-container .match-container .middle-container .team .logo {
            display: inline-block;
            width: 60px;
            height: 60px; }
          .entrance-container > .content-container .match-container .middle-container .team .name {
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .entrance-container > .content-container .match-container .middle-container .info {
          display: inline-block;
          width: 30%;
          padding-top: 8px;
          font-size: 12px;
          text-align: center;
          vertical-align: top; }
          .entrance-container > .content-container .match-container .middle-container .info .score {
            font-size: 16px;
            font-weight: bold;
            text-align: center; }
          .entrance-container > .content-container .match-container .middle-container .info .penalties, .entrance-container > .content-container .match-container .middle-container .info .status {
            font-size: 12px; }
      .entrance-container > .content-container .match-container .hover-container {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        opacity: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .entrance-container > .content-container .match-container .hover-container:hover {
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          opacity: 1; }
        .entrance-container > .content-container .match-container .hover-container .desc img {
          width: 20px;
          vertical-align: middle;
          margin-right: 5px; }
        .entrance-container > .content-container .match-container .hover-container .desc span {
          font-size: 16px;
          vertical-align: middle; }
    .entrance-container > .content-container .tabs-container {
      position: relative;
      width: 100%;
      height: 100%; }
      .entrance-container > .content-container .tabs-container .btn-prev, .entrance-container > .content-container .tabs-container .btn-next {
        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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 50px;
        font-size: 30px;
        color: #ffffff;
        cursor: pointer; }
        .entrance-container > .content-container .tabs-container .btn-prev.disable, .entrance-container > .content-container .tabs-container .btn-next.disable {
          cursor: not-allowed;
          color: #cccccc !important; }
      .entrance-container > .content-container .tabs-container .btn-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: #001f96 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAyCAMAAAB8gJvdAAAAXVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9RKvvlAAAAHnRSTlMAGNfMkgsWtQTzs4n2totF+UFWTEk7o5tvNebhuyaQSDrFAAAAkUlEQVQ4y93Oyw6DIBCF4cG2WKnXatV64f0fU82wZI4JRheeDYs/HxmS1vUElltby/Vp132B5S5ZzsiWNbQNsim2hbd+nG2QLavTbAHtL9ym0CbQJkfsH9oqwObQtlyjmbwbOE/kn3pwj19Cj1x/+7t2Pru5Nzs+DvRqx+uLvDn5/kxh3xPyLf8u+I7k6dFszwJaDyaoI1GJ9QAAAABJRU5ErkJggg==) center/15px 25px no-repeat; }
      .entrance-container > .content-container .tabs-container .btn-next {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: #001f96 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAyCAMAAAB8gJvdAAAAXVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9RKvvlAAAAHnRSTlMAGNfMkgsWtQTzs4n2totF+UFWTEk7o5tvNebhuyaQSDrFAAAAkUlEQVQ4y93Ryw6DIBCFYbBVK9Wq9X7j/R9TDbNkzizQjWf75wsko86NgwJrrP3x9W+PvWElz2Tkmwr7VvI59qXgW/JfptfVvb4UfBfqc8Fngs/C/CT4Otjj+2+R6z3TV5dnb4xTV1/aVz9UI+21BdnkMdZAm15gNbTJ5dYAG/RnXaB31chYWtyT5TaQ5WYWzu56cCaoEKqmtgAAAABJRU5ErkJggg==) center/15px 25px no-repeat; }
      .entrance-container > .content-container .tabs-container .tabs-content {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50px;
        right: 170px;
        overflow: hidden;
        white-space: nowrap; }
        .entrance-container > .content-container .tabs-container .tabs-content .tab-list {
          display: inline-block;
          height: 100%;
          font-size: 0;
          -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
          .entrance-container > .content-container .tabs-container .tabs-content .tab-list .tab-item {
            display: inline-block;
            height: inherit;
            margin-right: 10px; }
