*{
  color: #333;
}
/* 大图 */
.Order-banner{
  width: 100%;
  overflow: hidden;
}
/* 使图片均匀填充容器 */
.Order-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 使用 cover 使图片均匀填充容器 */
}

/* 第二个板块 */
.Order-plate {
  display: flex;
  justify-content: space-around;
  height: 635px;
  margin: 50px 0px;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  align-items: stretch;
  flex-direction: column;
  background: url(../../img/left.png) no-repeat left top;
  padding: 20px;
}
.Order-plate-text strong {
  font-size: 6rem;
  font-family: 'Montserrat', sans-serif;
  margin-right: 20px;
}

.Order-plate-text p {
  color: rgb(51, 51, 51);
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.5px;
  text-align: left;
}
.Order-plate-text {
  color: rgb(51, 51, 51);
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.5px;
  text-align: left;
  width: 50%;
}

.Order-plate-img {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.Order-plate-img img {
  max-height: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}


 /* Tablet */
 @media (max-width: 1024px) {
  .Order-plate {
      flex-direction: column;
      align-items: center;
      height: auto;
  }

  .Order-plate-text {
      width: 90%;
      padding: 20px;
      background-size: 20% !important;
  }
  .Order-fourth-text{
    background-size: 20% !important;
  }

  .Order-plate-text strong {
      font-size: 4rem;
  }

  .Order-plate-text p {
      font-size: 24px;
      line-height: 40px;
  }

  .Order-plate-img {
      max-width: 80%;
  }
}/* Mobile devices */
 @media (min-width: 1280px) {
  .Order-plate-img {
    max-width: 80%;
    padding: 20px;
}
 }
@media (max-width: 1820px) {
  .Order-plate-img {
    max-width: 50%;
    padding: 20px;
}
 }
 @media (max-width: 768px) {
  .Order-plate-text {
      width: 90%;
      padding: 10px;
  }

  .Order-plate-text strong {
      font-size: 3rem;
  }

  .Order-plate-text p {
      font-size: 18px;
      line-height: 30px;
  }

  .Order-plate-img {
      max-width: 90%;
  }
}


/* 第四个板块 */


.Order-fourth {
  display: flex;
  flex-direction: row;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  justify-content: center;
  gap: 50px;
  max-width: 1600px;
  margin: 0 auto;
}

.Order-fourth-img {
  display: flex;
  justify-content: center;
}

.Order-fourth-img img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

.Order-fourth-text {
  flex: 1;
  padding-left: 20px;
  max-width: 35%;
  text-align: left;
  background: url('../../img/right.png') no-repeat right top;
  font-family: 'Montserrat', sans-serif;
}

.Order-fourth-text h1 {
  font-size: 5rem;
  margin-bottom: 1rem;
}

.Order-fourth-text p {
 font-size: 1.8rem;
  line-height: 59px;
}
.code{
  margin-right: 100px;
}
@media (max-width: 1280px) {
  .Order-fourth-text h1 {
    font-size: 4rem;
  }

  .Order-fourth-text p {
    /* font-size: 1.3rem; */
    line-height: 1.5;
  }
}
@media (max-width: 1900px) and (min-width: 769px) {
  .footer {
      .footer-container {
          padding: 40px 0px !important;
          gap: 20px;
          display: flex;
          justify-content: space-around;
          /* align-items: center; */
          text-align: center;
      }
  }
  .code{
    margin: 0px;
  }
}
/* 平板端自适应 */
@media (max-width: 1024px) {
  .Order-fourth {
    flex-direction: column;
    align-items: center;
  }
  
  .Order-fourth-text {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }

  .Order-fourth-text h1 {
    font-size: 4rem;
  }

  .Order-fourth-text p {
    font-size: 1.7rem;
    line-height: 50px;
  }
}
@media (max-width: 820px) {
  .footer-container {
    flex-wrap: wrap !important;
    padding: 0px 0px 20px 0px !important;
  }
}
/* 移动端自适应 */
@media (max-width: 768px) {
  .Order-fourth {
    padding: 10px;
    gap: 20px;
  }

  .Order-fourth-text h1 {
    font-size: 3rem;
  }

  .Order-fourth-text p {
    font-size: 1.5rem;
    text-align: left;
    line-height: 40px;
  }

  .Order-fourth-img img {
    max-width: 80%;
  }
  .Order-plate-text {
    width: 100%;
    background-size:30%;
}
.Order-fourth-text{
  background-size:30%;
}
}