 /* PC */
 @media screen and (min-width:993px) {
  .foot_wrap{width:100%;height:420px;background-color:#000000;  color: #ffffff !important;display:none;}
  .foot_inner{display: flex;box-sizing: border-box;padding-top:56px;padding-bottom: 40px;width: 1280px;margin: 0 auto;}
  .ft{width: 140px;}
  .ft6 img{width:165px; height:165px;}
  .ft6 p{margin-top:15px;}
  .ft1,.ft6{flex: 1;}
  .ft6{text-align: center;}
  .ft6 p{
    text-align: center;
    margin-top:16px;
    font-size: 14px;
    font-weight: 200;
  }
  .fbt{
    font-size: 15px;
    font-weight: 700;
  }
  .fbitem{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
  .mb26{
    margin-bottom: 26px;
  }
  .mg7{
    margin-bottom:7px;
  }

  .talk{
    cursor: pointer;
    width: 100px;
    height: 40px;
    background: #1F5DEA;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items:center;
    justify-content: center;
    margin-top: 20px;
  }

  .iphone{
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
  }
  .ftfree{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom:5px;
  }
  .foot_intro{
    width: 1280px;
    box-sizing: border-box;
    border-top:1px solid  #D3D5DC;
    padding-top:16px ;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
  }
  .foot_wrap a{color: #ffffff;}
  .foot_wrap a:link { color: #ffffff; text-decoration:none;}
  .foot_wrap a:active{color: #ffffff; }
  .foot_wrap a:visited {color:#ffffff;text-decoration:none;}
  .foot_wrap a:hover {color: #ffffff; text-decoration:none;}
}

/* 移动 */
@media screen and (min-width:0px) and  (max-width:992px){
  .foot_wrap{width:100%;height:140px; background-color:#ffffff; color: #000000 !important;display:none;box-sizing: border-box;padding:30px;}
  .foot_intro{
    width:100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    font-weight: 200;
    text-align: center;
  }
}
