.main_box {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
  .main_title {
    font-weight: bold;
    font-size: 0.32rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.3rem;
    width: 14rem;
    margin: 0 auto .3rem;
  }
  .ttiel {
    display: flex;
    width: fit-content;
    margin: auto;
  }
  .ttiel_p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
  }
  .ttiel_p > span {
    margin-left: 0.6rem;
  }
  .hengxr {
    width: 100%;
    border: 0.01rem solid #DCDCDC;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .text_contentr {
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.3rem;
  }
  .text_contentr img {
    max-width: 100%;
    width: revert-layer;
    /*height: 5.4rem;*/
    height: auto;
    display: flex;
    margin: 0.15rem 0;
  }
  .ftr_page {
    margin-top: 0.3rem;
    height: 1.2rem;
    background: #F5F6F6;
  }
  .ftcent {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
  }
  .left_ftr {
    display: flex;
    align-items: center;
  }
  .elft_con {
    width: auto;
    height: 0.17rem;
    display: flex;
  }
  .elft_con img {
    filter: brightness(0.2);
  }
  .eflt_hengx {
    height: 0.17rem;
    border: 0.01rem solid #C5C5C5;
    margin: 0 0.2rem;
  }
  .eflt_p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
  }
  
    .left_ftr:hover .eflt_p{
      color: #1978DC;
    }
    
    .left_ftr:hover .elft_con img {
        filter: brightness(1);
      }
  
  .right_eft {
    flex-direction: row-reverse;
  }
  .right_eft .elft_con {
    transform: rotateZ(180deg);
  }
  @media only screen and (max-width:768px){
      .main_title{
          width:7rem;
          
      }
      .main_box{
          padding-right: 0.2rem;
          padding-left: 0.2rem;
      }
  }