.footerStyle_img{
    width: 1200px;
    height: 317px;
    margin: 100px auto;
  }
  .footerStyle_top{
    display: flex;
  }
  .footerStyle_left{
    flex: 80%;
    display: flex;
  }
  .footerStyle_right{
    flex: 20%;
  }
  .footerStyle_left ul{
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 0 10px;
  }
  .footerStyle_left ul li{
    color: #999;
    padding: 10px 0;
    font-size: 18px;
    cursor: pointer;
  }
  .footerStyle_left ul{
    flex: 1;
  }
  .footerStyle_left ul h2{
    margin-bottom: 20px;
  }
  .footerStyle_right h1{
    color: #fff;
    line-height: 1;
  }
  .footerStyle_wechat{
    display: flex;
  }
  .footerStyle_wechat div{
    display: flex;
    flex: 1;
    padding: 15px 10px 5px 0;
    flex-direction: column;
  }
  .footerStyle_wechat img{
    width: 100%;
  }
  .footerStyle_wechat p{
    text-align: center;
    padding: 10px 0;
    color: #999;
  }
  .footerStyle_bot{
    margin-top: 25px;
  }
  .bot_one{
    display: flex;
    border-bottom: 1px solid #999;
  }
  .bot_one p{
    flex: 1;
    /* margin-left: auto; */
  }
  .bot_one p:nth-child(1) img{
    width: 45px;
  }
  .bot_one p:nth-child(2) img{
    width: 20px;
  }
  .bot_one p:nth-child(2){
    display: flex;
    justify-content: left;
    align-items: center;
    color: #fff;
  }
  .bot_two{
    display: flex;
    padding: 5px 0;
  }
  .bot_two p{
    flex: 1;
    /* margin-left: auto; */
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .bot_two p:nth-child(1){
    color: #fff;
    font-size: 18px;
  }
  .bot_two p:nth-child(2){
    color: #999;
    font-size: 12px;
  }