/* PC 首页：页面底色保持浅蓝，内容框与轮播同宽并铺满 */
.pc-home {
  --pc-page: #d7e7f3;
  --pc-frame: #e4eef6;
  --pc-card: #f7fbfe;
  --pc-line: #8aa4bb;
  --pc-text: #16324c;
  --pc-muted: #2c4258;
  --pc-accent: #1856a4;
  --pc-header: #16324c;
  --pc-width: 1400px;
  background: var(--pc-page) !important;
  color: var(--pc-text);
}

.pc-home .nav-box {
  background: var(--pc-header) !important;
}
.pc-home .nav-box .nav-wapper {
  width: var(--pc-width);
  max-width: 92%;
}

.pc-home #index1 {
  background: var(--pc-page) !important;
  background-image: none !important;
}

.pc-home #banner {
  margin-top: 108px;
  padding: 24px 0 0;
}
.pc-home #banner .banner-frame {
  width: var(--pc-width);
  max-width: 92%;
  border-radius: 12px;
  border: 1px solid rgba(22, 50, 76, .25);
  box-shadow: 0 12px 32px rgba(16, 36, 58, .18);
}

.pc-home .announcement,
.pc-home .fulls .announcement,
.pc-home #index1 > .announcement {
  width: var(--pc-width);
  max-width: 92%;
  height: 42px;
  margin: 16px auto 0;
  padding: 0 18px;
  background: var(--pc-header) !important;
  background-image: none !important;
  opacity: 1 !important;
  border-radius: 10px;
  border: 0;
  color: #fff !important;
  box-shadow: 0 6px 16px rgba(16, 36, 58, .14);
}
.pc-home .announcement .scroll-text {
  color: #fff !important;
  font-size: 14px;
}

.pc-home .home-container {
  width: var(--pc-width);
  max-width: 92%;
  margin: 18px auto 0;
}
.pc-home .home-panel {
  position: relative;
  overflow: hidden;
  padding: 28px 32px 36px;
  border-radius: 12px;
  border: 1px solid #6f8aa3;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 10px 28px rgba(22,50,76,.12);
  background:
    linear-gradient(180deg, rgba(234,243,249,.92) 0%, rgba(219,232,242,.96) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='48' viewBox='0 0 84 48'%3E%3Cpath fill='none' stroke='%237aa0bc' stroke-opacity='.28' stroke-width='1' d='M21 0h42L84 24 63 48H21L0 24z'/%3E%3C/svg%3E");
  background-size: auto, 84px 48px;
}
.pc-home .home-panel > * {
  position: relative;
  z-index: 1;
}
.pc-home #index1 .indexbot,
.pc-home #index1 .home-container .indexbot {
  width: 100% !important;
  max-width: 100%;
  margin: 0;
}

.pc-home .indexbot .toptitle {
  color: var(--pc-text) !important;
  font-size: 28px;
  margin: 8px 0 22px;
  letter-spacing: .08em;
}
.pc-home .indexbot .toptitle::before {
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  top: -12px;
}

.pc-home .LotteryPopular {
  width: 100%;
  display: block;
}
.pc-home .LotteryPopular > div {
  width: 100%;
}
.pc-home .LotteryPopular .LotteryItem {
  width: 100% !important;
  height: auto !important;
  min-height: 0;
  margin: 0;
  padding: 22px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch;
  gap: 28px;
  background: var(--pc-card) !important;
  background-image: none !important;
  border: 1px solid var(--pc-line);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(16, 36, 58, .12);
  box-sizing: border-box;
}
.pc-home .LotteryPopular .LotteryItem:hover {
  background: #f5f9fc !important;
  background-image: none !important;
}
.pc-home .LotteryItem .itemImg {
  position: static !important;
  top: auto;
  left: auto;
  width: 420px;
  flex: 0 0 420px;
}
.pc-home .LotteryItem .itemImg img,
.pc-home .LotteryItem .itemImg .item-img {
  width: 420px !important;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.pc-home .LotteryItem .item,
.pc-home .LotteryItem .item .itemTop {
  align-items: flex-start;
  height: auto;
  flex: 1;
}
.pc-home .LotteryItem .itemTitle {
  text-align: left;
  margin: 8px 0 12px;
  color: var(--pc-text) !important;
  font-size: 26px;
}
.pc-home .LotteryItem .content {
  padding: 0 0 18px;
}
.pc-home .LotteryItem .content span {
  width: auto;
  max-width: 100%;
  color: var(--pc-muted) !important;
  font-size: 15px;
  line-height: 1.8;
}
.pc-home .LotteryPopular a {
  width: 168px;
  height: 44px;
  margin: 10px 0 0;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: #16324c !important;
  color: #fff !important;
  filter: none !important;
  box-shadow: none !important;
  -webkit-box-reflect: none !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 44px;
}
.pc-home .LotteryPopular a span {
  display: none !important;
}

.pc-home #local-IndexContent {
  width: 100% !important;
  max-width: 100%;
  margin: 28px auto 8px;
  padding: 28px 36px 32px;
  background: var(--pc-card) !important;
  border: 1px solid var(--pc-line);
  border-image: none;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(16, 36, 58, .12);
  box-sizing: border-box;
}
.pc-home .item-title {
  color: var(--pc-text) !important;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 14px;
}
.pc-home .item-centent,
.pc-home .item-centent p {
  color: var(--pc-muted) !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  text-align: justify !important;
  font-family: "Microsoft Yahei", "微软雅黑", sans-serif !important;
  margin: 0 0 12px;
}
.pc-home .item-centent .more,
.pc-home .item-centent a {
  color: var(--pc-accent) !important;
  font-weight: 700;
  font-size: 14px;
}

.pc-home .Footer-001-wrap {
  width: var(--pc-width);
  max-width: 92%;
  margin: 18px auto 0;
  padding: 28px 36px 0;
  background:
    linear-gradient(180deg, #143248 0%, #0f273c 100%);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px 12px 0 0;
  box-shadow: 0 14px 36px rgba(8, 20, 40, .22);
  box-sizing: border-box;
}
.pc-home .Footer-001-wrap .layout {
  display: flex !important;
  gap: 20px;
  align-items: stretch;
}
.pc-home .Footer-001-wrap .flex {
  flex: 1 1 0;
  max-width: none !important;
  width: auto !important;
  background: var(--pc-card);
  border: 1px solid var(--pc-line);
  border-radius: 12px;
  padding: 22px 24px;
  box-shadow: 0 8px 20px rgba(16, 36, 58, .1);
  box-sizing: border-box;
}
.pc-home .Footer-001-wrap .Footer-001 .title {
  color: var(--pc-text) !important;
  font-size: 18px !important;
  font-weight: 800;
  margin-bottom: 12px;
}
.pc-home .Footer-001-wrap .Footer-001 .text,
.pc-home .Footer-001-wrap .Footer-001 .rt,
.pc-home .Footer-001-wrap .grey--text {
  color: var(--pc-muted) !important;
  font-size: 14px !important;
  line-height: 1.75;
}
.pc-home .Footer-001-wrap .footer {
  width: 100%;
  margin: 20px 0 0 !important;
  background: var(--pc-card) !important;
  border: 1px solid var(--pc-line);
  border-radius: 12px;
  padding: 16px 0;
  box-sizing: border-box;
}
.pc-home .Footer-001-wrap .copyRight001 {
  background: var(--pc-header) !important;
  color: #d7e6f4 !important;
  margin-top: 20px;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 1100px) {
  .pc-home .LotteryPopular .LotteryItem {
    flex-direction: column !important;
  }
  .pc-home .LotteryItem .itemImg,
  .pc-home .LotteryItem .itemImg img,
  .pc-home .LotteryItem .itemImg .item-img {
    width: 100% !important;
    flex-basis: auto;
  }
  .pc-home .Footer-001-wrap .layout {
    flex-direction: column;
  }
}
