@charset "UTF-8";
.title-h2 {
  font-size: 40px;
  text-align: center;
  padding: 100px 0 30px 0;
}

.tabs-box {
  border-bottom: 1px solid #e0e0e0;
  margin: 0 6%;
}

.programme-box {
  background-color: #fff;
}

.programme {
  display: flex;
  margin-top: 60px;
  padding: 0 10% 70px;
}

.programme .programme-info {
  width: 60%;
}

.programme .programme-info .programme-title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}

.programme .programme-info .programme-described {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  display: block;
  margin: 30px 0 35px;
}

.programme .programme-info .programme-text {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 56px;
}

.programme .programme-info .programme-text .icon-dui {
  width: 20px;
  height: 18px;
  margin-right: 15px;
}

.programme .img-programme-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}

.programme .img-programme-box .img-programme {
  width: 574px;
  height: 353px;
}

.businessProcess-box {
  background-image: url("../assets/images/scrmSystem/pbg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  object-fit: cover;
}

.waihuCenter-box {
  background-color: #fff;
  padding: 0 6% 50px;
}

.waihuCenter-box .waihuCenter {
  display: flex;
  gap: 10px;
}

.waihuCenter-box .waihuCenter .waihuCenter-item {
  width: 25%;
  height: 50px;
  color: white;
  transition: width 0.3s ease;
  overflow: hidden;
  cursor: pointer;
  height: 450px;
  background-size: 100% 100%;
  position: relative;
}

.waihuCenter-box .waihuCenter .waihuCenter-item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.waihuCenter-box .waihuCenter .waihuCenter-item .waihuCenter-item-info {
  position: absolute;
  bottom: 25px;
  margin: 0 15px;
}

.waihuCenter-box .waihuCenter .waihuCenter-item .waihuCenter-item-info h4 {
  font-size: 20px;
  font-weight: 700;
}

.waihuCenter-box .waihuCenter .waihuCenter-item .waihuCenter-item-info span {
  font-size: 16px;
  margin-top: 20px;
  display: block;
}

.waihuCenter-box .waihuCenter #img1 {
  background-image: url("../assets/images/scrmSystem/p4.png");
}

.waihuCenter-box .waihuCenter #img1::before {
  background: linear-gradient(0, #3c63f3, rgba(60, 99, 243, 0) 70%);
}

.waihuCenter-box .waihuCenter #img2 {
  background-image: url("../assets/images/scrmSystem/p5.png");
}

.waihuCenter-box .waihuCenter #img2::before {
  background: linear-gradient(0, #fe6a06, rgba(254, 106, 6, 0) 70%);
}

.waihuCenter-box .waihuCenter #img3 {
  background-image: url("../assets/images/scrmSystem/p6.png");
}

.waihuCenter-box .waihuCenter #img3::before {
  background: linear-gradient(0, #3c63f3, rgba(60, 99, 243, 0) 70%);
}

.waihuCenter-box .waihuCenter #img4 {
  background-image: url("../assets/images/scrmSystem/p7.png");
}

.waihuCenter-box .waihuCenter #img4::before {
  background: linear-gradient(0, #2ba3fe, rgba(43, 163, 254, 0) 70%);
}

.qualification {
  background-color: #f0f0f0;
  padding: 0 6% 100px;
}

.qualification .content-box {
  width: 100%;
  overflow: auto;
  margin-top: 50px;
  scrollbar-color: #ef6700 #d8d8d8;
}

.qualification .content-box .qualification-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.qualification .content-box .qualification-content .img-back {
  background-image: url("../assets/images/scrmSystem/d3bg1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 400px;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: end;
}

.qualification .content-box .qualification-content .img-back img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

.qualification .btn-box {
  display: flex;
  margin-top: 60px;
}

.qualification .btn-box button {
  width: 60px;
  height: 60px;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fe6700;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qualification .btn-box button:hover {
  background-color: #fe6700;
  color: #fff;
}

.back-box {
  padding: 0 6% 100px;
  background-color: #fff;
}

.back-box .input-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}

.back-box .input-box .input {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 20px;
  border: 2px solid #f5f5f5;
  font-size: 20px;
  transition: all 0.2s ease;
}

.back-box .input-box .input:focus {
  border: 2px solid #c9e1f7;
}

.back-box .input-box .input::placeholder {
  color: #bfbfc5;
}

.back-box .input-box .input:hover {
  border-color: #c0c4cc;
}

.back-box .input-box .captcha {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.back-box .input-box .captcha .input-captcha {
  width: 100%;
  border: none;
  padding: 20px 0;
}

.back-box .input-box .captcha .input-captcha::placeholder {
  color: #bfbfc5;
}

.back-box .input-box .captcha .sent {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 14px;
  cursor: pointer;
  width: 130px;
  color: #fe6700;
}

.back-box .input-box .captchaFocus {
  border: 2px solid #c9e1f7;
}

.back-box .agreement {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-top: 60px;
}

.back-box .agreement .check {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  transition: all 0.3s ease;
}

.back-box .agreement .check:hover {
  border-color: #1c92ff;
}

.back-box .agreement .check::before {
  content: '';
  width: 0;
  height: 0;
  background-color: #1c92ff;
  border-radius: 50%;
  transition: all 0.1s ease;
}

.back-box .agreement .checks {
  border-color: #1c92ff;
  box-shadow: 0 0 3px 1px rgba(28, 146, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-box .agreement .checks::before {
  width: 8px;
  height: 8px;
}

.back-box .agreement a {
  color: #fe6700;
}

.back-box .btn-application-box {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.back-box .btn-application-box .btn-application {
  width: 350px;
  line-height: 65px;
  margin: 60px 0 0;
  font-size: 28px;
  font-weight: bold;
  background-color: #fe6700;
  border: none;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}

@media (min-width: 751px) {
  .waihuCenter-box .waihuCenter .active {
    width: 50%;
    /* 展开状态 */
    color: #333;
  }
  .waihuCenter-box .waihuCenter .active::before {
    background: none !important;
  }
}

@media (max-width: 750px) {
  .tabs-box {
    display: none;
  }
  .title-h2 {
    font-size: 5vw;
    text-align: center;
    padding: 10vw 0 10vw 0;
  }
  .programme {
    display: flex;
    margin-top: 0;
    display: block !important;
    padding: 0 4vw 8vw;
  }
  .programme .programme-info {
    width: 100%;
  }
  .programme .programme-info .programme-title {
    font-size: 5vw;
    color: #333;
    font-weight: bold;
  }
  .programme .programme-info .programme-described {
    font-size: 3vw;
    font-weight: 400;
    color: #333;
    display: block;
    margin: 3vw 0;
    font-weight: bold;
  }
  .programme .programme-info .programme-text {
    font-size: 3vw;
    font-weight: 400;
    color: #333;
    line-height: 30px;
  }
  .programme .programme-info .programme-text .icon-dui {
    width: 2.66667vw;
    height: 2.4vw;
    margin-right: 15px;
  }
  .programme .img-programme-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5vw;
  }
  .programme .img-programme-box .img-programme {
    width: 80%;
    height: 80%;
  }
  .waihuCenter-box {
    background-color: #fff;
    padding: 0 8% 50px;
  }
  .waihuCenter-box .waihuCenter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .waihuCenter-box .waihuCenter .waihuCenter-item {
    width: 100%;
    height: 50px;
    color: white;
    transition: width 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    height: 400px;
    background-size: 100% 100%;
    position: relative;
    border-radius: 5px;
  }
  .waihuCenter-box .waihuCenter .waihuCenter-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .waihuCenter-box .waihuCenter .waihuCenter-item .waihuCenter-item-info {
    position: absolute;
    bottom: 25px;
    margin: 0 15px;
  }
  .waihuCenter-box .waihuCenter .waihuCenter-item .waihuCenter-item-info h4 {
    font-size: 4vw !important;
    font-weight: 700;
  }
  .waihuCenter-box .waihuCenter .waihuCenter-item .waihuCenter-item-info span {
    font-size: 3vw !important;
    margin-top: 2vw;
    display: block;
  }
  .waihuCenter-box .waihuCenter #img1 {
    background-image: url("../assets/images/scrmSystem/p4_1.png");
  }
  .waihuCenter-box .waihuCenter #img1::before {
    background: linear-gradient(0, #3c63f3, rgba(60, 99, 243, 0) 70%);
  }
  .waihuCenter-box .waihuCenter #img2 {
    background-image: url("../assets/images/scrmSystem/p5_1.png");
  }
  .waihuCenter-box .waihuCenter #img2::before {
    background: linear-gradient(0, #fe6a06, rgba(254, 106, 6, 0) 70%);
  }
  .waihuCenter-box .waihuCenter #img3 {
    background-image: url("../assets/images/scrmSystem/p6_1.png");
  }
  .waihuCenter-box .waihuCenter #img3::before {
    background: linear-gradient(0, #3c63f3, rgba(60, 99, 243, 0) 70%);
  }
  .waihuCenter-box .waihuCenter #img4 {
    background-image: url("../assets/images/scrmSystem/p7_1.png");
  }
  .waihuCenter-box .waihuCenter #img4::before {
    background: linear-gradient(0, #2ba3fe, rgba(43, 163, 254, 0) 70%);
  }
  .waihuCenter-box .waihuCenter .active {
    width: 100%;
    /* 展开状态 */
    color: #fff;
  }
  .waihuCenter-box .waihuCenter .active::before {
    background: inherit;
  }
  .qualification {
    background-color: #f0f0f0;
    padding: 0 4vw;
    margin: 5vw 4vw 0;
    border-radius: 5px;
  }
  .qualification .title-h2 {
    padding-top: 5vw;
  }
  .qualification .content-box {
    width: 100%;
    overflow: auto;
    margin-top: 5vw;
    scrollbar-color: #ef6700 #d8d8d8;
  }
  .qualification .content-box .qualification-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
  .qualification .content-box .qualification-content .img-back {
    background-image: url("../assets/images/scrmSystem/d3bg1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 300px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .qualification .content-box .qualification-content .img-back img {
    width: 90%;
    height: 90%;
    object-fit: contain;
  }
  .qualification .btn-box {
    display: flex;
    padding: 30px 0 30px 40px;
    margin-top: 0;
  }
  .qualification .btn-box button {
    width: 7.7vw;
    height: 7.7vw;
    border: none;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fe6700;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qualification .btn-box button:hover {
    background-color: #fe6700;
    color: #fff;
  }
  .back-box {
    padding: 0 4% 50px;
    background-color: transparent;
  }
  .back-box .input-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10vw 0;
  }
  .back-box .input-box .input {
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    border: 2px solid #f5f5f5;
    font-size: 3vw;
    transition: all 0.2s ease;
  }
  .back-box .input-box .input:focus {
    border: 2px solid #c9e1f7;
  }
  .back-box .input-box .input::placeholder {
    color: #bfbfc5;
  }
  .back-box .input-box .input:hover {
    border-color: #c0c4cc;
  }
  .back-box .input-box .captcha {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .back-box .input-box .captcha .input-captcha {
    width: 100%;
    border: none;
    padding: 20px 0;
  }
  .back-box .input-box .captcha .input-captcha::placeholder {
    color: #bfbfc5;
  }
  .back-box .input-box .captcha .sent {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 14px;
    cursor: pointer;
    width: 130px;
    color: #fe6700;
  }
  .back-box .input-box .captchaFocus {
    border: 2px solid #c9e1f7;
  }
  .back-box .agreement {
    display: flex;
    align-items: center;
    font-size: 3vw;
    margin-top: 40px;
  }
  .back-box .btn-application-box {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .back-box .btn-application-box .btn-application {
    width: 100%;
    line-height: 55px;
    margin: 40px 0 0;
    font-size: 4vw;
    font-weight: bold;
    background-color: #fe6700;
    border: none;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
  }
}
