@media (max-width: 576px) {
  .header-bg-box.img-header img {
    /* object-position: -240px; */
  }
}
.bread-nav {
  border-bottom: 1px solid #f7f8fa;
}
.bread-nav {
  border-bottom: 1px solid #f7f8fa;
}
.bread-nav .nav-pills .nav-link {
  border-radius: 0;
}
.bread-nav .nav-pills .nav-item {
  background-color: #f7f8fa;
  margin-top: 0.63rem;
  margin-right: 0.63rem;
  letter-spacing: 0.1em; /* 或任何你喜欢的单位，如 px, em, rem 等 */
}
.index-section .title img {
  width: 4.13rem;
  margin-top: 0.25rem;
}
.index-section {
  background-color: #fff;
}
.index-section .container-xxl > .content {
  padding-bottom: 2.5rem;
}
.desc {
  font-family: PingFangSC, PingFang SC;
  line-height: 1.7rem;
}
/* 产品介绍 start */
.index-section.nypx .nr {
  padding-top: 1.94rem;
  background: url("../image/nypx-bg.png") 50% 0% / cover no-repeat;
}
.index-section.nypx .kc {
  margin-top: 1.25rem;
  padding-top: 1.88rem;
  background-color: #f7f8fa;
}
.index-section.nypx .kc-tables {
  margin-top: 1.25rem;
  text-align: center;
  padding-bottom: 1.25rem;
}
.index-section.nypx .kc-tables .hd {
  background-color: var(--bs-primary);
  line-height: 3.13rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-section.nypx .kc-tables .hd img {
  background-color: var(--bs-primary);
  line-height: 3.13rem;
  color: #fff;
  margin-right: 0.19rem;
}
.index-section.nypx .kc-tables .td {
  line-height: 3.13rem;
}
.index-section.nypx .kc-tables .td:nth-of-type(2n) {
  background-color: #fff;
}
.index-section.nypx .kc-tables .td:nth-of-type(2n + 1) {
  background-color: #f2f3f5;
}
.index-section.nypx .kc-tables .td.speci {
  font-weight: bold;
  color: var(--bs-primary);
  background-color: #feeadc;
}
.index-section.nypx .intro-img {
  width: 48.13rem;
  /* height: 26.69rem; */
  margin-bottom: 3.75rem;
}
.lesson-area {
  margin-top: 2.5rem;
  background-color: #f7f8fa;
}
.index-section.nypx .content .desc1 {
  font-size: 1.13rem;
  font-weight: bold;
  text-align: center;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
}
.index-section.nypx .content .desc2 {
  font-size: 0.94rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
.index-section.nypx .lesson-box {
  display: flex;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}
.index-section.nypx .lesson-box::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.index-section.nypx .lesson-item {
  width: 17.19rem;
  flex: none;
}
.index-section.nypx .lesson-item + .lesson-item {
  margin-left: 1.25rem;
}
.index-section.nypx .lesson-item img {
  width: 100%;
  /* height: 100%; */
}
.index-section.nypx .certificate-item {
  width: 15.19rem;
  flex: none;
}
.index-section.nypx .certificate-item + .certificate-item {
  margin-left: 1.25rem;
}
.index-section.nypx .certificate-item img {
  width: 100%;
  /* height: 100%; */
}
.mobileShow {
  display: none !important;
}
@media (max-width: 800px) {
  .index-section.nypx .learn-btn {
    font-size: 0.75rem !important;
  }
 
}
@media (max-width: 576px) {
  .index-section.nypx .learn-btn {
    display: none !important;
  }
  .mobileShow {
    display: flex !important;
  }
}
.index-section.nypx .lesson-box .learn-btn {
  width: 8.81rem;
  /* height: 9.63rem; */
  align-self: stretch;
  background: #ffffff;
  border-radius: 2rem 0rem 2rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #86909c;
  margin-left: 1.25rem;
}
#tabs .nav-item {
  margin-right: 0.63rem;
  background-color: #f7f8fa;
}
.index-section.nypx .teacher-box {
  padding-bottom: 1.88rem;
  padding-top: 1.25rem;
}
.index-section.nypx .teacher-box .teacher-item {
  background: #f7f8fa;
  border-radius: 2rem 0rem 2rem 0rem;
  overflow: hidden;
  height: 7.5rem;
  display: flex;
}
.index-section.nypx .teacher-box .teacher-item .teacher-item-img {
  flex: none;
}
.index-section.nypx .teacher-box .teacher-item .teacher-item-img img {
  width: 7.5rem;
  height: 7.5rem;
}
.index-section.nypx .teacher-box .teacher-item .right-box {
  margin: 1.5rem 1.25rem;
  text-align: left;
}
.index-section.nypx .teacher-box .teacher-item .right-box .title {
  font-size: 1.13rem;
  line-height: 1.56rem;
  color: #1d2129;
}
.index-section.nypx .teacher-box .teacher-item .right-box .desc {
  font-size: 0.88rem;
  color: #1d2129;
  margin-top: 0.5rem;
  line-height: 1.25rem;
}
.index-section .video-box {
  display: flex;
  padding-bottom: 1.88rem;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}
.index-section .video-box::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.index-section .player-box {
  position: relative;
  display: flex;
  height: 20.63rem;
}
.index-section .player-box-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  color: #fff;
  font-size: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.63rem;
}

.index-section .player-box-bottom .favorite-img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
}
.index-section .video-item {
  display: inline-block;
  cursor: pointer;
  width: 15.08rem;
  flex: none;
}
.index-section .video-item + .video-item {
  margin-left: 1.25rem;
}
.index-section .video-item .player-img {
  width: 100%;
  height: 100%;
}
.index-section .video-item .player-text {
  margin: 0.63rem 0;
  text-align: center;
}
#videoModal .modal-dialog {
  max-width: 1200px;
}
.modal-header,
.modal-footer {
  border: none;
}

/* 服务企业 start */
.index-section.fwqy .container-xxl {
  padding-top: 2.5rem;
}
.index-section.fwqy .content {
  display: flex;
  margin: 20rpx;
  margin-bottom: 3.75rem;
}
.index-section.fwqy .left-box {
  /* width: 40%; */
  display: flex;
}
.index-section.fwqy .left-item {
  padding: 1.25rem;
  text-align: center;
}
.index-section.fwqy .left-text {
  padding-top: 0.7rem;
}
.index-section.fwqy .right-box {
  /* width: 60%; */
  display: flex;
}
/* 服务企业 end */

/* 农业服务介绍 end */
/* 荣誉合作 start */
.index-section.honor .content .nav {
  justify-content: center;
  margin-bottom: 1.25rem;
}
.index-section.honor .content .nav-item {
  background-color: #f7f8fa;
}
.index-section.honor .content .nav-item .nav-link.active {
  background-color: var(--bs-primary);
}
.index-section.honor .content .nav-item + .nav-item {
  margin-left: 0.63rem;
}
.index-section.honor .content .content-box {
  padding-bottom: 1.88rem;
}
.index-section.honor .content .content-box .more-btn {
  width: 11.25rem;
  height: 1.88rem;
  line-height: 1.88rem;
  border-radius: 1.25rem;
  border: 0.06rem solid #c9cdd4;
  color: #86909c;
  margin: 1.25rem auto 0;
  text-decoration: none;
}
/* 荣誉合作 end */
/* 政企校 start */
.index-section.zqx .container-xxl {
  padding-top: 2.5rem;
}
.index-section.zqx .zqx-item {
  background-color: #f7f8fa;
  padding: 1.25rem;
}
.index-section.zqx .zqx-item + .zqx-item {
  margin-top: 1.25rem;
}
.index-section.zqx .zqx-item .large-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--bs-primary);
  line-height: 2.06rem;
  margin-bottom: 0.37rem;
}
/* .index-section.zqx .xczx {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e5e6eb;
} */
.index-section.zqx .xczx2 .col-12 {
  padding-top: 1.25rem;
}
.index-section.zqx .xczx2 .left-img-box {
  margin-top: 0.44rem;
  font-size: 0.75rem;
}
.index-section.zqx .xczx2 .left-img-box img {
}
.index-section.zqx .xczx2 .right-img-box {
  margin-top: 0.44rem;
  font-size: 0.75rem;
}
.index-section.zqx .xczx2 .right-img-box img {
}
.index-section.zqx .second-title {
  font-size: 1.13rem !important;
  font-weight: bold;
  color: var(--bs-primary);
  line-height: 1.56rem;
  margin-bottom: 1.25rem;
  padding-top: 0.88rem;
}
.zqx .second-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 1.13rem;
  color: #EF5904;
  line-height: 1.56rem;
}

.hz-item img {
  max-width: 5rem;
}
.hz-item .hz-title {
  font-size: 1rem;
  font-weight: bold;
  color: #1d2129;
  line-height: 1.38rem;
  margin-top: 0.5rem;
}
.hz-item .hz-desc {
  margin-top: 0.38rem;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.fwal {
  margin-top: 1.25rem;
}
.fwal .col-6:last-child {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
  cursor: pointer;
  background-clip: content-box;
  height: 4rem;
}
.fwal .col-6:last-child a {
  color: var(--bs-primary);
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.index-section.zqx .zqx-item img + div {
  font-size: 0.88rem;
  font-family: PingFangSC, PingFang SC;
}
.index-section.zqx .zqx-item .fwal_img {
  height: 10.69rem;
}
.index-section.zqx .zqx-item .more-btn {
  min-width: 11.25rem;
  line-height: 1.88rem;
  background: var(--bs-primary);
  border-radius: 1.25rem;
  display: inline-block;
  color: #fff;
  font-size: 0.88rem;
  margin-top: 1.25rem;
  text-decoration: none;
}
.index-section.zqx .zqx-item:last-child {
  margin-bottom: 2.5rem;
}
/* 政企校 end */

/* 渠道代理 start */
.qddl {
}
.qddl .qddl-item {
  background-color: #f7f8fa;
  margin-bottom: 2.5rem;
  display: flex;
}
.qddl .qddl-item .left-box {
  padding: 2.5rem;
  flex: 1 1 58rem;
}
.qddl .qddl-item .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--bs-primary);
  line-height: 2.06rem;
}
.qddl .qddl-item .desc {
  font-size: 1rem;
  color: #4e5969;
  line-height: 1.63rem;
  margin-top: 0.38rem;
}
.qddl .right-box {
  flex: 1 1 28rem;
}
.qddl .qddl-item:nth-of-type(2n) .right-box {
  order: -1;
}

/* 渠道代理 end */

/* 公司介绍 start */
.index-section.intro h2.title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1d2129;
  line-height: 2.06rem;
  text-align: left;
  display: inline-block;
  margin-bottom: 0.37rem;
}
.index-section.intro .desc {
  margin-bottom: 1.25rem;
}
.index-section.intro .left-box {
}
.index-section.intro .left-box .img1 {
  width: 100%;
}
.index-section.intro h3 {
  color: var(--bs-primary);
  font-size: 1.5rem;
  font-weight: bold;
}
.index-section.intro .sub-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #1d2129;
  line-height: 2.06rem;
  display: flex;
  align-items: center;
  text-align: left;
}
.index-section.intro .img1 {
  margin-top: 0.94rem;
}
.index-section.intro .sub-title::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.7rem;
  background: url("../image/about-dot.png");
}
.index-section.intro .count-box {
  padding: 1.88rem 0 3.06rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-section.intro .count-box .count-item {
  display: flex;
}
.index-section.intro .count-box .count-item-img {
  width: 2rem;
  height: 2rem;
}
.index-section.intro .count-box .right-box {
  margin-left: 0.63rem;
}
.index-section.intro .count-box .speci {
  color: var(--bs-primary);
  font-size: 1.88rem;
  font-weight: bold;
  line-height: 2.19rem;
  margin-right: 0.38rem;
}
/* 公司介绍 end */
/* 发展历程 start */
.index-section.history .content {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2.56rem;
}
.index-section.history .history-item {
  padding-top: 2.56rem;
  display: inline-block;
  width: 14rem;
}
.index-section.history .history-item .year {
  font-size: 1.88rem;
  font-weight: bold;
  color: var(--bs-primary);
  line-height: 2.19rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--bs-primary);
  position: relative;
}
.index-section.history .history-item .year::after {
  content: "";
  width: 1.5rem;
  height: 4.44rem;
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateY(calc(100% - 0.75rem));
  left: 1.06rem;
  background: url("../image/about-history.png") 0 0 / contain no-repeat;
}
.index-section.history .history-item-content {
  margin-top: 1.88rem;
  background: #ffffff;
  box-shadow: 0rem 0.13rem 0.5rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  min-height: 9.81rem;
  padding: 1.56rem 0.63rem 1.56rem 3.19rem;
  width: 12.5rem;
}
.index-section.history .history-item-content .desc {
  position: relative;
  font-size: 0.88rem;
  font-weight: 400;
  color: #4e5969;
  line-height: 1.25rem;
}
.index-section.history .history-item-content .desc::after {
  position: absolute;
  left: 0;
  top: 0.15rem;
  transform: translateX(calc(-100% - 1rem));
  content: "";
  width: 0.63rem;
  height: 0.63rem;
  border: 1px solid var(--bs-primary);
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
.index-section.history .history-item-content .desc + .desc {
  margin-top: 1.25rem;
}
/* 发展历程 end */
/* 企业荣誉 start */
.index-section.honor .content .content-box {
  padding-bottom: 1.88rem;
  padding-top: 2.5rem;
}
.index-section.honor .content .content-box .more-btn {
  width: 11.25rem;
  height: 1.88rem;
  line-height: 1.88rem;
  border-radius: 1.25rem;
  border: 0.06rem solid #c9cdd4;
  color: #86909c;
  margin: 1.25rem auto 0;
  text-decoration: none;
}
/* 企业荣誉 end */
/* 合作单位 start */
.index-section.parent h2.title {
  padding-top: 2.5rem;
  margin-bottom: 1.19rem;
}
.index-section.jigou {
  margin-bottom: 2.44rem;
}
.index-section.jigou h2.title {
  padding-top: 0;
}
.index-section.parent .content .content-box {
  padding-bottom: 1.88rem;
}
.index-section.parent .content .content-box .more-btn {
  width: 11.25rem;
  height: 1.88rem;
  line-height: 1.88rem;
  border-radius: 1.25rem;
  border: 0.06rem solid #c9cdd4;
  color: #86909c;
  margin: 1.25rem auto 0;
  text-decoration: none;
}
/* 合作单位 end */
/* 天天课堂 start */
.index-section.ttkt .ttkt-item {
  background-color: #f7f8fa;
  padding: 1.25rem;
}
.index-section.ttkt .ttkt-item + .ttkt-item {
  margin-top: 1.25rem;
}
.index-section.ttkt h2.title {
  padding-top: 0.63rem;
  margin-bottom: 1.25rem;
}
.ttkt-item.cpjs {
  background: url("../image/cpjs-bg.png") no-repeat;
  background-size: auto auto;
  background-position: right bottom;
}

.ttkt-item.cpjs .cpjs-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ef5904;
  line-height: 2.06rem;
  text-align: left;
}
.ttkt-item.cpjs .desc {
  font-size: 1rem;
  font-weight: 400;
  color: #4e5969;
  line-height: 1.63rem;
  padding-right: 35%;
}
.ttkt-item .cpld-box .title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  color: #ef5904;
  line-height: 2.06rem;
}

.ttkt-item .cpld-box .desc {
  font-size: 0.88rem;
  font-weight: 400;
  color: #4e5969;
  line-height: 1.63rem;
  margin-top: 0.44rem;
  text-align: left;
}
.ttkt-item .cpld-icon-box {
  margin-top: 1.25rem;
}
.ttkt-item .cpld-icon-item {
  background-color: #fff;
  padding: 0.63rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.ttkt-item .cpld-icon-item.active {
  background: linear-gradient(309deg, #005ee1 0%, #68a1ff 100%);
  color: #fff;
}
.ttkt-item .cpld-icon-item img {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: contain;
}
.ttkt-item .cpbz-box {
}
.ttkt-item .cpbz-item {
  border-radius: 1rem;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}
.ttkt-item .cpbz-item-top {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  height: 11.44rem;
}
.ttkt-item .cpbz-item-top .title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.06rem;
  padding: 0.63rem 1.5rem;
  border-radius: 1.69rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.ttkt-item .cpbz-item-top .price {
  margin-top: 1.25rem;
  font-size: 1.88rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 4.38rem;
  display: flex;
  align-items: baseline;
}
.ttkt-item .cpbz-item-top .price .price-value {
  font-size: 3.125rem;
  line-height: 4.38rem;
  margin-right: 0.63rem;
}
.ttkt-item .cpbz-item-top .price .price-value.small {
  font-size: 3rem;
}
.ttkt-item .cpbz-item-center {
  padding: 1.25rem 1.19rem 1.81rem;
}
.ttkt-item .cpbz-item-center .per-year {
  font-size: 1rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1d2129;
  text-align: left;
  line-height: 1;
}
.ttkt-item .cpbz-item-center .per-year .per-year-value {
  font-size: 2.5rem;
  font-weight: bold;
  margin-right: 0.69rem;
}
.ttkt-item .cpbz-item-center .per-time {
  font-size: 1rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1d2129;
  text-align: left;
  line-height: 1;
  margin-top: 1.25rem;
}
.ttkt-item .cpbz-item-center .per-time .per-time-value {
  font-size: 2.5rem;
  font-weight: bold;
  margin-right: 0.69rem;
}
.ttkt-item .cpbz-item-bottom {
  font-size: 0.88rem;
  font-weight: 400;
  color: #4e5969;
  line-height: 1.63rem;
  margin: 0 1.25rem;
  padding: 1.25rem 0;
  border-top: 1px dashed #e5e6eb;
  text-align: left;
}
.ttkt-item .cpbz-item-bottom.no-border {
  border-top: 0;
}
@media (max-width: 767px) {
  .ttkt-item .cpbz-item-top {
    height: 9rem;
  }

  .ttkt-item .cpbz-item-top .title {
    font-size: 1rem;
    white-space: nowrap;
    padding: 0.3rem 1rem;
  }
  .ttkt-item .cpbz-item-top .price .price-value {
    font-size: 1.875rem;
    line-height: 1;
  }
  .ttkt-item .cpbz-item-top .price {
    font-size: 1rem;
    line-height: 2.5rem;
  }
  .cpbz-box .col-6 {
    padding: 0 6px;
  }
  .ttkt-item .cpbz-item-center .per-year {
    font-size: 1rem;
    line-height: 1.1;
  }
  .ttkt-item .cpbz-item-center .per-year .per-year-value {
    font-size: 1.875rem;
    margin-right: 0;
  }
  .ttkt-item .cpbz-item-center .per-time {
    font-size: 1rem;
    line-height: 1.1;
  }
  .ttkt-item .cpbz-item-center .per-time .per-time-value {
    font-size: 1.875rem;
    margin-right: 0;
  }
  .ttkt-item .cpbz-item-top .price .price-value.small {
    font-size: 1.875rem;
  }
  .hidden-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
  .spec-img {
    width: 100% !important;
    height: auto !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 400px) {
  .ttkt-item .cpbz-item-center .per-year .per-year-value {
    display: block;
  }
  .ttkt-item .cpbz-item-center .per-time .per-time-value {
    display: block;
  }
}
.khal-box {
}
.khal-box .khal-item {
  padding: 1.25rem;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0.5rem;
  overflow: hidden;
}
.khal-box .khal-item .right-box {
  margin-left: 0.63rem;
  text-align: left;
}
.khal-box .khal-item .right-box .val {
  color: var(--bs-primary);
  font-size: 1.88rem;
  font-weight: bold;
}
.khal-box .khal-item .right-box .val .khal-val-icon {
  color: var(--bs-primary);
  font-size: 1rem;
  vertical-align: text-top;
}
.khal-box .khal-item .right-box .desc {
  font-size: 0.88rem;
  font-weight: 400;
  color: #4e5969;
  line-height: 1.25rem;
  white-space: nowrap;
}
.khal2-box {
  margin-top: 1.25rem;
}
.khal2-line {
  display: flex;
}
.hidden-md {
  display: block;
}
.show-md {
  display: none;
}

.khal2-line::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.khal2-line + .khal2-line {
  margin-top: 0.62rem;
}
@media (max-width: 1200px) {
  .khal2-line {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
  }
  .khal-line .spec-img {
    width: 100%;
  }
  .txt-box,
  .long-txt-box {
    flex: none;
  }
}
.txt-box {
  width: 11.25rem;
  height: 11.25rem;
  background: #192e52;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.13rem;
  color: #fff;
  overflow: hidden;
  margin-right: 0.62rem;
}
.short-img {
  width: 11.25rem;
  height: 11.25rem;
  object-fit: contain;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-right: 0.62rem;
  flex: none;
}
.long-txt-box {
  width: 20.63rem;
  height: 11.25rem;
  background: #192e52;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.13rem;
  color: #fff;
  overflow: hidden;
  margin-right: 0.62rem;
}
.spec-img {
  width: 27.5rem;
  height: 11.25rem;
  margin-right: 0.62rem;
  flex: none;
}

.hzyx {
  margin-top: 1.25rem;
  background: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0.62rem;
}
.hzyx .title {
  font-size: 1rem;
  font-weight: bold;
  color: #1d2129;
  text-align: left;
}
.hzyx #hzyx-form {
  width: 100%;
  overflow: hidden;
}
#hzyx-form > div {
  display: flex;
}
#hzyx-form input.is-invalid {
  border-color: red !important;
}
#hzyx-form input:focus.is-invalid {
  border-color: red !important;
}
#hzyx-form input {
  display: block;
  width: 100%;
  border-color: #f2f3f5;
  outline: none;
  outline-style: none;
  border-radius: 0.25rem;
  border: 1px solid #f2f3f5;
  padding-left: 0.62rem;
}
#hzyx-form input:focus {
  display: block;
  width: 100%;
  outline: none;
  outline-style: none;
  border-radius: 0.25rem;
  border: 1px solid #f2f3f5;
  padding-left: 0.62rem;
}
#hzyx-form input::placeholder {
  color: #86909c;
  font-size: 0.88rem;
}

.qa-box {
  text-align: left;
}
.qa-item + .qa-item {
  margin-top: 1.25rem;
}
.qa-item .question {
  font-size: 1.13rem;
  font-weight: bold;
  color: #1d2129;
  line-height: 1.56rem;
}
.qa-item .answer {
  margin-top: 0.56rem;
  font-size: 0.88rem;
  font-weight: 400;
  color: #4e5969;
  line-height: 1.63rem;
}
.qa-box .question-icon {
  margin-right: 0.62rem;
}
.qa-item-line {
  display: flex;
  align-items: flex-start;
}
.ttkt-item.qa {
  margin-bottom: 2rem;
}
.modal-title {
  margin-right: 5rem;
  white-space: nowrap;   /* 防止文本换行 */
  overflow: hidden;      /* 隐藏超出的内容 */
  text-overflow: ellipsis; /* 当内容被裁剪时显示省略号 */
}
/* todo 客户案例 样式修改 */
@media (max-width: 768px) {
  .cpld-item + .cpld-item {
    margin-top: 1.25rem;
  }
}
@media (max-width: 1100px) {
  .ttkt-item.cpjs {
    background-image: none;
  }
  .ttkt-item.cpjs .desc {
    padding-right: 0;
  }
}
/* 天天课堂 end */


.gary-bg {
  background-color: #F7F8FA !important;
}
.yellow-line {
  width: 2.5rem;
  background-color: #FF7200;
  height: 0.38rem;
  margin-bottom: 1.2rem;
}
.index-section.nypx .cpjs-icon {

}
.index-section.nypx .cpjs-info-icon {

}
.col-md-1-7{
  min-height: 1px;
  padding-left: 0.69rem;
  padding-top: 0.69rem;
  position: relative;
  width: 14.25%;
  float: left;
  border-radius: 0.5rem;
}
.col-md-1-5{
  min-height: 1px;
  padding-left: 0.69rem;
  padding-top: 0.69rem;
  position: relative;
  width: 20%;
  float: left;
  border-radius: 0.5rem;
}
.img-radius {
  border-radius: 0.5rem;
}
.rzpx {
  margin-top: 1.5rem;
}
.pxrz-icon-box {
  margin-top: 1.5rem;
}
.pxrz-icon-box .title {
  padding-top: 1.25rem !important;
  font-weight: 600;
  font-size: 1.5rem !important;
  color: #1D2129;
  line-height: 2.06rem !important;
  margin-left: 1.25rem;
}
.pxrz-icon-box .pxrz-item {
  margin: 0.63rem;
}
.pxrz-icon-box .pxrz-icon-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.68rem;
}
/* 面向企业 start */
.index-section.mxqy {
  background-color: #ffffff;
}

.index-section.mxqy .row-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10rem;
}
.index-section.mxqy .info-span{
  font-weight: 400;
  font-size: 0.88rem;
  color: #4E5969;
  line-height: 1.38rem;
}
.index-section.mxqy .duo-box {
  height: 8rem;
  display: flex;
  background: url("../image/ywjs-d.png") 100% / cover
  no-repeat;
}
.index-section.mxqy .kuai-box {
  height: 8rem;
  display: flex;
  background: url("../image/ywjs-k.png") 100% / cover
  no-repeat;
}
.index-section.mxqy .hao-box {
  height: 8rem;
  display: flex;
  background: url("../image/ywjs-h.png") 100% / cover
  no-repeat;
}
.index-section.mxqy .shen-box {
  height: 8rem;
  display: flex;
  background: url("../image/ywjs-s.png") 100% / cover
  no-repeat;
}
.index-section .shen-box .row-box {
  padding-left: 8rem !important;
}

.index-section .yyfw {

}
.yyfw .yyfw-item{
  padding: 0 1.5rem;
  background-color: #F7F8FA;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* height: 18.56rem; */
}
.yyfw .yyfw-item .title{
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 1.13rem;
  color: #1D2129;
  line-height: 1.56rem;
}
.yyfw .yyfw-item .sub-title{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1rem;
  color: #4E5969;
  line-height: 1.63rem;
  margin: 0.63rem 0;
}

.zxpx .zxpx-item{
  padding: 0 0rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 25rem;
}
.zxpx .zxpx-item .title{
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 1.13rem;
  color: #1D2129;
  line-height: 1.56rem;
  margin-top: 0.63rem;
}
.zxpx .zxpx-item .sub-title{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1rem;
  color: #4E5969;
  line-height: 1.63rem;
  margin: 0.63rem 0;
}

.hzal .hzal-item{
  padding: 0 1.5rem;
  background-color: #F7F8FA;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.hzal .hzal-item .title{
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 1.13rem;
  color: #1D2129;
  line-height: 1.56rem;
  margin-top: 0.81rem;
  margin-bottom: 0.4rem;
}
.hzal .hzal-item img{
  margin-top: auto;
  margin-bottom: 1.25rem;
}

/* 面向企业 end */

/* 乡村振兴 start */
.pxpt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; 
}

.pxpt .left-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* margin-right: 1.2rem; */
}
.pxpt .right-item {
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}
.pxpt .qrcode-box {
  padding: 3rem 4.88rem;
  text-align: center;
  background-color: #F7F8FA;
}
.pxpt .qrcode-box img {
  margin-top: 1.25rem;
  width: 13.06rem;
  height: 13.06rem;
}

.sxjpxpt .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  background-color: #FFFFFF;
  /* height: 26.88rem; */
  padding-left: .125rem;
} 
.sxjpxpt .item .top-img {
  margin: 1.25rem;
} 
.sxjpxpt .item .qrcode {
  margin: 1.25rem 5rem;
} 
.sxjpxpt .item .text {
  font-weight: 400;
  font-size: 1.13rem;
  color: #1D2129;
  line-height: 1.56rem;
  margin-bottom: 1.25rem;
}
.xxhptjsl {
  background: url("../image/xxhpt-bg.png") 100% / cover
  no-repeat;
  height: 26.88rem;
}
.xxhptjsl .left-box {
  margin-left: 10rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 14.13rem;
}
.xxhptjsl .mobile {
  margin-left: 1.2rem !important;
}
.xxhptjsl .left-box .title {
  margin-top: 4.44rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 1.5rem;
  color: #1D2129;
  line-height: 2.06rem;
}
.xxhptjsl .left-box .qrcode-box{
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  margin-top: 1.88rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.xxhptjsl .left-box .qrcode{
  margin: 1.25rem;
  width: 9.38rem;
  height: 9.38rem;
}
.xxhptjsl .qrcode-box .text{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1rem;
  color: #4E5969;
  line-height: 1.38rem;
  margin-bottom: 1.25rem;
}
.rgiht-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* 乡村振兴 end */
/*  */
.title-box {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: baseline;
  margin-top: 2.56rem;
}
.title-box .title {
  margin-top: 1rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 2.25rem;
  color: #1D2129;
}
.title-box .sub-title {
  margin-left: 0.63rem;
  font-weight: 500;
  font-size: 1.25rem;
  color: #4E5969;
  text-align: left;
  margin-right: 6rem;
  max-width: 45rem;
}
.yellow-line {
  width: 7.5rem;
  background-color: #FF7200;
  height: 0.38rem;
  margin-bottom: 1.2rem;
}
/* 当屏幕宽度小于等于768px时，隐藏.pc-only元素，显示.mobile-only元素 */
@media (max-width: 576px) {
  .header-bg-img {
    display: none;
  }
  .title-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 1rem;
  }
  .index-section.zqx .container-xxl {
    padding-top: 1rem;
}
  .index-section.zqx .zqx-item img {
    height: auto;
  }
  .title-box .title {
    margin-top: 0.6rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 1.45rem;
    color: #1D2129;
  }
  .title-box .sub-title {
    font-weight: 500;
    font-size: 0.8rem;
    color: #4E5969;
    margin-left: 0rem;
    text-align: left;
  }
  .col-md-1-7{
    min-height: 1px;
    padding-left: 0.69rem;
    padding-top: 0.69rem;
    position: relative;
    width: 33.33%;
    float: left;
    border-radius: 0.5rem;
  }
  .zxpx .zxpx-item{
    padding: 0rem;
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 25rem;
  }
  .hzal .hzal-item{
    padding: 0 0.5rem;
    min-height: 9rem;
  }
  .modal-title {
    margin-right: 1rem;
    white-space: nowrap;   /* 防止文本换行 */
    overflow: hidden;      /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 当内容被裁剪时显示省略号 */
  }

  .xxhptjsl {
    background: url("../image/xxhpt-bg.png") 50% / cover
    no-repeat;
    height: auto;
  }
  .xxhptjsl .left-box {
    margin-left: 10rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 10.13rem;
  }
  .xxhptjsl .mobile {
    margin-left: 1.2rem !important;
  }
  .xxhptjsl .left-box .title {
    margin-top: 0.84rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.8rem;
    color: #1D2129;
  }
  .xxhptjsl .left-box .qrcode-box{
    background-color: transparent;
    border-radius: 0.5rem;
    margin-top: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .xxhptjsl .left-box .qrcode{
    margin: 0.68rem;
    width: 6.38rem;
    height: 6.38rem;
  }
  .xxhptjsl .qrcode-box .text{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.8rem;
    color: #4E5969;
    margin-bottom: 1.25rem;

  }
  .fwal .col-6:last-child {
    height: 3.5rem;
  }
}
.left-text {
  display: block;
  text-align: left;
  font-family: PingFangSC, PingFang SC;
  line-height: 1.7rem;
}