.footer_box {
    padding: 0.85rem 0 0.91rem 0;
    background: #363840;
  }
  .foter {
    display: flex;
  }
  .ftr_p1 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.32rem;
    color: #FFFFFF;
  }
  .ftr_p2 {
    font-family: MiSans, MiSans;
    font-weight: 300;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: 0.03rem;
  }
  .left_ftr_p {
    padding-bottom: 0.3rem;
    width: 8.6rem;
    border-bottom: 0.01rem solid #565656;
  }
  .ftr_left1 {
    margin-top: 0.15rem;
    display: flex;
  }
  .ftr_ul {
    margin-right: 1.2rem;
  }
  .ftr_ul:nth-last-child(1) {
    margin-right: 0;
  }
  .ftr_li {
    margin-bottom: 0.1rem;
  }
  .ftr_li:nth-child(1) {
    margin-bottom: 0.2rem;
  }
  .ftr_li:nth-child(1) a {
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
  }
  .ftr_li_a {
    color: #CCCCCC;
    font-weight: 300;
    font-size: 0.16rem;
    transition: all 0.3s;
  }
  .ftr_li_a:hover {
    color: #FFF;
  }
  .ftr_right {
    margin-left: 2rem;
    padding-top: 0.54rem;
  }
  .ftr_tit1 {
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #565656;
    width: 3.3rem;
    margin-bottom: 0.2rem;
  }
  .ftr_fle {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .ftr_fle:nth-last-child(1) {
    margin-bottom: 0;
  }
  .left_fle {
    width: fit-content;
    height: 0.26rem;
    display: flex;
    margin-right: 0.08rem;
  }
  .right_fle {
    font-weight: 400;
    font-size: 0.16rem;
    color: #FEFEFE;
  }
  .ftr_fle1 {
    margin-top: 0.25rem;
    display: flex;
  }
  .ftr_img1 {
    width: fit-content;
    height: 0.25rem;
    display: flex;
    margin-right: 0.2rem;
    cursor: pointer;
    position: relative;
  }
  .ftr_img1>img:nth-child(2),
  .ftr_img1:hover>img:nth-child(1){
      display: none;
  }
  
  .ftr_img1:hover>img:nth-child(2){
      display: block;
  }
  
  .ftr_img2 {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%);
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    display: none;
  }
  .ftr_img1:hover .ftr_img2 {
    display: flex;
  }
  
  
  
  @media only screen and (max-width:768px){
      .left_ftr_p{
          width: 7.1rem;
      }
      .foter{
              flex-wrap: wrap;
      }
      .ftr_left1{
          display: none;
      }
      .ftr_right{
          margin-left: 0;
      }
  }