@charset "UTF-8";
.page-overseas .overseas-banner {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.page-overseas .overseas-banner .overseas-banner-img {
  width: 100%;
  height: auto;
  min-height: 200px;
  object-fit: cover;
  display: block;
  vertical-align: middle;
}
.page-overseas .overseas-banner .overseas-banner-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.page-overseas .overseas-banner .overseas-banner-overlay h1 {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
  margin: 0;
}
.page-overseas .overseas-intro {
  padding: 48px 16px 24px;
  text-align: center;
}
.page-overseas .overseas-intro h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  margin-bottom: 16px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.page-overseas .overseas-intro .intro-cats {
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.7;
}
.page-overseas .overseas-gallery {
  padding-bottom: 48px;
}
.page-overseas .overseas-gallery .gallery-item {
  border-radius: 4px;
  overflow: hidden;
  background: #f0f0f0;
  line-height: 0;
}
.page-overseas .overseas-gallery .gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: filter 0.3s ease;
}
.page-overseas .overseas-gallery .gallery-item img:hover {
  filter: grayscale(40%);
}
.page-overseas .overseas-gallery .col-md-4:nth-child(1) .gallery-item img {
  object-position: 20% center;
}
.page-overseas .overseas-gallery .col-md-4:nth-child(2) .gallery-item img {
  object-position: center center;
}
.page-overseas .overseas-gallery .col-md-4:nth-child(3) .gallery-item img {
  object-position: 80% center;
}
.page-overseas .coop-form-section {
  padding: 0 16px 0px;
  background: #fff;
}
.page-overseas .coop-form-section .coop-form-card {
  max-width: 660px;
  margin: 0 auto;
  padding: 40px 36px 48px;
}
.page-overseas .coop-form-section .coop-form-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 12px;
}
.page-overseas .coop-form-section .coop-form-card .coop-form-lead {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 28px;
}
.page-overseas .coop-form-section .coop-form-card #coop-form > .form-group {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.page-overseas .coop-form-section .coop-form-card #coop-form > .form-group > label {
  flex: 0 0 100px;
  width: 100px;
  margin-bottom: 0;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: #333;
}
.page-overseas .coop-form-section .coop-form-card #coop-form > .form-group > label::after {
  content: "：";
}
.page-overseas .coop-form-section .coop-form-card #coop-form > .form-group > .form-control,
.page-overseas .coop-form-section .coop-form-card #coop-form > .form-group > .verify-row,
.page-overseas .coop-form-section .coop-form-card #coop-form > .form-group > .region-row {
  flex: 1 1 auto;
  min-width: 0;
}
.page-overseas .coop-form-section .coop-form-card #coop-form > .form-group > .form-control {
  height: 40px;
  padding: 8px 14px;
  border-radius: 4px;
  border-color: #e5e5e5;
  font-size: 14px;
  background: #fff;
  color: #333;
}
.page-overseas .coop-form-section .coop-form-card #coop-form > .form-group > .form-control::placeholder {
  color: #bbb;
}
.page-overseas .coop-form-section .coop-form-card #coop-form > .form-group > .form-control:focus {
  border-color: rgba(218, 35, 27, 0.5);
  box-shadow: 0 0 0 2px rgba(218, 35, 27, 0.15);
}
.page-overseas .coop-form-section .coop-form-card .verify-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-overseas .coop-form-section .coop-form-card .verify-row .verify-input {
  flex: 1 1 auto;
  min-width: 0;
}
.page-overseas .coop-form-section .coop-form-card .verify-row .form-control {
  height: 40px;
  padding: 8px 14px;
  border-radius: 4px;
  border-color: #e5e5e5;
  font-size: 14px;
}
.page-overseas .coop-form-section .coop-form-card .verify-row .form-control::placeholder {
  color: #bbb;
}
.page-overseas .coop-form-section .coop-form-card .verify-row .form-control:focus {
  border-color: rgba(218, 35, 27, 0.5);
  box-shadow: 0 0 0 2px rgba(218, 35, 27, 0.15);
}
.page-overseas .coop-form-section .coop-form-card .verify-row .captcha {
  flex: 0 0 138px;
  width: 138px;
  line-height: 0;
}
.page-overseas .coop-form-section .coop-form-card .verify-row .captcha img {
  width: 100%;
  height: 40px;
  object-fit: contain;
  cursor: pointer;
  display: block;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
.page-overseas .coop-form-section .coop-form-card .verify-row .btn-verify {
  flex: 0 0 auto;
  white-space: nowrap;
  background: #da231b;
  border-color: #da231b;
  color: #fff;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 4px;
}
.page-overseas .coop-form-section .coop-form-card .verify-row .btn-verify:hover {
  background: rgb(190.772244898, 30.6285714286, 23.627755102);
  border-color: rgb(190.772244898, 30.6285714286, 23.627755102);
  color: #fff;
}
.page-overseas .coop-form-section .coop-form-card .region-row {
  display: flex;
  gap: 12px;
}
.page-overseas .coop-form-section .coop-form-card .region-row .form-group {
  flex: 1 1 0;
  min-width: 0;
  margin-bottom: 0;
}
.page-overseas .coop-form-section .coop-form-card .region-row .form-control {
  height: 40px;
  padding: 6px 10px;
  border-radius: 4px;
  border-color: #e5e5e5;
  font-size: 14px;
}
.page-overseas .coop-form-section .coop-form-card .region-row .form-control:focus {
  border-color: rgba(218, 35, 27, 0.5);
  box-shadow: 0 0 0 2px rgba(218, 35, 27, 0.15);
}
.page-overseas .coop-form-section .coop-form-card .btn-submit-co {
  width: 100%;
  margin-top: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  background: #da231b;
  border: none;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}
.page-overseas .coop-form-section .coop-form-card .btn-submit-co:hover {
  background: rgb(190.772244898, 30.6285714286, 23.627755102);
  color: #fff;
}
.page-overseas .coop-form-section .coop-form-card .btn-submit-co:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(218, 35, 27, 0.35);
}

@media (max-width: 991px) {
  .page-overseas .overseas-banner .overseas-banner-overlay h1 {
    font-size: 32px;
  }
  .page-overseas .overseas-intro h2 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .page-overseas .overseas-banner .overseas-banner-overlay h1 {
    font-size: 26px;
  }
  .page-overseas .coop-form-section .coop-form-card {
    padding: 28px 20px 36px;
  }
}
