﻿@media screen and (min-width: 320px) and (max-width: 1024px) {
  .bannerbg {
    position: absolute;
    width: 100%;
    height: 5rem;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
  }
  .banner {
    padding-top: 1rem;
    position: relative;
    height: 5rem;
    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.5rem;
    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: 0;
    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: 0.8rem;
    margin-bottom: 0rem;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 0.2rem;
  }
  .banner .wrap .title-box p {
    font-size: 0.4rem;
    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: 2rem;
    align-self: flex-end;
    transform: translateY(0.3rem);
  }
  .bz-btn {
    width: 2.6rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.32rem;
    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.32rem;
    color: #69a67a;
    border: 1px solid #69a67a;
    background: none;
  }
  .bz-btn:hover {
    opacity: 0.8;
  }
  .st-content {
    margin-bottom: 2.7rem;
  }
  .st-content .swiper-slide {
    padding: 0 0.24rem;
  }
  .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;
  }
  .st-content .st-item .st-title p {
    position: relative;
    font-size: 0.4rem;
    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;
    display: none;
  }
  .st-content .st-item .st-title input {
    flex: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid #c8e0b4;
    height: 0.55rem;
    background: none;
    margin-left: 0.15rem;
    font-size: 0.32rem;
    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;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.2rem;
  }
  .st-content .st-item .st-whitebox .st-title.st-title2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    flex-direction: row;
  }
  .st-content .st-item .st-whitebox .st-title.st-title2 p {
    font-size: 0.3rem;
    margin-left: 0.2rem;
  }
  .st-content .st-item .st-whitebox .st-title .stitle-left {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
  }
  .st-content .st-item .st-whitebox .st-title .stitle-right {
    width: 100%;
  }
  .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(3, 1fr);
    gap: 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;
  }
  .st-content .st-item .st-whitebox .tm-box {
    border-radius: 0.3rem;
    background-color: #fff;
    border: 0.08rem solid #c5e0b4;
    padding-right: 0;
  }
  .st-content .st-item .st-whitebox .tm-box .tm-list {
    overflow-y: scroll;
  }
  .st-content .st-item .st-whitebox .tm-box .tm-list::-webkit-scrollbar {
    width: 3px;
    height: 5px;
  }
  .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.6rem;
    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(1, 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-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.28rem;
    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;
    height: 1rem;
  }
  .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-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(3, 1fr);
  }
  .st-content .st-item .st-whitebox .tm-box2 .tm-item .choose-box .cho-item {
    font-size: 0.22rem;
    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.3rem;
    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.32rem;
  }
  .st-content .st-item .st-whitebox .yaoqing {
    font-size: 0.32rem;
    line-height: 1.8em;
    color: #666666;
    text-indent: 2em;
  }
  .st-content .st-item .st-whitebox .sm-box {
    display: flex;
    flex-direction: column;
    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.32rem;
    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: 3rem;
  }
  .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.32rem;
    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.3rem;
    line-height: 1.8em;
    color: #666666;
  }
  .st-content .st-item .st-whitebox .zq-box p {
    font-size: 0.3rem;
    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;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 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:nth-child(2) {
    margin-top: 0.4rem;
  }
  .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.3rem;
    margin-left: 0.2rem;
  }
  .st-content .st-item .st-whitebox .xx-bigitem .xx-item .label {
    font-size: 0.32rem;
    color: #333;
    margin-right: 0.15rem;
    font-weight: 600;
  }
  .st-content .st-item .st-whitebox .xx-bigitem .xx-item input {
    width: 3.4rem;
    height: 0.8rem;
    background-color: #ebf4ef;
    border-radius: 0.1rem;
    border: none;
    outline: none;
    font-size: 0.3rem;
    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(1, 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.3rem;
    resize: none;
    border: none;
    width: 100%;
    min-height: 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.3rem;
    white-space: unset;
    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: 4.4rem;
    margin-left: auto;
  }
  .st-content .st-item .st-whitebox .xx-bigitem .xx-item label input.year {
    width: 3.5rem;
    margin: 0 0.2rem;
  }
  .st-content
    .st-item
    .st-whitebox
    .xx-bigitem
    .xx-item
    label
    input[type="checkbox"] {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    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.5rem;
    height: 0.5rem;
    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.3rem;
    color: #666666;
    margin-left: 0.18rem;
  }
  .st-content .bz-box .bz-left .ra-item .radio {
    width: 0.5rem;
    height: 0.5rem;
    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.5rem;
  }
  .st-content .bz-box .bz-left .ra-item .radio-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
  }
  footer {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
  }
  footer img {
    width: 100%;
  }
  footer p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.1rem;
    white-space: nowrap;
    font-size: 0.16rem;
    color: #fff;
  }
  .st-content .st-item .st-whitebox .tm-box .tm-item .choose-box .cho-item .p {
    font-weight:bold;
    font-size:0.28rem;
  }
}
