.text1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  width: 100%;
  text-align: center;
}

.text1 h2 {
  font-size: 1.2rem;
  padding: 0.2rem 0;
  color: #d18821;
  text-align: center;
}

.text1 h2 span {
  color: #000;
}

.text1 p {
  font-size: 0.6rem;
  color: #787878;
}

.cards {
  width: 100%;
  padding: 0 0.5rem 3rem;
}

.cards .card {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 1rem 0rem;
  flex-wrap: wrap;
}

.cards .card1 {
  justify-content: space-between;
}

.cards .card1 .item {
  display: flex;
  align-items: center;
  /* background-color: #d18821; */
  width: 33.3%;
  padding: 1rem 0.2rem;
}

.cards .card1 .item .img {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.cards .card1 .item .img img {
  width: 100%;
  height: 100%;
}
.cards .card1 .item .text {
  display: flex;
  flex-direction: column;
}
.cards .card1 .item .text span:nth-of-type(1) {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  color: #ff9a00;
}
.cards .card1 .item .text span:nth-of-type(2) {
  font-size: 0.6rem;
  color: #666;
}

.cards .card2 {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.cards .card2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23%;
  box-shadow: 0 0 15px #d18821;
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
  background-color: #fff;  
  background-size: 400%;
  border: 1px solid #fff;
  border-radius: 20px;
  }
  
  /* animation: animate 8s linear infinite; */
@keyframes animate {
from {
  background-position: 0%;
}
to {
  background-position: 400%;
}
}


.cards .card2 .item .img {
  width: 3rem;
  height: 3rem;
}
.cards .card2 .item .img img {
  width: 100%;
  height: 100%;
}

.cards .card2 .item .text {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cards .card2 .item .text span:nth-of-type(1) {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #ff9a00;
}
.cards .card2 .item .text span:nth-of-type(2) {
  font-size: 0.6rem;
  color: #999;
}
.cards .card2 .item .btn {
  background-color: #ff9a00;
  padding: 0.2rem 0.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.5rem;
  border-radius: 20px;
  cursor: pointer;
}

/* 服务流程 */
.flow {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
}

.flow .text {
  text-align: center;
  padding: 2rem 0;
}

.flow .text p:nth-of-type(1) {
  color: #d18821;
  font-weight: bold;
  font-size: 1.5rem;
}
.flow .text p:nth-of-type(1) span {
  color: #000;
}
.flow .text p:nth-of-type(2) {
  font-size: 0.6rem;
  color: #787878;
}
.flow .flow-card {
  display: flex;
  justify-content: space-between;
  border-radius: 0.3rem;
  border: 1px solid #d6cdbd;
  background-color: #f6f1e9;
  color: #c1760d;
}

.flow .flow-card .bg {
  width: 6rem;
}

.flow .flow-card .items {
  display: flex;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  padding: 0.5rem 0;
}

.flow .flow-card .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  font-size: 0.5rem;
  white-space: nowrap;
}

.flow .flow-card .items .item img {
  width: 80%;
  height: 80%;
}

.flow .flow-card .items .tit img {
  width: 1rem;
  height: 0.01rem;
}

.introduce-card {
  display: flex;
  align-items: stretch;
  padding: 2rem 0.5rem;
}

.introduce-card .card {
  padding: 1rem;
  background-color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #d18821;
  border-radius: 0.5rem;
  border-bottom: 5px solid #d18821;
}

.introduce-card .card span:nth-of-type(1) {
  color: #d18a36;
  border-bottom: 1px dashed #d18a36;
  display: block;
  width: 80%;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
}
.introduce-card .card span:nth-of-type(2) {
  font-size: 0.5rem;
  color: #333;
}

.introduce-card .card1 {
  display: flex;
  align-items: center;
  /* background-color: #eebf02; */
}

.introduce-card .card2 {
  display: flex;
  align-items: center;
  /* background-color: #c54a00; */
  margin: 0 1rem;
}

.introduce-card .card3 {
  display: flex;
  align-items: center;
  /* background-color: #e3a200; */
}

/* 郑重承诺 */
.promise {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
}

.promise .text {
  text-align: center;
  padding: 2rem 0;
}

.promise .text p:nth-of-type(1) {
  color: #d18821;
  font-weight: bold;
  font-size: 1.5rem;
}
.promise .text p:nth-of-type(1) span {
  color: #000;
}
.promise .text p:nth-of-type(2) {
  font-size: 0.6rem;
  color: #787878;
}

.promise-item {
  /* background-image: url("/static/frontend/images/promise_bg.png");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center top;
  width: 100%; */
  position: relative;
}

.promise-item img {
  width: 100%;
}

.circle {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #d18821;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  animation: upDownAnimation 3s infinite;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 2px 2px 15px 5px rgba(255, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@keyframes upDownAnimation {
  0% {
    transform: translateY(0) translateX(-50%);
  }

  50% {
    transform: translateY(30px) translateX(-50%);
  }

  100% {
    transform: translateY(0) translateX(-50%);
  }
}

@-webkit-keyframes site-anim-closeup {
  /* 特写 */
  from {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 400px, 0) scale(2);
    opacity: 0.5;
  }
}
@keyframes site-anim-closeup {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 400px, 0) scale(2);
    opacity: 0.5;
  }
}

/* 1200px以下 */
@media (min-width: 0) and (max-width: 1200px) {
  .cards .card {
    width: 100%;
  }
  .cards .card1 .item {
    width: 48%;
  }

  .cards .card2 .item {
    width: 49%;
  }

  .flow {
    width: 100%;
  }
  .promise {
    width: 100%;
  }
}

/* 手机 */
@media (min-width: 0px) and (max-width: 767.98px) {
  .flow .flow-card .bg {
    display: none;
  }

  .flow .flow-card .items .tit {
    display: none;
  }

  .introduce-card {
    flex-direction: column;
  }

  .introduce-card .card2 {
    margin: 1rem 0;
  }

  .circle {
    width: 5rem;
    height: 5rem;
    font-size: 0.5rem;
  }
}

/* 小屏幕 */
@media (min-width: 0px) and (max-width: 414px) {
  .circle {
    width: 4rem;
    height: 4rem;
    font-size: 0.5rem;
  }
}
