.fluid-app {
  font-family: Microsoft YaHei;
}
.fluid-top {
  height: 140px;
  width: 1440px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(115, 127, 128, 0.2);
  border-radius: 20px;
  padding: 0 30px;
  top: -70px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .fluid-top {
    width: 100%;
  }
}
.fluid-top .fluid-top-item > div {
  margin-left: 9px;
}
.fluid-top .fluid-top-item > div > p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 700;
  color: #17191a;
}
.fluid-top .fluid-top-item > div > p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 400;
  color: #454a4c;
  margin-top: 15px;
}
.fluid-top-2 {
  overflow: hidden;
  padding-bottom: 100px;
}
.fluid-top-2 .delivery{
  margin-top: 206px;
}
.fluid-top-2 .delivery > span {
  font-size: 80px;
  font-weight: 700;
  text-transform: Uppercase;
  color: #52cdcb;
  opacity: 0.1;
}
.fluid-top-2 .delivery .delivery-title {
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 32px;
  font-weight: 700;
  color: #181a1a;
  opacity: 1;
}
.fluid-top-2 .fluid-top-2-list {
  font-size: 24px;
  font-weight: 700;
  color: #454a4c;
  margin-top: 79px;
}
.fluid-top-2 .fluid-top-2-list > div >  h3 {
  margin-top: 23px;
}
