body {
  position: relative;
}
.nav-left {
  z-index: 10;
  position: fixed;
  left: calc(50% - 7.9rem);
  top: 50%;
  transform: translateY(-50%);
  width: 1.63rem;
  height: 3.97rem;
  background-color: rgba(133, 174, 241, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nav-left a {
  width: 1.43rem;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  border-radius: 1rem;
  font-size: 0.18rem;
  color: #333;
  position: relative;
}
.nav-left a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.31rem;
  height: 0.31rem;
  background: url(../img/index/nl_active_icon.png) 0 0 / 100% 100% no-repeat;
  display: none;
}
.nav-left a:not(:last-child) {
  margin-bottom: 0.2rem;
}
.nav-left a.active {
  background-color: #3c82fc;
  color: #fff;
}
.nav-left a.active::before {
  display: block;
}
.nav-left a:hover {
  background-color: #3c82fc;
  color: #fff;
}
.nav-right {
  z-index: 9;
  position: absolute;
  left: calc(50% + 6.15rem);
  top: 6.65rem;
  width: 2.22rem;
  height: auto;
  background: url(../img/index/nr_bg.png) 0 0 / 100% 100% no-repeat;
  padding-left: 0.32rem;
  padding-top: 1.35rem;
}
.nav-right .game-down {
  width: 1.74rem;
  height: 1.74rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.14rem;
}
.nav-right .game-down .down-img {
  width: 1.08rem;
  height: auto;
  animation: breath 1.2s ease-in-out infinite;
}
.nav-right .a-btn {
  display: block;
  width: 1.75rem;
  height: 0.49rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease-in-out;
}
.nav-right .a-btn:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.nav-right .a-btn:active {
  transform: scale(1);
}
.nav-right .a-btn.lb {
  background-image: url(../img/index/nr_lb.png);
  margin-bottom: 0.14rem;
}
.nav-right .a-btn.qun {
  background-image: url(../img/index/nr_qun.png);
  margin-bottom: 0.2rem;
}
.nav-right .a-btn.android {
  background-image: url(../img/index/nr_android.png);
  margin-bottom: 0.14rem;
}
.nav-right .a-btn.ios {
  background-image: url(../img/index/nr_ios.png);
  margin-bottom: 0.14rem;
}
.nav-right p.tit {
  color: #3c82fc;
  font-size: 0.24rem;
  font-weight: 700;
}
.nav-right p.kf {
  color: #000;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.1rem;
  margin-bottom: 0.15rem;
}
.nav-right p.sm {
  width: 1.74rem;
  text-align: center;
  padding-bottom: 0.2rem;
  font-size: 0.16rem;
  color: #000;
  border-bottom: 1px solid #5e84c2;
  margin-bottom: 0.2rem;
}
.nav-right .qr_code {
  width: 1.32rem;
  height: 1.32rem;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-left: 0.21rem;
  margin-bottom: 0.2rem;
  padding: 0.05rem;
}
.nav-right .qr_code img {
  width: 100%;
  height: 100%;
}
.nav-right .gfhd {
  margin-top: 0.2rem;
  margin-bottom: 0.25rem;
  padding-left: 0.18rem;
  display: flex;
}
.nav-right .gfhd .gfhd-item {
  width: 0.58rem;
  height: 0.58rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: relative;
}
.nav-right .gfhd .gfhd-item:not(:last-child) {
  margin-right: 0.2rem;
}
.nav-right .gfhd .gfhd-item .qrcode {
  position: absolute;
  top: 0.7rem;
  right: 0.2rem;
  width: 0;
  height: auto;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.nav-right .gfhd .gfhd-item:hover .qrcode {
  opacity: 1;
  width: 1.2rem;
}
.nav-right .gfhd .gfhd-item.qq {
  background-image: url(../img/index/nr_qq.png);
}
.nav-right .gfhd .gfhd-item.wx {
  background-image: url(../img/index/nr_wx.png);
}
.nav-right .zg {
  margin-top: 0.15rem;
  margin-bottom: 0.3rem;
  margin-left: -0.2rem;
}
.nav-right .zg p {
  color: #000;
  font-size: 0.14rem;
  text-align: center;
}
.nav-right .parent {
  display: block;
  margin-left: 0.46rem;
  margin-bottom: 0.1rem;
  text-decoration: underline;
  color: #2f58a5;
  font-size: 0.14rem;
}
.nav-right .parent:hover {
  color: #3c82fc;
}
main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
section {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 0.4rem;
}
section .tit {
  width: 5.14rem;
  height: 1.16rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
section .box-inner {
  width: 12rem;
  margin: 0 auto;
}
.banner {
  height: 8.73rem;
  background-image: url(../img/index/bg1.png);
  position: relative;
  padding-top: 0;
  z-index: -1;
}
.banner .down-box {
  display: none;
}
.banner .wap_video {
  display: none;
}
.banner .pc_video {
  display: block;
}
.banner .banner_video {
  display: block;
  pointer-events: none;
}
.banner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 9.3rem;
  object-fit: cover;
  z-index: -1;
  user-select: none;
  pointer-events: none;
}
.box1 {
  margin-top: -20px;
  height: 3.7rem;
  background-image: url(../img/index/bg2.png);
  padding-top: 0;
}
.box1 .news-box {
  width: 12.06rem;
  height: 3.7rem;
  margin: 0 auto;
  background-color: rgba(60, 130, 252, 0.2);
  border-radius: 0.25rem;
  padding: 0.08rem;
  display: flex;
}
.box1 .news-box .news-swiper {
  width: 6.7rem;
  height: 3.54rem;
  border-top-left-radius: 0.22rem;
  border-bottom-left-radius: 0.22rem;
  overflow: hidden;
  position: relative;
}
.box1 .news-box .news-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.box1 .news-box .news-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.box1 .news-box .news-swiper .news-swiper-pagination {
  bottom: 0.24rem;
}
.box1 .news-box .news-swiper .news-swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #fff;
  opacity: 1;
}
.box1 .news-box .news-swiper .news-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #50afff;
}
.box1 .news-box .news-area {
  width: 5.2rem;
  height: 3.54rem;
  border-top-right-radius: 0.22rem;
  border-bottom-right-radius: 0.22rem;
  background-color: #fff;
  padding-left: 0.28rem;
  padding-right: 0.14rem;
}
.box1 .news-box .news-area .news-tabs {
  padding: 0.18rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.box1 .news-box .news-area .news-tabs .news-tab {
  width: 1.08rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 1rem;
  text-align: center;
  font-size: 0.2rem;
  color: #000;
}
.box1 .news-box .news-area .news-tabs .news-tab:hover {
  color: #3c82fc;
}
.box1 .news-box .news-area .news-tabs .news-tab.active {
  background-color: #3c82fc;
  color: #fff;
}
.box1 .news-box .news-area .news-tabs .news-tab.active:hover {
  color: #fff;
}
.box1 .news-box .news-area .news-tabs .more {
  font-size: 0.3rem;
  color: #d8dde4;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box1 .news-box .news-area .news-tabs .more:hover {
  color: #3c82fc;
}
.box1 .news-box .news-area .news-list {
  padding-top: 0.1rem;
  display: none;
}
.box1 .news-box .news-area .news-list.active {
  display: block;
}
.box1 .news-box .news-area .news-list li {
  opacity: 0;
  transform: translateY(0.2rem);
  animation: newsItemUp 0.45s ease forwards;
}
.box1 .news-box .news-area .news-list li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.box1 .news-box .news-area .news-list li a {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  overflow: hidden;
  color: #666;
}
.box1 .news-box .news-area .news-list li a:hover {
  color: #3c81fb;
}
.box1 .news-box .news-area .news-list li a .type {
  width: 0.7rem;
}
.box1 .news-box .news-area .news-list li a .title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.2rem;
}
.box1 .news-box .news-area .news-list li a .time {
  width: 0.56rem;
}
.box1 .news-box .news-area .news-list li:nth-child(1) {
  animation-delay: 0s;
}
.box1 .news-box .news-area .news-list li:nth-child(1) a {
  height: 0.42rem;
  line-height: 0.42rem;
  background-color: #f0f5fa;
  padding-left: 1.04rem;
  position: relative;
  font-size: 0.18rem;
}
.box1 .news-box .news-area .news-list li:nth-child(1) a .title {
  font-weight: 700;
  color: #333;
}
.box1 .news-box .news-area .news-list li:nth-child(1) a:hover .title {
  color: #3c81fb;
}
.box1 .news-box .news-area .news-list li:nth-child(1) a .type,
.box1 .news-box .news-area .news-list li:nth-child(1) a .time {
  display: none;
}
.box1 .news-box .news-area .news-list li:nth-child(1) a::before {
  content: '推荐';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.7rem;
  height: 100%;
  line-height: 0.42rem;
  text-align: center;
  background-color: #ff3535;
  color: #fff;
  font-size: 0.18rem;
}
.box1 .news-box .news-area .news-list li:nth-child(1) a::after {
  content: '';
  position: absolute;
  left: 0.7rem;
  top: 50%;
  width: 0.08rem;
  height: 0.08rem;
  background: #ff3535;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 0.02rem;
}
.box1 .news-box .news-area .news-list li:nth-child(2) {
  animation-delay: 0.08s;
}
.box1 .news-box .news-area .news-list li:nth-child(3) {
  animation-delay: 0.16s;
}
.box1 .news-box .news-area .news-list li:nth-child(4) {
  animation-delay: 0.24s;
}
.box1 .news-box .news-area .news-list li:nth-child(5) {
  animation-delay: 0.32s;
}
.box1 .news-box .news-area .news-list li:nth-child(6) {
  animation-delay: 0.4s;
}
.box1 .news-box .news-area .news-list li:nth-child(7) {
  animation-delay: 0.48s;
}
.box1 .news-box .news-area .news-list li:nth-child(8) {
  animation-delay: 0.56s;
}
.box1 .news-box .news-area .news-list li:nth-child(9) {
  animation-delay: 0.64s;
}
.box1 .news-box .news-area .news-list li:nth-child(10) {
  animation-delay: 0.72s;
}
.box2 {
  margin-top: -1px;
  height: 6.4rem;
  background-image: url(../img/index/bg3.jpg);
}
.box2 .tit {
  background-image: url(../img/index/box2_tit.png);
  margin-bottom: 0.6rem;
}
.box2 .hots {
  display: flex;
  flex-wrap: wrap;
}
.box2 .hots .hot {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.box2 .hots .hot:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.box2 .hots .hot:active {
  transform: scale(1);
}
.box2 .hots .hot .icon {
  height: auto;
  position: absolute;
}
.box2 .hots .hot.hot1 {
  margin-right: 0.3rem;
  background-image: url(../img/index/hot1.png);
}
.box2 .hots .hot.hot1 .icon {
  width: 1.62rem;
  right: 0.3rem;
  top: -0.36rem;
}
.box2 .hots .hot.hot2 {
  background-image: url(../img/index/hot2.png);
}
.box2 .hots .hot.hot2 .icon {
  width: 1.7rem;
  right: 0.14rem;
  top: -0.3rem;
}
.box2 .hots .hot.hot3 {
  background-image: url(../img/index/hot3.png);
}
.box2 .hots .hot.hot3 .icon {
  width: 1.54rem;
  right: -0.16rem;
  top: -0.4rem;
}
.box2 .hots .hot.hot4 {
  margin: 0 0.24rem;
  background-image: url(../img/index/hot4.png);
}
.box2 .hots .hot.hot4 .icon {
  width: 1.84rem;
  right: -0.4rem;
  top: 0.2rem;
}
.box2 .hots .hot.hot5 {
  background-image: url(../img/index/hot5.png);
}
.box2 .hots .hot.hot5 .icon {
  width: 1.12rem;
  right: 0.2rem;
  top: -0.08rem;
}
.box2 .hots .hot .coner {
  position: absolute;
  top: 0.05rem;
  left: 0.05rem;
  width: 1rem;
  height: auto;
}
.box2 .hots .hot1,
.box2 .hots .hot2 {
  width: 5.82rem;
  height: 1.98rem;
  margin-bottom: 0.45rem;
}
.box2 .hots .hot3,
.box2 .hots .hot4,
.box2 .hots .hot5 {
  width: 3.83rem;
  height: 1.72rem;
}
.box3 {
  margin-top: -1px;
  height: 4.23rem;
  background-image: url(../img/index/bg4.jpg);
}
.box3 .tit {
  background-image: url(../img/index/box3_tit.png);
  margin-bottom: 0.68rem;
}
.box3 .guides {
  display: flex;
  justify-content: space-between;
}
.box3 .guides a {
  width: 2.76rem;
  height: 1.64rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 0.3rem;
  padding-top: 0.6rem;
  font-size: 0.25rem;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.box3 .guides a:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.box3 .guides a:active {
  transform: scale(1);
}
.box3 .guides a.guide1 {
  background-image: url(../img/index/guide1.png);
}
.box3 .guides a.guide2 {
  background-image: url(../img/index/guide2.png);
}
.box3 .guides a.guide3 {
  background-image: url(../img/index/guide3.png);
}
.box3 .guides a.guide4 {
  background-image: url(../img/index/guide4.png);
}
.box4 {
  height: 7.19rem;
  background-image: url(../img/index/bg5.jpg);
}
.box4 .tit {
  background-image: url(../img/index/box4_tit.png);
}
.box4 .job-swiper {
  transform: translateY(-0.52rem);
  width: 13.7rem;
  height: 6rem;
  position: relative;
}
.box4 .job-swiper .swiper-slide .job-box {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 6.5rem;
  height: 3.44rem;
  background: url(../img/index/job_box.png) no-repeat 0 0 / 100% 100%;
  padding: 0.25rem 0.32rem 0 0.32rem;
}
.box4 .job-swiper .swiper-slide .job-box .job_name {
  width: 1.35rem;
  height: 0.53rem;
  border-radius: 1rem;
  line-height: 0.53rem;
  text-align: center;
  font-size: 0.32rem;
  color: #fff;
  background-color: #3c82fc;
  font-weight: 700;
  margin-left: 0.06rem;
  margin-bottom: 0.08rem;
}
.box4 .job-swiper .swiper-slide .job-box .suffix {
  padding-left: 0.72rem;
  display: flex;
  margin-bottom: 0.16rem;
}
.box4 .job-swiper .swiper-slide .job-box .suffix em,
.box4 .job-swiper .swiper-slide .job-box .suffix i {
  width: 0.4rem;
  height: 0.08rem;
  border-radius: 1rem;
  background-color: #3c82fc;
}
.box4 .job-swiper .swiper-slide .job-box .suffix i {
  width: 0.11rem;
  margin-left: 0.08rem;
}
.box4 .job-swiper .swiper-slide .job-box .job_desc {
  font-size: 0.18rem;
  color: #333;
  font-weight: 700;
  line-height: 1.7;
}
.box4 .job-swiper .swiper-slide .job-box .job_desc p {
  margin-bottom: 0.08rem;
}
.box4 .job-swiper .swiper-slide .job_img {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  width: 8.1675rem;
  height: 5.878125rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.box4 .job-swiper .swiper-slide .job_img.job_img1 {
  background-image: url(../img/index/job1.png);
}
.box4 .job-swiper .swiper-slide .job_img.job_img2 {
  background-image: url(../img/index/job2.png);
}
.box4 .job-swiper .swiper-slide .job_img.job_img3 {
  background-image: url(../img/index/job3.png);
}
.box4 .job-swiper .swiper-slide .job_bg {
  z-index: 1;
  position: absolute;
  right: 0.7rem;
  top: 4.78rem;
  width: 7.02rem;
  height: 1.212rem;
  background: url(../img/index/job_bg.png) no-repeat 0 0 / 100% 100%;
  transform: rotate(0.5deg);
}
.box4 .job-swiper .swiper-pagination {
  width: 6.15rem;
  height: 0.78rem;
  position: absolute;
  bottom: unset;
  top: 4.8rem;
  left: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box4 .job-swiper .swiper-pagination::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1rem);
  height: 1px;
  height: 2px;
  background-image: repeating-linear-gradient(90deg, #3c82fc 0 0.03rem, transparent 0.03rem 0.06rem);
  z-index: -1;
}
.box4 .job-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.78rem;
  height: 0.78rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/index/bullet_bg.png);
  position: relative;
  opacity: 1;
  background-color: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.box4 .job-swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.61rem;
  height: 0.61rem;
  border-radius: 50%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.box4 .job-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(1)::after {
  background-image: url(../img/index/job1-bullet.png);
}
.box4 .job-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(2)::after {
  background-image: url(../img/index/job2-bullet.png);
}
.box4 .job-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(3)::after {
  background-image: url(../img/index/job3-bullet.png);
}
.box4 .job-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.28);
  background-image: url(../img/index/bullet_active_bg.png);
}
.box4 .job-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  top: calc(50% + 0.008rem);
  left: calc(50% + 0.004rem);
}
.box5 {
  margin-top: -1px;
  height: 6rem;
  background-image: url(../img/index/bg6.jpg);
}
.box5 .tit {
  background-image: url(../img/index/box5_tit.png);
  margin-bottom: 0.8rem;
}
.box5 .ts-swiper-wrap {
  transform: scale(1.15);
  transform-origin: 0 0;
  position: relative;
  width: 10.4rem;
  height: 4.3rem;
  overflow: visible;
}
.box5 .ts-swiper-wrap .swiper-button-next,
.box5 .ts-swiper-wrap .swiper-button-prev {
  z-index: 5;
}
.box5 .ts-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box5 .ts-swiper .swiper-slide {
  width: 7.6rem;
  height: 4.3rem;
  padding: 0.08rem;
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}
.box5 .ts-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: opacity 0.6s ease;
  will-change: opacity;
  pointer-events: none;
}
.box5 .ts-swiper .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.box5 .ts-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 0.39rem;
}
.box5 .swiper-button-next,
.box5 .swiper-button-prev {
  width: 1.03rem;
  height: 0.44rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.box5 .swiper-button-next::after,
.box5 .swiper-button-prev::after {
  display: none;
}
.box5 .swiper-button-next {
  right: -0.8rem;
  background-image: url(../img/index/swiper-next.png);
}
.box5 .swiper-button-next:hover {
  background-image: url(../img/index/swiper-prev-active.png);
  transform: rotateY(180deg);
}
.box5 .swiper-button-prev {
  left: -0.8rem;
  background-image: url(../img/index/swiper-next.png);
  transform: rotateY(180deg);
}
.box5 .swiper-button-prev:hover {
  background-image: url(../img/index/swiper-prev-active.png);
  transform: rotateY(0);
}
.box6 {
  display: none;
}
@keyframes newsItemUp {
  from {
    opacity: 0;
    transform: translateY(0.2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes breath {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 751px) {
  .nav-left,
  .nav-right {
    display: none;
  }
  .back-top {
    display: none !important;
  }
  section .tit {
    margin: 0 auto;
  }
  section .box-inner {
    width: 7rem;
    margin: 0 auto;
  }
  .banner {
    height: 12.3rem;
    background-image: url(../img/index/wap/bg1.png);
    background-position: 0 100%;
    background-size: 100% 0.18rem;
    position: relative;
    z-index: 1;
  }
  .banner .down-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 9.88rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5.11rem;
    height: 1.95rem;
    background: url(../img/index/wap/down_bg.png) no-repeat 0 0 / 100% 100%;
    padding: 0 0.2rem;
    z-index: 10;
  }
  .banner .down-box .down-box-left {
    width: 2.5rem;
  }
  .banner .down-box .down-box-left a {
    display: block;
    width: 100%;
    height: 0.7rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 11;
    pointer-events: auto;
  }
  .banner .down-box .down-box-left a:nth-child(1) {
    background: url(../img/index/nr_android.png) no-repeat 0 0 / 100% 100%;
    margin-bottom: 0.2rem;
  }
  .banner .down-box .down-box-left a:nth-child(2) {
    background: url(../img/index/nr_ios.png) no-repeat 0 0 / 100% 100%;
  }
  .banner .down-box .down-box-right {
    width: 2.5rem;
    margin-left: 0.2rem;
  }
  .banner .down-box .down-box-right a {
    display: block;
    width: 100%;
    height: 0.7rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 11;
    pointer-events: auto;
  }
  .banner .down-box .down-box-right a:nth-child(1) {
    background: url(../img/index/nr_lb.png) no-repeat 0 0 / 100% 100%;
    margin-bottom: 0.2rem;
  }
  .banner .down-box .down-box-right a:nth-child(2) {
    background: url(../img/index/nr_qun.png) no-repeat 0 0 / 100% 100%;
  }
  .banner .down-box .down-box-right a:active {
    opacity: 0.9;
    transform: scale(0.95);
  }
  .banner .wap_video {
    display: block;
  }
  .banner .pc_video {
    display: none;
  }
  .banner video {
    height: 13.9rem;
  }
  .banner::before {
    top: 1.6rem;
    left: 0.25rem;
    width: 1.2rem;
    height: 0.876rem;
  }
  .banner::after {
    display: none;
  }
  .box1 {
    height: 9.24rem;
    background-image: url(../img/index/wap/bg2.png);
  }
  .box1 .news-box {
    width: 7.05rem;
    height: 9.2rem;
    flex-direction: column;
    padding: 0.05rem;
  }
  .box1 .news-box .news-swiper {
    width: 6.95rem;
    height: 4.55rem;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.22rem;
  }
  .box1 .news-box .news-area {
    width: 6.95rem;
    height: 4.55rem;
    border-bottom-left-radius: 0.22rem;
    border-top-right-radius: 0;
  }
  .box1 .news-box .news-area .news-tabs {
    padding: 0.22rem 0 0.28rem;
    border-bottom: none;
  }
  .box1 .news-box .news-area .news-tabs .news-tab {
    width: 1.32rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.3rem;
  }
  .box1 .news-box .news-area .news-tabs .more {
    top: 46%;
    font-size: 0.36rem;
  }
  .box1 .news-box .news-area .news-list {
    padding: 0;
  }
  .box1 .news-box .news-area .news-list li a {
    font-size: 0.28rem;
  }
  .box1 .news-box .news-area .news-list li a .type {
    width: 1.15rem;
  }
  .box1 .news-box .news-area .news-list li a .time {
    width: 1.2rem;
    text-align: end;
  }
  .box1 .news-box .news-area .news-list li:nth-child(1) a {
    height: 0.6rem;
    line-height: 0.58rem;
    font-size: 0.3rem;
  }
  .box1 .news-box .news-area .news-list li:nth-child(1) a::before {
    font-size: 0.3rem;
    line-height: 0.6rem;
    width: 0.85rem;
  }
  .box1 .news-box .news-area .news-list li:nth-child(1) a::after {
    left: 0.85rem;
  }
  .box2 {
    height: 5.92rem;
    background-image: url(../img/index/wap/bg3.jpg);
  }
  .box2 .tit {
    margin-bottom: 0.25rem;
  }
  .box2 .hots .hot .icon {
    display: none;
  }
  .box2 .hots .hot .coner {
    width: 0.8rem;
    top: unset;
    bottom: 0.63rem;
  }
  .box2 .hots .hot.hot1 {
    background-image: url(../img/index/wap/hot1.png);
    margin-right: 0.28rem;
  }
  .box2 .hots .hot.hot2 {
    background-image: url(../img/index/wap/hot2.png);
  }
  .box2 .hots .hot.hot3 {
    background-image: url(../img/index/wap/hot3.png);
  }
  .box2 .hots .hot.hot4 {
    margin: 0 0.08rem;
    background-image: url(../img/index/wap/hot4.png);
  }
  .box2 .hots .hot.hot5 {
    background-image: url(../img/index/wap/hot5.png);
  }
  .box2 .hots .hot1,
  .box2 .hots .hot2 {
    width: 3.36rem;
    height: 2.28rem;
    margin-bottom: 0.1rem;
  }
  .box2 .hots .hot3,
  .box2 .hots .hot4,
  .box2 .hots .hot5 {
    width: 2.28rem;
    height: 1.72rem;
  }
  .box3 {
    height: 6.34rem;
    background-image: url(../img/index/wap/bg4.jpg);
  }
  .box3 .tit {
    margin-bottom: 0.2rem;
  }
  .box3 .guides {
    flex-wrap: wrap;
  }
  .box3 .guides a {
    width: 3.28rem;
    height: 1.95rem;
    font-size: 0.3rem;
    padding-left: 0.34rem;
    padding-top: 0.7rem;
  }
  .box4 {
    overflow: hidden;
    height: 12.16rem;
    background-image: url(../img/index/wap/bg5.jpg);
    background-size: 100% 1.06rem;
    background-color: #7fbdff;
  }
  .box4 .job-swiper {
    width: 100%;
    height: 10.4rem;
    transform: translateY(0);
  }
  .box4 .job-swiper .swiper-slide .job-box {
    top: 4.7rem;
    height: 4.12rem;
    width: 7rem;
    padding: 0.3rem 0.25rem 0 0.25rem;
  }
  .box4 .job-swiper .swiper-slide .job-box .job_name {
    font-size: 0.36rem;
  }
  .box4 .job-swiper .swiper-slide .job-box .suffix {
    margin-bottom: 0.2rem;
  }
  .box4 .job-swiper .swiper-slide .job-box .job_desc {
    font-size: 0.21rem;
  }
  .box4 .job-swiper .swiper-slide .job_img {
    z-index: 1;
    right: -0.25rem;
    top: -0.2rem;
  }
  .box4 .job-swiper .swiper-pagination {
    top: 9.2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5.6rem;
    height: 1.1rem;
  }
  .box4 .job-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1.05rem;
    height: 1.05rem;
  }
  .box4 .job-swiper .swiper-pagination .swiper-pagination-bullet::after {
    width: 0.8rem;
    height: 0.8rem;
  }
  .box4 .job-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    top: calc(50% + 0.01rem);
    left: calc(50% + 0.008rem);
  }
  .box5 {
    height: 3.8rem;
    background-image: unset;
  }
  .box5 .tit {
    margin-bottom: 0.7rem;
  }
  .box5 .ts-swiper-wrap {
    margin-left: 0;
    transform: scale(0.67);
    transform-origin: 0 0;
  }
  .box5 .swiper-button-next {
    right: 0;
  }
  .box5 .swiper-button-prev {
    left: 0;
  }
  .box6 {
    background-color: #f3f3f3;
    padding-bottom: .5rem;
    display: block;
  }
  .box6 .qrs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0.65rem;
  }
  .box6 .qrs .qr_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .box6 .qrs .qr_box .qr_img {
    width: 1.8rem;
    height: 1.8rem;
    background: url(../img/index/wap/qr_bg.png) no-repeat 0 0 / 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .box6 .qrs .qr_box .qr_img img {
    width: 1.25rem;
    height: 1.25rem;
  }
  .box6 .qrs .qr_box p {
    font-size: 0.24rem;
    font-weight: 700;
    text-align: center;
    color: #333;
  }
  .box6 .tips {
    text-align: center;
    font-size: 0.24rem;
    color: #000;
  }
  .box6 .tips h2 {
    font-size: 0.3rem;
    margin-bottom: 0.25rem;
  }
  .box6 .tips p {
    margin-bottom: 0.05rem;
  }
  .box6 .tips a {
    display: inline-block;
    margin-top: 0.3rem;
    text-decoration: underline;
    color: #2f58a5;
  }
  .box6 .tips a:hover {
    color: #fff;
  }
  .box6 .tips a:not(:last-child) {
    margin-right: 0.7rem;
  }
}
