.college-services-banner.inside-banner .wrap .title {
  color: #262626;
}
.college-services-banner.inside-banner .wrap .content {
  color: rgba(0, 0, 0, 0.70);
  width: 500px;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Regular;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 16px;
}

.college-services-banner.inside-banner .wrap .btn {
  line-height: 48px;
  border-radius: 4px;
  margin-right: 32px;
}

.college-services-banner.inside-banner .wrap .btn.right-button {
  color: #006AED;
  background: #fff;
}
.cooperation-mode-wrapper {
  background: linear-gradient( 225deg, #00A3F7 0%, #006AED 100%);
  padding-bottom: 96px;
}
.cooperation-mode-box {
  display: flex;
  justify-content: space-between;
}
.cooperation-mode-box .mode-item {
  text-align: center;
}
.cooperation-mode-box .mode-item img {
  margin-bottom: 32px;
}
.cooperation-mode-box .mode-item p {
  font-size: 32px;
  line-height: 45px;
  color: #FFFFFF;
}
.target-partner-box {
  padding-bottom: 80px;
}
.target-partner-wrapper {
  display: flex;
  align-items: center;
}
.target-partner-desc {
  margin-left: 64px;
  width: 712px;
  font-size: 32px;
  line-height: 45px;
  color: #262626;
}
.join-button-box {
  display: flex;
  flex-direction: row-reverse;
}
.target-partner-desc .join-button {
  margin-top: 56px;
  width: 230px;
  height: 48px;
  background: linear-gradient( 90deg, #00A3F7 0%, #006AED 100%);
  border-radius: 4px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  font-style: normal;
}
.about-quantum {
  background: linear-gradient( 135deg, #EEF4FA 0%, #B6D8F0 100%);
  padding-bottom: 70px;
}
.about-quantum .inside-header {
  max-width: 1200px;
}
.about-quantum .inside-header-content {
  font-size: 20px;
  margin-bottom: 64px;
  margin-top: 24px;
}
.about-quantum img {
  display: block;
  margin: 0 auto;
  background: transparent;
}

.mix-program-form-mode {
  background: #006AED;
  padding-bottom: 96px;
}
.mix-program-form-mode .form-box {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.mix-program-form-mode .form-box .form-box-left-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 80px;
}
.mix-program-form-mode .form-box .form-box-left-wrap h6 {
  font-size: 24px;
  font-weight: 500;
  color: #262626;
  line-height: 33px;
  margin-bottom: 24px;
}
.mix-program-form-mode .form-box .form-box-left-wrap p {
  font-size: 16px;
  font-weight: 400;
  color: #595959;
  line-height: 22px;
}
.mix-program-form-mode .form-box .form-box-left-wrap img {
  display: block;
  width: 160px;
  height: 160px;
  margin: 48px 0 16px;
}
.mix-program-form-mode .form-box .form-box-right-wrap {
  flex: 1;
  width: 100%;
  box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.15);
  padding: 64px 40px;
}
.form-input-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 24px;
  font-size: 24px;
  line-height: 32px;
  color: #262626;
  background: #fafafa;
  border: 1px solid #e6e6e6;
}
.form-input-item label {
  display: block;
  width: 120px;
}
.form-input-item em {
  color: #FF3838;
}
.form-input-item input, .form-input-item textarea {
  border: none;
  display: block;
  flex: 1;
  background: transparent;
}
.form-box-right-wrap .submitButton {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  border: none;
  width: 120px;
  height: 48px;
  background: linear-gradient(90deg,#00a3f7, #006aed);
  border-radius: 4px;
  cursor: pointer;
}
.toast-content {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toast {
  background-color: rgba(36, 36, 37, 0.81);
  border-radius: 1.07vw;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toast span {
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  font-size: 16px;
  white-space: pre-wrap;
}

.about-customer-wrapper {
  background: #F7F7F7;
  padding-bottom: 80px;
}
.about-customer-wrapper .inside-header {
  max-width: 1200px;
}
.about-customer-wrapper .inside-header-content {
  font-size: 20px;
  margin-bottom: 64px;
  margin-top: 24px;
}
.customer-list-type {
  font-size: 32px;
  line-height: 45px;
  position: relative;
  padding-left: 24px;
  color: #262626;
  margin-bottom: 16px;
  &:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    width: 8px;
    height: 24px;
    background: linear-gradient( 180deg, #00B0F0 0%, #2669E3 100%);
  }
}
.customer-list-type-content {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 32px;
}
.cooperation-advantages-wrapper {
  padding-bottom: 80px;
}
.cooperation-advantages {
  display: flex;
  gap: 32px;
}
.advantages-items {
  display: flex;
  flex-direction: column;
  padding: 40px 24px;
  background: #FAFAFA;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  width: calc((100% - 128px) / 5);
  cursor: pointer;
}
.advantages-items img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 32px;
}
.advantages-items h6 {
  font-size: 28px;
  color: #262626;
  line-height: 40px;
  text-align: center;
  margin-bottom: 16px;
}
.advantages-items p {
  font-size: 16px;
  line-height: 22px;
  color: #8C8C8C;
}
.advantages-items:hover {
  background: linear-gradient( 45deg, #006AED 0%, #00A3F7 100%);
  border-color: transparent;
}
.advantages-items:hover img {
  filter: grayscale(100) brightness(100);
}
.advantages-items:hover h6 {
  color: #fff;
}
.advantages-items:hover p {
  color: rgba(255,255,255,.7);
}
