.apply_box {
  padding: 32px 34px 25px 34px!important;
  bottom: -150px!important;
  width: 390px!important;
  height: 506px!important;
}

.gsap-box1 {
  padding: 50px 0;
}

.sectionBox.dark {
  background: #f1f6fc;
}

.sectionBox.line {
  border-top: 1px solid #ebeef5;
}

.topicBox .subtitle2 {
  font-size: 16px;
}

.problem-box {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
}

.problem-box-item {
  flex-shrink: 0;
  padding: 30px 24px;
  background-color: #fff;
  transition: all 0.3s linear;
}

.problem-box-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 0px 36px rgba(2, 80, 158, 0.14);
}

.problem-box-item .num {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #c8c8ca;
}

.problem-box-item .title {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-top: 8px;
  margin-bottom: 8px;
}

.problem-box-item .title span {
  font-weight: 600;
}

.problem-box-item .desc {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  display: none;
  /* text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; */
}

.problem-box-item ul {
  margin-top: 16px;
  padding-top: 20px;
  margin-bottom: 0px;
  border-top: 1px solid #ebebeb;
}

.problem-box-item ul li {
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  line-height: 28px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.problem-box-item ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #999999;
  transform: translate(-50%, -50%);
}

.solution-box .tabs-items {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.solution-box .tabs-items .tabs-item {
  border-radius: 40px;
  padding: 8px 28px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  margin-right: 16px;
  background-color: #e5eaf1;
}

.solution-box .tabs-items .tabs-item.active {
  font-size: 14px;
  color: #fff;
  background-color: #2b3036;
}

.solution-box .solution-item.active {
  display: flex;
}

.solution-items .solution-item {
  display: none;
  padding: 36px 48px;
  border-radius: 8px;
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 8px 32px rgba(2, 80, 158, 0.08)
}

.solution-items .solution-item .leftbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}


.solution-items .solution-item .leftbox .text {
  margin-bottom: 16px;
}

.solution-items .solution-item .rightbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.solution-items .solution-item .leftbox .subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.solution-items .solution-item .leftbox .title {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 12px;
}

/* .solution-items .solution-item .leftbox .title::before {
  content: "";
  position: absolute;
  height: 52px;
  width: 1px;
  background: #3e6cc3;
  left: -33px;
  top: 0;
} */

.solution-items .solution-item .leftbox .desc {
  font-size: 11px;
  line-height: 18px;
  color: #666;
}


.jiagou-box {
  border-radius: 8px;
  background-color: #f2f6fc;
  display: flex;
  justify-content: space-between;
}

.jiagou-box .leftbox {
  width: 80%;
  padding: 12px;
  background-color: #ffffff;
  border: 4px solid #f2f6fc;
  border-radius: 8px;
}
.jiagou-box .leftbox img{
  border-radius: 8px;
}

.jiagou-box .rightbox {
  width: 20%;
  padding: 0px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jiagou-box .rightbox .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 24px;
}

.jiagou-box .rightbox .desc {
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.64);
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 16px;
}

.jiagou-box .rightbox .list {
  display: flex;
  flex-direction: column;
}

.jiagou-box .rightbox .list .list-item {
  margin-top: 10px;
}

.jiagou-box .rightbox .list .list-item .t {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
}

.jiagou-box .rightbox .list .list-item .d {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.48);
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
}

.jiagou-box .rightbox .moreBtn {
  margin-top: 20px;
}

.esb-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 36px 48px;
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 32px;
}

.esb-box .leftbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.esb-box .leftbox .text {
  margin-top: 48px;
  padding-right: 48px;
}

.esb-box .leftbox .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 24px;
}

.esb-box .leftbox .list-item {
  margin-bottom: 10px;
}

.esb-box .leftbox .t {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 600;
}

.esb-box .leftbox .d {
  font-size: 12px;
  line-height: 20px;
  color: #666;
}


.shipei-box {
  background-color: #f2f6fc;
  border-radius: 8px;
  padding: 36px 48px;
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 32px;
}

.shipei-box .leftbox {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.shipei-box .leftbox .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 24px;
}

.shipei-box .leftbox .desc {
  max-width: 80%;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}



.case-box {
  display: grid;
  gap: 20px 24px;
  grid-template-columns: repeat(7, 1fr);
}

.case-box-item {
  padding: 8px 20px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 32px rgba(2, 80, 158, .08);
}

.case-box-tips {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  margin-top: 24px;
}

.about-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.about-box .leftbox {
  width: 55%;
  padding-right: 12%;
  display: flex;
  flex-direction: column;
}

.about-box .rightbox {
  width: 45%;
}

.about-box .leftbox>img {
  width: 200px;
}

.about-box .leftbox .intro {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 24px;
}

.about-box .leftbox .intro .intro-item {
  padding: 0 16px;
  border-left: 1px solid #cfcfcf;
}

.about-box .leftbox .intro .intro-item .t1 {
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.64);
  margin-bottom: 4px;
}

.about-box .leftbox .intro .intro-item .t2 {
  font-size: 13px;
  line-height: 16px;
  color: rgba(0, 0, 0, 1);
}

.about-box .leftbox .intro .intro-item .t2>span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.64);
}

.about-box .leftbox .desc {
  font-size: 12px;
  line-height: 20px;
  color: #666;
}

.wea-num-box {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.wea-num-box .wea-num-box-item {
  background-color: #f7f8fa;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}

.wea-num-box .wea-num-box-item:hover {
  box-shadow: 0 0px 16px rgba(2, 80, 158, 0.14);
}

.wea-num-box .wea-num-box-item .up {
  font-size: 14px;
  line-height: 32px;
  color: #021757;
  display: flex;
  align-items: flex-end;
  font-weight: 600;
}

.wea-num-box .wea-num-box-item .up .num {
  font-size: 26px;
  line-height: 36px;
}

.wea-num-box .wea-num-box-item .down {
  font-size: 12px;
  line-height: 20px;
  color: #666;
}

@media (max-width: 768px) {
  .problem-box-item .desc {
    font-size: 11px;
    line-height: 18px;
    color: #666;
    margin-top: 8px;
  }

  .problem-box {
    gap: 16px 16px;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }

  .problem-box-item {
    padding: 20px 16px;
  }

  .problem-box-item .title {
    font-size: 14px;
    margin-top: 6px;
  }
  .problem-box-item ul {
    margin-top: 10px;
    padding-top: 12px;
  }
  .problem-box-item ul li {
    padding-left: 8px;
    font-size: 9px;
    line-height: 16px;
  }
  .problem-box-item ul li::before {
    left: 2px;
    width: 2px;
    height: 2px;
  }
  .jiagou-box {
    flex-direction: column;
    padding: 20px 16px;
  }
  .jiagou-box .leftbox {
    width: 100%;
    padding: 0px;
    margin-bottom: 16px;
    border: 0px solid #f2f6fc;
  }
  .jiagou-box .rightbox {
    width: 100%;
    padding: 0px;
  }
  .jiagou-box .rightbox .title {
    display: none;
  }
  .jiagou-box .rightbox .list .list-item .d {
    font-size: 11px;
  }
  .jiagou-box .rightbox .moreBtn {
    display: none;
  }

  .solution-box .tabs-items {
    gap: 16px;
    justify-content: center;
  }

  .solution-items .solution-item .leftbox .subtitle {
    font-size: 12px;
  }

  .solution-box .tabs-items .tabs-item {
    margin-right: 0px;
    padding: 6px 20px;
    font-size: 12px !important;
  }

  .solution-items .solution-item {
    padding: 35px 20px;
    flex-direction: column;
  }

  .solution-box .tabs-items {
    display: flex;
    margin-bottom: 16px;
  }

  .solution-items .solution-item .leftbox .desc {
    width: 80%;
    font-size: 12px;
    line-height: 20px;
  }

  .solution-items .solution-item .leftbox,
  .solution-items .solution-item .rightbox {
    width: 100%;
  }

  .solution-items .solution-item .rightbox {
    filter: unset;
  }
  .solution-items .solution-item .leftbox .text {
    margin-bottom: 24px;
  }
  .solution-items .solution-item .leftbox .title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 6px;
  }

  .solution-items .solution-item .leftbox .desc {
    max-width: 100%;
    width: 100%;
  }

  .solution-items .solution-item .leftbox .moreBtn {
    display: none;
  }

  .esb-box {
    padding: 24px 20px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .esb-box .leftbox .text {
    margin-top: 0px;
    padding-right: 0px;
  }
  .esb-box .leftbox .title {
    display: none;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .esb-box .moreBtn {
    display: none;
  }
  .shipei-box {
    padding: 24px 20px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .shipei-box .leftbox .title {
    display: none;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .shipei-box .leftbox .desc {
    max-width: 100%;
  }
  .shipei-box .moreBtn {
    display: none;
  }

  .about-box {
    flex-direction: column;
  }

  .about-box .leftbox>img {
    width: 160px;
  }

  .about-box .leftbox .intro .intro-item {
    padding: 0 10px;
  }

  .about-box .leftbox .intro .intro-item .t1 {
    font-size: 9px;
  }

  .about-box .leftbox .intro .intro-item .t2 {
    font-size: 12px;
  }

  .about-box .leftbox,
  .about-box .rightbox {
    width: 100%;
    padding-right: 0px;
  }

  .wea-num-box {
    margin-top: 24px;
  }

  .case-box {
    gap: 12px 8px;
    grid-template-columns: repeat(4, 1fr);
  }

  .case-box-item {
    padding: 2px 6px;
  }

  .case-box-logos {
    gap: 6px;
  }

  .case-box-tips {
    margin-top: 20px;
    font-size: 10px;
  }
  .solution-items .solution-item .leftbox .text {
    margin-bottom: 0px;
    margin-top: 12px;
}

}


@media (min-width: 992px) and (max-width:1369px) {
  .problem-box-item {
    padding: 20px;
  }

  .problem-box-item .title {
    font-size: 15px;
  }

  .problem-box-item ul {
    margin-top: 12px;
    padding-top: 16px;
  }

  .solution-items .solution-item .leftbox .title {
    font-size: 20px;
    line-height: 24px;
  }

  .case-box-logos {
    gap: 12px;
  }
  .esb-box {
    padding: 28px 32px;
  }
  .esb-box .leftbox .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .esb-box .leftbox .list-item {
    margin-bottom: 6px;
  }
  .shipei-box {
    padding: 28px 32px;
  }
  .shipei-box .leftbox .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .jiagou-box .rightbox .title {
    font-size: 14px;
    line-height: 20px;
  }
  .jiagou-box .rightbox .list .list-item {
    margin-top: 6px;
  }
}

@media (min-width: 1370px) and (max-width:1600px) {

  .case-box-logos {
    gap: 16px;
  }
  .esb-box {
    padding: 32px 40px;
  }
  .esb-box .leftbox .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .shipei-box {
    padding: 32px 40px;
  }
  .shipei-box .leftbox .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .solution-items .solution-item .leftbox .title {
    font-size: 22px;
    line-height: 26px;
  }
  .jiagou-box .rightbox .title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1601px) and (max-width:1800px) {
  .problem-box-item .desc {
    font-size: 13px;
  }

}

@media (min-width: 1801px) {

  .problem-box-item .desc {
    font-size: 13px;
  }

  .jiagou-box .rightbox {
    padding: 0px 36px;
  }
}