/* === Channel Cooperation Page === */
.page-cooperation {
  padding-top: var(--header-height);
}

.coop-bg {
  background: url('../../images/bg-icon.png');
  background-repeat: no-repeat;
  background-size: auto;
}

/* Cooperation Hero */
.coop-hero {
  padding: 80px 0 0px;
  /* background: linear-gradient(180deg, #F0F7FF 0%, #FFFFFF 100%); */
  text-align: center;
}

.coop-hero__title {
  font-weight: bold;
  font-size: 52px;
  color: #333333;
  margin-bottom: 16px;
  transition: all 0.3s ease;
  cursor: default;
}

.coop-hero__subtitle {
  font-size: 24px;
  color: #333333;
  margin: 0 auto;
  transition: all 0.3s ease;
  cursor: default;
}

.coop-hero__subtitle:hover {
  color: #666666;
}

/* Benefits Section */
.coop-benefits {
  padding: 100px 0 40px;
}

.coop-benefits__title {
  font-size: 32px;
  color: #333333;
  font-weight: 400;
  text-align: center;
  margin-bottom: 48px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.benefit-card {
  width: 362px;
  height: 331px;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(166, 175, 183, 0.33);
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 28px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 12px 24px 0px rgba(43, 127, 255, 0.2);
  /* border-color: #1890FF; */
}

.benefit-card:hover .benefit-card__icon {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.benefit-card__icon {
  display: block;
  transition: transform 0.3s ease;
}

.benefit-card__title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  transition: color 0.3s ease;
}

.benefit-card:hover .benefit-card__title {
  color: #1890FF;
}

.benefit-card__desc {
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
}

/* Support Section */
.coop-support {
  padding: 120px 0;
}

.coop-support__title {
  font-size: 32px;
  color: #333333;
  text-align: center;
  margin-bottom: 48px;
  font-weight: 400;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.support-item {
  width: 362px;
  height: 138px;
  background: #F2F8FE;
  border-radius: 9px;
  display: flex;
  padding: 38px 19px 0px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.support-item:hover {
  background: #E6F4FF;
  transform: translateX(8px);
  /* border-color: #1890FF; */
  box-shadow: 0px 4px 12px 0px rgba(43, 127, 255, 0.15);
}

.support-item__icon {
  width: 47px;
  height: 47px;
  margin-right: 18px;
  transition: transform 0.3s ease;
}

.support-item:hover .support-item__icon {
  transform: scale(1.15) rotate(5deg);
}

.support-item__title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
  line-height: 1;
  transition: color 0.3s ease;
}

.support-item:hover .support-item__title {
  color: #1890FF;
}

.support-item__desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
}

/* Join Process Section */
.coop-process {
  padding: 80px 0;
  background: #F6F9FC;
}

.coop-process__title {
  font-weight: 400;
  font-size: 32px;
  color: #333333;
  margin-bottom: 42px;
}

.process-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.process-requirements img {
  width: 394px;
  margin-top: 72px;
}

/* .process-steps 未使用，已删除 */

.process-step-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
}

.process-step {
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.process-step img {
  transition: transform 0.3s ease;
}

.process-step__number {
  width: 48px;
  height: 48px;
  background-color: var(--color-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.process-step__label {
  font-size: 14px;
  color: #666666;
  transition: color 0.3s ease;
}

.process-step__arrow {
  margin-top: -18px;
  transition: transform 0.3s ease;
}

/* Application Form Section */
.coop-form {
  padding: 80px 0 120px;
}

.coop-form__title {
  font-size: 32px;
  color: #333333;
  text-align: center;
  margin-bottom: 12px;
}

.coop-form__subtitle {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-bottom: 40px;
}

.coop-form__inner {
  max-width: 564px;
  margin: 0 auto;
}

/* Hotline Section */
.coop-hotline {
  height: 244px;
  background: #EEF6FF;
  line-height: 1;
}

.coop-container{
  width: 1260px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../../images/cooperation/icon8.png);
  background-repeat: no-repeat;
  background-position: right 0px top 16px;
  background-size: auto;
}


.coop-hotline__title {
  font-size: 34px;
  color: #333333;
  line-height: 1;
  margin-bottom: 21px;
  transition: color 0.3s ease;
}

.coop-hotline__number {
  font-size: 34px;
  color: #333333;
  line-height: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pro-li {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.pro-li img {
  width: 15px;
}

.pro-li span {
  font-size: 16px;
  color: #333333;
  line-height: 38px;
  margin-left: 7px;

}

.apply-text {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-top: 48px;
  transition: all 0.3s ease;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: default;
}


.form-label {
  margin-bottom: 4px;
  display: block;
}

.form-label span {
  color: #FF1C1C;
}

.form-group {
  margin-bottom: 6px;
}

.form-label {
  font-size: 16px;
  color: #333333;
}

.form-input,
.form-textarea {
  width: 564px;
  height: 44px;
  display: block;
  padding: 0px 16px;
  font-size: var(--font-size-sm);
  color: var(--color-text-primary);
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-border);
  transition: border-color var(--transition-fast);
  color: #333333;
}

.form-select {
  width: 273px;
  height: 44px;
  padding: 0px 16px;
  font-size: var(--font-size-sm);
  color: var(--color-text-primary);
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-border);
  transition: border-color var(--transition-fast);
  color: #333333;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../../images/dropDown.png);
  background-position: right 16px top 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(43, 127, 255, 0.1);
}

.form-input::placeholder,
.form-textarea::placeholder,
.form-select::placeholder {
  color: var(--color-text-tertiary);
}

.form-select-box {
  display: flex;
  justify-content: space-between;
}

.err {
  font-size: 12px;
  padding-top: 6px;
  font-weight: 400;
  color: #FF0000;
}

.btn-class {
  width: 169px;
  height: 43px;
  background: #1890FF;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.msg {
  position: fixed;
  color: #22AC38;
  background: #F6FFED;
  border: 1px solid #90D59B;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  top: 25%;
  left: 50%;
  /* transform: translateY(-50%);*/
  transform: translateX(-50%);
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 300px;

}

.msg img {
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
}

.msg-fail {
  display: none;
  min-width: 300px;
  position: fixed;
  color: #FE4C4A;
  border: 1px solid #FE4C4A;
  background: #FFF6F6;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  top: 25%;
  left: 50%;
  /* transform: translateY(-50%); */
  transform: translateX(-50%);
  padding-left: 20px;
  padding-right: 20px;
}

.msg-fail img {
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
}