#role_title {
  position: absolute;
  top: 1.5467rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 5.7467rem;
  height: 2.1867rem;
  background: url("https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn_new/images/mobile/home/role/role_title.png")
    no-repeat center/cover;
  z-index: 10;
}

#role .swiper-container {
  overflow: hidden;
}
#role .swiper-wrapper {
  width: 100vw;
  /* height: 100vh; */
  height: 17.7867rem;
}
#role .swiper-slide {
  width: 100vw;
  height: 100vh;
  height: 17.7867rem;
  position: relative;
}

.game_kv {
  text-align: center;
  width: 8.4533rem;
  height: 14.9067rem;
}
.game_kv img {
  width: 100%;
  height: 100%;
}

#role .game_button_next:after,
#role .game_button_prev:after {
  font-size: 0;
}
#role .swiper-button-next,
#role .swiper-button-prev {
  --swiper-navigation-sides-offset: 1.4rem;
  top: auto;
  bottom: 2.0467rem;
  width: 1.1467rem;
  right: 1.4rem;
  transition: all 0.1s ease;
}
#role .swiper-button-next:active,
#role .swiper-button-prev:active {
  transform: scale(0.9);
}
#role .swiper-button-prev {
  left: 1.4rem;
}
#role .swiper-pagination {
  left: 50%;
  bottom: 2.56rem;
  top: unset;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  /* justify-content: center; */
  justify-content: space-around;
  width: 4.42rem;
  /* gap: .6133rem; */
}
#role .swiper-pagination-bullet {
  background-color: #fff;
  width: 0.3067rem;
  height: 0.3067rem;
  /* margin: 0 0.5867rem 0.1067rem 0; */
  opacity: 1;
  flex-shrink: 0;
}
#role .swiper-pagination-bullet-active {
  width: 0.5867rem;
  height: 0.6133rem;
  background: url("https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn_new/images/mobile/home/game/active.png")
    no-repeat;
  background-size: 100%;
  /* margin: 0 -0.1467rem; */
}

#role .swiper-horizontal > .swiper-pagination-bullets,
#role .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 2.3rem;
}
.role_main_container {
  position: relative;
  margin-top: 4.3733rem;
  padding-left: 1.12rem;
  padding-right: 1.1467rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.role_main {
  width: 5.8933rem;
  height: 6.0533rem;
  background: url(https://lilithimage.lilithcdn.com/allgames-official-web/pgame/cn_new/images/pc/home/roles/role_center_bg.png)
    no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.role_main img {
  /* width: 4.5467rem; */
  width: auto;
  height: 4rem;
  position: relative;
}
.role_list_sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4133rem;
}
.role_list_sub_item {
  width: 1.4133rem;
  height: 1.4533rem;
}
.role_list_sub_item.active {
  transform: scale(1.29);
}
.role_title {
  width: 100%;
  height: 1.64rem;
  display: flex;
  justify-content: center;
  margin-top: .4rem;
}
.role_title img {
  display: block;
  height: 100%;
  width: auto;
}
.role_description {
  width: 8.6133rem;
  margin: 0 auto;
  margin-top: .3rem;
  font-size: .32rem;
  font-weight: 500;
  color: #6b3f00;
  line-height: .48rem;
  /* letter-spacing: -0.032rem;  */
  font-family: 'siyuanhei';
  display: flex;
  justify-content: center;
}
.role_description__text {
  text-align: left;
}