body {
  background: #f2f2f2;
}
header {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  z-index: 100;
}
.main {
  width: 100%;
  min-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
}
.main .page1 #video-top {
  object-fit: cover;
}
.main .page1 .slogan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.main .page1 .slogan .slogan-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8.05rem;
  height: 1.43rem;
  background: url(../images/index/slogan.png) 0 0 / 100% 100% no-repeat;
}
.main .page1 .slogan .page_down {
  position: absolute;
  left: 50%;
  bottom: 0.7rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.main .page1 .slogan .page_down .icon1 {
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/index/shubiao.png) 0 0 / 100% 100% no-repeat;
  margin-bottom: 0.16rem;
}
.main .page1 .slogan .page_down .icon2 {
  width: 0.14rem;
  height: 0.14rem;
  background: url(../images/index/wangxia.png) 0 0 / 100% 100% no-repeat;
  animation: movedown 1.5s linear infinite;
}
.main .page2.swiper-slide-active {
  background-image: url(../images/index/page2_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .page2 .jobs {
  width: 100%;
  height: 100%;
}
.main .page2 .jobs .swiper-slide {
  overflow: hidden;
}
.main .page2 .jobs .swiper-slide .max-width {
  width: 100%;
  height: 100%;
  position: relative;
}
.main .page2 .jobs .swiper-slide .job {
  position: absolute;
  bottom: 10%;
  left: -10%;
  height: 75%;
  display: inline-block;
  opacity: 0;
}
.main .page2 .jobs .swiper-slide .job img {
  user-select: none;
  width: auto;
  height: 100%;
}
.main .page2 .jobs .swiper-slide .job_intr {
  position: absolute;
  right: 0;
  top: 22%;
}
.main .page2 .jobs .swiper-slide .job_intr p,
.main .page2 .jobs .swiper-slide .job_intr a {
  color: #fff;
}
.main .page2 .jobs .swiper-slide .job_intr p {
  width: 4.2rem;
  text-align: end;
}
.main .page2 .jobs .swiper-slide .job_intr p.ji1 {
  font-size: 0.55rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  opacity: 0;
}
.main .page2 .jobs .swiper-slide .job_intr p.ji1 span {
  margin-left: 0.2rem;
  font-size: 0.3rem;
  font-weight: normal;
  vertical-align: bottom;
  transform: translateY(-0.06rem);
  display: inline-block;
}
.main .page2 .jobs .swiper-slide .job_intr p.ji2 {
  font-size: 0.16rem;
  text-align: start;
  margin-bottom: 0.28rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  opacity: 0;
}
.main .page2 .jobs .swiper-slide .job_intr .gw {
  float: right;
  width: 1.62rem;
  height: 0.4rem;
  line-height: 0.38rem;
  text-align: center;
  background: var(--theme-color);
  border-radius: 0.2rem;
  font-size: 0.18rem;
  opacity: 0;
}
.main .page2 .jobs .swiper-slide .play_area {
  width: 1.8rem;
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 28%;
  right: 28%;
  background: url(../images/index/play_bg.png) 100% 100% / 1.8rem 1rem no-repeat;
  cursor: pointer;
}
.main .page2 .jobs .swiper-slide .play_area .play_btn {
  position: absolute;
  left: 0.65rem;
  bottom: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/index/play.png) 0 0 / 100% 100% no-repeat;
}
.main .page2 .jobs .swiper-slide.swiper-slide-active .job {
  animation: fadeInLeft 1s forwards;
}
.main .page2 .jobs .swiper-slide.swiper-slide-active .job_intr p.ji1 {
  animation: fadeInRight 1s forwards;
}
.main .page2 .jobs .swiper-slide.swiper-slide-active .job_intr p.ji2 {
  animation: fadeInRight 1s forwards;
  animation-delay: 0.5s;
}
.main .page2 .jobs .swiper-slide.swiper-slide-active .gw {
  animation: fadeInRight 1s forwards;
  animation-delay: 1s;
}
.main .page2 .jobs .swiper-slide.swiper-slide-active .play_area {
  animation: showall 2s ease forwards;
}
.main .page3 {
  padding-top: 1.4rem;
}
.main .page3.swiper-slide-active {
  background-image: url(../images/index/page3_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .page3 .p3-tit {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.main .page3 .p3-tit .tit_name {
  display: flex;
  align-items: flex-end;
}
.main .page3 .p3-tit .tit_name span:nth-child(1) {
  color: var(--theme-color);
  font-size: 0.45rem;
  font-weight: 700;
  margin-right: 0.14rem;
}
.main .page3 .p3-tit .tit_name span:nth-child(2) {
  font-size: 0.3rem;
  color: #aaa;
}
.main .page3 .p3-tit .line {
  width: 50%;
  height: 0.02rem;
  background-color: #fff;
  margin: 0 0.35rem;
}
.main .page3 .p3-tit a {
  width: 1.22rem;
  height: 0.3rem;
  line-height: 0.28rem;
  text-align: center;
  border-radius: 0.15rem;
  border: 0.01rem solid #fff;
  font-size: 0.18rem;
  color: #fff;
}
.main .page3 .p3-tit a:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.main .page3 .news_list {
  height: 5.21rem;
}
.main .page3 .news_list .news_item {
  width: 5.5rem;
  height: 1.44rem;
  float: right;
}
.main .page3 .news_list .news_item .img {
  width: 2.37rem;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.main .page3 .news_list .news_item .img img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.main .page3 .news_list .news_item .img img:hover {
  transform: scale(1.05);
}
.main .page3 .news_list .news_item .news_cont {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.1rem 0;
  color: #fff;
  margin-left: 0.1rem;
  overflow: hidden;
}
.main .page3 .news_list .news_item .news_cont:hover {
  color: var(--theme-color);
}
.main .page3 .news_list .news_item .news_cont .tit {
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .page3 .news_list .news_item .news_cont .intr {
  display: none;
}
.main .page3 .news_list .news_item .news_cont .time {
  font-size: 0.14rem;
}
.main .page3 .news_list .news_item:nth-child(1) {
  width: 5.88rem;
  height: 4.69rem;
  float: left;
}
.main .page3 .news_list .news_item:nth-child(1) .img {
  width: 100%;
  height: 3.56rem;
  margin-bottom: 0.25rem;
}
.main .page3 .news_list .news_item:nth-child(1) .news_cont {
  height: 0.95rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
}
.main .page3 .news_list .news_item:nth-child(1) .news_cont .tit {
  font-size: 0.22rem;
}
.main .page3 .news_list .news_item:nth-child(1) .news_cont .intr {
  font-size: 0.14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .page3 .news_list .news_item:nth-child(1) .news_cont .time {
  display: none;
}
.main .page3 .news_list .news_item:nth-child(3) {
  margin: 0.16rem 0;
}
.main .page3 .news_list .news_item:not(:nth-child(1)) {
  display: flex;
}
.main .page4 {
  height: 2.64rem !important;
}
.index_content {
  min-width: 1560px;
}
.index_content .index-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.index_content .index-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.index_content .index-swiper .swiper-pagination {
  left: 50%;
  bottom: 0;
  width: 1200px;
  margin-left: -600px;
  display: flex;
}
.index_content .index-swiper .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  height: 82px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 1;
  padding-top: 20px;
  font-size: 14px;
  text-align: start;
  margin: 0;
}
.index_content .index-swiper .swiper-pagination .swiper-pagination-bullet .bullet_name {
  position: relative;
  color: #C4C4C4;
  z-index: 10;
  text-align: center;
}
.index_content .index-swiper .swiper-pagination .swiper-pagination-bullet .bullet_tit {
  position: relative;
  color: #fff;
  z-index: 10;
  text-align: center;
}
.index_content .index-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.65);
  position: relative;
}
.index_content .index-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 9;
  background-color: var(--theme-color);
  animation: progress linear 5s forwards;
}
.index_content .inner-title {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 14px;
  margin-bottom: 25px;
}
.index_content .inner-title::before {
  content: '';
  display: block;
  width: 4px;
  height: 20px;
  background-color: var(--theme-color);
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}
.index_content .inner-title h2 {
  font-size: 20px;
}
.index_content .recommend {
  background-color: #fff;
  padding: 50px 0;
}
.index_content .recommend .inner-title .user_info {
  margin-top: 4px;
  font-size: 14px;
}
.index_content .recommend .inner-title .user_info a:hover {
  color: var(--theme-color);
}
.index_content .recommend .game_list_wrap {
  display: flex;
  justify-content: space-between;
}
.index_content .recommend .game_list_wrap .table {
  transform: translateY(-43px);
  position: unset;
  padding-bottom: 0;
}
.index_content .recommend .game_list_wrap .table .form {
  width: 100%;
  border: none;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.index_content .recommend .game_list_wrap .table .form .tabs {
  border: none;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.index_content .recommend .game_list_wrap .table .form .tabs .tab {
  border: none;
}
.index_content .recommend .game_list_wrap .table .form .tab_content {
  padding: 30px 28px;
  border: none;
}
.index_content .recommend .game_list_wrap .user_box {
  transform: translateY(-43px);
  width: 364px;
  height: 363px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 30px 30px;
}
.index_content .recommend .game_list_wrap .user_box .ub_tabs {
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #eee;
  display: flex;
}
.index_content .recommend .game_list_wrap .user_box .ub_tabs .ub_tab {
  width: 80px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #999;
}
.index_content .recommend .game_list_wrap .user_box .ub_tabs .ub_tab.active {
  color: #000;
  border-bottom: 1px solid #000;
}
.index_content .recommend .game_list_wrap .user_box .box {
  padding: 20px 0;
}
.index_content .recommend .game_list_wrap .user_box .box.box1 p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.index_content .recommend .game_list_wrap .user_box .box.box1 p span {
  font-size: 14px;
}
.index_content .recommend .game_list_wrap .user_box .box.box1 p a {
  font-size: 12px;
  padding: 4px 12px;
  border: 1px solid #cfcfcf;
  color: #cfcfcf;
  border-radius: 100px;
}
.index_content .recommend .game_list_wrap .user_box .box.box1 p a:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.index_content .recommend .game_list_wrap .user_box .box.box2 {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.index_content .recommend .game_list_wrap .user_box .box.box2.none {
  display: none;
}
.index_content .recommend .game_list_wrap .user_box .box.box2 a {
  width: 50%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_content .recommend .game_list_wrap .user_box .box.box2 a .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.index_content .recommend .game_list_wrap .user_box .box.box2 a .icon img {
  width: 32px;
  height: 32px;
}
.index_content .recommend .game_list_wrap .user_box .box.box2 a p {
  margin-top: 6px;
  font-size: 12px;
  color: #333;
}
.index_content .recommend .game_list_wrap .user_box .box.box2 a:hover .icon {
  transform: scale(1.1);
}
.index_content .recommend .game_list_wrap .user_box .box.box2 a:hover p {
  color: var(--theme-color);
}
.index_content .recommend .game_list {
  display: flex;
}
.index_content .recommend .game_list li {
  height: 320px;
  margin-right: 16px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.index_content .recommend .game_list li a {
  display: block;
  width: 190px;
  height: 247px;
  overflow: hidden;
}
.index_content .recommend .game_list li a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.index_content .recommend .game_list li a:hover img {
  transform: scale(1.1);
}
.index_content .recommend .game_list li .intr {
  padding: 12px;
  font-size: 14px;
}
.index_content .recommend .game_list li .intr .name {
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.index_content .recommend .game_list li .intr .name .hot {
  margin-left: 5px;
  width: 15px;
  height: 15px;
  background: url(../images/index/hot.png) 0 0 / 100% 100% no-repeat;
}
.index_content .recommend .game_list li .intr .desc {
  color: #a9a9a9;
}
.index_content .pc-game {
  padding: 50px 0;
}
.index_content .pc-game .game_list {
  display: flex;
  flex-wrap: wrap;
}
.index_content .pc-game .game_list li {
  width: 288px;
  margin-right: 16px;
  margin-bottom: 26px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.index_content .pc-game .game_list li:nth-child(4n) {
  margin-right: 0;
}
.index_content .pc-game .game_list li .icon {
  display: block;
  width: 288px;
  height: 166px;
  overflow: hidden;
  position: relative;
}
.index_content .pc-game .game_list li .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.index_content .pc-game .game_list li .icon:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index_content .pc-game .game_list li .intr {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_content .pc-game .game_list li .intr .left {
  font-size: 14px;
}
.index_content .pc-game .game_list li .intr .left .name {
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.index_content .pc-game .game_list li .intr .left .name .hot {
  margin-left: 5px;
  width: 15px;
  height: 15px;
  background: url(../images/index/hot.png) 0 0 / 100% 100% no-repeat;
}
.index_content .pc-game .game_list li .intr .left .desc {
  color: #a9a9a9;
  display: flex;
  align-items: center;
}
.index_content .pc-game .game_list li .intr .left .desc .hot {
  margin-left: 5px;
  width: 15px;
  height: 15px;
  background: url(../images/index/hot.png) 0 0 / 100% 100% no-repeat;
}
.index_content .pc-game .game_list li .intr .right a {
  font-size: 12px;
  color: #a9a9a9;
  padding: 4px 13px;
  border-radius: 20px;
  border: 1px #dedede solid;
  margin: 5px 0 0 5px;
}
.index_content .pc-game .game_list li .intr .right a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}
.index_content .wap-game {
  background-color: #fff;
}
.index_content .wap-game .game_list li {
  display: flex;
  align-items: center;
  box-shadow: unset;
}
.index_content .wap-game .game_list li .icon {
  width: 114px;
  height: 114px;
  border-radius: 18px;
  box-shadow: 4px 4px 8px #dadde4;
}
.index_content .wap-game .game_list li .intr {
  flex-direction: column;
  align-items: flex-start;
}
.index_content .wap-game .game_list li .intr .left .name {
  white-space: nowrap;
}
.index_content .wap-game .game_list li .intr .left .desc {
  margin: 6px 0 18px;
  font-size: 14px;
}
.index_content .wap-game .game_list li .intr .right {
  margin-top: 8px;
}
.index_content .wap-game .game_list li .intr .right a {
  margin-left: 0;
  padding: 6px 33px;
}
.index_content .news-area {
  background-color: #fff;
  padding-bottom: 20px;
}
.index_content .news-area .inner {
  display: flex;
  justify-content: space-between;
}
.index_content .news-area .news-box {
  flex: 1;
  margin-right: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.index_content .news-area .news-box:last-child {
  margin-right: 0;
}
.index_content .news-area .news-box .box-tit {
  padding: 0 20px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f8f8;
}
.index_content .news-area .news-box .box-tit a {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.index_content .news-area .news-box .box-tit a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 1px;
  background-color: #ccc;
}
.index_content .news-area .news-box .box-tit a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 12px;
  height: 1px;
  background-color: #ccc;
}
.index_content .news-area .news-box .box-tit a:hover {
  border-color: var(--theme-color);
}
.index_content .news-area .news-box .box-tit a:hover::before,
.index_content .news-area .news-box .box-tit a:hover::after {
  background-color: var(--theme-color);
}
.index_content .news-area .news-box .news-list {
  padding: 20px;
}
.index_content .news-area .news-box .news-list li {
  margin-bottom: 10px;
}
.index_content .news-area .news-box .news-list li a {
  font-size: 14px;
  color: #a5a5a5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.index_content .news-area .news-box .news-list li a .title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_content .news-area .news-box .news-list li a .time {
  width: 140px;
  text-align: end;
}
.index_content .news-area .news-box .news-list li a:hover {
  color: var(--theme-color);
}
.index_content .pics {
  padding-bottom: 40px;
  background-color: #fff;
}
.index_content .pics .bottom-swiper-pagination {
  text-align: end;
  padding-right: 20px;
}
.index_content .pics .bottom-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #aaa;
  opacity: 1;
}
.index_content .pics .bottom-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes movedown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.15rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes showall {
  0% {
    height: 0;
    opacity: 0.3;
  }
  100% {
    height: 1rem;
    opacity: 1;
  }
}
.video-pop .vp_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.video-pop .vp_content {
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-pop .vp_content .close {
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  cursor: pointer;
  background: url(../images/index/close.png) 0 0 / 100% 100% no-repeat;
  transition: all 0.5s ease;
}
.video-pop .vp_content .close:hover {
  transform: rotate(180deg);
}
.video-pop .vp_content #video {
  width: 8rem;
  max-width: 100%;
}
.more {
  display: none;
}
.wap_index_content {
  display: none;
}
.wap-index-swiper {
  display: none;
}
@media screen and (max-width: 750px) {
  header .logo {
    display: block;
  }
  header .back {
    display: none;
  }
  header .login_register,
  header .user_info {
    display: flex !important;
  }
  footer {
    display: block;
  }
  .main {
    min-width: unset;
  }
  .main .page1 .slogan .slogan-img {
    width: 5.02rem;
    height: 0.88rem;
  }
  .main .page1 .slogan .page_down .icon1 {
    width: 0.64rem;
    height: 0.64rem;
  }
  .main .page1 .slogan .page_down .icon2 {
    width: 0.28rem;
    height: 0.28rem;
  }
  .main .page2 .jobs .swiper-slide .job {
    height: 45%;
    bottom: 7%;
  }
  .main .page2 .jobs .swiper-slide .job_intr {
    top: 16%;
    right: 0.6rem;
  }
  .main .page2 .jobs .swiper-slide .job_intr p.ji2 {
    font-size: 0.2rem;
  }
  .main .page2 .jobs .swiper-slide .job_intr .gw {
    font-size: 0.2rem;
  }
  .main .page2 .jobs .swiper-slide .play_area {
    left: 0.6rem;
    right: unset;
    bottom: 52%;
    width: 2.16rem;
    background-size: 2.16rem 1.2rem;
  }
  .main .page2 .jobs .swiper-slide .play_area .play_btn {
    left: 0.75rem;
    bottom: 0.3rem;
    width: 0.65rem;
    height: 0.65rem;
  }
  .main .page2 .jobs .swiper-slide.swiper-slide-active .play_area {
    animation: showall 1.5s ease forwards;
  }
  .main .page3 {
    padding-top: 2rem;
  }
  .main .page3 .p3-tit {
    padding: 0 0.44rem;
  }
  .main .page3 .p3-tit .tit_name span {
    white-space: nowrap;
  }
  .main .page3 .p3-tit .tit_name span:nth-child(1) {
    font-size: 0.32rem;
  }
  .main .page3 .p3-tit .tit_name span:nth-child(2) {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.45);
  }
  .main .page3 .p3-tit .line {
    margin: 0 0.12rem 0 0.22rem;
    background-color: rgba(255, 255, 255, 0.45);
    transform: translateY(0.15rem);
  }
  .main .page3 .p3-tit a {
    border-color: rgba(255, 255, 255, 0.45);
    color: rgba(255, 255, 255, 0.45);
  }
  .main .page3 .news_list {
    height: unset;
    padding: 0 0.44rem;
  }
  .main .page3 .news_list .news_item {
    flex-direction: column;
    height: auto;
    width: 3.12rem;
    float: left;
    margin-bottom: 0.3rem;
  }
  .main .page3 .news_list .news_item .img {
    width: 100%;
    height: 1.88rem;
  }
  .main .page3 .news_list .news_item .img img {
    width: 100%;
    height: 100%;
  }
  .main .page3 .news_list .news_item .news_cont .time {
    color: rgba(255, 255, 255, 0.45);
  }
  .main .page3 .news_list .news_item:nth-child(1) {
    width: 3.12rem;
    display: flex;
    height: auto;
    float: left;
  }
  .main .page3 .news_list .news_item:nth-child(1) .img {
    width: 100%;
    height: 1.88rem;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-bottom: 0;
  }
  .main .page3 .news_list .news_item:nth-child(1) .img img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
  }
  .main .page3 .news_list .news_item:nth-child(1) .img img:hover {
    transform: scale(1.05);
  }
  .main .page3 .news_list .news_item:nth-child(1) .news_cont {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.1rem 0;
    color: #fff;
    margin-left: 0.1rem;
    overflow: hidden;
  }
  .main .page3 .news_list .news_item:nth-child(1) .news_cont:hover {
    color: var(--theme-color);
  }
  .main .page3 .news_list .news_item:nth-child(1) .news_cont .tit {
    font-size: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .main .page3 .news_list .news_item:nth-child(1) .news_cont .intr {
    display: none;
  }
  .main .page3 .news_list .news_item:nth-child(1) .news_cont .time {
    font-size: 0.14rem;
    display: block;
  }
  .main .page3 .news_list .news_item:nth-child(3) {
    margin: 0;
    margin-bottom: 0.3rem;
  }
  .main .page3 .news_list .news_item:nth-child(2n+1) {
    margin-right: 0.32rem;
  }
  .main .more {
    display: block;
    margin: 1rem auto 0;
    width: 1.32rem;
    padding: 0.05rem 0;
    text-align: center;
    font-size: 0.2rem;
    border-radius: 0.08rem;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
  }
  .main .more:hover {
    color: #fff;
    border-color: #fff;
  }
  .main .page4 {
    height: 3.6rem !important;
  }
  .index_content {
    display: none;
  }
  .wap_index_content {
    display: block;
  }
  .wap_index_content .wap_tabs {
    background-color: #fff;
    height: 0.9rem;
    padding-left: 0.68rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    font-size: 0.32rem;
    position: relative;
  }
  .wap_index_content .wap_tabs .wap_tab {
    margin-right: 0.6rem;
    height: 100%;
    line-height: 0.9rem;
    transform: translateY(1px);
  }
  .wap_index_content .wap_tabs .wap_tab.active {
    color: var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
  }
  .wap_index_content .wap_tabs .more {
    position: absolute;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
  }
  .wap_index_content .wap_tabs .more.none {
    display: none;
  }
  .wap_index_content .wap_tabs .more::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.16rem;
    height: 1px;
    background-color: #d1d1d1;
  }
  .wap_index_content .wap_tabs .more::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 0.16rem;
    height: 1px;
    background-color: #d1d1d1;
  }
  .wap_index_content .wap_tab_cont {
    padding: 0.2rem;
    background-color: #f8f8f8;
  }
  .wap_index_content .wap_tab_cont li {
    margin-bottom: 0.28rem;
  }
  .wap_index_content .wap_tab_cont li a {
    font-size: 0.28rem;
    color: #a5a5a5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  }
  .wap_index_content .wap_tab_cont li a .title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .wap_index_content .wap_tab_cont li a .time {
    width: 2.8rem;
    text-align: end;
  }
  .wap_index_content .wap_tab_cont li a:hover {
    color: var(--theme-color);
  }
  .wap_index_content .game_tabs {
    background-color: #fff;
    height: 0.9rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    font-size: 0.32rem;
    position: relative;
  }
  .wap_index_content .game_tabs .game_tab {
    flex: 1;
    height: 100%;
    line-height: 0.9rem;
    text-align: center;
    transform: translateY(1px);
  }
  .wap_index_content .game_tabs .game_tab.active {
    color: var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
  }
  .wap_index_content .games-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0.2rem;
    background-color: #fff;
  }
  .wap_index_content .games-ul.none {
    display: none;
  }
  .wap_index_content .games-ul li {
    padding: 0.3rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wap_index_content .games-ul li .game-img {
    width: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .wap_index_content .games-ul li .game-img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
  }
  .wap_index_content .games-ul li .game-img img.wapgame_icon {
    display: block;
    width: 1.2rem;
    border-radius: 0.1rem;
  }
  .wap_index_content .games-ul li .game-img:hover img {
    transform: scale(1.1);
  }
  .wap_index_content .games-ul li .game-name {
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    color: #000;
    margin: 0.15rem 0 0.2rem;
    word-break: break-all;
  }
  .wap_index_content .games-ul li .down {
    padding: 0.04rem 0.4rem;
    border: 1px solid #dedede;
    color: #a9a9a9;
    border-radius: 2rem;
  }
  .wap_index_content .games-ul li .down:hover {
    background-color: var(--theme-color);
    color: #fff;
  }
  .wap_index_content .bottom-area {
    height: 4.32rem;
    background-color: #f8f8f8;
    padding-top: 0.6rem;
  }
  .wap_index_content .bottom-area .banner-swiper {
    height: 3.08rem;
  }
  .wap_index_content .bottom-area .banner-swiper .swiper-slide {
    width: 6.04rem;
    height: 3.08rem;
  }
  .wap_index_content .bottom-area .banner-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .wap_index_content .bottom-area .banner-swiper .swiper-slide a img {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
  }
  .wap-index-swiper {
    display: block;
    height: 7.4rem;
    position: relative;
  }
  .wap-index-swiper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
    z-index: 2;
    pointer-events: none;
  }
  .wap-index-swiper .swiper-slide {
    height: 100%;
  }
  .wap-index-swiper .swiper-slide a img {
    width: 100%;
    height: 100%;
  }
  .wap-index-swiper-pagination .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    opacity: 1;
    background-color: #fff;
  }
  .wap-index-swiper-pagination .swiper-pagination-bullet-active {
    width: 0.36rem;
    background-color: var(--theme-color);
    border-radius: 1rem;
  }
  @keyframes showall {
    0% {
      height: 0;
      opacity: 0.3;
    }
    100% {
      height: 1.2rem;
      opacity: 1;
    }
  }
}
