* {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

html {
  font-size: 12px;
  font-family: "STHeiti", "Microsoft YaHei", Helvetica, Arial, sans-serif;
}

body {
  background: url(/images/texture_bg.png) repeat, #060c1c;
  background-size: 60px 60px;
}

.main-container {
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}

.w1000 {
  width: 1040px;
  margin: 0 auto;
  padding: auto;
}
.container {
  margin: 0 20px;
  align-content: center;
}
.container-content,
.header-content {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.header {
  background-color: #20232c;
  border-bottom: 1px solid #787c86;
  position: relative;
  z-index: 99;
}

.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #20232c;
  z-index: -1;
}

.header-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;
}

.header .logo {
  background: url(../images/logo2.png) no-repeat left center;
  background-size: contain;
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 300 / 70;
  display: block;
}

.header .kefu img {
  margin-top: 12px;
  width: 295px;
  height: 52px;
  background-size: contain;
  height: auto;
  display: block;
  padding-right: 5px;
}

.swiper-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 10px;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background: #787c86 !important;
  width: 25px !important;
  height: 8px !important;
  border-radius: 4px !important;
}

.noticebox {
  background-color: #17223a;
  border-radius: 20px;
  color: #fff;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  font-size: 17px;
  margin: 20px auto;
  max-width: 1240px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.noticebox img {
  width: 100px;
  margin-right: 10px;
}

.main-1 {
  justify-content: center;
  margin: auto;
  margin-bottom: 6px;
  margin-top: 30px;
  padding: 30px;
  border: 2px solid #787c86;
}

.tit {
  width: 20%;
  display: block;
  margin-left: 4rem;
  padding-bottom: 10px;
}

.con0 {
  overflow: hidden;
  position: relative;
}
.con0 .content {
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}

#content {
  width: 100%;
  margin: auto;
  padding: auto;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  align-items: stretch;
}
.testing {
  line-height: 1;
  width: 60%;
  padding-right: 50px;
}

.testing:after {
  clear: both;
}

.testing .bd li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
.testing .bd li .link {
  font-weight: bold;
  position: relative;
  color: #fff;
  border: 1px solid #787c86;
  display: flex;
  flex: 3;
  align-items: center;
  background: #17223a;
}
.testing .bd li .link {
  width: 85%;
}
.testing .bd li .btn-open {
  width: 15%;
}

.testing .bd li .link .ms {
  color: #fff;
}

.testing .hd ul li.kefu {
  width: 50%;
  float: right;
}

.testing .hd ul li.kefu i {
  display: inline-block;
}

.testing .hd ul li a {
  color: #fff;
  font-size: 0.31rem;
  display: block;
}

.testing .bd {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.2rem;
  padding-bottom: 0rem;
  color: #f2d405;
}

.testing .bd ul {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-top: 0;
  padding-bottom: 0;
}

.testing .bd li {
  zoom: 1;
  margin: 3px 0;
}

.testing .bd .ms {
  font-size: 1.5rem;
  text-align: center;
  border-radius: 0.06rem;
  margin-right: 0.19rem;
  color: #2ca5f9;
  height: 100%;
  padding: 1rem;
  border-right: 1px solid #787c86;
}

.testing .bd .url {
  width: 80%;
  display: block;
  font-size: 2rem;
  text-align: left;
  border-radius: 0.06rem;
  color: #eeeeee;
  text-align: center;
  padding-right: 0.3rem;
}

.testing .bd .url a {
  color: #fff;
  font-size: 1.5rem;
}

.testing .bd .btn-open {
  font-size: 0.26rem;
  display: block;
  text-align: center;
  border: 0;
  border-radius: 0.06rem;
  width: 1.8rem;
}

.testing .bd .btn-open a {
  display: block;
  margin-right: 10px;
}

.testing .bd .btn-open img {
  width: 100px;
  height: 40px;
  position: relative;
  margin: 0 15px;
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  column-gap: 20px;
  justify-items: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
}

.outline-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  background: transparent;
  color: #20232c;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #20232c;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
}

.outline-btn img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.outline-btn:hover {
  background: #20232c;
  color: #fff;
}

.quicklink {
  display: flex;
}

.quicklink ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #787c86;
}

.quicklink li {
  background-color: #20232c;
  border: 1px solid #787c86;
  padding: 22px 25px 0 25px;
  text-align: center;
  box-sizing: border-box;
}

.quicklink li a {
  text-decoration: none;
  color: white;
  display: block;
}

.quicklink p {
  margin: 10px 0;
  font-weight: bold;
}

.quicklink ul li a span {
  display: block;
  width: 42px;
  height: 48px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.quicklink ul li a span i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.quicklink ul li a span i.i2 {
  background-image: url(../images/i2.png);
}
.quicklink ul li a span i.i3 {
  background-image: url(../images/fb.png);
}
.quicklink ul li a span i.i4 {
  background-image: url(../images/i4.png);
}
.quicklink ul li a span i.i5 {
  background-image: url(../images/tg.png);
}

.quicklink ul li:hover span {
  background-position: bottom center;
}

.quicklink ul li:hover a {
  color: #ffdc5f;
}

.quicklink ul li:hover a em {
  color: #ffdc5f;
}

.copy {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 50px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #20232c;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  overflow-y: auto;
}

#overlay.active {
  opacity: 1;
  pointer-events: auto;
}

#overlay .index-header {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.overlay-topbar {
  margin-top: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 10px 40px;
  box-sizing: border-box;
}

.overlay-topbar .close-btn {
  justify-self: start;
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.overlay-topbar .promotion-text {
  justify-self: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.overlay-content {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.promo-swiper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #636363;
  box-sizing: border-box;
}

.promo-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  padding: 12px 24px;
  margin: 20px auto 0;
  background: linear-gradient(180deg, #212530 2.08%, #222632);
  border-radius: 9999px;
  box-shadow: inset 0 4px 0 0 #363a45, 0 3px 0 0 rgba(0, 0, 0, 0.25);
}

.promo-btn-info {
  padding: 8px 18px;
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.promo-btn-info.active {
  padding: 5px 20px;
  background: rgba(247, 88, 77, 0.3);
  border: 1px solid var(--red-second, #f7584d);
  border-radius: 70px;
}

.promo-btn-info:hover {
  background: rgba(247, 88, 77, 0.3);
  border: 1px solid var(--red-second, #f7584d);
}

.all-promo-content ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
  padding: 0;
  margin: 0;
}

.all-promo-content ul li {
  list-style: none;
  margin: 0;
}

.tab-content {
  display: none;
  padding: 20px 0;
  color: #fff;
}

.tab-content.active {
  display: block;
}

.promo-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
}

.info-box {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(180deg, #212530 2.08%, #222632);
  border-radius: 10px;
  padding: 15px;
  box-shadow: inset 0 4px 0 0 #363a45, 0 3px 0 0 rgba(0, 0, 0, 0.25);
  font-family: Arial, sans-serif;
  color: #fff;
  box-sizing: border-box;
  margin: -5px auto 0;
  position: relative;
  z-index: 1;
}

.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.info-text {
  margin: 0;
  font-size: 14px;
  color: #fff;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.show-more-btn {
  background: linear-gradient(135deg, #ff8642, #ee2a59);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid #f7584d;
  border-radius: 0.5rem;
  padding: 6px 10px;
  font-size: 13px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.show-more-btn:hover {
  background: linear-gradient(135deg, #ff9c5a, #f02f65);
}

.btn-icon {
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  transition: transform 0.3s ease;
}

.btn-icon.down {
  transform: rotate(90deg);
}

.extra-info {
  display: none;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
  text-align: left;
  line-height: 1.4;
}

.info-box.open .extra-info {
  display: block;
}

.highlight-green {
  color: #2ecc71;
  font-weight: bold;
}
.highlight-yellow {
  color: #f1c40f;
  font-weight: bold;
}

h2 {
  color: #2ecc71;
  font-size: 20px;
  margin: 20px 0 10px 0;
  padding-bottom: 5px;
}

.responsive-table {
  overflow-x: auto;
  margin-bottom: 20px;
}
.responsive-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid white;
}
.responsive-table th,
.responsive-table td {
  border: 1px solid white;
  padding: 8px;
  text-align: center;
  color: #f1c40f;
}

.links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.link-btn {
  background-color: #2ecc71;
  color: #a13b2e;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  font-size: 18px;
  transition: 0.3s;
}
.link-btn:hover {
  background-color: #ffcc00;
  color: #a13b2e;
}

.center-text {
  text-align: center;
}

.promo-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.promo-popup-content {
  background: #20232c;
  color: #fff;
  width: 1000px;
  height: 600px;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  position: relative;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ff5722 transparent;
}

.promo-popup-content::-webkit-scrollbar {
  width: 4px;
}

.promo-popup-content::-webkit-scrollbar-track {
  background: transparent;
}

.promo-popup-content::-webkit-scrollbar-thumb {
  background-color: #ff5722;
  border-radius: 4px;
}

.promo-popup-close {
  position: absolute;
  top: 10px;
  left: calc(50% + 480px);
  font-size: 24px;
  cursor: pointer;
  color: #ff5722;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 100000;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.promo-popup-close:hover {
  background: #ff5722;
  color: #fff;
  transform: scale(1.1);
}
