.footer{
    height: auto;
    background: #111111;
    padding: 60px 0 26px;
  }
  .footer-box{
    width: 1280px;
    margin: 0 auto;
  }
  .footer-top{
    display: flex;
    justify-content: space-between;
    height: 200px;
    border: none;
  }
  .f-xian{
    width: 1px;
    height: 130px;
    background: #e8e8e8;
    opacity: 0.2;
  }
  .f-item{
    width: calc(100% - 270px);
    display: flex;
  }
  .f-logo{
    width: 112px;
    height: 30px;
    display: block;
  }
  .f-title{
    height: 30px;
    font-size: 20px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 30px;
  }
  .f-item-con{
    display: flex;
  }
  .f-item-con .f-txt{
    width: auto;
  }
  .f-txt{
    padding-top: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #CCCCCC;
    line-height: 30px;
  }
  .f-txt a{
    display: block;
  }
  .f-yi{
    width: 300px;
  }
  .f-btn{
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: linear-gradient(1deg, #955560 0%, #C18D9B 100%);
    border-radius: 5px;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 40px;
    cursor: pointer;
  }
  .foot-img{
    width: 130px;
  
  }
  .foot-img img{
    display: block;
    width: 100%;
  }
  .footer-bottom{
    padding-top: 20px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .beian{
    flex: 1;
  }
  .footer-link{
    width: 100%;
    margin: 15px 0;
  }
  .footer-link span{
    font-size: 14px;
    font-weight: 900;
    color: #CCCCCC;
    line-height: 30px;
  }
  .footer-link a{
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
  }
  .footer-link a:hover{
    opacity: 0.9;
  }
  .footer-bottom i{
    display: inline-block;
    width: 80px;
    height: 30px;
    background-image: url('../picture/fc-icon.png');
    margin-left: 6px;
  }
  .footer-bottom .fc-beian {
    width: 14px;
    height: 14px;
    background-position: -110px -110px;
  }
  .fc-beian_1 {
    background-position: -10px -10px;
  }
  .fc-beian_2 {
    background-position: -10px -60px;
  }
  .fc-beian_3 {
    background-position: -110px -10px;
  }
  .fc-beian_4 {
    background-position: -110px -60px;
  }
  .fc-beian_5 {
    background-position: -10px -110px;
  }