@font-face {
  font-family: "DINAlternate";
  src: url("../../assets/font/DINAlternate-bold.ttf");
}
/* 设计相同的公用组件样式 */

/* 数字标题组件样式 */
.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: 600;
  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;
}
/*  */
.level {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* 文字卡片 */
.text-cred {
  background: linear-gradient(180deg, rgba(211, 213, 250, 0.3) 0%, rgba(245, 246, 252, 0.3) 100%);
  border-radius: 16px;
  padding: 30px;
  box-sizing: border-box;
  box-sizing: border-box;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #36383f;
  line-height: 28px;
}
.text-cred-title {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  position: relative;
  padding-left: 10px;
}
.text-cred-title::after {
  width: 6px;
  height: 6px;
  background: #0d7bff;
  content: "";
  border-radius: 50%;
  left: -10px;
  top: 9px;
  position: absolute;
}
.text-cred-info {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #36383f;
  line-height: 25px;
  margin-top: 8px;
  padding-left: 10px;
  box-sizing: border-box;
}
/* 带线的标题 */
.title-and-line {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  position: relative;
  width: 100%;
  text-indent: 20px;
}
.title-and-line::after {
  content: "";
  width: 6px;
  height: 20px;
  background: #0e7aff;
  position: absolute;
  left: 0;
  top: 4px;
}
/* 页面内容头部 */
.main-head {
  width: 100%;
  height: 535px;
  background: linear-gradient(#e4eefd 0%, #ffffff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 0 87px 0;
  box-sizing: border-box;
}
.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: 500;
  font-size: 32px;
  color: #000000;
  line-height: 45px;
}
.main-head-title-content-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7b8297;
}

.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/yqdz_pc/advertising.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 36px;
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.08);
}

/* 项目背景 */
.level1 {
  /* background: linear-gradient(135deg, #f8faff 0%, #f0f6ff 100%); */
  background: #fafbff;
  background-image: url("../../caseDetails/image/layout/back.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 120px 0;
}

.project-info {
  width: 1440px;
  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: 52px;
  height: 42px;
}
.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-indent: 32px; */
}
/* 项目概述 */
.level2 {
  background: linear-gradient(180deg, #f4f6ff 0%, #ffffff 100%);

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

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

.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;
}
/* 设计亮点 */
.level3 {
  /* background: linear-gradient(135deg, #f8faff 0%, #f0f6ff 100%); */
  background: #fafbff;
  background-image: url("../../caseDetails/image/layout/back.jpg");
  background-repeat: no-repeat;
  background-position: center 400px;
  padding: 120px 0 40px 0;
}
.level3-info {
  width: 1440px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.level3-info-item .title-and-line {
  margin-right: 30px;
}
.level3-info-item .text-cred {
  margin-right: 30px;
}
.level3-info-item2 .title-and-line {
  margin-left: 30px;
}
.level3-info-item2 .text-cred {
  margin-left: 30px;
}
.level3 .text-cred {
  margin-top: 42px;
  display: flex;
  grid-column-gap: 40px;
}
.level3-view-img-box {
  width: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1398px;
  margin-top: 42px;
}
.level3-view-img1 {
  width: 650px;
  height: 1333px;
}
.level3-view-img2 {
  width: 650px;
  height: 1333px;
}
/* 设计执行 */
.level4 {
  /* background: linear-gradient(135deg, #f5f6ff 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 0 0;
}
.level4-info-item1 {
  width: 1440px;
  display: grid;
  grid-template-columns: repeat(2, 698px);
  grid-column-gap: 42px;
  margin-top: 80px;
}
.level4-info-item1 img {
  width: 698px;
  height: 298px;
  margin-top: 56px;
}
.level4-info-item2 {
  margin-top: 100px;
  width: 1440px;
}
.level4-view-img3 {
  height: 1176px;
  margin-top: 20px;
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.08);
  border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(234, 240, 255, 1)) 3 3;
  /* backdrop-filter: blur(4px); */
}
.level4-info-item3 {
  width: 1440px;
  display: grid;
  grid-template-columns: repeat(2, 698px);
  grid-column-gap: 42px;
  margin-top: 80px;
}
.level4-info-item3 img {
  width: 698px;
  height: 766px;
  margin-top: 22px;
}
/* 视觉展示 */
.level5 {
  background: linear-gradient(180deg, #f4f6ff 0%, #ffffff 100%);
  padding: 120px 0;
}
.level5-view {
  width: 1438px;
  height: 1965px;
  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);
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 56px;
}

.level5-view-img1 {
  width: 797px;
  height: 1885px;
}
.level5-view-img2 {
  width: 511px;
  height: 1885px;
}
/* 其他案例 */
.other-cases-box {
  height: 766px;
  background: linear-gradient(173deg, #fafcfe 0%, #f4f7fc 100%);
  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 {
  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;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.title-name {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 26px;
  color: #080808;
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为2 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出部分显示为省略号 */
}
@media screen and (max-width: 1300px) {
  /*  */
  .text-cred {
    padding: 16px;
  }
  .text-cred-title {
    font-size: 14px;
  }
  .text-cred-title::after {
    left: -6px;
  }
  .text-cred-info {
    font-size: 16px;
    line-height: 24px;
  }
  /*  */
  .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%;
  }
  .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: 12px;
    white-space: nowrap;
  }
  .main-head-content-subtitle {
    font-size: 12px;
  }
  .share-icon-img {
    width: 200px;
    height: auto;
  }
  .advertising-bg-box {
    width: 100%;
    height: 100px;
    margin-top: 0px;
  }
  /* 项目背景 */
  .level1 {
    padding: 40px 16px;
  }
  .project-info {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }
  .project-info-item {
    width: 100%;
    height: max-content;
    padding: 16px;
    margin-bottom: 20px;
  }
  .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 {
    padding: 40px 16px;
  }
  .project-summarize {
    width: 100%;
    flex-direction: column;
    padding-left: 0;
    margin-top: 20px;
    grid-row-gap: 20px;
  }
  .project-summarize-item {
    width: 100%;
  }
  .project-summarize-item-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .project-summarize-item-title::after {
    width: 66px;
    height: 4px;
    bottom: -6px;
  }
  .project-summarize-item-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }
  /* 设计亮点 */
  .level3 {
    padding: 40px 16px;
  }
  .title-and-line {
    font-size: 16px;
  }
  .level3 .title-and-line {
    width: 100%;
    margin: 0;
  }
  .level3 .title-and-line::after {
    left: 0px;
  }
  .level3-info {
    width: 100%;
    grid-template-columns: 1fr;
    padding-left: 0;
    margin-top: 20px;
    grid-row-gap: 20px;
  }
  .level3-info .text-cred {
    margin-top: 20px;
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    margin-right: 0;
    margin-left: 0;
  }
  .level3-view-img-box {
    width: 100%;
    height: max-content;
    padding: 16px;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .level3-view-img1 {
    width: 100%;
    height: auto;
  }
  .level3-view-img2 {
    width: 100%;
    height: auto;
  }
  /* 设计执行 */
  .level4 {
    padding: 40px 16px;
  }
  .level4-info-item1 {
    width: 100%;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    margin-top: 20px;
  }
  .level4-info-item1 img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .level4-info-item2 {
    width: 100%;
    margin-top: 40px;
  }

  .level4-info-item2 img {
    width: 100%;
    height: auto;
  }
  .level4-info-item3 {
    width: 100%;
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
    margin-top: 40px;
  }
  .level4-info-item3 img {
    width: 100%;
    height: auto;
  }
  /* 视觉展示 */
  .level5 {
    padding: 40px 16px;
  }
  .level5-view {
    width: 100%;
    height: max-content;
    flex-direction: column;
    margin-top: 20px;
    grid-row-gap: 16px;
    padding: 16px;
    box-sizing: border-box;
  }
  .level5-view-img1 {
    width: 100%;
    height: auto;
  }
  .level5-view-img2 {
    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;
  }
}
