.wy520 {
  height: 2160px;
}

.wy520 .nr1 {
  height: 1080px;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  background: url("//image.gamersky.com/webimg13/zt/2023wy520/bg.png") no-repeat center;
}

.wy520 .nr1 .title {
  width: 100%;
  background: url("//image.gamersky.com/webimg13/zt/2023wy520/title.png") no-repeat center;
  height: 54px;
  margin-top: 185px;
}

.wy520 .nr1 .tabList {
  width: 624px;
  position: relative;
  left: 50%;
  margin-left: -312px;
  margin-top: 25px;
  padding: 2px 0;
  border: 1px solid #de3737;
  border-right: none;
  border-left: none;
}

.wy520 .nr1 .tabList .item {
  font-size: 22px;
  color: #fff;
  width: 206px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  float: left;
  margin-right: 3px;
  transition: all 0.3s;
  background: transparent;
}

.wy520 .nr1 .tabList .item.cur, .wy520 .nr1 .tabList .item:hover {
  background: #de3737;
}

.wy520 .nr1 .tabList .item:last-child {
  margin-right: 0;
}

.wy520 .nr1 .showbox {
  height: 478px;
  width: 1200px;
  margin: 45px auto 0;
}

.wy520 .nr1 .showbox .item {
  position: relative;
  height: 478px;
  display: none;
  width: 1200px;
}

.wy520 .nr1 .showbox .item.cur {
  display: block;
}

.wy520 .nr1 .showbox .item img {
  width: 850px;
  height: 478px;
  padding: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.wy520 .nr1 .showbox .item .textbox {
  width: 466px;
  height: 193px;
  position: absolute;
  top: 145px;
  right: 0;
  color: #fff;
  background: url("//image.gamersky.com/webimg13/zt/2023wy520/p2_text_box_a8db0fa.png") no-repeat;
  padding: 0 30px;
  box-sizing: border-box;
  margin-left: -118px;
  text-align: left;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
}

.wy520 .nr2 {
  height: 1080px;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  background: url("//image.gamersky.com/webimg13/zt/2023wy520/bg.png") no-repeat center;
}

.wy520 .nr2 .title {
  width: 100%;
  background: url("//image.gamersky.com/webimg13/zt/2023wy520/title2.png") no-repeat center;
  height: 54px;
  margin-top: 195px;
}

.wy520 .nr2 .tabList {
  width: 418px;
  position: relative;
  left: 50%;
  margin-left: -209px;
  margin-top: 35px;
  padding: 2px 0;
  border: 1px solid #de3737;
  border-right: none;
  border-left: none;
}

.wy520 .nr2 .tabList .item {
  font-size: 22px;
  color: #fff;
  width: 206px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  float: left;
  margin-right: 3px;
  transition: all 0.3s;
  background: transparent;
}

.wy520 .nr2 .tabList .item.cur, .wy520 .nr2 .tabList .item:hover {
  background: #de3737;
}

.wy520 .nr2 .tabList .item:last-child {
  margin-right: 0;
}

.wy520 .nr2 .swlist {
  width: 1200px;
  height: 510px;
  margin: 45px auto 0;
}

.wy520 .nr2 .swlist .swbox {
  width: 1200px;
  height: 510px;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container {
  width: 1200px;
  height: 475px;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-wrapper {
  overflow: visible;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-wrapper .swiper-slide {
  color: red;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-wrapper .swiper-slide .game_box {
  width: 387px;
  height: 216px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 14px 19.5px 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-wrapper .swiper-slide .game_box.no {
  background: url("//img1.gamersky.com/upimg/pic/2023/05/18/origin_202305181146057611.jpg") no-repeat center;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-wrapper .swiper-slide .game_box:nth-child(3n) {
  margin: 0 0 19.5px 0;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-wrapper .swiper-slide .game_box:hover .mess {
  z-index: 1;
  opacity: 1;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-wrapper .swiper-slide .game_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-wrapper .swiper-slide .game_box .mess {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1px;
  padding: 1px 20px 0;
  box-sizing: border-box;
  opacity: 0;
  z-index: -1;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
  user-select: none;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-wrapper .swiper-slide .game_box .mess h4 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  text-align: center;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-wrapper .swiper-slide .game_box .mess i {
  width: 40px;
  height: 3px;
  background-color: #de3737;
  display: block;
  margin: 20px auto;
  margin: 20px auto 10px;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-wrapper .swiper-slide .game_box .mess p {
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  color: #fff;
  text-align: center;
  overflow-y: auto;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-wrapper .swiper-slide .game_box .mess p::-webkit-scrollbar-thumb {
  width: 3px;
  background: #fff;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-wrapper .swiper-slide .game_box .mess p::-webkit-scrollbar-track {
  background: #000;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-wrapper .swiper-slide .game_box .mess p::-webkit-scrollbar {
  width: 1px;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-wrapper .swiper-slide .game_box .mess .btn_line {
  margin-top: 20px;
  font-size: 0;
  text-align: center;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-wrapper .swiper-slide .game_box .mess .btn_line a {
  width: 110px;
  height: 32px;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 0;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #1e1e27;
  opacity: 1;
}

.wy520 .nr2 .swlist .swbox .item .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 40px;
  border-radius: 20px;
}

.wy520 .nr2 .swlist .swbox .item.cur {
  display: block;
}
