@keyframes block1Ico {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.tokenBlock {
  position: relative;
}
.tokenBlock .img {
  font-size: 0;
}
.tokenBlock .img img {
  width: 100%;
}
.tokenBlock .top {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 81px;
  z-index: 1;
  width: 100%;
  padding: 22px 0;
}
.tokenBlock .top .logo {
  font-size: 0;
}
.tokenBlock .top .logo img {
  height: 29px;
}
.tokenBlock .top .text {
  margin: 0 40px;
  font-family: Poppins-Medium;
  color: #fff;
}
.tokenBlock .top .link {
  display: flex;
  align-items: center;
  font-family: Poppins-Medium;
  color: #fff;
}
.tokenBlock .top .link img {
  margin-left: 10px;
}
.tokenBlock .top::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
}
.tokenBlock .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tokenBlock .content .logo {
  text-align: center;
  font-size: 0;
}
.tokenBlock .content .title {
  margin-top: 44px;
  text-align: center;
  font-family: cutedino;
  font-size: 58px;
  line-height: 1.35;
  color: #fff;
}
.tokenBlock .content .title span {
  color: #12eb31;
}
.tokenBlock .content .tips {
  margin-top: 3px;
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #fff;
}
.tokenBlock .content .button {
  display: block;
  width: 211px;
  height: 72px;
  margin: 0 auto;
  margin-top: 51px;
  background: url(/storage/images/token/tokenBlockImg3.png) no-repeat center/cover;
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  line-height: 67px;
  color: #fff;
}
.tokenBlock .nextIco {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 37px;
  font-size: 0;
  cursor: pointer;
}
.tokenBlock .nextIco img {
  transform: translateY(0);
  animation: block1Ico 3s infinite ease-in-out;
}
.tokenBlock::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.tokenBlock2 {
  position: relative;
  background: url(/storage/images/token/tokenBlockImg4.jpg) no-repeat center/cover;
}
.tokenBlock2 .w1280 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 94px 0 130px;
}
.tokenBlock2 .w1280 .left {
  width: 45%;
  padding-right: 50px;
}
.tokenBlock2 .w1280 .left .img {
  height: 61px;
}
.tokenBlock2 .w1280 .left .img img {
  height: 100%;
  font-size: 0;
}
.tokenBlock2 .w1280 .left .text {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.7;
  color: #fff;
}
.tokenBlock2 .w1280 .right {
  position: relative;
  width: 55%;
}
.tokenBlock2 .w1280 .right .videoDiv {
  position: relative;
  padding: 21px 27px;
  background: url(/storage/images/token/tokenBlockImg5.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 0;
}
.tokenBlock2 .w1280 .right .videoDiv video {
  width: 100%;
  height: 100%;
}
.tokenBlock2 .w1280 .right .videoDiv .play {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.tokenBlock2 .w1280 .right .videoDiv .play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tokenBlock2 .w1280 .right .content {
  margin-top: 15px;
}
.tokenBlock2::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.tokenBlock3 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 83px;
  background: url(/storage/images/token/tokenBlockImg7.jpg) no-repeat top center/cover;
}
.tokenBlock3 .w1280 > .title {
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.tokenBlock3 .w1280 > .title span {
  color: #12eb31;
}
.tokenBlock3 .w1280 > .tips {
  margin-top: 20px;
}
.tokenBlock3 .w1280 > .tips p {
  margin-top: 23px;
  font-size: 20px;
  line-height: 1.7;
  color: #fff;
}
.tokenBlock3 .w1280 > .tips p:first-child {
  margin-top: 0;
}
.tokenBlock3 .w1280 .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 53px;
}
.tokenBlock3 .w1280 .content .list {
  width: 21.71875%;
  margin: 0 -14px;
  padding: 27px 17px 32px;
  border-radius: 10px;
  border: solid 1px rgba(184, 163, 255, 0.3);
}
.tokenBlock3 .w1280 .content .list .title {
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 29px;
  color: #fff;
}
.tokenBlock3 .w1280 .content .list .img {
  overflow: hidden;
  border-radius: 10px;
  font-size: 0;
}
.tokenBlock3 .w1280 .content .list .text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.tokenBlock3 .w1280 .content .list:first-child {
  transform: rotate(-7.5deg);
  background: #0f2586;
  z-index: 2;
}
.tokenBlock3 .w1280 .content .list:nth-child(2) {
  transform: rotate(5.5deg);
  background: #301b89;
}
.tokenBlock3 .w1280 .content .list:nth-child(3) {
  transform: rotate(0deg);
  background: #b75716;
  z-index: 2;
}
.tokenBlock3 .w1280 .content .list:nth-child(4) {
  transform: rotate(-13.5deg);
  background: #02897e;
  z-index: 1;
}
.tokenBlock3 .w1280 .content .list:nth-child(5) {
  transform: rotate(10deg);
  background: #211651;
}
.tokenBlock3 .w1280 .button {
  display: block;
  width: 209px;
  height: 71px;
  margin: 0 auto;
  margin-top: 85px;
  background: url(/storage/images/token/tokenBlockImg8.png) no-repeat center/cover;
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  line-height: 66px;
  color: #fff;
}
.tokenBlock3::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.tokenBlock4 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
  background: url(/storage/images/token/tokenBlockImg9.jpg) no-repeat top center/cover;
}
.tokenBlock4 .title {
  margin-bottom: 46px;
  text-align: center;
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.tokenBlock4 .title span {
  color: #12eb31;
}
.tokenBlock4 .content {
  display: flex;
  justify-content: center;
}
.tokenBlock4 .content .list {
  display: flex;
  align-items: center;
  width: 13.0208333333%;
  margin: 0 12px;
  font-size: 0;
}
.tokenBlock4 .content .list img {
  filter: drop-shadow(0 20px 6px rgba(0, 0, 0, 0.1));
}
.tokenBlock4 .tips {
  display: none;
  margin-top: 46px;
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 24px;
  color: #fff;
}
.tokenBlock4::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.tokenBlock5 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 115px;
  background: url(/storage/images/token/tokenBlockImg16.jpg) no-repeat top center/cover;
}
.tokenBlock5 .w1280 > .title {
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.tokenBlock5 .w1280 .tips {
  display: flex;
  margin-top: 30px;
}
.tokenBlock5 .w1280 .tips .left, .tokenBlock5 .w1280 .tips .right {
  width: 430px;
}
.tokenBlock5 .w1280 .tips .left p, .tokenBlock5 .w1280 .tips .right p {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.tokenBlock5 .w1280 .tips .left ul, .tokenBlock5 .w1280 .tips .right ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}
.tokenBlock5 .w1280 .tips .left ul li, .tokenBlock5 .w1280 .tips .right ul li {
  width: 50%;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}
.tokenBlock5 .w1280 .tips .left.left, .tokenBlock5 .w1280 .tips .right.left {
  width: 650px;
  margin-right: 120px;
}
.tokenBlock5 .w1280 .content {
  margin-top: 88px;
}
.tokenBlock5 .w1280 .content .tokenBlock5Swiper {
  background: url(/storage/images/token/tokenBlockImg17.png) no-repeat;
  background-position: right 2px bottom 36px;
}
.tokenBlock5 .w1280 .content .tokenBlock5Swiper .swiper-wrapper .swiper-slide {
  display: block;
  position: relative;
  width: 310px;
  height: 100%;
  padding-left: 64px;
  padding-bottom: 70px;
  background: url(/storage/images/token/tokenBlockImg18.png) no-repeat;
  background-position: left 22px top 10px;
}
.tokenBlock5 .w1280 .content .tokenBlock5Swiper .swiper-wrapper .swiper-slide .title {
  font-family: Poppins-SemiBold;
  font-size: 28px;
  color: #fff;
}
.tokenBlock5 .w1280 .content .tokenBlock5Swiper .swiper-wrapper .swiper-slide .text {
  overflow-y: auto;
  height: 196px;
  margin-top: 2px;
  font-family: Poppins-Medium;
  color: rgba(255, 255, 255, 0.8);
}
.tokenBlock5 .w1280 .content .tokenBlock5Swiper .swiper-wrapper .swiper-slide span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 35px;
  width: 16px;
  height: 16px;
  margin-left: -50px;
  border-radius: 50%;
  border: 1px solid #ed7d31;
}
.tokenBlock5 .w1280 .content .tokenBlock5Swiper .swiper-wrapper .swiper-slide span::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ed7d31;
}
.tokenBlock5 .w1280 .content .tokenBlock5Swiper .swiper-wrapper .swiper-slide p {
  position: absolute;
  bottom: 0;
  transform: translatex(-26%);
  margin-left: -50px;
  font-family: Poppins-Medium;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.tokenBlock5::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

#cursorFollower {
  display: none;
  position: absolute;
  z-index: 7;
  width: 133px;
  height: 133px;
  background: url(/storage/images/about/abouBlock5Ico.png) no-repeat center;
  pointer-events: none;
}

.tokenBlock6 {
  position: relative;
  padding: 106px 0;
  background: url(/storage/images/token/tokenBlockImg19.jpg) no-repeat top center/cover;
}
.tokenBlock6 .w1280 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tokenBlock6 .w1280 .left {
  width: 386px;
}
.tokenBlock6 .w1280 .left .title {
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.tokenBlock6 .w1280 .left .title span {
  color: #12eb31;
}
.tokenBlock6 .w1280 .left .list {
  padding: 32px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: Poppins-SemiBold;
  font-size: 24px;
  line-height: 1.7;
  color: #fff;
}
.tokenBlock6 .w1280 .left .list p {
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #fff;
}
.tokenBlock6 .w1280 .left .list span {
  color: #e65a3b;
}
.tokenBlock6 .w1280 .left .list:first-child {
  margin-top: 6px;
}
.tokenBlock6::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.tokenBlock7 {
  position: relative;
  padding: 116px 0;
  background: url(/storage/images/token/tokenBlockImg21.jpg) no-repeat top center/cover;
}
.tokenBlock7 .w1280 {
  display: flex;
  justify-content: space-between;
}
.tokenBlock7 .w1280 .left {
  width: 500px;
  padding-right: 30px;
}
.tokenBlock7 .w1280 .left .title {
  font-family: cutedino;
  font-size: 42px;
  color: #fff;
}
.tokenBlock7 .w1280 .left .title span {
  color: #12eb31;
}
.tokenBlock7 .w1280 .left .tips {
  padding-top: 11px;
}
.tokenBlock7 .w1280 .left .tips p {
  margin-top: 24px;
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.tokenBlock7 .w1280 .right {
  font-size: 0;
}
.tokenBlock7::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.tokenBlock8 {
  position: relative;
  padding: 90px 0 63px;
  background: url(/storage/images/token/tokenBlockImg23.jpg) no-repeat top center/cover;
}
.tokenBlock8 .w1280 {
  display: flex;
  justify-content: space-between;
}
.tokenBlock8 .w1280 .left {
  width: 430px;
}
.tokenBlock8 .w1280 .left .title {
  font-family: cutedino;
  font-size: 42px;
  color: #fff;
}
.tokenBlock8 .w1280 .left .title span {
  color: #12eb31;
}
.tokenBlock8 .w1280 .left .tips {
  margin-top: 10px;
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.tokenBlock8 .w1280 .left .img {
  margin-top: 29px;
  font-size: 0;
}
.tokenBlock8 .w1280 .right {
  font-size: 0;
}
.tokenBlock8::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.tokenBlock9 {
  position: relative;
  padding: 158px 0 140px;
  background: url(/storage/images/token/tokenBlockImg26.jpg) no-repeat top center/cover;
}
.tokenBlock9 .w1280 {
  display: flex;
  justify-content: flex-end;
}
.tokenBlock9 .w1280 .right .logo {
  text-align: center;
  font-size: 0;
}
.tokenBlock9 .w1280 .right .logo img {
  height: 61px;
}
.tokenBlock9 .w1280 .right .img {
  margin-top: 37px;
  font-size: 0;
}
.tokenBlock9 .w1280 .right .button {
  display: block;
  width: 229px;
  height: 71px;
  margin: 0 auto;
  margin-top: 64px;
  background: url(/storage/images/token/tokenBlockImg28.png) no-repeat center/cover;
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  line-height: 66px;
  color: #fff;
}
.tokenBlock9 > .img {
  display: none;
  width: 100%;
  margin-top: 30px;
  font-size: 0;
}
.tokenBlock9::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.tokenBlock10 {
  position: relative;
  padding: 90px 0 85px;
  background: url(/storage/images/token/tokenBlockImg29.jpg) no-repeat top center/cover;
}
.tokenBlock10 .w1280 .title {
  text-align: center;
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.tokenBlock10 .w1280 .title span {
  color: #12eb31;
}
.tokenBlock10 .w1280 .tips {
  margin-top: 20px;
  text-align: center;
  color: #fff;
}
.tokenBlock10 .w1280 .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 54px;
}
.tokenBlock10 .w1280 .content .list {
  overflow: hidden;
  width: calc((100% - 50px) / 3);
  margin-left: 25px;
  margin-bottom: 25px;
  border-radius: 10px;
}
.tokenBlock10 .w1280 .content .list .img {
  position: relative;
  overflow: hidden;
  font-size: 0;
  aspect-ratio: 410/307;
}
.tokenBlock10 .w1280 .content .list .img img {
  transform: scale(1);
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tokenBlock10 .w1280 .content .list .img::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.tokenBlock10 .w1280 .content .list .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  aspect-ratio: 410/150;
  padding: 27px 30px;
  background: url(/storage/images/token/tokenBlockImg30.png) no-repeat center/cover;
}
.tokenBlock10 .w1280 .content .list .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: Poppins-Medium;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.tokenBlock10 .w1280 .content .list .text .time {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.7;
}
.tokenBlock10 .w1280 .content .list:first-child {
  margin-left: 0;
}
.tokenBlock10::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.tokenBlock11 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 78px;
  background: url(/storage/images/token/tokenBlockImg31.jpg) no-repeat center/cover;
}
.tokenBlock11 .w1280 .title {
  text-align: center;
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.tokenBlock11 .w1280 .title span {
  color: #12eb31;
}
.tokenBlock11 .w1280 .content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 54px;
}
.tokenBlock11 .w1280 .content .list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 100px) / 5);
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 0;
}
.tokenBlock11 .w1280 .content .list:nth-child(5n+1) {
  margin-left: 0;
}
.tokenBlock11::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

@media (max-width: 1440px) {
  .tokenBlock .content {
    top: 60%;
  }
  .tokenBlock .content .logo img {
    height: 80px;
  }
  .tokenBlock .content .title {
    margin-top: 20px;
  }
  .tokenBlock .content .button {
    margin-top: 30px;
  }
}
@media (max-width: 1080px) {
  .tokenBlock .img img {
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tokenBlock .top {
    display: none !important;
  }
  .tokenBlock .content .logo img {
    height: 60px;
  }
  .tokenBlock .content .title {
    font-size: 32px;
  }
  .tokenBlock .content .tips {
    font-size: 16px;
    margin-top: 10px;
  }
  .tokenBlock .nextBtn {
    display: none;
  }
  .tokenBlock2 .w1280 {
    flex-wrap: wrap;
    padding: 40px 0;
  }
  .tokenBlock2 .w1280 .left {
    width: 100%;
  }
  .tokenBlock2 .w1280 .left .img {
    height: 40px;
  }
  .tokenBlock2 .w1280 .left .text {
    margin-top: 25px;
    font-size: 14px;
  }
  .tokenBlock2 .w1280 .right {
    width: 100%;
    margin-top: 20px;
  }
  .tokenBlock2 .w1280 .right .content p {
    font-size: 16px;
  }
  .tokenBlock2 .w1280 .right .content p span i {
    font-size: 18px;
  }
  .tokenBlock3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tokenBlock3 .w1280 > .title {
    font-size: 32px;
  }
  .tokenBlock3 .w1280 > .tips p {
    margin-top: 15px;
    font-size: 14px;
  }
  .tokenBlock3 .w1280 .content {
    justify-content: space-between;
    margin-top: 0;
  }
  .tokenBlock3 .w1280 .content .list {
    width: calc((100% - 30px) / 2);
    margin: 0;
    margin-top: 30px;
    transform: rotate(0) !important;
  }
  .tokenBlock3 .w1280 .content .list .title {
    margin-bottom: 10px;
  }
  .tokenBlock3 .w1280 .content .list .img img {
    width: 100%;
  }
  .tokenBlock3 .w1280 .button {
    width: 160px;
    height: 55px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 50px;
  }
  .tokenBlock4 .title {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .tokenBlock4 .tips {
    margin-top: 30px;
    font-size: 16px;
  }
  .tokenBlock5 {
    padding: 40px 0;
  }
  .tokenBlock5 .w1280 > .title {
    font-size: 32px;
  }
  .tokenBlock5 .w1280 .tips {
    flex-wrap: wrap;
  }
  .tokenBlock5 .w1280 .tips .left p, .tokenBlock5 .w1280 .tips .right p {
    font-size: 14px;
  }
  .tokenBlock5 .w1280 .tips .left ul li, .tokenBlock5 .w1280 .tips .right ul li {
    width: 100%;
  }
  .tokenBlock5 .w1280 .tips .left.left, .tokenBlock5 .w1280 .tips .right.left {
    width: 100%;
    margin-right: 0;
  }
  .tokenBlock5 .w1280 .tips .left.right, .tokenBlock5 .w1280 .tips .right.right {
    margin-top: 10px;
  }
  .tokenBlock5 .w1280 .content {
    margin-top: 20px;
  }
  .tokenBlock5 .w1280 .content .tokenBlock5Swiper .swiper-wrapper .swiper-slide .title {
    font-size: 18px;
  }
  .tokenBlock5 .w1280 .content .tokenBlock5Swiper .swiper-wrapper .swiper-slide .text {
    font-size: 14px;
  }
  .tokenBlock6 {
    padding: 40px;
  }
  .tokenBlock6 .w1280 {
    flex-wrap: wrap;
  }
  .tokenBlock6 .w1280 .left {
    width: 100%;
  }
  .tokenBlock6 .w1280 .left .title {
    font-size: 32px;
  }
  .tokenBlock6 .w1280 .left .list {
    padding: 10px 0;
    font-size: 20px;
  }
  .tokenBlock6 .w1280 .right {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .tokenBlock7 {
    padding: 40px 0;
  }
  .tokenBlock7 .w1280 {
    flex-wrap: wrap;
  }
  .tokenBlock7 .w1280 .left {
    width: 100%;
  }
  .tokenBlock7 .w1280 .left .title {
    font-size: 32px;
  }
  .tokenBlock7 .w1280 .left .tips p {
    font-size: 14px;
    margin-top: 10px;
  }
  .tokenBlock7 .w1280 .right {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .tokenBlock8 {
    padding: 40px 0;
  }
  .tokenBlock8 .w1280 {
    flex-wrap: wrap;
  }
  .tokenBlock8 .w1280 .left {
    width: 100%;
  }
  .tokenBlock8 .w1280 .left .title {
    font-size: 32px;
  }
  .tokenBlock8 .w1280 .left .tips {
    font-size: 14px;
    line-height: 24px;
  }
  .tokenBlock8 .w1280 .left .img {
    text-align: center;
  }
  .tokenBlock8 .w1280 .right {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .tokenBlock9 {
    padding: 40px 0 0;
    background-position: top right;
  }
  .tokenBlock9 .w1280 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tokenBlock9 .w1280 .right .logo img {
    height: 40px;
  }
  .tokenBlock9 .w1280 .right .img {
    margin-top: 30px;
  }
  .tokenBlock9 .w1280 .right .button {
    width: 180px;
    height: 55px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 50px;
  }
  .tokenBlock9 .img {
    display: block;
  }
  .tokenBlock10 {
    padding: 40px 0 10px;
  }
  .tokenBlock10 .w1280 .title {
    font-size: 32px;
  }
  .tokenBlock10 .w1280 .tips {
    margin-top: 10px;
  }
  .tokenBlock10 .w1280 .content {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .tokenBlock10 .w1280 .content .list {
    width: calc((100% - 30px) / 2);
    margin-left: 0;
  }
  .tokenBlock10 .w1280 .content .list .text {
    padding: 20px;
  }
  .tokenBlock10 .w1280 .content .list .text p {
    font-size: 16px;
  }
  .tokenBlock10 .w1280 .content .list .text .time {
    margin-top: 10px;
  }
  .tokenBlock11 {
    padding: 40px 0 20px;
  }
  .tokenBlock11 .w1280 .title {
    font-size: 32px;
  }
  .tokenBlock11 .w1280 .content {
    padding-top: 10px;
  }
  .tokenBlock11 .w1280 .content .list {
    width: calc((100% - 40px) / 3);
  }
  .tokenBlock11 .w1280 .content .list:nth-child(3n+1) {
    margin-left: 0;
  }
  .tokenBlock11 .w1280 .content .list:nth-child(5n+1) {
    margin-left: 20px;
  }
  .tokenBlock2 .w1280 .right .videoDiv .play img {
    width: 50px;
  }
}
@media (max-width: 500px) {
  .tokenBlock3 .w1280 .content .list {
    width: 100%;
  }
  .tokenBlock4 {
    padding: 40px 0;
  }
  .tokenBlock4 .title {
    font-size: 24px;
  }
  .tokenBlock4 .content .list {
    margin: 0 5px;
  }
  .tokenBlock5 .w1280 > .title {
    font-size: 24px;
  }
  .tokenBlock6 .w1280 .left .title, .tokenBlock7 .w1280 .left .title, .tokenBlock8 .w1280 .left .title {
    font-size: 24px;
  }
  .tokenBlock10 .w1280 .title {
    font-size: 24px;
  }
  .tokenBlock10 .w1280 .content .list {
    width: 100%;
  }
  .tokenBlock11 .w1280 .title {
    font-size: 24px;
  }
}/*# sourceMappingURL=token.css.map */