@media screen and (max-width: 1200px) and (min-width: 992px) {
  #app .advantage {
    height: 46vw !important;
  }
  #app .process .process-item {
    padding: 30px 15px !important;
  }
  #app .deliver {
    height: 53vw !important;
  }
  #app .sale {
    height: 58vw !important;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  #app .banner {
    height: 40vw !important;
  }
  #app .banner .banner-content h2 {
    font-size: 30px !important;
  }
  #app .advantage {
    height: 48vw !important;
  }
  #app .advantage h2 {
    font-size: 20px !important;
  }
  #app .advantage .advantage-item h2 {
    font-size: 18px !important;
  }
  #app .advantage .advantage-item img {
    height: 40px !important;
    width: 40px !important;
  }
  #app .advantage .advantage-item .icon-emoji {
    font-size: 38px !important;
  }
  #app .process .appProcess-item {
    padding: 30px 15px !important;
  }
  #app .deliver {
    height: 70vw !important;
  }
  #app .sale {
    height: 58vw !important;
  }
  #app .sale h2 {
    font-size: 28px !important;
  }
  #app .sale .sale-item {
    margin-top: 10px !important;
  }
  #app .sale .sale-bottom {
    margin-top: 30px !important;
  }
  #app .sale .sale-bottom p {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  #app .banner {
    height: 60vw !important;
  }
  #app .banner .banner-content h2 {
    font-size: 25px !important;
  }
  #app .banner .banner-content p {
    font-size: 14px !important;
  }
  #app .banner .banner-content h4 {
    font-size: 18px !important;
  }
  #app .terminal {
    display: none !important;
  }
  #app .terminal-mobile {
    display: block !important;
  }
  #app .advantage {
    height: 100% !important;
    padding: 50px 0 !important;
  }
  #app .advantage h2 {
    font-size: 20px !important;
  }
  #app .advantage .advantage-item {
    margin-top: 20px !important;
  }
  #app .advantage .advantage-item h2 {
    padding: 0 !important;
    font-size: 18px !important;
  }
  #app .advantage .advantage-item img {
    height: 40px !important;
    width: 40px !important;
  }
  #app .advantage .advantage-item .icon-emoji {
    font-size: 38px !important;
  }
  #app .process {
    padding: 30px 0 !important;
  }
  #app .process h2 {
    font-size: 20px !important;
  }
  #app .process .process-flex .process-item {
    padding: 30px 10px !important;
    width: 50% !important;
    border-top: 1px solid #eee !important;
  }
  #app .process .process-flex .process-item:first-child {
    border-top: none !important;
  }
  #app .process .process-flex .process-item:nth-child(2) {
    border-top: none !important;
  }
  #app .process .process-flex .process-item h4 {
    font-size: 16px !important;
  }
  #app .deliver {
    height: 100% !important;
    padding: 50px 0 !important;
  }
  #app .deliver h2 {
    font-size: 20px !important;
  }
  #app .deliver .deliver-box {
    margin-top: 30px !important;
  }
  #app .deliver .deliver-box .deliver-item {
    white-space: nowrap;
  }
  #app .deliver .deliver-box .deliver-item .item-icon {
    height: 50px !important;
    width: 50px !important;
  }
  #app .deliver .deliver-box .deliver-item .item-icon img {
    height: 30px !important;
    width: 30px !important;
  }
  #app .deliver .deliver-box .deliver-item .item-icon .icon-emoji {
    font-size: 28px !important;
  }
  #app .deliver .deliver-box .deliver-item p {
    margin-top: 20px !important;
    font-size: 12px !important;
  }
  #app .sale {
    height: 100% !important;
    padding: 50px 0 !important;
  }
  #app .sale h2 {
    font-size: 20px !important;
    padding: 0 !important;
  }
  #app .sale .sale-item {
    margin-top: 0 !important;
  }
  #app .sale .sale-item img {
    height: 50px !important;
    width: 50px !important;
  }
  #app .sale .sale-item .icon-emoji {
    font-size: 45px !important;
  }
  #app .sale .sale-item p {
    font-size: 14px !important;
  }
  #app .sale .sale-bottom {
    margin-top: 30px !important;
  }
  #app .sale .sale-bottom p {
    font-size: 14px !important;
  }
  #app .process-item {
    width: 50% !important;
  }
}

#app .banner {
  background: url("../../front/img/app/app1.jpg") center center;
  background-size: cover;
  height: 25vw;
  width: 100%;
  display: flex;
  align-items: center;
}

#app .banner .banner-content h2 {
  color: #fff;
  font-size: 50px;
}

#app .banner .banner-content h2 span {
  color: #c70c1f;
}

#app .banner .banner-content p {
  margin-top: 24px;
  color: #fff;
  font-size: 17px;
}

#app .banner .banner-content h4 {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #fff;
  margin-top: 60px;
}

#app .banner .banner-content h4 span {
  color: #c70c1f;
}

#app .banner .banner-content h4 .banner-img {
  display: flex;
  align-items: center;
  animation: a 1.5s linear infinite;
}

#app .banner .banner-content h4 .banner-img img {
  width: 20px;
  height: 20px;
}

@keyframes a {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 8px;
  }
}

#app .terminal {
  padding: 50px 0;
}

#app .terminal h2 {
  font-size: 38px;
  margin-bottom: 0;
}

#app .terminal h3 {
  font-size: 16px;
  margin-top: 11px;
  font-weight: normal;
  opacity: 0.3;
}

#app .terminal .terminal-desc {
  font-size: 14px;
  margin-top: 17px;
}

#app .terminal .appTerminal-item {
  margin-top: 70px;
}

#app .terminal .appTerminal-item img {
  width: 60px;
  height: 60px;
}

#app .terminal .appTerminal-item .icon-emoji {
  font-size: 55px;
  line-height: 1;
}

#app .terminal .appTerminal-item i {
  font-size: 60px;
  color: #718786;
}

#app .terminal .appTerminal-item h4 {
  font-size: 20px;
  margin: 40px 0;
}

#app .terminal .appTerminal-item p {
  font-size: 14px;
  color: #777;
  margin: 0;
  line-height: 24px;
}

#app .advantage {
  background: url("../../front/img/app/app2.jpg") no-repeat;
  background-size: 100% 100%;
  height: 40vw;
  width: 100%;
  display: flex;
  align-items: center;
}

#app .advantage h2 {
  margin: 0;
  text-align: right;
  font-size: 38px;
  color: #fff;
}

#app .advantage h3 {
  text-align: right;
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  margin-top: 11px;
}

#app .advantage .advantage-item {
  margin-top: 35px;
  display: flex;
}

#app .advantage .advantage-item h2 {
  padding: 0;
  font-size: 24px;
  margin: 0 15px 0 0;
  color: #fff;
}

#app .advantage .advantage-item p {
  text-align: right;
  font-size: 14px;
  color: #fff;
  margin: 15px 15px 0 0;
}

#app .advantage .advantage-item img {
  height: 55px;
  width: 55px;
}

#app .advantage .advantage-item .icon-emoji {
  font-size: 50px;
  line-height: 1;
}

#app .process {
  padding: 50px 0;
}

#app .process .process-flex {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

#app .process .process-flex .change {
  background: rgba(240, 240, 240, 0.6) !important;
}

#app .process .process-flex .change:nth-child(2n) {
  background: #fbfbfb !important;
}

#app .process .process-flex .process-item {
  text-align: center;
  padding: 30px;
  background: #fbfbfb;
  width: 20%;
  box-sizing: border-box;
}

#app .process .process-flex .process-item:nth-child(2n) {
  background: rgba(240, 240, 240, 0.6);
}

#app .process .process-flex .process-item img {
  height: 50px;
  width: 50px;
}

#app .process .process-flex .process-item .icon-emoji {
  font-size: 45px;
  line-height: 1;
}

#app .process .process-flex .process-item h4 {
  margin-top: 18px;
  font-size: 20px;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#app .process .process-flex .process-item p {
  height: 32px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 13px;
}

#app .deliver {
  background: url("../../front/img/app/app3.jpg") no-repeat;
  background-size: 100% 100%;
  height: 40vw;
  width: 100%;
  display: flex;
  align-items: center;
}

#app .deliver h2 {
  margin: 0;
  font-size: 38px;
  color: #fff;
}

#app .deliver h3 {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  margin-top: 11px;
}

#app .deliver p {
  font-size: 14px;
  margin-top: 17px;
  color: #fff;
}

#app .deliver .deliver-box {
  display: flex;
  flex-wrap: wrap;
}

#app .deliver .deliver-box .deliver-item {
  width: 20%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#app .deliver .deliver-box .deliver-item .item-icon {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

#app .deliver .deliver-box .deliver-item .item-icon img {
  height: 50px;
  width: 50px;
}

#app .deliver .deliver-box .deliver-item .item-icon .icon-emoji {
  font-size: 40px;
  line-height: 1;
}

#app .sale {
  background: url("../../front/img/app/app4.jpg") center center;
  background-size: 100% 100%;
  height: 49vw;
  width: 100%;
  display: flex;
  align-items: center;
}

#app .sale h2 {
  margin: 0;
  padding-top: 34px;
  font-size: 38px;
}

#app .sale h3 {
  font-size: 16px;
  opacity: 0.5;
  margin-top: 11px;
}

#app .sale p {
  font-size: 14px;
  margin-top: 17px;
}

#app .sale .sale-flex {
  display: flex;
  flex-wrap: wrap;
}

#app .sale .sale-flex .sale-item {
  text-align: center;
  padding: 25px;
  margin-top: 71px;
}

#app .sale .sale-flex .sale-item img {
  height: 60px;
  width: 60px;
}

#app .sale .sale-flex .sale-item .icon-emoji {
  font-size: 55px;
  line-height: 1;
}

#app .sale .sale-flex .sale-item p {
  color: #fff;
  margin-top: 17px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#app .sale .sale-bottom {
  margin-top: 65px;
  text-align: center;
}

#app .sale .sale-bottom p {
  text-align: center;
  font-size: 16px;
  margin: 0;
  line-height: 32px;
}
