html,
body {
  font-size: 16px;
  background: #3f130e;
  position: relative;
  z-index: -2;
  min-height: 100vh;
}
.versionHeart {
  width: 84.4375rem;
  height: 100%;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: 5.125rem;
  background: #171616;
  margin: 0 auto;
}
.header .layout1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header .layout1 .left1 {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
.header .layout1 .left1 .logo {
  width: 11.5625rem;
  height: 100%;
  background-image: url('../static/imgs/logo.png');
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.header .layout1 .right1 {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
}
.header .layout1 .right1 span {
  display: inline-block;
  min-width: 6.7rem;
  height: 100%;
  text-align: center;
  font-size: 1rem;
  color: #cdc08b;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 0.3125rem;
}
.header .layout1 .right1 span a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header .layout1 .right1 span a:hover {
  color: inherit !important;
}
.header .layout1 .right1 span a .title2 {
  font-weight: 400;
  font-size: 0.6875rem;
  padding-top: 0.25rem;
  color: #686351;
  display: none;
}
.header .layout1 .right1 span::after {
  content: '';
  position: absolute;
  width: 0.0625rem;
  height: 1.6875rem;
  background: #353228;
  right: 0;
}
.header .layout1 .right1 span:last-child::after {
  height: 0;
}
.header .layout1 .right1 .current {
  font-size: 1.25rem;
  font-weight: 700;
  color: #773030 !important;
  background: url('../static/imgs/home_bg.png');
  background-size: 100% 100%;
}
.header .layout1 .right1 .current::after {
  height: 0;
}
.header .layout1 .right1 .current .title2 {
  color: #773030 !important;
}
.header .layout1 .search {
  width: 14.75rem;
  margin-left: 0.9375rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .layout1 .search form {
  display: flex;
  align-items: center;
}
.header .layout1 .search form input {
  width: 12.375rem;
  height: 2.3125rem;
  font-size: 0.875rem;
  color: #666;
  border: 0.0625rem solid #ccc;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem;
  padding-left: 0.75rem;
  outline: none;
}
.header .layout1 .search form button {
  border: 0;
  border-radius: 0 0.25rem 0.25rem 0;
  width: 2.375rem;
  height: 2.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .layout1 .search form button img {
  width: 100%;
  height: 100%;
}
.banner {
  width: 100%;
  height: 39.25rem;
  position: relative;
  margin: 0 auto;
}
.banner .bannerBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner .bannerBg .video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
.banner .bannerBg .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .bannerBg .video .vjwz {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
.banner .ageTips {
  display: none;
  position: absolute;
  width: 7.1875rem;
  height: 9.3125rem;
  background-image: url('../static/imgs/age_tips.png');
  background-size: 100% 100%;
  top: 9.625rem;
  right: 4.6875rem;
}
.banner .subnavs {
  width: 84.5rem;
  position: absolute;
  z-index: 2;
  height: 19.3125rem;
  bottom: -6.6875rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.banner .subnavs .subnav {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0rem 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
}
.banner .subnavs .subnav .slogo {
  width: 20.125rem;
  height: 12.625rem;
  display: none;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  background-color: #fff;
}
.banner .subnavs .subnav .video {
  display: none;
  position: relative;
  width: 20.125rem;
  height: 12.625rem;
  z-index: 2;
  overflow: hidden;
}
.banner .subnavs .subnav .video video {
  height: 100%;
  object-fit: cover;
}
.banner .subnavs .subnav .titles {
  height: 6.6875rem;
  padding-left: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-image: url('../static/imgs/tuijian_bg.png');
  background-size: 100% 100%;
}
.banner .subnavs .subnav .titles .title1 {
  font-size: 1.125rem;
  color: #333;
  font-weight: 700;
}
.banner .subnavs .subnav .titles .divLine {
  width: 2.8125rem;
  height: 0.1875rem;
  border-radius: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
  background: #c54a27;
}
.banner .subnavs .subnav .titles .title2 {
  font-size: 1rem;
  color: #b75027;
}
.banner .subnavs .subnav1 {
  box-shadow: 0 0 0;
  width: 20.0625rem;
  background-image: url('../static/imgs/down_bg.gif');
  background-size: 100% 100%;
  position: relative;
}
.banner .subnavs .subnav1 .loggerDownload {
  position: absolute;
  bottom: 1.8125rem;
  left: 2.1875rem;
  width: 15.6875rem;
  height: 7.375rem;
  background-image: url('../static/imgs/down_on1.png');
  background-size: 100% 100%;
}
.banner .subnavs .subnav1 .loggerDownload:hover {
  transition: all 0.5s;
  background-image: url('../static/imgs/down_on1.png');
}
.banner .subnavs .subnav1 .loggerDownload:active {
  background-image: url('../static/imgs/down_on1.png');
}
.banner .bgmin {
  width: 100%;
  height: 35rem;
  position: absolute;
  bottom: -18.625rem;
  z-index: 1;
  background-image: url('../static/imgs/banner_bg-min.png');
  background-size: 100% 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 自定义分页器的位置 */
.swiper-pagination-horizontal {
  bottom: 36% !important;
}
.swiper-pagination-bullet {
  width: 1.125rem !important;
  height: 0.375rem !important;
  border-radius: 0.1875rem !important;
}
.swiper-pagination-bullet-active {
  background: #fcc625 !important;
}
.bg2 {
  width: 100%;
  height: 41.4375rem;
  position: absolute;
  top: 44.375rem;
  background-image: url('../static/imgs/bg.jpg');
  background-size: 100% 100%;
  z-index: -1;
}
.typeTigs1 {
  position: fixed;
  width: 2.4375rem;
  height: 6.75rem;
  left: 0;
  top: 20rem;
  background-image: url('../static/imgs/type1.png');
  background-size: 100% 100%;
  z-index: 9999;
  cursor: pointer;
}
.tigs {
  width: 13.6875rem;
  height: 36.5625rem;
  background-image: url('../static/imgs/pcbg.png');
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 16.5rem;
  left: 2rem;
  z-index: 10;
  display: none;
}
.tigs .name1 {
  position: absolute;
  font-size: 1rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #831c1c;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
}
.tigs .tip1 {
  padding-top: 0.75rem;
  display: flex;
  font-size: 0.875rem;
  padding: 2.5rem 1.6rem 0.5rem;
}
.tigs .tip1 .type {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.tigs .tip1 .type a {
  width: 4.8125rem;
  height: 1.8125rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  background: #e9c67a;
  color: #512418;
  cursor: pointer;
}
.tigs .tip1 .type .active {
  background: #c34a28;
  color: #fff9cf;
}
.tigs .name2 {
  width: 11.9375rem;
  height: 3.25rem;
  background-image: url('../static/imgs/pcicon1.png');
  background-size: 100% 100%;
  margin-left: 0.875rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #831c1c;
}
.tigs .tip2 {
  font-size: 0.875rem;
  padding: 0.5rem 1.6rem 0;
}
.tigs .tip2 .type {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.tigs .tip2 .type a {
  width: 4.8125rem;
  height: 1.8125rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  background: #e9c67a;
  color: #512418;
  cursor: pointer;
}
.tigs .tip2 .type .active {
  background: #c34a28;
  color: #fff9cf;
}
.tigs .arrow_up {
  position: absolute;
  width: 4.8125rem;
  height: 3.0625rem;
  background-image: url('../static/imgs/arrow_up.png');
  background-size: 100% 100%;
  bottom: 0.3125rem;
  left: 50%;
  transform: translate(-50%, 100%);
  cursor: pointer;
}
.typeTigs2 {
  position: fixed;
  width: 2.4375rem;
  height: 6.75rem;
  right: 0;
  top: 20rem;
  background-image: url('../static/imgs/type2.png');
  background-size: 100% 100%;
  z-index: 9999;
  cursor: pointer;
}
.followOfficialAccout {
  width: 13.6875rem;
  height: 36.5625rem;
  background-image: url('../static/imgs/pcbg.png');
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 16.5rem;
  right: 2rem;
  z-index: 10;
  display: none;
}
.followOfficialAccout .name1 {
  font-size: 1rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #831c1c;
  padding-top: 0.25rem;
}
.followOfficialAccout .MoreBenefits {
  font-size: 1.25rem;
  font-weight: 700;
  color: #773030;
  padding-top: 1.25rem;
}
.followOfficialAccout .qrCode {
  padding-top: 0.8125rem;
  width: 10.75rem;
  height: 10.6875rem;
}
.followOfficialAccout .name2 {
  width: 11.3125rem;
  height: 4.3125rem;
  background-image: url('../static/imgs/pcicon2.png');
  background-size: 100% 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #831c1c;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.followOfficialAccout .subTitle {
  font-size: 0.875rem;
  font-weight: 400;
  color: #65443e;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.followOfficialAccout .divisionLine {
  width: 10.625rem;
  height: 0.0625rem;
  background: #c6a979;
  margin-bottom: 0.25rem;
}
.followOfficialAccout .info {
  width: 10.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #b82323;
  padding-top: 1rem;
}
.followOfficialAccout .arrow_up {
  position: absolute;
  width: 4.8125rem;
  height: 3.0625rem;
  background-image: url('../static/imgs/arrow_up.png');
  background-size: 100% 100%;
  bottom: 0.3125rem;
  left: 50%;
  transform: translate(-50%, 100%);
  cursor: pointer;
}
.gonggao {
  display: block;
  margin-top: 9rem;
  height: 13.75rem;
  position: relative;
  z-index: 10;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
}
.gonggao:hover .info {
  bottom: 0;
}
.gonggao .ggimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.gonggao .info {
  width: 100%;
  height: 2.75rem;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: -2.75rem;
  left: 0;
  display: flex;
  padding: 0 1.25rem;
  align-items: center;
  z-index: 10;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s;
}
.gameList {
  padding-bottom: 1.875rem;
  margin-top: -1.5rem;
  /* 标题 */
  /* 风格1：旗舰版本 */
  /* 风格2：精品版本 */
  /* 风格3：热门版本 */
  /* 风格4：畅玩版本 */
  /* 占位元素 */
}
.gameList .title {
  margin-top: 2.9375rem;
  display: flex;
  align-items: center;
}
.gameList .title .icon {
  width: 0.25rem;
  height: 1.625rem;
  background: #ed3141;
  border-radius: 0.125rem;
  margin-right: 1.25rem;
  margin-top: 0.25rem;
}
.gameList .title .title1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-right: 1rem;
  /* 将背景裁剪到文本内容的形状 */
  background-clip: text;
  -webkit-background-clip: text;
  /* 使文本颜色透明，以显示背景渐变效果 */
  color: transparent;
  /* 创建一个 45 度线性渐变背景，包含三个颜色停止点 */
  background-image: -webkit-linear-gradient(0deg, #ffda70, #fffde6);
  background-image: linear-gradient(0deg, #ffda70, #fffde6);
}
.gameList .title .title2 {
  font-size: 1.625rem;
  font-weight: 400;
  color: #fef2d0;
  display: flex;
  align-items: center;
}
.gameList .title .title2 .tig {
  display: inline-block;
  padding: 0 0.125rem;
  font-size: 2.25rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #f7c94a;
}
.gameList .custom1 {
  display: none;
}
.gameList .custom1 .style1 {
  margin-top: 1.75rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.3938rem;
}
.gameList .custom1 .style1 .figure {
  width: 20.0625rem;
  height: 22.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.gameList .custom1 .style1 .figure .top {
  position: relative;
  width: 100%;
  height: 12.5rem;
}
.gameList .custom1 .style1 .figure .top .gamerCover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gameList .custom1 .style1 .figure .top .rightTopIcon {
  position: absolute;
  z-index: 999;
  width: 3.375rem;
  height: 3.375rem;
  top: 0;
  right: 0;
}
.gameList .custom1 .style1 .figure .top .rightTopIcon img {
  width: 100%;
  height: 100%;
}
.gameList .custom1 .style1 .figure .top .new {
  display: none;
}
.gameList .custom1 .style1 .figure .top .hot {
  display: none;
}
.gameList .custom1 .style1 .figure .top .rightTopIcon2 {
  width: 5rem;
  height: 1.4375rem;
  color: #fff;
  background-color: #ff3e2f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  transform: rotate(45deg);
  position: absolute;
  top: 0.5rem;
  right: -1.25rem;
}
.gameList .custom1 .style1 .figure .top .rightTopIcon2 .customText {
  width: 2.5rem;
  text-align: center;
  /* 用省略号代替被删除的内容 */
  text-overflow: ellipsis;
  /* 容器是有宽度的，超出后隐藏 */
  overflow: hidden;
  /* 规定段落中的文字不进行换行 */
  white-space: nowrap;
}
.gameList .custom1 .style1 .figure .bottom {
  width: 100%;
  height: 9.75rem;
  background: #fce4a9;
  padding: 1.4375rem 1.125rem 1rem;
  /* 简介 */
}
.gameList .custom1 .style1 .figure .bottom .info1 {
  display: flex;
  justify-content: space-between;
}
.gameList .custom1 .style1 .figure .bottom .info1 .info1Title {
  font-size: 1.125rem;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
}
.gameList .custom1 .style1 .figure .bottom .info1 .infoTig {
  font-size: 1rem;
  color: #e25c55;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.gameList .custom1 .style1 .figure .bottom .divisionLine {
  width: 2.8125rem;
  height: 0.1875rem;
  background: #fe2515;
  margin-top: 0.5rem;
}
.gameList .custom1 .style1 .figure .bottom .info2 {
  margin-top: 0.875rem;
  font-size: 1rem;
  font-weight: 400;
  color: #b75027;
  /* 用省略号代替被删除的内容 */
  text-overflow: ellipsis;
  /* 容器是有宽度的，超出后隐藏 */
  overflow: hidden;
  /* 规定段落中的文字不进行换行 */
  white-space: nowrap;
}
.gameList .custom1 .style1 .figure .bottom .info3 {
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
}
.gameList .custom1 .style1 .figure .bottom .info3 .buttonModal {
  width: 5.5rem;
  height: 2.0625rem;
  background: #f8cb90;
  border: 0.0625rem solid #d6894c;
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #b67042;
}
.gameList .custom1 .style1 .figure .bottom .info3 .buttonModal:hover {
  background: #ffc67c;
  border: 0.0625rem solid #d6894c;
}
.gameList .custom2 {
  display: none;
}
.gameList .custom2 .style2 {
  margin-top: 1.75rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.3938rem;
}
.gameList .custom2 .style2 .figure {
  width: 20.0625rem;
  height: 15.5625rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fce4a9;
}
.gameList .custom2 .style2 .figure:hover .icon2 {
  left: -100% !important;
}
.gameList .custom2 .style2 .figure:hover .topTitle {
  top: 2.5rem !important;
}
.gameList .custom2 .style2 .figure:hover .topTig {
  top: 4.5rem !important;
}
.gameList .custom2 .style2 .figure:hover .gamerCover {
  transform: scale(1.05);
}
.gameList .custom2 .style2 .figure .top {
  width: 100%;
  height: 11.25rem;
  position: relative;
  overflow: hidden;
}
.gameList .custom2 .style2 .figure .top:hover .info1 {
  bottom: 0 !important;
}
.gameList .custom2 .style2 .figure .top .gamerCover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.gameList .custom2 .style2 .figure .top .topTitle {
  font-size: 1.125rem;
  color: #444;
  font-weight: 400;
  position: absolute;
  left: 0.875rem;
  top: 1rem;
  transition: all 0.5s;
}
.gameList .custom2 .style2 .figure .top .topTig {
  font-size: 1rem;
  color: #999;
  position: absolute;
  left: 0.875rem;
  top: 3rem;
  transition: all 0.5s;
}
.gameList .custom2 .style2 .figure .top .icon1 {
  position: absolute;
  width: 2.75rem;
  height: 1.5625rem;
  top: 50%;
  left: 0.875rem;
  transform: translateY(-50%);
  display: none;
}
.gameList .custom2 .style2 .figure .top .icon1 img {
  width: 100%;
  height: 100%;
}
.gameList .custom2 .style2 .figure .top .icon2 {
  position: absolute;
  max-width: 4rem;
  height: 1.25rem;
  top: 50%;
  left: 0.875rem;
  transform: translateY(-50%);
  color: #fff;
  background-color: #ff3e2f;
  border-radius: 0.3125rem;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  padding: 0 0.3125rem;
  transition: all 0.7s;
}
.gameList .custom2 .style2 .figure .top .icon2::before {
  position: absolute;
  bottom: -0.375rem;
  left: 0.3125rem;
  content: '';
  border-top: 0.5625rem solid #ff3e2f;
  border-left: 0.375rem solid transparent;
  border-bottom: 0rem solid transparent;
  border-right: 0.375rem solid transparent;
}
.gameList .custom2 .style2 .figure .top .icon2 .customText {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.gameList .custom2 .style2 .figure .top .info1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3.875rem;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding-top: 0.5rem;
  padding-left: 1rem;
  bottom: -3.875rem;
  transition: all 0.5s;
}
.gameList .custom2 .style2 .figure .bottom {
  height: 4.3125rem;
  padding: 0 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gameList .custom2 .style2 .figure .bottom .buttonModal {
  width: 5.5rem;
  height: 2.0625rem;
  background: #f8cb90;
  border: 0.0625rem solid #d6894c;
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #b67042;
}
.gameList .custom2 .style2 .figure .bottom .buttonModal:hover {
  background: #ffc67c;
  border: 0.0625rem solid #d6894c;
}
.gameList .custom3 {
  display: none;
}
.gameList .custom3 .style3 {
  margin-top: 1.75rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.3938rem;
}
.gameList .custom3 .style3 .figure {
  width: 20.0625rem;
  height: 8.625rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fce4a9;
  padding: 1.125rem 0.5625rem 1.125rem 1.125rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  /* 左侧 */
  /* 右侧 */
  /* 右上角的 icon、new 或者 hot */
}
.gameList .custom3 .style3 .figure .left {
  width: 6.25rem;
  height: 6.25rem;
}
.gameList .custom3 .style3 .figure .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.375rem;
}
.gameList .custom3 .style3 .figure .right {
  width: 11.375rem;
  height: 6.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gameList .custom3 .style3 .figure .right .info1 {
  display: flex;
  align-items: flex-end;
}
.gameList .custom3 .style3 .figure .right .info1 .title1 {
  width: 95%;
  font-size: 1.25rem;
  color: #333;
  /* 用省略号代替被删除的内容 */
  text-overflow: ellipsis;
  /* 容器是有宽度的，超出后隐藏 */
  overflow: hidden;
  /* 规定段落中的文字不进行换行 */
  white-space: nowrap;
}
.gameList .custom3 .style3 .figure .right .info1 .title2 {
  font-size: 1rem;
  color: #e25c55;
  margin-left: 0.625rem;
  display: none;
}
.gameList .custom3 .style3 .figure .right .info2 {
  font-size: 1rem;
  color: #b75027;
  /* 用省略号代替被删除的内容 */
  text-overflow: ellipsis;
  /* 容器是有宽度的，超出后隐藏 */
  overflow: hidden;
  /* 规定段落中的文字不进行换行 */
  white-space: nowrap;
}
.gameList .custom3 .style3 .figure .right .info3 {
  display: flex;
  justify-content: space-between;
}
.gameList .custom3 .style3 .figure .right .info3 .buttonModal {
  width: 5.5rem;
  height: 2.0625rem;
  background: #f8cb90;
  border: 0.0625rem solid #d6894c;
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #b67042;
}
.gameList .custom3 .style3 .figure .right .info3 .buttonModal:hover {
  background: #ffc67c;
  border: 0.0625rem solid #d6894c;
}
.gameList .custom3 .style3 .figure .rightTopIcon {
  position: absolute;
  z-index: 999;
  width: 3.375rem;
  height: 3.375rem;
  top: 0;
  right: 0;
}
.gameList .custom3 .style3 .figure .rightTopIcon img {
  width: 100%;
  height: 100%;
}
.gameList .custom3 .style3 .figure .new {
  display: none;
}
.gameList .custom3 .style3 .figure .hot {
  display: none;
}
.gameList .custom3 .style3 .figure .rightTopIcon2 {
  width: 5rem;
  height: 1.4375rem;
  color: #fff;
  background-color: #ff3e2f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  transform: rotate(45deg);
  position: absolute;
  top: 0.5rem;
  right: -1.25rem;
}
.gameList .custom3 .style3 .figure .rightTopIcon2 .customText {
  width: 2.5rem;
  text-align: center;
  /* 用省略号代替被删除的内容 */
  text-overflow: ellipsis;
  /* 容器是有宽度的，超出后隐藏 */
  overflow: hidden;
  /* 规定段落中的文字不进行换行 */
  white-space: nowrap;
}
.gameList .custom4 {
  display: none;
}
.gameList .custom4 .style4 {
  margin-top: 1.75rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.375rem;
  overflow: hidden;
}
.gameList .custom4 .style4 .figure {
  width: 21.1094rem;
  height: 7rem;
  background-color: #fce4a9;
  border-right: 0.0625rem solid #e7b874;
  position: relative;
  overflow: hidden;
}
.gameList .custom4 .style4 .figure .contentBox {
  height: 100%;
  margin: 0 1.5625rem;
  border-top: 0.0625rem solid #e7b874;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gameList .custom4 .style4 .figure .contentBox .left {
  width: 3.5625rem;
  height: 3.5625rem;
  border-radius: 50%;
}
.gameList .custom4 .style4 .figure .contentBox .left img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.gameList .custom4 .style4 .figure .contentBox .right {
  width: 13.75rem;
  height: 3.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gameList .custom4 .style4 .figure .contentBox .right .info1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gameList .custom4 .style4 .figure .contentBox .right .info1 .info1-1 {
  display: flex;
  align-items: center;
}
.gameList .custom4 .style4 .figure .contentBox .right .info1 .info1-1 .title1 {
  font-size: 1.125rem;
  color: #333333;
  margin-right: 0.6875rem;
  width: 8.25rem;
  /* 用省略号代替被删除的内容 */
  text-overflow: ellipsis;
  /* 容器是有宽度的，超出后隐藏 */
  overflow: hidden;
  /* 规定段落中的文字不进行换行 */
  white-space: nowrap;
}
.gameList .custom4 .style4 .figure .contentBox .right .info1 .info1-1 .title2 {
  font-size: 0.875rem;
  color: #e25c55;
  display: none;
}
.gameList .custom4 .style4 .figure .contentBox .right .info1 .info1-2 {
  display: flex;
  position: relative;
  z-index: 1000;
}
.gameList .custom4 .style4 .figure .contentBox .right .info1 .info1-2 .icon {
  width: 2.5rem;
  height: 1.875rem;
  background: #f8cb90;
  border: 0.0625rem solid #d6894c;
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.375rem;
}
.gameList .custom4 .style4 .figure .contentBox .right .info1 .info1-2 .icon:hover {
  background: #ffc67c;
  border: 0.0625rem solid #d6894c;
}
.gameList .custom4 .style4 .figure .contentBox .right .info1 .info1-2 .icon img {
  width: 1.0625rem;
  height: 1rem;
}
.gameList .custom4 .style4 .figure .contentBox .right .info2 {
  font-size: 0.875rem;
  color: #b75027;
  /* 用省略号代替被删除的内容 */
  text-overflow: ellipsis;
  /* 容器是有宽度的，超出后隐藏 */
  overflow: hidden;
  /* 规定段落中的文字不进行换行 */
  white-space: nowrap;
}
.gameList .custom4 .style4 .figure:nth-child(-n + 4) .contentBox {
  height: 100%;
  margin: 0 1.5625rem;
  border-top: 0;
}
.gameList .custom4 .style4 .figure:nth-child(4n) {
  border-right: 0;
}
.gameList .custom4 .style4 .figure:nth-child(4n) .contentBox {
  border-right: 0;
}
.gameList .custom4 .style4 .figure .rightTopIcon {
  position: absolute;
  z-index: 999;
  width: 3.375rem;
  height: 3.375rem;
  top: 0;
  right: 0;
}
.gameList .custom4 .style4 .figure .rightTopIcon img {
  width: 100%;
  height: 100%;
}
.gameList .custom4 .style4 .figure .new {
  display: none;
}
.gameList .custom4 .style4 .figure .hot {
  display: none;
}
.gameList .custom4 .style4 .figure .rightTopIcon2 {
  width: 5rem;
  height: 1.4375rem;
  color: #fff;
  background-color: #ff3e2f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  transform: rotate(45deg);
  position: absolute;
  z-index: 9999;
  top: 0.5rem;
  right: -1.25rem;
}
.gameList .custom4 .style4 .figure .rightTopIcon2 .customText {
  width: 2.5rem;
  text-align: center;
  /* 用省略号代替被删除的内容 */
  text-overflow: ellipsis;
  /* 容器是有宽度的，超出后隐藏 */
  overflow: hidden;
  /* 规定段落中的文字不进行换行 */
  white-space: nowrap;
}
.gameList .vjwz2 {
  height: 10.625rem;
}
.footer {
  width: 100%;
  height: 9.8125rem;
  margin: 0 auto;
  background: #171616;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
  color: #8b6c4e;
}
.footer .footercenter {
  min-width: 53.125rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footercenter img {
  width: 11.5625rem;
}
.footer .footercenter .divider {
  height: 5rem;
  border-left: 0.0625rem solid #071323;
  border-right: 0.0625rem solid #322e22;
  margin: 0 1.25rem;
}
.footer .footercenter .illustrate {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.loadingPage {
  width: auto;
  height: 100vh;
  background-color: #3f130e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.noLoading {
  display: none;
}
.pop-up-notifications {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.pop-up-notifications .pop-up1 {
  position: fixed;
  width: 40.9375rem;
  height: 24.1875rem;
  border-radius: 0.25rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pop-up-notifications .pop-up1 .c-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.pop-up-notifications .pop-up1 .c-contents {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pop-up-notifications .pop-up1 .c-contents .info-lists {
  width: 33rem;
  word-break: break-all;
  margin-top: 5.5rem;
  display: flex;
  flex-direction: column;
  /* gap: 0.375rem; */
  font-size: 1rem;
  color: #604422;
}
.pop-up-notifications .pop-up1 .c-contents .info-lists .item {
  display: flex;
  align-items: center;
}
.pop-up-notifications .pop-up1 .c-contents .info-lists .item .icon4 {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../static/imgs/icon4.png');
  background-size: 100% 100%;
  font-size: 1rem;
  font-weight: 700;
  color: #815623;
}
.pop-up-notifications .pop-up1 .c-contents .info-lists .item .tip {
  font-size: 1rem;
  font-weight: 400;
  color: #604422;
}
.pop-up-notifications .pop-up1 .c-contents .participate-activities-btn {
  width: 13.8125rem;
  height: 4.1875rem;
  background-image: url('../static/imgs/button.png');
  background-size: 100% 100%;
  position: absolute;
  bottom: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffe765;
  cursor: pointer;
}
.pop-up-notifications .pop-up1 .close-btn {
  position: absolute;
  bottom: -3.4375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.0625rem;
  height: 2.0625rem;
  background-image: url('../static/imgs/icon3.png');
  background-size: 100% 100%;
  cursor: pointer;
}
