footer {
   background: #d33ea6;
   
}
.footer_footer {
   max-width: 1500px;
   margin: 0 auto;
position: relative;
   padding-bottom: 42px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   justify-content: center;
}
.footer_left_left {
   display: flex;
   padding-top: 42px;
   align-items: center;
}
.footer_left {
   margin-right: 90px;
}
.footer_left img {
   width: 60px;
   height: 60px;
   margin-right: 40px;
   cursor: pointer;
}
.footer_auto {
   font-family: Poppins, Poppins;
   font-weight: 600;
   font-size: 20px;
   color: #ffffff;
   line-height: 28px;
}
.footer_auto a {
   color: #ffffff;
   margin-right: 40px;
}
.footer_right {
   font-family: Poppins, Poppins;
   font-weight: 600;
   font-size: 20px;
   color: #ffffff;
   padding-top: 42px;
}
.fanhui{
   width: 56px;
   height: 56px;
   position: absolute;
   left: 48%;
   top: -28px;
   cursor: pointer;
}
.fanhui img {
   width: 100%;
   height: 100%;
}
.nbsp{
   display: none;
}
.fanhui:hover {
    width: 60px;
    height: 60px;
   
}
@media (max-width: 840px) {
   .footer_footer {
      width: 90%;
      margin: 0 auto;
   }
   .fanhui{
   left: 46%;
}
  
   .footer_left img {
      width: 48px;
      height: 48px;
      margin-right: 16px;
   }
   .footer_left img:nth-child(3) {
      margin-right: 0px;
   }
   .footer_auto {
      font-size: 24px;
      line-height: 32px;
   }
   .footer_left {
      margin-right: 0px;
   }
   .footer_left_left {
      width: 100%; flex-direction: row-reverse;
      justify-content: space-between;
   }
   .footer_auto a {
      color: #ffffff;
      margin-right: 0px;
   }
   .footer_right {
      padding-top: 30px;
          font-size: 24px;
   }
   .nbsp{
   display:inline-block ;
}
}
@media (max-width: 605px) {

.footer_auto {
      font-size: 12px;
line-height: 16px;
    }
   .footer_left img {
      width: 24px;
      height: 24px;
      margin-right: 16px;
   }.footer_right {
   font-size: 12px;
line-height: 16px;
padding-top: 18px;
}
.footer_left_left {
    padding-top: 18px;
}
.fanhui{
   width: 28px;
   height: 28px;
  
   left: 48%;
   top: -14px;
}
.fanhui:hover {
   width: 28px;
   height: 28px;
   
}


























}
