body {
  background: #0e0f13 url(../images/index/bg-pc.png) no-repeat center top / 100% auto;
  background-attachment: fixed;
}
.m-jydztd-page {
  width: 7.8rem;
  min-height: 100vh;
  margin: 0 auto;
  padding-bottom: 3.8rem;
}

.m-jydztd-page .u-section {
  position: relative;
}
.m-jydztd-page .u-section img {
  display: block;
  width: 100%;
  height: auto;
}

.m-jydztd-page .u-section .u-btn-join {
  position: absolute;
  left: 50%;
  top: 4.36rem;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3.76rem;
}

.m-jydztd-page .u-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 7.8rem;
  margin: 0 auto;
  background: transparent;
}
.m-jydztd-page .u-bottom-bubbles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 0.28rem;
  gap: 0.1rem;
}
.m-jydztd-page .u-bottom-bubbles img {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  height: auto;
}

.m-jydztd-page .u-bottom-panel {
  background: rgba(15, 16, 20, 0.45);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 0.22rem 0.28rem 0.24rem;
}
.m-jydztd-page .u-bottom-panel .u-btn-consult {
  display: block;
  text-align: center;
  padding-bottom: 0.22rem;
}
.m-jydztd-page .u-bottom-panel .u-btn-consult img {
  display: inline-block;
  width: 4.54rem;
  height: auto;
}
.m-jydztd-page .u-bottom-panel .u-bottom-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-jydztd-page .u-bottom-panel .u-app {
  position: relative;
}
.m-jydztd-page .u-bottom-panel .u-app .u-1 {
  display: block;
  width: 4.66rem;
  height: auto;
}
.m-jydztd-page .u-bottom-panel .u-app .u-888 {
  position: absolute;
  left: 2.09rem;
  top: 0.96rem;
  width: 3.12rem;
  height: 0.64rem;
  -webkit-animation: a-888 500ms linear infinite;
  animation: a-888 500ms linear infinite;
}
.m-jydztd-page .u-bottom-panel .u-btn-download img {
  display: block;
  width: 2.24rem;
  height: auto;
}

@-webkit-keyframes a-888 {
  0% {
    background: url(../new/images/首存送.gif) no-repeat 0 bottom / 100% auto;
  }
  50% {
    background: url(../new/images/首存送.gif) no-repeat 0 bottom / 100% auto;
  }
  100% {
    background: url(../new/images/首存送.gif) no-repeat 0 bottom / 100% auto;
  }
}

@keyframes a-888 {
  0% {
    background: url(../new/images/首存送.gif) no-repeat 0 bottom / 100% auto;
  }
  50% {
    background: url(../new/images/首存送.gif) no-repeat 0 bottom / 100% auto;
  }
  100% {
    background: url(../new/images/首存送.gif) no-repeat 0 bottom / 100% auto;
  }
}

/* 联系客服浮动层 */
.m-float-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 7.8rem;
  margin: 0 auto;
}
.m-jydztd-page .u-float-service {
  position: absolute;
  top: 35vh;
  right: 0.18rem;
  width: 1.74rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  -webkit-animation: float 2s ease-in-out infinite;
  animation: float 2s ease-in-out infinite;
  cursor: pointer;
}
