.main_top_title {
    margin-top: 0.69rem;
  }
  .main_dis_box {
    display: flex;
    margin-top: 0.5rem;
  }
  .main_dis_box > div:nth-last-child(1) {
    margin-right: 0;
  }
  .main_small_box {
    min-width: 3.26rem;
    min-height: 3.55rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.07rem 0.01rem rgba(41, 41, 41, 0.14);
    margin-right: 0.32rem;
    transition: all 0.3s;
    padding: 0.72rem 0.3rem 0 0.3rem;
  }
  .main_small_box:hover {
    background: linear-gradient(165deg, #FFFFFF 0%, #F1FAF6 100%);
    box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(24, 154, 88, 0.26);
  }
  .main_small_box:hover .con_img {
    background: #27A364;
  }
  .main_small_box:hover .con_qig img {
    filter: brightness(10);
  }
  .con_img {
    margin: auto;
    width: 0.76rem;
    height: 0.76rem;
    border: 0.01rem solid #27A364;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
  }
  .con_qig {
    width: fit-content;
    height: 0.36rem;
    display: flex;
  }
  .con_text_p {
    margin-top: 0.42rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
  }
  .con_text_p1 {
    margin-top: 0.2rem;
    text-align: center;
    font-weight: normal;
    font-size: 0.16rem;
    color: #666666;
  }
  .map_box {
    margin-top: 0.6rem;
    height: 6.4rem;
    display: flex;
    position: relative;
  }
  .map_small_box {
    width: 0.36rem;
    height: 0.46rem;
    display: flex;
    position: absolute;
  }
  .t_onp {
    margin-top: 0.8rem !important;
  }
  .main_text_p1 {
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    margin-top: 0.5rem;
    text-align: center;
  }
  .form_box {
    margin-top: 0.3rem;
    width: 12.72rem;
    background-image: url(../img/zu62.png);
    background-size: 100% 100%;
    padding: 0.6rem 1.72rem 1.6rem 2.4rem;
  }
  .one_from {
    display: flex;
  }
  .one_from > div:nth-last-child(1) {
    margin-right: 0;
  }
  .one_ipt {
    width: 2.66rem;
    height: 0.4rem;
    background: #FCFCFC;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #EBEBEB;
    padding-left: 0.15rem;
    font-size: 0.16rem;
  }
  .one_ipt::placeholder {
    font-weight: 400;
    font-size: 0.14rem;
    color: #9A9A9A;
  }
  .asterisk {
    position: absolute;
    top: 25%;
    left: 3%;
    color: red;
    font-size: 0.14rem;
  }
  .one_from1 {
    position: relative;
    display: flex;
    margin-right: 0.31rem;
  }
  .two_form {
    margin-top: 0.26rem;
    position: relative;
  }
  .text_con {
    width: 8.6rem;
    height: 1.68rem;
    background: #FCFCFC;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #EBEBEB;
    resize: none;
    padding-left: 0.15rem;
    font-size: 0.16rem;
  }
  .asterisk_top {
    position: absolute;
    top: 11%;
    left: 1%;
    color: red;
    font-size: 0.14rem;
  }
  .form_btn {
    padding: 0.13rem 1.06rem;
    width: fit-content;
    background: #27A364;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    display: flex;
    margin-top: 0.2rem;
  }
  