.block1 {
  font-weight: 400;
  font-size: 17px;
  color: #111111;
  line-height: 26px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.block1 p,
.block1 span {
  font-size: 17px;
  line-height: 26px;
}
.block1 .application {
  background-color: #eeeeee;
  text-align: center;
  padding: 30px;
  margin-top: 50px;
  display: none;
}
.block1 .application h4 {
  font-size: 24px;
  font-weight: bold;
}
.block1 .application .content-sap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
.block1 .application .content-sap ul {
  margin-top: 50px;
}
.block1 .application .content-sap ul li {
  font-size: 16px;
  font-weight: bold;
}
.block1 .application .content-sap ul li img {
  width: 120px;
}
.overview-list {
  overflow-x: auto;
  margin-top: 40px;
  display: none;
}
.overview-list .row {
  min-height: 64px;
}
.overview-item {
  margin-bottom: 20px;
  display: flex;
}
.overview-item .left {
  width: 130px;
  min-height: 80px;
  border: solid 1px #e8e8e8;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #025872;
  text-align: center;
}
.overview-item .right {
  width: calc(100% - 100px);
  flex: 1;
  display: flex;
}
.overview-item .right h5 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.overview-item .right .sub-item {
  background-color: #eeeeee;
  padding: 10px;
  width: 100%;
}
.overview-item .right .sub-item + .sub-item {
  margin-left: 10px;
}
.overview-item .right .flex {
  display: flex;
}
.overview-item .right .flex li {
  width: 150px;
  height: 60px;
}
.overview-item .right .flex.row li {
  margin-right: 10px;
}
.overview-item .right .flex.column {
  flex-direction: column;
}
.overview-item .right .flex.column li {
  margin-bottom: 5px;
}
.block2 .search-title {
  font-weight: bold;
  font-size: 26px;
  color: #025872;
  line-height: 46px;
  padding-top: 25px;
}
.block2 .form-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
.block2 .form-container input {
  width: 100%;
}
.block2 .form-container .form-label {
  font-weight: bold;
  font-size: 18px;
  color: #111111;
  line-height: 46px;
}
.block2 .layui-input:hover {
  border-color: #999 !important;
}
.layui-form-select dl dd {
  font-size: 14px;
}
.block2 .description {
  font-weight: 400;
  font-size: 17px;
  color: #777777;
  line-height: 26px;
  padding: 20px 0;
}
.block3 {
  padding-bottom: 20px;
}
.block3 .box-item:last-child {
  border-bottom: none;
}
.block3 .box-item {
  display: flex;
  padding: 50px 0;
  border-bottom: 1px solid #ebebeb;
}
.block3 .box-item .img {
  width: 444px;
  height: 244px;
  aspect-ratio: 444/244;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(153, 153, 153, 0.2);
  margin-right: 100px;
  overflow: hidden;
}
.block3 .box-item .text {
  flex: 1;
  width: 0;
  position: relative;
  padding-bottom: 80px;
}
.block3 .box-item .text .title {
  font-weight: bold;
  font-size: 24px;
  color: #111111;
  line-height: 46px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block3 .box-item .text .title:hover {
  color: #025872;
}
.block3 .box-item .text .url {
  font-weight: 400;
  font-size: 17px;
  color: #025872;
  display: block;
  margin-bottom: 15px;
}
.block3 .box-item .des {
  font-weight: 400;
  font-size: 17px;
  color: #111111;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 控制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block3 .box-item .btn {
  position: absolute;
  bottom: 0;
  width: 189px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.block3 .box-item .btn span {
  font-weight: 400;
  font-size: 17px;
  color: #111111;
  border-bottom: 1px solid #111111;
}
.block3 .box-item .btn .btn-img {
  width: 30px;
  height: 30px;
  background: #e48020;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
  margin-left: 30px;
}

@media screen and (max-width: 1280px) {
  .block3 .box-item .img {
    /* width: 300px;
    height: 244px; */
    margin-right: 60px;
  }
}

@media screen and (max-width: 768px) {
  .block1 {
    font-size: 15px;
  }
  .block2 .search-title {
    font-size: 22px;
    padding-top: 15px;
  }
  .block2 .form-container .form-label {
    font-size: 16px;
    margin-top: 10px;
  }
  .block2 .description {
    font-size: 15px;
  }
  .block2 .form-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .block3 .box-item {
    display: block;
    padding: 30px 0;
  }
  .block3 .box-item .img {
    /* width: 100%;
    height: 150px; */
    width: 100%;
    height: auto;
    padding: 20px;
    margin-right: 0;
  }
  .block3 .box-item .des {
    -webkit-line-clamp: 2;
  }
  .block3 .box-item .text {
    width: 100%;
    margin-top: 10px;
  }
  .block3 .box-item .btn {
    position: static;
    margin-top: 20px;
    /* width: 120px;
    height: 42px; */
  }

  .block3 .box-item .btn span {
    font-size: 14px;
  }
  .block3 .box-item .btn .btn-img {
    margin-left: 10px;
    width: 25px;
    height: 25px;
  }
  .block3 .box-item .text .title {
    font-size: 18px;
  }
  .block3 .box-item .text .url,
  .block3 .box-item .des {
    font-size: 15px;
  }
}
