@font-face {
  font-family: "DINAlternate";
  src: url("../../assets/font/DINAlternate-bold.ttf");
}
.level {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.level1 {
  background: linear-gradient(#e4eefd 0%, #ffffff 100%);
  padding: 48px 0 87px 0;
  backdrop-filter: blur(4px);
}

.main-head-content {
  width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-head-title-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.main-head-title-content-name {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  line-height: 45px;
}
.main-head-title-content-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-head-content-share {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.main-head-content-subtitle {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #7b8297;
  line-height: 36px;
}
.share-icon-img {
  width: 260px;
  height: auto;
}
.advertising-bg-box {
  width: 1440px;
  height: 310px;
  background-image: url("../image/cotton/advertising.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 36px;
}

/* 项目背景 */
.product-introduction {
  width: 1440px;
  margin-top: 102px;
}

.project-info {
  display: flex;
  margin-top: 49px;
  justify-content: space-between;
}

.project-info-item {
  width: 700px;
  height: 340px;
  background: linear-gradient(134deg, #f9fbff 0%, #edf3fc 100%);
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.14);
  border-radius: 4px;
  border: 2px solid;
  border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(226, 233, 250, 1)) 2 2;
  backdrop-filter: blur(4px);
  padding: 30px;
  box-sizing: border-box;
}

.project-info-item-icon {
  width: 53px;
}
.project-info-item-icon2 {
  width: 42px;
  height: 42px;
}
.project-info-item-text {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #36383f;
  line-height: 36px;
  margin-top: 24px;
  text-align: justify;
  text-indent: 2ch;
}
/*  */
.level2 {
  padding-bottom: 80px;
}
.level2-viwe-box {
  display: flex;
  width: 1440px;
  grid-gap: 20px;
  margin-top: 40px;
}
.level2 .title-and-line {
  width: 100%;
}
.level2 .project-summarize {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.level2 .project-summarize-img-box {
  padding: 20px;
  box-sizing: border-box;
  background: linear-gradient(134deg, #fafcff 0%, #f6f8fc 100%);
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.08);
  border-radius: 8px;
  border: 3px solid;
  border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(234, 240, 255, 1)) 3 3;
  backdrop-filter: blur(4px);
  margin-top: 40px;
}
/* 最终方案 */
.level3 {
  background: #f4f6ff;
  overflow: hidden;
}
.line {
  padding: 109px 0 0 0;
  background: #f4f6ff;
  background-image: url("../../caseDetails/image/layout/back2.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 100%;
  width: 3500px;
  height: 1205px;
  border-radius: 0 0 50% 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  box-shadow: inset 0px -10px 22px 0px rgba(41, 50, 78, 0.08);
}

.level3 .project-summarize-img-box {
  width: 1440px;
  min-height: 828px;
  background: linear-gradient(134deg, #fafcff 0%, #f6f8fc 100%);
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.08);
  border-radius: 21px;
  border: 3px solid rgba(255, 255, 255, 1);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  padding-top: 20px;
  margin-top: 68px;
  box-sizing: border-box;
}

.project-summarize-img {
  width: 100%;
  height: auto;
}

/* 设计亮点 */
.title-and-line {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  position: relative;
  width: 1440px;
  text-indent: 9px;
}

.title-and-line::after {
  content: "";
  width: 6px;
  height: 20px;
  background: #0e7aff;
  position: absolute;
  left: 0;
  top: 4px;
}

.level3 .title-and-line {
  margin-top: 79px;
  padding-left: 96px;
  box-sizing: border-box;
}

.level3 .title-and-line::after {
  left: 90px;
}
.level3-info-item1 {
  width: 1440px;
  justify-content: space-between;
  padding-left: 86px;
  box-sizing: border-box;
  margin-top: 32px;
}
.level3-info-item1-text {
  width: 100%;
  padding: 32px;
  background: linear-gradient(180deg, rgba(211, 213, 250, 0.3) 0%, rgba(245, 246, 252, 0.3) 100%);
  border-radius: 16px;
  box-sizing: border-box;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #36383f;
  line-height: 32px;
  margin-top: 20px;
}
.level3-info-item1-text p {
  text-indent: 2ch;
  text-align: justify;
}
.level3-info-item2 {
  display: flex;
  width: 1440px;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 32px;
}

.level3-info-item2-text {
  width: 530px;
  height: 316px;
  background: linear-gradient(180deg, rgba(211, 213, 250, 0.3) 0%, rgba(245, 246, 252, 0.3) 100%);
  border-radius: 16px;
  padding: 21px 40px 0 40px;
  box-sizing: border-box;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #36383f;
  line-height: 32px;
  margin-bottom: 20px;
}
.level3-info-item2-text h4 {
  position: relative;
}
.level3-info-item2-text h4::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0d7bff;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  top: 10px;
  left: -15px;
  font-size: 18px;
}
.level3-info-item2-text p {
  text-align: justify;
  padding-left: 2ch;
  font-size: 16px;
}
.level3-info-item2-img-view1 {
  position: relative;
}

.level3-info-item2-img-view1-box {
  width: 530px;
  height: 210px;
  padding: 20px;
  box-sizing: border-box;
  background: linear-gradient(134deg, #fafcff 0%, #f6f8fc 100%);
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.08);
  border-radius: 8px;
  border: 3px solid;
  border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(234, 240, 255, 1)) 3 3;
  backdrop-filter: blur(4px);
}
.level3-info-item2-img-view1-box-img {
  width: 100%;
  height: 100%;
}
.level3-direction-app {
  display: none;
}
.level3-direction-pc {
  display: flex;
  width: max-content;
  align-items: center;
  margin-top: 20px;
  padding-left: 30px;
}
.tag-box-item1 {
  width: 800px;
  display: flex;
  justify-content: center;
}
.tag-box-item1 .tag {
  margin-right: -20px;
}
.tag-box-item2 {
  width: 530px;
  display: flex;
  justify-content: center;
}
.level3-direction-pc img {
  width: 80px;
  height: 30px;
  transform: rotate(180deg);
}

.tag {
  width: 132px;
  height: 33px;
  background: linear-gradient(134deg, #fafcff 0%, #f6f8fc 100%);
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.08);
  border: 3px solid;
  border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(234, 240, 255, 1)) 3 3;
  backdrop-filter: blur(4px);
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #36383f;
  line-height: 33px;
  text-align: center;
}
.level3-info-item2-img-view2-box {
  position: relative;
}
.level3-info-item2-img-view2 {
  width: 870px;
  height: 548px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.08);
  border-radius: 8px;
  border: 3px solid;
  border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(234, 240, 255, 1)) 3 3;
  backdrop-filter: blur(4px);
  position: relative;
  z-index: 1;
}
.img_style_icon1 {
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 80px;
  height: auto;
}
.level3-info-item2-img-view2-img {
  width: 100%;
  height: 100%;
}

.level3 .info-text-card {
  margin-left: 96px;
  width: 1352px;
}

.level3-info-view-img3-box {
  width: 1440px;
  height: 786px;
  margin-top: 39px;
  background: linear-gradient(134deg, #fafcff 0%, #f6f8fc 100%);
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.08);
  border-radius: 8px;
  border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(234, 240, 255, 1)) 3 3;
  backdrop-filter: blur(4px);
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.level3-info-view-img3 {
  width: 100%;
  height: 100%;
}

.level3-info-view-img4 {
  width: 1440px;
  margin-top: 36px;
}
/*  */
.level5 {
  padding: 80px 0 100px 0;
}
/*  */
.level4 {
  background: linear-gradient(180deg, #f4f6ff 0%, #ffffff 100%);
  padding: 80px 0 100px 0;
}
.level4-info-item1 {
  width: 1440px;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 32px;
}
.level4-info-item2 {
  display: flex;
  width: 1440px;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 32px;
}
.level4-info-item2-img-view1-box {
  width: 290px;
  height: 260px;
  padding: 20px;
  box-sizing: border-box;
  background: linear-gradient(134deg, #fafcff 0%, #f6f8fc 100%);
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.08);
  border-radius: 8px;
  border: 3px solid;
  border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(234, 240, 255, 1)) 3 3;
  backdrop-filter: blur(4px);
}
.level4-info-item2-img-view2 {
  width: 1100px;
  height: 370px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.08);
  border-radius: 8px;
  border: 3px solid;
  border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(234, 240, 255, 1)) 3 3;
  backdrop-filter: blur(4px);
  position: relative;
  z-index: 1;
}
.level4-direction {
  display: flex;
  width: max-content;
  align-items: center;
  margin-top: 40px;
  padding-left: 30px;
}
.level4-direction img {
  width: 80px;
  height: 40px;
  transform: rotate(40deg);
}
.level4 .img_style_icon1 {
  position: absolute;
  bottom: 0;
  width: 160px;
  height: auto;
  left: -80px;
}
/*  */
.level5 .img_style_icon1 {
  position: absolute;
  bottom: 0;
  width: 160px;
  height: auto;
  left: auto;
  right: -100px;
}
/* 界面欣赏 */
.level6 {
  background: linear-gradient(180deg, #f4f6ff 0%, #ffffff 100%);
  padding: 80px 0 100px 0;
}
.level-info-item2-img-view1 {
  width: 970px;
  height: 464px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.08);
  border-radius: 8px;
  border: 3px solid;
  border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(234, 240, 255, 1)) 3 3;
  backdrop-filter: blur(4px);
}
.level6-info-item2-text {
  width: 430px;
  height: 364px;
  background: linear-gradient(180deg, rgba(211, 213, 250, 0.3) 0%, rgba(245, 246, 252, 0.3) 100%);
  border-radius: 16px;
  padding: 21px 40px 0 40px;
  box-sizing: border-box;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #36383f;
  line-height: 32px;
  margin-top: 20px;
  position: relative;
}
.level6-info-item2-text h4 {
  position: relative;
}
.level6-info-item2-text h4::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0d7bff;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  top: 10px;
  left: -15px;
  font-size: 18px;
}
.level6-info-item2-text p {
  text-align: justify;
  padding-left: 2ch;
  font-size: 16px;
}
.level6 .img_style_icon1 {
  position: absolute;
  bottom: -60px;
  left: auto;
  right: 0px;
  width: 80px;
  height: auto;
  transform: rotate(40deg);
}
/* 其他案例 */
.other-cases-box {
  height: 766px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.other-cases-title {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 600;
  font-size: 32px;
  color: #000000;
  line-height: 45px;
  position: relative;
  margin-top: 94px;
}

.other-cases-title::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0px;
  width: 108px;
  height: 5px;
  background: #0d7bff;
}

.other-cases-title::before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 0px;
  width: 13px;
  height: 5px;
  background: #0d7bff;
}

.case-content {
  width: 1440px;
  display: grid;
  grid-template-columns: repeat(4, 330px);
  grid-gap: 40px;
  margin-top: 70px;
}

.case-item-box {
  width: 330px;
}

.case-time {
  font-family:
    PingFangSC,
    PingFang SC;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.year {
  font-family: DINAlternate, DINAlternate;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 1;
}

.month {
  font-family: DINAlternate, DINAlternate;
  font-weight: bold;
  font-size: 16px;
  color: #b3b3b3;
  margin-left: 8px;
}

.case-item-img {
  width: 330px;
  height: 278px;
}

.title-info {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #b3b3b3;
  line-height: 18px;
  margin-top: 18px;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  white-space: nowrap;
  /* 防止文本换行 */
  text-overflow: ellipsis;
  /* 超出容器时用省略号表示 */
}

.title-name {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 26px;
  color: #080808;
  margin-top: 14px;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为2 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出部分显示为省略号 */
}

.level-title-card {
  display: flex;
  align-items: flex-start;
  width: 1440px;
}

.level-title-card-num {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 600;
  font-size: 64px;
  color: #0e7aff;
  line-height: 64px;
}

.level-title-card-name {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  position: relative;
  margin-top: 14px;
  margin-left: 14px;
}

.level-title-card-name::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #b9babc;
}
.app {
  display: none !important;
}
.pc {
  display: block;
}

@media screen and (max-width: 1300px) {
  .app {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .direction-app-icon {
    transform: rotate(90deg);
  }

  /* 卡片标题组件 */
  .level-title-card {
    width: 100%;
  }
  .level-title-card-num {
    font-size: 32px;
    line-height: 32px;
  }
  .level-title-card-name {
    font-size: 18px;
    margin-left: 6px;
    margin-top: 0px;
  }
  .level-title-card-name::after {
    width: 20px;
    height: 2px;
    bottom: -6px;
  }
  /* 头部 */
  .main-head {
    padding-top: 61px;
    padding: 80px 16px 40px 16px;
    height: max-content;
  }
  .main-head-content {
    width: 100%;
    overflow: hidden;
  }
  .main-head-title-content {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .main-head-title-content-name {
    font-size: 20px;
    line-height: 24px;
    /* white-space: nowrap; */
  }
  .main-head-title-content-time {
    font-size: 14px;
    white-space: nowrap;
    color: #7b8297;
  }
  .main-head-content-subtitle {
    flex: 1;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
  }
  .share-icon-img {
    width: 200px;
    height: auto;
  }
  .advertising-bg-box {
    width: 100%;
    height: 100px;
    margin-top: 0px;
  }
  /* level1 */
  .level1 {
    padding: 80px 16px 40px 16px;
  }
  .product-introduction {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
  }
  .project-info {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    grid-row-gap: 20px;
  }
  .project-info-item {
    width: 100%;
    height: max-content;
    padding: 16px;
  }
  .project-info-item-icon {
    width: 30px;
    height: 28px;
  }
  .project-info-item-icon2 {
    width: 28px;
    height: 30px;
  }
  .project-info-item-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }
  /* .level2 */
  .level2 {
    width: 100%;
    padding: 20px 16px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .level2-viwe-box {
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
  }
  .level2 .project-summarize-img-box {
    margin-top: 0px;
  }
  .line {
    width: 900px;
    height: max-content;
    padding: 0;
  }
  .level2 .level-title-card {
    width: calc(100vw - 32px);
  }
  .project-summarize {
    width: calc(100vw - 64px);
    padding: 0;
    box-sizing: border-box;
    flex-direction: column;
    margin-top: 20px;
    grid-row-gap: 20px;
  }
  .project-summarize-item {
    width: 100%;
  }
  .project-summarize-item-title {
    font-size: 18px;
  }
  .project-summarize-item-title::after {
    width: 66px;
    height: 4px;
    bottom: -6px;
  }
  .project-summarize-item-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }

  .project-summarize-img-box {
    width: calc(100vw - 32px);
    height: auto;
    margin-top: 20px;
    padding: 16px;
    min-height: max-content;
  }
  .project-summarize-img {
    width: 100%;
    height: auto;
    height: 700px;
  }
  /*  */
  .level3 {
    padding: 20px 16px 40px 16px;
  }
  .level3 .level-title-card {
    width: calc(100vw - 32px);
  }
  .level3 .project-summarize-img-box {
    width: calc(100vw - 32px);
    margin-top: 20px;
    min-height: 700px;
  }
  .level3-info {
    width: 100%;
    flex-direction: column;
    padding-left: 0;
    margin-top: 20px;
  }
  .title-and-line {
    font-size: 16px;
  }
  .level3 .title-and-line {
    width: 100%;
    padding-left: 10px;
    margin-top: 20px;
    text-align: justify;
    text-indent: 0;
  }
  .level3 .title-and-line::after {
    left: 0px;
  }
  .level3-info-item1 {
    width: 100%;
    padding-left: 0;
    margin-top: 0px;
  }
  .level3-info-item1-text {
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
    text-align: justify;
  }
  .level3-info-item1-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .level3-info-view-img1 {
    width: 100%;
    height: auto;
  }
  .level3-info-item2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    margin-top: 16px;
  }
  .level3-info-item2-text {
    width: 100%;
    height: max-content;
    padding: 16px;
  }
  .level3-info-item2-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .level3-info-item2-img-view1-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 12px;
  }
  .level3-info-item2-img-view2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 12px;
    border: none;
  }
  .level3-direction-pc {
    display: none;
  }
  .level3-direction-app {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 160px;
    justify-content: space-between;
    align-items: center;
  }
  .level3-direction-app .tag-box-item1 {
    width: 100%;
  }
  .level3-direction-app img {
    width: 70px;
    height: 30px;
    transform: rotate(90deg);
  }
  .level3-direction-app .tag {
    margin-top: 0;
  }
  .level3-info-view-img3 {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .level3-info-view-img3-box {
    width: 100%;
    height: max-content;
    margin-left: 0;
    margin-top: 16px;
    padding: 12px;
  }
  .img_style_icon1 {
    width: 50px;
    left: -10px;
  }
  /*  */
  .level4 {
    padding: 20px 16px 40px 16px;
  }
  .level4-info-item1 {
    width: 100%;
  }
  .level4-info-item2 {
    width: 100%;
    flex-direction: column;
  }
  .level4-info-item2-img-view1-box {
    width: 100%;
  }
  .level4-info-item2-img-view2 {
    width: 100%;
    height: 200px;
  }
  .level4-direction {
    margin: 20px 0;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }
  .level4-direction img {
    transform: rotate(90deg);
    margin-top: 10px;
  }
  .level4 .title-and-line {
    width: 100%;
    padding-left: 10px;
    margin-top: 20px;
    text-align: justify;
    text-indent: 0;
  }
  .level4-view-item2 {
    width: 100%;
    flex-direction: column;
    padding-left: 0;
    margin-top: 20px;
  }
  .level4-view-item2-img1 {
    width: 100%;
    height: auto;
  }
  .level4_direction_box {
    margin-top: 16px;
    margin-bottom: 28px;
  }
  .img-border-box {
    padding: 12px;
  }
  .level4_direction_box img {
    margin-top: 20px;
    width: 70px;
    height: 30px;
  }
  .level4 .img_style_icon1 {
    display: none;
  }
  .level3-direction {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    height: 160px;
  }
  .tag-box-item1 .tag {
    margin: 0;
  }
  .level3-direction img {
    transform: rotate(90deg);
    margin: 0;
  }
  /*  */
  .level5 {
    padding: 20px 16px;
    height: max-content;
  }
  .project-view {
    width: 100%;
    height: max-content;
    margin-top: 20px;
  }
  .project-view-img {
    width: 100%;
    height: 200px;
  }
  .project-tag {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
  }
  .project-tag-item {
    width: 100%;
    height: max-content;
  }
  .project-tag-item img {
    width: 100%;
    height: auto;
  }
  .level5 .img_style_icon1 {
    display: none;
  }
  /*  */
  .level6 {
    padding: 40px 16px;
    height: max-content;
  }
  .level6 .level-title-card{
    margin-bottom: 20px;
  }
  .level6-info-item2-text {
    width: 100%;
  }
  .level6 .img_style_icon1 {
    display: none;
  }
  .level6-info-item2-text p {
    padding-left: 0ch;
  }
  .level6-info-item2-text h4 {
    font-size: 16px;
  }
  /*  */
  .other-cases-box {
    padding: 40px 16px;
    height: max-content;
  }
  .other-cases-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .other-cases-title::after {
    width: 54px;
    bottom: -9px;
    height: 2px;
  }
  .other-cases-title::before {
    width: 12px;
    bottom: -9px;
    height: 2px;
  }
  .case-content {
    width: 100%;
    grid-template-columns: repeat(2, 44.5vw);
    grid-gap: 26px 10px;
    margin-top: 20px;
  }
  .pushpin {
    display: none;
  }

  .case-item-box {
    width: 100%;
  }
  .case-time {
    margin-bottom: 10px;
  }
  .year {
    font-size: 20px;
  }
  .month {
    font-size: 12px;
  }
  .case-item-img {
    width: 100%;
    height: auto;
    min-height: 146px;
    display: block;
  }
  .title-info {
    font-size: 12px;
    line-height: 12px;
    margin-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .title-name {
    margin-top: 8px;
    font-size: 15px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
  }
  /* 分享 */
  .social-share .social-share-icon {
    width: 18px !important;
    height: 18px !important;
  }
}
