body {
  background: #f9f9f9;
}
.banner {
  width: 100%;
  height: 1.9rem;
}
.banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.cooperation-content-section {
  padding: 0.5rem 0 0.3rem;
  margin-top: 0.2rem;
  background: #fff;
}
.cooperation-content-section .section-title {
  text-align: center;
}
.cooperation-content-section .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ff4b91;
  margin: 0;
}
.cooperation-content-section .section-title p {
  font-size: 0.18rem;
  color: #999;
  margin-bottom: 0.3rem;
}
.cooperation-content-section .core-values {
  margin: 0 auto 0.5rem;
}
.cooperation-content-section .core-values .section-subtitle {
  font-size: 0.32rem;
  font-weight: 600;
  color: #222222;
  margin-bottom: 0.2rem;
  padding: 0 0.2rem;
}
.cooperation-content-section .core-values .values-container {
  display: flex;
  justify-content: space-between;
  padding: 0 0.2rem;
}
.cooperation-content-section .core-values .values-container .value-card {
  width: 2.23rem;
  border-radius: 0.08rem;
  border: 1px solid #eeeeee;
}
.cooperation-content-section .core-values .values-container .value-card .value-icon {
  width: 100%;
  height: 1.67rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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-icon .svg-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
}
.cooperation-content-section .core-values .values-container .value-card .value-content {
  width: 2.23rem;
  margin: 0 auto;
  text-align: center;
  padding: 0.15rem;
}
.cooperation-content-section .core-values .values-container .value-card .value-content-icon {
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 0.06rem;
}
.cooperation-content-section .core-values .values-container .value-card .value-content-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.cooperation-content-section .core-values .values-container .value-card .value-content h4 {
  font-size: 0.28rem;
  font-weight: 600;
  color: #222222;
  margin-bottom: 0.1rem;
}
.cooperation-content-section .core-values .values-container .value-card .value-content p {
  font-size: 0.24rem;
  color: #666666;
}
.cooperation-content-section .cooperation-process {
  margin: 0 auto 0.5rem;
}
.cooperation-content-section .cooperation-process .section-subtitle {
  font-size: 0.32rem;
  font-weight: 600;
  color: #222222;
  margin-bottom: 0.6rem;
  padding: 0 0.2rem;
}
.cooperation-content-section .cooperation-process .process-container {
  position: relative;
  padding: 0.36rem 1.2rem;
}
.cooperation-content-section .cooperation-process .process-container::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #eeeeee;
  width: 1px;
  z-index: 1;
  left: 3.35rem;
}
.cooperation-content-section .cooperation-process .process-container .process-step {
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.84rem;
  margin-bottom: 0.57rem;
}
.cooperation-content-section .cooperation-process .process-container .process-step-icon {
  width: 0.84rem;
  height: 0.84rem;
  margin-right: 0.24rem;
}
.cooperation-content-section .cooperation-process .process-container .process-step-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.cooperation-content-section .cooperation-process .process-container .process-step .step-number {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: #222222;
  position: absolute;
  left: 2.1rem;
  top: 0.4rem;
}
.cooperation-content-section .cooperation-process .process-container .process-step .step-content {
  text-align: left;
  margin-left: 0.24rem;
}
.cooperation-content-section .cooperation-process .process-container .process-step .step-content .step-title {
  font-size: 0.28rem;
  font-weight: 600;
  color: #222222;
  margin-bottom: 0.06rem;
}
.cooperation-content-section .cooperation-process .process-container .process-step .step-content .step-time {
  font-size: 0.24rem;
  color: #666666;
}
.cooperation-content-section .cooperation-policy {
  margin: 0 auto;
}
.cooperation-content-section .cooperation-policy .section-subtitle {
  font-size: 0.32rem;
  font-weight: 600;
  color: #222222;
  margin-bottom: 0.6rem;
  padding: 0 0.2rem;
}
.cooperation-content-section .cooperation-policy .policy-container .policy-card {
  width: 7.1rem;
  margin: 0 auto;
  padding: 0.2rem 0 0.4rem;
  border-bottom: 1px solid #eeeeee;
}
.cooperation-content-section .cooperation-policy .policy-container .policy-card .policy-title {
  font-size: 0.28rem;
  font-weight: 600;
  color: #222222;
  margin-bottom: 0.4rem;
  padding-bottom: 0.12rem;
  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: 0.24rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.08rem;
}
.cooperation-content-section .cooperation-policy .policy-container .policy-card .policy-content .policy-item p {
  font-size: 0.24rem;
  color: #666666;
  margin: 0;
}
.cultural-tourism-section {
  padding: 0.5rem 0;
  background-color: #ffffff;
  margin-top: 0.2rem;
}
.cultural-tourism-section .section-title {
  text-align: center;
  margin-bottom: 0.4rem;
}
.cultural-tourism-section .section-title h2 {
  font-size: 0.36rem;
  font-weight: 700;
  color: #ff4b91;
  margin: 0 0 0.05rem 0;
}
.cultural-tourism-section .section-title .english-title {
  font-size: 0.18rem;
  color: #999999;
  margin: 0;
}
.cultural-tourism-section .tourism-card-container {
  margin: 0 auto;
}
.cultural-tourism-section .tourism-card-container .tourism-card-row:last-child {
  margin-bottom: 0;
}
.cultural-tourism-section .tourism-card-container .tourism-card {
  width: 7.1rem;
  border: 1px solid #eeeeee;
  margin: 0 auto 0.2rem;
  padding: 0.18rem 0.2rem;
  height: 1.65rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cultural-tourism-section .tourism-card-container .tourism-card .card-icon {
  width: 1.84rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cultural-tourism-section .tourism-card-container .tourism-card .card-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.84rem;
  transform: translateY(-50%);
  width: 1px;
  height: 0.9rem;
  background-color: #EEEEEE;
}
.cultural-tourism-section .tourism-card-container .tourism-card .card-icon .svg-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cultural-tourism-section .tourism-card-container .tourism-card .card-icon .svg-placeholder img {
  width: 0.72rem;
  height: 0.72rem;
  display: block;
}
.cultural-tourism-section .tourism-card-container .tourism-card .card-title {
  font-size: 0.28rem;
  font-weight: 500;
  color: #222222;
  text-align: center;
}
.cultural-tourism-section .tourism-card-container .tourism-card .card-description {
  width: 4.86rem;
  font-size: 0.24rem;
  color: #666666;
  margin: 0;
  padding-left: 0.2rem;
}
.government-cooperation-section {
  padding: 0.5rem 0;
  background-color: #fff;
  margin-top: 0.2rem;
}
.government-cooperation-section .section-title {
  text-align: center;
  margin-bottom: 0.4rem;
}
.government-cooperation-section .section-title h2 {
  font-size: 0.36rem;
  font-weight: 700;
  color: #ff4b91;
  margin: 0 0 0.05rem 0;
}
.government-cooperation-section .section-title .english-title {
  font-size: 0.18rem;
  color: #999999;
  margin: 0;
}
.government-cooperation-section .cooperation-card-container {
  margin: 0 auto;
}
.government-cooperation-section .cooperation-card {
  overflow: hidden;
  display: flex;
  margin-bottom: 0.4rem;
  padding: 0 0.2rem;
}
.government-cooperation-section .cooperation-card .card-image {
  width: 3.13rem;
  height: 2.74rem;
}
.government-cooperation-section .cooperation-card .card-image .image-placeholder {
  width: 100%;
  height: 100%;
}
.government-cooperation-section .cooperation-card .card-image .image-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
}
.government-cooperation-section .cooperation-card .card-content-flex {
  display: flex;
  align-items: center;
  padding-left: 0.16rem;
  margin-bottom: 0.28rem;
}
.government-cooperation-section .cooperation-card .card-content-flex.flex-end {
  justify-content: flex-end;
  padding-right: 0.16rem;
}
.government-cooperation-section .cooperation-card .card-content-icon {
  width: 0.42rem;
  height: 0.42rem;
}
.government-cooperation-section .cooperation-card .card-content-icon img {
  width: 100%;
  height: 100%;
}
.government-cooperation-section .cooperation-card .card-content .card-title {
  font-size: 0.28rem;
  font-weight: 500;
  color: #222222;
}
.government-cooperation-section .cooperation-card .card-content .card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0.16rem;
}
.government-cooperation-section .cooperation-card .card-content .card-list > li {
  font-size: 0.22rem;
  color: #666666;
  padding-left: 0.2rem;
  position: relative;
}
.government-cooperation-section .cooperation-card .card-content .card-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 0.11rem;
  height: 0.11rem;
  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: 0.5rem 0;
  background: #fff;
}
.cooperation-form-section .required-mark {
  font-size: 0.28rem;
  color: #ff4b91;
  margin-right: 0.08rem;
}
.cooperation-form-section .w1200 {
  margin: 0 auto;
}
.cooperation-form-section .w1200 .cooperation-content {
  width: 100%;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-image {
  width: 7.1rem;
  height: 3.65rem;
  margin: 0 auto 0.26rem;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-image .image-placeholder {
  width: 100%;
  height: 100%;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-image .image-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form {
  width: 7.1rem;
  margin: 0 auto;
  box-shadow: 0 0.03rem 0.09rem rgba(0, 0, 0, 0.05);
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .form-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .form-title .title-text {
  font-size: 0.28rem;
  color: #222222;
  font-weight: 500;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .form-field {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  padding: 0.2rem 0.16rem;
  border: 1px solid #eeeeee;
  border-radius: 0.08rem;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .form-field .input-field {
  width: 100%;
  border: none;
  font-size: 0.28rem;
  color: #333333;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .form-field .input-field::placeholder {
  color: #999999;
  font-size: 0.28rem;
  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: 0.28rem;
  color: #ff4b91;
  margin-right: 0.08rem;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .business-type {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .business-type .type-option {
  width: 1.6rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 0.08rem;
  font-size: 0.24rem;
  color: #666666;
  cursor: pointer;
  background-color: #ffffff;
}
.cooperation-form-section .w1200 .cooperation-content .cooperation-form .business-type .type-option:not(:last-child) {
  margin-right: 0.2rem;
}
.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: 0.8rem;
  background-color: #ff4b91;
  border: none;
  border-radius: 0.08rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  line-height: 0.8rem;
}
.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;
}

