@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #000;
}
body {
  --bg-color: #ecf2ff;
  --border-color: #dfe6f5;
  --portal-bg: #f3f7ff;
  --panel-bg: #ffffff;
  --panel-border: #dfe6f5;
  --tab-color: #000000e3;
  --tab-active: #2196F3;
  min-height: 100vh;
  min-height: 100svh;
  background: linear-gradient(180deg, var(--bg-color) 0%, #f3f7ff 100%);
  color: #33394a;
}
.container {
  max-width: 500px;
  margin: 0 auto;
  background: url("../img/BG.js");
  background-size: contain;
  padding-bottom: 120px;
}
.portal-content {
  /* padding: 0 10px; */
}
.portal-content >img {
  display: block;
}
.tips {
  color: #FF005C;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
}
.header {
  display: flex;
  align-items: center;
  position: sticky;
  top: 0px;
  z-index: 99999;
  display: flex;
  align-items: center;
  background-image: radial-gradient(
    transparent 1px,
    rgba(255, 255, 255, 0.16) 3px
  );
  padding: calc(8px + env(safe-area-inset-top)) 0 8px;
  background: url('../img/top.js');
  background-size: contain;
  min-height: 60px;
  padding: 8px;
}
.header >img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}
.header >div {
  flex: 1;
  margin-left: 3px;
}
.header p {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.header p:nth-of-type(2) {
  font-size: 10px;
  color: #3DA7F1;
  margin-top: 3px;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 8px 5px;
  background: url('../img/top.js');
  background-size: contain;
  max-width: 500px;
}
.f-t {
  display: flex;
  align-items: center;
}
.f-t >img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  margin-right: 3px;
}
.f-t p {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.f-t p:nth-of-type(2) {
  font-size: 10px;
  color: #3DA7F1;
  margin-top: 3px;
}
.f-b {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-b img {
  width: 140px;
  margin:0 18px;
}
.banner-slider {
  position: relative;
  width: calc(100% - 0);
  margin: 16px auto 0;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.18);
  background: #fff;
  touch-action: pan-y;
  user-select: none;
  cursor: grab;
}
.banner-slider .swiper-wrapper {
  display: flex;
  will-change: transform;
}
.banner-slider .swiper-slide {
  flex: 0 0 100%;
}
.banner-slide img {
  display: block;
  width: 100%;
  /*height: 250px;*/
  object-fit: cover;
}
.banner-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0;
  pointer-events: none;
}
.banner-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  pointer-events: auto;
  backdrop-filter: blur(4px);
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}
.banner-nav:hover {
  background: #3e74f8;
}
.banner-nav:active {
  background: #3e74f8;
}
.banner-nav:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.banner-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.banner-dot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    width 0.25s ease;
}
.banner-dot.is-active {
  width: 20px;
  background: #3e74f8;
}
.banner-pagination .banner-dot {
  margin: 0;
}
.banner-dot:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.banner-slider:active {
  cursor: grabbing;
}
.notice-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(1200px, calc(100% - 0));
  padding: 12px 0;
  border-radius: 18px;
  overflow: hidden;
  user-select: none;
}
.notice-badge {
  flex-shrink: 0;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #ff9558 0%, #ff612d 100%);
}
.notice-marquee {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.notice-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
}
.notice-item {
  flex-shrink: 0;
  margin-right: 44px;
  color: #3f4557;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
}
.notice-item:hover {
  color: #1f2937;
}
@media (max-width: 768px) {
  .banner-slider {
    width: calc(100% - 0);
    margin-top: 0;
  }
  .banner-controls {
    bottom: 10px;
    gap: 12px;
  }
  .banner-nav {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .notice-bar {
    width: calc(100% - 0);
    gap: 10px;
    padding: 10px 0;
    border-radius: 14px;
  }
  .notice-badge {
    padding: 4px 10px;
    font-size: 14px;
  }
  .notice-item {
    margin-right: 28px;
    font-size: 15px;
  }
}
.site-list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.site-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  line-height: 1.2;
  color: #33394a;
}
.site-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.site-list2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.site-list2 li {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  /* box-shadow: 0 18px 40px #618bed75; */
  border-radius: 10px;
}
.site-list2 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    #618bed75,
    #3e70dd75 15%,
    #c2d1f675 45%,
    #fff
  );
  box-shadow: 0 20px 20px #3e70dd47;
  pointer-events: none;
  z-index: 1;
}
.site-list2 ul li img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
  z-index: 999;
}
.site-list2-item-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 10px;
  line-height: 1.2;
  color: #33394a;
  position: relative;
  z-index: 999;
}
.site-list2-item-title h3 {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  color: #33394a;
}
.site-list2-item-title span:first-child {
  font-weight: 600;
}
.site-list2-item-title span:last-child {
  font-weight: 400;
}
.site-list2-item-btn {
  position: absolute;
  right: 10px;
  top: 30%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 16px;
  margin-top: 0;
  padding: 2px 4px;
  border-radius: 999px;
  font-size: 8px;
  line-height: 1.2;
  color: #fff;
  background: linear-gradient(90deg, #ff6f5bfa, #ef5b56);
  z-index: 1000;
}

.portal-footer {
  padding: 0 6px 8px;
}
.portal-footer p {
  margin:60px 0 20px;
  text-align: center;
  color: #8b95ab;
  font-size: 8px;
  line-height: 1.2;
}
