.banner {
  width: 100%;
  height: 360px;
}
.banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.cooperation-content-section {
  padding: 60px 0 80px;
  background-color: #ffffff;
}
.cooperation-content-section .section-title {
  text-align: center;
  margin-bottom: 60px;
}
.cooperation-content-section .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ff4b91;
  margin: 0;
}
.cooperation-content-section .core-values {
  width: 1200px;
  margin: 0 auto 80px;
}
.cooperation-content-section .core-values .section-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 40px;
}
.cooperation-content-section .core-values .values-container {
  display: flex;
  justify-content: space-between;
}
.cooperation-content-section .core-values .values-container .value-card {
  width: 380px;
  background-color: #f6f6f6;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.cooperation-content-section .core-values .values-container .value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
}
.cooperation-content-section .core-values .values-container .value-card .value-icon {
  width: 384px;
  height: 212px;
  background-color: #fff5f9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cooperation-content-section .core-values .values-container .value-card .value-icon .svg-placeholder {
  width: 100%;
  height: 100%;
}
.cooperation-content-section .core-values .values-container .value-card .value-content {
  width: 239px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
}
.cooperation-content-section .core-values .values-container .value-card .value-content-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}
.cooperation-content-section .core-values .values-container .value-card .value-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 16px;
}
.cooperation-content-section .core-values .values-container .value-card .value-content p {
  font-size: 14px;
  color: #666666;
}
.cooperation-content-section .cooperation-process {
  width: 1200px;
  margin: 0 auto 80px;
}
.cooperation-content-section .cooperation-process .section-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 40px;
}
.cooperation-content-section .cooperation-process .process-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 30px;
}
.cooperation-content-section .cooperation-process .process-container::before {
  content: "";
  position: absolute;
  top: 105px;
  height: 1px;
  background-color: #eeeeee;
  width: 100%;
  z-index: 1;
}
.cooperation-content-section .cooperation-process .process-container .process-step {
  width: 220px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.cooperation-content-section .cooperation-process .process-container .process-step-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.cooperation-content-section .cooperation-process .process-container .process-step .step-number {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #222222;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
}
.cooperation-content-section .cooperation-process .process-container .process-step .step-content {
  padding-top: 40px;
}
.cooperation-content-section .cooperation-process .process-container .process-step .step-content .step-title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 8px;
  text-align: center;
}
.cooperation-content-section .cooperation-process .process-container .process-step .step-content .step-time {
  font-size: 14px;
  color: #666666;
  margin-bottom: 16px;
  text-align: center;
}
.cooperation-content-section .cooperation-policy {
  width: 1200px;
  margin: 0 auto;
}
.cooperation-content-section .cooperation-policy .section-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 40px;
}
.cooperation-content-section .cooperation-policy .policy-container {
  display: flex;
  justify-content: space-between;
}
.cooperation-content-section .cooperation-policy .policy-container .policy-card {
  width: 580px;
  padding: 32px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cooperation-content-section .cooperation-policy .policy-container .policy-card .policy-title {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #222222;
}
.cooperation-content-section .cooperation-policy .policy-container .policy-card .policy-content .policy-item {
  margin-bottom: 24px;
}
.cooperation-content-section .cooperation-policy .policy-container .policy-card .policy-content .policy-item:last-child {
  margin-bottom: 0;
}
.cooperation-content-section .cooperation-policy .policy-container .policy-card .policy-content .policy-item h5 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 8px;
}
.cooperation-content-section .cooperation-policy .policy-container .policy-card .policy-content .policy-item p {
  font-size: 14px;
  color: #666666;
  margin: 0;
}
.cultural-tourism-section {
  padding: 100px 0;
  background-color: #ffffff;
}
.cultural-tourism-section .section-title {
  text-align: center;
  margin-bottom: 60px;
}
.cultural-tourism-section .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ff4b91;
  margin: 0 0 10px 0;
}
.cultural-tourism-section .section-title .english-title {
  font-size: 16px;
  color: #999999;
  margin: 0;
}
.cultural-tourism-section .tourism-card-container {
  width: 1204px;
  margin: 0 auto;
}
.cultural-tourism-section .tourism-card-container .tourism-card-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.cultural-tourism-section .tourism-card-container .tourism-card-row:last-child {
  margin-bottom: 0;
}
.cultural-tourism-section .tourism-card-container .tourism-card {
  width: 283px;
  height: 247px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.cultural-tourism-section .tourism-card-container .tourism-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.03);
}
.cultural-tourism-section .tourism-card-container .tourism-card .card-icon {
  width: 96px;
  height: 96px;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cultural-tourism-section .tourism-card-container .tourism-card .card-icon .svg-placeholder {
  width: 100%;
  height: 100%;
}
.cultural-tourism-section .tourism-card-container .tourism-card .card-title {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 12px;
  text-align: center;
}
.cultural-tourism-section .tourism-card-container .tourism-card .card-description {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin: 0;
}
.government-cooperation-section {
  padding: 100px 0;
  background-color: #f6f6f6;
}
.government-cooperation-section .section-title {
  text-align: center;
  margin-bottom: 60px;
}
.government-cooperation-section .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ff4b91;
  margin: 0 0 10px 0;
}
.government-cooperation-section .section-title .english-title {
  font-size: 16px;
  color: #999999;
  margin: 0;
}
.government-cooperation-section .cooperation-card-container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.government-cooperation-section .cooperation-card {
  width: 384px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.government-cooperation-section .cooperation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
}
.government-cooperation-section .cooperation-card .card-image {
  width: 100%;
  height: 212px;
}
.government-cooperation-section .cooperation-card .card-image .image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
}
.government-cooperation-section .cooperation-card .card-content {
  padding: 16px 32px;
}
.government-cooperation-section .cooperation-card .card-content-icon {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: block;
}
.government-cooperation-section .cooperation-card .card-content .card-title {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 16px;
  text-align: center;
}
.government-cooperation-section .cooperation-card .card-content .card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 50px;
}
.government-cooperation-section .cooperation-card .card-content .card-list li {
  font-size: 14px;
  color: #666666;
  line-height: 1.7857;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.government-cooperation-section .cooperation-card .card-content .card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-image: url("https://rainnest.oss-cn-hangzhou.aliyuncs.com/static/caiHongChao/website/cooperation/government_example.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
}
.government-cooperation-section .cooperation-card .card-content .card-list li:last-child {
  margin-bottom: 0;
}
.cooperation-form-section {
  padding: 40px 0;
}
.cooperation-form-section .required-mark {
  font-size: 16px;
  color: #ff4b91;
  margin-right: 6px;
}
.cooperation-form-section .w1200 {
  width: 1200px;
  margin: 0 auto;
}
.cooperation-form-section .w1200 .cooperation-content {
  display: flex;
  width: 100%;
  height: 327px;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-image {
  width: 792px;
  height: 327px;
  margin-right: 24px;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-image .image-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form {
  width: 384px;
  height: 327px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 10px 15px 15px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .form-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .form-title .title-text {
  font-size: 14px;
  color: #222222;
  font-weight: 500;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .form-subtitle {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 24px;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .form-field {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .form-field .input-field {
  width: 100%;
  height: 36px;
  border: none;
  font-size: 14px;
  color: #333333;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .form-field .input-field::placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .form-field .input-field:focus {
  outline: none;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .form-field .required-mark {
  font-size: 14px;
  color: #ff4b91;
  margin-right: 8px;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .business-type {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .business-type .type-option {
  width: 80px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #ffffff;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .business-type .type-option:not(:last-child) {
  margin-right: 10px;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .business-type .type-option:hover {
  border-color: #ff4b91;
  color: #ff4b91;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .business-type .type-option.active {
  border-color: #ff4b91;
  color: #ff4b91;
  background-color: rgba(255, 75, 145, 0.05);
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .submit-button {
  width: 100%;
  height: 40px;
  background-color: #ff4b91;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.5px;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .submit-button:hover {
  background-color: #ff3385;
  transform: translateY(-1px);
  box-shadow: 0px 4px 12px rgba(255, 75, 145, 0.3);
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .submit-button:active {
  transform: translateY(0);
  box-shadow: 0px 2px 6px rgba(255, 75, 145, 0.2);
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .submit-button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

