body {
  background: #000;
  margin: 0;
  padding: 0;
}

@keyframes zoom {
  from {
    transform: scale(0.99);
  }

  to {
    transform: scale(1.02);
  }
}

/* 将动画绑定到图片 */
.pc28-1 {
  background: #ffe5e5;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}

.logo {
  width: 100%;
  max-width: 500px;
  height: 62px;
  background-image: linear-gradient(#240d05, #4e230c);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 99;
}

.logo-left {
  height: 40px;
  margin-left: 15px;
}

.logo-right {
  margin-right: 15px;
  height: 40px;
}

.banner {
  margin-top: 52px;
  width: 100%;
  height: auto;
  background: url(../images/bannerbg.png) top no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.banner-ren {
  width: 100%;
  animation: zoom 0.5s infinite alternate;
}

.banner-xuan {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: -80px;
  z-index: 98;
}

.banner-xuan > img {
  width: 46%;
}

.banner-666 {
  width: 96%;
  margin-top: 15px;
  animation: zoom 0.2s infinite alternate;
}

.banner-pc28 {
  width: 96%;
  margin-top: 15px;
}

.game {
  width: 100%;
  margin-top: 20px;
}

.game-hold {
  width: 100%;
}

.activity {
  width: 100%;
  margin-bottom: 60px;
}

.bottom {
  width: 100%;
  max-width: 500px;
  background: #00000080;
  height: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  z-index: 101;
}

.bottom-left {
  width: 46%;
  height: 36px;
  border-radius: 8px;
  background: #1678ff;
  border: none;
  font-size: 13px;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.bottom-right {
  width: 46%;
  height: 36px;
  border-radius: 8px;
  background: #ffaa09;
  border: none;
  font-size: 13px;
  color: #fff;
  position: relative;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}

.bottom-top {
  animation: zoom 0.2s infinite alternate;
  position: absolute;
  top: -30px;
  right: 0px;
  background: #f33;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 15px;
  line-height: 14px;
}

.bottom-top-jiao {
  position: absolute;
  top: -7px;
  right: 76px;
  width: 0;
  height: 0;
  border-top: 12px solid #f33;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.node-dialog {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: end;
  -webkit-align-items: end;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s;
  background: rgba(0, 0, 0, 0.3);
  z-index: 102;
}
.node-dialog.show {
  visibility: visible;
  opacity: 1;
}

.node-dialog-container {
  width: 100%;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 12px 12px 0px 0px;
  background: #000000;
  transition: all 0.3s;
  transform: translateY(100%);
}

.node-dialog.show .node-dialog-container {
  transform: translateY(0);
}
.node-dialog-title {
  font-family: PingFang SC Regular;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  text-align: center;
  letter-spacing: normal;
  color: #ffffff;
  padding: 18px 0;
}
.node-item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 15px;
  margin-bottom: 25px;
}
.node-signal {
  width: 82px;
  font-family: PingFang SC Regular;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: normal;
  color: #04c702;
  padding-top: 16px;
  background: url(../images/node-icon.webp) no-repeat top left;
  background-size: 14px auto;
}
.node-name {
  flex: 1;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  text-align: center;
  letter-spacing: normal;
  color: #ff3d45;
}
.node-button {
  width: 82px;
  height: 26px;
  border-radius: 4px;
  background: #1678ff;
  font-size: 10px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
}


.service-button {
  width: 124px;
  height: 131px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  transform: translate(100vw, 50vh);
  transition: all 0.3s;
}
.service-button a {
  
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/service_button.webp) no-repeat center;
  background-size: contain;
}
