@charset "UTF-8";

/* resources/static/themes/default/CIday2025/CIday.scss */
.ciday-2025 {
  background: url(./images/body-bg.png) no-repeat center center;
  background-size: 100%;
}
.pointer {
  cursor: pointer;
}
.headerNav .unlogin a.login-link {
  background: #1a78ee;
}
.headerNav .unlogin a.login-reg:hover {
  background: #1a78ee;
  border: 1px solid #1a78ee;
}
.headerNav .unlogin a.login-link:hover {
  background: #1a78ee;
}
.headerNav .language a:hover {
  border: 1px solid #1a78ee;
  color: #fff;
  background: #1a78ee;
}
.headerNav .language .lang a:hover {
  color: #1a78ee;
  background: transparent;
  border: none;
}
.headerNav .language em:hover {
  color: #1a78ee;
}
.headerNav .search-area .search-btn:hover {
  border: 1px solid #1a78ee;
  background: #1a78ee url(../images/indexImg/searchBg.png) no-repeat center center;
}
.placed {
  position: static;
}
.placed .unlogin a.login-reg {
  border: 1px solid #1a78ee;
  color: #1a78ee;
}
.foot-bg {
  background: #2e3b47;
}
.copyright {
  background: #1f2933;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .mobile {
  display: none;
}
.main-video {
  width: 192rem;
  height: 80rem;
  overflow: hidden;
}
.main-video .title {
  width: 77.2rem;
  height: 10.8rem;
  margin: 0 auto;
  background: url(./images/jcsp.png) no-repeat;
  background-size: 100% 100%;
}
.main-video .main {
  margin: 6.8rem auto 0;
  width: 150rem;
  display: flex;
  justify-content: space-between;
}
.main-video .main .content {
  width: 114rem;
  height: 61.8rem;
  position: relative;
}
.main-video .main .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-video .main .content .msgPlay {
  width: 10rem;
  height: 10rem;
  background: url(./images/play.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 53rem;
  top: 27rem;
  cursor: pointer;
}
.main-video .main .content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-video .main .content .tit {
  width: 100%;
  height: 10rem;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.4rem;
  font-weight: 500;
  color: #ffffff;
  padding: 3.6rem 0 0 3.6rem;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.main-video .main .right {
  width: 32.89rem;
}
.main-video .main .right .menu {
  width: 32.89rem;
  height: 61.8rem;
  overflow: hidden;
  overflow-y: auto;
}
.main-video .main .right .menu::-webkit-scrollbar {
  width: 0.6rem;
  background-color: #d1d1d1;
}
.main-video .main .right .menu::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #979797;
}
.main-video .main .right .menu .swiper-wrapper {
  width: 30rem;
}
.main-video .main .right .menu .swiper-slide {
  width: 100%;
  height: 18.6rem !important;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
}
.main-video .main .right .menu .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-video .main .right .menu .swiper-slide .tit {
  position: absolute;
  left: 1.6rem;
  bottom: 1.6rem;
  line-height: 1.5;
  font-size: 1.8rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
}
.main-video .main .right .menu .swiper-slide-active {
  border: 0.4rem solid #2558c7;
}
.ci-title {
  width: 69.4rem;
  height: 10.6rem;
  background: url(./images/name.png) no-repeat;
  background-size: 100% 100%;
  margin: 10rem auto 0;
}
.ci {
  width: 100%;
  margin: 12.8rem auto 0;
  position: relative;
}
.ci .medal {
  width: 140.9rem;
  position: relative;
  z-index: 1;
}
.ci .medal img {
  width: 100%;
}
.ci .medal .mobile {
  display: none;
}
.ci .ci-content {
  width: 99rem;
  height: 78.5rem;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: -8rem;
  z-index: 1;
}
.ci .ci-content:hover {
  z-index: 999;
}
.ci .ci-content .content {
  width: 96rem;
  height: 100%;
  margin-left: 3rem;
  overflow: hidden;
  position: relative;
}
.ci .ci-content .content .ci-swiper {
  height: 100%;
}
.ci .ci-content .content .ci-swiper .text {
  width: 100%;
  height: 64.8rem;
  display: flex;
  background: #a8a8a8;
  flex-wrap: wrap;
  justify-content: center;
}
.ci .ci-content .content .ci-swiper .text img {
  height: 100%;
}
.ci .ci-content .content .ci-swiper .ci-swiper-title {
  margin-top: 4rem;
}
.ci .ci-content .content .ci-swiper .ci-swiper-title .name {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 2.4rem;
  height: 3.8rem;
  line-height: 3.8rem;
  color: #000000;
}
.ci .ci-content .content .ci-swiper .ci-swiper-title .description {
  font-family: PingFang SC;
  color: #666666;
  font-size: 1.6rem;
}
.ci .ci-content .content .swiper-pagination {
  height: 2rem;
  position: absolute;
  top: auto !important;
  right: 8rem !important;
  bottom: 8rem !important;
  left: auto !important;
  width: auto;
}
.ci .ci-content .content .swiper-pagination span {
  display: inline-block;
}
.ci .more {
  width: 10rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #253efa;
  position: absolute;
  right: 22rem;
  bottom: 6rem;
  font-size: 1.8rem;
  height: 3rem;
  line-height: 3rem;
  background: url(./images/more.png) no-repeat bottom right;
  cursor: pointer;
}
.ci .more a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.award-work .award-title {
  width: 100.4rem;
  height: 10.8rem;
  text-align: center;
  margin: 10rem auto 0;
}
.award-work .award-title img {
  width: 100%;
}
.award-work .award-title .mobile {
  display: none;
}
.award-work .award-work-introduction {
  width: 126rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #666666;
  line-height: 3rem;
  font-family: PingFang SC;
  margin: 6rem auto;
  text-align: center;
}
.award-work .award-work-content {
  width: 150rem;
  margin: 0 auto;
  height: 73.2rem;
  overflow: hidden;
}
.award-work .award-work-content .content-left {
  width: 132.8rem;
  height: 73.2rem;
  float: left;
}
.award-work .award-work-content .content-left .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.award-work .award-work-content .content-left .swiper .swiper-wrapper .swiper-slide .videoBody {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.award-work .award-work-content .content-left .swiper .swiper-wrapper .swiper-slide .info {
  position: absolute;
  color: #ffffff;
  bottom: 6rem;
  left: 4rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.award-work .award-work-content .content-left .swiper .swiper-wrapper .swiper-slide .info .title {
  font-size: 2.4rem;
  font-family: "Source Han Sans CN";
  font-weight: bold;
}
.award-work .award-work-content .content-left .swiper .swiper-wrapper .swiper-slide .info .college {
  font-size: 1.8rem;
  color: #dbdbdb;
}
.award-work .award-work-content .content-left .swiper .swiper-wrapper .swiper-slide .info .author {
  font-size: 1.6rem;
  color: #c5c5c5;
}
.award-work .award-work-content .content-left .swiper .swiper-button-prev {
  width: 4.8rem;
  height: 4.8rem;
  background: url(./images/prev.png) no-repeat center center;
  left: 3rem;
  background-size: 100%;
}
.award-work .award-work-content .content-left .swiper .swiper-button-prev::after {
  content: "";
}
.award-work .award-work-content .content-left .swiper .swiper-button-prev:hover {
  background: url(./images/next.png) no-repeat center center;
  transform: rotateY(180deg);
  background-size: 100%;
}
.award-work .award-work-content .content-left .swiper .swiper-button-next {
  width: 4.8rem;
  height: 4.8rem;
  background: url(./images/prev.png) no-repeat center center;
  transform: rotateY(180deg);
  right: 3rem;
  background-size: 100%;
}
.award-work .award-work-content .content-left .swiper .swiper-button-next::after {
  content: "";
}
.award-work .award-work-content .content-left .swiper .swiper-button-next:hover {
  background: url(./images/next.png) no-repeat center center;
  transform: rotateY(0deg);
  background-size: 100%;
}
.award-work .award-work-content .content-right {
  width: 15.2rem;
  float: right;
}
.award-work .award-work-content .content-right .trophy {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.8rem;
  color: #666666;
  text-align: center;
  margin-top: 1.58rem;
}
.award-work .award-work-content .content-right .trophy img {
  width: 100%;
}
.award-work .award-work-content .content-right .trophy .name {
  line-height: 3.2rem;
}
.award-work .award-work-content .content-right .active .name {
  color: #253efa;
}
.award-work .award-work-content .content-right :nth-child(1) {
  margin-top: 0rem;
}
.award-work .more-work {
  width: 100%;
  padding: 4rem 0;
}
.award-work .more-work .more {
  width: 10rem;
  margin: 0 auto;
  font-family: PingFang SC;
  font-weight: 500;
  color: #253efa;
  right: 22rem;
  bottom: 6rem;
  font-size: 1.8rem;
  height: 3rem;
  line-height: 3rem;
  background: url(./images/more.png) no-repeat bottom right;
  cursor: pointer;
}
.award-work .more-work .more a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.moment {
  width: 150rem;
  margin: 0rem auto;
}
.moment .moment-title {
  width: 65.8rem;
  height: 10.6rem;
  text-align: center;
  margin: 0 auto 4rem;
}
.moment .moment-title img {
  width: 100%;
}
.moment .moment-title .mobile {
  display: none;
}
.moment .moment-content {
  width: 100%;
  height: 64rem;
}
.moment .moment-content .content-left {
  width: 48.8rem;
  height: 64rem;
  float: left;
}
.moment .moment-content .content-left .moment-swiper {
  height: 100%;
}
.moment .moment-content .content-left .moment-swiper .swiper-wrapper {
  scrollbar-width: none;
}
.moment .moment-content .content-left .moment-swiper .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.moment .moment-content .content-left .moment-swiper .swiper-wrapper .swiper-slide {
  width: 47.8rem;
  height: 8rem;
  background: #e5e6e9;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 4rem;
  color: #9d9fb1;
  text-indent: 2rem;
  cursor: pointer;
}
.moment .moment-content .content-left .moment-swiper .swiper-wrapper .swiper-slide .item-content {
  width: 100%;
  height: 100%;
}
.moment .moment-content .content-left .moment-swiper .swiper-wrapper .swiper-slide .item-content .cn-title {
  width: 100%;
  height: 4rem;
  line-height: 6rem;
}
.moment .moment-content .content-left .moment-swiper .swiper-wrapper .swiper-slide .item-content .en-title {
  width: 100%;
  height: 4rem;
  line-height: 2rem;
  font-size: 1.6rem;
}
.moment .moment-content .content-left .moment-swiper .swiper-wrapper .swiper-slide.active {
  width: 48.8rem;
  background: linear-gradient(90deg, #2240fa, #510e7a);
  box-shadow: 0px 2px 13px 0px rgba(37, 62, 250, 0.51);
  color: #ffffff;
}
.moment .moment-content .content-right {
  width: 100.4rem;
  height: 64rem;
  background: #ffffff;
  float: right;
}
.moment .moment-content .content-right #momentVideo {
  width: 100%;
  height: 56rem;
  object-fit: cover;
}
.moment .moment-content .content-right .description {
  width: 100%;
  height: 8rem;
  line-height: 8rem;
  text-indent: 2rem;
  color: #000000;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: PingFang SC;
  display: flex;
  flex-direction: column;
}
.moment .moment-content .content-right .description span {
  height: 4rem;
  display: inline-block;
}
.moment .moment-content .content-right .description .cn-description {
  line-height: 6rem;
}
.moment .moment-content .content-right .description .en-description {
  line-height: 2rem;
  font-size: 1.6rem;
}
.initiative .initiative-title {
  width: 84.6rem;
  height: 10.5rem;
  text-align: center;
  margin: 6rem auto 4rem;
}
.initiative .initiative-title img {
  width: 100%;
}
.initiative .initiative-title .mobile {
  display: none;
}
.initiative .propose {
  width: 100%;
  height: 93.4rem;
  background: url(./images/propose-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.initiative .propose .people {
  width: 97.8rem;
  height: 53.8rem;
}
.initiative .propose .people img {
  width: 100%;
}
.initiative .propose .people .mobile {
  display: none;
}
.initiative .propose .book {
  width: 61.4rem;
  height: 83.5rem;
  background: url(./images/info-bg.png) no-repeat center center;
  background-size: 100%;
}
.initiative .propose .book .propose-title {
  width: 46rem;
  margin: 14rem auto 4rem;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 3.4rem;
  color: #2e3a46;
  line-height: 4.8rem;
  text-align: center;
}
.initiative .propose .book .propose-content {
  width: 46rem;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.7rem;
  color: #2e3a46;
  line-height: 3.4rem;
  margin: 0 auto;
  height: 42rem;
  overflow: hidden;
  overflow-y: auto;
}
.initiative .propose .book .propose-content::-webkit-scrollbar {
  width: 0.6rem;
  background-color: #d1d1d1;
}
.initiative .propose .book .propose-content::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #979797;
}
.initiative .propose .book .propose-content p {
  text-indent: 2em;
}
.initiative .propose .play {
  width: 8rem;
  height: 8rem;
  background: url(./images/play.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 42%;
  bottom: 18rem;
  cursor: pointer;
}
.theme {
  width: 150rem;
  margin: 0 auto 10rem;
}
.theme .theme-title {
  width: 19.6rem;
  height: 10.1rem;
  margin: 7rem auto 5rem;
}
.theme .theme-title img {
  width: 100%;
}
.theme .theme-title .mobile {
  display: none;
}
.theme .gallery-container {
  width: 100%;
  height: 64rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.theme .gallery-item {
  position: absolute;
  height: 100%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}
.theme .gallery-item .bg-black {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
  background: rgba(0, 0, 0, 0.2862745098);
}
.theme .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.theme .gallery-item:hover img {
  transform: scale(1.05);
}
.theme .gallery-item .name {
  transition: all 0.5s ease-in-out;
  will-change: transform, opacity;
  z-index: 999;
}
.theme .gallery-item:nth-child(1) {
  width: 101rem;
  left: 0;
  z-index: 2;
}
.theme .gallery-item:nth-child(2) {
  width: 11rem;
  left: 102rem;
  z-index: 1;
}
.theme .gallery-item:nth-child(3) {
  width: 11rem;
  left: 114rem;
  z-index: 1;
}
.theme .gallery-item:nth-child(4) {
  width: 11rem;
  left: 126rem;
  z-index: 1;
}
.theme .gallery-item:nth-child(5) {
  width: 11rem;
  left: 138rem;
  z-index: 1;
}
.theme .gallery-item.expanded {
  width: 101rem;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
.theme .gallery-item.expanded .bg-black {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 100%);
}
.theme .gallery-item.contracted {
  width: 11rem;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.1529411765);
}
.theme .gallery-item.expanded .name {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  color: #ffffff;
  font-size: 2rem;
  font-family: PingFang SC;
  font-weight: 500;
  display: flex;
  justify-content: unset;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  transition: all 0.5s ease-in-out;
}
.theme .gallery-item.expanded .name span {
  writing-mode: horizontal-tb;
  transition: writing-mode 0.5s ease-in-out;
}
.theme .gallery-item.expanded .name .en-name {
  display: block;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.6rem;
}
.theme .gallery-item.contracted .name {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: #ffffff;
  font-size: 2rem;
  font-family: PingFang SC;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  flex-wrap: wrap;
}
.theme .gallery-item.contracted .name span {
  writing-mode: vertical-lr;
  transition: writing-mode 0.5s ease-in-out;
}
.theme .gallery-item.contracted .name .en-name {
  display: none;
}
.theme .swiper-button-prev,
.theme .swiper-button-next {
  display: none;
}
.video-layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}
.video-layer .video-content {
  width: 117rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  padding-top: 0.5rem;
}
.video-layer .video-content .close {
  width: 100%;
  height: 2.4rem;
  background: url(../images/videoClose.png) no-repeat;
  background-size: 2.4rem 2.4rem;
  background-position: top right;
  cursor: pointer;
}
.video-layer .video-content .videoPlay {
  width: 100%;
  height: 52rem;
}
.video-layer .video-content .videoPlay video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.message {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}
.message .msg {
  width: 90rem;
  height: 45rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(255, 254, 254);
  text-align: center;
  font-size: 4rem;
  line-height: 45rem;
}
@media (max-width: 768px) {
  .ciday-2025 {
    background: url(./images/body-bg-m.png) no-repeat center center;
    background-size: 100%;
  }
  .banner .pc {
    display: none;
  }
  .banner .mobile {
    display: block;
  }
  .main-video {
    width: auto;
    height: 70rem;
  }
  .main-video .title {
    width: 62rem;
    background: url(./images/jcsp-m.png) no-repeat;
    background-size: 100%;
  }
  .main-video .main {
    width: 100%;
    margin-top: 1.8rem;
    flex-direction: column;
  }
  .main-video .main .content {
    width: 69rem;
    height: 37.6rem;
    margin: 0 auto;
  }
  .main-video .main .right {
    width: 100%;
    height: 17.4rem;
    margin-top: 2rem;
  }
  .main-video .main .right .menu {
    width: 100%;
    height: 100%;
  }
  .main-video .main .right .menu .swiper-slide {
    height: 100% !important;
  }
  .ci-title {
    width: 52rem;
    height: 8.5rem;
    background: url(./images/name-m.png) no-repeat;
    background-size: 100%;
    margin: 4rem auto;
  }
  .ci {
    margin: 0 auto;
    height: 120rem;
  }
  .ci .medal {
    width: 100%;
    height: 44.7rem;
    position: absolute;
    bottom: 14rem;
    z-index: 1;
  }
  .ci .medal .pc {
    display: none;
  }
  .ci .medal .mobile {
    display: block;
  }
  .ci .ci-content {
    width: 69rem;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    top: 0;
    height: 63.6rem;
  }
  .ci .ci-content .content {
    margin: 0;
    width: 100%;
  }
  .ci .ci-content .content .ci-swiper .text {
    height: 46.6rem;
  }
  .ci .ci-content .content .ci-swiper .ci-swiper-title {
    margin: 2rem 0 0 2rem;
  }
  .ci .ci-content .content .ci-swiper .ci-swiper-title .name {
    font-size: 3rem;
    height: 5.8rem;
    line-height: 5.8rem;
  }
  .ci .ci-content .content .ci-swiper .ci-swiper-title .description {
    font-size: 2.4rem;
  }
  .ci .ci-content .content .swiper-pagination {
    width: 100% !important;
    bottom: 1rem !important;
    left: 0 !important;
  }
  .ci .more {
    width: 14rem;
    height: 4rem;
    font-size: 2.4rem;
    left: calc((100vw - 14rem) / 2);
  }
  .award-work .award-title {
    width: 68rem;
    height: 10.4rem;
    margin: 2rem auto;
  }
  .award-work .award-title .pc {
    display: none;
  }
  .award-work .award-title .mobile {
    display: block;
  }
  .award-work .award-work-introduction {
    width: 68.4rem;
    font-weight: 500;
    font-family: PingFang SC;
    margin: 0 auto;
    font-size: 2.4rem;
    color: #666666;
    line-height: 4.6rem;
  }
  .award-work .award-work-content {
    width: 100%;
    height: 62rem;
  }
  .award-work .award-work-content .content-left {
    width: 69rem;
    height: 37.6rem;
    margin: 0 auto;
    float: none;
  }
  .award-work .award-work-content .content-left .swiper .swiper-wrapper .swiper-slide .info {
    top: 1rem;
    height: 4rem;
  }
  .award-work .award-work-content .content-left .swiper .swiper-wrapper .swiper-slide .info .title {
    font-size: 2.8rem;
  }
  .award-work .award-work-content .content-left .swiper .swiper-wrapper .swiper-slide .info .college {
    font-size: 2.4rem;
  }
  .award-work .award-work-content .content-left .swiper .swiper-wrapper .swiper-slide .info .author {
    font-size: 2rem;
  }
  .award-work .award-work-content .content-right {
    width: 100%;
    float: none;
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
  }
  .award-work .award-work-content .content-right .trophy {
    font-size: 2.8rem;
    margin-top: 0;
  }
  .award-work .award-work-content .content-right .trophy .name {
    line-height: 5.2rem;
    font-family: PingFang SC;
    color: #999999;
    font-weight: 500;
  }
  .award-work .more-work .more {
    width: 14rem;
    height: 4rem;
    font-size: 2.4rem;
    left: calc((100vw - 14rem) / 2);
  }
  .moment {
    width: 100%;
  }
  .moment .moment-title {
    width: 49.4rem;
    height: 8.5rem;
  }
  .moment .moment-title .pc {
    display: none;
  }
  .moment .moment-title .mobile {
    display: block;
  }
  .moment .moment-content .content-left {
    float: none;
    width: 100%;
    height: 11.6rem;
  }
  .moment .moment-content .content-left .moment-swiper {
    height: 11.6rem;
  }
  .moment .moment-content .content-left .moment-swiper .swiper-wrapper .swiper-slide {
    width: auto;
    height: 100%;
  }
  .moment .moment-content .content-left .moment-swiper .swiper-wrapper .swiper-slide.active {
    width: auto;
  }
  .moment .moment-content .content-left .moment-swiper .swiper-wrapper .swiper-slide .item-content {
    padding-right: 4rem;
  }
  .moment .moment-content .content-left .moment-swiper .swiper-wrapper .swiper-slide .item-content .cn-title {
    font-size: 2.6rem;
    height: 6rem;
    line-height: 9rem;
  }
  .moment .moment-content .content-left .moment-swiper .swiper-wrapper .swiper-slide .item-content .en-title {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .moment .moment-content .content-right {
    float: none;
    width: 69rem;
    height: auto;
    margin: 2rem auto;
  }
  .moment .moment-content .content-right #momentVideo {
    height: 38rem;
    object-fit: cover;
  }
  .moment .moment-content .content-right .description {
    height: 11.6rem;
  }
  .moment .moment-content .content-right .description .cn-description {
    height: 5.8rem;
    font-size: 2.6rem;
    line-height: 9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .moment .moment-content .content-right .description .en-description {
    height: 5.8rem;
    font-size: 1.8rem;
    line-height: 4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .initiative .initiative-title {
    width: 67.4rem;
    height: 8.3rem;
    margin: 4rem auto;
  }
  .initiative .initiative-title .pc {
    display: none;
  }
  .initiative .initiative-title .mobile {
    display: block;
  }
  .initiative .propose {
    background: url(./images/propose-bg-m.png) no-repeat;
    flex-direction: column;
    height: auto;
  }
  .initiative .propose .people {
    width: 69rem;
    height: 38rem;
    margin: 8rem auto 2rem;
  }
  .initiative .propose .people .pc {
    display: none;
  }
  .initiative .propose .people .mobile {
    display: block;
  }
  .initiative .propose .book {
    width: 100%;
    height: 105rem;
    background: url(./images/info-bg-m.png) no-repeat center center;
    background-size: 100%;
  }
  .initiative .propose .book .propose-title {
    font-size: 3.6rem;
  }
  .initiative .propose .book .propose-content {
    width: 60rem;
    height: 66rem;
    font-size: 2.4rem;
    line-height: 4.2rem;
    font-family: PingFang SC;
  }
  .initiative .propose .play {
    right: 4rem;
    bottom: 106rem;
  }
  .theme {
    width: 100%;
  }
  .theme .theme-title {
    width: 15rem;
    height: 8.2rem;
    margin: 4rem auto;
  }
  .theme .theme-title .pc {
    display: none;
  }
  .theme .theme-title .mobile {
    display: block;
  }
  .theme .container {
    width: 69rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .theme .container .gallery-container {
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .theme .container .gallery-container .gallery-item {
    width: 69rem;
    position: static;
    margin: 0 auto;
  }
  .theme .container .gallery-container .gallery-item .bg-black {
    display: none;
  }
  .theme .container .gallery-container .gallery-item img {
    width: 100%;
    height: 44rem;
  }
  .theme .container .gallery-container .gallery-item .name {
    width: 100%;
    height: 12.6rem;
    position: static;
    background-color: #ffffff;
    color: #000000;
  }
  .theme .container .gallery-container .gallery-item .name span {
    width: 100%;
    height: 6.3rem;
    line-height: 9rem;
    font-size: 2.8rem;
    text-indent: 2rem;
    writing-mode: horizontal-tb;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .theme .container .gallery-container .gallery-item .name .en-name {
    display: block;
    line-height: 4rem;
    font-size: 2rem;
    color: #666666;
  }
  .theme .container .swiper-button-prev {
    display: block;
    position: absolute;
    width: 4.8rem;
    height: 4.8rem;
    background: url(./images/prev.png) no-repeat center center;
    left: 3rem;
    background-size: 100%;
  }
  .theme .container .swiper-button-prev::after {
    content: "";
  }
  .theme .container .swiper-button-prev:hover {
    background: url(./images/next.png) no-repeat center center;
    transform: rotateY(180deg);
    background-size: 100%;
  }
  .theme .container .swiper-button-next {
    display: block;
    position: absolute;
    width: 4.8rem;
    height: 4.8rem;
    background: url(./images/prev.png) no-repeat center center;
    transform: rotateY(180deg);
    right: 3rem;
    background-size: 100%;
  }
  .theme .container .swiper-button-next::after {
    content: "";
  }
  .theme .container .swiper-button-next:hover {
    background: url(./images/next.png) no-repeat center center;
    transform: rotateY(0deg);
    background-size: 100%;
  }
  .video-layer .video-content {
    width: 75rem;
  }
  .video-layer .video-content .close {
    height: 3rem;
  }
  .video-layer .video-content .videoPlay {
    height: 33.3rem;
  }
}
