html {
  font-size: 100px;
  font-size: 13.33333vw;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.66667px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 376px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 394px) and (max-width: 412px) {
  html {
    font-size: 54.93333px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 415px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 481px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 541px) and (max-width: 640px) {
  html {
    font-size: 85.33333px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 721px) and (max-width: 750px) {
  html {
    font-size: 100px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }
}

html {
  height: 100%;
}

body {
  height: 100%;
}

.htmlOver,
.htmlOver body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-button-prev,
.swiper-button-prev2 {
  animation: swiperPrev .8s infinite;
}

.swiper-button-next,
.swiper-button-next2 {
  animation: swiperNext .8s infinite;
}

@keyframes swiperPrev {
  50% {
    transform: translateX(-0.05rem);
  }
}

@keyframes swiperNext {
  50% {
    transform: translateX(0.05rem);
  }
}

.swiper-button-disabled {
  animation: none;
}

.swiper-pagination span {
  transition: all .5s;
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.98rem;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}

.head a {
  text-decoration: none;
}

.head .head-left {
  width: 3.7rem;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 0.25rem;
}

.head .head-left img {
  width: 0.8rem;
  height: 0.8rem;
}

.head .head-left div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0.2rem;
}

.head .head-left div span:nth-child(1) {
  font-size: 0.30rem;
  font-weight: bold;
  color: #639eff;
}

.head .head-left div span:nth-child(2) {
  font-size: 0.18rem;
  color: #5284d6;
  margin-top: 0.1rem;
}

.head .head-con {
  width: 1.76rem;
  height: 0.5rem;
  font-size: 0.28rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  background-color: #639eff;
}

.head .head-right {
  margin-right: 0.38rem;
}

.head .head-right img {
  width: 0.47rem;
  height: 0.37rem;
}

.lk-ceping {
  background: url(../images/lk-ceping.png) no-repeat;
  background-size: 100% 100%;
  width: 1.53rem;
  height: 2.93rem;
  overflow: hidden;
  line-height: 99;
  position: fixed;
  right: .2rem;
  top: .98rem;
  z-index: 50;
  animation: ceping 3s linear infinite;
  transform-origin: 50% 0;
}

.lk-ceping a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.53rem;
  height: 1.54rem;
  overflow: hidden;
  line-height: 99;
}

@keyframes ceping {
  0%,
  100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
}

.head-side {
  position: fixed;
  right: 0;
  top: -7.2rem;
  z-index: 998;
  width: 3.10rem;
  padding: 0.35rem 0.13rem;
  background-color: rgba(14, 27, 50, 0.8);
  transition: all 0.2s;
}

.head-side .side-item {
  display: block;
  width: 2.36rem;
  margin: 0 auto;
  border-bottom: 0.02rem solid #475a79;
  text-align: center;
  padding-bottom: 0.15rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.head-side .side-item i {
  display: block;
  margin-left: 0.15rem;
  font-size: 0.28rem;
  color: #c9dfff;
  font-style: normal;
  border: none;
}

.head-side .side-item img {
  width: 0.30rem;
  height: 0.30rem;
}

.head-side .head-img1 {
  display: block;
  width: 2.01rem;
  height: 0.71rem;
  margin: 0 auto;
  margin-bottom: 0.33rem;
}

.head-side .head-img1 img {
  width: 2.01rem;
  height: 0.71rem;
}

.head-side-top {
  top: 0.98rem;
}

.section {
  position: relative;
  width: 7.5rem;
  margin: 0 auto;
  height: 13.35rem;
  overflow: hidden;
  z-index: 0;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@keyframes zoomAni {
  50% {
    transform: scale(1.1);
  }
}

.screen1 .screen1-tip {
  position: absolute;
  bottom: 2.74rem;
  left: 0.28rem;
  width: 0.96rem;
  height: 1.20rem;
  border-radius: 0.05rem;
}

.screen1 .screen1-content {
  position: absolute;
  left: 50%;
  bottom: 2.90rem;
  transform: translate(-50%);
  width: 5.1rem;
}

.screen1 .screen1-content .screen1-play-active {
  position: absolute;
  top: 0.85rem;
  left: 50%;
  margin-left: -.53rem;
  width: 1.06rem;
  height: 1.03rem;
  z-index: 1;
}

.screen1 .screen1-content .screen1-play {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1.36rem;
  display: block;
  width: 2.73rem;
  height: 2.72rem;
  animation: zoomAni 1.2s ease infinite;
}

.screen1 .screen1-content .download {
  width: 2.3rem;
  height: 1.8rem;
  margin: 0 auto;
  margin-top: 2.25rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.screen1 .screen1-content .download .download-phone {
  width: 2.3rem;
  height: 1.55rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.screen1 .screen1-content .download .download-phone div {
  width: 2.28rem;
  height: 0.67rem;
  border: 0.01rem solid #9d9c9c;
  border-radius: 0.1rem;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
}

.screen1 .screen1-content .download .download-phone div img {
  margin-left: 0.34rem;
  width: 0.41rem;
  height: 0.48rem;
}

.screen1 .screen1-content .download .download-phone div span {
  margin-left: 0.13rem;
  font-size: 0.25rem;
}

.screen1 .screen1-content .download .download-phone div span p {
  line-height: 0.26rem;
}

.screen1 .screen1-content .download .download-phone div span p:nth-child(1) {
  font-size: 0.24rem;
  color: #ffffff;
}

.screen1 .screen1-content .download .download-phone div span p:nth-child(2) {
  font-size: 0.18rem;
  color: #ffffff;
}

.screen1 .screen1-content .download .download-text {
  width: 2.3rem;
  height: 1.55rem;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(30, 161, 109, 0.8);
  border: 0.01rem solid #4ae767;
}

.screen1 .screen1-content .download .download-text img {
  width: 1.45rem;
  height: 0.36rem;
}

.screen1 .screen1-content .download .download-text p {
  margin-bottom: 0.15rem;
  line-height: 0.26rem;
  color: #ffffff;
  font-size: 0.32rem;
}

.screen1 .screen1-content .download .download-text2 {
  width: 2.3rem;
  height: 1.55rem;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 0.32rem;
  border: 0.01rem solid #9d9c9c;
  background-color: rgba(0, 0, 0, 0.8);
}

.screen1 .screen1-content .download2 {
  width: 2.50rem;
  height: 1.75rem;
  margin: 0 auto;
  margin-top: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.screen1 .screen1-content .download2 .download2-phone {
  width: 2.3rem;
  height: 1.55rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.screen1 .screen1-content .download2 .download2-phone a {
  text-decoration: none;
}

.screen1 .screen1-content .download2 .download2-phone div {
  width: 2.28rem;
  height: 0.67rem;
  border: 0.01rem solid #9d9c9c;
  border-radius: 0.1rem;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
}

.screen1 .screen1-content .download2 .download2-phone div:nth-child(1) {
  border: 0.01rem solid #4ae767;
  background-color: rgba(30, 161, 109, 0.8);
}

.screen1 .screen1-content .download2 .download2-phone div:nth-child(1) p {
  color: #ffffff;
  margin-left: 0.12rem;
}

.screen1 .screen1-content .download2 .download2-phone div:nth-child(1) img {
  margin-left: 0.34rem;
  width: 0.45rem;
  height: 0.45rem;
}

.screen1 .screen1-content .download2 .download2-phone div:nth-child(2) {
  border: 0.01rem solid #9d9c9c;
  background-color: rgba(0, 0, 0, 0.8);
}

.screen1 .screen1-content .download2 .download2-phone div:nth-child(2) p {
  width: 100%;
  color: #ffffff;
  text-align: center;
}

.screen1 .screen1-content .make-num {
  width: 4.41rem;
  height: 0.39rem;
  margin: 0 auto;
  margin-top: 0.13rem;
  line-height: 0.39rem;
  text-align: center;
  font-size: 0.24rem;
  color: #ffffff;
  background: url("../images/textbg.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.screen1 .screen1-content .make-num .num {
  margin: 0 0.1rem;
  color: #ffb834;
}

.screen1 .screen1-btn {
  display: block;
  background: url(../images/sc1-downbtn.png) no-repeat;
  background-size: 100% 100%;
  width: 3.28rem;
  height: .94rem;
  text-align: center;
  line-height: .94rem;
  color: #fff;
  font-size: .28rem;
  text-decoration: none;
  margin: 2.25rem auto 0;
  animation: zoomAni 1.8s ease infinite;
}

.screen1 .screen1-down {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}

.screen1 .screen1-down span {
  display: block;
  font-size: 0.22rem;
  color: #b1b8af;
  margin-bottom: 0.09rem;
}

.screen1 .screen1-down img {
  width: 0.38rem;
  height: 0.6rem;
  animation: moreArrow 1.2s linear infinite;
}

@keyframes moreArrow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    transform: translateY(0.1rem);
  }
  60% {
    opacity: 1;
  }
}

.screen-title {
  position: relative;
  width: 6.9rem;
  margin: 0 auto;
  z-index: 99;
}

.screen-title .title-txt {
  font-size: 0.5rem;
  color: #fd942e;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to bottom, rgba(253, 179, 109, 0.7), rgba(253, 245, 237, 0.7));
  -webkit-background-clip: text;
  color: transparent;
}

.screen-title .title {
  position: relative;
  font-size: 0.5rem;
  color: #fd942e;
  font-weight: bold;
  text-align: center;
  margin-top: -0.20rem;
}

.screen-title .title::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 2.23rem;
  height: 0.13rem;
  margin-top: -0.06rem;
  background: url("../images/t-left.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.screen-title .title::before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 2.23rem;
  height: 0.13rem;
  margin-top: -0.06rem;
  background: url("../images/t-right.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.screen-title2 {
  position: relative;
  width: 6.9rem;
  margin: 0 auto;
  z-index: 99;
}

.screen-title2 .title-txt {
  font-size: 1.01rem;
  color: #fd942e;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to bottom, rgba(253, 179, 109, 0.7), rgba(253, 245, 237, 0.7));
  -webkit-background-clip: text;
  color: transparent;
}

.screen-title2 .title {
  position: relative;
  font-size: 0.5rem;
  color: #fd942e;
  font-weight: bold;
  text-align: center;
  margin-top: -0.4rem;
}

.screen-title2 .title::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 2.03rem;
  height: 0.16rem;
  margin-top: -0.06rem;
  background: url("../images/t-left2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.screen-title2 .title::before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 2.03rem;
  height: 0.16rem;
  margin-top: -0.06rem;
  background: url("../images/t-right2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.screen2 .screen2-content .screen2-con-title {
  margin-top: 1.5rem;
}

.screen2 .screen2-content .swiper-screen2-link {
  width: 6.52rem;
  height: 8.9rem;
  margin-top: 0.6rem;
}

.screen2 .screen2-content .swiper-screen2-link .swiper-slide {
  width: 6.52rem;
  height: 8.5rem;
}

.screen2 .screen2-content .swiper-screen2-link .slide-box {
  width: 6.52rem;
  height: 8.0rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.2rem;
}

.screen2 .screen2-content .swiper-screen2-link .slide-box .slide-text-btn {
  padding-right: 0.1rem;
  display: block;
  text-align: end;
  width: 5.9rem;
  font-size: 0.22rem;
  margin: 0 auto;
  margin-top: 0.25rem;
  color: #fd942e;
}

.screen2 .screen2-content .swiper-screen2-link .slide-img {
  width: 100%;
  height: 3.7rem;
  border-radius: 0.2rem 0.2rem 0 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.screen2 .screen2-content .swiper-screen2-link .slide-img img {
  width: 6.44rem;
  height: 3.62rem;
}

.screen2 .screen2-content .swiper-screen2-link .slide-title {
  position: relative;
  width: 5.69rem;
  height: 1.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.46rem;
}

.screen2 .screen2-content .swiper-screen2-link .slide-title span {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333;
  padding: 0.04rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.screen2 .screen2-content .swiper-screen2-link .slide-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.69rem;
  height: 0.08rem;
  background: url("../images/sc2-bom.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.screen2 .screen2-content .swiper-screen2-link .slide-text {
  width: 5.9rem;
  height: 2rem;
  overflow-y: auto;
  line-height: 0.4rem;
  margin: 0 auto;
  margin-top: 0.25rem;
  font-size: 0.26rem;
  color: #666666;
}

.screen2 .screen2-content .swiper-screen2-link .slide-text-more {
  width: 5.9rem;
  line-height: 0.4rem;
  margin: 0 auto;
  margin-top: 0.25rem;
  font-size: 0.26rem;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.screen2 .screen2-content .swiper-screen2-link .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  background-color: #ff8004;
  margin-right: 0.20rem;
}

.screen2 .screen2-content .swiper-screen2-link .swiper-pagination-bullet-active {
  width: 0.28rem;
  height: 0.13rem;
  border-radius: 0.20rem;
  background-color: #fe9834;
}

.screen3 .screen3-content .screen3-con-title {
  margin-top: 0.8rem;
}

.screen3 .screen3-content .whole-show {
  display: none;
}

.screen3 .screen3-content .sc3-character {
  position: relative;
}

.screen3 .screen3-content .sc3-character .char-rw {
  position: absolute;
  top: -2.5rem;
  left: 2.4rem;
  width: 3.8rem;
  height: 4.7rem;
}

.screen3 .screen3-content .sc3-character .rw-bg {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  width: 5.58rem;
  height: 2rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9));
}

.screen3 .screen3-content .sc3-character .char-name {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  margin-top: 2.8rem;
}

.screen3 .screen3-content .sc3-character .char-name em {
  margin: 0 0.08rem 0 0.67rem;
  display: block;
  width: 0.07rem;
  height: 0.4rem;
  background-color: #ff8004;
}

.screen3 .screen3-content .sc3-character .char-name span {
  width: 3rem;
  font-size: 0.4rem;
  color: #333333;
  font-weight: bold;
  padding: 0.04rem 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.screen3 .screen3-content .sc3-character .char-play {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  margin: 0.25rem 0 0.25rem 0.85rem;
}

.screen3 .screen3-content .sc3-character .char-play .play-unshow {
  display: none;
}

.screen3 .screen3-content .sc3-character .char-play span {
  font-size: 0.22rem;
  color: #333333;
  margin-right: 0.1rem;
}

.screen3 .screen3-content .sc3-character .char-play img {
  width: 0.58rem;
  height: 0.58rem;
}

.screen3 .screen3-content .sc3-character .char-text {
  position: relative;
  z-index: 9;
  width: 5.85rem;
  height: 3.6rem;
  margin: 0 auto;
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.35rem;
}

.screen3 .screen3-content .sc3-character .char-text span {
  font-size: 0.26rem;
  line-height: 0.5rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.screen3 .screen3-content .sc3-swiper {
  position: relative;
}

.screen3 .screen3-content .sc3-swiper .swiper-screen3-link {
  width: 5.42rem;
  height: 1.90rem;
  margin-top: 0.2rem;
}

.screen3 .screen3-content .sc3-swiper .swiper-screen3-link .swiper-slide {
  cursor: pointer;
  width: 1.4rem;
  height: 1.85rem;
  box-sizing: border-box;
  padding: 2px;
  margin: 0 0.178rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: .1rem;
  transition: all .5s;
}

.screen3 .screen3-content .sc3-swiper .swiper-screen3-link .swiper-slide img {
  display: block;
  width: 100%;
  height: 1.35rem;
  border-radius: .1rem;
  margin: 0 auto;
}

.screen3 .screen3-content .sc3-swiper .swiper-screen3-link .swiper-slide span {
  display: block;
  font-size: 0.16rem;
  line-height: 0.42rem;
  margin-top: .05rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.screen3 .screen3-content .sc3-swiper .swiper-screen3-link .swiper-slide-x {
  background-color: #ff8004;
}

.screen3 .screen3-content .sc3-swiper .swiper-screen3-link .swiper-slide-x span {
  color: #ffffff;
  line-height: 0.38rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.screen3 .screen3-content .sc3-swiper .swiper-button-next2 {
  background-image: url("../images/sw-right.png");
  background-size: 100% 100%;
}

.screen3 .screen3-content .sc3-swiper .swiper-button-prev2 {
  background-image: url("../images/sw-left.png");
  background-size: 100% 100%;
}

.screen3 .screen3-content .sc3-swiper .swiper-button-disabled {
  opacity: 0.5;
}

.screen3 .screen3-content .sc3-swiper .swiper-button-next2 {
  position: absolute;
  cursor: pointer;
  width: 0.56rem;
  height: 0.61rem;
  right: 0.20rem;
  top: 0.60rem;
}

.screen3 .screen3-content .sc3-swiper .swiper-button-prev2 {
  cursor: pointer;
  width: 0.56rem;
  height: 0.61rem;
  position: absolute;
  top: 0.65rem;
  left: 0.25rem;
}

.char-name,
.char-play,
.char-text {
  animation: sc3B .5s forwards;
}

.char-rw {
  animation: sc3T .8s forwards;
}

@keyframes sc3B {
  0% {
    opacity: 0;
    transform: translateY(0.4rem);
  }
  100% {
    opacity: 1;
  }
}

@keyframes sc3T {
  0% {
    opacity: 0;
    transform: translateY(-0.4rem);
  }
  100% {
    opacity: 1;
  }
}

.screen4 .screen4-content .screen4-con-title {
  margin-top: 0.8rem;
}

.screen4 .screen4-content .sc4-content {
  width: 6.48rem;
  height: 9.8rem;
  margin: 0 auto;
  margin-top: 0.6rem;
  border-radius: 0.1rem;
  background-color: rgba(255, 255, 255, 0.7);
}

.screen4 .screen4-content .sc4-content .sc4-con-title {
  width: 100%;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.screen4 .screen4-content .sc4-content .sc4-con-title span {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333333;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left {
  display: flex;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress {
  position: relative;
  width: 0.1rem;
  height: 6.8rem;
  margin-left: 0.8rem;
  background-color: #cccccc;
  border-radius: 0.05rem;
  margin-top: 0.25rem;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress p {
  height: 6.8rem;
  width: 0.1rem;
  overflow: hidden;
  position: relative;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress p a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1rem;
  height: 60%;
  background-color: #fd952e;
  border-radius: 0.05rem;
  z-index: 99;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress span {
  position: absolute;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.58rem;
  height: 0.58rem;
  font-size: 0.28rem;
  color: #ffffff;
  background-color: #cccccc;
  z-index: 99;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress .progress-num1 {
  top: -0.1rem;
  left: -0.25rem;
  transform: translateY(-0.3rem);
  background: url("../images/sc5-numbg.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress .progress-num2 {
  top: 33%;
  left: -0.25rem;
  background: url("../images/sc5-numbg.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress .progress-num3 {
  top: 66%;
  left: -0.25rem;
  transform: translateY(-0.3rem);
  background: url("../images/sc5-numbg2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress .progress-num4 {
  bottom: -0.2rem;
  left: -0.25rem;
  background: url("../images/sc5-numbg2.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-top: -0.15rem;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress-text {
  width: 2.8rem;
  position: relative;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress-text span {
  font-size: 0.28rem;
  color: #333333;
  font-weight: bold;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress-text p {
  font-size: 0.24rem;
  color: #999999;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress-text div {
  position: absolute;
  line-height: 0.4rem;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress-text .progress-text1 {
  top: 0;
  left: 0.4rem;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress-text .progress-text2 {
  top: 31.5%;
  left: 0.4rem;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress-text .progress-text3 {
  top: 64%;
  left: 0.4rem;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress-text .progress-text4 {
  top: 98%;
  left: 0.4rem;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress-icon {
  width: 2.6rem;
  position: relative;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress-icon div {
  position: absolute;
  display: flex;
  justify-content: flex-end;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress-icon img {
  width: 1.03rem;
  height: 1.03rem;
  margin-right: 0.3rem;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress-icon .progress-icon-bg1 {
  top: 0;
  right: 0;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress-icon .progress-icon-bg2 {
  top: 32%;
  right: 0;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress-icon .progress-icon-bg3 {
  top: 64%;
  right: 0;
}

.screen4 .screen4-content .sc4-content .sc4-con .sc4-con-left .progress-icon .progress-icon-bg4 {
  top: 98%;
  right: 0;
}

.screen5 .screen5-content .screen5-con-title {
  margin-top: 1rem;
}

.screen5 .screen5-content .sc5-content {
  position: relative;
  width: 6.48rem;
  height: 7rem;
  margin: 0 auto;
  margin-top: 0.6rem;
  overflow: hidden;
  border-radius: 0.1rem;
  padding-bottom: 0.2rem;
}

.screen5 .screen5-content .sc5-content .sc5-content-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.48rem;
  height: 8rem;
  z-index: -1;
}

.screen5 .screen5-content .sc5-content .sc5-title {
  width: 100%;
  height: 1.75rem;
  text-align: center;
  line-height: 1.75rem;
  font-size: 0.28rem;
  color: #333333;
  font-weight: bold;
}

.screen5 .screen5-content .sc5-content .sc5-iconbox {
  width: 6.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.screen5 .screen5-content .sc5-content .sc5-iconbox div {
  margin: 0 0.2rem 0.5rem;
}

.screen5 .screen5-content .sc5-content .sc5-iconbox img {
  width: 1.54rem;
  height: 1.54rem;
}

.screen5 .screen5-content .sc5-content .sc5-iconbox span {
  display: block;
  margin-top: 0.25rem;
  text-align: center;
  font-size: 0.24rem;
  color: #999999;
}

.screen5 .screen5-content .sc5-btn {
  width: 2.3rem;
  height: 0.62rem;
  margin: 0.5rem auto 0 auto;
  background-color: #db573d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screen5 .screen5-content .sc5-btn span {
  font-size: 0.26rem;
  font-weight: bold;
  color: #ffffff;
}

.screen6 .screen6-content .screen6-con-title {
  margin-top: 1rem;
}

.screen6 .screen6-content .sc6-content {
  width: 6.50rem;
  height: 9rem;
  margin: 0.91rem auto 0 auto;
}

.screen6 .screen6-content .sc6-content .swiper-plot2-link {
  width: 6.50rem;
  height: 9rem;
}

.screen6 .screen6-content .sc6-content .swiper-plot2-img {
  width: 4.72rem;
  height: 8.4rem;
  margin: 0 auto;
}

.screen6 .screen6-content .sc6-content .swiper-plot2-img img {
  width: 4.72rem;
  height: 8.4rem;
}

.screen6 .screen6-content .sc6-content .swiper-slide {
  width: 4.9rem;
  height: 8.4rem;
}

.screen6 .screen6-content .sc6-content .swiper-slide .swiper-slide-shadow-left {
  height: 8.4rem;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.7)));
}

.screen6 .screen6-content .sc6-content .swiper-slide .swiper-slide-shadow-right {
  height: 8.4rem;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.7)));
}

.screen6 .screen6-content .sc6-content .swiper-button-next {
  background-image: url("../images/six-right.png");
  background-size: 100% 100%;
}

.screen6 .screen6-content .sc6-content .swiper-button-prev {
  background-image: url("../images/six-left.png");
  background-size: 100% 100%;
}

.screen6 .screen6-content .sc6-content .swiper-button-next,
.screen6 .screen6-content .sc6-content .swiper-button-prev {
  width: 0.56rem;
  height: 0.61rem;
  margin-top: -0.30rem;
}

.screen6 .screen6-content .sc6-content .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  background-color: #ff8004;
  margin-right: 0.20rem;
}

.screen6 .screen6-content .sc6-content .swiper-pagination-bullet-active {
  width: 0.38rem;
  height: 0.13rem;
  border-radius: 0.20rem;
  background-color: #fe9834;
}

.screen7 .screen7-content .screen7-con-title {
  margin-top: 1.7rem;
}

.screen7 .screen7-content .sc7-content {
  position: relative;
  width: 7.5rem;
  height: 7rem;
  margin: 0.71rem auto 0 auto;
}

.screen7 .screen7-content .sc7-content .swiper-plot3-link {
  width: 7.5rem;
  height: 8.25rem;
}

.screen7 .screen7-content .sc7-content .swiper-plot3-link .swiper-wrapper {
  height: 3.26rem;
}

.screen7 .screen7-content .sc7-content .swiper-plot3-link .swiper-plot3-img {
  display: block;
  width: 5.42rem;
  height: 3.26rem;
  margin: 0 auto;
}

.screen7 .screen7-content .sc7-content .swiper-plot3-link .swiper-plot3-img img {
  width: 100%;
  height: 100%;
}

.screen7 .screen7-content .sc7-content .swiper-plot3-link .swiper-slide {
  width: 7.2rem;
  height: 3.26rem;
}

.screen7 .screen7-content .sc7-content .swiper-plot3-link .swiper-button-next {
  background-image: url("../images/sw-right.png");
  background-size: 100% 100%;
}

.screen7 .screen7-content .sc7-content .swiper-plot3-link .swiper-button-prev {
  background-image: url("../images/sw-left.png");
  background-size: 100% 100%;
}

.screen7 .screen7-content .sc7-content .swiper-plot3-link .swiper-button-next,
.screen7 .screen7-content .sc7-content .swiper-plot3-link .swiper-button-prev {
  width: 0.56rem;
  height: 0.61rem;
  margin-top: -2rem;
}

.screen7 .screen7-content .sc7-content .swiper-plot3-link .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  background-color: #ff8004;
  margin-right: 0.20rem;
}

.screen7 .screen7-content .sc7-content .swiper-plot3-link .swiper-pagination-bullet span {
  border-radius: .07rem;
}

.screen7 .screen7-content .sc7-content .swiper-plot3-link .swiper-pagination-bullet-active {
  width: 0.7rem;
  height: 0.13rem;
  border-radius: 0.20rem;
  background-color: #fe9834;
}

.screen7 .screen7-content .sc7-content .swiper-plot4-link {
  position: absolute;
  top: 4rem;
  left: 0;
  width: 7.5rem;
  height: 2.3rem;
  margin-top: 0.45rem;
}

.screen7 .screen7-content .sc7-content .swiper-plot4-link .swiper-plot4-img {
  width: 2.15rem;
  height: 1.30rem;
  position: relative;
}

.screen7 .screen7-content .sc7-content .swiper-plot4-link .swiper-plot4-img .plot4-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.screen7 .screen7-content .sc7-content .swiper-plot4-link .swiper-plot4-img .plot4-shadow-unshow {
  display: none;
}

.screen7 .screen7-content .sc7-content .swiper-plot4-link .swiper-plot4-img img {
  width: 100%;
  height: 100%;
}

.screen7 .screen7-content .sc7-content .swiper-plot4-link .swiper-slide {
  width: 2.15rem;
  height: 1.30rem;
  margin-left: 0.155rem;
}

.screen7 .screen7-content .sc7-content .swiper-plot4-link .bor-active {
  border: 0.02rem solid #ff9933;
}

.hide {
  display: none;
}

.swiper-plot3-text {
  width: 6.52rem;
  height: 3.6rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: .2rem;
  box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.1);
  margin: .3rem auto 0;
}

.swiper-plot3-text > div {
  animation: showAni .8s linear forwards;
  box-sizing: border-box;
  padding: 0 .32rem;
}

.swiper-plot3-text > div .lb-tit {
  background: url(../images/plot3-text.png) no-repeat center bottom;
  background-size: 100% auto;
  height: 1.02rem;
  line-height: 1.02rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: .36rem;
  font-weight: bold;
  color: #333;
}

.swiper-plot3-text > div .lb-con {
  height: 1.68rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: .24rem;
  line-height: .42rem;
  color: #666;
  margin-top: .15rem;
}

.swiper-plot3-text > div .lb-lk {
  font-size: .24rem;
  line-height: .42rem;
  overflow: hidden;
  margin-top: .1rem;
}

.swiper-plot3-text > div .lb-lk a {
  float: right;
  color: #f99236;
  text-decoration: underline;
}

@keyframes showAni {
  0% {
    opacity: 0;
    transform: translateY(0.1rem);
  }
  100% {
    opacity: 1;
  }
}

.screen8 .screen8-content .screen8-con-title {
  margin-top: 1rem;
}

.screen8 .screen8-content .sc8-con {
  width: 6.65rem;
  margin: 0 auto;
  margin-top: 0.6rem;
}

.screen8 .screen8-content .sc8-con .con8-nav {
  position: relative;
  width: 100%;
  border-bottom: 0.02rem solid #eaeced;
  display: flex;
}

.screen8 .screen8-content .sc8-con .con8-nav .nav-more {
  cursor: pointer;
  position: absolute;
  top: 0.04rem;
  right: 0;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #999999;
}

.screen8 .screen8-content .sc8-con .con8-nav .nav-more span {
  margin-right: 0.08rem;
}

.screen8 .screen8-content .sc8-con .con8-nav .nav-more img {
  width: 0.15rem;
  height: 0.26rem;
}

.screen8 .screen8-content .sc8-con .con8-nav .nav {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.screen8 .screen8-content .sc8-con .con8-nav .nav a {
  display: block;
  font-size: 0.28rem;
  margin: 0 0.32rem;
  color: #333333;
  text-decoration: none;
  transform: translateX(-0.3rem);
}

.screen8 .screen8-content .sc8-con .con8-nav .nav .con8-nav-active {
  color: #fd942e;
  font-weight: bold;
  border-bottom: 0.05rem solid #fd942e;
  padding-bottom: 0.1rem;
}

.screen8 .screen8-content .sc8-con .con8-audio {
  width: 100%;
  max-height: 9rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow-y: auto;
}

.screen8 .screen8-content .sc8-con .con8-audio::-webkit-scrollbar {
  display: none;
}

.screen8 .screen8-content .sc8-con .con8-audio .con8-audio-item {
  position: relative;
  width: 3.23rem;
  height: 2.48rem;
  text-align: center;
  margin-top: 0.28rem;
  text-decoration: none;
}

.screen8 .screen8-content .sc8-con .con8-audio .con8-audio-item:active::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 3.06rem;
  height: 100%;
  border: 0.02rem solid #fd942e;
}

.screen8 .screen8-content .sc8-con .con8-audio .con8-audio-item img {
  width: 100%;
  height: 1.82rem;
}

.screen8 .screen8-content .sc8-con .con8-audio .con8-audio-item .audio-shadow {
  width: 100%;
  height: 1.82rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.screen8 .screen8-content .sc8-con .con8-audio .con8-audio-item .audio-shadow img {
  width: 0.61rem;
  height: 0.61rem;
}

.screen8 .screen8-content .sc8-con .con8-audio .con8-audio-item span {
  display: block;
  font-size: 0.28rem;
  color: #666666;
  width: 100%;
  height: 0.62rem;
  line-height: 0.62rem;
  background-color: #fefefe;
  display: flex;
  justify-content: center;
}

.screen8 .screen8-content .sc8-con .con8-audio-unshow {
  display: none;
}

.screen9 .screen9-content .screen9-con-title {
  margin-top: 1rem;
}

.screen9 .screen9-content .sc9-content {
  position: relative;
  width: 6.57rem;
  height: 9rem;
  margin: 0.7rem auto 0 auto;
}

.screen9 .screen9-content .sc9-content .swiper-info-link {
  width: 100;
  height: 9rem;
}

.screen9 .screen9-content .sc9-content .swiper-info-link .swiper-slide {
  width: 6.84rem;
  height: 8.2rem;
}

.screen9 .screen9-content .sc9-content .swiper-info-link .swiper-slide .info-box {
  width: 100%;
  height: 3.87rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0.4rem;
}

.screen9 .screen9-content .sc9-content .swiper-info-link .swiper-slide .info-box img {
  width: 6.7rem;
  height: 3.1rem;
}

.screen9 .screen9-content .sc9-content .swiper-info-link .swiper-slide .info-box div {
  width: 6.3rem;
  height: 0.8rem;
  padding: 0 0.2rem;
  text-align: center;
  line-height: 0.8rem;
  background-color: #ffffff;
}

.screen9 .screen9-content .sc9-content .swiper-info-link .swiper-slide .info-box div span {
  display: block;
  width: 100%;
  font-size: 0.26rem;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.screen9 .screen9-content .sc9-content .swiper-info-link .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  background-color: #ff8004;
  margin-right: 0.20rem;
}

.screen9 .screen9-content .sc9-content .swiper-info-link .swiper-pagination-bullet-active {
  width: 0.7rem;
  height: 0.13rem;
  border-radius: 0.20rem;
  background-color: #fe9834;
}

.screen10 .sc-ban {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  height: 4.5rem;
}

.screen10 .screen10-content {
  width: 2.25rem;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 3.9rem;
  transform: translate(-50%);
}

.screen10 .screen10-content a {
  text-decoration: none;
}

.screen10 .screen10-content div:nth-child(1) {
  width: 2.25rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
  background-color: #db573d;
}

.screen10 .screen10-content div:nth-child(2) {
  margin-top: 0.16rem;
  text-align: center;
  font-size: 0.24rem;
  color: #333333;
}

.swiper-slide-bottom {
  width: 7.5rem;
  margin: 0 auto;
}

.swiper-slide-bottom .section-bottom {
  width: 100%;
  background-color: #ffffff;
}

.swiper-slide-bottom .section-bottom .bottom-icon {
  width: 7.5rem;
  height: 2.85rem;
  border-bottom: 0.01rem solid #dddddd;
}

.swiper-slide-bottom .section-bottom .bottom-icon .bottom-icon-box {
  width: 6.5rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.swiper-slide-bottom .section-bottom .bottom-icon .bottom-icon-box div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper-slide-bottom .section-bottom .bottom-icon .bottom-icon-box div img {
  width: 1rem;
  height: 1rem;
}

.swiper-slide-bottom .section-bottom .bottom-icon .bottom-icon-box div span {
  margin-top: 0.15rem;
  font-size: 0.26rem;
  color: #333333;
}

.swiper-slide-bottom .section-bottom .bottom-tip {
  text-align: center;
  margin-top: 0.35rem;
}

.swiper-slide-bottom .section-bottom .bottom-tip a {
  text-decoration: none;
  color: #666666;
}

.swiper-slide-bottom .section-bottom .bottom-tip .bom-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide-bottom .section-bottom .bottom-tip .bom-logo img:nth-child(1) {
  width: 1.77rem;
  height: 0.59rem;
  margin-right: 0.55rem;
}

.swiper-slide-bottom .section-bottom .bottom-tip .bom-logo img:nth-child(2) {
  width: 1.77rem;
  height: 0.59rem;
}

.swiper-slide-bottom .section-bottom .bottom-tip .bom-link {
  display: block;
  width: 5.8rem;
  margin: 0 auto;
  line-height: 0.30rem;
  color: #666666;
  text-align: center;
  margin-top: 0.3rem;
  line-height: 0.38rem;
}

.swiper-slide-bottom .section-bottom .bottom-tip .bom-link a {
  color: #666666;
  font-size: 0.22rem;
}

.swiper-slide-bottom .section-bottom .bottom-tip p {
  margin: 0.12rem 0;
  font-size: 0.22rem;
  color: #666666;
}

.swiper-slide-bottom .section-bottom .bottom-tip .bottom-tip-p1 {
  margin: 0.2rem 0;
}

.swiper-slide-bottom .section-bottom .bottom-tip .bottom-tip-p1 a {
  color: #666666;
  text-decoration: none;
}

.frame-make {
  position: relative;
  width: 6.6rem;
  border-radius: 0.05rem;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 0.5rem;
  padding-bottom: 0.55rem;
}

.frame-make .frame-close {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.45rem;
  height: 0.45rem;
}

.frame-make .frame-title {
  width: 100%;
  height: 1.30rem;
  font-size: 0.28rem;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 0.38rem;
}

.frame-make .frame-text {
  margin-top: 0.35rem;
  margin-left: 0.5rem;
  font-size: 0.26rem;
  color: #b14654;
}

.frame-make .frame-btn {
  display: block;
  width: 1.13rem;
  height: 0.5rem;
  margin: 0.6rem auto 0 auto;
  color: #ffffff;
  background-color: #f99236;
  border-radius: 0.05rem;
  text-decoration: none;
  text-align: center;
  line-height: 0.5rem;
}

.frame-make .frame-text1 {
  width: 5.9rem;
  margin: 0 auto;
  line-height: 0.52rem;
  font-size: 0.26rem;
  color: #666666;
  max-height: 7rem;
  overflow-y: auto;
}

.frame-make .frame-text1 img {
  width: 100%;
  height: 3.17rem;
  margin: 0.2rem 0;
}

.frame-make2 {
  position: relative;
  width: 7.25rem;
  border-radius: 0.05rem;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 0.5rem;
  padding-bottom: 0.55rem;
}

.frame-make2 .frame-close {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.45rem;
  height: 0.45rem;
}

.frame-make2 .frame-title {
  width: 100%;
  height: 1.30rem;
  font-size: 0.34rem;
  font-weight: bold;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.frame-make2 .frame-video {
  width: 6.90rem;
  height: 7rem;
  margin: 0 auto;
  overflow-y: auto;
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
  align-items: flex-start;
  justify-content: space-around;
}

.frame-make2 .frame-video .frame-video-item {
  position: relative;
  width: 3.02rem;
  height: 2.38rem;
  margin: 0 0.08rem;
  margin-bottom: 0.25rem;
  text-decoration: none;
}

.frame-make2 .frame-video .frame-video-item:active::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 3.08rem;
  height: 100%;
  border: 0.02rem solid #fd942e;
}

.frame-make2 .frame-video .frame-video-item img {
  width: 100%;
  height: 1.7rem;
}

.frame-make2 .frame-video .frame-video-item p {
  width: 100%;
  height: 0.65rem;
  line-height: 0.65rem;
  text-align: center;
  color: #666666;
  font-size: 0.26rem;
  background-color: #ffffff;
}

.frame-make2 .frame-video .frame-video-item .frame-shadow {
  width: 100%;
  height: 1.7rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.frame-make2 .frame-video .frame-video-item .frame-shadow img {
  width: 0.61rem;
  height: 0.61rem;
}

.frame-code {
  position: relative;
  width: 3.40rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}

.frame-code .frame-close {
  position: absolute;
  right: -0.2rem;
  top: -0.2rem;
  width: 0.45rem;
  height: 0.45rem;
}

.frame-code .code-img {
  width: 100%;
  height: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame-code .code-img img {
  width: 2.74rem;
  height: 2.74rem;
}

.frame-code p {
  margin-top: 0.15rem;
  text-align: center;
  font-size: 0.26rem;
  color: #ffffff;
}

.frame-make3 {
  position: relative;
  width: 5.72rem;
  border-radius: 0.05rem;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 0.5rem;
  padding-bottom: 0.55rem;
}

.frame-make3 .frame-close {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.45rem;
  height: 0.45rem;
}

.frame-make3 .frame-title {
  width: 100%;
  height: 1.30rem;
  font-size: 0.28rem;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.frame-make3 .frame-table {
  width: 5.1rem;
  max-height: 2.7rem;
  margin: 0 auto;
  overflow-y: auto;
}

.frame-make3 .frame-table::-webkit-scrollbar {
  display: none;
}

.frame-make3 .frame-table .frame-table-item {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 0.01rem solid #ebebeb;
  padding-bottom: 0.15rem;
  font-size: 0.24rem;
  color: #333333;
  margin-bottom: 0.33rem;
}

.frame-make3 .frame-table .frame-table-item:nth-last-child(1) {
  border: none;
  margin-bottom: 0;
}

.frame-make3 .frame-table .frame-table-item p:nth-child(1) {
  text-align: center;
  width: 1.6rem;
}

.frame-make3 .frame-table .frame-table-item p:nth-child(2) {
  margin-left: 1rem;
  text-align: end;
  margin-right: 0.2rem;
}

.frame-make3 .frame-table .frame-table-item a {
  padding: 0.08rem 0.15rem 0.1rem;
  background-color: #f99236;
  color: #fff;
  white-space: nowrap;
  border-radius: 0.08rem;
}

.full-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.8);
}

.full-video .video-js {
  margin-top: 50%;
  width: 7.5rem;
  height: 4rem;
}

.full-video .video-close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.6rem;
  height: 0.6rem;
}

.full-video-show {
  display: none;
}

.un-audio {
  visibility: hidden;
}

.show-audio {
  visibility: visible;
}

.big-img-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.big-clsoe {
  position: absolute;
  top: -0.6rem;
  right: -0rem;
  width: 0.5rem;
  height: 0.5rem;
  background: url("../images/close.png") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: 9999;
}

.swiper-big-img .swiper-slide {
  width: 7rem;
  height: 9rem;
}

.big-img-wrapper img {
  max-height: 80vh;
  max-width: 80vw;
}

.mask {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 800;
}

.img-mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

.popDown {
  width: 5.5rem;
  padding: 1px 0;
  background: #eee;
  border-radius: .15rem;
  margin: 0 auto;
  position: relative;
}

.popDown .inner {
  background: #fff;
  margin: .1rem;
  border: 1px solid #666;
  color: #333;
  border-radius: .14rem;
  padding: .4rem .3rem;
}

.popDown .pop-hide {
  background: url(../images/pop-down-hide.png) no-repeat center;
  background-size: .5rem auto;
  width: .56rem;
  height: .56rem;
  position: absolute;
  right: -.2rem;
  top: -.2rem;
}

.popDown .lb-qr {
  text-align: center;
  line-height: 2.2;
  font-size: .24rem;
  color: #333;
}

.popDown .lb-qr img {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 auto;
}

.popDown .lb-btn {
  overflow: hidden;
}

.popDown .lb-btn a {
  display: block;
  width: 2.56rem;
  height: .6rem;
  overflow: hidden;
  line-height: 99;
  background: url(../images/pop-down-btn.png) no-repeat;
  background-size: 2.56rem auto;
  margin: .15rem auto 0;
}

.popDown .lb-btn .bt1 {
  background-position: 0 0;
}

.popDown .lb-btn .bt2 {
  background-position: 0 -.7rem;
}

.popDown .lb-btn .bt3 {
  background-position: 0 -1.4rem;
}

.popDown .lb-btn .bt4 {
  background-position: 0 -2.1rem;
}

.popDown .lb-btn .bt5 {
  background-position: 0 100%;
}

.popLogin {
  width: 6.5rem;
  border-radius: .1rem;
  background: #fff;
  position: relative;
  margin: 0 auto;
}

.popLogin .inner {
  padding: .3rem;
}

.popLogin .pop-hide {
  height: .6rem;
  width: .6rem;
  overflow: hidden;
  line-height: 99;
  background: url(../images/frame-close.png) no-repeat center;
  background-size: .45rem .45rem;
  position: absolute;
  right: .05rem;
  top: .05rem;
}

.popLogin .pop-tit {
  font-size: .34rem;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
  text-align: center;
}

.popLogin .pop-f24 {
  font-size: .24rem;
  line-height: 1.6;
  color: #999;
  margin-top: .15rem;
}

.popLogin .pop-f24 span {
  color: #ff9835;
}

.popLogin .pop-f24 img {
  display: inline-block;
  vertical-align: middle;
  height: .22rem;
  margin: -.04rem .1rem 0;
}

.popLogin .pop-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: .3rem;
}

.popLogin .pop-btn a {
  display: block;
  width: 45%;
  height: .6rem;
  line-height: .62rem;
  background: #23C268;
  border: 1px solid #23C268;
  border-radius: .08rem;
  text-align: center;
  font-size: .28rem;
  color: #fff;
  text-decoration: none;
}

.popLogin .fm-field {
  height: .9rem;
  border: 1px solid #eee;
  border-radius: .1rem;
  display: flex;
  align-items: center;
  margin: .15rem 0;
}

.popLogin .fm-field .input-plain-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.popLogin .fm-field .input-plain-wrap input {
  background: none;
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  font-size: .28rem;
  color: #131715;
  padding: .2rem;
  padding-right: .4rem;
  box-sizing: border-box;
}

.popLogin .fm-field .input-plain-wrap input ::placeholder {
  color: #CFD1D0;
}

.popLogin .fm-field .input-plain-wrap .input-cls {
  position: absolute;
  right: 0;
  top: 0;
  width: .5rem;
  height: 100%;
  background: url(../images/ico-cls.png) no-repeat center;
  background-size: 0.32rem auto;
  background-color: transparent;
}

.popLogin .fm-field .input-plain-wrap .mb {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAZCAYAAAAbp/98AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUwMUYxMTlBMUIyQjExRUU4RDk0RDVGQ0VBQ0EzQjZFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUwMUYxMTlCMUIyQjExRUU4RDk0RDVGQ0VBQ0EzQjZFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTAxRjExOTgxQjJCMTFFRThEOTRENUZDRUFDQTNCNkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTAxRjExOTkxQjJCMTFFRThEOTRENUZDRUFDQTNCNkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4SA8jfAAAAI0lEQVR42mJ89+6dFgMDgy8TkDAA4g4QAwyGPOMLEN8DCDAAhmYF/WSjEPcAAAAASUVORK5CYII=) no-repeat left center;
  background-size: 1px .32rem;
}

.popLogin .fm-field .phone-code {
  padding: 0 .2rem 0 .2rem;
  font-size: .28rem;
  line-height: .4rem;
}

.popLogin .fm-field .send-btn {
  flex-shrink: 0;
  font-size: .24rem;
  height: .6rem;
  text-align: center;
  line-height: .6rem;
  border-radius: .1rem;
  color: #CFD1D0;
  box-sizing: border-box;
  margin: 0 .2rem;
}

.popLogin .fm-field .send-btn.active {
  color: #557db4;
}

.popLogin .fm-field .send-btn.not {
  color: #CFD1D0;
}
