* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html {
  height: 100%;
}

img {
  display: block;
}

._wh {
  width: 100%;
  height: 100%;
}

body {
  background: -webkit-gradient(linear, left top, left bottom, from(#B7FE02), to(#F8F8F8));
  background: linear-gradient(180deg, #B7FE02 0%, #F8F8F8 100%);
}

.warp {
  min-height: 100vh;
  position: relative;
}

.bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

#modal {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
}

#modal > img {
  width: 100%;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5.333vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}


.content .logo {
  width: 40.8vw;
  height: 12.267vw;
  margin: 5.333vw auto 6.667vw;
}

.content .banner {
  width: 93.733vw;
  height: 108.394vw;
}

.content .message {
  margin: 6vw 0 6.133vw;
}

.content .message .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.733vw;
}

.content .message .item .item-img {
  width: 6.933vw;
  height: 6.933vw;
  margin-right: 2.133vw;
}

.content .message .item .item-text {
  font-size: 4.267vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 6vw;
}

.content .message .item1 {
  -webkit-transform: scale(0.886);
  transform: scale(0.886);
}

.content .bot-btn {
  display: none;
}

.content .bot-btn .download-btn {
  width: 77.067vw;
  height: 13.333vw;
  background: #000000;
  border-radius: 6.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content .bot-btn .download-btn span {
  font-size: 4vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #33FF99;
  line-height: 5.6vw;
}

.download-wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
 

}

.download-wrap .agreement-list {
  margin: 13vw auto 5vw;
  width: 70%;
  padding-top: 5vw;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.download-wrap .agreement-list a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,0.6);
}

.download-wrap .bot-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40vw;
  position: relative;
  z-index: 1;

}

.download-wrap .bot-info p {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.addpbcontent {
  padding-bottom: 5vw;
}

.agreement-list {
  margin: 0 auto;
  width: 80%;
  padding-top: 5vw;
  padding-bottom: 3vw;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.agreement-list a {
  font-size: 14px;
  text-decoration: none;
  color: #444;
  position: relative;
  -webkit-touch-callout: none
}

.bot-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40vw;
  position: relative;
  z-index: 1;
}

.bot-info p {
  font-size: 13px;
  line-height: 23px;
  color: #05736a;
}

.anm_scale {
  -webkit-animation: anm_scale 1s linear infinite;
  animation: anm_scale 1s linear infinite;
}

@-webkit-keyframes anm_scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes anm_scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
