/* stylelint-disable property-no-vendor-prefix */

/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 0.1rem solid #fff;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  font-size: 10px;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.5);
  width: 100%;
  min-width: 120rem;
}
:-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* 滑块 */
::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}

/* 轨道（强制设置颜色） */
::-webkit-scrollbar-track {
  background-color: #ffeeee !important; /* 明显的浅红色，方便测试 */
  box-shadow: none !important;
}

/* Firefox 兼容 */
body {
  scrollbar-width: thin;
  scrollbar-color: #888 #ffeeee; /* 滑块色 + 轨道色 */
}

/* 让页面出现滚动条 */
body {
  height: 2000px; /* 足够长，出现垂直滚动条 */
}

.nav-container {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 7.2rem;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border-bottom: 1px solid #fad48d;
}
.nav-content {
  width: 120rem;
  height: 100%;
  position: relative;
}
.logo {
  position: absolute;
  z-index: 1;
  top: 2rem;
  left: -2rem;
  width: 24.6rem;
  height: 11.9rem;
  overflow: hidden;
}
.nav-content ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 31rem;
  display: flex;
  flex-direction: row;
  font-size: 1.8rem;
  height: 100%;
}
.nav-content ul li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 2.4rem;
  color: #fff;
  cursor: pointer;
}
.nav-content ul li:hover {
  color: #fad48d;
}
.nav-content ul li.active {
  background: rgba(250, 212, 141, 0.1) url(../images/new/active.png) no-repeat
    bottom center;
  border-bottom: 2px solid #fad48d;
  color: #fad48d;
}
.home {
  position: relative;
  width: 100%;
  background: #021f2d url(../images/new/bg1.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 7.2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.home::before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  background: url(../images/bg-mask.png) top center;
}
.home-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 120rem;
}
.home-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 64.6rem;
}
.home-main .logo-2 {
  width: 100%;
  height: 40.4rem;
  position: absolute;
  z-index: 1;
  top: -50px;
  right: 0;
}
.home-main-content {
  padding-top: 22rem;
  padding-right: 16rem;
}
.home-main-content img {
  margin-bottom: 1.2rem;
  border-radius: 0.6rem;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(160, 10, 15, 0.5);
}

/* 首页按钮 */
.home-btns-container {
  position: absolute;
  left: 50%;
  bottom: 32rem;
  width: 100rem;
  height: 20.4rem;
  margin-left: -50rem;
  /* background-color: rgba(99, 184, 120, 0.5); */
}
.home-btns {
  position: relative;
  width: 100%;
  height: 18rem;
  display: flex;
}
.home-btn-left {
  position: relative;
  margin-top: 6rem;
  margin-left: 10rem;
  width: 39.6rem;
  height: 8.1rem;
  background-image: url("../images/left-info.png");
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
}
.home-btn-left .text-btn {
  font-size: 2.2rem;
  color: #fec758;
  width: 33rem;
  height: 7rem;
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
}
.home-btn-right {
  position: relative;
  margin-top: 6rem;
  margin-left: 21.2rem;
  width: 39.6rem;
  height: 8.1rem;
  background: url("../images/right-info.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.home-btn-right .text-btn {
  position: relative;
  font-size: 2.2rem;
  margin-right: 6rem;
  margin-top: 1.4rem;
  height: 5rem;
  width: calc(100% - 16rem);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f5c054;
  user-select: none;
}
.home-btn-center {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 56.6rem;
  height: 19rem;
  margin-left: -28.3rem;
  background-image: url("../images/download.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-btn-center .text-btn a {
  position: relative;
  font-size: 2rem;
  color: #fec758;
  width: 33rem;
  height: 7rem;
  margin-top: 2rem;
  text-shadow: -0.3rem -0.3rem 0 #462b20, 0.3rem -0.3rem 0 #462b20,
    -0.3rem 0.3rem 0 #462b20, 0.3rem 0.3rem 0 #462b20,
    0.4rem 0.4rem 0.8rem 0.8rem rgba(70, 43, 32, 1); /* 黑色投影 */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.home-btn-center .text-btn a:hover {
  padding-top: 0.5rem;
  color: #ffd37c;
  font-weight: bold;
  text-shadow: -0.3rem -0.3rem 0 #471d0c,
    /* 白色描边 */ 0.3rem -0.3rem 0 #471d0c, -0.3rem 0.3rem 0 #471d0c,
    0.3rem 0.3rem 0 #471d0c, 0.2rem 0.2rem 0.8rem 0.8rem #471d0c,
    0.2rem 0.2rem 0.8rem 0.8rem #471d0c; /* 黑色投影 */
  text-decoration: none;
}
.home-btn-center .text-btn a span {
  font-size: 1.4rem;
  color: #fff;
}
.home-btn-center .text-btn a p {
  margin-bottom: 0;
}
.huodong {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #021f2d;
  align-items: center;
}
.title {
  color: #f5c054;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
}
.huodong img {
  width: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
}
.el-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 120rem;
  padding: 0.6rem;
}
.el-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
}
.lianxi {
  position: fixed;
  z-index: 1;
  width: 150px;
  top: 50%;
  right: 0;
  margin-top: -70px;
}
.gongzonghao {
  width: 13rem;
  height: 18rem;
  background-color: #fff;
  background-image: url("../images/gongzonghao.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  user-select: none;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
}
.gongzonghao .text-btn {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  box-shadow: none;
}

.yy {
  width: 13rem;
  height: 15.2rem;
  background-image: url("../images/YY.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.yy .text-btn {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
  margin: 0 0 1rem 0;
}
.yy .text-btn p {
  margin: 0;
}
/* 特色页面 */
.feature {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 55.9rem;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10rem;
  background: #333 url("../images/bg-2.jpg");
}
.feature-list {
  display: flex;
  width: 130rem;
  height: 74rem;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  margin: 0 auto;
}
.feature-list li {
  width: calc((100% - 3rem) / 3);
  height: 36rem;
  padding: 0 6rem;
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 186, 47, 0.1);
  border-radius: 0.5rem;
}
.feature-list li:nth-child(odd) {
  background-color: rgba(255, 186, 47, 0.05);
}
.feature-list li strong {
  font-size: 2.8rem;
  font-weight: bold;
  text-shadow: 0.2rem 0.2rem 0.8rem 0.8rem #000;
  margin-bottom: 1rem;
}
.feature-list li p {
  font-size: 1.4rem;
  text-shadow: 0.2rem 0.2rem 0.8rem 0.8rem #000;
}
.feature-icon {
  width: 28rem;
  height: 26rem;
  min-width: 28rem;
  min-height: 26rem;
  max-width: 28rem;
  max-height: 26rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-01 {
  background-image: url("../images/tese/tese1.png");
}
.icon-02 {
  background-image: url("../images/tese/tese2.png");
}
.icon-03 {
  background-image: url("../images/tese/tese3.png");
}
.icon-04 {
  background-image: url("../images/tese/tese4.png");
}
.icon-05 {
  background-image: url("../images/tese/tese5.png");
}
.icon-06 {
  background-image: url("../images/tese/tese6.png");
}
.home-download {
  width: 40rem;
  height: 13rem;
  background-image: url("../images/download.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0;
}
.home-download .text-btn {
  position: relative;
  font-size: 1.8rem;
  height: 4.5rem;
  width: 19.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f5c054;
  top: 0.7rem;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
}
.home-download:hover {
  transform: scale(1.1);
}
.home-download .text-btn:hover {
  text-decoration: none;
}
.home-download .text-btn p {
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  margin: 0;
}
