.container {
  --bs-gutter-x: 1.875rem !important;
}
li {
  list-style: none;
}
.top-box {
  width: 100%;
  margin: 90px auto 150px;
}
.top-box .left-content .title {
  font-weight: bold;
  font-size: 38px;
  color: #834a18;
  margin-bottom: 36px;
}
.top-box .left-content .strong-text {
  font-size: 26px;
  color: #000000;
  margin-bottom: 12px;
}
.top-box .left-content .normal-text {
  font-size: 18px;
  color: #333333;
}
.top-box .right-img img {
  max-width: 434px;
  max-height: 434px;
  object-fit: cover;
  width: 100%;
}
.step-box {
  position: relative;
  max-width: 811px;
  margin: 0 auto 60px;
}
.step-box .step-item {
  display: flex;
  position: relative;
  align-items: center;
  width: 48px;
  flex-direction: column;
}
.step-box .step-item:last-child {
  margin-right: 0;
}
.step-box .step-item .step-icon {
  height: 48px;
  width: 48px;
}
.step-box .step-item .step-icon:nth-child(1) {
  display: none;
}
.step-box .step-item .step-icon:nth-child(2) {
  display: unset;
}
.step-box .step-item .step-title {
  text-align: center;
  white-space: nowrap;
}
.step-box .step-item.done .step-icon:nth-child(1) {
  display: unset;
}
.step-box .step-item.done .step-icon:nth-child(2) {
  display: none;
}
.step-box .step-item.done .step-title {
  font-weight: 500;
}
.step-box .dog-icon {
  position: absolute;
  height: 34px;
  width: 53px;
  top: -31px;
  left: 0;
}
@media (max-width: 576px) {
  .step-box {
    max-width: 320px;
  }
  .step-box .step-item {
    width: 32px;
  }
  .step-box .step-item .step-icon {
    height: 32px;
    width: 32px;
  }
  .step-box .step-item .step-title {
    font-size: 13px;
    white-space: unset;
  }
  .step-box .dog-icon {
    height: 22px;
    width: 34px;
    top: -20px;
  }
}
.step-line-box {
  position: absolute;
  margin: auto;
  top: 10px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 811px;
}
.step-line-box .step-line-item {
  margin-right: 28px;
  flex: 1;
}
.step-line-box .step-line-item:first-child {
  margin-left: 38px;
}
.step-line-box .step-line-item:last-child {
  margin-right: 38px;
}
.step-line-box .step-line-item .step-line {
  height: 29px;
  width: 100%;
  z-index: -1;
}
.step-line-box .step-line-item .step-line:nth-child(1) {
  display: none;
}
.step-line-box .step-line-item .step-line:nth-child(2) {
  display: unset;
}
.step-line-box .step-line-item.done .step-line:nth-child(1) {
  display: unset;
}
.step-line-box .step-line-item.done .step-line:nth-child(2) {
  display: none;
}
@media (max-width: 576px) {
  .step-line-box {
    max-width: 320px;
    top: 3px;
  }
  .step-line-box .step-line-item {
    margin-right: 18px;
  }
  .step-line-box .step-line-item .step-line {
    height: 17px;
  }
  .step-line-box .step-line-item:first-child {
    margin-left: 25px;
  }
  .step-line-box .step-line-item:last-child {
    margin-right: 25px;
  }
}
.step-form {
  background-color: #f9f9f9;
  border-radius: 16px;
  min-height: 300px;
  margin-bottom: 120px;
  padding: 40px 32px;
}
.step-form .form-item {
  margin-bottom: 60px;
}
.step-form .form-item .input-title {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.step-form .form-item .input-item {
  margin-bottom: 32px;
  position: relative;
}
.step-form .form-item .input-item label {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-right: 16px;
}
.step-form .form-item .input-item input.my-text {
  width: 311px;
  height: 44px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  color: #333;
  padding: 11px 16px;
}
.step-form .form-item .input-item input.my-text + span {
  position: absolute;
  right: 25px;
  top: 0;
}
.step-form .form-item .input-item input.my-number {
  width: 311px;
  height: 44px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  color: #333;
  padding: 11px 60px 11px 16px;
}
.step-form .form-item .input-item span:has(.my-number) {
  position: relative;
}
.step-form .form-item .input-item span:has(.my-number):after {
  content: attr(after);
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #999;
}
.step-form .form-item .input-item input.my-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  margin-right: 12px;
}
.step-form .form-item .input-item input.my-radio + span {
  margin-right: 30px;
  vertical-align: top;
  color: #333;
}
.step-form .form-item .input-item > span.radio-group > label {
  white-space: nowrap;
  font-weight: normal;
  font-size: 16px;
}
.step-form .form-item .input-item input.my-email {
  width: 520px;
  height: 52px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  color: #333;
  padding: 17px 17px 13px 46px;
  position: relative;
}
.step-form .form-item .input-item img.email-img {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 22px;
  width: 22px;
  z-index: 1;
}
@media (max-width: 768px) {
  .step-form .form-item .input-item {
    display: flex;
    flex-direction: column;
  }
  .step-form .form-item .input-item .my-text,
  .step-form .form-item .input-item .my-number,
  .step-form .form-item .input-item .my-email {
    width: 100% !important;
  }
}
.step-form .form-item .upload-box {
  max-width: 520px;
  height: 256px;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  border: 3px dashed #868686;
  padding: 32px;
  position: relative;
  margin-bottom: 32px;
  overflow: hidden;
  cursor: pointer;
}
.step-form .form-item .upload-box .add-photo {
  height: 52px;
  width: 52px;
  margin-bottom: 55px;
}
.step-form .form-item .upload-box span {
  font-size: 14px;
  color: #868686;
}
.step-form .form-item .upload-box input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.step-form .form-item .upload-box .upload-tips {
  color: #333333;
  font-weight: 500;
}
.step-form .form-item .upload-box #pet-img {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.step-form .form-item .email-tips {
  display: block;
  color: #666666;
  margin-bottom: 24px;
}
.step-form .form-item.email-form {
  min-height: 204px;
}
.step-form .form-item.email-form .email-wait .email-img {
  height: 24px;
  width: 24px;
  margin-right: 12px;
}
.step-form .form-item.email-form .email-wait .send {
  font-size: 18px;
  color: #000;
}
.step-form .form-item.email-form .email-wait .email-tips {
  margin-top: 32px;
}
.step-form .form-btns button {
  outline: none;
  border: 1px solid #f38a28;
  border-radius: 8px;
  background-color: #fff;
  color: #f38a28;
  padding: 0 19px;
  height: 48px;
  text-align: center;
}
.step-form .form-btns button img {
  height: 18px;
  width: 18px;
  margin-right: 6px;
  margin-bottom: 2px;
}
.step-form .form-btns button:nth-child(2),
.step-form .form-btns button:nth-child(3) {
  background-color: #f38a28;
  color: #fff;
}
.step-form .form-btns button:nth-child(2) img,
.step-form .form-btns button:nth-child(3) img {
  margin-right: 0;
  margin-left: 6px;
}
.cares-box {
  margin-bottom: 148px;
}
.cares-box .cares-top {
  margin-bottom: 120px;
}
.cares-box .cares-top .care-item {
  height: 234px;
  max-width: 255px;
  padding: 42px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 5px 0px 0px #9e5c22;
  border: 1px solid #dfdfdf;
  border-radius: 16px;
  flex-shrink: 0;
}
.cares-box .cares-top .care-item img {
  height: 72px;
  width: 72px;
  margin-bottom: 16px;
}
.cares-box .cares-top .care-item span {
  text-align: center;
}
.cares-box .cares-top .care-item:nth-child(3) {
  margin-top: 30px;
}
.cares-box .cares-top .care-line {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.cares-box .cares-top .care-line img {
  max-width: 100%;
  max-height: 100%;
}
.cares-box .cares-top .care-line:nth-child(4) img {
  transform: scaleX(-1);
}
@media (max-width: 992px) {
  .cares-box .cares-top {
    flex-direction: column;
    align-items: center;
  }
  .cares-box .cares-top .care-item {
    margin-top: 0 !important;
  }
  .cares-box .cares-top .care-line {
    height: 92px;
    width: 177px;
    max-width: 70%;
  }
}
.cares-box .cares-content {
  border: 1px solid #dfdfdf;
  border-radius: 16px;
  padding: 42px 32px;
  margin: auto;
  width: 100%;
}
.cares-box .cares-content .content-text:nth-child(1) {
  margin-bottom: 60px;
}
.cares-box .cares-content .content-text .content-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.cares-box .cares-content .content-text .content-title img {
  height: 22px;
  width: 22px;
  vertical-align: top;
  margin-right: 12px;
}
.cares-box .cares-content .content-text .content-word {
  color: #666666;
  margin-left: 34px;
}
.email-regex {
  color: red;
  margin-top: 8px;
}
.shake1 {
  border: 1px solid red !important;
  animation: shake 0.5s;
  animation-iteration-count: 2;
}
.shake2 {
  border: 1px solid red !important;
  border-radius: 50% !important;
  animation: shake 0.5s;
  animation-iteration-count: 2;
}
.shake3 {
  border: 3px dashed #ff0000 !important;
  animation: shake 0.5s;
  animation-iteration-count: 2;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
