html {
  font-size: 100px;
}
.logo {
  font-size: 0.16rem;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #107695;
}
.breadcrumb-item {
  color: #61daff !important;
}
.breadcrumb-item a {
  text-decoration: none;
  color: #107695 !important;
}
.breadcrumb-item active,
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item + .breadcrumb-item {
  padding: 0;
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
.breadcrumb-item {
  padding-right: 0.05rem;
}
.container1 {
  width: 80%;
  margin: 0 auto;
  padding: 0 0.15rem;
}
.breadcrumb-item-active {
  color: #007bff;
  font-weight: bold;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #024053;
}
body,
html {
}
.place {
  height: 1.2rem;
}
.gamebuff-header {
  width: 100%;
  height: 1.2rem;
  background-color: #004f67;
  color: white;
  display: flex;
  border-radius: 0 0 10px 10px;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
.logo {
  width: 25%;
}
.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.2rem;
  background-color: #004f67;
  z-index: -1;
}
.logo-style {
  display: flex;
  flex-direction: column;
  height: 0.55rem;
  justify-content: flex-start;
}
.logo-title {
  height: 0.24rem;
  font-weight: bold;
  font-size: 0.24rem;
  color: #ff6c00;
  white-space: nowrap;
}
.logo-des {
  margin-top: 0.08rem;
  height: 0.16rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
}
.right-des ul li {
  font-size: 0.16rem;
  line-height: 0.38rem;
}
.game-cate ul li a  {
  margin-left: 0.05rem;
}
.game-cate ul li span:not(:last-child) {
  color: #2dafd7 !important;
}
.game-cate ul li span a {
  color: #2dafd7 !important;
}
.game-cate ul li span:last-child {
  color: #c9f2ff;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: white;
  background-color: transparent;
  border-color: transparent;
}
.game-cate ul li:nth-of-type(3) span {
  color: #c9f2ff!important;
}
.game-cate ul li:nth-of-type(3) span:nth-of-type(1) {
  color: #2dafd7 !important
}

.cate-bottom {
  display: flex;
}
.right-des {
  margin-left: 0.48rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  width: 0.72rem;
  height: 0.74rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.content {
  margin-top: 0.48rem;
  display: flex;
  justify-content: space-between;
}
.content-left {
  width: 85%;
}
.h1-title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #61daff;
}
.title-line {
  margin-top: 0.16rem;
  width: 100%;
  height: 0.02rem;
  background: linear-gradient(90deg, #107695 0%, rgba(16, 118, 149, 0) 100%);
}
.main-navigation ul {
  width: 7.1rem;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-ul {
  width: auto !important;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-ul li a {
  width: auto !important;
}
.main-navigation li {
  position: relative;
  text-align: center;
}
.main-navigation li a {
  position: relative; /* 为每个列表项内的伪元素定位提供上下文 */
  display: inline-block; /* 将列表项排列在同一行 */
  height: 0.19rem;
  font-weight: 400;
  font-size: 0.2rem;
  text-decoration: none;
  color: #419db9;
}
.engine {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #58cbee;
  padding-left: .29rem;
  padding-right: .29rem;
  border-radius: 4px;
  border: 2px solid #58cbee;
  margin-left: .1rem;
}
.engine:hover,
.engine:hover svg path {
  color: #2DAFD7;
  fill: #2DAFD7;
  border-color: #2DAFD7;
}
.engine-title {
  display: flex;
  margin-top: 0.32rem;
  align-items: center;
}
.left-des img {
  width: 4.6rem;
  height: 2.15rem;
}
.main-navigation ul li::after {
  content: ""; /* 伪元素需要内容，即使它是空的 */
  position: absolute; /* 绝对定位，使其脱离文档流 */
  bottom: -5px; /* 调整下划线相对于列表项的位置 */
  left: 50%; /* 从左侧开始 */
  right: 50%;
  height: 2px; /* 下划线的高度 */
  background-color: #FF6C00; /* 下划线颜色 */
  transition: all 0.3s ease; /* 动画效果 */
}
.main-navigation ul li:hover::after {
  right: 0;
  left: 0;
}
.download-button,
.download-button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.04rem;
  height: 0.56rem;
  border-radius: 10px;
  border: 3px solid #fe7816;
}
.download-button a svg,
.download-button2 a svg {
  width: 0.3rem;
  height: 0.3rem;
}
.download-button .btn:hover svg path,
.download-button2 .btn:hover svg path {
  fill: #ffffff;
}
.download-button:hover,
.download-button2:hover {
  background-color: #fe7816;
}
.buy-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 0.56rem;
  background: linear-gradient(90deg, #f67813 0%, #fcc149 47%, #f5720e 100%);
  border-radius: 10px;
  border: 4px solid #fdf482;
  margin-left: 0.64rem;
}
.buy-button .btn {
  color: #ffffff;
}
.buy-button:hover {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -webkit-tap-highlight-color: transparent;
}
.btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.2rem;
  color: #fe7816;
  text-decoration: none;
  padding: 0;
}
.btn:hover {
  color: #ffffff;
}
.banner {
  margin-bottom: 0.6rem;
  margin-top: 0.16rem;
  justify-content: space-between;
}
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
}
.content-des {
  margin-top: 0.16rem;
  display: flex;
}
.game-des-title,
.hardware-req-title,
.standard-title {
  font-weight: bold;
  font-size: 0.18rem;
  color: #61daff;
}
.game-des-title {
  padding-top: .2rem;
}
.game-des-font {
  display: block;
  margin-top: 0.16rem;
  margin-bottom: .39rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #2dafd7;
}
.req-all {
  margin-top: 0.16rem;
  display: flex;
  line-height: 0.23rem;
}
.req-left li span,
.req-right li span,
.standard-platform,
.cheats-left ul li span,
.cheats-right ul li span {
  color: #2dafd7;
  font-size: 0.14rem;
}
.req-left {
  margin-right: 1.92rem;
}
.gamepp-faq a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #61daff;
  text-decoration-line: underline;
}
.gamepp-faq:hover {
  color: #ffffff;
}
.gamepp-faq {
  margin-top: 0.16rem;
}
.enhanced-platform {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}
.standard-platform {
  margin-top: 0.2rem;
}
.enhanced-platform p,
.enhanced-platform span {
  color: #2dafd7;
  font-size: 0.14rem;
}
.standard-cheats {
  margin-top: 0.16rem;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.drop-down {
  display: flex;
  align-items: center;
  margin-left: 0.4rem;
}
.game-version {
  margin-right: 0.1rem;
}
.layui-btn-primary {
  width: 2.01rem;
  height: 0.28rem;
  border-radius: 4px;
  border: 1px solid #2dafd7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layui-btn-primary:hover {
  color: #2dafd7;
  border-color: #2dafd7;
}
.layui-btn .layui-icon {
  color: #2dafd7;
}
.layui-menu {
  background-color: #024053;
}
.layui-anim-downbit {
  background-color: #024053;
  border-color: #2dafd7;
}
.layui-menu li:hover {
  background-color: #61daff;
}
.layui-menu-body-title {
  color: #ffffff;
}
.st-cheats li {
  display: flex;
  align-items: center;
}
.st-cheats li div {
  width: 60%;
  display: flex;
  align-items: center;
  line-height: 0.32rem;
}
.cheats-left,
.cheats-right {
  width: 50%;
}
.cheats-img {
  width: 16px !important;
  height: 16px;
  margin-left: 10px;
  background-image: url(/web2/assets/image/ic_gamebuff_hint.png);
  background-repeat: no-repeat;
}
.cheats-img:hover {
  background-image: url(/web2/assets/image/ic_gamebuff_hint_hover.png);
  background-repeat: no-repeat;
}
.explains {
  margin-top: 0.32rem;
  display: flex;
}
.left-title,
.right-title,
.language-title {
  font-size: 0.18rem;
  color: #61daff;
  font-weight: bold;
}
.explain-left ul,
.explain-right ul {
  margin-top: 0.1rem;
  line-height: 0.24rem;
  color: #2dafd7;
  font-size: 0.16rem;
}
.language-select a,
.language-select span {
  color: #2dafd7;
  font-size: 0.16rem;
}
.language-select-now {
  color: #61daff;
  font-size: 0.16rem;
  font-weight: bold;
}
.language-select span {
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}
.explain-left,.explain-right {
  width: 50%;
}
.language-select {
  width: 60%;
  margin-top: 0.1rem;
  line-height: 0.28rem;
}
.list-title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #fe7816;
  text-align: right;
}
.content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.game-recommend img {
  width: 3rem;
  height: 1.4rem;
  border-radius: 10px;
  transition: transform 0.3s ease, filter 0.3s ease; /* 添加过渡效果 */
  transform-origin: center center; /* 确保缩放以图片中心为基准 */
}
.game-recommend:hover img,.game-recommend:hover div,.game-recommend:hover h3  {
  filter: brightness(1.05); /* 提升图片亮度 */
  transform: translateY(-4px) /* 缩放图片，translateZ(0)确保在3D渲染上下文中缩放正确 */
}
.game-recommend div:not(:last-child),.game-recommend h3:not(:last-child),.game-recommend h4:not(:last-child)  {
  padding-left: .1rem;
  width: 100%;
  align-items: center;
  font-size: 0.12rem;
  height: 0.2rem;
  top: 0;
  background: linear-gradient(
          90deg,
          #0091bc 0%,
          rgba(255, 255, 255, 0) 100%,
          rgba(0, 145, 188, 0) 100%
  );
  border-radius: 10px 0 10px 0;
  position: absolute;
  display: flex;
  transition: transform 0.3s ease, filter 0.3s ease; /* 添加过渡效果 */
  transform-origin: center center; /* 确保缩放以图片中心为基准 */
}

.bg-dark {
  background-color: #004f67 !important;
}
.game-recommend div:last-child,.game-recommend h3:last-child,.game-recommend h4:last-child {
  padding-left: .1rem;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  font-size: 0.14rem;
  height: 0.44rem;
  bottom: 0;
  background: linear-gradient(90deg, #0091bc 0%, rgba(0, 145, 188, 0.1) 100%);
  border-radius: 0 0 10px 10px;
  position: absolute;
  display: flex;
  transition: transform 0.3s ease, filter 0.3s ease; /* 添加过渡效果 */
  transform-origin: center center; /* 确保缩放以图片中心为基准 */
}
.game-recommend {
  margin-top: 0.25rem;
  position: relative;
}
.game-recommend span,.game-recommend p  {
  color: #ffffff;
}
.game-recommend a {
  /* margin-left: 0.1rem; */
}
.tag {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
}
.tag-title {
  display: grid;
  grid-template-columns: max-content;
  height: 0.14rem;
  font-size: 0.16rem;
  color: #61daff;
  line-height: 0.16rem;
  margin-right: 0.05rem;
}
.tag-button {
  display: flex;
  flex-wrap: wrap;
}
.tag-button a {
  white-space: nowrap;
  padding: 0.1rem;
  height: 0.3rem;
  background: #0a6480;
  margin-top: .1rem;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin-right: 0.1rem;
  color: #67dbff !important;
  font-size: 0.14rem;
  border-color: transparent;
}
.btn-primary:hover {
  background-color: #0a6480;
  border-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #0a6480;
  border-color: transparent;
}
.bottom-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5rem;
  background-color: #004f67;
  z-index: -1;
}
.main-navigation {
  padding-right: .1rem;
}
.gamepp-url {
  margin-top: 0.6rem;
}
.gamepp-url span {
  color: #a4a4a4;
  font-size: 0.12rem;
}
.gamepp-url a {
  margin-left: 0.05rem;
  color: #4ec6ea;
  font-size: 0.12rem;
}
.change-engine {
  display: flex;
}
.gamebuff-footer {
  height: 2.5rem;
  background-color: #004f67;
  color: white;
  border-radius: 0 0 10px 10px;
  align-items: center;
}
.bottom-title {
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
}
.bottom-title .logo {
  width: 25%;
}
.company {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
.company p span {
  color: #419db9;
}
.header.sticky {
  top: 0;
  width: 100%;
  z-index: 100;
}
.box {
  position: fixed;
  width: 100%;
  left: 0;
  display: flex;
  top: 0;
  justify-content: center;
  z-index: 999;
  background-color: #004f67;
}
@media (max-width: 1000px) {
  .content-left {
    width: 100%;
  }
  html {
    font-size: 80px;
  }
  .cheats-left,
  .cheats-right {
    width: 100%;
  }
  .logo {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .logo {
    justify-content: center;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 0;
  }
  html {
    font-size: 75px;
  }
  .bottom-title .logo {
    width: 95%;
  }
  .bottom-title {
    flex-direction: column;
  }
  .logo {
    width: 100%;
  }
  .standard-cheats {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .gamebuff-header {
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
    height: auto;
  }

  .main-navigation ul {
    width: auto;
  }
  .right-des {
    margin-left: 0;
  }

  .header.sticky {
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .main-navigation li {
    margin: 0.1rem 0;
  }
  .buy-button {
    text-align: center;
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .cate-bottom {
    flex-direction: column;
    align-items: center;
  }
  .logo-style {
    margin-top: 0.1rem;
  }
  .h1-title {
    font-size: 0.16rem;
  }
  .main-navigation {
    flex-direction: column;
    width: 100%;
    margin-top: 0.1rem;
    position: relative;
  }
  .main-navigation ul li {
    position: relative;
    width: 0.8rem;
    margin: 0.05rem 0;
  }
  .cate-bottom{
    margin-bottom: .2rem;
  }
  .banner {
    flex-direction: column;
    justify-content: flex-start;
  }
  .content-left,
  .content-right {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .h1-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .game-cate {
    padding: 0.3rem;
  }
  .content-left {
    width: 100%;
  }

  .right-des {
    align-items: center;
  }
  .content-des {
    flex-direction: column;
    align-items: center;
  }

  .standard-cheats {
    width: 100%;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90%;
  }
  html {
    font-size: 85px;
  }
}
@media (max-width: 1700px) {
  .download-button {
    display: none;
  }
  html {
    font-size: 90px;
  }
  .content {
    flex-direction: column;
  }
  .content-right {
    margin-top: 0.2rem;
  }
  .game-box {
    display: flex;
    flex-wrap: wrap;
  }
  .game-recommend {
    margin-left: 0.1rem;
  }
}
@media (max-width: 572px) {
  html {
    font-size: 71px;
  }
  .game-box {
    justify-content: space-between;
  }
  .game-recommend {
    margin-left: 0;
  }
  .engine-title {
    flex-direction: column;
    align-items: normal;
  }
  .change-engine {
    margin-top: .2rem;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 85%;
  }
}
