@charset "utf-8";
/*common*/
* {
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  border: 0;
  font-style: normal;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -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;
}

img {
  border-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  color: #333;
  cursor: pointer;
}

a:hover {
  outline: 0;
}

.hide {
  display: none !important;
}

.kefu{
    z-index:99999;
    width:53.5px;
    height:104.5px;
    position:fixed;
    top:3.2rem;
    right:0;
}
.kefu img{width:100%; }

#app {
  height: 100%;
  text-align: left;
  color: #343333;
  font-size: 12px;
  line-height: 1.4;
  word-break: break-all;
}

.page-box {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100%;
  -webkit-animation: bg-data-v-8175861c 20s linear infinite;
  animation: bg-data-v-8175861c 20s 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 .cc {
  font-weight: 700;
  font-size: 0.55rem;
  height: 3rem;
  color: #fff;
  padding: 1rem;
  margin-bottom: 40px;
}

.page-box .cc span:last-child {
  margin-left: 0.2rem;
}

.page-box .fill {
  height: 0;
  flex-grow: 1;
}

.page-box .fill:first-child {
  height: 2rem;
}

.page-box img.live-kf {
  height: 1.5rem;
}

.page-box img.live-kf[src=''] {
  opacity: 0;
  height: 0;
}

.page-box img.logo {
  width: 7rem;
  flex-shrink: 0;
}

.page-box div.title {
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding: 1rem 0;
}

.page-box img.img-box {
  width: 19rem;
  flex-shrink: 0;
}

.page-box div.btn-box {
  display: flex;
  flex-shrink: 0;
}
.page-box div.btn-box img {
  width: 4.5rem;
  height: 4.5rem;
}

.page-box div.btn-box img:first-child {
  margin-right: 1.22rem;
}

.page-box img.des {
  width: 15rem;
  flex-shrink: 0;
}

@-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%;
  }
}


.uk-modal-body .uk-button {
  font-size: 16px !important;
  border-radius: 4px;
}

.uk-modal-body .uk-modal-title {
  font-size: 30px;
}

.uk-modal-body p {
  font-size: 15px !important;
}

.cntr {
  text-align: center;
}

.red {
  color: red;
}

.uk-button {
  border-radius: 5px;
}

.uk-modal-dialog {
  border-radius: 5px;
}

.uk-modal-dialog p {
  margin-top: 20px;
}

.uk-modal-dialog .tip {
  margin-bottom: 15px;
}

.uk-modal-body {
  padding-top: 15px;
}
a[title='站长统计'] {
  display: none;
}
