@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/fanake/advertising.jpg");
  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;
}

/* 项目概述 */
.level2 {
  background: #f4f6ff;
  /* background-image: url("../../caseDetails/image/layout/back2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 1205px; */
  overflow: hidden;
}

.line {
  padding: 109px 0 0 0;
  background: #f4f6ff;
  /* background: linear-gradient(135deg, #f8faff 0%, #f0f6ff 100%); */
  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);
}

.project-summarize {
  width: 1440px;
  display: flex;
  padding-left: 97px;
  box-sizing: border-box;
  margin-top: 70px;
  justify-content: space-between;
}

.project-summarize-item {
  width: 410px;
}

.project-summarize-item-title {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 33px;
  position: relative;
}

.project-summarize-item-title::after {
  content: "";
  background: url("../image/layout/layout_title_icon.jpg") no-repeat center;
  background-size: 100% 100%;
  width: 96px;
  height: 6px;
  position: absolute;
  bottom: -12px;
  left: 0;
}

.project-summarize-item-text {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #36383f;
  line-height: 32px;
  margin-top: 32px;
  /* text-indent: 32px; */
}

.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: 1397px;
  height: 716px;
}

/* 设计亮点 */
.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 {
  background: linear-gradient(180deg, #f4f6ff 0%, #ffffff 100%);
  /* background: #fafbff; */
  padding: 80px 0 100px 0;
}

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

.level3 .title-and-line::after {
  left: 90px;
}

.level3-info {
  display: flex;
  width: 1440px;
  justify-content: space-between;
  padding-left: 86px;
  box-sizing: border-box;
  margin-top: 32px;
}

.level3-info-text {
  width: 737px;
  height: 262px;
  background: linear-gradient(180deg, rgba(211, 213, 250, 0.3) 0%, rgba(245, 246, 252, 0.3) 100%);
  border-radius: 16px;
  padding: 21px 33px 0 26px;
  box-sizing: border-box;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #36383f;
  line-height: 32px;
}

.level3-info-view {
  width: 535px;
}

.level3-info-view-img-box {
  width: 535px;
  height: 316px;
  display: flex;
  align-items: center;
  justify-content: center;
  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-view-img1 {
  width: 504px;
  height: 288px;
}

.level3-direction {
  display: flex;
  justify-content: center;
  width: 504px;
  align-items: center;
  margin-top: 13px;
  grid-column-gap: 15px;
}

.level3-direction img {
  width: 40px;
  height: 45px;
}

.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;
  margin-left: -20px;
}

.level3-info-view-img2 {
  width: 1423px;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: 17px;
}

.info-text-card {
  width: 1440px;
  background: linear-gradient(180deg, rgba(211, 213, 250, 0.3) 0%, rgba(245, 246, 252, 0.3) 100%);
  border-radius: 16px;
  padding: 20px 30px;
  box-sizing: border-box;
  margin-top: 32px;
  box-sizing: border-box;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #36383f;
  line-height: 32px;
}

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

.level3-info-view-img3-box {
  width: 1355px;
  height: 786px;
  margin-top: 39px;
  margin-left: 96px;
  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;
}

/* 界面欣赏 */
.level4 {
  height: 1318px;
  /* background: linear-gradient(135deg, #F8FAFF 0%, #F0F6FF 100%); */
  background: #f4f6ff;
  background-image: url("../../caseDetails/image/layout/back1.gif");
  background-repeat: no-repeat;
  background-size: auto 1318px;
  background-position: center;
  padding: 100px 0 80px 0;
  box-sizing: border-box;
}

.project-view {
  margin-top: 56px;
  width: 1436px;
  height: 847px;
  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);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.project-view-img {
  width: 1399px;
  height: 773px;
}

.project-tag {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  grid-column-gap: 12px;
}

.project-tag-item {
  width: 240px;
  height: 144px;
  background: #e2ebf7;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.project-tag-item img {
  width: 220px;
  height: 124px;
}

.active-tag {
  border: 2px solid #0e7aff;
}

.bg-style-icon1 {
  position: absolute;
  top: 2341px;
  right: 0;
}

.bg-style-icon2 {
  position: absolute;
  bottom: 1882px;
  left: 0px;
  z-index: 1;
}

.bg-style-icon3 {
  position: absolute;
  bottom: 260px;
  left: 20px;
  z-index: 0;
}

/* 其他案例 */
.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;
}
@media screen and (max-width: 1300px) {
  /* 卡片标题组件 */
  .level-title-card {
    width: 100%;
  }
  .level-title-card-num {
    font-size: 32px;
    line-height: 32px;
  }
  .level-title-card-name {
    font-size: 16px;
    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;
    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: 40px 16px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .line {
    width: 900px;
    height: max-content;
    padding: 0;
  }
  .level2 .level-title-card {
    width: calc(100vw - 32px);
  }
  .project-summarize {
    width: calc(100vw - 32px);
    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;
    text-indent: 0;
  }

  .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;
  }
  /*  */
  .level3 {
    padding: 0 16px 40px 16px;
  }
  .level3-info {
    width: 100%;
    flex-direction: column;
    padding-left: 0;
    margin-top: 20px;
  }
  .level3-info-text {
    width: 100%;
    height: max-content;
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
  }
  .level3-info-view {
    width: 100%;
  }
  .title-and-line {
    font-size: 16px;
  }
  .level3 .title-and-line {
    width: 100%;
    padding-left: 10px;
    margin-top: 20px;
  }
  .level3 .title-and-line::after {
    left: 0px;
  }
  .level3-info-view-img1 {
    width: 100%;
    height: auto;
  }
  .level3-info-view-img-box {
    padding: 16px;
    width: 100%;
    height: max-content;
    box-sizing: border-box;
  }
  .level3-direction {
    width: 100%;
  }
  .level3-info-view-img2 {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .level3 .info-text-card {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
    margin-left: 0;
    margin-top: 20px;
  }
  .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;
  }
  .level3-info-view-img4 {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  /*  */
  .level4 {
    padding: 40px 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);
  }
  .project-tag-item {
    width: 100%;
    height: max-content;
  }
  .project-tag-item img {
    width: 100%;
    height: auto;
  }
  /*  */
  .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;
    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;
  }
}
