@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url('../fonts/SourceHanSansCN-Regular.otf');
}

.page-container {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  overflow-x: hidden;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .5s ease;
  z-index: 99;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  background-color: transparent;
  overflow: hidden;
}

.header-wrapper.scroll-theme {
  background-color: rgba(0, 0, 0, .85);
}

.header-wrapper .header-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 17.8rem;
}

.header-wrapper .right-info {
  display: none
}

.header-wrapper .header-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 17.8rem
}

.header-wrapper .logo,
.header-wrapper .nav-menu {
  display: flex;
  align-items: center;
  color: #fff
}

.header-wrapper .logo a.hover,
.header-wrapper .nav-menu a.hover {
  color: #fff;
  position: relative;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "SourceHanSansCN-Regular", serif;
  font-weight: 400;
  flex-wrap: nowrap;
  white-space: nowrap
}

.header-wrapper .logo a.hover .user-name,
.header-wrapper .nav-menu a.hover .user-name {
  max-width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.header-wrapper .logo a.hover.active:not(.no-hover),
.header-wrapper .logo a.hover:active:not(.no-hover),
.header-wrapper .logo a.hover:hover:not(.no-hover),
.header-wrapper .nav-menu a.hover.active:not(.no-hover),
.header-wrapper .nav-menu a.hover:active:not(.no-hover),
.header-wrapper .nav-menu a.hover:hover:not(.no-hover) {
  color: #f8cba0
}

.header-wrapper .logo {
  font-size: .28rem;
  font-family: "SourceHanSansCN-Regular", serif;
  font-weight: 400
}

.header-wrapper .logo span {
  margin-left: .18rem
}

.header-wrapper .nav-menu {
  justify-content: center;
  overflow: hidden
}

.header-wrapper .nav-menu .nav-menu-item {
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 .53rem;
  font-size: .25rem
}

.header-wrapper .nav-menu .nav-menu-item:first-child {
  margin-left: 0
}

.header-wrapper .nav-menu .nav-menu-item:last-child {
  margin-right: 0
}

.header-wrapper .nav-menu .nav-menu-item a {
  font-family: "SourceHanSansCN-Regular", serif;
  font-weight: 500;
  font-size: .25rem
}

@media screen and (max-width: 800px) {
  .header-wrapper {
    padding: 0 .46rem;
    height: 1.45rem;
    border: none;
    opacity: 1
  }

  .header-wrapper.header-bg {
    transition: none;
    background-color: rgba(0, 0, 0, .85)
  }

  .header-wrapper .logo {
    display: flex;
    align-items: center;
    color: #fff
  }

  .header-wrapper .logo span {
    display: flex;
    font-size: .38rem
  }

  .header-wrapper .right-info {
    display: flex;
    align-items: center
  }

  .header-wrapper .right-info .close-icon,
  .header-wrapper .right-info .menu-icon,
  .header-wrapper .right-info .user-icon {
    transition: all .3s;
    width: .39rem;
    height: .38rem;
    background-size: 100% 100%;
    background-position: 50%
  }

  .header-wrapper .right-info .menu-icon {
    background-image: url(https://s1.xiaomiev.com/activity-outer-assets/web/common/menu.png);
    margin-left: .69rem
  }

  .header-wrapper .right-info .close-icon {
    background-image: url(https://s1.xiaomiev.com/activity-outer-assets/web/common/close.png)
  }

  .header-wrapper .menu {
    width: 100vw;
    display: none;
    overflow: hidden;
    opacity: 0;
    flex-direction: column;
    position: fixed;
    top: 1.45rem;
    left: 0;
    justify-content: flex-start;
    background: rgba(0, 0, 0, .85);
    transition: all .1s ease-in-out;
    overflow: auto;
    z-index: -1;
    padding-bottom: .2rem;
    box-sizing: border-box;
    height: calc(100% - 1.45rem)
  }

  .header-wrapper .menu.nav-menu.visible {
    opacity: 1;
    z-index: 99
  }

  .header-wrapper .menu .menu-item {
    flex: 0 1 1.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - .92rem);
    margin: 0 auto
  }

  .header-wrapper .menu .menu-item:first-child {
    border-top: 1px solid hsla(0, 0%, 100%, .3)
  }

  .header-wrapper .menu .menu-item .user-name {
    max-width: 40vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto
  }

  .header-wrapper .menu .menu-item.nav-menu-item {
    box-sizing: border-box;
    justify-content: center;
    margin: 0;
    align-items: center
  }

  .header-wrapper .menu .menu-item.nav-menu-item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: .38rem;
    color: #ccc
  }

  .header-wrapper .menu .menu-item.nav-menu-item.active a {
    color: #f8cba0
  }

  .header-wrapper .placeholder {
    display: none
  }
}

a .mi-logo {
  display: flex;
  height: 0.5rem;
}

.section_r {
  position: relative
}

.section_a {
  position: absolute
}

.section-center-content {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%
}

.section1 {
  /* height: 14.37rem */
  height: 14.24rem;
}

.section1 .section1-content {
  top: 2.52rem;
  z-index: 2;
  text-align: center
}

.section1 .section1-content .section1-image {
  height: .62rem;
  width: 6.41rem;
  margin: 0 auto
}

.section1 .section1-content p {
  color: #fff;
  font-size: .4rem;
  margin-top: .41rem
}

.section1 .section1-bottom-box {
  top: 12.53rem;
  z-index: 2;
  width: 2.64rem;
  height: .54rem
}

.swiper-container {
  position: relative
}

.swiper-container .swiper-slide {}

.swiper-container .swiper-pagination {
  position: absolute;
  bottom: .66rem;
  font-size: 0
}

.swiper-container .swiper-pagination .swiper-pagination-bullets {
  display: flex;
  justify-content: center
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: .94rem;
  height: .05rem;
  text-align: center;
  opacity: .2;
  background: #fff;
  transition: all .1s;
  border-radius: 0;
  margin: 0 .06rem
}

.swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1
}

.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff
}

@media screen and (max-width: 800px) {
  .swiper-container .swiper-slide {
    height: 19.2rem
  }

  .swiper-container .swiper-pagination {
    bottom: 2.71rem
  }
}


.section2 {
  text-align: center;
  height: 14.38rem;
  position: relative
}

.section2 .section2-content {
  top: 4.12rem
}

.section2 .section2-content p {
  color: #fff;
  font-size: .5rem;
  margin-top: .28rem;
  line-height: 1
}

.video-wrapper .play-button {
  cursor: pointer;
  width: 1.33rem;
  height: 1.33rem;
  background-size: 1.33rem 1.33rem;
}

.section2 .play-button {
  position: absolute;
  top: 10.52rem
}

.video-player {
  width: 17rem;
  height: 9rem;
  font-size: 0
}

.video-player video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  background-color: #000
}

@media screen and (max-width: 800px) {
  .video-player {
    width: 100vw;
    height: auto
  }
}

.video-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  min-width: auto
}

.video-wrapper video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.video-wrapper .poster {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.video-wrapper .poster-modal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  z-index: 2
}

.video-wrapper .play-button {
  cursor: pointer;
  width: 1.33rem;
  height: 1.33rem;
  background-size: 1.33rem 1.33rem
}

@media screen and (max-width: 800px) {
  .video-wrapper {
    height: 100%
  }

  .play-button {
    width: 1.48rem;
    height: 1.48rem;
    background-size: 1.48rem 1.48rem
  }

  .section1 {
    height: 19.18rem
  }

  .section1 .section1-content {
    top: 4.5rem
  }

  .section1 .section1-content .section1-image {
    height: .62rem;
    width: 6.41rem;
    margin: 0 auto
  }

  .section1 .section1-content p {
    font-size: .4rem;
    margin-top: .41rem
  }

  .section1 .swiper-button-prev {
    left: .6rem;
    top: 9.36rem
  }

  .section1 .swiper-button-next {
    right: .6rem;
    top: 9.36rem
  }

  .section1 .swiper-pagination {
    top: 16.75rem
  }

  .section1 .section1-bottom-box {
    top: 15.21rem;
    z-index: 2;
    width: 2.64rem;
    height: .54rem
  }

  .section2 {
    text-align: center;
    height: 6.08rem;
    position: relative
  }

  .section2 .section2-content {
    top: 1.09rem
  }

  .section2 .section2-content p {
    color: #fff;
    font-size: .28rem;
    margin-top: .17rem;
    line-height: 1
  }

  .section2 .play-button {
    position: absolute;
    top: 4.62rem;
    width: .69rem;
    height: .69rem;
    background-size: .69rem .69rem
  }
}


.footer-wrapper {
  z-index: 2;
  width: 100%;
  background-color: #000;
  box-sizing: border-box;
  padding: 1.35rem 0 1.15rem;
  overflow: visible
}

.footer-wrapper .content {
  display: flex;
  flex-direction: column
}

.footer-wrapper .top-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}

.footer-wrapper .top-content .social-content {
  position: relative
}

.footer-wrapper .top-content .social-content p {
  font-size: .34rem;
  color: #656565;
  font-weight: 200
}

.footer-wrapper .top-content .social-content .qrcode-container {
  position: absolute;
  left: 50%;
  margin-top: -20px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 250px
}

.footer-wrapper .top-content .social-content .qrcode-container .qrcode-content {
  display: flex;
  justify-content: space-between;
  visibility: hidden;
  padding: 10px 15px 25px;
  transition: visibility .001ms linear .1s, opacity .3s ease-out, transform .3s ease-out;
  transform: translateY(-30px);
  opacity: 0;
  background-color: #fff;
  border-radius: .1rem
}

.footer-wrapper .top-content .social-content .qrcode-container .qrcode-content .qrcode-item {
  width: 100px
}

.footer-wrapper .top-content .social-content .qrcode-container .qrcode-content .qrcode-copy {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  color: rgba(0, 0, 0, .5)
}

.footer-wrapper .top-content .social-content .qrcode-container .qrcode-content:after {
  position: absolute;
  z-index: 101;
  bottom: -18px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #fff
}

.footer-wrapper .top-content .social-group {
  display: flex;
  flex-direction: row;
  margin-bottom: .4rem
}

.footer-wrapper .top-content .social-group .social-item {
  width: 2.42rem;
  height: .7rem;
  background-color: #333;
  color: hsla(0, 0%, 100%, .5);
  margin: 0 .21rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .35rem
}

.footer-wrapper .top-content .social-group .social-item__vx {
  position: relative;
  cursor: pointer
}

.footer-wrapper .top-content .vertical-line {
  width: .05rem;
  height: 1.43rem;
  background-color: #dcdcdc;
  opacity: .3;
  margin: 0 .77rem 0 1.02rem
}

.footer-wrapper .top-content .phone-content {
  text-align: center;
  line-height: 1
}

.footer-wrapper .top-content .phone-content p {
  font-size: .4rem;
  color: #656565;
  font-weight: 200;
  margin-bottom: .4rem
}

.footer-wrapper .top-content .phone-content p:first-child {
  font-size: .8rem;
  color: #f8cba0;
  font-weight: 400
}

.footer-wrapper .bottom-content {
  font-size: .3rem;
  text-align: center;
  margin-top: .94rem;
  font-weight: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1
}

.footer-wrapper .bottom-content a,
.footer-wrapper .bottom-content span {
  color: #656565;
  margin: 0 .12rem
}

@media screen and (max-width: 800px) {
  .footer-wrapper {
    height: 7.54rem;
    padding-top: 1.6rem
  }

  .footer-wrapper .top-content {
    flex-direction: column-reverse
  }

  .footer-wrapper .top-content .social-content p {
    font-size: .32rem
  }

  .footer-wrapper .top-content .social-group {
    margin-bottom: .37rem
  }

  .footer-wrapper .top-content .social-group .social-item {
    width: 3.1rem;
    height: .9rem;
    background-color: #333;
    color: hsla(0, 0%, 100%, .5);
    margin: .41rem .15rem 0 .15rem
  }

  .footer-wrapper .top-content .phone-content p {
    line-height: 1
  }

  .footer-wrapper .top-content .phone-content p:first-child {
    font-size: .92rem;
    color: #f8cba0;
    opacity: 1;
    margin-bottom: .46rem
  }

  .footer-wrapper .bottom-content {
    font-size: .22rem;
    color: #fff;
    margin-top: .5rem;
    flex-direction: column;
    line-height: .34rem
  }

  .footer-wrapper .bottom-content a,
  .footer-wrapper .bottom-content span {
    color: #656565;
    margin: 0 .05rem
  }

  .footer-wrapper .vertical-line {
    display: none
  }
}



.JtWFz {
    position: relative;
    z-index: 1;
    max-width: 1216px;
    margin: 0 auto 0px;
    padding: 1.5rem 48px 1rem;
    transition: all 0.3s ease 0s;
}
.cbMnOv {
    /* margin-top: 78px; */
    /* margin-bottom: 32px; */
}
.cbMnOv .title {
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: rgb(23, 26, 32);
}
.cbMnOv .contents {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(356px, 1fr));
    gap: 26px;
}
.euxcwv {
    width: 100%;
    cursor: pointer;
}
.alEkM {
    border-radius: 16px;
    margin-bottom: 12px;
}

.gPyUqt {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.adm-ellipsis {
    line-height: 1.5;
    overflow: hidden;
}
.esagaE {
    height: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    color: rgb(23, 26, 32);
}
.bsXFVo {
    max-height: 36px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: rgb(92, 94, 98);
}

@media screen and (max-width: 800px) {
  .JtWFz {
      position: relative;
      z-index: 1;
      max-width: 1216px;
      margin: 0 auto 0px;
      padding: 2rem 20px 1rem;
      transition: all 0.3s ease 0s;
  }
  .gPyUqt {
    height: auto !important;
  }
  .cbMnOv .contents {
    grid-template-columns: none;
  }
}

.gGphwT {
    height: 66px;
    display: grid;
    grid-template-rows: 18px min-content;
    row-gap: 3px;
    margin: 40px auto 48px;
}
.etgjdB {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}
.etgjdB a {
  color: #000;
}
.description2 {
  margin-bottom: 50px;
  font-size: 12px;
  line-height: 20px;
}
.fCfOq {
    font-weight: 500;
    font-size: 34px;
    color: rgb(23, 26, 32);
}
.jjAqZW > .video-wrapper {
    margin-bottom: 50px;
}
.jjAqZW > .video-wrapper > video {
  position: relative;
  height: auto;
}
.pv-video-player {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-family: "SourceHanSansCN-Regular","microsoft yahei ui","microsoft yahei","simsun","sans-serif";
    position: relative;
    height: 100%;
    margin: 0;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    transition: opacity .5s;
    box-sizing: border-box;
    background: #000;
    text-align: left !important;
    direction: ltr;
}
.pv-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pv-video-player * {
    box-sizing: border-box;
}
.pv-log-message {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 20px;
    z-index: 20;
    background-color: rgba(0,16,27,.7);
    border-radius: 8px;
    min-width: 250px;
    max-width: 80%;
    opacity: 0;
    transition: opacity 1s;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: normal;
    word-break: break-word;
    display: none;
}

.jjAqZW > .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgb(23, 26, 32);
    margin-bottom: 16px;
}

.jjAqZW > .related-videos {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: rgb(23, 26, 32);
    margin-bottom: 16px;
}
.jjAqZW > .related-videos::after {
    content: "相关视频";
}
.jjAqZW > .related-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px 24px;
}
.euxcwv {
    width: 100%;
    cursor: pointer;
}
.alEkM {
    border-radius: 16px;
    margin-bottom: 12px;
}

.gPyUqt {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.esagaE {
    height: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    color: rgb(23, 26, 32);
}
.bsXFVo {
    max-height: 36px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: rgb(92, 94, 98);
}


.dialog-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.9);
    z-index: 99
}

.dialog-outer-common {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    border: none;
    overflow: hidden;
    animation: optical-0ebb43d6 .3s ease-in-out
}

.dialog-outer-common .dialog-content {
    position: relative;
    background: #fff;
    height: 100%;
    width: 100%;
    border: none;
    box-shadow: 0 0 999px 999px rgba(0,0,0,.3725490196)
}

.dialog-outer-common .close-button {
    position: absolute;
    cursor: pointer;
    right: 1px;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url(../images/popup_close_button.png);
    background-size: 100% 100%;
    z-index: 1
}

.dialog-outer-video {
    width: -moz-min-content;
    width: min-content;
    height: -moz-min-content;
    height: min-content;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: optical-0ebb43d6 .3s ease-in-out
}

@keyframes optical-0ebb43d6 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.dialog-outer-video .dialog-content {
    box-shadow: 0 0 999px 999px rgba(0,0,0,.3725490196);
    background: none
}

.dialog-outer-video .close-button {
    position: absolute;
    cursor: pointer;
    right: 1px;
    top: -30px;
    width: 20px;
    height: 20px;
    background: url(../images/popup_close_button.png);
    background-size: 100% 100%
}

.video-player {
    width: 17rem;
    height: 9rem;
    font-size: 0
}

.video-player video {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    background-color: #000
}

@media screen and (max-width: 800px) {
    .video-player {
        width:100vw;
        height: auto
    }
}

.video-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-width: auto
}

.video-wrapper video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video-wrapper .poster {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.video-wrapper .poster-modal {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.5);
    z-index: 2
}

.video-wrapper .play-button {
    cursor: pointer;
    width: 1.33rem;
    height: 1.33rem;
    background-size: 1.33rem 1.33rem
}

@media screen and (max-width: 800px) {
    .video-wrapper {
        height:100%
    }

    .play-button {
        width: 1.48rem;
        height: 1.48rem;
        background-size: 1.48rem 1.48rem
    }
}

@media screen and (max-width: 800px) {
  .section2 .play-button {
    position: absolute;
    top: 4.92rem;
    width: 0.69rem;
    height: 0.69rem;
    background-size: 0.69rem 0.69rem;
  }
}