.wrap {
  width: 12rem;
  margin: 0 auto;
}
.wrap2 {
  width: 14rem;
  margin: 0 auto;
}
.laba {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.laba.active .bw {
  animation: laba 1s ease-in-out infinite 0.4s;
}
.laba.active .bw2 {
  animation: laba 1s ease-in-out infinite 0.6s;
}
.laba img {
  height: 0.35rem;
}
.laba .bw {
  height: 0.2rem;
  margin-left: 0.05rem;
}
.laba .bw2 {
  height: 0.3rem;
}
body {
  background-color: #ebf4ef;
}
.bz-btn {
  width: 2.4rem;
  height: 0.7rem;
  border-radius: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: #fff;
  background: linear-gradient(to right, #6ba77e, #8dc198);
  cursor: pointer;
}
.bz-btn.common-btn {
  width: 2.4rem;
  height: 0.7rem;
  border-radius: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: #69a67a;
  border: 1px solid #69a67a;
  background: none;
}
.bz-btn:hover {
  opacity: 0.8;
}
.bannerbg {
  position: absolute;
  width: 100%;
  height: 7rem;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}
.banner {
  padding-top: 1.36rem;
  position: relative;
  height: 7rem;
  margin-bottom: 0.35rem;
}
.banner.banner2 .wrap .title-box .line {
  margin: 0.45rem 0;
  width: 0.7rem;
}
.banner.banner3 .wrap .title-box h1 {
  font-size: 0.6rem;
  line-height: 1.2em;
}
.banner.banner4 .wrap .panda {
  width: 5.1rem;
}
.banner .bannerbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.banner .wrap {
  position: relative;
  z-index: 2;
  padding-right: 1.2rem;
  height: 100%;
}
.banner .wrap .title-box {
  color: #fff;
  font-family: "fz";
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.banner .wrap .title-box h1 {
  font-size: 1.1rem;
  margin-bottom: 0rem;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 0.2rem;
}
.banner .wrap .title-box p {
  font-size: 0.46rem;
  margin-bottom: 0.55rem;
  line-height: 1.4em;
}
.banner .wrap .title-box .line {
  width: 0.75rem;
  height: 0.05rem;
  background-color: #fff;
}
.banner .wrap .title-box .panda {
  width: 3.64rem;
  align-self: flex-end;
  transform: translateY(0.3rem);
}
.st-content {
  margin-bottom: 2.7rem;
}
.st-content .swiper-slide {
  padding: 0 1rem;
}
.st-content .st-item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.st-content .st-item.yq-item {
  margin-bottom: 0.55rem;
}
.st-content .st-item .st-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
  empty-cells: show;
  position: sticky;
  top: 0;
}
.st-content .st-item .st-title p {
  position: relative;
  font-size: 0.3rem;
  color: #333;
  padding: 0.01rem 0.015rem;
  font-family: "fz";
}
.st-content .st-item .st-title p::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.2rem;
  background-color: #c8e0b4;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.st-content .st-item .st-title input {
  flex: 1;
  border: none;
  outline: none;
  border-bottom: 2px solid #c8e0b4;
  padding: 0.1rem 0;
  background: none;
  margin-left: 0.15rem;
  font-size: 0.2rem;
  font-family: "fz";
}
.st-content .st-item .st-whitebox {
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.5rem 0.4rem;
}
.st-content .st-item .st-whitebox .st-title {
  justify-content: start;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.st-content .st-item .st-whitebox .st-title.st-title2 {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}
.st-content .st-item .st-whitebox .st-title.st-title2 p {
  font-size: 0.26rem;
}
.st-content .st-item .st-whitebox .st-title.st-title2 p b {
  font-weight: normal;
  color: #69a67a;
}
.st-content .st-item .st-whitebox .st-title.st-title2 p::after {
  display: none;
}
.st-content .st-item .st-whitebox .st-title .stitle-left {
  width: 50%;
  display: flex;
  align-items: center;
}
.st-content .st-item .st-whitebox .st-title .stitle-right {
  width: 50%;
}
.st-content .st-item .st-whitebox .st-title .stitle-right .bq-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.st-content .st-item .st-whitebox .st-title .stitle-right .bq-list .bq-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.st-content
  .st-item
  .st-whitebox
  .st-title
  .stitle-right
  .bq-list
  .bq-item
  img {
  width: 0.55rem;
  height: 0.55rem;
  object-fit: fill;
  margin-bottom: 0.05rem;
  margin-right: 0;
}
.st-content .st-item .st-whitebox .st-title .stitle-right .bq-list .bq-item .p {
  font-size: 0.2rem;
  color: #69a67a;
  font-weight: bold;
}
.st-content .st-item .st-whitebox .st-title p span {
  position: relative;
  z-index: 2;
}
.st-content .st-item .st-whitebox .st-title p::after {
  z-index: 1;
}
.st-content .st-item .st-whitebox .st-title .pandas {
  width: 0.47rem;
  margin-right: 0.2rem;
}
.st-content .st-item .st-whitebox .pj-box {
  padding: 0.3rem 0;
}
.st-content .st-item .st-whitebox .pj-box .pj-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0 0.2rem;
}
.st-content .st-item .st-whitebox .pj-box .pj-list .pj-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  border: 1px solid #b2bcc7;
  height: 2.04rem;
  cursor: pointer;
}
.st-content .st-item .st-whitebox .pj-box .pj-list .pj-item.active {
  background: linear-gradient(to bottom, #8ec299, #6aa77d);
}
.st-content .st-item .st-whitebox .pj-box .pj-list .pj-item img {
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.3rem;
}
.st-content .st-item .st-whitebox .pj-box .pj-list .pj-item p {
  font-size: 0.18rem;
  font-weight: bold;
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-0.1rem);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(0.1rem);
  }
  100% {
    transform: translateY(0);
  }
}
.st-content .st-item .st-whitebox .tm-box {
  border-radius: 0.3rem;
  background-color: #fff;
  border: 0.08rem solid #c5e0b4;
  padding-right: 0.02rem;
  position: relative;
}
.st-content .st-item .st-whitebox .tm-box.tm-box3 {
  padding-right: 0;
  border: 1px solid #000;
  border-radius: 0;
}
.st-content .st-item .st-whitebox .tm-box.tm-box3 .tm-list {
  height: auto;
  border-radius: 0;
  overflow-y: auto;
}
.st-content .st-item .st-whitebox .tm-box .tm-list {
  overflow-y: scroll;
  height: 8rem;
  border-radius: 0.2rem;
}
.st-content .st-item .st-whitebox .tm-box .tm-list::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}
.st-content .st-item .st-whitebox .tm-box .tm-list::-webkit-scrollbar-track {
  width: 10px;
  height: 10px;
  background-color: transparent !important;
  border-radius: 2.5px !important;
}
.st-content .st-item .st-whitebox .tm-box .tm-list::-webkit-scrollbar-thumb {
  border-radius: 2.5px !important;
  background-color: rgba(0, 0, 0, 0.173) !important;
  position: relative !important;
}
.st-content .st-item .st-whitebox .tm-box .xiahua {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0rem;
  padding: 0 0.2rem 0.1rem 0.2rem;
  background: linear-gradient(to bottom, transparent, #fff);
  z-index: 99;
}
.st-content .st-item .st-whitebox .tm-box .xiahua img {
  width: 0.5rem;
  margin: 0 auto;
  margin-bottom: 0.1rem;
  animation: upDown 2s infinite linear;
}
.st-content .st-item .st-whitebox .tm-box .xiahua p {
  text-align: center;
  font-size: 0.14rem;
  color: green;
}
.st-content .st-item .st-whitebox .tm-box .tm-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  line-height: 1.8em;
}
.st-content .st-item .st-whitebox .tm-box .tm-item:not(:last-child) {
  border-bottom: 1px solid #c5e0b4;
}
.st-content .st-item .st-whitebox .tm-box.tm-box3 .tm-item:not(:last-child) {
  border-bottom: 1px solid #000;
}
.st-content .st-item .st-whitebox .tm-box .tm-item .laba {
  margin-right: 0.24rem;
}
.st-content .st-item .st-whitebox .tm-box .tm-item .tm {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  background-color: #edf6e8;
  height: 100%;
  min-height: 0.9rem;
  padding: 0.2rem 0.2rem;
  line-height: 1.6em;
}
.st-content .st-item .st-whitebox .tm-box .tm-item .tm span {
  color: #69a67a;
  font-weight: bold;
}
.st-content .st-item .st-whitebox .tm-box .tm-item .choose-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.st-content .st-item .st-whitebox .tm-box .tm-item .choose-box .cho-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-content .st-item .st-whitebox .tm-box .tm-item .choose-box .cho-item .p {
  font-weight:bold;
  font-size:0.24rem;
}

.st-content
  .st-item
  .st-whitebox
  .tm-box
  .tm-item
  .choose-box
  .cho-item:not(:last-child) {
  border-right: 1px solid #c5e0b4;
}
.st-content
  .st-item
  .st-whitebox
  .tm-box.tm-box3
  .tm-item
  .choose-box
  .cho-item:not(:last-child) {
  border-right: 1px solid #000;
}
.st-content
  .st-item
  .st-whitebox
  .tm-box
  .tm-item
  .choose-box
  input[type="radio"] {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid #aaaaaa;
  background-color: #ebf4ef;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.st-content
  .st-item
  .st-whitebox
  .tm-box
  .tm-item
  .choose-box
  input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  border-radius: 50%;
  background-color: #69a67a;
}
/* 新增 */
.st-content .st-item .st-whitebox .tm-box2 .tm-item {
  display: block;
}
.st-content .st-item .st-whitebox .tm-box2 .tm-item .choose-box {
  padding: 0.2rem 0.2rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.st-content .st-item .st-whitebox .tm-box2 .tm-item .choose-box .cho-item {
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.st-content
  .st-item
  .st-whitebox
  .tm-box2
  .tm-item
  .choose-box
  .cho-item.cho-item2 {
  grid-column: span 2;
}
.st-content
  .st-item
  .st-whitebox
  .tm-box2
  .tm-item
  .choose-box
  .cho-item:not(:last-child) {
  border-right: none;
}
.st-content
  .st-item
  .st-whitebox
  .tm-box2
  .tm-item
  .choose-box
  .cho-item
  label {
  cursor: pointer;
}
.st-content
  .st-item
  .st-whitebox
  .tm-box2
  .tm-item
  .choose-box
  input[type="radio"] {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}
/* 新增 */
.st-content .st-item .st-whitebox .zan {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.24rem;
  color: #666666;
  margin-top: 0.5rem;
}
.st-content .st-item .st-whitebox .zan p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.25rem;
}
.st-content .st-item .st-whitebox .zan p span {
  margin: 0 0.1rem;
}
.st-content .st-item .st-whitebox .zan p img {
  width: 0.26rem;
}
.st-content .st-item .st-whitebox .yaoqing {
  font-size: 0.24rem;
  line-height: 1.8em;
  color: #666666;
  text-indent: 2em;
}
.st-content .st-item .st-whitebox .sm-box {
  display: flex;
  align-items: center;
}
.st-content .st-item .st-whitebox .sm-box .sm-left {
  flex: 1;
}
.st-content .st-item .st-whitebox .sm-box .sm-left p {
  font-size: 0.24rem;
  color: #333333;
  line-height: 2em;
  font-weight: bold;
}
.st-content .st-item .st-whitebox .sm-box .sm-left p span {
  margin-right: 0.1rem;
}
.st-content .st-item .st-whitebox .sm-box .sm-left p b {
  color: #69a67a;
}
.st-content .st-item .st-whitebox .sm-box .sm-img {
  width: 2.6rem;
}
.st-content .st-item .st-whitebox .sm-box .sm-img img {
  width: 100%;
}
.st-content .st-item .st-whitebox .gz-box .gz-item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.st-content .st-item .st-whitebox .gz-box .gz-item .gz-bt {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.st-content .st-item .st-whitebox .gz-box .gz-item p {
  text-indent: 2em;
  font-size: 0.18rem;
  line-height: 1.8em;
  color: #666666;
}
.st-content .st-item .st-whitebox .zq-box p {
  font-size: 0.18rem;
  color: #666666;
  line-height: 1.8em;
}
.st-content .st-item .st-whitebox .zq-box p:not(:last-child) {
  margin-bottom: 0.24rem;
}
.st-content .st-item .st-whitebox .xx-bigitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.22rem 0;
}
.st-content .st-item .st-whitebox .xx-bigitem:not(:last-child) {
  border-bottom: 1px dashed #ebf4ef;
}
.st-content .st-item .st-whitebox .xx-bigitem.xx-onebigitem {
  display: block;
}
.st-content .st-item .st-whitebox .xx-bigitem .xx-item {
  display: flex;
  align-items: center;
}
.st-content .st-item .st-whitebox .xx-bigitem .xx-item.xx-oneitem {
  display: block;
}
.st-content .st-item .st-whitebox .xx-bigitem .xx-item p {
  font-size: 0.24rem;
  margin-left: 0.2rem;
}
.st-content .st-item .st-whitebox .xx-bigitem .xx-item .label {
  font-size: 0.26rem;
  color: #333;
  margin-right: 0.15rem;
  font-weight: 600;
}
.st-content .st-item .st-whitebox .xx-bigitem .xx-item input {
  width: 3rem;
  height: 0.6rem;
  background-color: #ebf4ef;
  border-radius: 0.1rem;
  border: none;
  outline: none;
  font-size: 0.24rem;
  padding-left: 0.2rem;
}
.st-content .st-item .st-whitebox .xx-bigitem .xx-item .check-box {
  width: 100%;
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem 0;
}
.st-content .st-item .st-whitebox .xx-bigitem .xx-item textarea {
  box-sizing: border-box;
  background-color: #ebf4ef;
  border-radius: 0.1rem;
  font-size: 0.24rem;
  resize: none;
  border: none;
  width: 100%;
  min-height: 1.2rem;
  padding: 0.15rem 0.3rem;
  outline: none;
  font-family: "微软雅黑";
  margin-top: 0.4rem;
}
.st-content .st-item .st-whitebox .xx-bigitem .xx-item label {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}
.st-content .st-item .st-whitebox .xx-bigitem .xx-item label:not(:last-child) {
  margin-right: 0.5rem;
}
.st-content
  .st-item
  .st-whitebox
  .xx-bigitem
  .xx-item
  label
  input[type="text"] {
  width: 2.5rem;
  margin-left: auto;
}
.st-content .st-item .st-whitebox .xx-bigitem .xx-item label input.year {
  width: 2rem;
  margin: 0 0.2rem;
}
.st-content
  .st-item
  .st-whitebox
  .xx-bigitem
  .xx-item
  label
  input[type="checkbox"] {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.1rem;
  border: 1px solid #aaaaaa;
  background-color: #ebf4ef;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-right: 0.2rem;
}
.st-content
  .st-item
  .st-whitebox
  .xx-bigitem
  .xx-item
  label
  input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 0.1rem;
  background-color: #69a67a;
}
.st-content
  .st-item
  .st-whitebox
  .xx-bigitem
  .xx-item
  label
  input[type="radio"] {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid #aaaaaa;
  background-color: #ebf4ef;
  appearance: none;
  -webkit-appearance: none;
  margin-right: 0.2rem;
  cursor: pointer;
}
.st-content
  .st-item
  .st-whitebox
  .xx-bigitem
  .xx-item
  label
  input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  border-radius: 50%;
  background-color: #69a67a;
}
.st-content .bz-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.st-content .bz-box .bz-left .ra-item:not(:last-child) {
  margin-bottom: 0.24rem;
}
.st-content .bz-box .bz-left .ra-item label {
  display: flex;
  align-items: center;
}
.st-content .bz-box .bz-left .ra-item p {
  font-size: 0.2rem;
  color: #666666;
  margin-left: 0.18rem;
}
.st-content .bz-box .bz-left .ra-item .radio {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: 1px solid #69a67a !important;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
}
.st-content .bz-box .bz-left .ra-item .radio:checked {
  position: relative;
  background-color: #69a67a;
}
.st-content .bz-box .bz-left .ra-item .radio-box {
  position: relative;
  height: 0.3rem;
}
.st-content .bz-box .bz-left .ra-item .radio-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
footer {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.65rem;
}
footer img {
  width: 17rem;
}
footer p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
  font-size: 0.16rem;
  color: #fff;
}
@keyframes laba {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
