@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url(../font/SourceHanSansCN-Regular.ttf) format("truetype");
  font-style: normal;
  font-display: fallback;
}

.img_100 {
  width: 100%;
  height: 100%;
}

.btn {
  background-color: transparent;
  outline: none;
  padding: 0;
  border: none;
  cursor: pointer;
}

html {
  font-size: calc(100vw/750 * 100);
  font-size: -webkit-calc(100vw/750 * 100);
  /* 适配safari */
  min-height: 0vw;
  user-select: none;
}

@media only screen and (min-width: 750px) {
  html {
    font-size: 75px;
  }
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.wrapper {
  width: 7.5rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.nav-layer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.hamburgers {
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0.4rem;
  right: 0.36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}

.bar {
  display: block;
  width: 0.45rem;
  height: 2px;
  margin: 0.2rem auto;
  transition: all 0.3s cubic-bezier(0.37, -1.11, 0.79, 2.02);
  background-color: #f1faee;
}

.hamburgers.cur .bar:nth-child(1) {
  transform: translateY(0.13rem) rotate(45deg);
}

.hamburgers.cur .bar:nth-child(2) {
  transform: translateY(-0.11rem) rotate(-45deg);
}

.nav-box {
  width: 7.5rem;
  height: 100vh;
  background-color: #020717;
  position: absolute;
  top: -100vh;
  left: 0;
  transition: all 0.8s;
}

.nav-box.cur {
  transform: translateY(100%);
}

.nav-logo {
  width: 1.83rem;
  height: 1.28rem;
  position: absolute;
  top: 0.34rem;
  left: 0.5rem;
}

.nav-lists {
  width: 100%;
  margin: 2rem auto 0;
}

.nav-lists ul li {
  color: #bdc6e5;
  text-align: center;
  font-size: 0.3rem;
  text-transform: uppercase;
  font-family: "SourceHanSansCN-Regular";
  cursor: pointer;
  margin-bottom: 0.8rem;
}

.nav-lists ul li span {
  position: relative;
}

.nav-lists ul li.cur {
  color: #fff;
}

.nav-lists ul li span::before {
  content: "";
  background: url(../images/nav-icon-selected.png) no-repeat center 0 / 100% 100%;
  width: 1.43rem;
  height: 0.13rem;
  position: absolute;
  top: 50%;
  margin-top: -0.07rem;
  left: -1.8rem;
  transform: rotate(180deg);
  opacity: 0;
  transition: all 0.3s;
}

.nav-lists ul li span::after {
  content: "";
  background: url(../images/nav-icon-selected.png) no-repeat center 0 / 100% 100%;
  width: 1.43rem;
  height: 0.13rem;
  position: absolute;
  top: 50%;
  margin-top: -0.07rem;
  right: -1.8rem;
  opacity: 0;
  transition: all 0.3s;
}

.nav-lists ul li.cur span::before,
.nav-lists ul li.cur span::after {
  opacity: 1;
}

.nav-btn-shop {
  display: block;
  color: #bdc6e5;
  text-align: center;
  font-size: 0.3rem;
  text-transform: uppercase;
  font-family: "SourceHanSansCN-Regular";
  cursor: pointer;
  margin: 0 auto 0;
  position: relative;
}

.nav-btn-shop span {
  position: relative;
  padding-right: 0.4rem;
}

.nav-btn-shop span::after {
  content: "";
  background: url(../images/nav-icon-store.png) no-repeat center 0 / 100% 100%;
  width: 0.68rem;
  height: 0.38rem;
  position: absolute;
  top: 0.22rem;
  right: -0.4rem;
}


.home-sns {
  width: 4.42rem;
  height: 0.43rem;
  margin: 1.6rem auto 0;
}

.home-sns-btns {
  background: url(../images/nav-icon-sns.png) no-repeat 0 0 / 4.42rem 0.43rem;
  width: 4.42rem;
  height: 0.43rem;
  display: flex;
  justify-content: space-between;
}

.home-sns-btns a {
  width: 0.4rem;
  height: 0.4rem;
}

.pageSwiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* home */
.home {
  background: url(../images/kv.jpg) no-repeat center bottom / cover;
  width: 100%;
  height: 100%;
}

.home::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.home::after {
  content: "";
  background: url(../images/home-mask-1.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.35rem;
  pointer-events: none;
  z-index: 4;
}

.home[data-index="0"]::after {
  background: url(../images/home-mask-1.png) no-repeat 0 0 / 100% 100%;
}

.home[data-index="1"]::after {
  background: url(../images/home-mask-2.png) no-repeat 0 0 / 100% 100%;
}

.home[data-index="2"]::after {
  background: url(../images/home-mask-3.png) no-repeat 0 0 / 100% 100%;
}

.home[data-index="3"]::after {
  background: url(../images/home-mask-4.png) no-repeat 0 0 / 100% 100%;
}

.home[data-index="4"]::after {
  background: url(../images/home-mask-5.png) no-repeat 0 0 / 100% 100%;
}

.activity-kf {
  height: 2.26rem;
  position: absolute;
  bottom: 1.3rem;
  left: 0rem;
  z-index: 100;
}

.activity-kf img {
  height: 100%;
}

.bgv-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bgv-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-con {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.home-logo {
  width: 1.8rem;
  height: 1.12rem;
  position: absolute;
  top: 0.75rem;
  left: 50%;
  margin-left: -0.9rem;
}

.home-playBtn {
  width: 1.6rem;
  height: 0.96rem;
  position: absolute;
  top: 4.66rem;
  left: 50%;
  margin-left: -0.8rem;
  cursor: pointer;
}

.home-slogan {
  width: 9rem;
  position: absolute;
  top: 5rem;
  left: 50%;
  margin-left: -4.5rem;
  pointer-events: none;
}

.home-download {
  background: url(../images/home-donwload-bg.png) no-repeat center 0 / 100% 100%;
  width: 5.35rem;
  height: 2.22rem;
  position: absolute;
  top: 7.7rem;
  left: 50%;
  margin-left: -2.675rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.1rem;
  z-index: 2;
}

.home-download-16 {
  width: 0.97rem;
  height: 1.25rem;
}

.home-download-btns {
  width: 2.06rem;
  height: 1.3rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.home-download-btns a {
  width: 2.06rem;
  height: 0.6rem;
}

.home-next {
  width: 0.58rem;
  height: 0.64rem;
  position: absolute;
  top: 10.55rem;
  left: 50%;
  margin-left: -0.29rem;
  animation: arrow 1s infinite;
}

@keyframes arrow {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0.2rem);
  }

  100% {
    transform: translateY(0);
  }
}

/* chuchus */
.chuchus {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cc-con {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cc-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cc-bg ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 2s;
  background: url(../images/cc/cc-bg-1.jpg) no-repeat center top / cover;
}

.cc-bg ul li.cur {
  opacity: 1;
}

.cc-bg ul li:first-child {
  background: url(../images/cc/cc-bg-1.jpg) no-repeat center top / cover;
}

.cc-bg ul li:nth-child(2) {
  background: url(../images/cc/cc-bg-2.jpg) no-repeat center top / cover;
}

.cc-bg ul li:nth-child(3) {
  background: url(../images/cc/cc-bg-3.jpg) no-repeat center top / cover;
}

.cc-bg ul li:nth-child(4) {
  background: url(../images/cc/cc-bg-4.jpg) no-repeat center top / cover;
}

.cc-bg ul li:nth-child(5) {
  background: url(../images/cc/cc-bg-5.jpg) no-repeat center top / cover;
}

.cc-title {
  width: 4.03rem;
  height: 0.92rem;
  margin: 1.45rem auto 0;
  position: relative;
}

.cc-title::before {
  content: "";
  background: url(../images/title01.png) no-repeat center 0 / 100% 100%;
  width: 1.57rem;
  height: 1.16rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.58rem;
  margin-left: -0.78rem;
  z-index: -1;
  transition: all 0.6s 0.4s;
  opacity: 0;
  transform: translateY(-100%);
}

.chuchus.swiper-slide-active .cc-title::before {
  transform: translateY(0);
  opacity: 1;
}

.cc-title img {
  transition: all 0.8s 0.3s;
  opacity: 0;
  transform: translateY(-100%);
}

.chuchus.swiper-slide-active .cc-title img {
  transform: translateY(0);
  opacity: 1;
}

.cc-main {
  width: 100%;
  height: 9.4rem;
  margin: 0 auto 0;
  position: relative;
}

.cc-main ul.cc-lists {
  width: 100%;
  height: 100%;
  position: relative;
}

.cc-main ul.cc-lists li.cc-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.cc-main ul.cc-lists li.cc-item.cur {
  opacity: 1;
  z-index: 1;
}

.cc-txt-jiujiu {
  width: 7.5rem;
  height: 3.28rem;
  position: absolute;
  top: 0rem;
  left: 0rem;
  transition: all 1.2s;
  opacity: 0;
  transform: translateY(1rem);
}

.cc-item.cur .cc-txt-jiujiu {
  opacity: 1;
  transform: translateY(0);
}

.cc-txt-jiujiu::after {
  content: "";
  background: url(../images/cc/cc-tag-1.png) no-repeat center 0 / 100% 100%;
  width: 0.86rem;
  height: 0.86rem;
  position: absolute;
  top: 0.8rem;
  right: 0.18rem;
}

.cc-item1 .cc-txt-jiujiu::after {
  background-image: url(../images/cc/cc-tag-1.png);
}

.cc-item2 .cc-txt-jiujiu::after {
  background-image: url(../images/cc/cc-tag-2.png);
}

.cc-item3 .cc-txt-jiujiu::after {
  background-image: url(../images/cc/cc-tag-3.png);
}

.cc-item4 .cc-txt-jiujiu::after {
  background-image: url(../images/cc/cc-tag-4.png);
}

.cc-item5 .cc-txt-jiujiu::after {
  background-image: url(../images/cc/cc-tag-5.png);
}

.cc-info-right {
  height: 1.9rem;
  position: absolute;
  top: 5.22rem;
  right: 0.26rem;
  transform: translateX(2rem);
  transition: all 1s;
  opacity: 0;
  z-index: 3;
}

.cc-item.cur .cc-info-right {
  opacity: 1;
  transform: translateX(0);
}

.cc-info-right img {
  height: 100%;
  transform: translateX(2rem);
  transition: all 0.6s 0.2s;
  opacity: 0;
}

.chuchus.swiper-slide-active .cc-info-right img {
  transform: translateX(0);
  opacity: 1;
}

.cc-jiujiu-box {
  width: 7.17rem;
  height: 7.08rem;
  position: absolute;
  top: 0.4rem;
  left: 0rem;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(2rem);
}

.cc-item.cur .cc-jiujiu-box {
  opacity: 1;
  transform: translateX(0);
}

.cc-jiujiu-box .cc-jiujiu-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s;
}

.cc-jiujiu-box .cc-jiujiu-item.cur {
  opacity: 1;
}

.cc-avatars-box {
  width: 0.72rem;
  height: 2.7rem;
  position: absolute;
  left: 0.4rem;
  top: 4.2rem;
  opacity: 0;
  transform: translateX(-2rem);
  transition: all 0.6s 0.4s;
  z-index: 3;
}

.chuchus.swiper-slide-active .cc-avatars-box {
  opacity: 1;
  transform: translateY(0);
}

.cc-avatars {
  width: 0.7rem;
  height: 2.7rem;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateX(-2rem);
  transition: all 1s 0.2s;
}

.cc-item.cur .cc-avatars {
  opacity: 1;
  transform: translateY(0);
}

.cc-avatars::before {
  content: "";
  background: url(../images/cc-stage-connect.png) no-repeat center 0 / 100% 100%;
  width: 0.38rem;
  height: 0.62rem;
  position: absolute;
  left: 50%;
  margin-left: -0.19rem;
  top: 0.55rem;
  z-index: -1;
}

.cc-avatars::after {
  content: "";
  background: url(../images/cc-stage-connect.png) no-repeat center 0 / 100% 100%;
  width: 0.38rem;
  height: 0.62rem;
  position: absolute;
  left: 50%;
  margin-left: -0.19rem;
  top: 1.55rem;
  z-index: -1;
}

.cc-avatars ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.cc-avatars ul li {
  width: 0.7rem;
  height: 0.7rem;
  position: relative;
  cursor: pointer;
}

.cc-avatars ul li div {
  width: 0.7rem;
  height: 0.7rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

.cc-avatars ul li div::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border: 0.07rem solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-avatars ul li img {
  width: 0.58rem;
  height: 0.58rem;
  position: absolute;
  top: 50%; 
  left: 50%;
  margin-top: -0.29rem;
  margin-left: -0.29rem;
  transform-origin: center center;
  transition: cubic-bezier(0.25, 0.74, 0.22, 0.99) 0.65s;
  transform: scale(1.1);
}

.cc-avatars ul li.cur img {
  transform: scale(1);
}

.cc-avatars ul li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ffc18a;
  border-radius: 50%;
  position: absolute;
  top: 50%; 
  left: 50%;
  margin-top: -0.4rem;
  margin-left: -0.4rem;
  z-index: -1;
  transform: scale(0);
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  opacity: 0;
}

.cc-item1 .cc-avatars ul li::before {
  background-color: #40d9ff;
}

.cc-item2 .cc-avatars ul li::before {
  background-color: #60f09d;
}

.cc-item3 .cc-avatars ul li::before {
  background-color: #ffaa65;
}

.cc-item4 .cc-avatars ul li::before {
  background-color: #af6fff;
}

.cc-item5 .cc-avatars ul li::before {
  background-color: #ffc18a;
}

.cc-avatars ul li.cur::before {
  transform: scale(1);
  opacity: 1;
}

.cc-tab {
  /* border: 1px solid #000; */
  width: 6.92rem;
  height: 2.4rem;
  background: url(../images/cc-tab-bg.png) no-repeat 0 100% / 100% 1.3rem;
  position: absolute;
  bottom: 0rem;
  right: 50%;
  margin-right: -3.46rem;
  display: flex;
  justify-content: center;
  z-index: 10;
  transform: translateX(2rem);
  opacity: 0;
  transition: all 0.6s 0.4s;
}

.chuchus.swiper-slide-active .cc-tab {
  opacity: 1;
  transform: translateX(0);
}

.cc-tab-swiper {
  width: 5.2rem;
  height: 2.2rem;
}

.cc-tab-swiper .swiper-slide {
  height: 2.2rem;
  display: flex;
  justify-content: center;
}

.cc-tab-swiper .swiper-slide img {
  height: 100%;
  cursor: pointer;
}

.cc-tab-prev::after, .cc-tab-next::after {
  display: none !important;
}

.cc-tab-prev {
  background: url(../images/cc-btn-prev.png) no-repeat 0 0 / 100% 100%;
  width: 0.63rem;
  height: 0.63rem;
  left: 0.22rem;
  top: auto;
  margin-top: auto;
  bottom: 0.36rem;
}

.cc-tab-next {
  background: url(../images/cc-btn-next.png) no-repeat 0 0 / 100% 100%;
  width: 0.63rem;
  height: 0.63rem;
  right: 0.22rem;
  top: auto;
  margin-top: auto;
  bottom: 0.36rem;
}



/* features */
.features {
  background: url(../images/features-bg.jpg) no-repeat center bottom / cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.features-con {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.features-title {
  width: 4.11rem;
  height: 0.94rem;
  margin: 1.45rem auto 0;
  position: relative;
}

.features-title::before {
  content: "";
  background: url(../images/title02.png) no-repeat center 0 / 100% 100%;
  width: 2.28rem;
  height: 1.46rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.73rem;
  margin-left: -1.14rem;
  z-index: -1;
  transition: all 0.6s 0.4s;
  opacity: 0;
  transform: translateY(-100%);
}

.features.swiper-slide-active .features-title::before {
  transform: translateY(0);
  opacity: 1;
}

.features-title img {
  transition: all 0.8s 0.3s;
  opacity: 0;
  transform: translateY(-100%);
}

.features.swiper-slide-active .features-title img {
  transform: translateY(0);
  opacity: 1;
}

.features-featuresBox {
  background: url(../images/features-bg2.png) no-repeat 0 0 / 100% 100%;
  width: 5.74rem;
  height: 9.06rem;
  margin: 0.5rem auto 0;
  position: relative;
}

.features-photo-left {
  width: 4.17rem;
  height: 4.7rem;
  position: absolute;
  top: 0.34rem;
  left: -0.26rem;
  transform-origin: center center;
  transform: translate(0.8rem, 1rem) rotate(30deg);
  transition: all 0.5s;
}

.features-photo-right {
  width: 4.6rem;
  height: 5.03rem;
  position: absolute;
  top: 4rem;
  right: -0.16rem;
  transform: translate(-0.8rem, -1rem) rotate(-30deg);
  transition: all 0.3s;
}

.pageSwiper .swiper-slide-active .features-photo-left,
.pageSwiper .swiper-slide-active .features-photo-right {
  transition: all 0.3s 0.8s;
  transform: translate(0, 0)  rotate(0deg);
}

.features-display {
  background: url(../images/features-bg1.png) no-repeat 0 0 / 100% 100%;
  width: 4.84rem;
  height: 8.26rem;
  position: absolute;
  top: 0.3rem;
  left: 0.34rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0.15rem;
}

.features-display::after {
  content: "";
  background: url(../images/features-icon-tag.png) no-repeat 0 0 / 100% 100%;
  width: 1.48rem;
  height: 1.07rem;
  position: absolute;
  top: -0.3rem;
  left: -0.4rem;
  z-index: 5;
}

.features-display-con {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.2rem;
}

.features-display-swiper {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
}

.features-pagination.swiper-pagination-bullets {
  bottom: -0.7rem !important;
}

.features-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #fff;
  background-color: transparent;
  margin: 0 0.2rem !important;
  opacity: 1;
}

.features-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.features-prev {
  background: url(../images/features-btn-prev.png) no-repeat 0 0 / 100% 100%;
  width: 0.71rem;
  height: 0.84rem;
  left: -1.1rem;
}

.features-prev::after {
  display: none !important;
}

.features-next {
  background: url(../images/features-btn-next.png) no-repeat 0 0 / 100% 100%;
  width: 0.72rem;
  height: 0.84rem;
  right: -1.1rem;
}

.features-next::after {
  display: none !important;
}

/* footer */
.footer {
  background: url(../images/footer-bg.png) no-repeat center 0 / cover;
  width: 7.5rem;
  height: 5.54rem;
}

.footer-jiujiuBox {
  width: 7.1rem;
  height: 1rem;
  margin: 0 auto 0;
  padding-top: 0.34rem;
  display: flex;
  justify-content: center;
}

.footer-jiujiuBox img {
  height: 0.71rem;
}

.footer-con {
  background: url(../images/footer-con.png) no-repeat center top / 100% 100%;
  width: 6.9rem;
  height: 2.9rem;
  margin: 0 auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-info {
  color: #565e7a;
  font-family: "SourceHanSansCN-Regular";
  font-size: 0.16rem;
  padding: 0 0.4rem;
  text-align: center;
}

.footer-info p {
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}

.footer-copy,.footer-public {
  color: #afb1cf;
}

.footer-copy p, .footer-public p {
  font-size: 0.18rem;
  margin-bottom: 0.05rem;
}

.footer-limit {
  margin-top: 0.2rem;
}

.footer-xieyi {
  font-size: 0.16rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.15rem;
}

.footer-xieyi a, .footer-xieyi span {
  margin-right: 0.2rem;
}

.footer-xieyi a:last-child {
  margin-right: 0;
}

.footer-logo {
  width: 1.83rem;
  height: 1.28rem;
  display: block;
  margin: 0.18rem auto 0;
}

/* dialog */
.dialog-mask {
  background-color: #000;
  border-top: 1px solid #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.dialog-mask.on {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 99997;
}

.dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
}

.dialog.on {
  display: block;
}

.dialog-close {
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  z-index: 10;
}

.dialog-video {
  width: 7.5rem;
  height: 4.2rem;
  margin-top: -2.1rem;
  margin-left: -3.75rem;
  background-color: #000;
}

.dialog-video .dialog-con,
.dialog-video .dialog-con video {
  width: 100%;
  height: 100%;
}

.dialog-age {
  background: url(../images/dialog-bg.png) no-repeat center 0 / cover;
  width: 7.14rem;
  height: 8.05rem;
  margin-left: -3.57rem;
  margin-top: -4.025rem;
}

.dialog-age .dialog-con {
  width: 6rem;
  height: 6.1rem;
  margin: 1.4rem auto 0;
  font-size: 0.18rem;
  color: #777777;
  line-height: 1.5;
  font-family: "SourceHanSansCN-Regular";
  overflow-y: auto;
}

.dialog-age .dialog-close {
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 0.6rem;
  right: 0.5rem;
}

.dialog-qr {
  background: url(../images/qr-bg.png) no-repeat center 0 / cover;
  width: 3.7rem;
  height: 3.7rem;
  margin-left: -1.85rem;
  margin-top: -1.85rem;
}

.dialog-qr .dialog-close {
  top: -0.1rem;
  right: -0.1rem;
  z-index: 10;
}

.dialog-qr .dialog-qr-box {
  width: 100%;
  height: 100%;
  padding: 0.6rem;
}

.dialog-qr-txt {
  width: 100%;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  font-family: "SourceHanSansCN-Regular";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}