* {
  user-select: none;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
img {
  width: 100%;
}
.kf {
  position: fixed;
  top: 230px;
  right: 0px;
  z-index: cover;
}
.kf .floatright {
  width: 80px !important;
  height: auto !important;
}
* {
  padding: 0px;
  margin: 0px;
}
.fullpages-footer {
  position: fixed !important;
  bottom: 0px !important;
  width: 100%;
  height: 84px;
  z-index: 1100;
  overflow: hidden;
  left: 0px !important;
  color: #fff;
  background: url(../images/top@bg.png) no-repeat 0 / cover;
}
.fullpages-footer img {
  width: 42px;
  float: left;
  display: block;
  border-radius: 5px;
  margin: 20px 5px 5px 10px;
  height: 42px;
}
.fullpages-footer a {
  padding: 4px 5px;
  color: #ff3e6a;
  font-weight: 600;
  border-radius: 13px;
  text-decoration: none;
  font-size: 15px;
  margin-right: 2px;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0px 0px 6px #fff;
  display: none;
}
.fullpages-footer a.start-btn {
  background-color: #ff3e6a;
  box-shadow: 0px 0px 6px #ff3e6a;
  color: #fff;
}
.fullpages-footer p {
  margin-top: 22px;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  width: 130px;
  line-height: 35px;
  float: left;
  font-size: 13px;
  font-weight: bold;
}
.fullpages-footer-btn {
  float: left;
  width: calc(100% - 192px);
  float: left;
  padding-top: 27px;
  text-align: right;
}
.out-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 50;
}
.out-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    width: 80%;
    margin: 0 auto;
    max-width: 660px;
    padding: 15px 15px 0;
}
.out-panel .out-close {
    position: absolute;
    right: 20px;
    top: -20px;
    width: 40px;
}
.out-panel .out-bg {
    width: 100%;
}
.out-panel .game-down {
    position: absolute;
    display: block;
    width: 50%;
    bottom: -20px;
    left: 25%;
}
.out-panel .game-down img {
    width: 100%;
}
