.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; max-width: 750px; margin: 0 auto;
}
.wrapper .first-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 12rem;
  background: url(/images/v3/m/first_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.wrapper .first-box .downlaod {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  margin: 0 auto;
  width: 3.05rem;
  height: 0.88rem;
  background: url(/images/v3/m/downlaod.png) no-repeat;
  background-size: cover;
}
.wrapper .first-box .hint {
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.22rem;
  height: 0.28rem;
  background: url(/images/v3/m/hint.png) no-repeat;
  background-size: cover;
}
.wrapper .first-box .lb-btn {
  position: absolute;
  width: 1.57rem;
  height: 1.75rem;
  right: 0.3rem;
  top: 4.5rem;
  background: url(/images/v2/libaobtn.png) no-repeat;
  background-size: 1.57rem 3.5rem;
}
.wrapper .first-box .slogan {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 6.31rem;
  height: 3.25rem;
  top: 6rem;
  background: url(/images/v3/m/slogan.png) no-repeat;
  background-size: cover;
  display: none;
}
.wrapper .second-box {
  position: relative;
  width: 100%;
  height: 50.877rem;
  background: url(/images/v3/m/second_bg.jpg) no-repeat center 0;
  background-size: 100% 100%;
}
.wrapper .second-box .news {
  padding-top: 0.5rem;
}
.wrapper .second-box .news .head {
  position: relative;
  width: 6.8rem;
  margin: 0 auto 0.3rem;
}
.wrapper .second-box .news .head .title {
  margin: 0 auto 0.3rem;
  width: 2.91rem;
  height: 1.17rem;
  background: url(/images/v3/m/title_01.png) no-repeat;
  background-size: 100% 100%;
}
.wrapper .second-box .news .head .more {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
  display: block;
  margin-top: 0.5rem;
  font-size: 0.3rem;
  color: #000;
  margin: 0.3rem auto;
}
.wrapper .second-box .news .head .more:after {
  content: '';
  display: inline-block;
  width: 0.43rem;
  height: 0.43rem;
  background: url(/images/v3/more_news.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-left: 0.05rem;
}
.wrapper .second-box .news .swiper-box {
  width: 6.8rem;
  margin: 0 auto 0.1rem;
}
.wrapper .second-box .news .swiper-box .news-swiper {
  position: relative;
  height: 4.61rem;
  background: url(/images/v3/m/index_swiper_bg.png) no-repeat;
  background-size: 100% 100%;
}
.wrapper .second-box .news .swiper-box .news-swiper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 98%;
  height: 97%;
  object-fit: cover;
}
.wrapper .second-box .news .swiper-box .news-swiper-pagination {
  display: none;
}
.wrapper .second-box .news input {
  display: none;
}
.wrapper .second-box .news input:nth-of-type(1):checked ~ .tab-box label:nth-of-type(1),
.wrapper .second-box .news input:nth-of-type(2):checked ~ .tab-box label:nth-of-type(2),
.wrapper .second-box .news input:nth-of-type(3):checked ~ .tab-box label:nth-of-type(3),
.wrapper .second-box .news input:nth-of-type(4):checked ~ .tab-box label:nth-of-type(4) {
  background: #b22d03;
}
.wrapper .second-box .news .tab-box {
  width: 6.8rem;
  height: 0.52rem;
  background: rgba(57, 89, 133, 0.6);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wrapper .second-box .news .tab-box label {
  display: inline-block;
  height: 0.52rem;
  line-height: 0.52rem;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
.wrapper .second-box .news .news-info {
  position: relative;
  width: 6.8rem;
  height: 3.6rem;
  margin: 0.3rem auto;
}
.wrapper .second-box .news .news-info ul {
  width: 100%;
}
.wrapper .second-box .news .news-info ul li {
  position: relative;
  width: 100%;
  height: 0.6rem;
  font-size: 0.22rem;
  line-height: 0.6rem;
}
.wrapper .second-box .news .news-info ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  color: #000;
}
.wrapper .second-box .news .news-info ul li a .activity {
  flex-shrink: 0;
  margin-right: 0.1rem;
  color: #333333;
}
.wrapper .second-box .news .news-info ul li a .info {
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
.wrapper .second-box .news .news-info ul li a .info h3 {
  width: 4.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
.wrapper .second-box .news .news-info ul li a .info span {
  flex-shrink: 0;
}
.wrapper .second-box .news .news-info ul li a .info p {
  display: none;
}
.wrapper .second-box .news .news-info:nth-last-child(1),
.wrapper .second-box .news .news-info:nth-last-child(2),
.wrapper .second-box .news .news-info:nth-last-child(3),
.wrapper .second-box .news .news-info:nth-last-child(4),
.wrapper .second-box .news .cur {
  display: none;
}
.wrapper .second-box .news input:nth-of-type(1):checked ~ .news-info:nth-last-child(4),
.wrapper .second-box .news input:nth-of-type(2):checked ~ .news-info:nth-last-child(3),
.wrapper .second-box .news input:nth-of-type(3):checked ~ .news-info:nth-last-child(2),
.wrapper .second-box .news input:nth-of-type(4):checked ~ .news-info:nth-last-child(1) {
  display: block;
}
.wrapper .second-box .fuli-box {
  position: relative;
  width: 100%;
  height: 5.05rem;
  background: url(/images/v3/m/fuli_bg.png) no-repeat;
  background-size: cover;
  padding-top: 1rem;
  box-sizing: border-box;
}
.wrapper .second-box .fuli-box .title {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 3.68rem;
  height: 0.87rem;
  margin: 0 auto;
  background: url(/images/v3/m/fuli_title.png) no-repeat;
  background-size: cover;
  top: -0.25rem;
}
.wrapper .second-box .fuli-box .daoju {
  position: relative;
  width: 7rem;
  height: 100%;
  margin: 0 0.3rem;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.wrapper .second-box .fuli-box .daoju .item {
  width: 1.2rem;
  margin: 0.05rem 0.1rem;
}
.wrapper .second-box .fuli-box .daoju .item .img-box {
  height: 1.2rem;
  background: url(/images/v3/m/img_bg.png) no-repeat;
  background-size: cover;
}
.wrapper .second-box .fuli-box .daoju .item p {
  margin-top: 0.1rem;
  text-align: center;
  font-weight: bold;
}
.wrapper .second-box .fuli-box .daoju .item p i {
  color: #1d65ae;
  font-style: normal;
}
.wrapper .second-box .fuli-box .daoju .item .sprite1 span {
  display: block;
  width: 1rem;
  height: 1rem;
  transform: translate(0.2rem, 0.15rem) scale(0.9);
  background: url(/images/v3/gif/sprite1.png) no-repeat;
  background-size: 8rem 1rem;
  animation: sprite1 2s steps(8) infinite;
}
@keyframes sprite1 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -8rem;
  }
}
.wrapper .second-box .fuli-box .daoju .item .sprite2 span {
  display: block;
  width: 5rem;
  height: 5rem;
  transform: scale(0.26) translate(-7.1rem, -7.2rem);
  background: url(/images/v3/gif/sprite2.png) no-repeat;
  background-size: 25rem 5rem;
  animation: sprite2 1.5s steps(5) infinite;
}
@keyframes sprite2 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -25rem;
  }
}
.wrapper .second-box .fuli-box .daoju .item .sprite3 span {
  display: block;
  width: 5.12rem;
  height: 5.12rem;
  transform: scale(0.35) translate(-5.5rem, -5.7rem);
  background: url(/images/v3/gif/sprite3.png) no-repeat;
  background-size: 40.96rem 5.12rem;
  animation: sprite3 2s steps(8) infinite;
}
@keyframes sprite3 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -40.96rem;
  }
}
.wrapper .second-box .fuli-box .daoju .item .sprite4 span {
  display: block;
  width: 2.24rem;
  height: 0.96rem;
  transform: translate(-0.55rem, 0.1rem) scale(0.53);
  background: url(/images/v3/gif/sprite4.png) no-repeat;
  background-size: 8.96rem 0.96rem;
  animation: sprite4 1.5s steps(4) infinite;
}
@keyframes sprite4 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -8.96rem;
  }
}
.wrapper .second-box .fuli-box .daoju .item .sprite5 span {
  display: block;
  width: 5.12rem;
  height: 5.12rem;
  transform: translate(-1.9rem, -1.6rem) scale(0.36);
  background: url(/images/v3/gif/sprite5.png) no-repeat;
  background-size: 40.96rem 5.12rem;
  animation: sprite5 2s steps(8) infinite;
  -webkit-mask: no-repeat center / contain;
  mask: no-repeat center / contain;
  -webkit-mask-image: url('/images/v3/mask_bg.png');
  mask-image: url('/images/v3/mask_bg.png');
  mask-position: 1rem 0;
}
@keyframes sprite5 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -40.96rem;
  }
}
.wrapper .second-box .fuli-box .daoju .item .sprite6 span {
  display: block;
  width: 5.12rem;
  height: 5.12rem;
  transform: translate(-2rem, -1.8rem) scale(0.45);
  background: url(/images/v3/gif/sprite6.png) no-repeat;
  background-size: 40.96rem 5.12rem;
  animation: sprite6 2s steps(8) infinite;
}
@keyframes sprite6 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -40.96rem;
  }
}
.wrapper .second-box .fuli-box .daoju .item .sprite7 span {
  display: block;
  width: 5.12rem;
  height: 5.12rem;
  transform: translate(-2rem, -1.5rem) scale(0.52);
  background: url(/images/v3/gif/sprite7.png) no-repeat;
  background-size: 40.96rem 5.12rem;
  animation: sprite7 2s steps(8) infinite;
}
@keyframes sprite7 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -40.96rem;
  }
}
.wrapper .second-box .fuli-box .daoju .item .sihai span {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(/images/v3/gif/sihai.png) no-repeat top 0.05rem center;
  background-size: 1.2rem auto;
  -webkit-mask: no-repeat center / contain;
  mask: no-repeat center / contain;
  -webkit-mask-image: url('/images/v3/mask_bg.png');
  mask-image: url('/images/v3/mask_bg.png');
}
.wrapper .second-box .fuli-box .daoju .item .wutong span {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(/images/v3/gif/wutong.png) no-repeat top 0.05rem center;
  background-size: 1.2rem auto;
  -webkit-mask: no-repeat center / contain;
  mask: no-repeat center / contain;
  -webkit-mask-image: url('/images/v3/mask_bg.png');
  mask-image: url('/images/v3/mask_bg.png');
}
.wrapper .second-box .zhiye .title {
  margin: 0.5rem auto 0.3rem;
  width: 2.9rem;
  height: 1.01rem;
  background: url(/images/v3/m/title_02.png) no-repeat;
  background-size: 100% 100%;
}
.wrapper .second-box .zhiye .zySwiper {
  position: relative;
  width: 100%;
  height: 16.5rem;
  margin-top: 1.5rem;
  overflow: visible;
}
.wrapper .second-box .zhiye .zySwiper .zy-pagination {
  position: absolute;
  text-align: center;
  height: 0.5rem;
  top: -1rem;
  z-index: 2;
}
.wrapper .second-box .zhiye .zySwiper .swiper-pagination-bullet {
  display: inline-block;
  width: 1rem;
  height: 0.5rem;
  line-height: 0.556rem;
  border-radius: 0;
  opacity: 1;
  font-size: 0.3rem;
  background: none;
  transition: all 0.3s;
}
.wrapper .second-box .zhiye .zySwiper .swiper-pagination-bullet:nth-of-type(1):after {
  content: '战士';
}
.wrapper .second-box .zhiye .zySwiper .swiper-pagination-bullet:nth-of-type(2):after {
  content: '法师';
}
.wrapper .second-box .zhiye .zySwiper .swiper-pagination-bullet:nth-of-type(3):after {
  content: '弓手';
}
.wrapper .second-box .zhiye .zySwiper .swiper-pagination-bullet:nth-of-type(4):after {
  content: '仙术';
}
.wrapper .second-box .zhiye .zySwiper .swiper-pagination-bullet:nth-of-type(5):after {
  content: '枪客';
}
.wrapper .second-box .zhiye .zySwiper .swiper-pagination-bullet-active {
  box-sizing: border-box;
  background: #b32d04;
  color: #fff;
}
.wrapper .second-box .zhiye .box input {
  display: none;
}
.wrapper .second-box .zhiye .box input:nth-of-type(1):checked ~ .male {
  opacity: 1;
}
.wrapper .second-box .zhiye .box input:nth-of-type(2):checked ~ .female {
  opacity: 1;
}
.wrapper .second-box .zhiye .box input:nth-of-type(1):checked ~ .sex-box label:nth-of-type(1) {
  background: url(/images/v3/m/sex_active.png) no-repeat;
  background-size: 100% 100%;
}
.wrapper .second-box .zhiye .box input:nth-of-type(1):checked ~ .sex-box label:nth-of-type(1) i {
  background: linear-gradient(to bottom, #fffefc, #ffe186);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wrapper .second-box .zhiye .box input:nth-of-type(2):checked ~ .sex-box label:nth-of-type(2) {
  background: url(/images/v3/m/sex_active.png) no-repeat;
  background-size: 100% 100%;
}
.wrapper .second-box .zhiye .box input:nth-of-type(2):checked ~ .sex-box label:nth-of-type(2) i {
  background: linear-gradient(to bottom, #fffefc, #ffe186);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wrapper .second-box .zhiye .box .sex-box {
  position: absolute;
  top: 7rem;
  left: 0.5rem;
  width: 2.42rem;
  height: 0.55rem;
  line-height: 0.55rem;
  background: #fff;
  border-radius: 0.55rem;
  display: flex;
  z-index: 2;
}
.wrapper .second-box .zhiye .box .sex-box label {
  display: inline-block;
  width: 50%;
  cursor: pointer;
  height: 0.55rem;
}
.wrapper .second-box .zhiye .box .sex-box label i {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 0.28rem;
  font-style: normal;
  background: linear-gradient(to bottom, #9d5613, #710501);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wrapper .second-box .zhiye .box .male,
.wrapper .second-box .zhiye .box .female {
  position: absolute;
  width: 100%;
  height: 9.31rem;
  opacity: 0;
  transition: all 0.6s;
}
.wrapper .second-box .zhiye .box .male img,
.wrapper .second-box .zhiye .box .female img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper .second-box .zhiye .box .panel {
  position: absolute;
  left: 0;
  right: 0;
  width: 6.5rem;
  margin: 0 auto;
  top: 8rem;
}
.wrapper .second-box .zhiye .box .panel input {
  display: none;
}
.wrapper .second-box .zhiye .box .panel input:nth-of-type(1):checked ~ .nav label:nth-of-type(1) {
  background: url(/images/v3/m/zhiye_nav_bg_active.png) no-repeat;
  background-size: cover;
}
.wrapper .second-box .zhiye .box .panel input:nth-of-type(2):checked ~ .nav label:nth-of-type(2) {
  background: url(/images/v3/m/zhiye_nav_bg_active.png) no-repeat;
  background-size: cover;
}
.wrapper .second-box .zhiye .box .panel input:nth-of-type(3):checked ~ .nav label:nth-of-type(3) {
  background: url(/images/v3/m/zhiye_nav_bg_active.png) no-repeat;
  background-size: cover;
}
.wrapper .second-box .zhiye .box .panel input:nth-of-type(1):checked ~ ul:nth-of-type(1) {
  display: block;
}
.wrapper .second-box .zhiye .box .panel input:nth-of-type(2):checked ~ ul:nth-of-type(2) {
  display: block;
}
.wrapper .second-box .zhiye .box .panel input:nth-of-type(3):checked ~ ul:nth-of-type(3) {
  display: block;
}
.wrapper .second-box .zhiye .box .panel input:nth-of-type(1):checked ~ .leida:nth-of-type(1) {
  display: block;
}
.wrapper .second-box .zhiye .box .panel input:nth-of-type(2):checked ~ .leida:nth-of-type(2) {
  display: block;
}
.wrapper .second-box .zhiye .box .panel .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.3rem 0;
  gap: 0.105rem;
}
.wrapper .second-box .zhiye .box .panel .nav label {
  display: block;
  width: 1.4rem;
  height: 0.4rem;
  background: url(/images/v3/m/zhiye_nav_bg.png) no-repeat;
  background-size: cover;
  color: #e1e1e1;
  font-size: 0.22rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wrapper .second-box .zhiye .box .panel .base {
  width: 6.5rem;
  height: 1.35rem;
  color: #333333;
  display: flex;
  background: url(/images/v3/m/yy.png) no-repeat top;
  background-size: cover;
  padding-top: 0.4rem;
  box-sizing: border-box;
}
.wrapper .second-box .zhiye .box .panel .base span {
  position: relative;
  display: block;
  width: 0.87rem;
  height: 0.87rem;
  margin-right: 0.1rem;
}
.wrapper .second-box .zhiye .box .panel .base span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper .second-box .zhiye .box .panel .base div {
  position: relative;
  flex-grow: 1;
}
.wrapper .second-box .zhiye .box .panel .base div h2 {
  display: inline-block;
  font-size: 0.22rem;
}
.wrapper .second-box .zhiye .box .panel .base div h2 .base-tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.7rem;
  height: 0.42rem;
  background: url(/images/v3/m/icon_zhiye_base.png) no-repeat;
  background-size: cover;
}
.wrapper .second-box .zhiye .box .panel .base div p {
  font-size: 0.18rem;
  margin-top: 0.06rem;
}
.wrapper .second-box .zhiye .box .panel ul {
  flex-grow: 1;
  display: none;
}
.wrapper .second-box .zhiye .box .panel ul li {
  display: flex;
  margin-bottom: 0.2rem;
}
.wrapper .second-box .zhiye .box .panel ul li span {
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 0.87rem;
  height: 0.87rem;
  margin-right: 0.1rem;
}
.wrapper .second-box .zhiye .box .panel ul li span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper .second-box .zhiye .box .panel ul li div {
  flex-grow: 1;
  background: url(/images/v3/m/li_line.png) no-repeat bottom left;
  background-size: auto 1px;
}
.wrapper .second-box .zhiye .box .panel ul li div h2 {
  font-size: 0.22rem;
}
.wrapper .second-box .zhiye .box .panel ul li div p {
  font-size: 0.18rem;
  margin-top: 0.06rem;
}
.wrapper .second-box .zhiye .box .panel .leida {
  position: absolute;
  top: -2rem;
  right: 0;
  width: 2.42rem;
  height: 1.97rem;
  display: none;
}
.wrapper .second-box .zhiye .box .panel .leida img {
  width: 2.42rem;
  height: 1.97rem;
}
.wrapper .second-box .zhiye .box .panel .leida:after {
  position: absolute;
  left: 0.37rem;
  top: 0.24rem;
  content: '';
  width: 1.66rem;
  height: 1.66rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: -1;
}
.wrapper .second-box .zhiye .box .shuxing {
  position: absolute;
  top: 0;
  left: 0.5rem;
  z-index: 1;
  zoom: 0.4;
}
.wrapper .second-box .game-baodian {
  position: relative;
  width: 100%;
  height: 7rem;
  margin: 0 auto;
}
.wrapper .second-box .game-baodian .head {
  position: relative;
  width: 6.8rem;
  margin: 0 auto 0.5rem;
}
.wrapper .second-box .game-baodian .head .title {
  margin: 0 auto 0.3rem;
  width: 2.9rem;
  height: 1.01rem;
  background: url(/images/v3/m/title_03.png) no-repeat;
  background-size: 100% 100%;
}
.wrapper .second-box .game-baodian .head .more {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
  display: block;
  margin-top: 0.5rem;
  font-size: 0.3rem;
  color: #000;
  margin: 0.3rem auto;
}
.wrapper .second-box .game-baodian .head .more:after {
  content: '';
  display: inline-block;
  width: 0.43rem;
  height: 0.43rem;
  background: url(/images/v3/more_news.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-left: 0.05rem;
}
.wrapper .second-box .game-baodian input {
  display: none;
}
.wrapper .second-box .game-baodian input:nth-of-type(1):checked ~ .tab-box label:nth-of-type(1),
.wrapper .second-box .game-baodian input:nth-of-type(2):checked ~ .tab-box label:nth-of-type(2),
.wrapper .second-box .game-baodian input:nth-of-type(3):checked ~ .tab-box label:nth-of-type(3) {
  background: #b22d03;
  color: #fff;
}
.wrapper .second-box .game-baodian input:nth-of-type(1):checked ~ .tab-box label:nth-of-type(1)::before,
.wrapper .second-box .game-baodian input:nth-of-type(2):checked ~ .tab-box label:nth-of-type(2)::before,
.wrapper .second-box .game-baodian input:nth-of-type(3):checked ~ .tab-box label:nth-of-type(3)::before {
  display: none;
}
.wrapper .second-box .game-baodian input:nth-of-type(1):checked ~ ul.zl,
.wrapper .second-box .game-baodian input:nth-of-type(2):checked ~ ul.gl,
.wrapper .second-box .game-baodian input:nth-of-type(3):checked ~ ul.xd {
  display: grid;
}
.wrapper .second-box .game-baodian .tab-box {
  position: relative;
  width: 6.8rem;
  margin: 0 auto;
  background: #cad2db;
}
.wrapper .second-box .game-baodian .tab-box label {
  display: inline-block;
  width: 1.8rem;
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.3rem;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.wrapper .second-box .game-baodian .grid {
  width: 6.8rem;
  margin: 0.3rem auto 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(6, 1fr);
  display: none;
}
.wrapper .second-box .game-baodian .grid li {
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.22rem;
  font-weight: bold;
  border-bottom: 0.02rem solid #aab9c8;
}
.wrapper .second-box .game-baodian .grid.zl li span {
  display: inline-block;
  color: #fff;
  width: 1.23rem;
  height: 0.35rem;
  line-height: 0.35rem;
  background: url(/images/v3/m/span_bg.png) no-repeat;
  background-size: cover;
  text-align: center;
}
.wrapper .second-box .game-baodian .grid.zl li a {
  display: inline-block;
  color: #003366;
  height: 0.35rem;
  margin: 0 0.05rem;
}
.wrapper .second-box .game-baodian .grid.zl li a:hover {
  text-decoration: underline;
}
.wrapper .second-box .game-baodian .grid.gl li a,
.wrapper .second-box .game-baodian .grid.xd li a {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-weight: normal;
}
.wrapper .second-box .game-baodian .grid.gl li a i,
.wrapper .second-box .game-baodian .grid.xd li a i,
.wrapper .second-box .game-baodian .grid.gl li a em,
.wrapper .second-box .game-baodian .grid.xd li a em {
  display: block;
  width: fit-content;
  font-style: normal;
}
.wrapper .second-box .game-baodian .grid.gl li a span,
.wrapper .second-box .game-baodian .grid.xd li a span {
  flex-grow: 1;
  width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper .second-box .game-tese .title {
  margin: 0 auto 0.3rem;
  width: 2.91rem;
  height: 1.17rem;
  background: url(/images/v3/m/title_04.png) no-repeat;
  background-size: 100% 100%;
}
.wrapper .second-box .game-tese .swiper2 {
  position: relative;
  width: 6.8rem;
  overflow: hidden;
  margin: 0 auto;
}
.wrapper .second-box .game-tese .swiper-button-prev,
.wrapper .second-box .game-tese .swiper-button-next {
  display: none;
}
.wrapper .second-box .game-tese .dot {
  position: relative;
  margin-top: 0.7rem;
}
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0;
  margin: 0 0.2rem;
  opacity: 1;
  transition: all 0.3s;
  background: url(/images/v3/ts_dot.png) no-repeat;
  background-size: cover;
}
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet:nth-of-type(1)::after,
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet:nth-of-type(2)::after,
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet:nth-of-type(3)::after,
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet:nth-of-type(4)::after,
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet:nth-of-type(5)::after,
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet:nth-of-type(6)::after {
  color: #c02701;
  font-size: 0.26rem;
  line-height: 0.45rem;
}
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet:nth-of-type(1)::after {
  content: '一';
}
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet:nth-of-type(2)::after {
  content: '二';
}
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet:nth-of-type(3)::after {
  content: '三';
}
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet:nth-of-type(4)::after {
  content: '四';
}
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet:nth-of-type(5)::after {
  content: '五';
}
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet:nth-of-type(6)::after {
  content: '六';
}
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet-active {
  background: url(/images/v3/ts_dot_active.png) no-repeat;
  background-size: cover;
}
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet-active:nth-of-type(1)::after,
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet-active:nth-of-type(2)::after,
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet-active:nth-of-type(3)::after,
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet-active:nth-of-type(4)::after,
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet-active:nth-of-type(5)::after,
.wrapper .second-box .game-tese .dot .swiper-pagination-bullet-active:nth-of-type(6)::after {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.cover {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 222;
  display: none;
}
.cover.cur,
.tcc.cur {
  display: block;
}
#t-libao {
  width: 7.1rem;
  height: 10.18rem;
  background: url(/images/v2/m-pop-libao.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 0.22rem;
}
.tcc {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 222;
  display: none;
}
.tcc .lb1 {
  padding: 1rem 0 0;
  font-size: 0.22rem;
  height: 0.9rem;
  margin-bottom: 0;
  text-align: center;
}
.tcc .lunbg {
  position: relative;
  width: 100%;
}
.tcc .lunbg .libao-swiper {
  width: 6.33rem;
  height: 8rem;
  overflow-y: auto;
}
.tcc .lunbg .libao-swiper .swiper-wrapper {
  flex-wrap: wrap;
}
.tcc .lunbg .libao-swiper .swiper-slide {
  height: auto;
  margin-bottom: 0.05rem;
}
.tcc .lunbg .m-lbms {
  width: 6.32rem;
  margin: 0 auto;
  overflow: hidden;
  background: url(/images/v2/m-pop-libao-img.png) no-repeat;
  background-size: 6.33rem 20.94rem;
}
.tcc .lunbg .m-lbms.lbms-bg1 {
  height: 10.44rem;
  background-position: 0 0;
}
.tcc .lunbg .m-lbms.lbms-bg2 {
  height: 10.43rem;
  background-position: 0 bottom;
}
.tcc .lunbg .m-lbms .lbms:nth-child(1) {
  width: 6.32rem;
  height: 5.25rem;
}
.tcc .lunbg .m-lbms .lbms:nth-child(2) {
  width: 6.32rem;
  height: 5.25rem;
}
.tcc .lunbg .m-lbms.lbms-bg3 {
  height: 10.43rem;
  background: url(/images/v2/m-pop-libao-img2.png) no-repeat;
  background-size: 6.31rem 10.43rem;
}
.tcc .lunbg .lbms {
  width: 5rem;
  height: 1.2rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.tcc .lunbg .lbms div {
  width: 5rem;
  height: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 0.38rem;
  padding: 1.5rem 0 0;
}
.tcc .lunbg .lbms div strong.stro1 {
  font-size: 0.28rem;
}
.tcc .lunbg .lbms div strong.stro2 {
  font-size: 0.28rem;
  color: #9c6a00;
}
.tcc .lunbg .lbms div p {
  color: #dc0400;
  width: 100%;
}
.tcc .lunbg .lbms div {
  text-align: center;
  margin: 0 auto;
}
.tcc .lunbg .lbms div strong.stro2 {
  font-size: 0.28rem;
}
.tcc .lunbg .tk16 {
  left: 6rem;
  bottom: 7.4rem;
}
.tcc .close {
  top: auto;
  bottom: -0.9rem;
  right: 0;
  left: 50%;
  margin-left: -0.3rem;
  position: absolute;
  width: 0.6rem;
  height: 0.68rem;
  background: url(/images/v2/close.png) no-repeat center / 100%;
  transition-duration: 0.6s;
}
