@charset "utf-8";

html,
body {
  margin: 0;
  padding: 0;
  background: #f3f5f3;
  color: #111;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  --hct-display-font: "PingFang SC", "Microsoft YaHei", "STHeiti", "Heiti SC", "SimHei", "Hiragino Sans GB", Arial, sans-serif;
  --hct-display-stroke: .9px #101010;
  --hct-display-shadow:
    -1px -1px 0 #101010,
    1px -1px 0 #101010,
    -1px 1px 0 #101010,
    1px 1px 0 #101010,
    0 2px 0 #101010,
    0 3px 1px rgba(0, 0, 0, .16);
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.cgi-container {
  width: 100%;
  max-width: 720px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 8px 70px;
  background: #fff;
}

.cgi-head {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 44px 1fr 94px;
  align-items: center;
  min-height: 48px;
  margin: 0 -8px 8px;
  padding: 0 8px;
  background: linear-gradient(180deg, #07a334 0%, #007719 100%);
  color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .18);
}

.icon-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}

.icon-back::before {
  display: block;
  width: 12px;
  height: 12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  transform: rotate(45deg);
}

.cgi-head-tit {
  min-width: 0;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: var(--hct-display-font);
  -webkit-text-stroke: var(--hct-display-stroke);
  paint-order: stroke fill;
  text-shadow: var(--hct-display-shadow);
}

.cgi-head-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
}

.cgi-head-title-wrap .cgi-head-tit {
  max-width: 100%;
  line-height: 22px;
}

.cgi-head-domain {
  display: block;
  max-width: 100%;
  margin-top: 1px;
  overflow: hidden;
  color: #fff7b8;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .38);
}

.cgi-head-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 6px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.menu02 {
  position: absolute;
  right: 8px;
  top: 46px;
  z-index: 30;
  width: 112px;
  border: 1px solid #0a8a24;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
  overflow: hidden;
}

.menu02 a {
  display: block;
  height: 34px;
  color: #0a7f23;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  line-height: 34px;
  border-bottom: 1px solid #e5e5e5;
}

.menu02 li:last-child a {
  border-bottom: 0;
}

.selectYearDialog,
.cgi-tan-box-container {
  display: none;
}

.cgi-zs {
  padding: 2px 0 8px;
}

.tempWrap,
.bd,
.con {
  width: 100% !important;
}

.kj-tit {
  margin: 8px 0 0;
  padding: 8px 10px;
  border: 1px solid #0a8a24;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, #09a638 0%, #007719 100%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  font-family: var(--hct-display-font);
  letter-spacing: 1px;
  -webkit-text-stroke: var(--hct-display-stroke);
  paint-order: stroke fill;
  text-shadow: var(--hct-display-shadow);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, .18),
    inset 0 -3px 0 rgba(0, 0, 0, .12);
}

.kj-tit + .kj-tit {
  display: none;
}

.kj-tit font {
  display: inline-block;
  min-width: 34px;
  color: #ffe600 !important;
  font-size: 20px;
}

.kj-box {
  margin: 0 0 8px;
  padding: 10px 8px 8px;
  border: 1px solid #d7d7d7;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background: #fff;
}

.kj-box ul {
  display: grid;
  grid-template-columns: repeat(6, minmax(38px, 1fr)) 22px minmax(38px, 1fr);
  gap: 6px;
  align-items: start;
}

.kj-box li {
  min-width: 0;
  text-align: center;
}

.kj-box dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 4px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .24), inset 0 -3px 0 rgba(0, 0, 0, .14);
}

.ball-red {
  background: linear-gradient(180deg, #f41616 0%, #c90000 100%);
}

.ball-blue {
  background: linear-gradient(180deg, #0f77db 0%, #0055ad 100%);
}

.ball-green {
  background: linear-gradient(180deg, #09a138 0%, #087723 100%);
}

.kj-box dd {
  color: #222;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  white-space: nowrap;
}

.grey-txt {
  color: #888;
}

.wx-jin {
  color: #c69000;
}

.wx-mu {
  color: #07882b;
}

.wx-shui {
  color: #075ec2;
}

.wx-huo {
  color: #d00000;
}

.wx-tu {
  color: #915f18;
}

.kj-jia {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding-top: 8px;
}

.kj-jia dt,
.kj-jia dd {
  display: none;
}

.kj-jia::before {
  color: #777;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  content: "+";
}

.cgi-foot-links {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 50;
  width: 100%;
  max-width: 720px;
  transform: translateX(-50%);
  border-top: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, .08);
}

.cgi-foot-links ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
}

.cgi-foot-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-right: 1px solid #eee;
  color: #111;
  font-size: 14px;
  font-weight: 800;
}

.cgi-foot-links li:last-child a {
  border-right: 0;
}

.cgi-foot-links a.hover {
  color: #fff;
  background: linear-gradient(180deg, #09a638 0%, #007719 100%);
}

.cgi-foot-links span {
  display: none;
}

@media screen and (max-width: 390px), screen and (min-width: 821px) {
  .cgi-container {
    padding-left: 6px;
    padding-right: 6px;
  }

  .cgi-head {
    margin-left: -6px;
    margin-right: -6px;
    grid-template-columns: 38px 1fr 86px;
  }

  .cgi-head-tit {
    font-size: 17px;
  }

  .kj-tit {
    font-size: 16px;
  }

  .kj-box {
    padding-left: 5px;
    padding-right: 5px;
  }

  .kj-box ul {
    grid-template-columns: repeat(6, minmax(34px, 1fr)) 18px minmax(34px, 1fr);
    gap: 4px;
  }

  .kj-box dt {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .kj-box dd {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (min-width: 821px) {
  .cgi-container,
  .cgi-foot-links {
    max-width: 640px;
  }
}
