#app {
  text-align: left;
  color: #343333;
  font-size: 12px;
  line-height: 1.4;
  word-break: break-all;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

#app,
body,
html {
  height: 100%;
}

.page-box {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  height: 100%;
  -webkit-animation: bg-data-v-8175861c 10s linear infinite;
  animation: bg-data-v-8175861c 10s linear infinite;
}

.page-box .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.3) no-repeat 0 0;
  background-size: 100% 100%;
}

.page-box .live-kf {
  height: 1.5rem;
}

.page-box .cc-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.55rem;
  height: 4rem;
  color: #fff;
}

.page-box .cc span:last-child {
  margin-left: 0.2rem;
}

.page-box .fill-box {
  height: 0;
  flex-grow: 1;
  height: 1.28rem;
}

.page-box .fill {
  height: 0;
  flex-grow: 1;
}

.page-box .fill:first-child {
  height: 6.19rem;
}

.page-box .fill:nth-child(3) {
  height: 0.6rem;
}

.page-box .fill:nth-child(5) {
  height: 3rem;
}

.page-box .fill:nth-child(7) {
  height: 3.52rem;
}

.page-box .fill:nth-child(9) {
  height: 2.95rem;
}

.page-box .fill:nth-child(11) {
  height: 3.07rem;
}

.page-box img.live-kf {
  height: 1.11rem;
}

.page-box img.live-kf[src=''] {
  opacity: 0;
  height: 0;
}

.page-box img.logo {
  width: 3.65rem;
  flex-shrink: 0;
}

.page-box div.title {
  flex-shrink: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}

.page-box img.btn-img {
  width: 13.15rem;
  flex-shrink: 0;
  cursor: pointer;
}

.page-box div.btn-img {
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
}

.page-box div.btn-img img {
  width: 3.25rem;
  height: 3.25rem;
}

.page-box div.btn-img img:first-child {
  margin-right: 1.22rem;
}

.page-box img.des {
  width: 13.15rem;
  flex-shrink: 0;
  cursor: pointer;
}

@-webkit-keyframes bg-data-v-8175861c {
  0%,
  to {
    background-position-x: 0;
  }

  50% {
    background-position-x: 100%;
  }
}

@keyframes bg-data-v-8175861c {
  0%,
  to {
    background-position-x: 0;
  }

  50% {
    background-position-x: 100%;
  }
}

body,
html {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f2f4f5;
}

a,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
img,
input,
label,
legend,
li,
mark,
ol,
p,
section,
span,
strong,
textarea,
time,
ul,
var {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
}

li,
ul {
  list-style: none;
}

b,
strong {
  font-weight: 700;
}

img {
  border: 0;
  vertical-align: top;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  background-color: transparent;
  color: #333;
  cursor: pointer;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  margin: 0;
  padding: 0;
}
