/* 标签自带样式消除 */
li {
  list-style-type: none;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
/* 共用样式 */
@font-face {
  font-family: "DINAlternate";
  src: url("../../assets/font/DINAlternate-bold.ttf");
}
body {
  font-family: "Microsoft YaHei";
}
.number {
  font-family: Arial, sans-serif;
}
/* 页面头部导航 */
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  height: 80px;
  position: relative;
}
.nav-bar {
  width: 1440px;
  display: flex;
  padding: 0 16px;
  box-sizing: border-box;
}
.logo {
  width: 118px;
  height: 40px;
  float: left;
}
.header-navigation {
  display: none;
}

.head-nav-box {
  width: 1440px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}

.tel-box {
  font-weight: 600;
  font-size: 18px;
  color: #1f70ff;
  line-height: 25px;
  display: flex;
  align-items: center;
}

.tel-box img {
  width: 18px;
  height: 15px;
  margin-right: 8px;
}
.nav {
  flex: 1;
  display: flex;
  grid-gap: 48px;
  margin-left: 26px;
}
.nav-content {
  display: flex;
  flex: 1;
  display: flex;
  grid-gap: 48px;
  margin: 0 56px;
  align-items: center;
  padding-left: 48px;
}
.nav a {
  font-weight: 400;
  font-size: 18px;
  color: #4c4c4c;
  line-height: 25px;
}
.nav-item {
  cursor: pointer;
}

.nav-select-item {
  display: flex;
  align-items: center;
}

.arrows-icon {
  display: none;
}

.solution-icon {
  display: block;
  width: 16px;
  height: 14px;
  margin-left: 10px;
}

.nav-item-app {
  display: none;
}
.nav-item > a {
  font-weight: 400;
  font-size: 18px;
  color: #4c4c4c;
  line-height: 32px;
  height: 32px;
  display: block;
  box-sizing: border-box;
}

.active-li > a {
  color: #0d7bff !important;
  border-bottom: 2px solid #1f70ff;
}

.active-li > .nav-select-item > a {
  color: #0d7bff !important;
  border-bottom: 2px solid #1f70ff;
}

/* 案例APP的二级菜单 */
.case-sub-menus {
  display: none;
}
/* 解决方案的二级菜单 */
.sub-menus {
  position: absolute;
  top: 70px;
  left: 0px;
  width: calc(100vw - 15px);
  height: 407px;
  background: rgba(240, 246, 255, 0.8);
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.08);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  z-index: 10;
  padding-top: 24px;
  box-sizing: border-box;
  display: none;
}

.sub-menus-content {
  display: grid;
  grid-template-columns: repeat(4, 360px);
  justify-content: center;
}

.sub-menus-content-item {
  height: 140px;
  padding: 30px 48px;
  box-sizing: border-box;
}

.sub-menus-content-item-title {
  font-weight: 400;
  font-size: 18px;
  color: #4c4c4c;
  line-height: 25px;
  margin-bottom: 12px;
}

.sub-menus-content-item-text {
  font-weight: 400;
  font-size: 16px;
  color: #7a7c83;
  line-height: 22px;
}

.sub-menus-content-item-active {
  background: #1f70ff !important;
}

.sub-menus-content-item-active .sub-menus-content-item-title,
.sub-menus-content-item-active .sub-menus-content-item-text {
  color: #fff;
}

.sub-menus-content-item:hover {
  background: #1f70ff;
  cursor: pointer;
}

.sub-menus-content-item:hover .sub-menus-content-item-title {
  color: #fff;
}

.sub-menus-content-item:hover .sub-menus-content-item-text {
  color: #fff;
}

.sub-menus-show {
  display: block;
}

.pushpin {
  position: fixed;
  right: 6px;
  top: 70%;
  width: 104px;
  height: 171px;
  background: #ffffff;
  border-radius: 8px 0px 0px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 19;
}

.pushpin .wx-code {
  border-radius: 20px;
  overflow: hidden;
}

.pushpin .wx-img {
  width: 100px;
  height: 100px;
}

.pushpin-title {
  font-weight: 500;
  font-size: 14px;
  color: #0d7bff;
  line-height: 20px;
  margin: 2px 0 4px 0;
  cursor: pointer;
}

.pushpin-text {
  font-weight: 400;
  font-size: 10px;
  color: #000000;
  line-height: 16px;
}

.pushpin-massage {
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
  height: 929px;
  z-index: 19;
  border: 3px solid;
  border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(234, 240, 255, 1)) 3 3;
  background: linear-gradient(134deg, #fafcff 0%, #f6f8fc 100%);
  backdrop-filter: blur(4px);
  display: none;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.pushpin-massage-title {
  position: relative;
  font-weight: 600;
  font-size: 32px;
  color: #000000;
  line-height: 45px;
}

.pushpin-massage-title::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -12px;
  background-image: url("../layout/image/title_befor.png");
  width: 126px;
  height: 5px;
}

.pushpin-massage-hint {
  margin-top: 73px;
  font-weight: 400;
  font-size: 18px;
  color: #36383f;
  line-height: 25px;
}

.pushpin-massage-content {
  box-shadow: 0px 0px 24px 0px rgba(20, 29, 39, 0.16);
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 380px);
  grid-gap: 22px 32px;
  align-items: center;
  justify-content: center;
  padding: 32px 32px 100px 32px;
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
}

.form-item {
  display: flex;
  flex-direction: column;
  height: 83px;
}

.form-label {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
}

.sign {
  font-size: 18px;
  color: #d11717;
}

.form-input {
  width: 380px;
  height: 42px;
  background: #f4f7fe;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  font-size: 18px;
  color: #9da3ba;
  text-indent: 20px;
}

.form-submit-btn {
  width: 320px;
  height: 48px;
  background: #1f70ff;
  border-radius: 8px;
  font-size: 20px;
  color: #ffffff;
  line-height: 48px;
  border: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -160px;
}

@media screen and (max-width: 1300px) {
  .header {
    padding: 0 20px;
    box-sizing: border-box;
    height: max-content;
    position: fixed;
    z-index: 10;
    width: 100vw;
    background: none;
    background: #f5faff;
    height: 61px;
  }

  .nav-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .logo {
    width: 85px;
    height: 28px;
  }

  .header-navigation {
    width: 28px;
    height: 28px;
    display: block;
  }

  .tel {
    display: none;
  }

  .tel-box {
    display: none;
  }

  .xs-hidden {
    display: none;
  }

  .sidebar-show {
    position: fixed;
    top: 61px;
    width: 100vw;
    height: calc(100vh - 61px);
    background: linear-gradient(135deg, #ebf4fa 0%, #f9f9f9 45%, #fcfcfd 100%);
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 33px;
    box-sizing: border-box;
    display: flex;
    grid-row-gap: 32px;
    overflow-y: auto;
  }

  .nav-content {
    display: none;
  }

  .nav-item-app {
    display: block;
  }

  .nav-item-pc {
    display: none;
  }

  .active-li a {
    border: none;
  }

  .active-li > .nav-select-item > a {
    border: none;
  }

  .nav-item {
    height: max-content;
    width: 100%;
    position: relative;
    color: rgba(76, 76, 76, 1);
  }

  .nav-item > a {
    line-height: 25px;
    height: 25px;
  }

  .sidebar-show a {
    color: rgba(76, 76, 76, 1);
  }

  .arrows-icon {
    width: 18px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 4px;
    display: block;
  }

  .sub-menus {
    background: none;
    box-shadow: none;
    width: 100%;
    height: max-content;
  }

  .case-sub-menus-show {
    display: grid;
    grid-template-columns: repeat(2, 155px);
    grid-gap: 16px;
    margin-top: 24px;
  }

  .case-sub-menus-content-item {
    width: 155px;
    height: 64px;
    background: linear-gradient(134deg, #fafcff 0%, #f6f8fc 100%);
    box-shadow: 0px 2px 8px 0px rgba(20, 29, 39, 0.04);
    border: 1px solid;
    border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(234, 240, 255, 1)) 1 1;
    backdrop-filter: blur(5.2px);
    display: flex;
    align-items: center;
    padding-left: 16px;
    box-sizing: border-box;
  }

  .case-sub-menus .active {
    background: #1f70ff;
  }

  .active .case-sub-menus-content-item-title {
    color: #fff;
  }

  .active .case-sub-menus-content-item-title::after {
    background: #fff;
  }

  .case-sub-menus-content-item-title {
    font-weight: 400;
    font-size: 18px;
    color: #4c4c4c;
    text-indent: 20px;
    position: relative;
    line-height: 1;
  }

  .case-sub-menus-content-item-title::after {
    content: "";
    width: 4px;
    height: 14px;
    background: #0d7bff;
    border-radius: 0px 2px 2px 0px;
    position: absolute;
    left: 0;
    top: 2px;
  }

  .sub-menus {
    position: static;
    background: none;
  }

  .sub-menus-content {
    justify-content: flex-start;
  }

  .sub-menus-content {
    display: grid;
    grid-template-columns: repeat(2, 155px);
    grid-gap: 16px;
    /* margin-top: 24px; */
  }

  .sub-menus-content-item {
    width: 155px;
    height: 64px;
    background: linear-gradient(134deg, #fafcff 0%, #f6f8fc 100%);
    box-shadow: 0px 2px 8px 0px rgba(20, 29, 39, 0.04);
    border: 1px solid;
    border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(234, 240, 255, 1)) 1 1;
    backdrop-filter: blur(5.2px);
    display: flex;
    align-items: center;
    padding-left: 16px;
    box-sizing: border-box;
    justify-content: flex-start;
  }

  .sub-menus-content-item-title {
    font-weight: 400;
    font-size: 18px;
    color: #4c4c4c;
    text-indent: 20px;
    position: relative;
    white-space: nowrap;
    margin: 0;
    line-height: 1;
  }

  .sub-menus-content-item-title::after {
    content: "";
    width: 4px;
    height: 14px;
    background: #0d7bff;
    border-radius: 0px 2px 2px 0px;
    position: absolute;
    left: 0;
    top: 2px;
  }

  .sub-menus-content-item-active .sub-menus-content-item-title::after {
    background: #fff;
  }

  .sub-menus-content-item-text {
    display: none;
  }
  .pushpin {
    display: none;
  }
}

/* 底部导航 */
.footer-layout {
  background-image: url("../../layout/image/footer_layout_bg.jpg");
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 20px;
}

.footer-layout-main {
  background-size: 100% 100%;
  width: 1440px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid #2e3c57;
  padding-bottom: 44px;
}

.footer-layout-logo {
  width: 130px;
  height: 40px;
  margin-bottom: 49px;
}

.footer-layout-tel {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
  border-bottom: 1px solid #2e3c57;
  padding-bottom: 21px;
}

.footer-layout-tel p {
  height: 26px;
  display: flex;
  align-items: center;
}

.footer-layout-tel .icon {
  width: 18px;
  height: 16px;
  margin-right: 10px;
}

.footer-layout-email {
  font-weight: 400;
  font-size: 12px;
  color: #aaaeba;
  display: flex;
  align-items: center;
  border-left: 1px solid #474c56;
  padding-left: 16px;
}

.footer-layout-email .icon {
  width: 18px;
  height: 15px;
  margin-right: 10px;
}

.footer-layout-location {
  font-size: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #aaaeba;
  display: flex;
  align-items: center;
  border-left: 1px solid #474c56;
  border-right: 1px solid #474c56;
  padding: 0 16px;
}

.footer-layout-location .icon {
  width: 18px;
  height: 15px;
  margin-right: 10px;
}

.footer-layout-page-view {
  font-weight: 400;
  font-size: 12px;
  color: #aaaeba;
  line-height: 12px;
  display: flex;
  align-items: center;
  grid-column-gap: 12px;
  margin-top: 20px;
}

.footer-layout-page-view .number {
  font-family: Arial, Arial;
  font-weight: 900;
  font-size: 14px;
  color: #dddfe4;
  line-height: 1px;
  margin-top: 0 !important;
}
.page-nav-footer-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #fff;
}

.page-nav-footer-content {
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
}

.page-nav-footer-item {
  display: flex;
  grid-column-gap: 32px;
}

.page-nav-footer-item a {
  font-size: 14px;
  color: #aaaeba;
  white-space: nowrap;
  width: 120px;
}

.page-nav-footer2 .page-nav-footer-item a {
  width: 56px;
}

.footer-layout-code-box {
  display: flex;
  grid-gap: 38px;
}

.footer-layout-code-item img {
  width: 80px;
  height: 80px;
}

.footer-layout-code-item-hint {
  font-weight: 400;
  font-size: 14px;
  color: #aaaeba;
  line-height: 20px;
  margin-top: 12px;
}

.footer-layout-police-info-box {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  font-weight: 400;
  font-size: 12px;
  color: #aaaeba;
  line-height: 17px;
  margin-top: 12px;
}
.footer-layout-police-info-box p {
  font-size: 12px;
}
.footer-layout-police-info-name {
  width: 226px;
  border-left: 1px solid #474c56;
  border-right: 1px solid #474c56;
  text-align: center;
  line-height: 1;
}

.footer-app-info {
  display: none;
}

.footer-layout-police-info-box-app {
  display: none;
}

.police-code-box {
  display: flex;
  align-items: center;
  grid-gap: 6px;
}
.police-code-box img {
  width: 22px;
}
.site-map {
  font-size: 12px;
  color: #7692d7;
  text-decoration: underline;
}

@media screen and (max-width: 1300px) {
  .footer-layout {
    background-image: url("../../layout/image/footer_layout_bg.jpg");
    background-size: 100% 100%;
    height: 436px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .footer-layout-logo {
    display: block;
    width: 98px;
    height: 32px;
    margin-top: 26px;
    margin-bottom: 0;
  }

  .footer-layout-main {
    width: 100%;
    height: max-content;
    position: relative;
    padding: 0;
    display: block;
    border: none;
  }

  .footer-app-info {
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 18px;
  }

  .footer-app-info p {
    display: flex;
    align-items: center;
  }

  .footer-app-info .icon {
    width: 12px;
    height: 12px;
  }

  .footer-app-info .label {
    font-weight: 400;
    font-size: 12px;
    color: #7b8396;
    line-height: 12px;
    margin: 0 6px;
  }

  .footer-app-info .value {
    font-weight: 400;
    font-size: 12px;
    color: #f0f1f3;
    line-height: 12px;
  }

  .footer-layout-tel,
  .footer-layout-email,
  .footer-layout-police-info-box,
  .footer-layout-police-info-box-pc > .footer-layout-tel,
  .page-nav-footer {
    display: none;
  }

  .footer-layout-code-box {
    height: 134px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    grid-gap: 20px;
  }

  .footer-layout-code-box img {
    width: 80px;
    height: 80px;
  }

  .footer-layout-code-item-hint {
    font-weight: 400;
    font-size: 12px;
    color: #f0f1f3;
    line-height: 12px;
  }

  .footer-layout-page-view {
    position: absolute;
    bottom: -58px;
    grid-row-gap: 7px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-layout-page-view .number {
    font-family: Arial, Arial;
    font-weight: 900;
    font-size: 18px;
    color: #ffffff;
    line-height: 18px;
  }

  .footer-layout-police-info-box-app {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #7b8396;
    line-height: 12px;
    margin-top: 67px;
  }

  .footer-layout-police-info-box-app p {
    display: flex;
    align-items: center;
    span {
      font-size: 12px;
      color: #7b8396;
    }
  }

  .police-icon {
    margin-right: 6px;
    height: 12px;
  }

  .police-code {
    margin-right: 16px;
  }

  .police-name {
    margin-top: 14px;
    font-size: 12px;
    color: #7b8396;
  }
}
/* 内容区域 */
.main {
  width: 100vw;
  overflow-x: hidden;
}
/* 内容区域-楼层 */
.floor {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* 内容区域-楼层标题 */
.level-title-card {
  display: flex;
  align-items: flex-start;
  width: 1440px;
}

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

.level-title-card-name {
  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: 18px;
    margin-left: 6px;
    margin-top: 0px;
  }
  .level-title-card-name::after {
    width: 20px;
    height: 2px;
    bottom: -6px;
  }
}
/* 内容区域-头部 */
.main-head {
  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-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-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/domeLezi/banner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 36px;
  border-radius: 12px;
}
@media screen and (max-width: 1300px) {
  .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;
    gap: 8px;
  }
  .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: 140px;
    /* background-image: url("../image/domeXiaohuangyadiandongche/banner_app.png"); */
    /* background-size: 100% 100%; */
    margin-top: 0px;
  }
}
/* 内容区域-项目背景 */
.project-introduction {
  padding: 60px 0;
}
.project-info {
  display: flex;
  margin-top: 49px;
  justify-content: space-between;
}
.project-info-item {
  width: 700px;
  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;
  position: relative;
  overflow: hidden;
}
.project-info-item::after {
  content: "";
  width: 72px;
  height: 86px;
  background: #147dfd;
  opacity: 0.1;
  filter: blur(23px);
  position: absolute;
  top: 0;
  right: 0;
}

.project-info-item-icon {
  width: 53px;
}
.project-info-item-icon2 {
  width: 42px;
  height: 42px;
}
.project-info-item-text {
  font-weight: 400;
  font-size: 16px;
  color: #36383f;
  line-height: 36px;
  margin-top: 24px;
  text-align: justify;
  text-indent: 2ch;
}
@media screen and (max-width: 1300px) {
  .project-introduction {
    width: 100vw;
    padding: 20px 16px 0px 16px;
    box-sizing: border-box;
  }
  .project-info {
    flex-direction: column;
    margin-top: 16px;
    grid-gap: 10px;
  }
  .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;
  }
}
/* 内容区域-楼层2 */
.level2 {
  overflow: hidden;
  background-image: url("../../caseDetails/image/layout/back2.png");
  background-size: 100% auto;
}
.level2 .level-main {
  padding: 109px 0 0 0;
  width: calc(100vw + 1000px);
  border-radius: 0 0 50% 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  box-shadow: inset 0px -14px 22px 0px rgba(41, 50, 78, 0.08);
}
.project-summarize {
  width: 1440px;
  display: flex;
  box-sizing: border-box;
  margin-top: 70px;
  justify-content: space-between;
  padding-left: 60px;
}
.project-summarize-item {
  width: 416px;
  padding: 30px 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
}

.project-summarize-item-title {
  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-weight: 400;
  font-size: 16px;
  color: #36383f;
  line-height: 32px;
  margin-top: 32px;
  text-align: justify;
  text-indent: 2ch;
}

.level2-view-img {
  background: linear-gradient(134deg, #fafcff 0%, #f6f8fc 100%);
  box-shadow: 0px 6px 12px 0px rgba(20, 29, 39, 0.08);
  border: 3px solid rgba(255, 255, 255, 1);
  backdrop-filter: blur(4px);
  padding: 16px;
  margin-top: 68px;
  border-radius: 16px;
}

.level2-img1 {
  width: 1392px;
  height: auto;
  margin-bottom: -40px;
}

@media screen and (max-width: 1300px) {
  .level2 {
    padding: 20px 16px;
  }
  .level-main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .level2 .level-main {
    padding: 0px 0 0 0;
    height: max-content;
  }

  .project-summarize {
    width: calc(100vw - 32px);
    flex-direction: column;
    margin-top: 16px;
    grid-gap: 0;
    padding-left: 0;
  }
  .project-summarize-item {
    width: 100%;
    padding: 16px;
  }
  .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;
  }
  .level2 .level-title-card {
    width: calc(100vw - 32px);
  }
  .level2-view-img {
    margin-top: 10px;
    width: calc(100vw - 32px);
    box-sizing: border-box;
  }
  .level2-img1 {
    width: 100%;
    height: auto;
  }
}
/* 内容区域-界面欣赏 */
.project-look {
  background: #f4f6ff;
  background-image: url("../../caseDetails/image/layout/back1.gif");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  padding: 120px 0;
}
.project-view {
  margin-top: 56px;
  width: max-content;
  height: max-content;
  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;
  padding: 16px;
}

.project-view-img {
  width: 1360px;
  height: auto;
}
.project-view-img2 {
  width: 1360px;
  height: auto;
}
.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;
}
@media screen and (max-width: 1300px) {
  .project-look {
    padding: 20px 16px;
    height: max-content;
  }
  .project-view {
    width: 100%;
    height: max-content;
    margin-top: 20px;
  }
  .project-view-img {
    width: 100%;
    height: auto;
  }
  .project-view-img2 {
    width: 100%;
  }
  .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;
  }
}

/* 其他案例 */
.other-cases-box {
  min-height: 766px;
  background: #fafcfe;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}

.other-cases-title {
  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";
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 1;
}

.month {
  font-family: "DINAlternate";
  font-weight: bold;
  font-size: 16px;
  color: #b3b3b3;
  margin-left: 8px;
}
.case-item-img {
  width: 330px;
  height: 278px;
}

.title-info {
  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-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;
  /* 超出部分显示为省略号 */
}

@media screen and (max-width: 1300px) {
  /*  */
  .other-cases-box {
    padding: 40px 16px;
    min-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;
  }
}
