.foot {
  padding-top: 39px;
  padding-bottom: 44px;
  background-color: #2a2a2a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 80px;
}
.foot .contack {
  width: 35.83%;
}
.foot .fnav {
  width: 37.41%;
}
.foot .erwm {
  width: 26.91%;
}
.foot .contack h1,
.fnav h1,
.erwm h1 {
  font-size: 16px;
  color: #ffffff;
}
.foot ul {
  margin-top: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 131px;
}
.foot .contack li {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.foot .contack li img {
  margin-right: 19px;
}
.main {
  display: flex;
  justify-content: space-between;
}
.fnav ul,
.fnav .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.fnav li {
  width: 35%;
  text-align: center;
  color: #ffffff;
  opacity: 0.5;
}
.foot .title h1 {
  width: 35%;
  text-align: center;
}
.erwm {
  padding-left: 7.666%;
}
.erwm .outbox {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.erwm .outbox > div img {
  border-radius: 8px;
}
.erwm p {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}
.bottom {
  background-color: #2a2a2a;
  color: rgba(255, 255, 255, 0.5);
}
.bottom .area {
  padding: 17px 0;
  display: flex;
  justify-content: space-between;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .area {
    /* width: 100%; */
    padding: 0 10px;
  }
  .foot .erwm {
    padding-left: 5%;
  }
  .bottom .area {
    padding: 17px 10px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1280px) {
  .content-honor .chart .swiper-button-prev33 {
    display: none;
  }
  .content-honor .chart .swiper-button-next33 {
    display: none;
  }
  .content-customer .chart .left {
    display: none;
  }
  .content-customer .chart .right {
    display: none;
  }
  .prolist-r .mitems .images {
    display: none;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .foot .main li {
    padding-left: 5%;
    font-size: 12px;
  }
  .bottom .area {
    font-size: 12px;
    padding: 17px 10px;
    display: flex;
    justify-content: space-between;
  }
  .foot .main li img {
    margin-right: 10px;
  }
  .foot .main .erwm img {
    width: 65px;
    height: 65px;
  }
  .content-honor .chart .swiper-button-next33 {
    display: none;
  }
  .content-customer .chart .right {
    display: none;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .foot .main li {
    padding-left: 5%;
    font-size: 12px;
  }
  .bottom .area {
    font-size: 12px;
    padding: 17px 10px;
    display: flex;
    justify-content: space-between;
  }
  .foot .main li img {
    margin-right: 10px;
  }
  .foot .main .erwm img {
    width: 65px;
    height: 65px;
  }
  .foot .main .erwm {
    width: 40%;
    margin-top: 20px;
    padding-left: 0;
  }
  .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main > div {
    width: 90% !important;
  }
  .foot ul {
    height: 145px;
    border-right: 0;
    margin-top: 8px;
  }
  .fnav li {
    width: 40%;
    text-align: left;
    color: #ffffff;
    opacity: 0.5;
  }
  .foot {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .foot .title h1 {
    width: 35%;
    text-align: left;
  }
  .fnav ul,
  .fnav .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .content-honor .chart .swiper-button-next33 {
    display: none;
  }
  .content-customer .chart .right {
    display: none;
  }
  .erwm p {
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}
}
