body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: url("../images/bg.jpg") center 0 no-repeat;
}

html,
body {
  width: 100%;
  min-width: 1445px;
  background-color: #49197d;
}

.wrap {
  width: 1445px;
  margin: 0 auto;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 1445px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 999;
}

.header-left {
  margin-top: 3px;
}

.header-left img {
  width: 247px;
  height: 58px;
}

.header-right {
  font-size: 20px;
  color: white;
  margin-top: 20px;
}

.header-right a {
  color: white;
  display: inline-block;
  margin: 0 20px;
}

.header-right a:hover {
  text-decoration: underline;
}

.banner {
  width: 100%;
  position: relative;
  height: 931px;
  background: url(../images/banner.jpg) center center no-repeat;
}

.banner-time {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 30px;
}

.award {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 1346px;
  background: url(../images/award-bg.jpg) center center no-repeat;
}

.gradient-text {
  background: linear-gradient(to bottom, #9c5530 20%, #d5c12a 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.award-trophy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 123px;
  width: 642px;
  height: 510px;
  background: url(../images/trophy.png) center center no-repeat;
}

.award-first-title {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 520px;
  font-size: 80px;
  font-family: "YSBTH";
}

.award-first-detail {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 50px;
  font-family: "YSBTH";
  background: linear-gradient(to bottom, #f4bd2b 40%, #e3881e 60%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 620px;
  height: 160px;
  line-height: 1;
  text-align: center;
}

.award-first-detail-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 230px;
  /* line-height: 1; */
  margin-top: -10px;
  background: url("../images/shadow.png") center center no-repeat;
}

.award-first-detail-sub {
  font-size: 30px;
  margin-bottom: -20px;
  font-family: "normal";
}

.award-list {
  display: flex;
  justify-content: center;
  gap: 0 50px;
  margin-top: 800px;
  font-family: "YSBTH";
  font-size: 43px;
}

.award-list-item {
  position: relative;
  width: 316px;
  height: 516px;
  color: #efd928;
}

.award-item-title,
.award-item-price,
.award-item-unit {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.award-item-title {
  bottom: 140px;
}

.award-item-price {
  bottom: 60px;
  font-size: 38px;
}

.award-item-unit {
  bottom: 20px;
  font-size: 31px;
}

.award-list-item:nth-child(1) {
  background: url("../images/two.png") 100% 100% no-repeat;
}

.award-list-item:nth-child(2) {
  background: url("../images/three.png") 100% 100% no-repeat;
}

.award-list-item:nth-child(3) {
  background: url("../images/four.png") 100% 100% no-repeat;
}

.award-list-item:nth-child(3) .award-item-price {
  bottom: 40px;
}

.process {
  height: 895px;
  background: url(../images/process.jpg) center center no-repeat;
}

.process-card {
  position: relative;
  height: 895px;
  font-size: 26px;
  color: white;
  background: url(../images/process-bg.png) center center no-repeat;
}

.process-card-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.process-card-online {
  position: relative;
  text-align: center;
}
.process-online-item {
  position: absolute;
  top: 311px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.process-online-item-time {
  font-size: 24px;
}
.process-online-item:nth-child(1) {
  left: 84px;
}

.process-online-item:nth-child(2) {
  left: 337px;
}

.process-online-item:nth-child(3) {
  left: 620px;
}

.process-online-item:nth-child(4) {
  left: 908px;
}

.process-online-item:nth-child(5) {
  left: 1201px;
}

.process-card-offline {
  position: relative;
  text-align: center;
}

.process-offline-item {
  position: absolute;
  top: 589px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.process-offline-item-time {
  font-size: 24px;
}
.process-offline-item:nth-child(1) {
  left: 107px;
}

.process-offline-item:nth-child(2) {
  left: 608px;
}

.process-offline-item:nth-child(3) {
  left: 1043px;
}

.rank {
  overflow: hidden;
  height: 1337px;
  margin-top: -10px;
  background: url(../images/rank.jpg) no-repeat center center;
}

.rank-wrap {
  margin: 0 auto;
  margin-top: 180px;
  width: 1213px;
  height: 1118px;

  background: url(../images/rank.png) center center no-repeat;
}

.rank-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 78px;
  font-size: 24px;
  color: white;
  padding: 0 30px;
}

.rank-top-item {
  flex: 1;
  text-align: center;
}

.rank-c {
  width: 100%;
}

.rank-c-wrap {
  width: 1141px;
  height: 980px;
}

.rank-c-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  margin: 30px;
  margin-right: 20px;
}

.rank-c-scroll::-webkit-scrollbar {
  width: 12px; /* 设置滚动条的宽度 */
  height: 12px; /* 设置横向滚动条的高度 */
}

.rank-c-scroll::-webkit-scrollbar-track {
  background: #f1f1f1; /* 设置滚动条轨道的背景色 */
  border-radius: 10px; /* 圆角效果 */
}

.rank-c-scroll::-webkit-scrollbar-thumb {
  background: #652c93; /* 滚动条的滑块颜色 */
  border-radius: 10px; /* 滚动条滑块的圆角 */
}

.rank-c-scroll::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8 !important; /* 滑块悬浮时的颜色 */
}

.rank-c-scroll::-webkit-scrollbar-corner {
  background: #f1f1f1; /* 交角区域的背景颜色 */
}

.rank-c-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 17px;
  height: 80px;
  background: url(../images/rank-item.png) center center no-repeat;
  background-size: contain;
}

.rank-c-item.one {
  background: url(../images/rank-one.png) center center no-repeat;
  background-size: contain;
}

.rank-c-item.two {
  background: url(../images/rank-two.png) center center no-repeat;
  background-size: contain;
}

.rank-c-item.three {
  background: url(../images/rank-three.png) center center no-repeat;
  background-size: contain;
}

.rank-c-item-inner {
  flex: 1;
  font-size: 22px;
  color: white;
  text-align: center;
}

.rule {
  position: relative;
  height: 1795px;
  width: 100%;
  /* margin-top: 4px; */
  background: url(../images/rule.jpg) center center no-repeat;
}

.rule-content {
  padding: 0 80px;
  padding-top: 298px;
  color: white;
  padding-right: 50px;
  font-size: 20px;
}

.map {
  position: relative;
  box-sizing: border-box;
  height: 1589px;
  padding-top: 275px;
  overflow: hidden;
  background: url(../images/map.jpg) center center no-repeat;
}

.map::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: url("../images/map-c-1-big.png"), url("../images/map-c-2-big.png"),
    url("../images/map-l-1-big.png"), url("../images/map-l-2-big.png"),
    url("../images/map-r-1-big.png");
  background-size: cover;
}

.map-wrap {
  width: 1440px;
  height: 1159px;
  background: url(../images/map-c.png) center center no-repeat;
}

.map-top {
  position: relative;
  width: 100%;
  height: 840px;
  /* background-color: red; */
}

.map-top img.hidden {
  opacity: 0;
  pointer-events: none;
}

.map-top img {
  position: absolute;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease 0.1s;
}

.map-top img.hidden {
  opacity: 0;
  pointer-events: none;
}

.map-l-1 {
  top: 40px;
  left: 20px;
}

.map-l-2 {
  top: 430px;
  left: 20px;
}

.map-c-1 {
  top: 40px;
  left: 430px;
}

.map-c-2 {
  top: 325px;
  left: 371px;
}

.map-r-1 {
  right: 14px;
  top: 40px;
}

.map-top-c {
  position: absolute;
  top: 39px;
  left: 18px;
  width: 1407px;
  height: 830px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.map-top-c:not(.hidden) {
  opacity: 1;
}

.map-bottom {
  padding: 30px;
  margin-top: 88px;
  font-size: 24px;
  color: white;
}

.aside {
  position: fixed;
  right: 20px;
  top: 20%;
  z-index: 999;
  color: white;
}

.aside-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  background: url("../images/aside.png") center center no-repeat;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  font-size: 27px;
  user-select: none;
}

.aside-item.active {
  background: url("../images/aside-active.png") center center no-repeat;
}

.aside-item:last-child::after {
  display: none;
}

.aside-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 13px;
  background: #264ccb;
  z-index: -1;
}

.rule-section {
  margin-bottom: 20px;
}
.rule-section h2 {
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 10px;
}
.rule-section ul {
  list-style-type: none;
  padding-left: 0;
}
.rule-section ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.rule-section ul li:before {
  content: "◦";
  position: absolute;
  left: 0;
  color: #fff;
}
.rule-section ul ul {
  padding-left: 20px;
}
.rule-section ul ul li:before {
  content: "•";
}

.rule-content-wrap {
  overflow-y: auto;
  height: 1400px;
}

.rule-content-wrap::-webkit-scrollbar {
  width: 8px; /* 设置滚动条的宽度 */
  height: 8px; /* 设置横向滚动条的高度 */
}

.rule-content-wrap::-webkit-scrollbar-track {
  background: #f1f1f1; /* 设置滚动条轨道的背景色 */
  border-radius: 10px; /* 圆角效果 */
}

.rule-content-wrap::-webkit-scrollbar-thumb {
  background: #652c93; /* 滚动条的滑块颜色 */
  border-radius: 10px; /* 滚动条滑块的圆角 */
}

.rule-content-wrap::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8; /* 滑块悬浮时的颜色 */
}

.rule-content-wrap::-webkit-scrollbar-corner {
  background: #f1f1f1; /* 交角区域的背景颜色 */
}
