@charset "UTF-8";

/* resources/static/themes/default/CIday2024/CIday2024.scss */
.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 .unlogin a.login-reg {
  border: 1px solid #1a78ee;
  color: #1a78ee;
}
@keyframes ani_down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-150%);
  }
}
#dowebok .section {
  text-align: center;
}
#dowebok .section.foot {
  background: #503680;
}
#dowebok .section.foot .pp-tableCell {
  vertical-align: bottom;
}
#menu {
  position: fixed;
  right: 2rem;
  top: 20%;
  z-index: 999;
  margin: 0;
  padding: 0;
}
#menu li {
  width: 3.26rem;
  height: 3.26rem;
  position: relative;
  margin-top: 2rem;
}
#menu li.active a {
  border: 0.8rem solid #ff3e4d;
}
#menu li.active span {
  display: block;
}
#menu li a {
  display: block;
  width: 3.26rem;
  height: 3.26rem;
  border-radius: 50%;
  border: 1px solid #989fa4;
  transition: all 0.3s;
  box-sizing: border-box;
  mix-blend-mode: multiply;
}
#menu li span {
  width: 25rem;
  text-align: right;
  position: absolute;
  right: 4.4rem;
  top: 0;
  display: none;
  font-weight: 400;
  font-size: 2.35rem;
  color: #ff3e4d;
  line-height: 3.26rem;
}
.bless {
  position: fixed;
  right: 1rem;
  bottom: 20rem;
  width: 13.14rem;
  height: 15.84rem;
  background: url(./images/ww.png) no-repeat;
  background-size: 100% 100%;
  z-index: 999;
}
.down {
  position: fixed;
  right: 50%;
  bottom: 3rem;
  transform: translateX(50%);
  width: 7rem;
  height: 7rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
}
.down::before {
  display: block;
  content: "";
  width: 7rem;
  height: 7rem;
  background: url(images/down.png) 50% no-repeat;
  animation: ani_down 1.6s ease-out 0s infinite;
}
.banner {
  width: 100%;
  height: 100vh;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner img.pc {
  display: block;
}
.banner img.mobile {
  display: none;
}
.main-video {
  width: 192rem;
  height: 100%;
  background: url(./images/bgc.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.main-video .title {
  width: 96rem;
  height: 12.5rem;
  margin: 5rem auto;
  background: url(./images/bt.png) no-repeat;
  background-size: 100% 100%;
}
.main-video .main {
  margin: 4.5rem 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/play1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 53rem;
  top: 27rem;
  cursor: pointer;
}
.main-video .main .content video {
  width: 100%;
  height: 100%;
}
.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;
}
.main-video .main .right .menu .swiper-slide {
  width: 100%;
  height: 18.6rem !important;
  position: relative;
  box-sizing: border-box;
  transition: border 0.3s;
}
.main-video .main .right .menu .swiper-slide.border {
  border: 0.5rem solid #ff5c53;
}
.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 .btn {
  width: 32.89rem;
  display: flex;
  margin-top: 3.2rem;
  justify-content: center;
}
.main-video .main .right .btn .prev {
  width: 1.6rem;
  height: 1.6rem;
  background: url(./images/top_l.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 3.2rem;
}
.main-video .main .right .btn .prev.on {
  background: url(./images/top_h.png) no-repeat;
  background-size: 100% 100%;
}
.main-video .main .right .btn .next {
  width: 1.6rem;
  height: 1.6rem;
  background: url(./images/bottom_l.png) no-repeat;
  background-size: 100% 100%;
}
.main-video .main .right .btn .next.on {
  background: url(./images/bottom_h.png) no-repeat;
  background-size: 100% 100%;
}
.sp {
  width: 100%;
  height: 100%;
  background: url(images/jpbg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.sp .header {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.sp .header .title {
  width: 83rem;
  height: 10.6rem;
  background: url(images/jptitle.png?v=1) no-repeat;
  background-size: 100% 100%;
  margin: 0rem 0rem 0 51rem;
}
.sp .header .open {
  width: 17.4rem;
  height: 6.1rem;
  background: #ffffff;
  border-radius: 3rem;
  border: 1px solid #ff5c53;
  line-height: 6.1rem;
  text-align: center;
  font-weight: 400;
  font-size: 2.2rem;
  color: #ff5c53;
  margin-left: 13.6rem;
  cursor: pointer;
}
.sp .same-pc {
  display: block;
}
.sp .same-pc .up,
.sp .same-pc .below {
  height: 35rem;
  display: flex;
  justify-content: space-between;
}
.sp .same-pc .up .item,
.sp .same-pc .below .item {
  width: 28rem;
  height: 35rem;
  position: relative;
  overflow: hidden;
  transition: all 3s ease-in-out;
  cursor: pointer;
  margin: 0 auto;
}
.sp .same-pc .up .item img,
.sp .same-pc .below .item img {
  width: 100%;
  height: 100%;
}
.sp .same-pc .up .item .shade,
.sp .same-pc .below .item .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/shade.png) no-repeat;
  background-size: 100% 100%;
  transition: all 2s ease-in-out;
}
.sp .same-pc .up .item .shade.on,
.sp .same-pc .below .item .shade.on {
  top: -35rem;
}
.sp .same-pc .up {
  margin: 0 auto 3rem;
  width: 121rem;
}
.sp .same-pc .below {
  width: 156.1rem;
  margin: 0 auto;
}
.sp .same-mobile {
  display: none;
}
.retrospect {
  width: 100%;
  height: 100%;
  background: url(images/hgbg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.retrospect .content {
  width: 170rem;
  margin: 3rem auto 0;
  display: flex;
}
.retrospect .content .title {
  width: 8.2rem;
  height: 49.2rem;
  margin: 6.1rem 0 0 11.3rem;
  background: url(images/hgtitle.png) no-repeat;
  background-size: 100% 100%;
}
.retrospect .content .prev,
.retrospect .content .next {
  width: 7.3rem;
  height: 2.3rem;
  margin-top: 29.8rem;
  cursor: pointer;
  z-index: 9;
}
.retrospect .content .prev {
  background: url(images/left.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 4rem;
}
.retrospect .content .next {
  background: url(images/right.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 4rem;
}
.retrospect .content .retrospectSwiper {
  width: 128rem;
  display: flex;
}
.retrospect .content .retrospectSwiper .swiper-wrapper {
  width: 110rem;
  margin: 0 auto;
}
.retrospect .content .retrospectSwiper .swiper-wrapper .swiper-slide {
  display: flex;
}
.retrospect .content .retrospectSwiper .swiper-wrapper .swiper-slide img {
  width: 63.2rem;
  height: 62.2rem;
  object-fit: contain;
  margin-top: 2.7rem;
}
.retrospect .content .retrospectSwiper .swiper-wrapper .swiper-slide .des {
  width: 47rem;
  height: 48.3rem;
  margin-top: 9.2rem;
  background-color: #5c5050;
  background-image: url(images/kz.png);
  background-repeat: no-repeat;
  background-size: 10.9rem 4.4rem;
  background-position: 31rem 39rem;
  position: relative;
  font-weight: 500;
  font-size: 2rem;
  color: #ffffff;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 6.4rem 6rem 10rem;
  text-align: left;
}
.retrospect .content .retrospectSwiper .swiper-wrapper .swiper-slide .des i {
  display: block;
  position: absolute;
  width: 38.2rem;
  height: 38.2rem;
  background: url(images/c.png) no-repeat;
  background-size: 100% 100%;
  top: -9.2rem;
  left: 18rem;
  z-index: 1;
}
.retrospect .content .retrospectSwiper .swiper-wrapper .swiper-slide .des p {
  font-weight: bold;
  font-size: 5.1rem;
  line-height: 4.84rem;
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.retrospect .content .retrospectSwiper .swiper-wrapper .swiper-slide .des p span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: #ff3756;
  border-radius: 50%;
  margin-right: 2.3rem;
}
.retrospect .content .retrospectSwiper .swiper-wrapper .swiper-slide .des .text {
  width: 36rem;
  height: 24rem;
  overflow-y: auto;
  position: relative;
  z-index: 10;
}
.retrospect .content .retrospectSwiper .swiper-wrapper .swiper-slide .des .text::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
}
.retrospect .content .retrospectSwiper .swiper-wrapper .swiper-slide .des .text::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  background: #716363;
}
.retrospect .content .retrospectSwiper .swiper-wrapper .swiper-slide .des .text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  background: #ffffff;
}
.retrospect .bar {
  width: 170rem;
  height: 1.8rem;
  margin: 12rem auto 0;
  background: url(images/line.png) no-repeat;
  background-size: 100% 100%;
}
.retrospect .bar .sign {
  width: 1.9rem;
  height: 1.9rem;
  float: left;
  margin-right: 6.1rem;
  cursor: pointer;
  position: relative;
}
.retrospect .bar .sign:nth-child(odd) {
  background: url(images/red.png) no-repeat;
  background-size: 100% 100%;
}
.retrospect .bar .sign:nth-child(odd) .line {
  background: url(images/redLine.png) no-repeat;
  background-size: 100% 100%;
  bottom: -5.76rem;
}
.retrospect .bar .sign:nth-child(odd) .year {
  bottom: -7.47rem;
}
.retrospect .bar .sign:nth-child(even) {
  background: url(images/grey.png) no-repeat;
  background-size: 100% 100%;
}
.retrospect .bar .sign:nth-child(even) .line {
  background: url(images/gLine.png) no-repeat;
  background-size: 100% 100%;
  top: -5.76rem;
}
.retrospect .bar .sign:nth-child(even) .year {
  top: -7.47rem;
}
.retrospect .bar .sign .icon {
  display: none;
  position: absolute;
  left: -1.1rem;
  top: -1.1rem;
  z-index: 2;
}
.retrospect .bar .sign.on .icon {
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  background: url(images/icon.png) no-repeat;
  background-size: 100%;
}
.retrospect .bar .sign .line {
  width: 0.5rem;
  height: 5.31rem;
  position: absolute;
  left: 0.7rem;
}
.retrospect .bar .sign .year {
  font-weight: 400;
  font-size: 2.2rem;
  color: #2d3b46;
  position: absolute;
  left: 2.3rem;
}
.wish {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: url(images/jpbg.png) no-repeat;
  background-size: 100% 100%;
}
.wish .title {
  width: 27.18rem;
  height: 9rem;
  margin: 2rem auto 0;
  background: url(images/zftitle.png) no-repeat;
  background-size: 100% 100%;
}
.wish .content {
  width: 122.58rem;
  margin: 3rem auto 0;
}
.wish .content .wishSwiper {
  width: 100%;
}
.wish .content .wishSwiper .swiper-slide {
  width: 100%;
  height: 63rem;
}
.wish .content .wishSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.wish .content .wishSwiper .swiper-slide .video-container {
  width: 106.92rem;
  height: 58.14rem;
  border-radius: 0.45rem;
  margin-top: 2.52rem;
  margin-left: 13.5rem;
  position: relative;
}
.wish .content .wishSwiper .swiper-slide .video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wish .content .wishSwiper .swiper-slide .video-container .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.64rem;
  height: 8.64rem;
  background: url(images/play1.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  cursor: pointer;
}
.wish .content .wishSwiper .wish-swiper-pagination {
  margin-top: 2.16rem;
}
.wish .content .wishSwiper .wish-swiper-pagination .swiper-pagination-bullet {
  width: 1.35rem;
  height: 1.35rem;
}
.wish .content .wishSwiper .wish-swiper-pagination .swiper-pagination-bullet-active {
  background: #ff3756;
}
.wish .danmu-container {
  position: absolute;
  width: 100%;
  margin: 1rem auto 0;
  overflow: hidden;
  height: 10rem;
}
.wish .blessings {
  display: flex;
  width: fit-content;
}
.wish .blessing {
  --bg-color: #5dc991;
  color: #fff;
  font-size: 2.4rem !important;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 400;
  padding: 1.6rem 2.5rem;
  background-color: var(--bg-color);
  margin: 0 2.5rem;
  white-space: nowrap;
  border-radius: 3.5rem;
  position: relative;
  line-height: 1.5;
}
.wish .blessing::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 0em;
  bottom: -0.4em;
  border-width: 0.5em 1em 0.5em 0;
  border-color: transparent var(--bg-color) transparent transparent;
  transform: rotate(-40deg);
}
.wish-list {
  width: 100%;
  height: 100%;
  background: url(images/zfbg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.wish-list .to20 {
  width: 137rem;
  margin: 1rem auto 0;
  height: 76.5rem;
  position: relative;
}
.wish-list .to20 .item {
  width: 62rem;
  height: 18.8rem;
  box-shadow: 0rem 1rem 2rem 0rem rgba(109, 109, 109, 0.42);
  border-radius: 2rem 0rem 2rem 0rem;
  border: 0.2px solid rgba(255, 255, 255, 0.67);
  position: absolute;
  cursor: pointer;
}
.wish-list .to20 .item .relative {
  position: relative;
  width: 100%;
  height: 100%;
}
.wish-list .to20 .item img {
  width: 50%;
  height: 100%;
  position: absolute;
}
.wish-list .to20 .item .text {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 3.6rem;
  text-align: left;
  color: #ffffff;
  line-height: 1.5;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wish-list .to20 .item .text .name {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
}
.wish-list .to20 .item .text .des {
  font-weight: bold;
  font-size: 1.8rem;
  font-weight: 400;
}
.wish-list .to20 .item .text .source {
  font-size: 1.6rem;
}
.wish-list .to20 .item:nth-child(1) {
  background: #00a2d7;
  top: 0;
  left: 0;
}
.wish-list .to20 .item:nth-child(1) .text {
  left: 0;
  top: 0;
}
.wish-list .to20 .item:nth-child(1) img {
  right: 0;
  top: 0;
}
.wish-list .to20 .item:nth-child(2) {
  background: #029756;
  top: 0;
  right: 0;
}
.wish-list .to20 .item:nth-child(2) .text {
  left: 0;
  top: 0;
}
.wish-list .to20 .item:nth-child(2) img {
  right: 0;
  top: 0;
}
.wish-list .to20 .item:nth-child(3) {
  width: 21rem;
  height: 36.3rem;
  border-radius: 2rem;
  transform: skew(323deg);
  left: 17rem;
  top: 20.2rem;
  overflow: hidden;
}
.wish-list .to20 .item:nth-child(3) .text {
  left: 50%;
  top: 0;
  width: 100%;
  height: 50%;
  transform: translateX(-50%) skew(37deg);
  text-align: center;
  padding-left: 0;
}
.wish-list .to20 .item:nth-child(3) img {
  left: 50%;
  bottom: 0;
  width: 160%;
  height: 50%;
  transform: translateX(-50%) skew(37deg);
}
.wish-list .to20 .item:nth-child(4) {
  width: 19.5rem;
  height: 36.3rem;
  background: #6d38ad;
  right: 42.5rem;
  top: 20.2rem;
}
.wish-list .to20 .item:nth-child(4) .text {
  text-align: center;
  padding-left: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.wish-list .to20 .item:nth-child(4) img {
  right: 0;
  top: 0;
  width: 100%;
  height: 50%;
}
.wish-list .to20 .item:nth-child(5) {
  width: 19.5rem;
  height: 36.3rem;
  background: #ecb132;
  right: 0rem;
  top: 20.2rem;
}
.wish-list .to20 .item:nth-child(5) .text {
  padding-left: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  text-align: center;
}
.wish-list .to20 .item:nth-child(5) img {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.wish-list .to20 .item:nth-child(6) {
  background: #a02d62;
  left: 0;
  bottom: 0;
}
.wish-list .to20 .item:nth-child(6) .text {
  right: 0;
  top: 0;
}
.wish-list .to20 .item:nth-child(6) img {
  left: 0;
  bottom: 0;
}
.wish-list .to20 .item:nth-child(7) {
  background: #0e969d;
  right: 0;
  bottom: 0;
}
.wish-list .to20 .item:nth-child(7) .text {
  right: 0;
  top: 0;
}
.wish-list .to20 .item:nth-child(7) img {
  left: 0;
  bottom: 0;
}
.wish-list .more {
  display: block;
  margin: 1rem auto;
  width: 17.3rem;
  height: 6rem;
  background: #ffffff;
  border-radius: 3rem;
  font-weight: 400;
  font-size: 2.2rem;
  color: #ff3756;
  line-height: 6rem;
  text-align: center;
}
.activity {
  width: 100%;
  height: 100%;
  background: url(images/ztbg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.activity .title {
  width: 34.2rem;
  height: 10rem;
  margin: 7rem auto 6.5rem;
  background: url(images/zttitle.png) no-repeat;
  background-size: 100% 100%;
}
.activity .activity-content {
  width: 156.5rem;
  margin: 0rem auto 0;
  position: relative;
}
.activity .activity-content .activitySwiper .swiper-slide {
  transform: scale(0.5);
}
.activity .activity-content .activitySwiper .swiper-slide img {
  width: 100%;
  height: 56.8rem;
  border-radius: 1rem;
  object-fit: cover;
}
.activity .activity-content .activitySwiper .swiper-slide-active,
.activity .activity-content .activitySwiper .swiper-slide-duplicate-active {
  transform: scale(1);
}
.activity .activity-content .des {
  position: absolute;
  left: 29rem;
  bottom: -3.3rem;
  width: 63.9rem;
  height: 9.8rem;
  background: url(images/shan.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  z-index: 10;
  box-sizing: border-box;
  padding-left: 3rem;
  padding-top: 3rem;
  text-align: left;
}
.activity .activity-content .des .cin {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
.activity .activity-content .des .eng {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  width: 57rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activity .activity-content .swiper-horizontal > .swiper-pagination-bullets,
.activity .activity-content .swiper-pagination-bullets.swiper-pagination-horizontal,
.activity .activity-content .swiper-pagination-custom,
.activity .activity-content .swiper-pagination-fraction {
  bottom: -8rem;
}
.activity .activity-content .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background: #c8c8c8;
  opacity: 1;
  border-radius: 50%;
  margin: 0 0.5rem;
}
.activity .activity-content .swiper-pagination-bullet-active {
  background: #ff3756;
}
.shadow-layer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.shadow-layer .layer-video {
  width: 118.8rem;
  height: auto;
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
  border: 0.5rem solid #f98125;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shadow-layer .layer-video .layer-video-info .layer-video-info-title {
  font-size: 1.8rem;
  color: #971412;
  font-weight: bold;
}
.shadow-layer .layer-video .layer-video-info .layer-video-info-desc {
  color: #971412;
  font-size: 1.5rem;
  line-height: 1.5;
}
.shadow-layer .layer-video .layer-video-info .close-icon {
  width: 2rem;
  height: 2rem;
  background: url(images/close.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
  z-index: 999999;
}
.shadow-layer .layer-video video {
  width: 100%;
}
@media (max-width: 768px) {
  html,
  body {
    overflow: auto !important;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
  }
  .headerNav .unlogin a.login-link {
    background: url(../images/user.png) no-repeat;
    background-size: 100% 100%;
  }
  .placed {
    position: static;
  }
  .placed .unlogin a.login-link {
    background: url(../images/placeUser.png) no-repeat;
    background-size: 100% 100%;
  }
  #menu {
    display: none;
  }
  .down {
    display: none;
  }
  .banner {
    height: 90rem;
  }
  .banner img.pc {
    display: none;
  }
  .banner img.mobile {
    display: block;
  }
  .main-video {
    width: 100%;
    height: 89rem;
  }
  .main-video .title {
    width: 67.6rem;
    height: 8.5rem;
    margin: 11rem auto 0;
  }
  .main-video .main {
    width: 100%;
    display: block;
  }
  .main-video .main .content {
    width: 69.5rem;
    height: 38.2rem;
    margin: 0 auto;
  }
  .main-video .main .content .tit {
    font-size: 2.8rem;
    padding: 2rem 0 0 2rem;
    height: 8rem;
  }
  .main-video .main .content .msgPlay {
    top: 15rem;
    left: 29rem;
  }
  .main-video .main .right {
    width: 69.5rem;
    margin: 2rem auto 0;
    overflow: hidden;
  }
  .main-video .main .right .menu {
    width: 100%;
    height: 14.4rem;
  }
  .main-video .main .right .menu .swiper-slide {
    height: 100% !important;
  }
  .main-video .main .right .menu .swiper-slide.border {
    border: 0.3rem solid #ff5c53;
  }
  .main-video .main .right .btn {
    width: 100%;
    display: flex;
    margin-top: 3.2rem;
    justify-content: flex-end;
  }
  .main-video .main .right .btn .prev {
    background: url(./images/lll_r.png) no-repeat;
    background-size: 100% 100%;
  }
  .main-video .main .right .btn .prev.on {
    background: url(./images/lll_g.png) no-repeat;
    background-size: 100% 100%;
  }
  .main-video .main .right .btn .next {
    background: url(./images/rrr_r.png) no-repeat;
    background-size: 100% 100%;
  }
  .main-video .main .right .btn .next.on {
    background: url(./images/rrr_g.png) no-repeat;
    background-size: 100% 100%;
  }
  .sp {
    background: url(images/jpbg_m.png) no-repeat;
    background-size: 100% 100%;
  }
  .sp .header {
    display: block;
  }
  .sp .header .title {
    width: 66rem;
    height: 8.5rem;
    margin: 7.3rem auto 3.8rem;
  }
  .sp .header .open {
    margin: 0 auto 4.9rem;
  }
  .sp .same-pc {
    display: none;
  }
  .sp .same-mobile {
    display: block;
    width: 100%;
    position: relative;
  }
  .sp .same-mobile .spSwiper {
    width: 53rem;
  }
  .sp .same-mobile .spSwiper ul .item {
    width: 100%;
    height: 67rem;
    position: relative;
    overflow: hidden;
  }
  .sp .same-mobile .spSwiper ul .item img {
    width: 100%;
    object-fit: cover;
  }
  .sp .same-mobile .spSwiper ul .item .shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/shade.png) no-repeat;
    background-size: 100% 100%;
    transition: all 2s ease-in-out;
  }
  .sp .same-mobile .spSwiper ul .item .shade.on {
    top: -67rem;
  }
  .sp .same-mobile .spSwiper .sp-swiper-pagination {
    margin-top: 3.8rem;
    margin-bottom: 10rem;
  }
  .sp .same-mobile .spSwiper .swiper-pagination-bullet-active {
    background: #f93651;
  }
  .sp .same-mobile .sp-button-prev,
  .sp .same-mobile .sp-button-next {
    width: 5.6rem;
    height: 5.6rem;
    position: absolute;
    top: 27.4rem;
  }
  .sp .same-mobile .sp-button-prev {
    left: 2.5rem;
    background: url(images/spleft.png) no-repeat;
    background-size: 100% 100%;
  }
  .sp .same-mobile .sp-button-next {
    right: 2.5rem;
    background: url(images/spright.png) no-repeat;
    background-size: 100% 100%;
  }
  .retrospect {
    background: url(images/hgbg_m.png) no-repeat;
    background-size: 100% 100%;
  }
  .retrospect .content {
    width: 100%;
    margin: 0rem auto 0;
    display: block;
    position: relative;
  }
  .retrospect .content .title {
    width: 45.6rem;
    height: 9.6rem;
    margin: 10rem auto 5.1rem;
    background: url(images/hg_m.png) no-repeat;
    background-size: 100% 100%;
  }
  .retrospect .content .retrospectSwiper {
    width: 64.7rem;
    display: block;
  }
  .retrospect .content .retrospectSwiper .swiper-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .retrospect .content .retrospectSwiper .swiper-wrapper .swiper-slide {
    display: block;
  }
  .retrospect .content .retrospectSwiper .swiper-wrapper .swiper-slide img {
    width: 56.77rem;
    height: 55.87rem;
    margin-top: 0rem;
  }
  .retrospect .content .retrospectSwiper .swiper-wrapper .swiper-slide .des {
    width: 64.7rem;
    height: 35.6rem;
    margin-top: -5rem;
    background-position: 48.9rem 28.3rem;
    font-size: 2.6rem;
    padding: 8rem;
    overflow: hidden;
    z-index: -1;
  }
  .retrospect .content .retrospectSwiper .swiper-wrapper .swiper-slide .des i {
    width: 29.77rem;
    height: 29.77rem;
    top: -5.3rem;
    right: -3.4rem;
    left: auto;
  }
  .retrospect .content .retrospectSwiper .swiper-wrapper .swiper-slide .des p {
    font-size: 4.6rem;
  }
  .retrospect .content .retrospectSwiper .swiper-wrapper .swiper-slide .des .text {
    width: 48rem;
    height: 12rem;
  }
  .retrospect .content .prev,
  .retrospect .content .next {
    margin-top: 0;
    z-index: 9;
    position: absolute;
    top: 35rem;
  }
  .retrospect .content .prev {
    margin-left: 0;
    left: 0.8rem;
  }
  .retrospect .content .next {
    margin-right: 0;
    right: 0.8rem;
  }
  .retrospect .bar-list {
    width: 100%;
    overflow-x: auto;
  }
  .retrospect .bar {
    margin: 15rem 3rem 22rem;
  }
  .retrospect .bar .sign {
    position: relative;
  }
  .wish .title {
    width: 30.2rem;
    height: 10.1rem;
    margin: 5rem auto 0;
  }
  .wish .content {
    width: 69.7rem;
    margin: 5.8rem auto 14rem;
  }
  .wish .content .wishSwiper .swiper-slide {
    height: 35.45rem;
  }
  .wish .content .wishSwiper .swiper-slide .video-container {
    width: 60.24rem;
    height: 32.76rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
    margin-left: 7.5rem;
  }
  .wish .content .wishSwiper .swiper-slide .video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wish .content .wishSwiper .wish-swiper-pagination {
    margin-top: 2.16rem;
  }
  .wish .content .wishSwiper .wish-swiper-pagination .swiper-pagination-bullet {
    width: 1.35rem;
    height: 1.35rem;
  }
  .wish .content .wishSwiper .wish-swiper-pagination .swiper-pagination-bullet-active {
    background: #ff3756;
  }
  .wish .danmu-container {
    margin-bottom: 0rem;
    bottom: 0rem;
  }
  .wish-list .to20 {
    width: 63rem;
    margin: 8rem auto 4.5rem;
    height: 35.1rem;
  }
  .wish-list .to20 .item {
    width: 28.5rem;
    height: 8.6rem;
  }
  .wish-list .to20 .item .text {
    padding-left: 1.5rem;
    padding-top: 1.5rem;
  }
  .wish-list .to20 .item .text .name {
    font-size: 1.06rem;
    margin-bottom: 1.1rem;
  }
  .wish-list .to20 .item .text .des {
    font-size: 0.8rem;
  }
  .wish-list .to20 .item .text .source {
    font-size: 0.71rem;
  }
  .wish-list .to20 .item:nth-child(3) {
    width: 9.6rem;
    height: 16.1rem;
    border-radius: 0.92rem;
    left: 9rem;
    top: 9.26rem;
  }
  .wish-list .to20 .item:nth-child(4) {
    width: 8.95rem;
    height: 16.66rem;
    right: 19.5rem;
    top: 9.26rem;
  }
  .wish-list .to20 .item:nth-child(5) {
    width: 8.95rem;
    height: 16.66rem;
    top: 9.26rem;
  }
  .wish-list .more {
    margin: 0 auto 4.4rem;
  }
  .activity {
    background: url(images/ztbg_m.png) no-repeat;
    background-size: 100% 100%;
  }
  .activity .title {
    margin: 6.9rem auto 7.6rem;
  }
  .activity .activity-content {
    width: 72.8rem;
    margin: 0 auto 16rem;
  }
  .activity .activity-content .activitySwiper .swiper-slide {
    transform: scale(0.5);
  }
  .activity .activity-content .activitySwiper .swiper-slide img {
    height: 31.9rem;
    border-radius: 1.5rem;
  }
  .activity .activity-content .activitySwiper .swiper-slide-active,
  .activity .activity-content .activitySwiper .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .activity .activity-content .des {
    left: 5.7rem;
    bottom: -5.3rem;
    width: 57.25rem;
    height: 8.78rem;
    padding-left: 2.7rem;
    padding-top: 2rem;
  }
  .activity .activity-content .des .cin {
    font-size: 2.6rem;
  }
  .activity .activity-content .des .eng {
    font-size: 1.4rem;
    width: 50rem;
  }
  .activity .activity-content .swiper-horizontal > .swiper-pagination-bullets,
  .activity .activity-content .swiper-pagination-bullets.swiper-pagination-horizontal,
  .activity .activity-content .swiper-pagination-custom,
  .activity .activity-content .swiper-pagination-fraction {
    bottom: -10rem;
  }
  .shadow-layer .layer-video {
    width: 70rem;
  }
}
