.college-services-banner.inside-banner .wrap .title {
  color: #262626;
}
.college-services-banner.inside-banner .wrap .content {
  width: 500px;
  color: rgba(0,0,0,.7);
  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;
}

.mix-program-form-mode {
  background: #006AED;
  padding-bottom: 96px;
}
.mix-program-form-mode .form-box {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.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;
}

.college-library {
  padding-bottom: 96px;
}
.college-library .library-img {
  display: block;
  width: 100%;
}
.excellent-course-development {
  background: linear-gradient( 225deg, #00A3F7 0%, #006AED 100%);
  padding-bottom: 96px;
}
.excellent-course-images, .fusion {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.excellent-course-images img {
  display: block;
  width: calc(25% - 8px);
}
.fusion img {
  width: calc(50% - 8px);
}
.cooperation {
  padding-bottom: 96px;
}
.cooperation-mode {
  display: flex;
  justify-content: space-between;
}
.cooperation-mode-item {
  cursor: pointer;
  width: calc((100% - 80px) / 3);
  background: #FAFAFA;
  border: 1px solid #D9D9D9;
  padding: 36px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: all .3s;
}
.cooperation-mode-item img {
  margin-bottom: 16px;
}
.cooperation-mode-item h6 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 12px;
  color: #262626;
  transition: all .3s;
}
.cooperation-mode-item p {
  font-size: 15px;
  line-height: 22px;
  color: #595959;
  transition: all .3s;
}
.cooperation-mode-item:hover {
  background: linear-gradient( 45deg, #006AED 0%, #00A3F7 100%);
}
.cooperation-mode-item:hover h6 {
  color: #fff;
}
.cooperation-mode-item:hover p {
  color: rgba(255,255,255,.7);
}
.cooperation-mode-item:hover img {
  filter: grayscale(100) brightness(100);
}
