#footer{
  background: #FF4344;
  box-shadow: 0px 0px 0px 0px #E14A39;
}
.footer .top{
    width: 100%;
    height: 240px;
}
.footer .top .content{
    width: 1366px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .top  .foot-logo{
    width: 290px;
    height: 60px;
}
.footer .center  p{
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-bottom: 20px;
}
.footer .center .flex{
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin: 15px 0;
}
.footer .center img{
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.footer .top .right{
  display: flex;
}
.footer .right .item{
  margin-left: 36px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;

  text-align: center;
}
.footer .right .item img{
  width: 94px;
  height: 94px;
  margin-bottom: 16px;
}



.footer .bottom{
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.footer .bottom .content{
    height: 113px;
    width: 1366px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}
.footer a{
    color: rgba(255, 255, 255, 0.6) !important;
}