.section_main_box {
    padding-top: 0.6rem;
  }
  .main_a {
    display: block;
    width: 4.5rem;
    height: 5.75rem;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(112, 112, 112, 0.16);
    padding: 0.35rem 0.2rem 0 0.2rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    border-bottom: 0.04rem solid transparent;
    transition: all 0.3s;
  }
  .main_top_img {
    width: 2rem;
    height: 0.6rem;
    display: flex;
  }
  .main_top_img1 {
    width: 100%;
    height: 2.4rem;
    display: flex;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .main_text_p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #585858;
    line-height: 0.28rem;
  }
  .main_text_box {
    width: 0.4rem;
    height: 0.4rem;
    background: #F0FAF5;
    border: 0.01rem solid #27A364;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
    border-radius: 50%;
    transition: all 0.3s;
  }
  .main_tb_img {
    width: 0.07rem;
    height: 0.12rem;
  }
  .main_a:hover {
    border-bottom: 0.04rem solid #27A364;
  }
  .main_a:hover .main_text_box {
    background: #27A364;
  }
  .main_a:hover .main_tb_img {
    filter: brightness(10);
  }
  .dis_ent {
    display: flex;
    flex-wrap: wrap;
  }
  .dis_ent > a:nth-child(3n) {
    margin-right: 0;
  }
  .right_Quality_bottom_Pager {
    margin-top: 0.27rem !important;
  }
  