* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #e2ecfc;
  font-family: "PingFang SC";
}

body {
  color: #5064a0;
}

img {
  display: block;
  max-width: 100%;
}

em {
  color: #e82d2d;
  font-family: "DIN Alternate";
  font-style: normal;
  font-weight: 700;
}

.wc-page {
  position: relative;
  width: 100%;
  max-width: 3.75rem;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  background: #e2ecfc;
  padding-bottom: 0.9rem;
}

.wc-top {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 20;
  width: 100%;
  max-width: 3.75rem;
  transform: translateX(-50%);
  cursor: pointer;
}

.wc-top img {
  width: 100%;
}

.wc-main {
  position: relative;
  padding-top: 0.57rem;
}

.wc-hero {
  position: relative;
  width: 100%;
}

.wc-hero img {
  width: 100%;
}

.wc-card {
  position: relative;
  width: 3.63rem;
  margin: 0 auto;
  border-radius: 0.1rem;
}

.wc-card-first {
  margin-top: -3.12rem;
  padding-bottom: 0.06rem;
}

.wc-card-first::before {
  position: absolute;
  top: 2.96rem;
  bottom: -0.17rem;
  left: 50%;
  z-index: 0;
  width: 3.63rem;
  background-image: url("/images/od_sports/2026/card-bg-middle.png");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 3.63rem auto;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}

.wc-card-second {
  margin-top: 0.17rem;
  padding-top: 0.05rem;
  padding-bottom: 0.1rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
  box-shadow: 0 0.02rem 0.04rem rgba(194, 208, 255, 0.5);
}

.wc-card-bg {
  position: absolute;
  left: 50%;
  width: 3.81rem;
  max-width: none;
  transform: translateX(-50%);
  pointer-events: none;
}

.wc-card-bg-top {
  top: 0;
  z-index: 1;
  height: auto;
}

.wc-corner {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 3.63rem;
  transform: translateX(-50%);
  pointer-events: none;
}

.wc-title-img {
  position: relative;
  z-index: 2;
  width: 2.18rem;
  margin: 0 auto;
}

.wc-card-first .wc-title-img {
  padding-top: 0.32rem;
}

.wc-table {
  position: relative;
  z-index: 2;
  width: 3.5rem;
  margin: 0.07rem auto 0;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
  color: #5064a0;
  font-weight: 600;
}

.wc-table th,
.wc-table td {
  border-right: 0.005rem solid rgba(125, 140, 176, 0.2);
  border-bottom: 0.005rem solid rgba(125, 140, 176, 0.2);
  background: #fff;
}

.wc-table th:first-child,
.wc-table td:first-child {
  width: 1.1rem;
  border-left: 0.005rem solid rgba(125, 140, 176, 0.2);
}

.wc-table th {
  height: 0.38rem;
  background: linear-gradient(180deg, #86bcff 0%, #3974f1 100%);
  color: #fff;
  font-size: 0.15rem;
  font-weight: 600;
  text-align: center;
}

.wc-table th:first-child {
  border-top-left-radius: 0.12rem;
}

.wc-table th:last-child {
  border-top-right-radius: 0.12rem;
}

.wc-table td {
  height: 0.28rem;
  font-size: 0.14rem;
  line-height: 1.25;
  vertical-align: middle;
}

.wc-table td:first-child {
  color: #405289;
  font-family: "DIN Alternate";
  font-size: 0.16rem;
  font-weight: 700;
  text-align: center;
}

.wc-table td:last-child {
  padding: 0.03rem 0.08rem 0.03rem 0.14rem;
  text-align: left;
}

.wc-table .is-tall td {
  height: 0.56rem;
}

.wc-second-table td:last-child {
  padding: 0.03rem 0.12rem 0.03rem 0.21rem;
  color: #5064a0;
  font-family: "DIN Alternate";
  font-size: 0.16rem;
  font-weight: 700;
  text-align: center;
}

.wc-note {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  width: 3.51rem;
  min-height: 0.64rem;
  margin: 0 auto;
  padding: 0.12rem 0.13rem;
  border-radius: 0 0 0.1rem 0.1rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
  box-shadow: 0 0.02rem 0.04rem rgba(194, 208, 255, 0.5);
  color: #d13c3a;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 0.18rem;
}

.wc-card-second .wc-note {
  padding: 0.12rem 0.13rem 0.12rem 0.17rem;
}

.wc-note img {
  width: 0.33rem;
  height: 0.33rem;
  flex: 0 0 auto;
}

.wc-note p {
  margin: 0;
}

.wc-note span {
  font-size: 0.12rem;
}

.wc-bottom {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 20;
  width: 100%;
  max-width: 3.75rem;
  transform: translateX(-50%);
  cursor: pointer;
}

.wc-bottom img {
  width: 100%;
}

@media (max-width: 340px) {
  .wc-table td:last-child {
    font-size: 0.13rem;
  }

  .wc-table td:first-child,
  .wc-second-table td:last-child,
  em {
    font-size: 0.15rem;
  }
}
