body {
  background-color: #333333;
}

.section {
  position: relative;
}

.fullWrap {
  width: 100%;
  position: relative;
}

.fullWrap .section {
  position: relative;
  overflow: hidden;
}

.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;
  object-fit: cover;
}

.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: url(../images/mask-bg.png) repeat;
  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;
}

.topBar .tb-menu li {
  display: inline-block;
  vertical-align: top;
  height: .55rem;
  line-height: .55rem;
  font-size: .18rem;
}

.topBar .tb-menu li a {
  color: #999;
  padding: 0 .2rem;
  transition: color .5s;
}

.topBar .tb-menu li a:hover {
  color: #fff;
}

.topBar .tb-menu li.on a {
  color: #fff;
}

.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;
  top: .55rem;
  padding: .12rem .3rem;
  background-color: rgba(20, 20, 20, 0.7);
  z-index: 9;
  animation: gameAll .8s forwards;
}

.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: .35rem;
}

.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.35rem;
  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);
  }
}

.section11:before {
  background-color: #ffffff;
}

.sidebar {
  display: none;
  position: absolute;
  top: 1.75rem;
  right: 0;
  width: 1.5rem;
  z-index: 99;
  transition: all 0.5s;
}

.sidebar .side-right {
  position: absolute;
  top: 0.10rem;
  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.10rem;
  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 {
  width: 1.26rem;
  padding: .16rem .1rem .16rem .14rem;
  border-radius: .15rem 0 0 .15rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}

.sidebar .side-content .lb-qr {
  width: 1.26rem;
  height: 1.56rem;
  overflow: hidden;
  background: #fff;
  border-radius: .1rem;
  margin-top: .1rem;
}

.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-lk {
  height: .32rem;
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: .1rem 0;
  border-bottom: 1px solid #83817B;
  overflow: hidden;
}

.sidebar .side-content .lb-lk a {
  display: inline-block;
  vertical-align: top;
  width: .32rem;
  height: .32rem;
  overflow: hidden;
  line-height: 99;
  background: url(../images/side-lk.png) no-repeat;
  margin: 0 .04rem;
}

.sidebar .side-content .lb-lk a.sp-wb {
  background-position: 0 0;
}

.sidebar .side-content .lb-lk a.sp-wb:hover {
  background-position: 0 -32px;
}

.sidebar .side-content .lb-lk a.sp-qq {
  background-position: -32px 0;
}

.sidebar .side-content .lb-lk a.sp-qq:hover {
  background-position: -32px -32px;
}

.sidebar .side-content .lb-lk a.sp-bbs {
  background-position: -64px 0;
}

.sidebar .side-content .lb-lk a.sp-bbs:hover {
  background-position: -64px -32px;
}

.sidebar .side-content .lb-lg {
  display: block;
  height: .32rem;
  overflow: hidden;
  line-height: 99;
  background: url(../images/side-lg.png) no-repeat center;
  margin-top: .15rem;
}

.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: 9.00rem;
  height: 5.00rem;
  margin-top: 10%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.screen-video .video-mp4 video {
  width: 9.00rem;
  height: 5.00rem;
}

.screen-video .video-mp4 .video-mp4-close {
  position: absolute;
  top: 0;
  right: -0.50rem;
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
}

.screen-video-unshow {
  display: none;
}

.section1 .logo {
  position: absolute;
  top: .7rem;
  left: 3%;
  width: 3.7rem;
  cursor: pointer;
}

.section1 .bg {
  width: 20rem;
  height: 105%;
}

.section1 .sc01-limit {
  width: .86rem;
  position: absolute;
  left: .84rem;
  bottom: 10%;
}

.section1 .sc01-limit img {
  display: block;
  width: 100%;
}

.section1 .sc01-main {
  width: 4rem;
  position: absolute;
  left: 50%;
  margin-left: -2rem;
  top: 50%;
  margin-top: -.2rem;
}

.section1 .sc01-main .lb-play {
  background: url(../images/sc01-play.png) no-repeat center;
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  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 {
  background: url(../images/sc01-down.png) no-repeat center;
  background-size: 100% 100%;
  display: block;
  width: 3.28rem;
  height: .94rem;
  overflow: hidden;
  line-height: .94rem;
  text-align: center;
  font-size: .32rem;
  color: #fff;
  margin: 0 auto;
  transition: all .5s;
  cursor: pointer;
}

.section1 .sc01-main .lb-down:hover {
  transform: scale(1.05);
}

.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;
  background-size: 100% auto;
  display: block;
  width: .38rem;
  height: .24rem;
  overflow: hidden;
  line-height: 99;
  margin: .2rem auto 0;
  opacity: 0;
  animation: lkMore 1.8s infinite;
}

.section1 .sc01-side {
  width: 3.22rem;
  padding: .1rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: absolute;
  right: .4rem;
  bottom: 10%;
}

.section1 .sc01-side .lb-list {
  width: 3.22rem;
  height: 1.86rem;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.section1 .sc01-side .lb-list ul {
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  height: 1.86rem;
}

.section1 .sc01-side .lb-list li {
  display: inline-block;
  width: 3.22rem;
  height: 1.86rem;
  overflow: hidden;
}

.section1 .sc01-side .lb-list li img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.section1 .sc01-side .lb-list li:hover img {
  transform: scale(1.05);
}

.section1 .sc01-side .lb-list .bt-prev,
.section1 .sc01-side .lb-list .bt-next {
  background: url(../images/sc01-side-btn.png) no-repeat;
  width: 29px;
  height: 47px;
  overflow: hidden;
  line-height: 99;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
}

.section1 .sc01-side .lb-list .bt-prev {
  background-position: 0 0;
  left: 0;
}

.section1 .sc01-side .lb-list .bt-prev:hover {
  background-position: 0 -47px;
}

.section1 .sc01-side .lb-list .bt-next {
  background-position: -30px 0;
  right: 0;
}

.section1 .sc01-side .lb-list .bt-next:hover {
  background-position: -30px -47px;
}

.section1 .sc01-side .lb-list .swiper-pagination {
  padding: .08rem 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.section1 .sc01-side .lb-list .swiper-pagination span {
  vertical-align: top;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  border-radius: 0;
  opacity: 1;
  background: none;
}

.section1 .sc01-side .lb-list .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFB834;
  border-color: #FFB834;
}

.section1 .sc01-side .lb-more {
  background: url(../images/sc01-side-more.png) no-repeat center;
  display: block;
  width: 1.15rem;
  height: .24rem;
  line-height: .24rem;
  text-align: center;
  color: #fff;
  font-size: .16rem;
  text-decoration: underline;
  margin: .1rem auto 0;
}

.section1 .sc01-side .lb-more:hover {
  color: #ffb834;
}

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

.screen-title {
  width: 10.7rem;
  margin: 0 auto;
}

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

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

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

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

.screen-title2 {
  width: 9.88rem;
  margin: 0 auto;
}

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

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

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

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

.section2 {
  position: relative;
}

.section2 .screen2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section2 .screen2-title {
  position: relative;
  margin-bottom: 0.6rem;
}

.section2 .screen2-game-swiper {
  width: 12.00rem;
  height: 5.20rem;
  margin: 0 auto;
}

.section2 .screen2-game-swiper .swiper-container {
  padding: .3rem 0;
}

.section2 .screen2-game-swiper .swiper-game-img {
  width: 7.40rem;
  height: 4.30rem;
  float: left;
  overflow: hidden;
  border-radius: .15rem;
  transition: all .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.20rem;
  height: 4.30rem;
  border-radius: 0 0.15rem 0.15rem 0;
  background-color: rgba(250, 250, 250, 0.8);
}

.section2 .screen2-game-swiper .swiper-content .swiper-content-title {
  margin-left: 0.18rem;
  margin-top: 0.30rem;
  width: 2.68rem;
  position: relative;
}

.section2 .screen2-game-swiper .swiper-content .swiper-content-title span {
  background: url(../images/sc02-tit.png) no-repeat left 10px;
  display: block;
  padding-left: 0.2rem;
  font-size: 0.24rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.28rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: 0.03rem;
  margin-left: -.1rem;
}

.section2 .screen2-game-swiper .swiper-content .swiper-content-title img {
  display: block;
  margin-top: 0.05rem;
  width: 2.63rem;
  height: 0.08rem;
}

.section2 .screen2-game-swiper .swiper-content .swiper-content-text {
  width: 2.74rem;
  height: 3.10rem;
  margin-left: 0.26rem;
  margin-top: 0.10rem;
  line-height: 0.28rem;
  font-size: 0.18rem;
}

.section2 .screen2-game-swiper .swiper-content .swiper-content-text > div {
  display: block;
  width: 2.74rem;
  height: 2.78rem;
  line-height: 0.28rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.section2 .screen2-game-swiper .swiper-content .swiper-content-text p a {
  display: block;
  text-align: end;
  color: #fd942e;
  text-decoration: underline;
}

.section2 .screen2-game-swiper .swiper-slide {
  width: 12rem;
  height: 5.20rem;
}

.section2 .screen2-game-swiper .swiper-slide .swiper-slide-div {
  width: 10.60rem;
  margin: 0 auto;
}

.section2 .screen2-game-swiper .swiper-button-next {
  background-image: url("../images/two-right.png");
  background-size: 100% 100%;
}

.section2 .screen2-game-swiper .swiper-button-prev {
  background-image: url("../images/two-left.png");
  background-size: 100% 100%;
}

.section2 .screen2-game-swiper .swiper-button-next,
.section2 .screen2-game-swiper .swiper-button-prev {
  width: 0.56rem;
  height: 0.61rem;
  margin-top: -0.60rem;
}

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

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

@keyframes sc3L {
  0% {
    opacity: 0;
    transform: translateX(-0.6rem);
  }
  100% {
    opacity: 1;
  }
}

@keyframes sc3R {
  0% {
    opacity: 0;
    transform: translateX(0.6rem);
  }
  100% {
    opacity: 1;
  }
}

.section3 {
  position: relative;
}

.section3 .screen3-title {
  position: absolute;
  left: 50%;
  top: 6%;
  transform: translate(-50%);
}

.section3 .screen3-content {
  width: 12.00rem;
  height: 1.00rem;
  position: absolute;
  left: 50%;
  bottom: 65%;
  transform: translate(-50%);
}

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

.section3 .screen3-content .screen3-con-whole {
  width: 12rem;
}

.section3 .screen3-content .screen3-con-whole .con-name,
.section3 .screen3-content .screen3-con-whole .con-mp3,
.section3 .screen3-content .screen3-con-whole .con-text {
  animation: sc3L .5s forwards;
}

.section3 .screen3-content .screen3-con-whole .con-rw {
  animation: sc3R .8s forwards;
}

.section3 .screen3-content .con-name em {
  float: left;
  display: block;
  width: 0.07rem;
  height: 0.40rem;
  background-color: #ff8004;
}

.section3 .screen3-content .con-name span {
  width: 4rem;
  display: block;
  margin-left: 0.20rem;
  font-size: 0.40rem;
  font-weight: bold;
  line-height: 0.38rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 0.05rem;
}

.section3 .screen3-content .con-mp3 {
  margin-top: 0.05rem;
  margin-left: 0.15rem;
  display: flex;
  align-items: center;
}

.section3 .screen3-content .con-mp3 span {
  font-size: 0.18rem;
  color: #333333;
}

.section3 .screen3-content .con-mp3 img {
  width: 0.39rem;
  height: 0.39rem;
  cursor: pointer;
}

.section3 .screen3-content .con-text {
  margin-top: 0.2rem;
  width: 5.76rem;
  height: 2.76rem;
  border-radius: 0.05rem;
  background-color: rgba(250, 250, 250, 0.8);
  padding: 0.20rem 0.20rem 0.1rem 0.20rem;
  overflow-y: auto;
}

.section3 .screen3-content .con-text::-webkit-scrollbar {
  display: none;
}

.section3 .screen3-content .con-text span {
  display: block;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #333333;
  overflow: hidden;
}

.section3 .screen3-content .con-rw {
  position: absolute;
  top: -.6rem;
  right: .5rem;
  width: 5.12rem;
  height: 6.39rem;
}

.section3 .screen3-content .con-rw img {
  width: 5.12rem;
  height: 6.39rem;
}

.section3 .screen3-box {
  width: 100%;
  height: 1.80rem;
  position: absolute;
  margin-left: -1.08rem;
  margin-top: 0.40rem;
}

.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: 10.00rem;
  height: 1.48rem;
  transform: translateY(-50%);
}

.section3 .screen3-box .screen3-game-swiper .swiper-game-link2 {
  width: 8.00rem;
  height: 1.48rem;
}

.section3 .screen3-box .screen3-game-swiper .swiper-game-link2 .swiper-slide {
  overflow: hidden;
  cursor: pointer;
  width: 1.18rem;
  height: 1.48rem;
  margin: 0 0.14rem;
  text-align: center;
}

.section3 .screen3-box .screen3-game-swiper .swiper-game-link2 .card {
  width: 1.06rem;
  height: 1.32rem;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  margin: .16rem auto 0;
  transition: all .5s;
}

.section3 .screen3-box .screen3-game-swiper .swiper-game-link2 .card img {
  display: block;
  width: .94rem;
  height: 1rem;
  border-radius: 4px;
  margin: .05rem auto 0;
}

.section3 .screen3-box .screen3-game-swiper .swiper-game-link2 .card span {
  display: block;
  font-size: 0.16rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: .08rem .05rem 0;
}

.section3 .screen3-box .screen3-game-swiper .swiper-game-link2 .swiper-slide-x .card {
  margin-top: 0;
  width: 1.18rem;
  height: 1.48rem;
  background: #FF8004;
}

.section3 .screen3-box .screen3-game-swiper .swiper-game-link2 .swiper-slide-x .card img {
  width: 1.04rem;
  height: 1.1rem;
}

.section3 .screen3-box .screen3-game-swiper .swiper-game-link2 .swiper-slide-x .card span {
  color: #fff;
}

.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;
}

.section3 .screen3-box .screen3-game-swiper .swiper-button-next2 {
  position: absolute;
  cursor: pointer;
  width: 0.56rem;
  height: 0.61rem;
  right: 0.20rem;
  top: 0.40rem;
}

.section3 .screen3-box .screen3-game-swiper .swiper-button-prev2 {
  cursor: pointer;
  width: 0.56rem;
  height: 0.61rem;
  position: absolute;
  top: 0.40rem;
  left: 0.25rem;
}

.section4 {
  position: relative;
}

.section4 .screen4 {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%);
}

.section4 .screen4-content {
  width: 10.80rem;
  height: 6.00rem;
  margin: 0 auto;
  margin-top: 0.50rem;
  overflow: hidden;
}

.section4 .screen4-content .con-progress {
  position: relative;
  width: 8.20rem;
  height: 0.12rem;
  margin: 0 auto;
  margin-top: 0.50rem;
  background-color: #dfe1e1;
}

.section4 .screen4-content .con-progress .con-progress-success {
  position: relative;
  width: 8.20rem;
  height: 0.12rem;
  overflow: hidden;
}

.section4 .screen4-content .con-progress .con-progress-success a {
  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;
  transform: translateX(-0.5rem);
  width: 1.00rem;
}

.section4 .screen4-content .con-progress .con-icon2 {
  position: absolute;
  top: -0.45rem;
  left: 0;
  transform: translateX(-0.5rem);
  width: 1.00rem;
}

.section4 .screen4-content .con-progress .con-icon3 {
  position: absolute;
  top: -0.45rem;
  left: 4.80rem;
  width: 1.00rem;
}

.section4 .screen4-content .con-progress .con-icon4 {
  position: absolute;
  top: -0.25rem;
  left: 7.65rem;
  transform: translateX(-0.5rem);
  width: 1.00rem;
}

.section4 .screen4-content .con-progress .con-icon4 .con-icon-title {
  white-space: nowrap;
  text-align: center;
  color: #979696;
}

.section4 .screen4-content .con-progress .con-icon4 .con-icon-img {
  width: 0.30rem;
  height: 0.44rem;
  margin: 0.10rem auto;
  background: url("../images/four-icon2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.section4 .screen4-content .con-progress .con-icon4 .con-icon-text {
  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-progress .con-icon-title {
  font-size: 0.18rem;
  text-align: center;
  color: #ff9933;
}

.section4 .screen4-content .con-progress .con-icon-img {
  width: 0.30rem;
  height: 0.44rem;
  margin: 0.10rem 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-prize {
  width: 11.00rem;
  height: 4.50rem;
  margin: 0 auto;
  margin-top: 0.75rem;
}

.section4 .screen4-content .con-prize .prize-item {
  width: 2.40rem;
  height: 4.40rem;
  background-color: #ffffff;
  float: left;
  margin-right: 0.35rem;
}

.section4 .screen4-content .con-prize .prize-item .item-num {
  width: 100%;
  height: 1.10rem;
  line-height: 1.10rem;
  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.20rem;
  line-height: 0.50rem;
  color: #333333;
  margin-left: 0.05rem;
}

.section4 .screen4-content .con-prize .prize-item .item-con {
  width: 100%;
  padding: 0.30rem 0;
  text-align: center;
  position: relative;
}

.section4 .screen4-content .con-prize .prize-item .item-con .prize-get {
  position: absolute;
  top: 0.30rem;
  left: 0.14rem;
  width: 0.90rem;
  height: 0.90rem;
}

.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: 1.94rem;
  height: 1.94rem;
}

.section5 {
  position: relative;
}

.section5 .screen5 {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%);
}

.section5 .screen5 .screen5-content {
  height: 4.15rem;
  margin: 1.10rem 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;
  display: flex;
  justify-content: center;
}

.section5 .screen5 .screen5-content .make-prize .make-prize-item {
  text-align: center;
  margin: 0 0.2rem;
}

.section5 .screen5 .screen5-content .make-prize .make-prize-item img {
  width: 1.80rem;
  height: 1.8rem;
}

.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.50rem 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: 8%;
  transform: translate(-50%);
}

.section6 .plot-swiper {
  width: 11.50rem;
  height: 6.50rem;
  margin: 0.8rem auto 0 auto;
}

.section6 .plot-swiper .swiper-container {
  padding-bottom: .8rem;
}

.section6 .plot-swiper .swiper-plot-img {
  display: block;
  width: 9.03rem;
  height: 5.08rem;
  overflow: hidden;
  border-radius: .2rem;
}

.section6 .plot-swiper .swiper-plot-img img {
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.section6 .plot-swiper .swiper-slide-active:hover img {
  transform: scale(1.02);
}

.section6 .plot-swiper .swiper-slide {
  width: 9.03rem;
  height: 5.08rem;
  line-height: 6.0rem;
}

.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));
}

.section6 .plot-swiper .swiper-button-next {
  background-image: url("../images/six-right.png");
}

.section6 .plot-swiper .swiper-button-prev {
  background-image: url("../images/six-left.png");
}

.section6 .plot-swiper .swiper-button-next,
.section6 .plot-swiper .swiper-button-prev {
  background-size: .52rem auto;
  background-position: center;
  width: 1.24rem;
  height: 5.08rem;
  top: 0;
  margin-top: 0;
}

.section6 .plot-swiper .swiper-button-next {
  margin-right: 0;
  right: 0;
}

.section6 .plot-swiper .swiper-button-prev {
  margin-left: 0;
  left: 0;
}

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

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

.section7 {
  position: relative;
}

.section7 .screen7 {
  position: absolute;
  left: 50%;
  top: 8%;
  transform: translate(-50%);
}

.section7 .screen7-content {
  width: 10.80rem;
  height: 6.00rem;
  margin: 0.20rem auto 0 auto;
}

.section7 .screen7-content .audio-title {
  position: relative;
  width: 100%;
  border-bottom: 0.02rem solid #e3eaed;
  text-align: center;
  line-height: 0.50rem;
}

.section7 .screen7-content .audio-title a {
  font-size: 0.24rem;
  color: #333333;
  margin: 0 0.25rem;
  cursor: pointer;
}

.section7 .screen7-content .audio-title .title7-active {
  color: #fd942e;
  font-weight: bold;
  border-bottom: 0.04rem solid #fd942e;
  padding-bottom: 0.07rem;
}

.section7 .screen7-content .audio-title .title7-more {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}

.section7 .screen7-content .audio-title .title7-more a {
  float: left;
  margin-top: -0.04rem;
  margin-right: 0.02rem;
  font-size: 0.16rem;
  color: #999999;
}

.section7 .screen7-content .audio-title .title7-more img {
  float: left;
  margin-top: 0.1rem;
  width: 0.12rem;
  height: 0.20rem;
}

.section7 .screen7-content .audio-content {
  width: 100%;
  height: 5.30rem;
  margin-top: 0.25rem;
}

.section7 .screen7-content .audio-content .audio-content-item {
  cursor: pointer;
  position: relative;
  float: left;
  width: 3.44rem;
  text-align: center;
  margin-bottom: 0.20rem;
  margin-left: 0.1rem;
  overflow: hidden;
  border: 0.01rem solid transparent;
}

.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: 100%;
  height: 1.94rem;
  top: 0;
  left: 0;
  background-color: rgba(50, 50, 50, 0.4);
}

.section7 .screen7-content .audio-content .audio-content-item .audio-img {
  position: relative;
  width: 100%;
  height: 1.94rem;
}

.section7 .screen7-content .audio-content .audio-content-item .audio-play {
  display: none;
  position: absolute;
  top: 0.70rem;
  left: 50%;
  transform: translate(-50%);
  width: 0.61rem;
  height: 0.61rem;
  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;
  background-color: #ffffff;
}

.section7 .screen7-content .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%;
}

.section8 {
  position: relative;
}

.section8 .screen8 {
  position: absolute;
  left: 50%;
  top: 8%;
  transform: translate(-50%);
}

.section8 .screen8-audio-swiper {
  width: 11.80rem;
  height: 6.50rem;
  margin-top: 0.60rem;
}

.section8 .screen8-audio-swiper .swiper-slide {
  width: 12.00rem;
  height: 6.40rem;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio {
  width: 10.2rem;
  height: 5.0rem;
  margin: 0 auto;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-Violation {
  width: 100%;
  height: 2.80rem;
  background-color: rgba(255, 255, 255, 0.6);
  border: 0.02rem solid #ffffff;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-Violation:nth-child(2) {
  margin-top: 0.2rem;
}

.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.68rem;
  height: 2.57rem;
  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.20rem;
  margin-left: 0.20rem;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-Violation .Violation .Violation-top {
  margin-bottom: 0.20rem;
  padding-bottom: 0.15rem;
  border-bottom: 0.01rem solid #e4e5e5;
  overflow: hidden;
}

.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.10rem;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-Violation .Violation .Violation-top span {
  margin-top: 0.1rem;
  display: block;
  font-size: 0.24rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-Violation .Violation div:nth-child(2) {
  line-height: 0.25rem;
  font-size: 0.16rem;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-Violation .Violation a {
  display: block;
  text-align: end;
  font-size: 0.16rem;
  color: #fd942e;
  margin-top: 0.1rem;
  margin-right: 0.1rem;
  text-decoration: underline;
}

.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.20rem;
  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.10rem;
  margin-top: 0.09rem;
}

.section8 .screen8-audio-swiper .swiper-slide .slide-audio .slide-rwdetail .slide-rwdetail-item:nth-child(2) {
  margin-left: 0.40rem;
}

.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;
  width: 4.74rem;
  margin-top: 0.1rem;
  font-size: 0.20rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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.82rem;
  right: .05rem;
}

.section8 .screen8-audio-swiper .swiper-button-prev {
  width: 0.56rem;
  height: 0.61rem;
  margin-top: -0.82rem;
}

.section8 .screen8-audio-swiper .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  background-color: #ff8004;
  margin-right: 0.20rem;
}

.section8 .screen8-audio-swiper .swiper-pagination-bullet-active {
  width: 0.28rem;
  height: 0.13rem;
  border-radius: 0.20rem;
  background-color: #fe9834;
}

.section9 {
  position: relative;
}

.section9 .screen9 {
  position: absolute;
  left: 50%;
  top: 8%;
  transform: translate(-50%);
}

.section9 .screen9-title {
  width: 10.70rem;
  height: 0.54rem;
  margin: 0 auto;
}

.section9 .plot2-swiper {
  width: 10.52rem;
  height: 6.20rem;
  margin: 0.91rem auto 0 auto;
}

.section9 .plot2-swiper .swiper-plot2-img {
  display: block;
  width: 3.26rem;
  height: 5.80rem;
}

.section9 .plot2-swiper .swiper-plot2-img img {
  width: 100%;
  height: 100%;
}

.section9 .plot2-swiper .swiper-slide {
  width: 3.26rem;
  height: 6.30rem;
  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.30rem;
}

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

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

.section10 {
  position: relative;
}

.section10 .screen10 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19.20rem;
  height: 7.22rem;
}

.section10 .screen10 .ask-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 19.20rem;
  height: 7.22rem;
}

.section10 .screen10 .ask-conten {
  position: absolute;
  top: 1.60rem;
  right: 0.64rem;
  width: 8.42rem;
  text-align: center;
}

.section10 .screen10 .ask-conten .ask-conten-div3 {
  width: 3.45rem;
  margin: 3rem auto 0;
  height: 0.93rem;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 0.93rem;
  font-size: 0.42rem;
  color: #ffffff;
}

.section10 .screen10 .ask-conten .ask-conten-div3 a {
  color: #ffffff;
}

.screen-bottom {
  width: 100%;
  height: 3.00rem;
  background-color: #50b865;
}

.section11 {
  position: relative;
}

.footerArea {
  background: #fff;
  line-height: 0.24rem;
  padding: 0.20rem 0;
  color: #fff;
  overflow: hidden;
}

.footerArea .foot-bottom-icon {
  position: relative;
  width: 100%;
  height: 4rem;
  border-bottom: 0.01rem solid #f5f5f5;
  margin: 0 auto;
}

.footerArea .foot-bottom-icon .foot-bottom-icon-box {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  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.50rem;
  cursor: pointer;
  padding-top: .2rem;
}

.footerArea .foot-bottom-icon .foot-bottom-icon-box .bom-icon .bomicon-box .bomicon-img {
  width: 1.00rem;
  height: 0.99rem;
}

.footerArea .foot-bottom-icon .foot-bottom-icon-box .bom-icon .bomicon-box p {
  width: 1.0rem;
  margin-top: 0.1rem;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
}

.brand-right-link {
  display: block;
  white-space: nowrap;
  line-height: 0.30rem;
  font-size: 0.14rem;
  color: #666666;
  text-align: center;
  margin-top: 0.5rem;
}

.brand-right-link a {
  color: #666666;
}

.foot-brand {
  width: 100%;
  height: 3rem;
}

.foot-brand .brand-box {
  position: relative;
  width: 13.50rem;
  height: 1.95rem;
  margin: 0 auto;
}

.foot-brand .brand-left {
  position: relative;
  float: left;
  margin-top: 0.9rem;
  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.00rem;
  height: 1.90rem;
  margin-top: 0.50rem;
  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;
}

.line-a:hover {
  text-decoration: underline;
  color: #ff8004;
}

.foot-brand1 {
  margin-top: 417px;
  width: 100%;
  height: 417px;
  background-color: #ffffff;
}

.foot-brand1 .brand-box {
  position: relative;
  overflow: hidden;
  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 {
  position: relative;
  overflow: hidden;
  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;
}

.frame {
  position: relative;
  width: 6.02rem;
  margin: 0 auto;
  margin-top: 0.20rem;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 0.05rem;
}

.frame .frame-close {
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  top: 0.10rem;
  right: 0.10rem;
  cursor: pointer;
}

.frame .frame-close2 {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: -0.50rem;
  right: -0.50rem;
  cursor: pointer;
}

.frame .frame-title {
  width: 100%;
  height: 0.85rem;
  line-height: 0.99rem;
  font-size: 0.22rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.frame .frame-conten .frame-conten-input {
  position: relative;
  width: 2.50rem;
  margin: 0 auto;
}

.frame .frame-conten .frame-conten-input input {
  float: left;
  width: 3.20rem;
  height: 0.47rem;
  outline: none;
  font-size: 0.14rem;
  color: #333333;
  padding-left: 0.10rem;
  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.30rem;
  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: 5.00rem;
  float: left;
}

.frame .content-tips3 {
  width: 5.32rem;
  margin: 0 auto;
  margin-bottom: 0.30rem;
}

.frame .content-tips3 .content-tips3-img {
  width: 100%;
  margin: 0.20rem 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: 3.92rem;
  height: 2.61rem;
}

.frame .frame-text {
  margin: 1rem 0;
  font-size: 0.35rem;
  font-weight: bold;
  text-align: center;
}

.frame .frame-btn {
  cursor: pointer;
  width: 0.83rem;
  height: 0.36rem;
  margin: 1rem auto 0.40rem auto;
  text-align: center;
  line-height: 0.36rem;
  font-size: 0.18rem;
  color: #ffffff;
  border-radius: 0.05rem;
  background-color: #f99236;
}

.frame .mt3 {
  margin-top: 0rem;
}

.frame-tips {
  width: 5rem;
}

.frame-tips .frame-text {
  margin: 0.6rem 0 0;
  font-size: .26rem;
  font-weight: bold;
  text-align: center;
  line-height: .4rem;
  padding: 0 .2rem;
}

.frame-tips .frame-btn {
  margin-top: 0.38rem;
}

.bg2 {
  background-color: #e6e6e6;
}

.frame-4 {
  position: relative;
  width: 12.00rem;
  margin: 0.20rem auto;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 0.05rem;
}

.frame-4 .frame-close {
  cursor: pointer;
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  top: 0.10rem;
  right: 0.10rem;
}

.frame-4 .frame-title {
  width: 100%;
  height: 0.85rem;
  line-height: 0.99rem;
  font-size: 0.22rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.frame-4 .frame-conten {
  width: 11.10rem;
  margin: 0 auto;
  margin-bottom: 0.30rem;
}

.frame-4 .audio-content {
  width: 100%;
  height: 5.30rem;
  overflow-y: auto;
  margin-top: 0.25rem;
  padding: 0.15rem 0 0 0.15rem;
  background-color: #f2f2f2;
}

.frame-4 .audio-content .audio-content-item {
  cursor: pointer;
  position: relative;
  float: left;
  width: 3.44rem;
  text-align: center;
  margin-bottom: 0.20rem;
  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;
  background-color: rgba(50, 50, 50, 0.4);
}

.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.70rem;
  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;
}

.frame-5 {
  position: relative;
  width: 3.34rem;
  margin: 1.00rem auto;
  text-align: center;
}

.frame-5 .frame-close {
  cursor: pointer;
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  top: -0.45rem;
  right: -0.45rem;
}

.frame-5 .frame-code {
  width: 3.30rem;
  height: 3.30rem;
  line-height: 3.30rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.05rem;
}

.frame-5 .frame-code img {
  margin-top: 0.15rem;
  width: 3.00rem;
  height: 3.00rem;
}

.frame-5 span {
  display: block;
  font-size: 0.24rem;
  color: #ffffff;
  margin-top: 0.15rem;
}

.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.10rem;
  right: 0.10rem;
}

.frame-6 .frame-title {
  width: 100%;
  height: 0.96rem;
  line-height: 0.96rem;
  text-align: center;
  font-size: 0.22rem;
  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;
  border-bottom: 0.01rem solid #ebebeb;
  padding-bottom: 0.10rem;
  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;
  margin-top: 0.01rem;
}

.frame-6 .frame-content .frame-content-item .con-span2 {
  margin-top: 0.01rem;
  float: right;
}

.frame-6 .frame-content .frame-content-item .con-span2 .con-span3 {
  padding: 0.01rem 0.1rem;
  margin-left: 0.08rem;
  cursor: pointer;
  background-color: #f99236;
  color: #fff;
  border-radius: 0.05rem;
  font-style: normal;
}

.frame-7 {
  position: relative;
  width: 3rem;
  margin: 0 auto;
  height: 1.48rem;
  background-color: #ffffff;
  border-radius: 0.05rem;
  padding: 0.1rem 0.25rem 0.2rem;
}

.frame-7 .frame-close {
  cursor: pointer;
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  top: 0.10rem;
  right: 0.10rem;
}

.frame-7 .frame-close2 {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: -0.22rem;
  right: -0.22rem;
  cursor: pointer;
}

.frame-7 .frame-title {
  width: 100%;
  height: 0.96rem;
  line-height: 0.96rem;
  text-align: center;
  font-size: 0.22rem;
  color: #000000;
}

.frame-7 .frame-content {
  height: 1.52rem;
  overflow-y: auto;
}

.frame-7 .frame-content::-webkit-scrollbar {
  display: none;
}

.frame-7 .frame-content .frame-content-item {
  display: block;
  width: 100%;
  margin: 0.15rem 0;
  border-bottom: 0.01rem solid #ebebeb;
  padding-bottom: 0.10rem;
  overflow: hidden;
}

.frame-7 .frame-content .frame-content-item:nth-last-child(1) {
  border-bottom: none;
}

.frame-7 .frame-content .frame-content-item span {
  padding-top: 0.02rem;
  display: block;
  font-size: 0.16rem;
  color: #333333;
}

.frame-7 .frame-content .frame-content-item .con-span1 {
  float: left;
  margin-left: 0.1rem;
  margin-top: 0.05rem;
}

.frame-7 .frame-content .frame-content-item .con-span2 {
  float: right;
  margin-top: 0.05rem;
}

.frame-7 .frame-content .frame-content-item .con-span2 .con-span3 {
  padding: 0.04rem 0.1rem;
  margin-left: 0.08rem;
  cursor: pointer;
  background-color: #f99236;
  color: #fff;
  border-radius: 0.05rem;
  font-style: normal;
}

.frame-7 .frame-wb {
  width: 100%;
  margin-top: 0.22rem;
  text-align: center;
  font-size: 0.18rem;
  color: #ffffff;
}

.frame-hover1,
.frame-hover2,
.frame-hover3 {
  animation: qrshow .5s linear forwards;
}

@keyframes qrshow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.frame-hover1 {
  width: 1.87rem;
  height: 1.68rem;
  background: url(../images/tip-f01.png) no-repeat;
  background-size: 100% 100%;
  display: none;
  text-align: center;
  z-index: 99999;
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  margin-left: -.94rem;
}

.snsArea .list {
  width: 1.47rem;
  height: 1.07rem;
  overflow-y: auto;
  border: 1px solid #eee;
  border-radius: .1rem;
  margin: .16rem auto 0;
}

.snsArea .list::-webkit-scrollbar {
  width: 0.05rem;
}

.snsArea .list::-webkit-scrollbar-thumb {
  border-radius: .02rem;
  background: #999;
}

.snsArea .list::-webkit-scrollbar-track {
  border-radius: .02rem;
  background: none;
}

.snsArea .list li {
  height: .3rem;
  line-height: .3rem;
  overflow: hidden;
  font-size: .13rem;
}

.snsArea .list li a {
  color: #333;
}

.snsArea .list li a:hover span {
  text-decoration: underline;
  color: #fd942e;
}

.snsArea .list li i {
  margin-right: .05rem;
  font-style: normal;
}

.snsArea .list li span {
  text-decoration: underline;
  color: #fd942e;
}

.snsArea .txt {
  text-align: center;
  font-size: .14rem;
  line-height: .3rem;
  color: #666;
}

.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: -205px;
  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 22px;
}

.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;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  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;
  margin-top: 5px;
}

.frame-hover11 .frame-content .frame-content-item .con-span2 {
  margin-left: 30px;
  float: left;
  margin-top: 5px;
}

.frame-hover11 .frame-content .frame-content-item .con-span3 {
  padding: 5px 10px;
  float: left;
  margin-left: 5px;
  cursor: pointer;
  background-color: #f99236;
  color: #fff;
  border-radius: 5px;
}

.frame-hover2 {
  position: absolute;
  left: -0.5rem;
  top: -2.1rem;
  width: 2rem;
  height: 2rem;
  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-hover2 .frame-5 {
  width: 1.8rem;
  text-align: center;
  margin: 0.15rem auto;
}

.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: #ffffff;
  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;
}

.qrCode {
  display: none;
  background: url(../images/qrCode.png) no-repeat;
  width: 1.47rem;
  height: 1.68rem;
  position: absolute;
  left: 50%;
  bottom: 1.4rem;
  margin-left: -.74rem;
}

.frame-hover3 .frame-5 {
  width: 1.2rem;
  text-align: center;
  margin: 0.1rem auto 0;
}

.frame-hover3 .frame-5 .frame-code {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 0.05rem;
}

.frame-hover3 .frame-5 .frame-code img {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0;
}

.frame-hover3 .frame-5 span {
  display: block;
  white-space: nowrap;
  font-size: 0.14rem;
  color: #666666;
  margin-top: -.04rem;
}

.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;
}

.frame-img {
  position: relative;
  max-width: 10.2rem;
  max-height: 6.8rem;
}

.frame-img img {
  width: auto;
  height: auto;
  max-width: 10.20rem;
  max-height: 6.80rem;
}

.frame-img .frame-close2 {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: -0.28rem;
  right: -0.28rem;
  cursor: pointer;
}

.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: 1070px;
  margin: 0 auto;
  height: 72px;
  margin-top: 100px;
  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;
  margin-top: 100px;
}

.tips1 .tips-text2 {
  width: 750px;
  font-size: 18px;
  color: #fd942e;
  margin: 0 auto;
  margin-top: 18px;
}

.tips1 .tips-btn-box1 {
  width: 580px;
  height: 70px;
  margin: 0 auto;
  margin-top: 70px;
}

.tips1 .tips-btn-box1 img {
  float: left;
  width: 40px;
  height: 40px;
  margin: 15px 15px 0 55px;
}

.tips1 .tips-btn-box1 p {
  float: left;
  line-height: 22px;
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
}

.tips1 .tips-btn-box1 a {
  display: block;
}

.tips1 .tips-btn-box1 i {
  font-style: normal;
  font-size: 15px;
}

.tips1 .tips-btn-box1 .tips-btn1 {
  float: left;
  width: 260px;
  height: 100%;
  margin-right: 15px;
  border-radius: 5px;
  background-color: #1ea16d;
  cursor: pointer;
}

.tips1 .tips-btn-box1 .tips-btn2 {
  float: left;
  width: 260px;
  height: 100%;
  margin-left: 15px;
  border-radius: 5px;
  background-color: #000000;
  cursor: pointer;
}

.tips1 .tips-btn-box1 .tips-btn2 img {
  width: 35px;
  height: 42px;
}

.tips1 .tips-btn-box2 {
  width: 580px;
  height: 70px;
  margin: 0 auto;
  margin-top: 70px;
}

.tips1 .tips-btn-box2 img {
  float: left;
  width: 40px;
  height: 40px;
  margin: 15px 15px 0 55px;
}

.tips1 .tips-btn-box2 p {
  float: left;
  line-height: 22px;
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
}

.tips1 .tips-btn-box2 a {
  display: block;
}

.tips1 .tips-btn-box2 i {
  font-style: normal;
  font-size: 15px;
}

.tips1 .tips-btn-box2 .btnbox2 {
  float: left;
  margin-left: 20px;
}

.tips1 .tips-btn-box2 .btnbox2 .tips-btn1 {
  display: block;
  width: 260px;
  height: 72px;
  margin-right: 15px;
  border-radius: 5px;
  background-color: #000000;
  cursor: pointer;
}

.tips1 .tips-btn-box2 .btnbox2 .tips-btn2 {
  display: block;
  width: 260px;
  height: 72px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #000000;
  cursor: pointer;
}

.tips1 .tips-btn-box2 .btnbox2 .tips-btn2 img {
  width: 35px;
  height: 42px;
}

.tips1 .tips-btn-box2 .btnbox1 {
  float: left;
  width: 260px;
  height: 135px;
  background-color: #1ea16d;
  border-radius: 5px;
  padding-top: 30px;
  cursor: pointer;
}

.tips1 .tips-btn-box2 .btnbox1 a {
  display: block;
  width: 100%;
  height: 100%;
}

.tips1 .tips-btn-box2 .btnbox1 a img {
  width: 140px;
  height: 67px;
}

.tips1 .tips-bom {
  width: 800px;
  margin: 0 auto;
  height: 127px;
  margin-top: 140px;
}

.tips1 .tips-bom .tips-bom-item {
  float: left;
  margin: 0 45px;
  position: relative;
}

.tips1 .tips-bom .tips-bom-item .tips-bom-item-img {
  width: 100px;
  height: 99px;
}

.tips1 .tips-bom .tips-bom-item p {
  width: 100px;
  margin-top: 10px;
  font-size: 18px;
  color: #333333;
  text-align: center;
}

.un-audio {
  visibility: hidden;
}

.show-audio {
  visibility: visible;
}

body,
html {
  width: 100%;
  height: 100%;
}

html {
  font-size: 5.21vw;
}

@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;
  }
}

.popDown {
  width: 550px;
  padding: 1px 0;
  background: rgba(27, 27, 27, 0.9);
  border-radius: 15px;
  margin: 0 auto;
  position: relative;
}

.popDown .inner {
  margin: 9px;
  border: 1px solid #343434;
  border-radius: 13px;
  padding: 40px 30px;
  overflow: hidden;
}

.popDown .pop-hide {
  background: url(../images/pop-down-hide.png) no-repeat center;
  width: 56px;
  height: 56px;
  position: absolute;
  right: -24px;
  top: -24px;
  cursor: pointer;
}

.popDown .lb-qr {
  float: left;
  width: 185px;
  height: 230px;
  border: 1px solid #343434;
  border-radius: 10px;
  color: #fff;
}

.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: #23c268;
}

.popDown .lb-btn {
  float: right;
  overflow: hidden;
  height: 230px;
}

.popDown .lb-btn a {
  display: block;
  width: 258px;
  height: 61px;
  overflow: hidden;
  line-height: 99;
  background: url(../images/pop-down-btn.png) no-repeat;
  margin: 0 auto 22px;
  cursor: pointer;
}

.popDown .lb-btn a:hover {
  filter: brightness(1.1);
}

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

.popDown .lb-btn .bt2 {
  background-position: 0 -70px;
}

.popDown .lb-btn .bt3 {
  background-position: 0 -140px;
}

.popDown .lb-btn .bt4 {
  background-position: 0 -210px;
}

.popDown .lb-btn .bt5 {
  background-position: 0 -280px;
}

.popDown .lb-btn.col2 a {
  margin-top: 38px;
}

.popDown .lb-btn .un-make {
  width: 258px;
  height: 61px;
  background: url("../images/un-make.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.F-login {
  width: 444px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
}

.F-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/ico-hide.png) no-repeat center;
  width: 46px;
  height: 46px;
  cursor: pointer;
  z-index: 10;
}

.F-iframe {
  background: #fff;
  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;
  background: #23C268;
  border: 1px solid #23C268;
  border-radius: 4px;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
}

.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 #bae7cd;
}

.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: #557DB4;
  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 .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;
}

.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;
}
