.verify-card {
  text-align: center;
}
.verify-desc {
  color: #666;
  line-height: 1.7;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 3rem;
  font-size: 2rem;
}
.verify-form {
  margin: 3rem auto;
  max-width: 600px;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.verify-input-group {
  flex: 1;
  border: none;
  background: white;
}
.verify-input {
  width: 100%;
  padding: 1.8rem;
  border-radius: 8px;
  font-size: 1.8rem;
  transition: all 0.3s ease;
  border: none;
  background: white;
}
.verify-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(254, 107, 0, 0.1);
}
.verify-btn {
  color: white;
  border: none;
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  background: #FD5000;
}
.verify-btn:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 16px rgba(254, 107, 0, 0.25);
  background: #e55a00;
}
.steps-container {
  padding: 2.0833vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5625vw;
}
.step {
  flex: 1;
  min-width: 14.5833vw;
  max-width: 15.625vw;
  background: #f8f9fa;
  border-radius: 0.8333vw;
  padding: 1.5625vw;
  box-shadow: 0 0.2604vw 1.0417vw rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.step:hover {
  transform: translateY(-0.2604vw);
  box-shadow: 0 0.5208vw 1.3021vw rgba(0, 0, 0, 0.1);
}
.step-number {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.6458vw;
  height: 3.6458vw;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 2.0833vw;
  font-weight: 800;
  color: #FD5000;
  padding: 0.2604vw 0 0 0.5208vw;
}
.step-icon {
  width: 3.125vw;
  height: 3.125vw;
  background: #FD5000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3021vw;
  color: white;
  font-size: 1.25vw;
}
.step-title {
  font-size: 1.5417vw;
  font-weight: 600;
  margin-bottom: 0.7813vw;
  color: #2c3e50;
}
.step-desc {
  color: #666;
  font-size: 1.0417vw;
  line-height: 1.5;
}
.pro_img {
  max-width: 100%;
  margin: 5rem 0;
}
@media (max-width: 768px) {
  .verify-container {
    margin: 0rem auto;
    padding: 0.4rem 0.35rem 1rem;
  }
  .verify-container .verify-card {
    padding: 0.5rem 0.2rem;
  }
  .verify-container .verify-card .verify-title {
    font-size: 0.48rem;
    margin-bottom: 0.4rem;
  }
  .verify-container .verify-card .verify-desc {
    font-size: 0.24rem;
    margin-bottom: 0.6rem;
  }
  .verify-container .verify-card .verify-form {
    margin: 0.6rem auto;
  }
  .verify-container .verify-card .verify-form .verify-input {
    padding: 0.3rem 0.2rem;
    font-size: 0.24rem;
  }
  .verify-container .verify-card .verify-form .verify-btn {
    padding: 0.2rem 0.4rem;
    font-size: 0.24rem;
  }
  .verify-container .verify-card .steps-container {
    padding: 0.4rem;
  }
  .verify-container .verify-card .steps-container .step {
    min-width: 6rem;
    width: 6rem;
    padding: 0.3rem;
  }
  .verify-container .verify-card .steps-container .step .step-number {
    top: 0.3rem;
    right: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.4rem;
    padding: 0;
  }
  .verify-container .verify-card .steps-container .step .step-icon {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.32rem;
  }
  .verify-container .verify-card .steps-container .step .step-title {
    font-size: 0.32rem;
  }
  .verify-container .verify-card .steps-container .step .step-desc {
    font-size: 0.24rem;
  }
  .verify-container .verify-card .pro_img {
    margin: 0.6rem auto;
    padding: 0 0.4rem;
  }
  .verify-container .qr-code-image {
    width: 160px;
    height: 160px;
  }
}
