header.header .hero.is-dark {
  height: 450px;
  padding-top: 0px;
  color: #fff;
}

header.header .hero .hero-body {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #EFF3F8;
  background-size: cover;
}

header.header .hero .hero-body .columns {
  width: 100%;
  height: 100%;
    align-items: center;

}

.hero .hero-body .title {
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  color: #fff !important;
}

.hero .hero-body .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #fff !important;
}

.hero .hero-body .button.is-primary.is-outlined {
  border-color: #201C26;
  color: #201C26;
}

.hero .hero-body .button.is-primary.is-outlined:hover {
  border-width: 0;
  color: #fff;
}

header.header .hero-foot.content-nav {
  margin-top: -50px;
}

header.header .hero-foot.content-nav .tabs ul {
  justify-content: space-evenly;
}

header.header .hero-foot.content-nav .tabs li {
  margin: 0;
}

header.header .hero-foot.content-nav .tabs li.is-active a {
  color: #201C26;
}

header.header .hero.is-dark .hero-foot.content-nav .tabs li a {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
}

header.header .hero.is-dark .hero-foot.content-nav .tabs li.is-active a::after {
  bottom: 5px;
  left: unset;
  right: unset;
  height: 2px;
  width: 30px;
}

.is-background-gray {
  background: #F5F9FA;
}

.sub-banner {
  height: 76px;
  display: flex;
  align-items: center;
}

.sub-banner .sub-content { 
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-banner .title {
  font-size: 18px !important;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-right: 60px;
}

.sub-banner .button {
  height: 37px;
  font-size: 18px;
  background-color: transparent !important;
  border: 1px solid #fff;
  color: #fff !important;
}

.sub-banner .button:hover {
  background-color: #fff !important;
  color: #eb582b !important;
}

.section.benefits .card-content {
  background-color: #fff;
  padding: 45px 30px 30px 30px;
  text-align: center;
  height: 100%;
}

.section.benefits .card-content img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

.section.benefits .card-content .is-4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}

.section.benefits .card-content p {
  font-size: 14px;
  line-height: 28px;
  color: #68747F;
  text-align: left;
}

.section.point .card-content {
  background-color: #090E23;
  border-radius: 12px;
  padding: 30px 20px 40px 30px;
  color: #fff;
  height: 100%;
}

.section.point .card-content .number-block {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.section.point .card-content .number-block .index {
  display: block;
  font-size: 48px;
  font-weight: 500;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px dashed #fff;
}

.section.point .card-content .number-block p {
  font-size: 24px;
  color: #fff;
}

.section.point .card-content .content p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.section.scheme .card-content { 
  box-shadow: 0px 4px 12px 0px #0C44CC1A;
  background-color: #fff;
  border-radius: 12px;
  padding: 50px 30px;
  display: flex;
  height: 100%;
}

.section.scheme .card-content img {
  width: 80px;
  height: 80px;
}

.section.scheme .card-content .content { 
  margin-left: 30px;
}

.section.scheme .card-content .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #292D33;
}

.section.scheme .card-content p {
  font-size: 16px;
  line-height: 32px;
  color: #68747F;
}

.section.advantage .card-content {
  background-color: #F5F8FA;
  padding: 50px 30px;
  height: 100%;
  text-align: center;
}

.section.advantage .card-content img {
  width: 64px;
  margin-bottom: 30px;
}

.section.advantage .card-content .title {
  font-weight: 500;
  font-size: 16px;
  color: #68747F;
}

.section.advantage .card-content .desc {
  font-size: 14px;
  line-height: 24px;
  color: #68747F;
  margin-bottom: 40px;
  text-align: left;
}

.section.advantage .card-content .content-list {
  list-style: none;
  margin-left: 20px;
  text-align: left;
}

.section.advantage .card-content .content-list li {
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  position: relative;
}

.section.advantage .card-content .content-list li::before {
  content: "\200B";
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #00A971;
  position: absolute;
  top: 13px;
  left: -18px;
}

.section.advantage .button-block {
  display: flex;
  align-self: center;
  justify-content: center;
  margin-top: 30px;
}

.section.advantage .button-block .button {
  width: 220px;
  height: 44px;
}

.section.advantage .button-block .button:nth-child(1) {
  margin-right: 28px;
}

.section.advantage .button-block .button:nth-child(2) {
  background-color: #443D4E;
  color: #fff;
}

.section.course {
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 7.5rem;
}

.section.course .title-block .is-3 {
  color: #fff;
}

.section.course .course-block {
  display: flex;
  width: 100%;
}

.section.course .course-block iframe {
  width: 100%;
  height: 450px;
  border-radius: 8px;
}

.section.course .course-block .course-list {
  border-radius: 0 4px 4px 0;
  background-color: #fff;
  box-shadow: 0px 6px 20px 0px #0000000D;
  padding: 10px 30px;
  margin: 20px 0;
  overflow-y: auto;
  min-width: 430px;
}

.section.course .course-list .course-item {
  padding: 20px 0;
  border-bottom: 1px solid #EEEEEE;
  font-size: 16px;
  color: #3E464C;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course-list .course-item .play-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://qc-website.sh1a.qingstor.com/files/2025/05/Group-6575.svg);
}

.section.course .course-list .course-item:hover {
  color: #15A675;
}

.section.course .course-list .course-item:hover .play-icon {
  background-image: url(https://qc-website.sh1a.qingstor.com/files/2025/05/Group-179.svg);
}

.section.cases .case-item {
  background: #fff;
  transition: all .2s ease;
  height: 100%;
}

.section.cases .case-item:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05), 0px 4px 6px rgba(0, 0, 0, 0.03);
  margin-top: -7px;
}

.section.cases .case-item .case-header {
  height: 230px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section.cases .case-item .case-header img {
  position: absolute;
  left: 30px;
  bottom: -30px;
  width: 130px;
}

.section.cases .case-item .content {
  padding: 40px;
}

.section.cases .case-item .content h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #201C26;
}

.section.cases .case-item .content p {
  font-size: 14px;
  line-height: 28px;
  color: #888888;
  min-height: 56px;
}

.section.cases .case-item .content a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #00AA72;
}

.section.footer {
  padding: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/static/assets/images/footer-bg.png) no-repeat center/cover;
}

.section.footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.footer h4 {
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  margin: 0px 45px 0;
  line-height: 0;
}

.section.footer a {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  width: 128px;
  height: 44px;
}

@media screen and (max-width: 900px) {
  .section.course .course-block {
    flex-direction: column;
  }

  .section.course .course-list {
    min-width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .sub-banner {
    height: auto;
    padding: 20px;
  }

  .sub-banner .column.is-2 {
    text-align: center;
    margin-top: 20px;
  }

  .section.footer .container {
    flex-direction: column;
  }
  
  .section.footer h4 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: unset;
  }
}
