html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #1c2939;
  color: #dcdedf;
  font-family: Poppins, sans-serif;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; /* 垂直方向排列 */
}

input[type=radio] {
  padding: 0;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header {
  height: 104px;
  flex-shrink: 0; /* 防止 header 被压缩 */
}

.main {
  flex-grow: 1; /* 占据剩余空间 */
  display: flex;
  justify-content: center;
  background-image: url("/pic/bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
}

.footer {
  flex-shrink: 0; /* 防止 footer 被压缩 */
}

a {
  color: #dcdedf;
  transition: all .3s;
  text-decoration: none;
}

.nowrap {
  white-space: nowrap;
}

.pager {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.pager a {
  margin: 0 5px;
}

.pager span {
  margin-left: 20px;
}

.search-area {
  height: 60px;
  flex-shrink: 0; /* 防止 header 被压缩 */
  background-color: #2681da;
  display: flex;
  justify-content: center;
}

.search-area .search-box {
  width: 1100px;
  min-width: 1100px;
  max-width: 1100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.search-area .search-box input {
  padding: 5px 14px;
  padding-right: 40px;
  height: 30px;
  border-radius: 6px;
  color: #dddddd;
  font-size: 14px;
  margin-top: 1px;
  font-weight: 300;
  background-color: #316282;;
  width: 280px;
  border: 1px solid transparent;
}

.search-area .search-box .search-btn {
  position: absolute;
  top: 17px;
  right: 10px;
}

.search-area .search-box:hover input {
  border: 1px solid #4c9acc;
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.0);
}

.search-area .search-box input::placeholder {
  color: #dddddd;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.main-box {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.main2 {
  width: 1100px;
  min-width: 1100px;
  max-width: 1100px;
  padding-bottom: 60px;
}

.main2.max {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.header {
  background: #171d25;

  font-weight: normal;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

.header .content {
  width: 1100px;
  min-width: 1100px;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu {
  display: flex;
  align-items: center;
}

.menu .nav {
  font-size: 16px;
  font-weight: 600;
}

.menu .nav a {
  margin: 0 7px;
  padding-bottom: 2px;
  border-bottom: 4px solid transparent;
  position: relative;
}

.menu .nav a i {
  position: absolute;
  font-size: 9px;
  line-height: 9px;
  display: inline-flex;
  vertical-align: super;
  padding: 2px 4px;
  margin-left: 3px;
  background: #f70f5d;;
  font-weight: 400;
  color: #dddddd;
  border-radius: 6px;
}

.menu .nav a.active {
  color: #1a9fff;
  border-bottom: 3px solid #1a9fff;
}

.menu a.logo {
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 40px;
}

.menu a.logo .sitename {
  position: relative;
}

.menu a.logo .sitename .base {
  font-size: 20px;
  font-weight: bold;
}

.menu a.logo .sitename .sub {
  font-size: 12px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #8F98A0;
}

.menu .logo img {
  height: 45px;
  margin-right: 10px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.user {
  font-size: 16px;
  font-weight: 600;
}

.user .user-info {
  display: flex;
  align-items: center;
}

.user .user-info a {
  display: flex;
  align-items: center;
  color: #b8b6b4;
  margin-left: 10px;
  position: relative;
}

.user .user-info .username {
  position: relative;
}

.user .user-info .username.vip {
  margin-right: 24px;
}

.user .user-info a:hover {
  color: #ffffff;
}

.user .user-info .username .vip {
  position: absolute;
  top: 0px;
  right: -27px;
  display: block;
  height: 14px;
}

.user .login {
  display: flex;
  align-items: center;
}

.user a svg {
  margin-right: 4px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.login-box {
  max-width: 420px;
  padding: 15px;
  padding-bottom: 60px;
  margin: auto;
  margin-top: 100px;
}

.login-box .alert {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  text-align: center;
}

.footer {
  background-color: #171a21;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding: 20px;
  color: #8F98A0;
}

.stdmsg {
  width: 100%;
  max-width: 1000px;
  padding: 15px;
  margin: auto;
  margin-top: 50px;
}

.qrcode {
  margin: 20px;
}

.alipay {
  color: #108ee9;
  font-weight: bold;
}

.qrcode-box {
  margin-top: 10px;
  display: inline-block;
  padding: 15px;
  background-color: #eee;
}

.qrcode #qrcode img {
  display: inline-block;
  font-size: 0;
}

.table td, .table th {
  border: none;
}

.nav-tabs {
  /*border: 1px solid $ border-color;*/

  .nav-link {
    /*background: $ nav-tabs-link-bg;*/
    /*color: $ nav-tabs-link-color;*/
    border-radius: 0;
    border: 1px solid $ border-color;
    padding: 1rem 1.5rem .2rem 1.5rem;
    @media (max-width: 767px) {
      padding: 1rem .5rem .2rem .5rem;
    }
  }

  .nav-item {
    .nav-link {
      border: 0;
      background: transparent;

      &.active {
        border: 0;
        border-bottom: 3px solid #5646ff;
        color: theme-color(primary);
      }
    }
  }
}

.images_list {
  display: flex;
  flex-wrap: wrap
}

.images_list .images_box {
  width: 15%;
  margin: 10px;
  position: relative;
}

.images_list .images_box .box {
  height: 130px;
}

.images_list .images_box .box .img {
  height: 130px;
  overflow: hidden; /* 隐藏超出部分 */
  position: relative;
}

.images_list .images_box .box .img .image_check {
  position: absolute;
  top: 5px;
  right: 5px;
}

.images_list .images_box .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 裁剪图片以填充容器 */
  object-position: center; /* 居中显示图片 */
  cursor: pointer;
}

.product-block .product-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.product-block .product-item {
  width: 183px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.product-block .product-item .produce {
  color: #7a7a7a;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 显示的行数为1 */
  -webkit-box-orient: vertical;
}

.product-block .product-item .cover-box {
  display: block;
  overflow: hidden;
  width: 183px;
  height: 183px;
}


.product-block .product-item:nth-child(6n) {
  margin-right: 0;
}

.product-block .product-item .title {
  font-size: 0.9rem;
}

.product-block .product-item .img-thumbnail {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  object-fit: contain;
}

.price-wrapper {
  margin-top: 2px;
}

.price-unit {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: -1px;
  margin-right: 2px;
}

.price-value {
  font-size: 20px;
  line-height: 22px;
}

.price-unit, .price-value {
  color: #ff5000;
  font-family: AlibabaSans102v1TaoBao-Bold, sans-serif;
  font-weight: 700;
}

.month-sale {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: -1px;
  margin-left: 8px;
}

.product-block {
  margin-bottom: 40px;
}

.detail-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.detail-container .details {
  width: 100%;
  padding-right: 60px;
}

.detail-container .recommended {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
}

.detail-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 380px;
}

.detail-box .cover {
  /*width: 380px;*/
  /*min-width: 380px;*/
  max-width: 440px;
  height: 380px;
  min-height: 380px;
  max-height: 380px;
}

.detail-box .subtitle {
  color: #7a7a7a;
}

.detail-box .info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 5px 0;
  padding-left: 20px;
}

.detail-box .info .price-wrapper {
  margin-top: 20px;
}

.detail-box .info .prop {
  line-height: 30px;
}

.detail-box .info .price-wrapper .price-value {
  font-size: 28px;
}

.detail-box .prop .pkey {
  color: #7c889c;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
  width: 70px;
  text-align: right;
}

.detail-box .prop .pvalue {
  color: #11192d;
  font-size: 14px;
}

.desc-box {
  margin: 40px 0;
}

.recommended-list {

}

.recommended-list .product-item {
  margin-bottom: 20px;
}

.recommended-list .product-item .cover-box {
  display: block;
  overflow: hidden;
  width: 250px;
  height: 250px;
}

.recommended-list .product-item .price-wrapper {
  margin: 2px 0;
}

.recommended-list .product-item .price-wrapper .price-unit {
  font-size: 12px;
  margin-bottom: -1px;
  margin-right: 2px;
}

.recommended-list .product-item .price-wrapper .price-value {
  font-size: 14px;
}

.recommended-list .product-item .title {
  font-size: 0.8rem;
}

.recommended-list .product-item .img-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.description img {
  width: 800px;
  min-width: 800px;
  max-width: 800px;
}

a.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 5px 20px;
  background: linear-gradient(to right, #47bfff 0%, #1a44c2 60%);
  background-position: 0%;
  background-size: 330% 100%;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  box-sizing: border-box;
}

a.btn:hover {
  background: linear-gradient(to right, #47bfff 0%, #1a44c2 60%);
  background-position: 25%;
  background-size: 330% 100%;
  color: #fff;
}

a.btn.max {
  width: 100%;
}

a.btn.big {
  padding: 10px;
}

a.btn.price {
  background: linear-gradient(to bottom, rgba(102, 192, 244, 0.2) 5%, rgba(47, 137, 188, 0.2) 95%);
}

a.btn.price:hover {
  background: linear-gradient(to bottom, rgba(102, 192, 244, 1) 5%, rgba(47, 137, 188, 1) 95%);
}

a.btn.price .alipay {
  height: 21px;
  margin-right: 5px;
}

a.btn.price span {
  margin: 0 2px;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
}

.login-title {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #666;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 4px;
}

.login-title .login-txt {
  margin-left: 10px;
  font-size: 12px;
  margin-bottom: 5px;
  color: #999;
}

input[type=text], input[type=password], textarea {
  border-radius: 2px;
  padding: 10px;
  outline: none;
  font-size: 15px;
  grid-area: input;
  border: 1px solid #32353c;
  margin: 4px 0;
}

.form-item {
  margin-bottom: 10px;
}

.form-item .label {
  color: #afafaf;
  font-size: 12px;
}

.login-btn {
  margin-top: 20px;
}

.resetpwd {
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
  text-decoration: underline;
}

.msg-box {
  margin: 0 auto;
  margin-top: 100px;
  width: 80%;
}

.msg-box .msg-title {
  font-size: 40px;
  font-weight: bold;
}

.msg-box .msg-content {
  margin-top: 10px;
  background-color: #181a21;
  border-radius: 4px;
  padding: 24px 32px;
  color: #8F98A0;
}

.msg-box .msg-content .backurl {
  text-align: right;
}

.load-more {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#80000000', GradientType=1);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  border-radius: 6px;
}

.main-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 0;
}

.main-container .tag-list {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#80000000', GradientType=1);
  padding: 16px;
  margin-top: 0;
  border-radius: 6px;
}

.main-container .main-block .cat-title {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#80000000', GradientType=1);
  padding: 16px;
  border-radius: 6px;
  font-size: 26px;
  font-weight: 700;
}

.main-container .main-block .game-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* 设置元素之间的间距 */
}

.main-container .main-block .game-list .game-item {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#80000000', GradientType=1);
  padding: 16px;
  border-radius: 6px;
  font-size: 26px;
  font-weight: 700;
  flex: 0 0 calc(33.333% - (20px / 3)); /* 每行3个元素，精确计算宽度 */
  box-sizing: border-box;
  height: 285px;
  min-height: 285px;
  max-height: 285px;
  overflow: hidden;
}

.main-container .main-block .game-list .game-item .cover {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}

.main-container .main-block .game-list .game-item .cover .collection {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  padding: 2px 4px;
  font-weight: normal;
}

.main-container .main-block .game-list .game-item .cover:hover img {
  transform: scale(1.1) perspective(1000px);
  filter: saturate(150%);
}

.main-container .main-block .game-list .game-item .cover img {
  vertical-align: middle;
  transition: 0.5s;
  border-radius: 6px;
  height: auto;
  max-width: 100%;
}

.main-container .main-block .game-list .game-item .game-title {
  font-size: 15px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  height: 46px;
}

.main-container .main-block .game-list .game-item .game-descr {
  font-size: 14px;
  font-weight: 400;
  color: #8f8f8f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.main-container .tag-list .tag-title {
  display: flex;
  align-items: center;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #2d2d2d;
}

.main-container .tag-list .tag-title span {
  margin-left: 5px;
}

.main-container .tag-list .tag-list-all ul li {
  align-items: center;
  display: flex;
  position: relative;
  padding: 2px 0;
}

.main-container .tag-list .tag-list-all ul li::before {
  content: ">";
  display: inline-block;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
}

.main-container .tag-list .tag-list-all ul li a {
  font-weight: 700;
  font-size: 15px;
  transition: margin-left 0.3s;
  display: flex;
  align-items: center;
  width: 100%;
}

.main-container .tag-list .tag-list-all ul li a:hover {
  color: #00b38f;
  margin-left: 10px;
}

.main-container .tag-list .tag-list-all ul li a .num {
  font-size: 12px;
  color: #00b38f;
  margin-left: 5px;
}

.main-container .main-block {
  width: 100%;
  margin-left: 20px;
}

.main-container .main-block .cover-list {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#80000000', GradientType=1);
  padding: 10px;
  margin-top: 0;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* 设置元素之间的间距 */
}

.main-container .main-block .cover-list .cover-item {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  flex: 0 0 calc(20% - 8px); /* 每个元素占20%的宽度，减去间距 */
  box-sizing: border-box;
  position: relative;
}

.main-container .main-block .cover-list .cover-item .collection {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  padding: 2px 4px;
  font-weight: normal;
}

.main-container .main-block .cover-list .cover-item:hover img {
  transform: scale(1.1) perspective(1000px);
  filter: saturate(150%);
}

.main-container .main-block .cover-list .cover-item img {
  vertical-align: middle;
  transition: 0.5s;
  border-radius: 6px;
  height: auto;
  max-width: 100%;
}

.main-container .main-block .game-block {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#80000000', GradientType=1);
  padding: 20px;
  border-radius: 6px;
  margin: 10px 0;
}

.flex {
  display: flex;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}


.main-container .main-block .game-block .game-box .pub-time {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #dddddd;
}

.main-container .main-block .game-block .game-box .pub-time span {
  margin-left: 5px;
}

.main-container .main-block .game-block .game-box .game-cover {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.main-container .main-block .game-block .game-box .game-cover .cover {
  position: relative;
}

.main-container .main-block .game-block .game-box .game-cover .cover .collection {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  padding: 2px 4px;
  font-weight: normal;
}

.main-container .main-block .game-block .game-box .game-cover a {
  overflow: hidden;
  width: 460px;
  display: block;
  border-radius: 6px;
}

.main-container .main-block .game-block .game-box .game-cover a:hover img {
  transform: scale(1.1) perspective(1000px);
  filter: saturate(150%);
}

.main-container .main-block .game-block .game-box .game-cover a img {
  vertical-align: middle;
  transition: 0.5s;
  border-radius: 6px;
  height: auto;
  max-width: 100%;
}

.main-container .main-block .game-block .game-box .game-title {
  font-size: 18px;
  text-align: center;
}

.main-container .main-block .game-block .game-box .game-desc {
  color: #acb2b8;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
}

.game-tag-list {
  font-size: 11px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.game-tag-list2 {
  margin-top: 10px;
  font-size: 11px;
  height: 20px;
  overflow: hidden;
}

.game-tag-list2 .game-tag {
  display: inline-block;
  line-height: 19px;
  padding: 0 7px;
  color: #67c1f5;
  background-color: rgba(103, 193, 245, 0.2);
  box-shadow: none;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 2px;
  cursor: pointer;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: none;
  float: left;
}

.game-tag-list2 .game-tag:hover {
  transition: none;
  text-decoration: none;
  color: #ffffff;
  background: #67c1f5;
  background: -moz-linear-gradient(-60deg, #67c1f5 0%, #417a9b 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #67c1f5), color-stop(100%, #417a9b));
  background: -webkit-linear-gradient(-60deg, #67c1f5 0%, #417a9b 100%);
  background: -o-linear-gradient(-60deg, #67c1f5 0%, #417a9b 100%);
  background: -ms-linear-gradient(-60deg, #67c1f5 0%, #417a9b 100%);
  background: linear-gradient(135deg, #67c1f5 0%, #417a9b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c1f5', endColorstr='#417a9b', GradientType=1);
}

.game-tag-list .game-tag {
  display: inline-block;
  line-height: 19px;
  padding: 0 7px;
  color: #67c1f5;
  background-color: rgba(103, 193, 245, 0.2);
  box-shadow: none;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 2px;
  cursor: pointer;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: none;
}

.game-tag-list .game-tag:hover {
  transition: none;
  text-decoration: none;
  color: #ffffff;
  background: #67c1f5;
  background: -moz-linear-gradient(-60deg, #67c1f5 0%, #417a9b 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #67c1f5), color-stop(100%, #417a9b));
  background: -webkit-linear-gradient(-60deg, #67c1f5 0%, #417a9b 100%);
  background: -o-linear-gradient(-60deg, #67c1f5 0%, #417a9b 100%);
  background: -ms-linear-gradient(-60deg, #67c1f5 0%, #417a9b 100%);
  background: linear-gradient(135deg, #67c1f5 0%, #417a9b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c1f5', endColorstr='#417a9b', GradientType=1);
}

.detail-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
}

.detail-container .detail-block {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#80000000', GradientType=1);
  padding: 20px;
  border-radius: 6px;
  margin: 10px 0;
  width: 100%;
  margin-right: 10px;
}

.detail-container .detail-block .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.detail-container .detail-block .title .about {
  font-size: 18px;
  font-weight: 700;
}

.detail-container .detail-block .title .pub-time {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #556772;
}

.detail-container .detail-block .title .pub-time span {
  margin-left: 5px;
}

.detail-container .detail-block .description .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #555;
}

.detail-container .other-block {
  width: 450px;
}

.detail-container .other-block .item-box {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#80000000', GradientType=1);
  padding: 10px;
  border-radius: 6px;
  margin: 10px 0;
}

.detail-container .other-block .item-box .cover {
  margin-top: 10px;
}

.detail-container .other-block .item-box .cover img {
  display: block;
  width: 100%;
  height: auto;
}

.detail-container .other-block .item-box .attr {
  margin-top: 10px;
}


.detail-container .other-block .item-box .attr .item {
  font-size: 12px;
  display: flex;
}

.detail-container .other-block .item-box .attr .item span:first-child {
  color: #556772;
  font-weight: normal;
  margin-right: 5px;
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  text-align: right;
}

.detail-container .other-block .item-box .attr .item span:last-child {
  color: #8f98a0;
  font-weight: 400;
}

.detail-container .other-block .item-box .item-title {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #2d2d2d;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.detail-container .other-block .item-box .item-title span {
  margin-left: 5px;
}

.detail-container .other-block .item-box .common-list .common-item {
  margin-bottom: 15px;
}

.detail-container .other-block .item-box .common-list .common-item .common-title {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  fill: currentColor;
  color: #00b38f;;
}

.detail-container .other-block .item-box .common-list .common-item .common-title:hover {
  color: #fff;
}

.detail-container .other-block .item-box .common-list .common-item .common-title span {
  margin-left: 5px;
}

.detail-container .other-block .item-box .common-list .common-item .common-desc {
  font-size: 13px;
  line-height: 18px;
  padding-top: 5px;
}

.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 20px;
  background: radial-gradient(circle at top left, rgba(74, 81, 92, 0.4) 0%, rgba(75, 81, 92, 0) 60%), #25282e;
}

.dialog .dialog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dotted #555;
}

.dialog .dialog-title .txt {
  font-size: 24px;
  font-weight: 700;
}

.dialog .dialog-title .close-btn {
  font-size: 14px;
}

.dialog .download-box {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 400px;
}

.dialog .download-box .download-content-list {
  display: flex;
  align-items: flex-start;
}

.dialog .download-box .download-content-list .download-content {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#80000000', GradientType=1);
  padding: 20px;
  margin: 0 10px;
}

.dialog .download-box .download-content-list .download-content .title {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #555;
}

.dialog .download-box .download-content-list .download-content .download-descr .txt {
  font-weight: 700;
  padding: 10px 0;
  margin-top: 20px;
  border-top: 1px dashed #555;
}

.dialog .download-box .download-content-list .download-content .download-descr .txt2 {
  white-space: pre-line;
}


.dialog .download-box .download-content-list .download-content .msg, .dialog .download-box .download-links .msg {
  display: none;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

.dialog .download-box .download-content-list .download-content input:hover {
  border: 1px solid #4c9acc;
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.0);
}

.dialog .download-box .download-content-list .download-content input {
  padding: 5px 14px;
  height: 30px;
  border-radius: 6px;
  color: #dddddd;
  font-size: 14px;
  margin-top: 1px;
  font-weight: 300;
  background-color: #316282;
  width: 280px;
  border: 1px solid transparent;
}

.dialog .download-box .download-content-list .download-content input::placeholder {
  color: #aaa;
}

.dialog .download-box .download-content-list .download-content .download-btn {
  margin: 10px 0;
}

.dialog .download-box .download-content-list .download-content .download-btn.vip {
  width: 260px;
}

.dialog .download-box .download-links {
  display: none;
  width: 100%;
  text-align: left;
}

.dialog .download-box .download-links  .link-list-block .title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}

.dialog .download-box .download-links .game-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.dialog .download-box .download-links .link-list .download-link-content {
  padding: 15px;
  background-color: rgba(0, 0, 0, .25);
  margin-bottom: 10px;
  white-space: nowrap;
}

.dialog .download-box .download-links .descr {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0;
  color: #8F98A0;
}

.main-container .donate {
  width: 100%;
  padding-top: 20px;
}

.main-container .donate .big-txt {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}

.main-container .donate .small-txt {
  font-size: 16px;
  text-align: center;
}

.main-container .donate .donate-list {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* 设置元素之间的间距 */
}

.main-container .donate .donate-list .donate-item {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#80000000', GradientType=1);
  padding: 20px;
  border-radius: 6px;
  flex: 1 1 calc(33.333% - (20px / 3)); /* 每行3个元素，精确计算宽度 */
  box-sizing: border-box;
}

.main-container .donate .donate-list .donate-item .donate-type {
  padding-bottom: 20px;
  border-bottom: 1px dashed #555;
  text-align: center;
}

.main-container .donate .donate-list .donate-item .donate-type .donate-title {
  font-size: 26px;
  font-weight: 700;
  position: relative;
}

.main-container .donate .donate-list .donate-item .donate-type .donate-title i {
  position: absolute;
  font-size: 11px;
  line-height: 9px;
  display: inline-flex;
  vertical-align: super;
  padding: 3px 4px;
  margin-left: 3px;
  background: #f70f5d;
  font-weight: 400;
  color: #dddddd;
  border-radius: 6px;
}

.main-container .donate .donate-list .donate-item .donate-type .donate-subtitle {
  color: #00b38f;
  font-weight: 700;
}

.main-container .donate .donate-list .donate-item .price-block {
  text-align: center;
  padding: 20px 0;
}

.main-container .donate .donate-list .donate-item .price-block span:first-child {
  font-size: 28px;
}

.main-container .donate .donate-list .donate-item .pay-btn .alipay {
  margin-right: 5px;
}

.noresult {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#80000000', GradientType=1);
  padding: 40px;
  border-radius: 6px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.noresult img {
  margin-right: 10px;
}

.pending .result {
  margin-top: 60px;
  text-align: center;
}

.pending .result img {
  height: 100px;
}

.pending .result .descr {
  padding: 20px 0;
  font-size: 26px;
}

.pending .result .btns {
  display: flex;
  justify-content: center;
}

.pending .result .descr2 {
  padding: 20px 0;
  color: #8F98A0;
  font-size: 12px;
}