* {
  margin: 0;
  padding: 0;
}
html {
  min-width: 1220px;
  font-size: 88px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 100px;
  }
}
@media screen and (min-width: 1680px) {
  html {
    font-size: 116px;
  }
}
.index {
  width: 100%;
  background: #49abfe;
}
.index .head {
  position: relative;
  width: 100%;
  height: 8.18rem;
  background: url(../image/topbj.png) no-repeat;
  background-size: 100%;
}
.index .head .tiele .skiing {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 6.06rem;
  height: 2.57rem;
  animation: skiingName 2s ease-out;
}
.index .head .tiele .skiing img {
  width: 6.06rem;
  height: 2.57rem;
}
.index .head .tiele .ice-hockey {
  position: absolute;
  top: 38%;
  right: 50%;
  transform: translateX(50%);
  width: 8.19rem;
  height: 1.45rem;
  animation: public 2s ease-out;
}
.index .head .tiele .ice-hockey img {
  width: 8.19rem;
  height: 1.45rem;
}
.index .head .colour {
  width: 13.7rem;
  height: 7.13rem;
  background: url(../image/bj.png) no-repeat;
  background-size: 100%;
  animation: move 2.5s infinite;
}
.index .content {
  position: relative;
  width: 100%;
  background: url(../image/cloud.png) no-repeat;
  background-size: 100%;
}
.index .content .content-Module {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 11.33rem;
  background: rgba(46, 155, 247, 0.3);
  border-radius: 150px 150px 0 0;
  z-index: 3;
  padding: 0 1.02rem 1.5rem;
  box-sizing: border-box;
  margin-top: -20%;
}
.index .content .content-Module .card {
  position: relative;
  height: 2.2rem;
}
.index .content .content-Module .card .card-br {
  width: 8.46rem;
  height: 0.46rem;
  background: #0078dd;
  border: 8px solid #b9dfff;
  border-radius: 21.75px;
  margin: 0 0.36rem;
  padding: 0.1rem 0;
  box-sizing: border-box;
}
.index .content .content-Module .card .card-br .card-bj {
  width: 8.14rem;
  height: 0.11rem;
  background: #00457f;
  border-radius: 5.25px;
  margin: auto;
}
.index .content .content-Module .card .card-text {
  position: absolute;
  left: 0.6rem;
  top: 0.24rem;
  width: 7.97rem;
  height: 1.9rem;
  font-size: 0.2rem;
  font-weight: 700;
  text-align: left;
  color: #00326d;
  background: #fff;
  border-radius: 0px 0px 22.5px 22.5px;
  box-shadow: 2.25px 3.9px 15px 4.5px rgba(81, 173, 253, 0.9);
  padding: 0 0.26rem 0.23rem;
  box-sizing: border-box;
  animation: cardaNimation 4s 1;
}
.index .content .content-Module .card .card-text div {
  width: 7.97rem;
  height: 0.23rem;
  background: linear-gradient(#54a7ed, #fff 100%);
  border-radius: 0px 0px 7.5px 7.5px;
  margin-left: -0.26rem;
  margin-bottom: 0.2rem;
  animation: typing 4s steps(8, end) blink-caret 1s step-end infinite;
}
.index .content .content-Module .card .card-text span {
  color: #F31C57;
}
.index .content .content-Module .activity {
  height: 12.41rem;
  width: 9.19rem;
  background: url(../image/activity.png) no-repeat;
  background-size: 100%;
  margin-top: 0.34rem;
  padding: 1.14rem 0.37rem 0;
  box-sizing: border-box;
}
.index .content .content-Module .activity .environment .love-environment {
  display: inline-block;
  width: 4.3rem;
  height: 4.26rem;
  background: url(../image/imgbj.png) no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  margin: auto;
  padding: 0.6rem 0.2rem 0;
}
.index .content .content-Module .activity .environment .love-environment img {
  width: 3.84rem;
  height: 3.02rem;
  margin: auto;
}
.index .content .content-Module .activity .environment .love-environment .environment2,
.index .content .content-Module .activity .environment .love-environment .environment3,
.index .content .content-Module .activity .environment .love-environment .environment4 {
  display: none;
}
.index .content .content-Module .activity .environment .ambient {
  display: inline-block;
  width: 4.17rem;
  vertical-align: top;
  padding-top: 0.4rem;
  margin-left: -0.57rem;
}
.index .content .content-Module .activity .environment .ambient .environment-mould {
  display: flex;
  width: 4.47rem;
  height: 0.63rem;
  background: url(../image/yellow.png) no-repeat;
  background-size: 100%;
  border-radius: 27.75px;
  padding: 0 0.14rem;
  box-sizing: border-box;
  margin-bottom: 0.23rem;
  cursor: pointer;
  z-index: 5;
}
.index .content .content-Module .activity .environment .ambient .environment-mould .environment-title {
  width: 79%;
  height: 0.63rem;
  line-height: 0.63rem;
  font-size: 0.12rem;
  font-weight: 400;
  text-align: left;
  color: #000000;
  padding-left: 0.06rem;
}
.index .content .content-Module .activity .environment .ambient .environment-mould .details {
  width: 21%;
  height: 0.27rem;
  line-height: 0.27rem;
  font-size: 0.12rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  background: #e56639;
  border-radius: 0.14rem;
  margin-top: 0.17rem;
}
.index .content .content-Module .activity .environment .ambient .active {
  width: 4.87rem;
  height: 0.63rem;
  background: url(../image/red.png) no-repeat;
  background-size: 100%;
  border-radius: 30px;
  margin-left: -0.3rem;
}
.index .content .content-Module .activity .environment .ambient .active .environment-title {
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
}
.index .content .content-Module .activity .environment .ambient .active .details {
  color: #7c0014;
  background: #ffefa5;
}
.index .content .content-Module .activity .environment1 {
  position: relative;
}
.index .content .content-Module .activity .environment1 .love-environment {
  position: absolute;
  right: 0;
  top: -0.7rem;
  display: inline-block;
  width: 4.8rem;
  height: 4.26rem;
  background: url(../image/imgr.png) no-repeat;
  background-size: 100%;
  padding: 0.6rem 0.4rem 0;
  box-sizing: border-box;
}
.index .content .content-Module .activity .environment1 .love-environment img {
  width: 3.84rem;
  height: 3.02rem;
  margin: auto;
}
.index .content .content-Module .activity .environment1 .love-environment .environment2,
.index .content .content-Module .activity .environment1 .love-environment .environment3,
.index .content .content-Module .activity .environment1 .love-environment .environment4 {
  display: none;
}
.index .content .content-Module .activity .environment1 .ambient {
  position: relative;
  z-index: 3;
  width: 3.9rem;
  margin-right: -3rem;
}
.index .content .content-Module .activity .environment1 .ambient .environment-mould {
  display: flex;
  width: 4.1rem;
  height: 0.52rem;
  background: url(../image/yellow.png) no-repeat;
  background-size: 100%;
  border-radius: 27.75px;
  padding: 0 0.14rem;
  box-sizing: border-box;
  margin-bottom: 0.23rem;
  cursor: pointer;
}
.index .content .content-Module .activity .environment1 .ambient .environment-mould .environment-title {
  width: 79%;
  height: 0.52rem;
  line-height: 0.52rem;
  font-size: 0.12rem;
  font-weight: 400;
  text-align: left;
  color: #000000;
  padding-left: 0.06rem;
}
.index .content .content-Module .activity .environment1 .ambient .environment-mould .details {
  width: 21%;
  height: 0.27rem;
  line-height: 0.27rem;
  font-size: 0.12rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  background: #e56639;
  border-radius: 0.14rem;
  margin-top: 0.12rem;
}
.index .content .content-Module .activity .environment1 .ambient .active {
  width: 4.44rem !important;
  height: 0.57rem;
  background: url(../image/red.png) no-repeat;
  background-size: 100%;
  border-radius: 30px;
  margin-right: -0.4rem !important;
  margin-left: 0 !important;
}
.index .content .content-Module .activity .environment1 .ambient .active .environment-title {
  line-height: 0.57rem;
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
}
.index .content .content-Module .activity .environment1 .ambient .active .details {
  color: #7c0014;
  background: #ffefa5;
  margin-top: 0.15rem;
}
.index .content .content-Module .activity .environment-text {
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 0.06rem;
  box-sizing: border-box;
  margin-top: 0.6rem;
}
.index .content .content-Module .activity .environment-text div {
  line-height: 0.37rem;
  font-size: 0.18rem;
  font-weight: 400;
  text-align: justify;
  color: #000000;
  background: #fff;
  padding: 0.42rem;
  box-sizing: border-box;
  border-radius: 30px;
}
.index .content .content-Module .connect {
  position: relative;
  width: 6.96rem;
  height: 1.14rem;
  background: url(../image/connect.png) no-repeat;
  background-size: 100%;
  margin: auto;
  margin-top: -0.08rem;
  z-index: 3;
}
.index .content .content-Module .public-welfare-team {
  width: 9.19rem;
  height: 15.38rem;
  background: url(../image/publicWelfareTeam.png) no-repeat;
  background-size: 100%;
  margin-top: -0.58rem;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
}
.index .content .content-Module .public-welfare-team .title {
  width: 100%;
  text-align: center;
  margin: auto;
}
.index .content .content-Module .public-welfare-team .title img {
  width: 5.88rem;
  height: 0.66rem;
}
.index .content .content-Module .public-welfare-team .public-welfare-team-text {
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 0.06rem;
  box-sizing: border-box;
  margin-top: -0.3rem;
}
.index .content .content-Module .public-welfare-team .public-welfare-team-text .public-welfare-team-conter {
  line-height: 0.37rem;
  font-size: 0.18rem;
  font-weight: 400;
  text-align: justify;
  color: #000000;
  background: #fff;
  border-radius: 30px;
  padding: 0.49rem 0.32rem 0.36rem;
}
.index .content .content-Module .public-welfare-team .public-welfare-team-text .public-welfare-team-conter span {
  color: #F31C57;
}
.index .content .content-Module .public-welfare-team .public-welfare-team-text .public-welfare-team-conter .public-welfare-team-img {
  margin-top: 0.32rem;
}
.index .content .content-Module .public-welfare-team .public-welfare-team-text .public-welfare-team-conter .public-welfare-team-img div {
  display: inline-block;
  width: 3.63rem;
  height: 2.25rem;
  overflow: hidden;
}
.index .content .content-Module .public-welfare-team .public-welfare-team-text .public-welfare-team-conter .public-welfare-team-img div img {
  width: 3.63rem;
  height: 2.25rem;
  transition: 0.5s;
}
.index .content .content-Module .public-welfare-team .public-welfare-team-text .public-welfare-team-conter .public-welfare-team-img img:hover {
  transform: scale(1.1);
}
.index .content .content-Module .public-welfare-team .public-welfare-introduce {
  height: 1.13rem;
  font-size: 0.24rem;
  font-weight: 700;
  text-align: justify;
  color: #ffffff;
  line-height: 0.45rem;
  margin-top: 0.1rem;
}
.index .content .content-Module .carry-forward {
  width: 9.19rem;
  height: 9.08rem;
  font-size: 0.28rem;
  font-weight: 700;
  text-align: justify;
  color: #ffffff;
  background: url(../image/activity1.png) no-repeat;
  background-size: 100%;
  margin-top: -0.58rem;
  padding: 1.41rem 0.75rem;
  box-sizing: border-box;
}
.index .content .content-Module .carry-forward span {
  color: #FFEDA5;
}
.index .content .content-Module .carry-forward .swiper-div {
  position: relative;
  width: 7.83rem;
  height: 5.3rem;
  background: url(../image/spbj.png) no-repeat;
  background-size: 100%;
  padding-top: 0.8rem;
  box-sizing: border-box;
  margin: auto;
}
.index .content .content-Module .carry-forward .swiper-div .swiper-welfare {
  width: 4.4rem;
  height: 3.06rem;
  overflow: hidden;
  margin: auto;
}
.index .content .content-Module .carry-forward .swiper-div .swiper-welfare #progressEffect {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
}
.index .content .content-Module .carry-forward .swiper-div .swiper-welfare .swiper-wrapper .swiper-slide {
  width: 4.4rem !important;
  height: 3.06rem !important;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
}
.index .content .content-Module .carry-forward .swiper-div .swiper-welfare .swiper-wrapper .swiper-slide img {
  width: 4.4rem;
  height: 3.06rem;
  margin-top: 0.1rem;
}
.index .content .content-Module .carry-forward .swiper-div .swiper-text {
  font-size: 0.18rem;
  font-weight: 700;
  text-align: center;
  color: #000000;
  margin-top: 0.41rem;
}
.index .content .content-Module .carry-forward .swiper-div .swiper-button-next {
  position: absolute;
  left: 0.57rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.8rem;
  background: url(../image/left.png) no-repeat;
  background-size: 100%;
}
.index .content .content-Module .carry-forward .swiper-div .swiper-button-prev {
  position: absolute;
  right: 0.57rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.8rem;
  background: url(../image/right.png) no-repeat;
  background-size: 100%;
}
.index .content .content-Module .public-communication {
  width: 9.19rem;
  height: 5.97rem;
  font-size: 0.28rem;
  font-weight: 700;
  text-align: justify;
  color: #ffffff;
  background: url(../image/activity2.png) no-repeat;
  background-size: 100%;
  margin-top: -0.58rem;
  padding: 1.2rem 0.1rem;
  box-sizing: border-box;
}
.index .content .content-Module .public-communication .swiper-public-communication {
  width: 9rem;
  height: 4.23rem;
  overflow: hidden;
  border-radius: 10px;
}
.index .content .content-Module .public-communication .swiper-public-communication #progressEffect {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
}
.index .content .content-Module .public-communication .swiper-public-communication .swiper-slide {
  width: 6.57rem !important;
  height: 3.38rem;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
  background: url(../image/video.png) no-repeat;
  background-size: 100%;
  padding-top: 0.1rem;
}
.index .content .content-Module .public-communication .swiper-public-communication .swiper-slide img {
  width: 6.03rem;
  height: 3.39rem;
  border-radius: 10px;
}
.index .content .content-Module .public-communication .swiper-public-communication .swiper-slide source,
.index .content .content-Module .public-communication .swiper-public-communication .swiper-slide video {
  width: 6.03rem;
  height: 2.54rem;
  border-radius: 10px;
}
.index .content .content-Module .public-communication .swiper-public-communication .swiper-slide-active {
  width: 6.57rem !important;
  height: 4.23rem;
}
.index .content .content-Module .public-communication .swiper-public-communication .swiper-slide-active source,
.index .content .content-Module .public-communication .swiper-public-communication .swiper-slide-active video {
  width: 6.03rem;
  height: 3.39rem;
  border-radius: 10px;
}
.index .content .content-Module .epilogue {
  width: 9.19rem;
  height: 4.83rem;
  line-height: 0.54rem;
  font-size: 0.28rem;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  background: url(../image/epilogue.png) no-repeat;
  background-size: 100%;
  margin-top: -0.58rem;
  padding: 1.2rem 0.7rem 0;
  box-sizing: border-box;
}
.index .content .content-Module .epilogue span {
  color: #FFEDA5;
}
.index .content .content-Module .code {
  display: flex;
  width: 9.19rem;
  margin-top: 0.8rem;
}
.index .content .content-Module .code .qr-code {
  width: 33%;
  text-align: center;
}
.index .content .content-Module .code .qr-code img {
  width: 1.44rem;
  height: 1.44rem;
}
.index .content .content-Module .code .qr-code .code-text {
  font-size: 0.14rem;
  font-weight: 400;
  text-align: center;
  color: #01172a;
}
.index .content .bottom {
  position: relative;
  width: 100%;
  height: 4rem;
  background: url(../image/bottom.png) no-repeat;
  background-size: 100%;
  margin-top: -1.4rem;
  z-index: 5;
}
@keyframes move {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes cardaNimation {
  0% {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  50% {
    opacity: 1;
    overflow: hidden;
  }
  100% {
    opacity: 1;
  }
}
@keyframes skiingName {
  0% {
    left: -1000px;
    top: 0rem;
    opacity: 0;
  }
  50% {
    left: 52%;
    opacity: 1;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}
@keyframes public {
  0% {
    right: -1000px;
    opacity: 0;
  }
  50% {
    right: 52%;
  }
  100% {
    right: 50%;
  }
}
