body {
  background-color: #333333;
}

.section {
  position: relative;
}

.fullWrap {
  width: 100%;
  position: relative;
}

.fullWrap .section {
  position: relative;
  overflow: hidden;
}

.fullWrap .section.section-foot {
  position: relative;
  overflow: visible;
}

.section:before {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  background-size: cover;
  background-position: center 0;
  content: "";
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.section1 .bg {
  width: 20rem;
  height: 105%;
}

.section2:before {
  background-image: url("../images/bg2.jpg");
}

.section3:before {
  background-image: url("../images/bg3.jpg");
}

.section4:before {
  background-image: url("../images/bg4.jpg");
}

.section5:before {
  background-image: url("../images/bg4.jpg");
}

.section6:before {
  background-image: url("../images/bg6.jpg");
}

.section7:before {
  background-image: url("../images/bg7.jpg");
}

.section8:before {
  background-image: url("../images/bg8.jpg");
}

.section9:before {
  background-image: url("../images/bg9.jpg");
}

.section10:before {
  background-image: url("../images/bg10.jpg");
}

.section11:before {
  background-color: #ffffff;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-button-prev:hover,
.swiper-button-prev2:hover {
  animation: swiperPrev .8s infinite;
}

.swiper-button-next:hover,
.swiper-button-next2:hover {
  animation: swiperNext .8s infinite;
}

@keyframes swiperPrev {
  50% {
    transform: translateX(-0.05rem);
  }
}

@keyframes swiperNext {
  50% {
    transform: translateX(0.05rem);
  }
}

.swiper-pagination span {
  transition: all .5s;
}

.topBar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: .55rem;
}

.topBar .wp {
  width: 12rem;
  height: .55rem;
  margin: 0 auto;
}

.topBar .tb-logo {
  float: left;
  width: 1.14rem;
  height: .28rem;
  padding: .14rem 0 .13rem;
  margin-left: .3rem;
}

.topBar .tb-logo img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.topBar .tb-logo img:hover {
  transform: scale(1.02);
}

.topBar .tb-menu {
  width: 100%;
  text-align: center;
  height: .55rem;
  display: flex;
  justify-content: center;
}

.topBar .tb-menu li {
  display: inline-block;
  vertical-align: top;
  height: .55rem;
  line-height: .55rem;
  font-size: .16rem;
  line-height: 0.55rem;
  margin: 0 0.1rem;
}

.topBar .tb-menu li a {
  color: #e4e4e4;
  padding: 0 .2rem;
  transition: color .5s;
}

.topBar .tb-menu li a:hover {
  color: #fff;
}

.topBar .tb-menu li.on a {
  color: #fff;
  display: block;
  width: 1.34rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: url("../images/tb-on.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.topBar .tb-menu .on {
  display: flex;
  align-items: center;
}

.topBar .tb-menu .on a {
  padding: 0;
}

.topBar .game-all {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.36rem;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}

.topBar .game-all .game-all-img {
  float: left;
  width: 1.05rem;
  height: 0.35rem;
  margin-top: 0.09rem;
  margin-left: 0.35rem;
  transition: all .5s;
}

.topBar .game-all .game-all-img:hover {
  transform: scale(1.02);
}

.topBar .game-all .game-all-line {
  float: left;
  width: 0.01rem;
  height: 0.18rem;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 0.16rem;
  margin-left: 0.3rem;
}

.topBar .game-all .game-all-text {
  float: left;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.5rem;
  margin-left: 0.24rem;
}

.topBar .game-all .game-all-icon {
  cursor: pointer;
  float: left;
  width: 0.27rem;
  height: 0.21rem;
  margin-top: 0.15rem;
  margin-left: 0.19rem;
}

.topBar .game-all .game-all-icon-box {
  position: relative;
  cursor: pointer;
}

.topBar .game-all-box {
  display: none;
  position: fixed;
  right: 0;
  width: 100%;
  top: .55rem;
  padding: .12rem 0;
  background-color: rgba(20, 20, 20, 0.7);
  z-index: 9;
  animation: gameAll .8s forwards;
}

.topBar .game-all-box .gameb {
  display: flex;
  justify-content: center;
}

.topBar .game-all-box .game01 .game-type em {
  background: url(../images/game-type1.png) no-repeat left center;
}

.topBar .game-all-box .game02 {
  margin-left: .85rem;
}

.topBar .game-all-box .game02 .game-type em {
  background: url(../images/game-type2.png) no-repeat left center;
}

.topBar .game-all-box .game-type {
  height: .4rem;
  line-height: .4rem;
  overflow: hidden;
}

.topBar .game-all-box .game-type em {
  float: left;
  font-size: .16rem;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  padding-left: .2rem;
}

.topBar .game-all-box .game-list {
  overflow: hidden;
  margin-left: -.35rem;
  margin-top: .05rem;
}

.topBar .game-all-box .game-list ul {
  float: left;
  width: 1.8rem;
  margin-left: 0.33rem;
  overflow: hidden;
}

.topBar .game-all-box .game-list ul li {
  height: .34rem;
  overflow: hidden;
  line-height: .34rem;
}

.topBar .game-all-box .game-list ul li a {
  white-space: nowrap;
  display: block;
  font-size: 0.14rem;
  color: #fdfdfd;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.topBar .game-all-box .game-list ul li a img {
  width: .18rem;
  height: .18rem;
  transform: translateY(0.03rem);
  margin-right: 0.05rem;
}

.topBar .game-all-box .game-list ul li a:hover {
  text-decoration: underline;
  color: #ff8004;
}

.topBar .game-all-box-show {
  display: block;
}

@keyframes gameAll {
  0% {
    opacity: 0;
    transform: translateY(0.1rem);
  }
  20% {
    opacity: .5;
    transform: translateY(0.1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.sidebar {
  display: none;
  position: absolute;
  top: 1.75rem;
  right: 0;
  width: 1.67rem;
  z-index: 99;
  transition: all 0.5s;
}

.sidebar .side-right {
  position: absolute;
  top: 0.3rem;
  left: -0.53rem;
  width: 0.53rem;
  height: 0.59rem;
  background: url("../images/sideright.png") no-repeat 0 0;
  background-size: 100% 100%;
  cursor: pointer;
}

.sidebar .side-left {
  position: absolute;
  top: 0.3rem;
  left: -0.53rem;
  width: 0.53rem;
  height: 0.59rem;
  background: url("../images/sideleft.png") no-repeat 0 0;
  background-size: 100% 100%;
  display: none;
  cursor: pointer;
}

.sidebar .side-content {
  position: relative;
  width: 1.67rem;
  padding: .1rem 0 .1rem 0;
  border-radius: .15rem 0 0 .15rem;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 0;
}

.sidebar .side-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0.36rem;
  width: 1.67rem;
  height: auto;
  background: url("../images/side-top.png") no-repeat 0 0;
  background-size: 100% auto;
  z-index: -1;
}

.sidebar .side-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.67rem;
  height: 0.36rem;
  background: url("../images/side-bom.png") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: -1;
}

.sidebar .side-content .side-con-box {
  width: 1.46rem;
  margin: 0 auto;
  padding-bottom: 0.20rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.sidebar .side-content .lb-qr {
  width: 1.26rem;
  height: 1.56rem;
  overflow: hidden;
  background: #fff;
  border-radius: .1rem;
  margin: 0.1rem auto 0;
}

.sidebar .side-content .lb-qr img {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin: .1rem auto 0;
}

.sidebar .side-content .lb-qr p {
  display: block;
  height: .38rem;
  line-height: .38rem;
  text-align: center;
  font-size: .16rem;
  color: #666;
}

.sidebar .side-content .lb-tit {
  font-size: 0.2rem;
  text-align: center;
  padding-top: 0.25rem;
}

.sidebar .side-content .lb-tit span {
  position: relative;
  font-size: 0.2rem;
  color: #3e4452;
}

.sidebar .side-content .lb-tit span::after {
  content: "";
  position: absolute;
  left: -0.1rem;
  top: 50%;
  margin-top: -0.01rem;
  width: 0.06rem;
  height: 0.02rem;
  background-color: #82848b;
}

.sidebar .side-content .lb-tit span::before {
  content: "";
  position: absolute;
  right: -0.1rem;
  top: 50%;
  margin-top: -0.01rem;
  width: 0.06rem;
  height: 0.02rem;
  background-color: #82848b;
}

.sidebar .side-content .lb-lk {
  width: 1.3rem;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: .1rem 0 0.15rem;
  border-bottom: 1px solid #f4f2f1;
  overflow: hidden;
}

.sidebar .side-content .lb-lk a {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  line-height: 99;
  margin: 0 .08rem;
}

.sidebar .side-content .lb-lk a.sp-wb {
  width: .23rem;
  height: .20rem;
  background: url(../images/sideicon4.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.sidebar .side-content .lb-lk a.sp-wb:hover {
  background: url(../images/sideicon4-on.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.sidebar .side-content .lb-lk a.sp-qq {
  width: .18rem;
  height: .21rem;
  background: url(../images/sideicon2.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.sidebar .side-content .lb-lk a.sp-qq:hover {
  background: url(../images/sideicon2-on.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.sidebar .side-content .lb-lk a.sp-bbs {
  width: .21rem;
  height: .19rem;
  background: url(../images/sideicon3.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.sidebar .side-content .lb-lk a.sp-bbs:hover {
  background: url(../images/sideicon3-on.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.sidebar .side-content .lb-lg {
  display: block;
  height: .32rem;
  overflow: hidden;
  margin-top: .15rem;
  font-size: 0.16rem;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar .side-content .lb-lg .icon-kb {
  display: block;
  width: 0.23rem;
  height: 0.23rem;
  margin-right: 0.08rem;
  background: url("../images/kbicon.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.sidebar .side-content .lb-lg .icon-dt {
  display: block;
  width: 0.23rem;
  height: 0.23rem;
  margin-right: 0.08rem;
  background: url("../images/sideicon5.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.screen-video {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.screen-video .video-mp4 {
  position: relative;
  width: 9rem;
  height: 5rem;
  margin-top: 10%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.screen-video .video-mp4 video {
  width: 8.9rem;
  height: 5rem;
}

.screen-video .video-mp4 .video-mp4-close {
  position: absolute;
  top: 0;
  right: -0.5rem;
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
}

.screen-video-unshow {
  display: none;
}

.section1 .logo {
  position: absolute;
  top: 7%;
  left: 5%;
  width: 1.1rem;
  height: 1.31rem;
  background: url("../images/logo.png") no-repeat 0 0;
  background-size: 100% 100%;
  cursor: pointer;
}

.section1 .game-all {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.44rem;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  background-color: rgba(20, 20, 20, 0.6);
  border-radius: 0 0 0 0.2rem;
  z-index: 101;
  display: flex;
  justify-content: space-around;
}

.section1 .game-all .game-all-img {
  float: left;
  width: 1.05rem;
  height: 0.35rem;
  margin-top: 0.09rem;
  margin-left: 0.55rem;
}

.section1 .game-all .game-all-line {
  float: left;
  width: 0.01rem;
  height: 0.18rem;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 0.16rem;
  margin-left: 0.2rem;
}

.section1 .game-all .game-all-text {
  float: left;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.5rem;
  margin-left: 0.14rem;
}

.section1 .game-all .game-all-icon {
  cursor: pointer;
  float: left;
  width: 0.27rem;
  height: 0.21rem;
  margin-top: 0.15rem;
  margin-left: 0.19rem;
}

.section1 .game-all .game-all-icon-box {
  position: relative;
  margin-right: 0.2rem;
}

.section1 .game-all-box {
  position: absolute;
  top: -7.33rem;
  right: 0;
  padding-bottom: 0.1rem;
  background-color: rgba(20, 20, 20, 0.7);
  z-index: 9;
  transition: all 0.05s;
  padding-right: 0.4rem;
}

.section1 .game-all-box ul {
  float: left;
  width: 1.8rem;
  margin-top: 0.6rem;
  margin-left: 0.35rem;
  overflow: hidden;
}

.section1 .game-all-box ul li {
  margin: 0.16rem 0;
}

.section1 .game-all-box ul li a {
  white-space: nowrap;
  display: block;
  font-size: 0.14rem;
  color: #fdfdfd;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 0.05rem;
}

.section1 .game-all-box ul li a img {
  width: 0.22rem;
  height: 0.22rem;
  transform: translateY(0.05rem);
  margin-right: 0.05rem;
}

.section1 .game-all-box ul li a:hover {
  text-decoration: underline;
  color: #ff8004;
}

.section1 .game-all-box ul:nth-child(2) {
  margin-left: 0.1rem;
}

.section1 .sc01-limit {
  width: .86rem;
  position: absolute;
  left: .84rem;
  bottom: 10%;
  cursor: pointer;
}

.section1 .sc01-limit img {
  display: block;
  width: 100%;
}

.section1 .sc01-main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  margin-top: -.48rem;
}

.section1 .sc01-main .lb-play {
  background: url(../images/sc01-play.png) no-repeat center;
  display: block;
  width: 1.02rem;
  height: 1.03em;
  overflow: hidden;
  line-height: 99;
  margin: 0 auto;
  transition: all .5s;
  cursor: pointer;
}

.section1 .sc01-main .lb-play:hover {
  transform: scale(1.05);
}

.section1 .sc01-main .lb-down {
  display: block;
  width: 3.34rem;
  height: 1.28rem;
  overflow: hidden;
  line-height: 1.28rem;
  text-align: center;
  font-size: .32rem;
  color: #fff;
  margin: 0 auto;
  transition: all .5s;
  cursor: pointer;
}

.section1 .sc01-main .lb-down img {
  width: 100%;
  height: 100%;
}

.section1 .sc01-main .lb-down:hover {
  transform: scale(1);
}

.section1 .sc01-main .lb-more {
  margin-top: .3rem;
}

.section1 .sc01-main .lb-more p {
  text-align: center;
  font-size: .16rem;
  color: #fff;
}

.section1 .sc01-main .lb-more i {
  background: url(../images/downicon.png) no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
  width: .38rem;
  height: .24rem;
  overflow: hidden;
  line-height: 99;
  margin: .2rem auto 0;
  opacity: 0;
  animation: lkMore 1.8s infinite;
}

.section1 .sc01-main .lb-make {
  margin-top: 0.25rem;
}

.section1 .sc01-main .lb-make .make-gift {
  display: flex;
}

.section1 .sc01-main .lb-make .make-gift img {
  height: 1.22rem;
  margin: 0 0.12rem;
}

.section1 .sc01-main .lb-make .make-gift a {
  position: relative;
  font-size: 0.2rem;
}

.section1 .sc01-main .lb-make .make-gift a em {
  display: none;
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  min-width: 1.5rem;
  margin: 0 auto;
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.22rem;
  font-style: normal;
  padding: 0.06rem 0.1rem;
  border-radius: 0.3rem;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}

.section1 .sc01-main .lb-make .make-gift a:nth-child(1) em {
  min-width: 1.45rem;
}

.section1 .sc01-main .lb-make .make-gift a:nth-child(2) em {
  min-width: 1.65rem;
}

.section1 .sc01-main .lb-make .make-gift a:nth-child(3) em {
  min-width: 1.8rem;
}

.section1 .sc01-main .lb-make .make-gift a:nth-child(4) em {
  min-width: 1.8rem;
}

.section1 .sc01-main .lb-make .pro-bar {
  position: relative;
  width: 6.4rem;
  height: 0.06rem;
  margin: 0.26rem 0 0 0.8rem;
  background-color: #fb93b6;
}

.section1 .sc01-main .lb-make .pro-bar em {
  display: block;
  height: 0.06rem;
  background-color: #d7346c;
}

.section1 .sc01-main .lb-make .pro-bar .pion {
  position: relative;
}

.section1 .sc01-main .lb-make .pro-bar .pion i {
  position: absolute;
  width: 0.26rem;
  height: 0.26rem;
  background: url("../images/icon-po-un.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section1 .sc01-main .lb-make .pro-bar .pion i:nth-child(1) {
  left: -0.1rem;
  top: -0.15rem;
}

.section1 .sc01-main .lb-make .pro-bar .pion i:nth-child(2) {
  left: 29%;
  top: -0.15rem;
}

.section1 .sc01-main .lb-make .pro-bar .pion i:nth-child(3) {
  left: 62%;
  top: -0.15rem;
}

.section1 .sc01-main .lb-make .pro-bar .pion i:nth-child(4) {
  right: -0.05rem;
  top: -0.15rem;
}

.section1 .sc01-main .lb-make .pro-bar .pion .on {
  position: absolute;
  width: 0.34rem;
  height: 0.37rem;
  background: url("../images/icon-po.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section1 .sc01-main .lb-make .pro-bar .pion .on:nth-child(1) {
  left: -0.1rem;
  top: -0.21rem;
}

.section1 .sc01-main .lb-make .pro-bar .pion .on:nth-child(2) {
  left: 33%;
  top: -0.21rem;
}

.section1 .sc01-main .lb-make .pro-bar .pion .on:nth-child(3) {
  left: 66%;
  top: -0.21rem;
}

.section1 .sc01-main .lb-make .pro-bar .pion .on:nth-child(4) {
  right: -0.1rem;
  top: -0.21rem;
}

.section1 .sc01-text-btn {
  position: absolute;
  top: 5.8rem;
  right: 1.5rem;
  cursor: pointer;
  transition: all 0.5s;
}

.section1 .sc01-text-btn:hover {
  transform: scale(1.05);
}

.section1 .sc01-text-btn img {
  width: 1.94rem;
  height: 2.24rem;
}

.section1 .sc01-pend {
  position: absolute;
  top: 0;
  right: 2.3rem;
}

.section1 .sc01-pend .pend-line {
  display: block;
  width: 0.08rem;
  height: 4.78rem;
  transition: all 0.5s;
  background: url("../images/th-line.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section1 .sc01-pend .pend-img {
  position: absolute;
  top: 0.6rem;
  left: -1.2rem;
  width: 2.47rem;
  height: 1.73rem;
  background: url("../images/h-con-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section1 .sc01-pend .pend-img img {
  width: 2.19rem;
  height: 1.52rem;
}

.section1 .sc01-pend .pend-btn {
  position: absolute;
  top: 2.4rem;
  left: -0.55rem;
  width: 1.2rem;
  height: 1.16rem;
  background: url("../images/h-btn-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section1 .sc01-pend .pend-btn p {
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.2rem;
}

.section1 .sc01-pend .pend-btn a {
  display: block;
  width: 1.08rem;
  margin: 0 auto;
  height: 0.41rem;
  cursor: pointer;
  font-size: 0.2rem;
  margin-top: 0.25rem;
}

.section1 .sc01-pend .pend-btn a img {
  width: 100%;
  height: 100%;
}

.section1 .sc01-pend .pend-head {
  position: absolute;
  bottom: 0.25rem;
  left: -0.39rem;
  width: 0.88rem;
  height: 0.87rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/h-img-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  cursor: pointer;
}

.section1 .sc01-pend .pend-head img {
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 50%;
  border: 1px solid #542462;
}

.section1 .sc01-pend .pend-up {
  position: absolute;
  bottom: -0.3rem;
  left: -0.15rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url("../images/icon-down-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  cursor: pointer;
}

.section1 .sc01-pend .pend-up::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.11rem;
  margin-top: -0.13rem;
  width: 0.23rem;
  height: 0.25rem;
  background: url("../images/icon-down.png") no-repeat 0 0;
  background-size: 100% 100%;
  transform: rotate(-180deg);
}

.section1 .sc01-pend .pend-up-on::before {
  margin-top: -0.11rem;
  transform: rotate(0);
}

@keyframes lkMore {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    transform: translateY(0.1rem);
  }
  60% {
    opacity: 1;
  }
}

.section1 .game-all-box-show {
  top: 0;
}

.section1 .screen1-all {
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  transform: translate(-50%);
}

.section1 .screen1-all .screen1-con {
  width: 6.9rem;
  height: 1.38rem;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99110e10, endColorstr=#99110e10);
  overflow: hidden;
  margin-bottom: 0.18rem;
}

.section1 .screen1-all .screen1-con .video {
  position: relative;
  float: left;
  margin: 0.12rem 0.12rem;
  margin-left: 0.2rem;
  width: 1.97rem;
  height: 1.12rem;
  background: url("../images/videobg.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section1 .screen1-all .screen1-con .video .video-play {
  width: 1.03rem;
  height: 1.03rem;
  position: absolute;
  top: 5%;
  left: 22%;
  z-index: 2;
  cursor: pointer;
}

.section1 .screen1-all .screen1-con .video .video-shadow {
  position: absolute;
  width: 1.97rem;
  height: 1.12rem;
  top: 0;
  left: 0;
  background-color: rgba(20, 20, 20, 0.5);
  border-radius: 0.1rem;
  border: 0.01rem solid #f7f6f6;
}

.section1 .screen1-all .screen1-con .game-video {
  float: left;
  width: 2.28rem;
  height: 1.28rem;
  margin: 0.12rem 0.1rem;
  margin-left: 0.2rem;
}

.section1 .screen1-all .screen1-con .game-video .video-js {
  width: 2.28rem;
  height: 1.28rem;
  border-radius: 0.1rem;
}

.section1 .screen1-all .screen1-con .game-video .video-js .vjs-tech {
  border-radius: 0.1rem;
}

.section1 .screen1-all .screen1-con .game-video .video-js .vjs-poster {
  border-radius: 0.1rem;
}

.section1 .screen1-all .screen1-con .game-video .video-js .vjs-big-play-button {
  width: 1.27rem;
  height: 1.27rem;
  border: none;
  background-color: rgba(43, 51, 63, 0);
  top: 10%;
  left: 28%;
}

.section1 .screen1-all .screen1-con .game-video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "";
  background: url("../images/videoplay.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section1 .screen1-all .screen1-con .screen1-code {
  float: left;
  width: 1.11rem;
  height: 1.11rem;
  margin: 0.12rem 0;
}

.section1 .screen1-all .screen1-con .screen1-reserve {
  float: left;
  width: 2.2rem;
  height: 1.28rem;
  margin: 0.12rem 0.1rem;
}

.section1 .screen1-all .screen1-con .screen1-reserve .reserve-android {
  display: block;
  width: 2.19rem;
  height: 0.51rem;
  background: url("../images/and-make2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section1 .screen1-all .screen1-con .screen1-reserve .reserve-iphone {
  display: block;
  width: 2.19rem;
  height: 0.51rem;
  margin-top: 0.08rem;
  background: url("../images/app-make.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section1 .screen1-all .screen1-con .screen1-tips {
  float: left;
  width: 0.91rem;
  height: 1.11rem;
  margin: 0.12rem 0;
  background: url("../images/icon-tips.jpg") no-repeat 0 0;
  background-size: 100% 100%;
  border-radius: .04rem;
}

.section1 .screen1-all .shadow {
  width: 2.99rem;
  height: 0.31rem;
  margin: 0 auto;
  background: url("../images/shadowbg.png") no-repeat 0 0;
  background-size: 100% 100%;
  text-align: center;
  line-height: 0.31rem;
  font-size: initial;
}

.section1 .screen1-all .shadow span {
  color: #ffffff;
  font-size: 0.18rem;
}

.section1 .screen1-all .shadow span:nth-child(1) {
  /* margin-left: 0.5rem; */
}

.section1 .screen1-all .shadow span:nth-child(2) {
  color: #ffb934;
}

.section1 .screen1-all .slid {
  width: 1.35rem;
  height: 0.26rem;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.28rem;
}

.section1 .screen1-all .slid .slid-text {
  white-space: nowrap;
  font-size: 0.16rem;
  color: #333333;
}

.section1 .screen1-all .slid .downicon {
  width: 0.37rem;
  height: 0.36rem;
  margin: 0 auto;
  margin-top: 0.12rem;
  background: url("../images/downicon.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section1 .screen1-all .screen1-con2 {
  width: 9.15rem;
  height: 1.38rem;
  background: url("../images/screen1-con2-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99110e10, endColorstr=#99110e10); */
  overflow: hidden;
  margin-bottom: 0.18rem;
}

.section1 .screen1-all .screen1-con2.order {
  width: 6.85rem;
}

.section1 .screen1-all .screen1-con2 .video {
  position: relative;
  float: left;
  margin: 0.12rem 0.12rem;
  margin-left: 0.2rem;
  width: 1.97rem;
  height: 1.12rem;
  cursor: pointer;
}

.section1 .screen1-all .screen1-con2 .video .videobg {
  width: 100%;
  height: 100%;
}

.section1 .screen1-all .screen1-con2 .video .video-play {
  width: 1.03rem;
  height: 1.03rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.51rem;
  margin-left: -0.51rem;
  z-index: 2;
  cursor: pointer;
}

.section1 .screen1-all .screen1-con2 .video .video-shadow {
  position: absolute;
  width: 1.97rem;
  height: 1.12rem;
  top: 0;
  left: 0;
  background-color: rgba(20, 20, 20, 0.5);
  border-radius: 0.1rem;
  border: 0.01rem solid #f7f6f6;
}

.section1 .screen1-all .screen1-con2 .game-video {
  float: left;
  width: 2.28rem;
  height: 1.28rem;
  margin: 0.12rem 0.1rem;
  margin-left: 0.2rem;
}

.section1 .screen1-all .screen1-con2 .game-video .video-js {
  width: 2.28rem;
  height: 1.28rem;
  border-radius: 0.1rem;
}

.section1 .screen1-all .screen1-con2 .game-video .video-js .vjs-tech {
  border-radius: 0.1rem;
}

.section1 .screen1-all .screen1-con2 .game-video .video-js .vjs-poster {
  border-radius: 0.1rem;
}

.section1 .screen1-all .screen1-con2 .game-video .video-js .vjs-big-play-button {
  width: 1.27rem;
  height: 1.27rem;
  border: none;
  background-color: rgba(43, 51, 63, 0);
  top: 10%;
  left: 28%;
}

.section1 .screen1-all .screen1-con2 .game-video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "";
  background: url("../images/videoplay.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section1 .screen1-all .screen1-con2 .screen1-code {
  float: left;
  width: 1.11rem;
  height: 1.11rem;
  margin: 0.12rem 0;
  background: url("../images/code.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section1 .screen1-all .screen1-con2.order .screen1-code {
  margin-right: 0.1rem;
}

.section1 .screen1-all .screen1-con2 .screen1-reserve {
  float: left;
  width: 2.2rem;
  height: 1.28rem;
  margin: 0.12rem 0;
}

.section1 .screen1-all .screen1-con2 .screen1-reserve .reserve-android {
  display: block;
  width: 2.19rem;
  height: 0.51rem;
  background: url("../images/and-make.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section1 .screen1-all .screen1-con2 .screen1-reserve .reserve-iphone {
  display: block;
  width: 2.19rem;
  height: 0.51rem;
  margin-top: 0.08rem;
  cursor: pointer;
  background: url("../images/app-make.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section1 .screen1-all .screen1-con2.order .screen1-downmake {
  display: none;
}

.section1 .screen1-all .screen1-con2 .screen1-downmake {
  float: left;
  width: 2.19rem;
  height: 1.11rem;
  margin: 0.12rem 0;
  background: url("../images/down.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section1 .screen1-all .screen1-con2 .screen1-tips {
  float: left;
  cursor: pointer;
  width: 0.86rem;
  height: 1.11rem;
  margin: 0.12rem 0;
  margin-left: 0.09rem;
  border-radius: .05rem;
}

.section1 .screen1-all .screen1-con2 .screen1-tips img {
  width: 100%;
  height: 100%;
  border-radius: .05rem;
}

.section2 {
  position: relative;
}

.section2 .screen2 {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
}

.section2 .screen2-title {
  width: 4.56rem;
  height: 1.39rem;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 0.1rem;
  background: url("../images/2-title.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section2 .screen2-game-swiper {
  width: 14.44rem;
  height: 5.4rem;
  margin: 0 auto;
}

.section2 .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.section2 .screen2-game-swiper .swiper-game-img {
  cursor: pointer;
  width: 6.85rem;
  height: 3.96rem;
  margin-top: 0.94rem;
  margin-left: 0.62rem;
  float: left;
  transition: all 0.5s;
}

.section2 .screen2-game-swiper .swiper-game-img:hover {
  transform: scale(1.02);
}

.section2 .screen2-game-swiper .swiper-game-img img {
  width: 100%;
  height: 100%;
}

.section2 .screen2-game-swiper .swiper-content {
  float: left;
  width: 3.2rem;
  height: 5.4rem;
  border-radius: 0 0.15rem 0.15rem 0;
  /* background-color: rgba(250, 250, 250, 0.8); */
  margin-top: 0.94rem;
  text-align: left;
  position: relative;
}

.section2 .screen2-game-swiper .swiper-content .swiper-content-title {
  margin-left: 0.24rem;
  margin-top: 0.15rem;
  position: relative;
}

.section2 .screen2-game-swiper .swiper-content .swiper-content-title span {
  font-size: 0.26rem;
  color: #333333;
  font-weight: bold;
  line-height: .32rem;
  width: 2.74rem;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section2 .screen2-game-swiper .swiper-content .swiper-content-title span::after {
  content: "";
  position: absolute;
  bottom: -0.17rem;
  left: 0;
  width: 2.77rem;
  height: 0.07rem;
  background: url("../images/line-tips.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section2 .screen2-game-swiper .swiper-content .swiper-content-title img {
  float: left;
  margin-top: 0.05rem;
  width: 2.63rem;
  height: 0.08rem;
}

.section2 .swiper-content-text {
  width: 2.74rem;
  height: 2.85rem;
  margin-left: 0.26rem;
  margin-top: 0.25rem;
  line-height: 0.28rem;
  font-size: 0.18rem;
  color: #666666;
}

.section2 .swiper-content-text span {
  display: block;
  width: 2.74rem;
  line-height: 0.28rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.section2 .swiper-content-btn a {
  cursor: pointer;
  display: block;
  text-align: center;
  color: #f86778;
  background: url(../images/two-link-bg.png) no-repeat;
  width: 0.97rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background-size: 100% 100%;
  font-size: .18rem;
  position: absolute;
  bottom: 1.41rem;
  right: 0;
}

.section2 .screen2-game-swiper .swiper-slide {
  width: 14.44rem;
}

.section2 .screen2-game-swiper .swiper-slide .swiper-slide-div {
  width: 11.24rem;
  height: 5.85rem;
  margin: 0 auto;
  background: url(../images/two-slide-bg.png) no-repeat;
  background-size: 100% 100%;
}

.section2 .screen2-game-swiper .swiper-button-next {
  background-image: url("../images/two-right-d.png");
  background-size: 100% 100%;
  top: 2.61rem;
  right: 30px;
  width: 1.56rem;
  height: .86rem;
}

.section2 .screen2-game-swiper .swiper-button-next:hover {
  background-image: url("../images/two-right.png");
  background-size: 100% 100%;
}

.section2 .screen2-game-swiper .swiper-button-prev:hover {
  background-image: url("../images/two-left.png");
  background-size: 100% 100%;
}

.section6 .plot-swiper .swiper-button-next {
  background-image: url("../images/two-right-d.png");
  width: 3rem;
  background-size: 1.56rem auto;
  background-position: center;
  height: 5.4rem;
  top: 0;
  margin-top: 0;
  right: -0.2rem;
}

.section6 .plot-swiper .swiper-button-next:hover {
  background-image: url("../images/two-right.png");
}

.section2 .screen2-game-swiper .swiper-button-prev {
  background-image: url("../images/two-left-d.png");
  background-size: 100% 100%;
  top: 2.61rem;
  width: 1.56rem;
  height: 0.86rem;
}

.section6 .plot-swiper .swiper-button-prev {
  background-image: url("../images/two-left-d.png");
  width: 3rem;
  background-size: 1.56rem auto;
  background-position: center;
  height: 5.4rem;
  top: 0;
  margin-top: 0;
  left: -0.2rem;
}

.section6 .plot-swiper .swiper-button-prev:hover {
  background-image: url("../images/two-left.png");
}

/* .section2 .screen2-game-swiper .swiper-button-next,
.section2 .screen2-game-swiper .swiper-button-prev {
  width: 0.66rem;
  height: 0.66rem;
  margin-top: -0.6rem;
} */
.section2 .screen2-game-swiper .swiper-pagination-bullet,
.section6 .plot-swiper .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.19rem;
  background: url(../images/tow-swiper-tag.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 0.12rem;
  opacity: 0.5;
  line-height: 0.35rem;
  vertical-align: middle;
}

.section2 .screen2-game-swiper .swiper-pagination-bullet-active,
.section6 .plot-swiper .swiper-pagination-bullet-active {
  width: 0.36rem;
  height: 0.35rem;
  line-height: 0.35rem;
  vertical-align: middle;
  border-radius: 0.2rem;
  background: url(../images/tow-swiper-tag-a.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}

.section3 {
  position: relative;
}

.section3 .screen3-title {
  position: absolute;
  left: 50%;
  top: 7%;
  transform: translate(-50%);
  width: 4.56rem;
  height: 1.39em;
  margin: 0 auto;
  background: url("../images/3-title.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section3 .screen3-content {
  width: 13rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  bottom: 67%;
  transform: translate(-50%);
}

.section3 .screen3-content .whole-show {
  display: none;
}

.section3 .screen3-content .con-name img {
  height: 1.06rem;
}

.section3 .screen3-content .con-name em {
  float: left;
  display: block;
  width: 0.07rem;
  height: 0.4rem;
  background-color: #ff8004;
}

.section3 .screen3-content .con-name span {
  display: block;
  margin-left: 0.2rem;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.38rem;
}

.section3 .screen3-content .con-mp3 {
  margin-top: -0.8rem;
  margin-left: 0.2rem;
}

.section3 .screen3-content .con-mp3 span {
  display: inline-block;
  font-size: 0.20rem;
  color: #993333;
  background: url(../images/rw-sound-bg.png) no-repeat;
  width: 1.8rem;
  height: 0.31rem;
  background-size: 100% 100%;
  line-height: 0.33rem;
  padding-left: 0.18rem;
  margin-left: -0.4rem;
  vertical-align: 0.12rem;
}

.section3 .screen3-content .con-mp3 img {
  width: 0.39rem;
  height: 0.39rem;
  cursor: pointer;
}

.section3 .screen3-content .con-text {
  margin-top: 0.17rem;
  width: 5.76rem;
  /* height: 2.76rem; */
  border-radius: 0.05rem;
  padding: 0.2rem 0.2rem 0.1rem 0.2rem;
  overflow-y: auto;
  transform: translate(-0.2rem);
}

.section3 .screen3-content .proper {
  color: #852348;
  font-size: 0.18rem;
  height: 1.2rem;
}

.section3 .screen3-content .proper p {
  height: 0.4rem;
  line-height: 0.36rem;
  min-width: 1.71rem;
  padding-left: 0.95rem;
  float: left;
  margin-bottom: .3rem;
  font-size: 0.20rem;
}

.section3 .screen3-content .proper .p1 {
  background: url(../images/rw-p-1.png) no-repeat;
  background-size: 1.71rem 0.4rem;
}

.section3 .screen3-content .proper .p2 {
  background: url(../images/rw-p-2.png) no-repeat;
  background-size: 1.71rem 0.4rem;
}

.section3 .screen3-content .proper .p3 {
  background: url(../images/rw-p-3.png) no-repeat;
  background-size: 1.71rem 0.4rem;
}

.section3 .screen3-content .proper .p4 {
  background: url(../images/rw-p-4.png) no-repeat;
  background-size: 1.85rem 0.4rem;
  min-width: 1.85rem;
}

.section3 .screen3-content .con-text::-webkit-scrollbar {
  display: none;
}

.section3 .screen3-content .con-text .des {
  display: block;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #852348;
  overflow: hidden;
  width: 5.63rem;
  height: 1.63rem;
  margin-bottom: 0.2rem;
}

.section3 .screen3-content .con-text .des img {
  width: 5.63rem;
  height: 1.63rem;
}

.section3 .screen3-content .con-text .des li {
  font-size: .18rem;
}

.section3 .screen3-content .con-text .des li::before {
  content: "";
  background: url(../images/rw-des-li.png) no-repeat;
  background-size: 100% 100%;
  width: 0.13rem;
  height: 0.13rem;
  display: inline-block;
  margin-right: 0.13rem;
}

.section3 .screen3-content .con-text .des b {
  font-size: 0.22rem;
  font-weight: normal;
}

.section3 .screen3-content .con-rw {
  position: absolute;
  top: -.1rem;
  right: 0.3rem;
  width: 5.11rem;
  display: flex;
  justify-content: center;
  -webkit-animation: sc3R .8s forwards;
  animation: sc3R .8s forwards;
}

.section3 .screen3-content .con-rw img {
  height: 8.8rem;
}

.section3 .screen3-content .con-rw img {
  /* width: 5.12rem;
  height: 6.39rem; */
}

.section3 .screen3-box {
  width: 100%;
  height: 1.8rem;
  position: absolute;
  margin-left: 0;
  margin-top: -0.4rem;
}

/* .section3 .screen3-box::after {
  content: '';
  width: 19.20rem;
  height: 1.80rem;
  position: absolute;
  top: 0;
  left: -21%;
  background-color: rgba(250, 250, 250, 0.4);
} */
.section3 .screen3-box .screen3-game-swiper {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 999;
  width: 10rem;
  height: 1.4rem;
  transform: translateY(-50%);
}

.section3 .screen3-box .swiper-wrapper {
  align-items: flex-end;
}

.section3 .screen3-box .screen3-game-swiper .swiper-game-link2 {
  width: 8rem;
  height: 1.4rem;
}

.section3 .screen3-game-swiper .swiper-slide {
  cursor: pointer;
  width: 0.86rem;
  height: 1.15rem;
  margin: 0 0.14rem;
  text-align: center;
}

.section3 .screen3-game-swiper .swiper-slide:nth-child(1) .swiper-img-active {
  width: 0.9rem;
  height: 1.38rem;
  margin-top: -0.08rem;
}

.section3 .screen3-game-swiper .swiper-slide-x {
  width: 0.9rem;
  height: 1.3rem;
}

.section3 .screen3-game-swiper .swiper-img {
  width: 0.86rem;
  height: 1.15rem;
  display: initial;
}

.section3 .screen3-game-swiper .swiper-img-active {
  width: 0.9rem;
  height: 1.3rem;
  display: none;
}

.section3 .screen3-game-swiper .swiper-slide-x .swiper-img {
  display: none;
}

.section3 .screen3-game-swiper .swiper-slide-x .swiper-img-active {
  display: initial;
  -webkit-animation: sc3Zoom .8s forwards;
  animation: sc3Zoom .8s forwards;
}

/* .section3 .screen3-box .screen3-game-swiper .swiper-game-link2 .swiper-slide img {
  width: 1.06rem;
  height: 1.06rem;
}

.section3 .screen3-box .screen3-game-swiper .swiper-game-link2 .swiper-slide span {
  display: block;
  font-size: 0.16rem;
}

.section3 .screen3-box .screen3-game-swiper .swiper-game-link2 .swiper-slide-x {
  width: 1.02rem;
  height: 1.36rem;
  text-align: center;
  background-color: #ff8004;
  padding: 0.02rem;
}

 .section3 .screen3-box .screen3-game-swiper .swiper-game-link2 .swiper-slide-x img {
  width: 1.02rem;
  height: 1.01rem;
} */
.section3 .screen3-box .screen3-game-swiper .swiper-game-link2 .swiper-slide-x span {
  color: #ffffff;
}

.section3 .screen3-box .screen3-game-swiper .swiper-button-next2 {
  background-image: url("../images/two-right.png");
  background-size: 100% 100%;
}

.section3 .screen3-box .screen3-game-swiper .swiper-button-prev2 {
  background-image: url("../images/two-left.png");
  background-size: 100% 100%;
}

.section3 .screen3-box .screen3-game-swiper .swiper-button-disabled {
  opacity: 0.5;
  display: none;
}

.section3 .screen3-box .screen3-game-swiper .swiper-button-next2 {
  position: absolute;
  cursor: pointer;
  width: 0.56rem;
  height: 0.61rem;
  right: 0.2rem;
  top: 0.4rem;
}

.section3 .screen3-box .screen3-game-swiper .swiper-button-prev2 {
  cursor: pointer;
  width: 0.56rem;
  height: 0.61rem;
  position: absolute;
  top: 0.4rem;
  left: 0.25rem;
}

.section4 {
  position: relative;
}

.section4 .screen4 {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
}

.section4 .screen4-title {
  width: 9.88rem;
  height: 1.13rem;
  margin: 0 auto;
  background: url("../images/four-title.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section4 .screen4-content {
  width: 10.8rem;
  height: 6rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  overflow: hidden;
}

.section4 .screen4-content .con-progress {
  position: relative;
  width: 8.2rem;
  height: 0.12rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  background-color: #dfe1e1;
}

.section4 .screen4-content .con-progress .con-progress-success {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.12rem;
  background-color: #fd942e;
}

.section4 .screen4-content .con-progress .con-icon {
  position: absolute;
  top: -0.45rem;
  left: -0.46rem;
  width: 1rem;
}

.section4 .screen4-content .con-progress .con-icon2 {
  position: absolute;
  top: -0.45rem;
  left: 2.2rem;
  width: 1rem;
}

.section4 .screen4-content .con-progress .con-icon3 {
  position: absolute;
  top: -0.45rem;
  left: 4.8rem;
  width: 1rem;
}

.section4 .screen4-content .con-progress .con-icon4 {
  position: absolute;
  top: -0.26rem;
  left: 7.65rem;
  width: 1rem;
}

.section4 .screen4-content .con-progress .con-icon-title {
  font-size: 0.18rem;
  text-align: center;
  color: #ff9933;
}

.section4 .screen4-content .con-progress .con-icon-img {
  width: 0.3rem;
  height: 0.44rem;
  margin: 0.1rem auto;
  background: url("../images/four-icon.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section4 .screen4-content .con-progress .con-icon-text {
  white-space: nowrap;
  width: 0.96rem;
  height: 0.27rem;
  margin-left: 0.05rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  text-align: center;
  color: #fd942e;
  background: url("../images/four-jx.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section4 .screen4-content .con-progress .con-icon-title-not {
  white-space: nowrap;
  text-align: center;
}

.section4 .screen4-content .con-progress .con-icon-img-not {
  width: 0.3rem;
  height: 0.44rem;
  margin: 0.1rem auto;
  background: url("../images/four-icon2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section4 .screen4-content .con-progress .con-icon-text-not {
  width: 0.96rem;
  height: 0.27rem;
  margin-left: 0.05rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  text-align: center;
  color: #ffffff;
  background: url("../images/four-not.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section4 .screen4-content .con-prize {
  width: 11rem;
  height: 4.5rem;
  margin: 0 auto;
  margin-top: 0.75rem;
}

.section4 .screen4-content .con-prize .prize-item {
  width: 2.4rem;
  height: 4.4rem;
  background-color: #ffffff;
  float: left;
  margin-right: 0.35rem;
}

.section4 .screen4-content .con-prize .prize-item .item-num {
  width: 100%;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  border-bottom: 0.01rem solid #e7e7e9;
}

.section4 .screen4-content .con-prize .prize-item .item-num span:nth-child(1) {
  font-weight: bold;
  font-size: 0.26rem;
  color: #333333;
}

.section4 .screen4-content .con-prize .prize-item .item-num span:nth-child(2) {
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 0.5rem;
  color: #333333;
  margin-left: 0.05rem;
}

.section4 .screen4-content .con-prize .prize-item .item-con {
  width: 100%;
  padding: 0.3rem 0;
  text-align: center;
  position: relative;
}

.section4 .screen4-content .con-prize .prize-item .item-con .prize-get {
  position: absolute;
  top: 0.3rem;
  left: 0.14rem;
  width: 0.9rem;
  height: 0.9rem;
}

.section4 .screen4-content .con-prize .prize-item .item-con .prize-get img {
  width: 0.86rem;
  height: 0.87rem;
}

.section4 .screen4-content .con-prize .prize-item .item-con div:nth-child(2) {
  padding: 0.21rem 0;
}

.section4 .screen4-content .con-prize .prize-item .item-con div:nth-child(2) span {
  display: block;
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
}

.section4 .screen4-content .con-prize .prize-item .item-con div:nth-child(3) span {
  display: block;
  font-size: 0.14rem;
  color: #666666;
}

.section4 .screen4-content .con-prize .prize-item .item-con img {
  width: 2.12rem;
  height: 1.94rem;
}

.section5 {
  position: relative;
}

.section5 .screen5 {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
}

.section5 .screen5 .screen5-title {
  width: 9.88rem;
  height: 1.13rem;
  margin: 0 auto;
  background: url("../images/four-title.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section5 .screen5 .screen5-content {
  width: 10.8rem;
  height: 4.35rem;
  margin: 1.1rem auto 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.section5 .screen5 .screen5-content .make-title {
  width: 100%;
  height: 1.05rem;
  line-height: 1.05rem;
  text-align: center;
}

.section5 .screen5 .screen5-content .make-title span {
  display: block;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
}

.section5 .screen5 .screen5-content .make-prize {
  width: 100%;
  height: 2.68rem;
}

.section5 .screen5 .screen5-content .make-prize .make-prize-item {
  text-align: center;
  float: left;
  margin-left: 0.3rem;
}

.section5 .screen5 .screen5-content .make-prize .make-prize-item img {
  width: 1.8rem;
  height: 2.15rem;
}

.section5 .screen5 .screen5-content .make-prize .make-prize-item span {
  display: block;
  margin-top: 0.2rem;
  padding-bottom: 0.02rem;
  font-size: 0.18rem;
  color: #333333;
}

.section5 .screen5 .make-btn {
  width: 2.06rem;
  height: 0.56rem;
  margin: 0.5rem auto 0 auto;
  text-align: center;
  line-height: 0.56rem;
  background-color: #db573d;
}

.section5 .screen5 .make-btn a {
  display: block;
  font-size: 0.24rem;
  color: #ffffff;
  font-weight: bold;
}

.section6 {
  position: relative;
}

.section6 .screen6 {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
}

.section6 .screen6-title {
  width: 4.56rem;
  height: 1.39rem;
  margin: 0.4rem auto 0.2rem;
  background: url("../images/6-title.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section6 .plot-swiper {
  width: 14.44rem;
  height: 6.5rem;
  margin: 0 auto 0 auto;
}

.section6 .plot-swiper .swiper-wrapper {
  height: 6.5rem;
}

.section6 .plot-swiper .swiper-plot-img {
  position: relative;
  display: block;
  width: 9.03rem;
  height: 5.08rem;
  z-index: 0;
}

.section6 .plot-swiper .swiper-plot-img img {
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.section6 .plot-swiper .swiper-plot-img img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.section6 .plot-swiper .swiper-slide {
  width: 9.03rem;
  height: 5.08rem;
  line-height: 5.1rem;
  background: url(../images/6-slide-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.2rem;
  visibility: hidden;
}

.section6 .plot-swiper .swiper-slide.swiper-slide-active {
  visibility: visible;
}

.section6 .plot-swiper .swiper-slide.swiper-slide-prev {
  visibility: visible;
  transform: translate3d(350px, -45px, -819.44px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  z-index: -3;
}

.section6 .plot-swiper .swiper-slide.swiper-slide-next {
  visibility: visible;
  transform: translate3d(-350px, -45px, -819.6px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  z-index: -3;
}

.section6 .plot-swiper .swiper-slide .swiper-slide-shadow-left {
  height: 5.08rem;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
}

.section6 .plot-swiper .swiper-slide .swiper-slide-shadow-right {
  height: 5.08rem;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(transparent));
}

.section7 {
  position: relative;
}

.section7 .screen7 {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
}

.section7 .screen7-title {
  width: 4.56rem;
  height: 1.39rem;
  margin: 0 auto;
  background: url("../images/7-title.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section7 .screen7-content {
  width: 11rem;
  height: 6rem;
  margin: 0.2rem auto 0 auto;
}

.section7 .audio-title {
  position: relative;
  width: 100%;
  /* border-bottom: 0.02rem solid #e3eaed; */
  text-align: left;
  line-height: 0.5rem;
}

.section7 .audio-sub-title {
  line-height: initial;
  font-size: initial;
  margin-top: .13rem;
  color: #ecc3c0;
}

.section7 .audio-sub-title a::before {
  content: "";
  display: inline-block;
  background: url(../images/sub-title-d.png) no-repeat;
  width: .14rem;
  height: .14rem;
  background-size: 100% 100%;
  vertical-align: -.02rem;
}

.section7 .audio-sub-title a {
  cursor: pointer;
  font-size: .14rem;
  color: #c9b0ac;
  line-height: .23rem;
  display: inline-block;
  width: .92rem;
  border-radius: .11rem;
  height: .23rem;
  text-align: center;
  margin-right: .12rem;
}

.section7 .audio-sub-title a.active::before {
  background: url(../images/sub-title-a.png) no-repeat;
  background-size: 100% 100%;
}

.section7 .audio-sub-title a.active {
  background: #ecc3c0;
  color: white;
}

.section7 .audio-title .title7 {
  cursor: pointer;
  font-size: 0.24rem;
  color: white;
  background: url(../images/tab_bg.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 1.39rem;
  height: 0.54rem;
  text-align: center;
  line-height: 0.54rem;
  letter-spacing: 0.05rem;
  padding-left: 0.06rem;
}

.section7 .audio-title .title7-active {
  color: white;
  background: url(../images/tab_bg_a.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 1.39rem;
  height: 0.55rem;
  text-align: center;
  line-height: 0.54rem;
  font-size: 0.24rem;
  letter-spacing: 0.05rem;
  padding-left: 0.06rem;
}

.section7 .audio-title .title7-more {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}

.section7 .audio-title .title7-more a {
  float: left;
  margin-top: -0.04rem;
  margin-right: 0.02rem;
  background: url(../images/title-more.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 1.12rem;
  height: 0.29rem;
  font-size: 0;
  margin-right: 0.42rem;
}

.section7 .audio-title .title7-more img {
  float: left;
  margin-top: 0.1rem;
  width: 0.12rem;
  height: 0.2rem;
}

.section7 .screen7-content .audio-content {
  width: 100%;
  height: 5.3rem;
  margin-top: 0.05rem;
}

.section7 .screen7-content .audio-content .audio-content-item {
  cursor: pointer;
  position: relative;
  float: left;
  width: 3.49rem;
  height: 2.68rem;
  text-align: center;
  margin-bottom: 0.2rem;
  margin-right: 0.1rem;
  overflow: hidden;
  border: 0.01rem solid transparent;
  background: url(../images/item-bg.png) no-repeat;
  background-size: 3.49rem 2.68rem;
}

.section7 .screen7-content .audio-content .audio-content-item:hover {
  position: relative;
  border: 0.01rem solid #ff9933;
}

.section7 .screen7-content .audio-content .audio-content-item::after {
  content: "";
  position: absolute;
  width: 3.18rem;
  height: 1.8rem;
  top: 0.1rem;
  left: 0.18rem;
}

.section7 .screen7-content .audio-content .audio-content-item .audio-img {
  position: relative;
  width: 3.18rem;
  height: 1.8rem;
  margin-top: 0.1rem;
}

.section7 .screen7-content .audio-content .audio-content-item .audio-play {
  display: none;
  position: absolute;
  top: 0.7rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 99;
}

.section7 .screen7-content .audio-content .audio-content-item div {
  width: 100%;
  height: 0.8rem;
  line-height: 0.76rem;
  margin-top: -0.2rem;
  font-size: 0.16rem;
  color: #666666;
}

.audio-unshow {
  display: none;
}

.section7 .screen7-frame4-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.section7 .screen7-frame4 {
  margin-top: 7%;
}

.section7 .audio-title {
  margin-left: .1rem;
}

.section7 .audio-sub-title {
  margin-left: .1rem;
}

.section8 {
  position: relative;
}

.section8 .screen8 {
  position: absolute;
  left: 0;
  top: 15%;
}

.section8 .screen8 .ask-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 19.20rem;
  height: 7.22rem;
}

.section8 .screen8 .ask-con {
  position: absolute;
  top: 2.5rem;
  left: 6.8rem;
}

.section8 .screen8 .ask-con img {
  width: 7.13rem;
  height: 1.97rem;
}

.section8 .screen8 .ask-con a {
  cursor: pointer;
  display: block;
  width: 2.61rem;
  height: 0.75rem;
  margin: 0 auto;
  background: url("../images/zm-btn.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section8 .screen8-title {
  width: 10.7rem;
  height: 0.72rem;
  margin: 0 auto;
  background: url("../images/audio-title.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section8 .screen8-audio-swiper {
  width: 11.8rem;
  height: 6.5rem;
  margin-top: 0.8rem;
}

.section8 .screen8-audio-swiper .swiper-slide {
  width: 12rem;
  height: 6.2rem;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio {
  width: 10rem;
  height: 4.8rem;
  margin: 0 auto;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-Violation {
  width: 100%;
  height: 2.4rem;
  background-color: rgba(255, 255, 255, 0.6);
  border: 0.02rem solid #ffffff;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-Violation .Violation-img {
  float: left;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-Violation .Violation-img img {
  width: 4.74rem;
  height: 2.23rem;
  margin-left: 0.09rem;
  margin-top: 0.09rem;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-Violation .Violation {
  float: left;
  width: 4.84rem;
  margin-top: 0.4rem;
  margin-left: 0.2rem;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-Violation .Violation .Violation-top {
  margin-bottom: 0.2rem;
  padding-bottom: 0.15rem;
  border-bottom: 0.01rem solid #e4e5e5;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-Violation .Violation .Violation-top a {
  float: left;
  display: block;
  width: 0.04rem;
  height: 0.23rem;
  background-color: #fd942e;
  margin-right: 0.1rem;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-Violation .Violation .Violation-top span {
  display: block;
  font-size: 0.24rem;
  color: #333333;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-Violation .Violation div:nth-child(2) {
  height: 1.3rem;
  line-height: 0.25rem;
  font-size: 0.16rem;
  overflow-y: auto;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-rwdetail {
  width: 10rem;
  background-color: rgba(255, 255, 255, 0.6);
  height: 2.9rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  border: 0.02rem solid #ffffff;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-rwdetail .slide-rwdetail-item {
  float: left;
  width: 4.74rem;
  text-align: center;
  margin-left: 0.1rem;
  margin-top: 0.09rem;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-rwdetail .slide-rwdetail-item:nth-child(2) {
  margin-left: 0.4rem;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-rwdetail .slide-rwdetail-item img {
  width: 100%;
  height: 2.23rem;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-rwdetail .slide-rwdetail-item span {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.2rem;
  color: #333333;
}

.section8 .screen8-audio-swiper .swiper-button-next {
  background-image: url("../images/two-right.png");
  background-size: 100% 100%;
}

.section8 .screen8-audio-swiper .swiper-button-prev {
  background-image: url("../images/two-left.png");
  background-size: 100% 100%;
}

.section8 .screen8-audio-swiper .swiper-button-next {
  width: 0.56rem;
  height: 0.61rem;
  margin-top: -0.6rem;
  right: 0;
}

.section8 .screen8-audio-swiper .swiper-button-prev {
  width: 0.56rem;
  height: 0.61rem;
  margin-top: -0.6rem;
}

.section8 .screen8-audio-swiper .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  background-color: #ff8004;
  margin-right: 0.2rem;
}

.section8 .screen8-audio-swiper .swiper-pagination-bullet-active {
  width: 0.28rem;
  height: 0.13rem;
  border-radius: 0.2rem;
  background-color: #fe9834;
}

.section9 {
  position: relative;
}

.section9 .screen9 {
  position: absolute;
  left: 50%;
  top: 8%;
  transform: translate(-50%);
}

.section9 .screen9-title {
  width: 10.7rem;
  height: 0.72rem;
  margin: 0 auto;
  background: url("../images/audio-title.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section9 .plot2-swiper {
  width: 10.52rem;
  height: 6.2rem;
  margin: 0.91rem auto 0 auto;
}

.section9 .plot2-swiper .swiper-plot2-img {
  display: block;
  width: 3.26rem;
  height: 5.8rem;
}

.section9 .plot2-swiper .swiper-plot2-img img {
  width: 100%;
  height: 100%;
}

.section9 .plot2-swiper .swiper-slide {
  width: 3.26rem;
  height: 6.3rem;
  line-height: 6.48rem;
}

.section9 .plot2-swiper .swiper-slide .swiper-slide-shadow-left {
  height: 5.78rem;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.5)));
}

.section9 .plot2-swiper .swiper-slide .swiper-slide-shadow-right {
  height: 5.78rem;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.5)));
}

.section9 .plot2-swiper .swiper-button-next {
  background-image: url("../images/six-right.png");
  background-size: 100% 100%;
}

.section9 .plot2-swiper .swiper-button-prev {
  background-image: url("../images/six-left.png");
  background-size: 100% 100%;
}

.section9 .plot2-swiper .swiper-button-next,
.section9 .plot2-swiper .swiper-button-prev {
  width: 0.56rem;
  height: 0.61rem;
  margin-top: -0.3rem;
}

.section9 .plot2-swiper .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  background-color: #ff8004;
  margin-right: 0.2rem;
}

.section9 .plot2-swiper .swiper-pagination-bullet-active {
  width: 0.28rem;
  height: 0.13rem;
  border-radius: 0.2rem;
  background-color: #fe9834;
}

.section10 {
  position: relative;
}

.section10 .screen10 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19.2rem;
  height: 6.61rem;
  background: url("../images/ten-ask.jpg") no-repeat 0 0;
  background-size: 100% 100%;
}

.section10 .screen10 .ask-img {
  position: absolute;
  top: -0.57rem;
  left: 1.1rem;
  width: 6.76rem;
  height: 7.2rem;
}

.section10 .screen10 .ask-conten {
  position: absolute;
  top: 1.6rem;
  right: 0.6rem;
  width: 8.42rem;
  height: 3.7rem;
  text-align: center;
}

.section10 .screen10 .ask-conten .ask-conten-div1 {
  width: 100%;
  height: 1.44rem;
  background: url("../images/ask-title.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section10 .screen10 .ask-conten .ask-conten-div2 {
  margin: 0.3rem 0;
  font-size: 0.24rem;
  color: #232323;
}

.section10 .screen10 .ask-conten .ask-conten-div3 {
  width: 3.45rem;
  margin: 0 auto;
  height: 0.93rem;
  background-color: #5f77aa;
  text-align: center;
  line-height: 0.93rem;
  font-size: 0.42rem;
  color: #ffffff;
}

.section10 .screen10 .ask-conten .ask-conten-div3 a {
  color: #ffffff;
}

.section10 .screen10 .ask-conten .ask-conten-div4 {
  margin-top: 0.25rem;
  font-size: 0.14rem;
  color: #000000;
}

.screen-bottom {
  width: 100%;
  height: 3rem;
  background-color: #50b865;
}

.section11 {
  position: relative;
}

.footerArea {
  background: #fff;
  line-height: 0.24rem;
  padding: 0.2rem 0;
  color: #fff;
  overflow: visible;
}

.footerArea .foot-bottom-icon {
  width: 100%;
  height: 2rem;
  border-bottom: 0.01rem solid #f5f5f5;
  margin: 0 auto;
}

.footerArea .foot-bottom-icon .foot-bottom-icon-box {
  width: 8.1rem;
  height: 1.28rem;
  margin: 0 auto;
  margin-top: 2.2rem;
}

.footerArea .foot-bottom-icon .foot-bottom-icon-box .bom-icon {
  position: relative;
  float: left;
  margin: 0 0.5rem;
  cursor: pointer;
}

.footerArea .foot-bottom-icon .foot-bottom-icon-box .bom-icon .bomicon-img {
  width: 1rem;
  height: 1.28rem;
}

.brand-right-link {
  margin-bottom: 0.15rem;
}

.brand-right-link a {
  color: #666666;
}

.foot-brand {
  width: 100%;
  height: 2.8rem;
}

.foot-brand .brand-box {
  width: 14rem;
  margin: 0 auto;
}

.foot-brand .brand-left {
  float: left;
  margin-top: 0.7rem;
}

.foot-brand .brand-left img {
  height: 0.59rem;
}

.foot-brand .brand-right {
  float: left;
  /* width: 9rem; */
  height: 1.9rem;
  margin-left: 0.34rem;
}

.foot-brand .brand-right a {
  font-size: 0.14rem;
  color: #666666;
}

.foot-brand .brand-right a:hover {
  text-decoration: underline;
  color: #ff8004;
}

.foot-brand .brand-right span {
  display: block;
  line-height: 0.3rem;
  font-size: 0.14rem;
  color: #666666;
}

.foot-brand1 {
  margin-top: 417px;
  width: 100%;
  height: 417px;
  background-color: #ffffff;
}

.foot-brand1 .brand-box {
  width: 1350px;
  height: 195px;
  margin: 0 auto;
}

.foot-brand1 .brand-left {
  float: left;
  margin-top: 120px;
}

.foot-brand1 .brand-left img {
  width: 402px;
  height: 124px;
}

.foot-brand1 .brand-right {
  float: left;
  width: 900px;
  height: 190px;
  margin-top: 50px;
  margin-left: 34px;
}

.foot-brand1 .brand-right a {
  font-size: 14px;
  color: #666666;
}

.foot-brand1 .brand-right a:hover {
  text-decoration: underline;
  color: #ff8004;
}

.foot-brand1 .brand-right span {
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}

.foot-brand1 .brand-right span:nth-child(2) {
  margin-top: 32px;
}

.foot-brand {
  width: 100%;
  height: 3rem;
}

.foot-brand .brand-box {
  position: relative;
  width: 14.50rem;
  height: 1.95rem;
  margin: 0 auto;
}

.foot-brand .brand-left {
  position: relative;
  float: left;
  margin-top: 1.15rem;
  margin-right: 0.2rem;
  margin-left: 1rem;
}

.foot-brand .brand-left img:nth-child(1) {
  width: 1.65rem;
  height: 0.52rem;
}

.foot-brand .brand-left img:nth-child(2) {
  width: 1.65rem;
  height: 0.52rem;
}

.foot-brand .brand-left::after {
  content: '';
  width: 0.01rem;
  height: 1.34rem;
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
  background-color: #bebdbd;
}

.foot-brand .brand-right {
  float: left;
  width: 8.5rem;
  height: 1.90rem;
  margin-top: 0.30rem;
  margin-left: 0.34rem;
}

.foot-brand .brand-right a {
  font-size: 0.14rem;
  color: #666666;
}

.foot-brand .brand-right a:hover {
  text-decoration: underline;
  color: #ff8004;
}

.foot-brand .brand-right span {
  display: block;
  line-height: 0.30rem;
  font-size: 0.14rem;
  color: #666666;
}

.frame {
  position: relative;
  width: 6.02rem;
  background: url(../images/dia-bg-3.png) repeat-y;
  background-size: 100% 100%;
  padding-top: .25rem;
  padding-bottom: 0.01rem;
}

.frame .frame-text {
  margin: 0.6rem 0 0;
  font-size: 0.32rem;
}

.frame .frame-text-con {
  width: 5.2rem;
  margin: 0.5rem auto 0.2rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: rgba(0, 0, 0, 0.8);
}

.frame .tac {
  text-align: center;
}

.frame::before {
  content: "";
  background: url(../images/dia-bg-1.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 0.3rem;
  display: inline-block;
  position: absolute;
  top: -0.28rem;
  left: 0;
}

.frame::after {
  content: "";
  background: url(../images/dia-bg-2.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 0.3rem;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.28rem;
  z-index: -1;
}

.frame .frame-close {
  width: 0.34rem;
  height: 0.34rem;
  position: absolute;
  top: 0;
  right: 0.2rem;
  cursor: pointer;
}

.frame .frame-title {
  width: 5rem;
  line-height: 0.99rem;
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: initial;
  margin: 0 auto;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: .25rem;
}

.frame .frame-conten .frame-conten-input {
  position: relative;
  width: 2.5rem;
  margin: 0 auto;
}

.frame .frame-conten .frame-conten-input input {
  float: left;
  width: 3.2rem;
  height: 0.47rem;
  outline: none;
  font-size: 0.14rem;
  color: #333333;
  padding-left: 0.1rem;
  border-radius: 0 0.05rem 0.05rem 0;
  background-color: #eaeaea;
}

.frame .frame-conten .frame-conten-input .frame-conten-tip {
  position: absolute;
  width: 0.68rem;
  height: 0.47rem;
  left: -0.68rem;
  top: 0;
  background-color: #f4f4f4;
  border-radius: 0.05rem 0 0 0.05rem;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.47rem;
  color: #333333;
}

.frame .frame-conten .frame-conten-input .frame-conten-text {
  position: absolute;
  bottom: -0.8rem;
  left: -0.68rem;
  font-size: 0.14rem;
  color: #b14654;
}

.frame .content-tips2 {
  width: 5.33rem;
  margin: 0 auto;
  margin-bottom: 0.3rem;
  font-size: 0.14rem;
  color: #666666;
  overflow: hidden;
}

.frame .content-tips2 .content-tips2-item span {
  display: block;
  line-height: 0.22rem;
}

.frame .content-tips2 .content-tips2-item .tips2-num {
  width: 0.25rem;
  float: left;
}

.frame .content-tips2 .content-tips2-item .tips2-text {
  width: 5rem;
  float: left;
}

.frame .content-tips3 {
  width: 5.32rem;
  margin: 0 auto;
  margin-bottom: 0.3rem;
  overflow: auto;
  max-height: 60vh;
}

.frame .content-tips3 .content-tips3-img {
  width: 100%;
  margin: 0.2rem 0;
  text-align: center;
}

.frame .content-tips3 span {
  display: block;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.22rem;
}

.frame .content-tips3 img {
  width: 4.5rem;
}

.frame .frame-btn {
  cursor: pointer;
  width: 0.83rem;
  height: 0.36rem;
  margin: 1rem auto 0.4rem;
  text-align: center;
  line-height: 0.36rem;
  font-size: 0.18rem;
  color: #ffffff;
  border-radius: 0.05rem;
  background-color: #f99236;
}

.frame-4 {
  position: relative;
  width: 12rem;
  margin: 0.2rem auto;
  background: url(../images/dia-bg-3.png) repeat-y;
  background-size: 100% 100%;
}

.frame-4::before {
  content: "";
  background: url(../images/dia-bg-1.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 0.6rem;
  display: inline-block;
  position: absolute;
  top: -0.28rem;
  left: 0;
}

.frame-4::after {
  content: "";
  background: url(../images/dia-bg-2.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 0.6rem;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.28rem;
}

.frame-4 .frame-close {
  cursor: pointer;
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  top: 0.15rem;
  right: 0.45rem;
  z-index: 100;
}

.frame-5 .frame-close {
  cursor: pointer;
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  top: 0.05rem;
  right: 0.15rem;
  z-index: 100;
}

.frame-4 .frame-title {
  width: 100%;
  height: 0.85rem;
  line-height: 0.99rem;
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.frame-4 .frame-conten {
  width: 11.1rem;
  margin: 0.5rem auto 0;
}

.frame-4 .audio-content {
  width: 100%;
  height: 5.3rem;
  overflow-y: auto;
  margin: 0.15rem 0 0;
}

.frame-4 .audio-content .audio-content-item {
  cursor: pointer;
  position: relative;
  float: left;
  width: 3.44rem;
  text-align: center;
  margin-bottom: 0.2rem;
  margin-left: 0.1rem;
  overflow: hidden;
  border: 0.01rem solid transparent;
}

.frame-4 .audio-content .audio-content-item:hover {
  position: relative;
  border: 0.01rem solid #ff9933;
}

.frame-4 .audio-content .audio-content-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.94rem;
  top: 0;
  left: 0;
}

.frame-4 .audio-content .audio-content-item .audio-img {
  position: relative;
  width: 100%;
  height: 1.94rem;
}

.frame-4 .audio-content .audio-content-item .audio-play {
  display: none;
  position: absolute;
  top: 0.7rem;
  left: 50%;
  transform: translate(-50%);
  width: 0.61rem;
  height: 0.61rem;
  z-index: 99;
}

.frame-4 .audio-content .audio-content-item div {
  width: 100%;
  height: 0.8rem;
  line-height: 0.76rem;
  margin-top: -0.2rem;
  font-size: 0.16rem;
  color: #666666;
  background-color: #ffffff;
}

/* .section-foot .frame-5,.tips-bom-item .frame-5{
  background: none;
  padding: initial;
}
.section-foot .frame-5::before,.tips-bom-item .frame-5::before{
  display: none;
}
.section-foot .frame-5::after,.tips-bom-item .frame-5::after{
  display: none;
} */
.frame-5 {
  width: 3.3rem;
  text-align: center;
  background: url(../images/dia-bg-3.png) repeat-y;
  background-size: 100% 100%;
  padding: 0.15rem;
  position: relative;
}

.frame-5 .frame-content {
  line-height: 0.5rem;
  font-size: 0.18rem;
  color: #333333;
}

.frame-5 .frame-content a {
  color: #333333;
}

.frame-5 .frame-content .con-span2 {
  text-decoration: underline;
  color: #db7784;
}

.frame-5 .frame-content .con-span1 {
  margin-right: 0.4rem;
}

.frame-5 .frame-content span {
  font-size: 0.16rem;
}

.frame-5 .frame-content div:not(:first-child) {
  border-top: 1px solid #fbede9;
}

.frame-5::before {
  content: "";
  background: url(../images/dia-bg-1.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 0.18rem;
  display: inline-block;
  position: absolute;
  top: -0.1rem;
  left: 0;
}

.frame-5::after {
  content: "";
  background: url(../images/dia-bg-2.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 0.18rem;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
}

.frame-5 .frame-code {
  width: 3.3rem;
  height: 3.3rem;
  line-height: 3.3rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.05rem;
}

.frame-5 .frame-code img {
  margin-top: 0.15rem;
  width: 3rem;
  height: 3rem;
}

.frame-5 span {
  font-size: 0.24rem;
  line-height: 0.24rem;
  vertical-align: middle;
}

.frame-5 span.title {
  display: block;
  font-size: 0.24rem;
  color: #ffffff;
  position: absolute;
  bottom: -0.45rem;
  left: 0;
  width: 3.6rem;
  text-align: center;
}

.frame-6-box {
  width: 3.5rem;
  height: 1.75rem;
  margin: 0.23rem auto;
}

.frame-6-box .frame-wb {
  width: 100%;
  margin-top: 0.05rem;
  text-align: center;
  font-size: 0.18rem;
  color: #ffffff;
}

.frame-6 {
  position: relative;
  width: 3rem;
  height: 1.41rem;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 0.05rem;
  padding: 0.1rem 0.25rem;
}

.frame-6 .frame-close {
  cursor: pointer;
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
}

.frame-6 .frame-title {
  width: 100%;
  height: 0.96rem;
  line-height: 0.96rem;
  text-align: center;
  font-size: 0.18rem;
  color: #000000;
}

.frame-6 .frame-content {
  height: 1.41rem;
  overflow-y: auto;
}

.frame-6 .frame-content::-webkit-scrollbar {
  display: none;
}

.frame-6 .frame-content .frame-content-item {
  display: block;
  width: 100%;
  margin: 0.1rem 0;
  overflow: hidden;
}

.frame-6 .frame-content .frame-content-item:nth-last-child(1) {
  border-bottom: none;
}

.frame-6 .frame-content .frame-content-item span {
  display: block;
  font-size: 0.16rem;
  color: #333333;
}

.frame-6 .frame-content .frame-content-item .con-span1 {
  float: left;
  margin-left: 0.1rem;
}

.frame-6 .frame-content .frame-content-item .con-span2 {
  margin-left: 1.4rem;
}

.frame-hover1 {
  width: 4rem;
  height: 2.3rem;
  display: none;
  text-align: center;
  z-index: 99999;
  transform: scale(0.9);
  position: absolute;
  top: -2.43rem;
  left: -1.35rem;
  -webkit-animation: qrshow .5s linear forwards;
  animation: qrshow .5s linear forwards;
}

.frame-hover1 .frame-5 {
  width: 3.3rem;
}

.frame-hover1 .frame-5 .frame-content {
  line-height: 0.4rem;
}

.frame-hover1 .frame-5 .frame-content .con-span2 {
  text-decoration: underline;
  color: #db7784;
}

.frame-hover11 {
  width: 380px;
  height: 210px;
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8110e10, endColorstr=#C8110e10);
  display: none;
  text-align: center;
  z-index: 99999;
  transform: scale(0.9);
  position: absolute;
  top: -220px;
  left: -130px;
}

.frame-hover11 .frame-6-box {
  position: relative;
  width: 300px;
  height: 141px;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 25px;
}

.frame-hover11 .frame-wb {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}

.frame-hover11 .frame-6 {
  position: relative;
  width: 250px;
  height: 121px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0;
  padding: 10px 25px;
}

.frame-hover11 .frame-content {
  height: 141px;
  overflow-y: auto;
}

.frame-hover11 .frame-content::-webkit-scrollbar {
  display: none;
}

.frame-hover11 .frame-content .frame-content-item {
  display: block;
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.frame-hover11 .frame-content .frame-content-item:nth-last-child(1) {
  border-bottom: none;
}

.frame-hover11 .frame-content .frame-content-item span {
  display: block;
  font-size: 16px;
  color: #333333;
}

.frame-hover11 .frame-content .frame-content-item .con-span1 {
  float: left;
  margin-left: 10px;
}

.frame-hover11 .frame-content .frame-content-item .con-span2 {
  margin-left: 140px;
}

.frame-hover2 {
  position: absolute;
  left: -0.4rem;
  top: -2.2rem;
  display: none;
  text-align: center;
  z-index: 99999;
  -webkit-animation: qrshow .5s linear forwards;
  animation: qrshow .5s linear forwards;
}

.frame-hover2 .frame-5 {
  width: 1.8rem;
  text-align: center;
  margin: 0.15rem auto;
  padding: 0;
}

.frame-hover2 .frame-5::before {
  height: 0.1rem;
}

.frame-hover2 .frame-5::after {
  height: 0.1rem;
}

.frame-hover2 .frame-5 .frame-code {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  line-height: 0.5rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.05rem;
}

.frame-hover2 .frame-5 .frame-code img {
  margin-top: 0.05rem;
  width: 1.4rem;
  height: 1.4rem;
}

.frame-hover2 .frame-5 span {
  display: block;
  white-space: nowrap;
  font-size: 0.16rem;
  color: #333333;
  margin-top: 0.05rem;
}

.frame-hover22 {
  position: absolute;
  left: -80px;
  top: -270px;
  width: 250px;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8110e10, endColorstr=#C8110e10);
  display: none;
  text-align: center;
  z-index: 99999;
}

.frame-hover22 .frame-5 {
  width: 180px;
  text-align: center;
  margin: 25px auto;
}

.frame-hover22 .frame-5 .frame-code {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
}

.frame-hover22 .frame-5 .frame-code img {
  margin-top: 5px;
  width: 150px;
  height: 150px;
}

.frame-hover22 .frame-5 span {
  display: block;
  white-space: nowrap;
  font-size: 24px;
  color: #ffffff;
  margin-top: 15px;
}

.frame-hover3 {
  position: absolute;
  left: -0.5rem;
  top: -2.2rem;
  width: 2rem;
  height: 2rem;
  display: none;
  text-align: center;
  z-index: 99999;
  -webkit-animation: qrshow .5s linear forwards;
  animation: qrshow .5s linear forwards;
}

.frame-hover3 .frame-5 {
  width: 1.8rem;
  text-align: center;
  margin: 0.15rem auto;
  padding: 0;
}

.frame-hover3 .frame-5::before {
  height: 0.1rem;
}

.frame-hover3 .frame-5::after {
  height: 0.1rem;
}

.frame-hover3 .frame-5 .frame-code {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  line-height: 0.5rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.05rem;
}

.frame-hover3 .frame-5 .frame-code img {
  margin-top: 0.05rem;
  width: 1.4rem;
  height: 1.4rem;
}

.frame-hover3 .frame-5 span {
  display: block;
  white-space: nowrap;
  font-size: 0.16rem;
  color: #333333;
  margin-top: 0.05rem;
}

.frame-hover33 {
  position: absolute;
  left: -80px;
  top: -270px;
  width: 250px;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8110e10, endColorstr=#C8110e10);
  display: none;
  text-align: center;
  z-index: 99999;
}

.frame-hover33 .frame-5 {
  width: 180px;
  text-align: center;
  margin: 25px auto;
}

.frame-hover33 .frame-5 .frame-code {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
}

.frame-hover33 .frame-5 .frame-code img {
  margin-top: 5px;
  width: 150px;
  height: 150px;
}

.frame-hover33 .frame-5 span {
  display: block;
  white-space: nowrap;
  font-size: 24px;
  color: #ffffff;
  margin-top: 15px;
}

.frame-hover4 {
  width: 3rem;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  z-index: 99999;
}

.frame-hover4 .frame-5 {
  width: 1.8rem;
  text-align: center;
  margin: 0.5rem auto;
}

.frame-hover4 .frame-5 .frame-code {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 auto;
  line-height: 0.5rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.05rem;
}

.frame-hover4 .frame-5 .frame-code img {
  margin-top: 0.05rem;
  width: 1.5rem;
  height: 1.5rem;
}

.frame-hover4 .frame-5 span {
  display: block;
  white-space: nowrap;
  font-size: 0.24rem;
  color: #ffffff;
  margin-top: 0.15rem;
}

.frame-hover44 {
  width: 300px;
  background-color: #232323;
  display: none;
  position: absolute;
  top: 33%;
  left: 42%;
  text-align: center;
  z-index: 99999;
}

.frame-hover44 .frame-5 {
  width: 180px;
  text-align: center;
  margin: 50px auto;
}

.frame-hover44 .frame-5 .frame-code {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
}

.frame-hover44 .frame-5 .frame-code img {
  margin-top: 5px;
  width: 150px;
  height: 150px;
}

.frame-hover44 .frame-5 span {
  display: block;
  white-space: nowrap;
  font-size: 24px;
  color: #ffffff;
  margin-top: 15px;
}

.tips1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: url("../images/tipsbg.jpg") no-repeat 0 0;
  background-size: cover;
  background-position: center 0;
}

.tips1 .tips-title {
  position: relative;
  width: 456px;
  margin: 70px auto 0;
  height: 139px;
  background: url("../images/tips-title.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.tips1 .tips-title .tips-back {
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
}

.tips1 .tips-title .tips-back img {
  float: left;
  width: 50px;
  height: 45px;
}

.tips1 .tips-title .tips-back .tips-back-text {
  float: left;
  line-height: 45px;
  margin-left: 10px;
  font-size: 32px;
  color: #fd942e;
}

.tips1 .tips-text1 {
  width: 750px;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin: 0 auto;
}

.tips1 .tips-text2 {
  width: 750px;
  font-size: 18px;
  color: #fd942e;
  margin: 0 auto;
  margin-top: 18px;
}

.tips1 .tips-btn {
  width: 580px;
  height: 70px;
  margin: 0 auto;
  margin-top: 70px;
}

.tips1 .tips-btn p {
  float: left;
  line-height: 22px;
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
}

.tips1 .tips-btn a {
  /* display: block; */
}

.tips1 .tips-btn i {
  font-style: normal;
  font-size: 15px;
}

.tips1 .tips-btn .tips-btn1 {
  float: left;
}

.tips1 .tips-btn .tips-btn2 {
  float: left;
  margin-left: 40px;
}

.tips1 .tips-bom {
  width: 800px;
  margin: 80px auto 0;
  height: 127px;
  text-align: center;
}

.tips1 .tips-bom .tips-bom-item {
  margin: 0 28px;
}

.tips1 .tips-bom .tips-bom-item .tips-bom-item-img {
  width: 86px;
}

.tips2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: url("../images/tipsbg.jpg") no-repeat 0 0;
  background-size: cover;
  background-position: center 0;
}

.tips2 .tips-title {
  position: relative;
  width: 456px;
  margin: 0 auto;
  height: 139px;
  margin-top: 65px;
  background: url("../images/tips-title.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.tips2 .tips-title .tips-back {
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
}

.tips2 .tips-title .tips-back img {
  float: left;
  width: 50px;
  height: 45px;
}

.tips2 .tips-title .tips-back .tips-back-text {
  float: left;
  line-height: 45px;
  margin-left: 10px;
  font-size: 32px;
  color: #fd942e;
}

.tips-content {
  background: url(../images/tips-con-bg.png) no-repeat;
  background-size: 1124px 625px;
  width: 1124px;
  height: 540px;
  margin: 20px auto 0;
  padding-top: 85px;
}

.tips2 .tips-text1 {
  width: 750px;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin: 0 auto;
}

.tips2 .tips-text2 {
  width: 750px;
  font-size: 18px;
  color: #fd942e;
  margin: 0 auto;
  margin-top: 18px;
}

.tips2 .tips-btn {
  width: 580px;
  height: 70px;
  margin: 50px auto 0;
  padding-left: 40px;
}

.tips2 .tips-btn p {
  float: left;
  line-height: 22px;
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
}

.tips2 .tips-btn a {
  display: block;
}

.tips2 .tips-btn i {
  font-style: normal;
  font-size: 15px;
}

.tips2 .tips-btn .btnbox2 {
  float: left;
  margin-left: 20px;
  font-size: 0;
}

.tips2 .tips-btn .btnbox2 .tips-btn1 {
  font-size: initial;
  margin: 0;
  line-height: initial;
}

.tips2 .tips-btn .btnbox2 .tips-btn2 {
  font-size: initial;
  margin: 20px 0 0;
  line-height: initial;
}

.tips2 .tips-btn .btnbox1 {
  float: left;
  width: 259px;
  height: 159px;
  background: url(../images/tips-btn3.png) no-repeat;
  background-size: 100% 100%;
}

.tips2 .tips-btn .btnbox1 a {
  display: block;
  width: 100%;
  height: 100%;
}

.tips2 .tips-btn .btnbox1 a img {
  width: 140px;
  height: 67px;
}

.tips2 .tips-bom {
  margin: 140px auto 0;
  height: 127px;
  text-align: center;
}

.tips2 .tips-bom .tips-bom-item {
  /* float: left; */
  margin: 0 15px;
  position: relative;
}

.tips2 .tips-bom .tips-bom-item .tips-bom-item-img {
  width: 84px;
  /* height: 127px; */
}

.frame-tips {
  width: 4.72rem;
  height: 2.17rem;
}

.frame-tips .frame-btn {
  margin-top: 0.38rem;
}

.f-con {
  padding-bottom: 0.05rem;
}

body,
html {
  width: 100%;
  height: 100%;
}

html {
  font-size: 5.21vw;
}

.mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

@media screen and (max-width: 1360px) {
  .section1 .game-all-box ul li a {
    font-size: 0.12rem;
  }
}

@media screen and (max-width: 600px) {
  html {
    background: #f60;
    color: #000;
    font-size: 66px;
  }
}

@media screen and (max-height: 600px) {
  html {
    background: #f60;
    color: #000;
    font-size: 56px;
  }
}

.section3 .s3-next {
  background: url(../images/two-right-d.png) no-repeat;
  display: inline-block;
  width: 1.56rem;
  height: 0.86rem;
  background-size: 100% 100%;
  top: 4.48rem;
  right: 2.7rem;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}

.section3 .s3-next:hover {
  background: url(../images/two-right.png) no-repeat;
  background-size: 100% 100%;
  animation: swiperNext .8s infinite;
}

.screen3-con-whole {
  margin-left: 1.05rem;
  animation: sc3L .5s forwards;
}

.section3 .s3-prev {
  background: url(../images/two-left-d.png) no-repeat;
  display: inline-block;
  width: 1.56rem;
  height: 0.86rem;
  background-size: 100% 100%;
  top: 4.48rem;
  left: 2.5rem;
  position: absolute;
  cursor: pointer;
}

.section3 .s3-prev:hover {
  background: url(../images/two-left.png) no-repeat;
  background-size: 100% 100%;
  animation: swiperNext .8s infinite;
}

.big-img-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.big-img-wrapper .swiper-big-img .swiper-slide {
  width: 16rem;
}

.big-img-wrapper .swiper-big-img .swiper-slide .swiper-zoom-container {
  height: 10rem;
}

.big-img-wrapper img {
  max-height: 100vh;
  max-width: 100vw;
}

.big-img-wrapper2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.big-img-wrapper2 .img-box {
  width: 8rem;
  height: 100vh;
  overflow-y: auto;
}

.big-img-wrapper2 .img-box::-webkit-scrollbar {
  display: none;
}

.big-img-wrapper2 .img-box img {
  display: block;
  width: 8rem;
  height: auto;
}

.big-clsoe {
  cursor: pointer;
  position: fixed;
  top: 0.2rem;
  right: -0.8rem;
  width: 0.5rem;
  height: 0.5rem;
  background: url("../images/close.png") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: 9999;
}

.section2 .time {
  font-size: .18rem;
  color: #666666;
  float: left;
  margin-left: .26rem;
  margin-top: -.2rem;
}

.frame .frame-time,
.frame-4 .frame-time {
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.22rem;
  text-align: center;
  margin-bottom: .2rem;
}

.v-none {
  visibility: hidden;
}

.popDown {
  width: 571px;
  height: 328px;
  padding: 1px 0;
  border-radius: 15px;
  margin: 0 auto;
  position: relative;
  background: url("../images/mk-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.popDown .inner {
  margin: 9px;
  border-radius: 13px;
  padding: 40px 30px;
  overflow: hidden;
}

.popDown .pop-hide {
  background: url(../images/frame-close.png) no-repeat center;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}

.popDown .lb-qr {
  float: left;
  width: 185px;
  height: 230px;
  border: 1px solid #f5e1dc;
  border-radius: 10px;
  color: #fff;
  background-color: #f6e8e8;
}

.popDown .lb-qr img {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.popDown .lb-qr span {
  display: block;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #ac5f4f;
}

.popDown .lb-btn {
  float: left;
  overflow: hidden;
  height: 230px;
  margin-left: 25px;
}

.popDown .lb-btn a {
  display: block;
  width: 259px;
  height: 59px;
  overflow: hidden;
  line-height: 99;
  margin: 0 auto 22px;
  cursor: pointer;
}

.popDown .lb-btn a:hover {
  filter: brightness(1.1);
}

.popDown .lb-btn .bt1 {
  background: url("../images/mk1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.popDown .lb-btn .btd1 {
  background: url("../images/md1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.popDown .lb-btn .bt2 {
  background: url("../images/mk2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.popDown .lb-btn .btd2 {
  background: url("../images/md2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.popDown .lb-btn .bt3 {
  background: url("../images/mk3.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.popDown .lb-btn .bt4 {
  background: url("../images/mk4.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.popDown .lb-btn .bt5 {
  background-position: 0 -280px;
}

.popDown .lb-btn.col2 a {
  margin-top: 38px;
}

.F-login {
  width: 473px;
  height: 388px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  background: url("../images/login-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.F-close {
  position: absolute;
  right: 30px;
  top: 20px;
  background: url(../images/frame-close.png) no-repeat center;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 10;
}

.F-iframe {
  width: 100%;
  min-height: 120px;
}

.login-wrap {
  max-width: 444px;
  margin: 0 auto;
  position: relative;
}

.login-area {
  padding: 32px 40px 35px;
  color: #333;
}

.login-area a:hover {
  text-decoration: none;
}

.login-area .lk {
  color: #23C268;
}

.login-area .log-tit {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

.login-area .tal {
  text-align-last: left;
}

.login-area .log-f14 {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 28px;
  margin-top: 6px;
}

.login-area .log-f14 a {
  color: #999;
}

.login-area .log-f16 {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 28px;
  margin-top: 6px;
}

.login-area .log-f16 a {
  color: #557DB4;
}

.login-area .log-f16.text-imp {
  color: #333;
}

.login-area .log-f16 span {
  color: #ff9835;
}

.login-area .log-f16 img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0;
}

.login-area .log-agree {
  font-size: 13px;
  color: #999;
  line-height: 28px;
  margin-top: 10px;
}

.login-area .log-btn {
  overflow: hidden;
}

.login-area .log-btn a {
  display: block;
  height: 42px;
  width: 182px;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #b2604a;
  background: url("../images/login-btn.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.login-area .log-btn .fl,
.login-area .log-btn .fr {
  width: 45%;
}

.login-area .log-btn .fl {
  background: #fff;
  border-color: #dcdcdc;
  color: #666;
}

.login-area .log-form {
  margin-top: 20px;
}

.login-area .log-foot {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  margin-top: 15px;
  color: #666;
}

.login-area .log-fail {
  color: #FF6455;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 10px;
}

.login-area .log-fail .ico-fail {
  float: left;
  background: url(../images/ico-logit.png) no-repeat -114px 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin-top: 6px;
  margin-right: 6px;
}

.fm-field {
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
}

.fm-field .fm-text {
  width: 332px;
  height: 26px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 8px 15px;
  line-height: 26px;
  font-size: 14px;
  background: #fff;
  outline: none;
}

.fm-field .fm-text:focus {
  border: 1px solid #ffd6cb;
}

.fm-field .fm-text.err {
  border-color: #FF6455;
}

.fm-field .fm-text::-webkit-input-placeholder {
  color: #ccc;
}

.fm-field .fm-text::-ms-input-placeholder {
  color: #ccc;
}

.fm-field .send-btn {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  color: #ac867b;
  cursor: pointer;
  border-radius: 4px;
  margin: 1px;
}

.fm-field .input-err {
  font-size: 12px;
  color: #FF6455;
  margin-top: 10px;
  padding: 0 15px;
}

.item-password {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  padding: 0 0 10px;
}

.item-password dd i {
  background: url(../images/ico-logit.png) no-repeat -132px 0;
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 8px;
  margin-right: 5px;
}

.item-password .meet i {
  background-position: -150px 0;
}

.fm-field-code .input-wrap {
  overflow: hidden;
}

.fm-field-code .fm-text {
  width: 205px;
}

.fm-field-code .get-code {
  float: right;
  width: 112px;
  height: 42px;
  border: 1px solid #D0D0D0;
  background: #D0D0D0;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}

.fm-field-code .get-code.send {
  background: #fff;
  border: 1px solid #23C268;
  color: #23C268;
}

.fm-mobile-sel {
  position: relative;
}

.fm-mobile-sel .input-wrap {
  position: relative;
}

.fm-mobile-sel .input-wrap .mb-sel-text {
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  line-height: 18px;
  padding: 13px 0;
  font-size: 14px;
  width: 80px;
  text-align: center;
  background: url(../images/ico-snsline.png) no-repeat 100% center;
  cursor: pointer;
}

.fm-mobile-sel .input-wrap .mb-sel-text span {
  display: block;
  padding: 0 8px;
}

.fm-mobile-sel .input-wrap .mb-sel-text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 1px;
  height: 18px;
  background-color: #eeeeee;
}

.fm-mobile-sel .input-wrap .fm-text {
  padding-left: 98px;
  width: 248px;
}

.fm-mobile-sel .mb-pop {
  display: none;
  position: absolute;
  left: 0;
  top: 46px;
  z-index: 90;
  width: 100%;
  height: 224px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 #eee;
}

.fm-mobile-sel .mb-pop .mb-pop-in {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.fm-mobile-sel .mb-pop .mb-pop-in::-webkit-scrollbar {
  width: 5px;
}

.fm-mobile-sel .mb-pop .mb-pop-in::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #999;
  cursor: pointer;
}

.fm-mobile-sel .mb-pop .mb-pop-in::-webkit-scrollbar-track {
  border-radius: 3px;
  background: none;
}

.fm-mobile-sel .mb-pop .mb-list {
  padding: 0 10px 0 16px;
}

.fm-mobile-sel .mb-pop .mb-list li {
  height: 39px;
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.fm-mobile-sel .mb-pop .mb-list li span {
  padding: 0 15px;
}

.fm-mobile-sel .mb-pop .mb-list li .it-l {
  float: left;
}

.fm-mobile-sel .mb-pop .mb-list li .it-r {
  float: right;
  color: #999;
}

.fm-mobile-sel .mb-pop .mb-list .on {
  color: #53CB82;
}

.fm-mobile-sel .mb-pop .mb-list .on span {
  color: #53CB82;
}

.mt30 {
  margin-top: 0.6rem !important;
}

.login-toast {
  width: 152px;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-align: center;
  padding: 10px 14px;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -90px;
}

.shake {
  animation: shake 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) both infinite;
}

@keyframes sc3L {
  0% {
    opacity: 0;
    transform: translateX(-0.6rem);
  }
  100% {
    opacity: 1;
  }
}

@keyframes sc3R {
  0% {
    opacity: 0;
    transform: translateX(1.5rem);
  }
  100% {
    opacity: 1;
  }
}

@keyframes sc3Zoom {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes qrshow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
