@charset "UTF-8";
* {
  box-sizing: border-box;
  font-family: PingFang SC, tahoma, arial, "Microsoft Yahei", "Hiragino Sans GB",
    "\5b8b\4f53", sans-serif;
}
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5tahoma, arial, \5b8b\4f53;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}
small {
  font-size: 12px;
}
ol,
ul {
  list-style: none;
}
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  text-decoration: none;
  outline: 0;
  /* color: #000; */
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  color: #333;
  background-color: #f0f1f6 !important;
}
img {
  object-fit: cover;
}
@keyframes upToDown {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(0, -10px);
    opacity: 0.6;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes upToDown {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, -10px);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes levelup {
  0% {
    opacity: 0;
    position: absolute;
    top: calc(50% - 89.5px);
    left: calc(50% - 83.5px);
    transform: translate3d(0, 0, 0) scale(0.5);
  }
  10% {
    opacity: 1;
    top: calc(50% - 89.5px);
    left: calc(50% - 83.5px);
    transform: translate3d(0, 0, 0) scale(1.2);
  }
  15% {
    opacity: 1;
    top: calc(50% - 89.5px);
    left: calc(50% - 83.5px);
    transform: translate3d(0, 0, 0) scale(1);
  }
  70% {
    opacity: 1;
    transform: scale(1);
    top: calc(50% - 89.5px);
    left: calc(50% - 83.5px);
    transform: translate3d(0, 0, 0);
  }
  100% {
    position: absolute;
    top: calc(-0.3 * 167px);
    left: 91.4%;
    transform: translate3d(0, 0, 0) scale(0.2);
  }
}
@keyframes brees {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@-webkit-keyframes brees {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.c-fff {
  color: #fff;
}
.c-333 {
  color: #333;
}
.row {
  zoom: 1;
}
.row:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
.flex-1 {
  float: left;
  width: 8.33333%;
}
.flex-2 {
  float: left;
  width: 16.66667%;
}
.flex-3 {
  float: left;
  width: 25%;
}
.flex-4 {
  float: left;
  width: 33.33333%;
}
.flex-5 {
  float: left;
  width: 41.66667%;
}
.flex-6 {
  float: left;
  width: 50%;
}
.flex-7 {
  float: left;
  width: 58.33333%;
}
.flex-8 {
  float: left;
  width: 66.66667%;
}
.flex-9 {
  float: left;
  width: 75%;
}
.flex-10 {
  float: left;
  width: 83.33333%;
}
.flex-11 {
  float: left;
  width: 91.66667%;
}
.flex-12 {
  float: left;
  width: 100%;
}
.inner {
  width: 1200px;
  margin: auto;
}
.dplayer-menu {
  display: none !important;
}
.float-clear:after {
  content: "";
  display: block;
  clear: both;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breakword {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
/* .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  margin-right: 8px;
  background:  $themeColor;
  border-radius: 50%;
  vertical-align: middle;
} */
.dot-line {
  display: inline-block;
  width: 140px;
  border: dashed 0.5px #a4a4a4;
  margin: 0 10px;
}
.an-scale-in-ease {
  -webkit-animation: kf-scale-in-ease-data-v-0cd8fb66
    cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
  animation: kf-scale-in-ease-data-v-0cd8fb66
    cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
}
.an-scale-out {
  -webkit-animation: kf-scale-out-data-v-0cd8fb66
    cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
  animation: kf-scale-out-data-v-0cd8fb66 cubic-bezier(0.22, 0.58, 0.12, 0.98)
    0.4s;
}
@-webkit-keyframes kf-scale-in-ease-data-v-0cd8fb66 {
  0% {
    -webkit-transform: translate(-44%) scale(0);
    transform: translate(-44%) scale(0);
  }
  50% {
    -webkit-transform: translate(-44%) scale(1.1);
    transform: translate(-44%) scale(1.1);
  }
  to {
    -webkit-transform: translate(-44%) scale(1);
    transform: translate(-44%) scale(1);
  }
}
@keyframes kf-scale-in-ease-data-v-0cd8fb66 {
  0% {
    -webkit-transform: translate(-44%) scale(0);
    transform: translate(-44%) scale(0);
  }
  50% {
    -webkit-transform: translate(-44%) scale(1.1);
    transform: translate(-44%) scale(1.1);
  }
  to {
    -webkit-transform: translate(-44%) scale(1);
    transform: translate(-44%) scale(1);
  }
}
@-webkit-keyframes kf-scale-out-data-v-0cd8fb66 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-44%) scale(1);
    transform: translate(-44%) scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-44%) scale(0.8);
    transform: translate(-44%) scale(0.8);
  }
}
@keyframes kf-scale-out-data-v-0cd8fb66 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-44%) scale(1);
    transform: translate(-44%) scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-44%) scale(0.8);
    transform: translate(-44%) scale(0.8);
  }
}
@media screen and (max-width: 1400px) {
  .liveRoom-wrapper .match-wrapper .inner {
    padding-top: 60px;
  }
  footer .inner {
    width: 100%;
  }
}
