.img-box img {
  display: block;
  width: 100%;
}
.video-box video {
  display: block;
  width: 100%;
}
.all-page {
  font-size: 16px;
}
.all-page .page-content {
  width: 100%;
}
.all-page .page-content h2.section-title {
  display: block;
  padding: 0 0 0.4rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0 !important;
  /* -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; */
}
.all-page .page-content h2.section-title em {
  display: block;
  font-size: 0.24rem;
  font-style: normal;
  line-height: 1.4;
  font-weight: bold;
  /* margin-top: 2em; */
}
.all-page .page-content h2.section-title span {
  font-size: 0.14rem;
  line-height: 1.6;
  display: block;
}
.all-page .page-content h2.section-title p {
  font-size: 0.14rem;
  line-height: 1.6;
}

.all-page section.section-1 {
  margin-bottom: 0.4rem;
  font-size: 16px;
}
.all-page section.section-1 .shrink-box {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto;
}

.all-page section.section-1 .shrink-box .active-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  opacity: 0;
  pointer-events: none;
  padding: 30px 40px;
  background-color: rgba(250, 250, 250, 0.9);
  -webkit-backdrop-filter: blur(5px) saturate(110%);
  backdrop-filter: blur(5px) saturate(110%);
  transition: opacity 0.1s linear 0.1s, z-index 0s linear 0.2s !important;
}

.all-page section.section-1 .shrink-box .active-item .wrap {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0s linear 0s, transform 0s linear 0s;
}

.all-page section.section-1 .shrink-box .active-item h3 {
  font-size: 22px;
  display: block;
  line-height: 1.3;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.all-page section.section-1 .shrink-box .active-item h4 {
  font-size: 18px;
  display: block;
  line-height: 1.3;
  margin: 2em 0 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.all-page section.section-1 .shrink-box .active-item p {
  margin-top: 0.3em;
  font-size: 0.14rem;
  line-height: 1.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.all-page section.section-1 .shrink-box .active-item ul {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0.5rem 0;
}

.all-page section.section-1 .shrink-box .active-item ul a,
.all-page section.section-1 .shrink-box .active-item ul a:link {
  font-size: 0.14rem;
  line-height: 1.2;
  display: block;
  padding: 0.6em 1em;
  border-radius: 100em;
  overflow: hidden;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  transition: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.all-page section.section-1 .shrink-box .active-item ul a:hover,
.all-page section.section-1 .shrink-box .active-item ul a:link:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .all-page section.section-1 .shrink-box .active-item ul a:hover,
  .all-page section.section-1 .shrink-box .active-item ul a:link:hover {
    color: #fff;
    background-color: #1d50a3;
  }
}

.all-page section.section-1 .shrink-box .active-item .box-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.all-page section.section-1 .shrink-box .active-item .box-btn a,
.all-page section.section-1 .shrink-box .active-item .btn a:link {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 0.15rem;
  line-height: 1.2;
  display: block;
  padding: 0.65em 1.5em;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  border: 1px solid #1d50a3;
  background-color: #1d50a3;
  text-align: center;
  user-select: none;
  transition: none !important;
  margin-right: 0.16rem;
}

.all-page section.section-1 .shrink-box .active-item .box-btn a:hover,
.all-page section.section-1 .shrink-box .active-item .btn a:link:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .all-page section.section-1 .shrink-box .active-item .btn a:hover,
  .all-page section.section-1 .shrink-box .active-item .btn a:link:hover {
    color: #1d50a3;
    background-color: rgba(0, 0, 0, 0);
  }
}

.all-page section.section-1 .shrink-box .active-item .btn a:not(:last-child),
.all-page
  section.section-1
  .shrink-box
  .active-item
  .btn
  a:link:not(:last-child) {
  margin-right: 10px;
}

.all-page section.section-1 .shrink-box .figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.all-page section.section-1 .shrink-box .figure img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.all-page section.section-1 .shrink-box .figure:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

.all-page section.section-1 .shrink-box .bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  color: #fff;
  padding: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.all-page section.section-1 .shrink-box .bg-item h3 {
  font-size: 22px;
  display: block;
  line-height: 1.3;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.all-page section.section-1 .shrink-box .bg-item p {
  margin-top: 0.3em;
  font-size: 14px;
  line-height: 1.6;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 8em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.all-page section.section-1 .shrink-box .box-item {
  width: calc(31% - 15px);
  min-width: calc(31% - 15px);
  position: relative;
  overflow: hidden;
  height: 600px;
  transition: width 0.2s linear 0s, min-width 0.2s linear 0s !important;
}

.all-page section.section-1 .shrink-box .box-item.cols-2 {
  width: calc(40% - 15px);
  min-width: calc(40% - 15px);
}

.all-page section.section-1 .shrink-box .box-item.cols-2 .active-item {
  opacity: 1;
  z-index: 10;
  pointer-events: all;
  transition: opacity 0.2s linear 0s, z-index 0s linear 0s !important;
}

.all-page section.section-1 .shrink-box .box-item.cols-2 .active-item .wrap {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s linear 0.2s, transform 0.2s linear 0.2s;
}

.all-page .page-content .inner {
  width: 100%;
  padding: 0 0.4rem;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.all-page .page-content .case-box {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.all-page .page-content .case-box:first-child {
  margin-top: 0.2rem;
}
.all-page .page-content .case-box:not(:last-child) {
  margin-bottom: 0.5rem;
  border-bottom: 2px dashed #eee;
  padding-bottom: 0.5rem;
}
.all-page .page-content .case-box .card {
  max-width: 2.6rem;
  min-width: 2.6rem;
  width: 2.6rem;
  color: #1d50a3;
  background-color: #edf6ff;
  padding: 0.6rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.all-page .page-content .case-box .card .icon {
  margin: 0 auto;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  border-radius: 100em;
  overflow: hidden;
}
.all-page .page-content .case-box .card .icon img {
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
}
.all-page .page-content .case-box .card h2 {
  color: #1d50a3;
  display: block;
  line-height: 1.2;
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  margin: 1em 0 3em;
}
.all-page .page-content .case-box .card .case-btn {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.all-page .page-content .case-box .card .case-btn a,
.case-box .card .case-btn a:link {
  transition: none !important;
  font-size: 0.14rem;
  white-space: nowrap;
  padding: 0.08rem 0.15rem;
  border-radius: 100em;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 1.2;
  border: 1px solid #1d50a3;
  color: #1d50a3;
}
.all-page .page-content .case-box .items {
  flex: 1 1 auto;
  padding-left: 0.5rem;
}
.all-page .page-content .case-box .items .item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.all-page .page-content .case-box .items .item:not(:last-child) {
  margin-bottom: 0.2rem;
}
.all-page .page-content .case-box .items .item a,
.case-box .items .item a:link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
}
.all-page .page-content .case-box .items .item .thumbnail {
  width: 2rem;
  max-width: 2rem;
  min-width: 2rem;
  height: 1.1rem;
  position: relative;
}
.all-page .page-content .case-box .items .item .thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.all-page .page-content .case-box .items .item .text {
  flex: 1 1 auto;
  padding-left: 0.2rem;
}
.all-page .page-content .case-box .items .item .text h3 {
  display: block;
  line-height: 1.4;
  font-size: 0.2rem;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: bold;
}

.all-page .page-content .case-box .items .item .text p {
  margin: 0.12rem 0 0 !important;
  font-size: 0.16rem;
  line-height: 1.6;
  color: #2f2f2f;
}
.all-page .page-content .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
}
.all-page .page-content .case-box + .btn2:last-child {
  margin-bottom: 0.6rem;
}
.all-page .page-content .btn-more a,
main.page-content .btn-more a:link {
  font-size: 0.15rem;
  line-height: 1.2;
  display: block;
  padding: 0.65em 1.5em;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  border: 1px solid #1d50a3;
  background-color: #1d50a3;
  text-align: center;
  transition: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* AI数字虚拟人 */
.virtual-page .tab-btn-box {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}
.virtual-page .tab-btn-box .tab-btn {
  font-size: 14px;
  padding: 0.14rem 0.3rem;
  background: #f0f1f0;
  border-radius: 0.5rem;
  cursor: pointer;
  text-align: center;
}
.virtual-page .tab-btn-box .tab-btn.active {
  background: #124efe;
  color: #fff;
}
.virtual-page .video-box video {
  border-radius: 0.1rem;
}
.virtual-page .ai-case-box {
  margin-top: 0.8rem;
}
.virtual-page .scenarios-cards {
  display: none;
  gap: 24px;
  margin-bottom: 32px;
  width: 100%;
}
.virtual-page .scenarios-cards.active {
  display: flex;
}
.virtual-page .scenarios-card {
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 398px;
  overflow: hidden;
  transition: box-shadow 0.2s;
  width: 384px;
}
.virtual-page .scenarios-card .card-media {
  background: #eceff2;
  height: 216px;
  width: 100%;
}
.virtual-page .scenarios-card .card-media img {
  height: 216px;
}
.virtual-page .scenarios-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 24px 23px 0 24px;
}

.virtual-page .h-\[32px\] {
  height: 32px;
}

.virtual-page .scenarios-card .card-title-row {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}

.virtual-page .scenarios-card .card-title-d {
  color: #121926;
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.virtual-page .scenarios-card .card-desc {
  color: rgba(18, 25, 38, 0.6);
  font-size: 12px;
  font-weight: 400;
  /* white-space: pre-line; */
  line-clamp: 2;
  display: -webkit-box;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.virtual-page .scenarios-card:hover {
  box-shadow: 0 8px 24px rgba(81, 80, 96, 0.12);
}

/* AI智能回答系统 */
.question-page .card-list {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  text-align: left;
}
.question-page .presentation-item {
  align-items: center;
  background-color: #f4f9fb;
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 28px;
  min-height: 430px;
  padding: 24px 48px;
  position: relative;
}

.question-page .presentation-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.question-page .presentation-item .tag {
  background-color: #1b6eff47;
}

.question-page .presentation-item .icon-fill-correct {
  background-color: #1b6eff;
}

.question-page .presentation-item .bold-font {
  font-weight: 600;
}

.question-page .presentation-item:first-child .bg-img.animate {
  animation: expand-0d57aab0 1s linear 0s forwards;
}

.question-page .presentation-item:nth-child(2) .bg-img.animate {
  animation: expand-0d57aab0 1s linear 1s forwards;
}

.question-page .presentation-item:nth-child(3) .bg-img.animate {
  animation: expand-0d57aab0 1s linear 2s forwards;
}

.question-page .presentation-item:nth-child(4) .bg-img.animate {
  animation: expand-0d57aab0 1s linear 3s forwards;
}

.question-page .presentation-item .infos {
  flex: 1;
  font-style: normal;
  z-index: 2;
}

.question-page .presentation-item .infos > :last-child {
  display: inline-block;
}

.question-page .presentation-item .infos .tag {
  align-items: center;
  border-radius: 28px;
  color: #0b2640ad;
  display: inline-flex;
  gap: 0 5px;
  height: 28px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 4px 14px;
}

.question-page .presentation-item .infos .tag i {
  font-size: 20px;
  font-weight: 400;
}

.question-page .presentation-item .infos .tag span {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
}

.question-page .presentation-item .infos .name {
  color: #0b2640;
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 20px;
}

.question-page .presentation-item .infos .descs {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-bottom: 20px;
}

.question-page .presentation-item .infos .descs .desc {
  color: #0b2640;
  display: flex;
  font-size: 16px;
  gap: 0 5px;
  line-height: 24px;
}

.question-page .presentation-item .infos .descs .desc > div {
  flex: 1;
}

.question-page .presentation-item .infos .descs .desc .icon-fill-correct {
  border-radius: 50%;
  flex: 0;
  flex-basis: 14px;
  height: 14px;
  position: relative;
  top: 6px;
}

.question-page
  .presentation-item
  .infos
  .descs
  .desc
  .icon-fill-correct[data-v-0d57aab0]:before {
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 7px;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  width: 3px;
}

.question-page .presentation-item .img {
  width: 60%;
  z-index: 2;
}

.question-page .presentation-item .img img {
  width: 100%;
}

.question-page .presentation-item .bg-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.question-page .presentation-item .bg-img img {
  aspect-ratio: 117/43;
  height: 100%;
  width: 100%;
}

.question-page .content-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 0.1rem;
}

.question-page .content-bottom .card-d {
  background: #f4f6fb;
  border-radius: 12px;
  height: 290px;
  padding: 20px;
  transition: transform 0.3s ease;
  width: 275px;
}

.question-page .content-bottom .card-d .image-container {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 68px;
  justify-content: center;
  margin-bottom: 20px;
  width: 68px;
}

.question-page .content-bottom .card-d .image-container .image {
  height: 40px;
  width: 40px;
}

.question-page .content-bottom .card-d .subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  text-transform: none;
}

.question-page .content-bottom .card-d .des {
  color: #202d31;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
  text-align: left;
  text-transform: none;
}

.question-page .content-bottom .card-d:hover {
  transform: translateY(-15px);
}

/* 网站内容管理系统 */
.advantage-page .advantage-box {
  display: flex;
  align-items: center;
  color: rgb(102, 102, 102);
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
.advantage-page .advantage-box .text-box {
  width: 75%;
}
.advantage-page .advantage-box .img-box {
  flex: 1;
}
.advantage-page .feature-box .feature-item {
  padding: 0 15px;
}
.advantage-page .feature-item {
  padding: 0 15px;
}
.advantage-page .feature-item .media {
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
}
.advantage-page .feature-item .media-left {
  float: left;
  width: 80px;
}
.advantage-page .feature-item .media-body {
  padding: 12px;
}
.advantage-page .feature-item img {
  margin-top: 20px;
}
.advantage-page .feature-item .media-left a {
  float: left;
}
.advantage-page .feature-item .media-left a {
  float: Left;
}
.advantage-page .feature-item .media-left .advantageHover {
  display: none;
}
.advantage-page .feature-item .media-left a:hover .advantageIcon {
  display: none;
}
.advantage-page .feature-item .media-left a:hover .advantageHover {
  display: block;
}
.advantage-page .feature-item .media-body h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0.1rem 0;
  font-family: "Microsoft YaHei", "微软雅黑";
}
.advantage-page .feature-item .media-body h4 a {
  color: #39393d;
}
.advantage-page .feature-item .media-body:hover h4 a {
  color: #124efe;
}
.advantage-page .feature-item .media-body p,
.advantage-page .feature-item .media-body > div {
  margin: 0px;
  font-size: 13px;
  font-family: "Microsoft YaHei", "微软雅黑";
  color: #656565;
  line-height: 20px;
  height: 60px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -o-box;
  -o-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
}
.advantage-page .feature-item .media-body > div p {
  height: auto;
}
.advantage-page .yanfa_wrap {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  height: auto;
  gap: 0.4rem 0.24rem;
}
.advantage-page .yanfa_wrap .tempLi {
  position: relative;
  width: 23%;
  border-radius: 4px;
  padding: 0;
  border: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}
.advantage-page .yanfa_wrap .tempLi img {
  width: 100%;
  height: 212px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
.advantage-page .yanfa_wrap .tempLi p {
  font-size: 0.2rem;
  margin-top: 0.24rem;
  padding-bottom: 0.2rem;
}
.advantage-page .yanfa_wrap .tempLi:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}
.advantage-page .yanfa_wrap .tempLi:hover .tempBtns {
  display: flex;
}
.advantage-page .yanfa_wrap .tempBtns {
  position: absolute;
  top: 212px;
  left: 1px;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  height: 64px;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  transform: translateY(-100%);
}
.advantage-page .yanfa_wrap .tempBtns .tempEditor {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 16px;
  background-color: #fff;
  color: #262626;
}
.advantage-page .yanfa_wrap .tempBtns .tempEditor:hover {
  color: #4892fa;
  border: 1px solid #4892fa;
}
.advantage-page .yanfa_wrap .tempBtns .tempEditor:active {
  color: #1050c7;
  border: 1px solid #1050c7;
}
.advantage-page .yanfa_wrap .tempBtns .tempView:hover {
  background-color: #4892fa;
}
.advantage-page .yanfa_wrap .tempBtns .tempView:active {
  background-color: #1050c7;
}
.advantage-page .yanfa_wrap .tempBtns .tempBtn {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding: 9px 12px;
  border-radius: 35px;
  cursor: pointer;
}
.advantage-page .yanfa_wrap .tempBtns .tempBtn a {
  color: inherit;
}
.advantage-page .yanfa_wrap .tempBtns .tempView {
  background-color: #1f6ded;
  color: #fff;
}

.advantage-page .yanfa_wrap .yanfa_box:first-of-type::after {
  content: "NEW";
  width: 1.1rem;
  height: 1.1rem;
  background-color: #ff6000;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  color: #ffffff;
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 0.25rem;
  padding-top: 2px;
  box-sizing: border-box;
  transform: translate(0.6rem, 0.6rem) rotate(-45deg);
  z-index: 2;
}

/* 无障碍适老化系统 */
@keyframes moveUp {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
.old-page .part_cpjj_box .box {
  padding-left: .4rem;
  padding-top: .15rem;
  background: url(../images/smart/2022050711133313484.png) no-repeat 0 0;
  background-size: 60px auto;
  margin-bottom: .3rem;
}
.old-page .part_cpjj_box .Left {
  float: left;
  width: 56%;
}
.old-page .part_cpjj_box .image {
  float: right;
  width: 40%;
}
.old-page .part_cpjj_box .image img {
  width: 100%;
  animation: moveUp 1s ease-in-out infinite;
  position: relative;
}
.old-page .part_cpjj_box .Left * {
  font-size: .18rem;
  color: #333;
  line-height: 2;
  text-align: justify;
}

.old-page .erji_Page_cpys_box {
  background-image: url(../images/smart/2022051820091487892.jpg);
}
.old-page .erji_Page_cpys_box > .maxWidth {
  max-width: none;
}
.old-page .erji_Page_cpys_box .paddingCommon h2 {
  font-size: 0.32rem;
  padding: 0 0.3rem;
}
.old-page .paddingCommon {
  padding: 50px 0;
}
.old-page .swiper_play {
  margin-top: 55px;
}
.old-page .swiper_play .swiper-slide .img {
  width: 70px;
  margin: 0 auto;
}
.old-page .swiper_play .swiper-slide .pointer {
  width: 100px;
  height: 100px;
  margin: 0 auto 0;
  position: relative;
}
.old-page .swiper_play .swiper-slide .pointer i {
  font-size: 12px;
  color: #1d509e;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s ease-out 0s;
}
.old-page .swiper_play .swiper-slide .pointer em {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s ease-out 0s;
}
.old-page .swiper_play .swiper-slide .pointer b {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s ease-out 0s;
}
.old-page .swiper_play .swiper-slide .title {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.old-page .swiper_play .swiper-slide .title {
  margin: 0 18px;
}
.old-page .swiper_play .swiper-slide .pointer {
  margin: 0 auto;
}

.old-page .swiper_play .swiper-slide .img {
  height: 70px;
}

.old-page .swiper-button-next,
.old-page .swiper-button-prev {
  margin-top: -32px;
}
.old-page .swiper-button-next::after,
.old-page .swiper-button-prev::after {
  display: none;
}
.old-page .swiper_play .swiper-slide .img {
  width: 70px;
  margin: 0 auto;
}
.old-page .swiper_play .swiper-slide .img img {
  width: 100%;
}

.old-page .swiper_play .swiper-slide .line {
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 25px auto;
}
.old-page .swiper_play .swiper-button-next,
.old-page .swiper_play .swiper-button-prev {
  width: .55rem !important;
  height: .55rem !important;
}
.old-page .swiper_play .swiper-button-next {
  background: url(../images/smart/2022051218150384118.png) no-repeat center
    center;
  background-size: 80% auto;
  right: .3rem;
  z-index: 99;
}
.old-page .swiper_play .swiper-button-prev {
  background: url(../images/smart/2022051218145737828.png) no-repeat center
    center;
  background-size: 80% auto;
  left: .3rem;
}

.old-page .swiper_play .swiper-button-next:hover {
  background: url(../images/smart/2022051218160425172.png) no-repeat center
    center;
  background-size: 80% auto;
  /* right: 0; */
}
.old-page .swiper_play .swiper-button-prev:hover {
  background: url(../images/smart/2022051218155976419.png) no-repeat center
    center;
  background-size: 80% auto;
  /* left: 0; */
}

.old-page .swiper_play .swiper-slide-active .pointer i {
  transform: translate(-50%, -50%) scale(1);
}
.old-page .swiper_play .swiper-slide-active .pointer em {
  width: 50px;
  transform: translate(-50%, -50%) scale(1);
}
.old-page .swiper_play .swiper-slide-active .pointer b {
  transform: translate(-50%, -50%) scale(0);
}
.old-page .swiper_play_box .biaozhuTxt {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  line-height: 1.7;
  min-height: 75px;
  padding: 0.3rem;
}
.old-page .swiper_play_box {
  position: relative;
}
.old-page .swiper_play_box h2 {
  color: #fff;
}
.old-page .swiper_play_box .longLine {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 265px;
  z-index: 0;
  opacity: 0.7;
}

.old-page .trouble-list {
  display: flex;
  flex-wrap: wrap;
}
.old-page .trouble-list li {
  width: 25%;
  padding: 0 15px;
}
.old-page .trouble-list li img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
.old-page .trouble-list .name {
  text-align: center;
  font-size: 18px;
  margin: 10px 0;
}
.old-page .text-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.old-page .text-list li {
  width: 32%;
  height: 102px;
  background: #344866;
  border-radius: 4px;
  margin-bottom: 32px;
  color: #ffffff;
  display: flex;
  box-sizing: border-box;
  transition: 0.3s linear;
}
.old-page .text-list .list-item .list-item-left {
  width: 62px;
  height: 62px;
  margin: 20px;
}
.old-page .text-list .list-item .line {
  width: 3px;
  height: 102px;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    #000000 55%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.29;
}
.old-page .text-list .list-item .list-item-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.old-page .text-list .list-item .list-item-right .child-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 7px;
}
.old-page .text-list .list-item .list-item-right .child-desc {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
.old-page .faysList {
  display: flex;
  flex-wrap: wrap;
}
.old-page .faysList li {
  width: 25%;
  transition: width 0.1s linear;
}
.old-page .faysList li .hover {
  display: none;
}
.old-page .faysList li.on {
  width: 50%;
  background: #1d509e;
  color: #fff;
}
.old-page .faysList li img {
  margin: 0 auto;
  display: block;
}
.old-page .faysList li.on .hover {
  display: block;
}
.old-page .faysList li.on .normal {
  display: none;
}
.old-page .faysList li .box {
  display: flex;
  flex-direction: column;
  padding: 80px 30px;
  min-height: 470px;
}
.old-page .faysList li .title {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin: 20px 0 30px;
}

.chart-page .chart-main {
  display: flex;
  gap: 40px 60px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chart-page .chart-main li {
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 36%;
  position: relative;
}

.chart-page .chart-main li::before {
  content: "";
  width: 160px;
  height: 160px;
  background: url("../images/smart/abi_icon_2025.png") no-repeat;
  background-position: 0 0;
}

.chart-page .chart-main li:nth-child(2)::before {
  background-position: -160px 0;
}

.chart-page .chart-main li:nth-child(3)::before {
  background-position: -320px 0;
}

.chart-page .chart-main li:nth-child(4)::before {
  background-position: -480px 0;
}

.chart-page .chart-main li .num {
  color: #efefef;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 25px;
}

.chart-page .chart-main li .info {
  font-size: 20px;
  line-height: 32px;
  color: #333;
  margin-top: 40px;
  position: absolute;
  left: 160px;
}

.chart-page .chart-main li .info p {
  color: #888;
  font-size: 12px;
  line-height: 20px;
}

.chart-page .pro-gongneng .layui-tab {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
}
.layui-tab-item {
  display: none;
}
.chart-page .pro-gongneng .layui-tab-item.layui-show {
  display: flex !important;
  flex-wrap: wrap;
}
.chart-page .pro-gongneng .btn-text {
  display: flex;
}
.chart-page .pro-gongneng .btn-text [class^="btn"] {
  width: 125px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  color: #596efb;
  border-radius: 4px;
  margin-right: 0;
}
.chart-page .pro-gongneng .btn-text .btn1 {
  width: 127px;
  height: 42px;
  color: #fff;
  background-color: #124efe;
}
.chart-page .pro-gongneng .btn-text .btn2 {
  background-color: transparent;
  color: #124efe;
  font-size: 14px;
}

.chart-page .pro-gongneng .layui-tab-item h6 {
  line-height: 32px;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 24px;
  min-width: 100%;
}

.chart-page .pro-gongneng .layui-tab-item p {
  line-height: 22px;
  font-size: 16px;
  color: #333;
}

.chart-page .pro-gongneng .layui-tab-item .text {
  margin-top: 30px;
}

.chart-page .pro-gongneng .layui-tab-item .text ul {
  display: flex;
}

.chart-page .pro-gongneng .layui-tab-item .text ul li {
  text-align: left;
  line-height: 22px;
  font-size: 14px;
  color: #333;
  position: relative;
  padding-left: 24px;
  margin: 0 30px 8px 0;
}

.chart-page .pro-gongneng .layui-tab-item .text ul li::before,
.features .layui-tab-content .layui-tab-item .text-around .text p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background-image: url(../images/smart/icon-tep1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.chart-page .pro-gongneng .layui-tab-item .btn-text {
  margin-top: 15px;
}

.chart-page .pro-gongneng .layui-tab-item > .layui-row {
  margin: 20px 0 0 0;
}

.chart-page .pro-gongneng .layui-tab-item > .layui-row ul {
  display: flex;
  flex-flow: wrap;
}

.chart-page .pro-gongneng .layui-tab-item > .layui-row ul li {
  margin: 0 15px 15px 0;
  padding: 0 20px;
  line-height: 30px;
  background-color: #f9faff;
  border: solid 1px #dfe6f0;
  border-radius: 16px;
  font-size: 14px;
  color: var(--domColor);
}

.chart-page .pro-gongneng .layui-tab-item .img {
  margin-top: 30px;
}

.chart-page .pro-gongneng .layui-tab-item .img video,
.chart-page .pro-gongneng .layui-tab-item .img img {
  max-width: 100%;
  height: auto;
}

.chart-page .pro-gongneng .layui-tab-item .img .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 18px;
}

.chart-page .pro-gongneng .layui-tab-item .img .swiper-slide img {
  display: block;
  width: calc(100% - 2px);
  height: auto;
  border: 1px solid #ddd;
}

.chart-page .pro-gongneng .layui-tab-item .img .swiper .swiper-pagination {
  height: 4px;
  text-align: center;
  font-size: 0;
  bottom: 0;
}

.chart-page
  .pro-gongneng
  .layui-tab-item
  .img
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 4px;
  background-color: #dbdbdb;
  opacity: 1;
  border-radius: 2px;
  margin: 0 6px;
}

.chart-page
  .pro-gongneng
  .layui-tab-item
  .img
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: var(--domColor);
}

.chart-page .pro-gongneng .layui-tab-item .img img.ghf {
  position: absolute;
  left: 5.5%;
  top: 10%;
  width: 89%;
  height: auto;
}

.chart-page .pro-gongneng .layui-tab-item .img .tu-move {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 461px;
  height: 260px;
  transform: translate(-50%, -50%);
}

.chart-page .pro-gongneng .layui-tab-item .img .scene-tu {
  position: absolute;
}

.chart-page .pro-gongneng .layui-tab-item .img .scene-tu1 {
  left: 65px;
  bottom: -8px;
  width: 332px;
  height: 147px;
}

.chart-page .pro-gongneng .layui-tab-item .img .scene-tu2 {
  width: 389px;
  height: 373px;
  bottom: 4px;
  left: -14px;
  animation: scene-tu2 2s ease-in-out infinite forwards;
}

@keyframes scene-tu2 {
  0%,
  20%,
  80%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}

.chart-page .pro-gongneng .layui-tab-item .img .scene-tu3 {
  left: 90px;
  bottom: 46px;
  width: 252px;
  height: 209px;
}

.chart-page .pro-gongneng .layui-tab-item .img .scene-tu4 {
  width: 49px;
  height: 125px;
  bottom: 5px;
  left: 18px;
  animation: scene-tu4 2s infinite forwards;
}

@keyframes scene-tu4 {
  0%,
  100% {
    transform: translateY(0);
  }

  50%,
  60% {
    transform: translateY(-10px);
  }
}

.chart-page .pro-gongneng .layui-tab-item .img .scene-tu p {
  margin-left: -31px;
  width: 62px;
  font-size: 14px;
  color: #21fcff;
  text-align: center;
  position: absolute;
  top: -26px;
  left: 50%;
}

.chart-page .pro-gongneng .layui-tab-item .img .scene-tu img {
  width: 100%;
  height: 100%;
}

.chart-page .pro-gongneng .layui-tab-item .img .scene-tu5 {
  width: 40px;
  height: 157px;
  top: 82px;
  left: 83px;
  animation: scene-tu4 2.3s 0.3s infinite forwards;
  -webkit-animation: scene-tu4 2.3s 0.3s infinite forwards;
}

.chart-page .pro-gongneng .layui-tab-item .img .scene-tu6 {
  width: 41px;
  height: 164px;
  top: 81px;
  right: 95px;
  animation: scene-tu4 2s -0.2s infinite forwards;
  -webkit-animation: scene-tu4 2s -0.2s infinite forwards;
}

.chart-page .pro-gongneng .layui-tab-item .img .scene-tu7 {
  width: 40px;
  height: 116px;
  bottom: 5px;
  right: 25px;
  animation: scene-tu4 2.5s ease-in-out infinite forwards;
  -webkit-animation: scene-tu4 2.5s ease-in-out infinite forwards;
}

.chart-page .pro-gongneng .layui-tab-item .img img.urlbv {
  width: 20.9%;
  height: auto;
  position: absolute;
  top: 13.5%;
  left: 32.8%;
}

.chart-page .pro-gongneng .layui-tab-item .ewmCord {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.chart-page .pro-gongneng .layui-tab-item .ewmCord dt {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  color: var(--domColor);
  font-weight: normal;
  position: relative;
  cursor: pointer;
}

.chart-page .pro-gongneng .layui-tab-item .ewmCord dd {
  display: none;
  position: absolute;
  top: -18px;
  width: 128px;
  left: 80px;
  padding-left: 10px;
}

.chart-page .pro-gongneng .layui-tab-item .ewmCord dd i {
  position: absolute;
  left: 5px;
  top: 26%;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  background-color: var(--whiteColor);
  border-left: 1px solid #dfe6f0;
  border-bottom: 1px solid #dfe6f0;
  transform: rotate(45deg);
}

.chart-page .pro-gongneng .layui-tab-item .ewmCord dd .cpenw1 {
  border: 1px solid #dfe6f0;
  background-color: var(--whiteColor);
  padding: 7px 0;
  text-align: center;
}

.chart-page .pro-gongneng .layui-tab-item .ewmCord dd .cpenw1 img {
  width: 100px;
  height: auto;
  margin: 0 auto;
}

.chart-page .pro-gongneng .layui-tab-item .ewmCord:hover dd {
  display: block;
}

.chart-page .pro-gongneng .layui-tab {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
}

.chart-page .pro-gongneng .layui-tab-title {
  display: flex;
  /* justify-content: center; */
  width: 100%;
  height: auto;
  overflow: hidden;
  white-space: initial;
  padding: 0;
  border-bottom: 1px solid #e6e6e6 !important;
}

.chart-page .pro-gongneng .layui-tab-title li {
  position: relative;
  height: auto;
  padding-left: 0;
  flex: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.chart-page .pro-gongneng .layui-tab-title li:after {
  display: none;
}

.chart-page .pro-gongneng .layui-tab-title li span {
  position: relative;
  z-index: 2;
}

.chart-page .pro-gongneng .layui-tab-title li .icon-hot {
  width: auto;
  margin: 0;
  background: #fff2f2;
  color: #f05f5f;
}

.chart-page .pro-gongneng .layui-tab-title li:hover {
  color: #596efb;
}

.chart-page .pro-gongneng .layui-tab-title li.layui-this {
  color: #596efb;
}

.chart-page .pro-gongneng .layui-tab-title li.layui-this i {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.chart-page .pro-gongneng .layui-tab-title li.layui-this::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 5px);
  border-bottom: 2px solid #596efb;
}

.chart-page .pro-gongneng .layui-tab-content {
  position: relative;
  width: 100%;
  padding: 50px 0;
  min-height: 450px;
}

.chart-page .pro-gongneng .layui-tab-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  z-index: 0;
  width: 300%;
  height: 100%;
}

.chart-page .pro-gongneng .layui-tab-item {
  background-color: transparent;
  margin: 0 auto;
  box-shadow: none;
}

.chart-page .pro-gongneng .layui-tab-item h6 {
  width: 380px;
}

.chart-page .pro-gongneng .layui-tab-item .content-left {
  display: inline-block;
  width: 440px;
  vertical-align: top;
  margin-right: 60px;
  flex: 1;
}

.chart-page .pro-gongneng .layui-tab-item .text ul {
  flex-direction: column;
}

.chart-page .pro-gongneng .layui-tab-item .text ul li {
  margin: 0 0 16px 0;
  font-size: 18px;
  line-height: 26px;
}

.chart-page .pro-gongneng .layui-tab-item p {
  line-height: 2;
}

.chart-page .pro-gongneng .layui-tab-item .img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 700px;
  min-width: 700px;
  vertical-align: top;
  margin-top: -54px;
  padding: 0;
  box-sizing: border-box;
  flex: 1;
  position: relative;
}

.chart-page .pro-gongneng .layui-tab-item .img video,
.chart-page .pro-gongneng .layui-tab-item .img img {
  max-width: 100%;
  width: 100%;
}

.chart-page .pro-gongneng .layui-tab-item .img .pc-show {
  position: relative;
}
.chart-page ::-webkit-scrollbar {
  width: 0; /*  设置纵轴（y轴）轴滚动条 */
  height: 0; /*  设置横轴（x轴）轴滚动条 */
}

.chart-page .list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
  justify-content: space-between;
}

.chart-page .list .item {
  display: flex;
  flex-direction: column;
  width: 45%;
  position: relative;
}

.chart-page .list .item::before {
  content: "";
  background: url(../images/smart/sceneValue_icon.png) no-repeat;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.chart-page .list .item:nth-child(2)::before {
  background-position: -48px 0;
}

.chart-page .list .item:nth-child(3)::before {
  background-position: -96px 0;
}

.chart-page .list .item:nth-child(4)::before {
  background-position: -144px 0;
}

.chart-page .list .item:nth-child(odd)::after {
  content: "";
  position: absolute;
  right: -56px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80px;
  background: #e6e6e6;
}

.chart-page .list .item h3 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 12px;
}

.chart-page .list .item p {
  color: #888;
  font-size: 14px;
  line-height: 22px;
}

.chart-page .document-box .document-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.chart-page .document-box .document-list > li {
  border: 0;
}

.chart-page .document-box .document-list > li:hover {
  transform: none;
}

.chart-page .document-box .document-list .item {
  flex: 1;
  min-width: 20%;
  position: relative;
}

.chart-page .document-box .document-list .item a {
  padding: 0;
  position: relative;
  display: block;
}

.chart-page .document-box .document-list .item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  height: 40px;
  width: 1px;
  background-color: #e6e6e6;
}

.chart-page .document-box .document-list .item:nth-child(4) a::before {
  display: none;
}

.chart-page .document-box .document-list .item::before {
  content: "√";
  position: absolute;
  top: 50%;
  right: 32px;
  left: auto;
  bottom: auto;
  transform: translate(0, -50%);
  display: flex;
  background-color: #596efb;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

.chart-page .document-box .document-list .item:hover::before {
  background-color: #3d55f5;
}

.chart-page .document-box .document-list .item h6 {
  color: #333;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}

.chart-page .document-box .document-list .item p {
  color: #888;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.chart-page .document-box .document-list .item-block {
  flex: 1;
  width: 40%;
  height: auto;
  border-radius: 8px;
  background: linear-gradient(
    95.91deg,
    rgba(162, 174, 250, 0.15) 35.21%,
    rgba(1, 103, 240, 0.12) 100%
  );
}

.chart-page .document-box .document-list .item-block::before,
.chart-page .document-box .document-list .item-block::after {
  display: none;
}

.chart-page .document-box .document-list .item-block > a {
  display: flex;
  padding: 24px;
}

.chart-page .document-box .document-list .item-block .wz {
  display: flex;
  flex-direction: column;
}

.chart-page .document-box .document-list .item-block .wz h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #333;
  margin-bottom: 4px;
}

.chart-page .document-box .document-list .item-block .wz p {
  font-size: 12px;
  line-height: 20px;
  color: #888;
}

.chart-page .document-box .document-list .item-block .tu {
  margin-left: 40px;
}

.chart-page .document-box .document-list .item-block .btn-text {
  margin-top: auto;
}

.device-page .programme {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}

.device-page .programme .left-main {
  display: grid;
  grid-template-columns: 150px 150px;
  gap: 20px;
}

.device-page .programme .left-main .item {
  text-align: center;
  background: #ffffff;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.device-page .programme .left-main .item:hover {
  color: #fff;
  transition: all 0.2s;
}

.device-page .programme .left-main .item:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #266effcc;
  z-index: 2;
}

.device-page .programme .left-main .item:hover .bg-img {
  display: block;
}

.device-page .programme .left-main .item .iconfont {
  font-size: 24px;
  position: relative;
  z-index: 3;
}

.device-page .programme .left-main .item .name {
  position: relative;
  padding-top: 4px;
  z-index: 3;
}

.device-page .programme .left-main .item .bg-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.device-page .programme .left-main .active {
  color: #fff;
  transition: all 0.2s;
}

.device-page .programme .left-main .active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #266effcc;
  z-index: 2;
}

.device-page .programme .left-main .active .bg-img {
  display: block;
}

.device-page .programme .right {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.device-page .programme .right .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 180px;
  padding: 30px 20px;
  color: #fff;
  -webkit-backdrop-filter: blur(70px);
  backdrop-filter: blur(70px);
}

.device-page .programme .right .content .line {
  display: flex;
  align-items: center;
}

.device-page .programme .right .content .line:hover {
  cursor: pointer;
  opacity: 0.5;
}

.device-page .programme .right .img {
  width: 100%;
  height: 100%;
}
.device-page .page-title {
  font-size: 24px;
}

.device-page .page-info {
  font-size: 16px;
  opacity: 0.8;
}
.device-page .el-icon svg {
  height: 1em;
  width: 1em;
  overflow: hidden;
  vertical-align: middle;
}

.device-page .characteristic {
  display: flex;
  flex-wrap: wrap;
}
.device-page .characteristic .item {
  width: 20%;
  border-right: 1px solid #dbdee1;

  padding: 30px 0;
}
.device-page .characteristic .item:nth-of-type(1),
.device-page .characteristic .item:nth-of-type(2),
.device-page .characteristic .item:nth-of-type(3),
.device-page .characteristic .item:nth-of-type(4),
.device-page .characteristic .item:nth-of-type(5) {
  border-bottom: 1px solid #dbdee1;
}

.device-page .characteristic .item:nth-of-type(5n) {
  border-right: none;
}
.device-page .characteristic .item .icon {
  width: 74px;
  display: block;
  margin: 0 auto;
}
.device-page .characteristic .item .text {
  font-size: 18px;
  padding-top: 16px;
  text-align: center;
}

.device-page .case-swiper-box .box {
  display: flex;
  align-items: center;
}
.device-page .case-swiper-box .box .font {
  width: 32%;
  padding: 0.3rem 0.5rem 0.3rem 0.8rem;
}
.device-page .case-swiper-box .box .img {
  width: 64%;
  height: 4.92rem;
}
.device-page .case-swiper-box .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.device-page .case-swiper-box .box .font .tit {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 24px;
  margin-bottom: 18px;
}
.device-page .case-swiper-box .box .font .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 180px;
}

.document-page .desc-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
  margin-bottom: 1rem;
}
.document-page .xScroll {
  width: 30%;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 70px 0;
  border-radius: 10px;
  transition: all 0.2s;
}
.document-page .xScroll .img-default,
.document-page .xScroll .img-hover {
  width: 100px;
  height: 100px;
}
.document-page .xScroll .img-hover {
  display: none;
}
.document-page .xScroll .txt {
  font-size: 16px;
  margin-top: 10px;
}
.document-page .xScroll:hover {
  background-color: #034091;
  transform: translateY(-5px);
  color: #fff;
  box-shadow: 0 5px 5px #034091;
}
.document-page .xScroll:hover .img-default {
  display: none;
}
.document-page .xScroll:hover .img-hover {
  display: block;
}

.document-page .index_plate1_box {
  display: flex;
  justify-content: space-between;
}

.document-page .index_plate1_box .left_content {
  width: 58.125%;
}

.document-page .index_plate1_box .left_content > p {
  padding-right: 20px;
}

.document-page .index_plate1_box .left_content p {
  font-size: var(--font18);
  color: #555;
  line-height: 25px;
}

.document-page .index_plate1_box .left_content p.p2 {
  margin-top: 50px;
}

.document-page .index_plate1_box .left_content .item {
  padding-right: 20px;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.document-page .index_plate1_box .left_content .item .tit-d {
  display: flex;
  align-items: center;
  font-size: var(--font18);
  color: #555;
  line-height: 25px;
  white-space: nowrap;
  font-weight: bold;
  margin-right: 20px;
}

.document-page .index_plate1_box .left_content .item .tit img {
  margin-right: 10px;
}

.document-page .index_plate1_box .left_content .more {
  width: 150px;
  height: 50px;
  color: #555555;
  border-radius: 15px;
  display: block;
  border: 1px solid #e5e5e5;
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.document-page .index_plate1_box .left_content .more:hover {
  background: #d0151c;
  color: #fff;
}

.document-page .index_plate1_box .left_content .list {
  width: 100%;
  background: linear-gradient(170deg, #d9eafb, #fff);
  padding: 30px 70px;
  display: flex;
  border-radius: 15px;
  justify-content: space-between;
}

.document-page .index_plate1_box .left_content .list .li .num {
  font-size: var(--font16);
  color: #555;
}

.document-page .index_plate1_box .left_content .list .li .num span {
  font-size: var(--font40);
  color: #005cc1;
  font-weight: bold;
  margin-right: 11px;
}

.document-page .index_plate1_box .left_content .list .li p {
  margin-top: 4px;
  font-size: var(--font18);
  color: #555;
}

.document-page .index_plate1_box .right_pic {
  width: 38.75%;
  line-height: 0;
}
.document-page .index_plate1_box .right_pic img {
  width: 100%;
}
.document-page .bottom-img-box {
  display: flex;
}
.document-page .bottom-img-box img {
  display: block;
  width: 100%;
}
.map-page .ys-list {
  margin-top: 0.5rem;
}
.map-page .ys-list ul {
  display: flex;
  gap: 0.3rem;
}
.map-page .ys-list ul .la i {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.78rem;
  height: 0.78rem;
}
.map-page .ys-list ul .la i img {
  border-radius: 50%;
  background: #ebf6ff;
  width: 100%;
  height: 100%;
}
.map-page .ys-list ul .la {
  width: 100%;
  text-align: center;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 0.3rem 0.1rem 0.1rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-out 0s;
  position: relative;
  padding-top: 0.6rem;
  height: 100%;
}
.map-page .ys-list ul .la h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}
.map-page .ys-list ul .la h6 {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}

.map-page .gn-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.2rem;
}
.map-page .gn-list ul li {
  width: 32%;
}
.map-page .gn-list .la {
  width: 100%;
  position: relative;
  min-height: 100%;
  padding: 0.3rem;
  border-radius: 10px;
  display: flex;
  background: #f8fafe;
}
.map-page .gn-list .la .info {
  padding-right: 0.3rem;
  flex: 1;
  overflow: hidden;
}
.map-page .gn-list .la i{
  align-self: center;
}
.map-page .gn-list .la h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.2rem;
}
.map-page .gn-list .la h6 {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.map-page .gn-list .la img {
  width: 0.84rem;
  height: 0.84rem;
}



.map-page .solution-container{
    height: 380px;
    display: flex;
    margin-bottom: .8rem;
}

.map-page .solution-container .col-d{
    flex: 1;
    border-left:1px solid hsla(0,0%,100%,.2);
    cursor: pointer;
    transition: all 0.3s;
}

.map-page .solution-container .col-d .item{
    width:100%;
    height: 100%;
    position: relative;
}

.map-page .solution-container .col-d .item .content{
    width:100%;
    height: 100%;
    position: relative;
}

.map-page .solution-container .col-d .item .content img{
    width:100%;
    height: 100%;
}

.map-page .solution-container .col-d .item .content h4{
    color: #fff;
    font-size:24px;
    text-align:center;
    position: absolute;
    top: 110px;
    width:100%;
}

.map-page .solution-container .col-d .item .mask-d{
    background: linear-gradient(46deg, #3E3E3E 0%, #7E7E7E 100%);
    position: absolute;
    transition:all .3s;
    bottom: 0px;
    height: 100%;
    width:100%;
    opacity: 0;
    z-index: 1;
}

.map-page .solution-container .col-d .item .mask-d .fadeout{
    position: absolute;
    bottom: -45px;
    right: 0;
    opacity: 1;
    transition-delay:0.5s;
}
.map-page .solution-container .col-d .item .mask-d img{
  width: 2.45rem;
}

.map-page .solution-container .col-d .item .mask-d .fade-in{
    opacity: 1 !important;
}

.map-page .solution-container .col-d .item .mask-d .mask-content h4{
    margin:14px auto 20px;
    color: #fff;
    font-size:20px;
    width:90%;
}

.map-page .solution-container .col-d .item .mask-d .mask-content .solutions-link{
    width:90%; 
    margin:30px auto 0px;
}

.map-page .solution-container .col-d .item .mask-d-content .solutions-link .solutions-item{
    margin-bottom: 10px;
}

.map-page .solution-container .col-d .item .mask-d .mask-content .solutions-link .solutions-item img{
    float: left;
    width:20px;
    height: 20px;
    transition:all 0.2s;
}


.map-page .solution-container .col-d .item .mask-d .mask-content .solutions-link .solutions-item:hover img{
    width:24px;
    height: 24px;
}

.map-page .solution-container .col-d .item .mask-d .mask-content .solutions-link .solutions-item a{
    float: left;
    color: #4A9DE4;
    margin-left:7px;
    font-size: 15px;
    transition:all 0.2s;
    height: 20px; 
    line-height:20px;
}

.map-page .solution-container .col-d .item .mask-d .mask-content .solutions-link .solutions-item:hover a{
    font-size: 13px;
    color: #fff;
    height: 24px; 
    line-height:24px;
}


.map-page .solution-container .col-d .item .mask-d .mask-content p{
    color: #fff;
    font-size:14px;
    width:90%;
    margin:0 auto;
}

.map-page .solution-container .col-d .item .mask-bottom{
    width:100% !important;
    opacity: 1 !important;
    z-index: 10 !important;
}
.map-page .solution-col{
    flex: 2.06 !important;
    z-index:100;
}

.map-page .map-case-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: .3rem;
}
.map-page .map-case-box .case-item{
  width: 24%;
  cursor: pointer;
}
.map-page .map-case-box .case-item img{
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: .1rem .1rem 0 0;
}
.map-page .map-case-box .case-item .case-name{
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  margin: .1rem 0;
}









@media screen and (max-width: 1100px) {
  .old-page .text-list li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .all-page {
    width: 100%;
    overflow: hidden;
    max-width: 100%;
  }
  .all-page .page-content .inner.cases-inner {
    padding: 0 !important;
  }
  .all-page .page-content h2.section-title {
    padding: 0 0.3rem 0.2rem;
  }
  .all-page .page-content h2.section-title em {
    font-size: 0.32rem;
  }
  .all-page .page-content h2.section-title span {
    font-size: 0.22rem;
  }
  .all-page .page-content h2.section-title span br:not(.mobile-can-wrap) {
    display: none;
  }
  .all-page .page-content .case-box {
    display: block;
  }
  .all-page .page-content .case-box .card {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-bottom: 0;
    padding: 0.2rem;
    display: grid;
    grid-template-columns: repeat(auto, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 0;
  }
  .all-page .page-content .case-box .card .icon {
    grid-area: 1 / 1 / 3 / 2;
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.2rem;
  }
  .all-page .page-content .case-box .card h2 {
    grid-area: 1 / 2 / 2 / 4;
    margin: 0 !important;
    font-size: 0.28rem !important;
  }
  .all-page .page-content .case-box .card .btn {
    grid-area: 2 / 2 / 3 / 4;
  }
  .all-page .page-content .case-box .items {
    padding: 0.3rem !important;
  }
  .all-page .page-content .case-box:not(:last-child) {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0.2rem;
  }
  .all-page .page-content .case-box .items .item .text p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 0.18rem;
    margin-top: 0.06rem !important;
  }
  .all-page .page-content .case-box .items .item .text h3 {
    font-size: 0.216rem;
  }
  .all-page .page-content .case-box .card .case-btn a,
  .case-box .card .case-btn a:link {
    font-size: 0.16rem;
  }
  .all-page .page-content .btn-more a,
  main.page-content .btn-more a:link {
    font-size: 0.2rem;
  }
  .all-page section.section-1 .shrink-box {
    display: block;
  }
  .all-page section.section-1 .shrink-box .box-item {
    width: 100%;
    min-width: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .all-page section.section-1 .shrink-box .box-item.cols-2 {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .all-page section.section-1 .shrink-box .box-item.cols-2 .active-item,
  .all-page section.section-1 .shrink-box .box-item .active-item {
    opacity: 1 !important;
    transform: none !important;
    z-index: 10 !important;
    pointer-events: all;
    transition: none !important;
    position: relative !important;
    background-color: #f3f3f3 !important;
    -webkit-backdrop-filter: unset !important;
    backdrop-filter: unset !important;
  }
  .all-page section.section-1 .shrink-box .active-item .wrap {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .all-page section.section-1 .shrink-box .active-item h3 {
    font-size: 20px;
    margin: 0 0 0.2rem;
    font-weight: bold;
  }
  .all-page section.section-1 .shrink-box .active-item h4 {
    font-size: 16px;
    margin: 1.5em 0 0.8em;
  }
  .all-page section.section-1 .shrink-box .active-item ul {
    gap: 10px;
    margin: 1.5em 0;
  }
  .all-page section.section-1 .shrink-box .bg-item {
    display: none !important;
  }
  .all-page section.section-1 .shrink-box .figure {
    position: relative;
    height: 26vw;
    min-height: 240px !important;
  }
  .all-page section.section-1 .shrink-box .active-item .box-btn a,
  .all-page section.section-1 .shrink-box .active-item .btn a:link {
    font-size: 15px;
  }
  .all-page section.section-1 .shrink-box .active-item p,
  .all-page section.section-1 .shrink-box .active-item ul a,
  .all-page section.section-1 .shrink-box .active-item ul a:link {
    font-size: 14px;
  }
  .virtual-page .tab-btn-box .tab-btn {
    width: 45%;
  }
  .virtual-page .video-box {
    padding: 0 0.3rem;
  }
  .virtual-page .video-box video {
    display: block;
    width: 100%;
  }
  .virtual-page .scenarios-cards {
    flex-direction: column;
    padding: 0 0.3rem;
    gap: 0.24rem;
  }
  .virtual-page .scenarios-card {
    width: 100%;
    height: auto;
  }
  .virtual-page .scenarios-card .card-content {
    gap: 0.1rem;
    padding: 0.2rem;
  }
  .virtual-page .scenarios-card .card-media img {
    width: 100%;
    object-fit: cover;
  }
  .question-page .presentation-item {
    padding: 0 0.3rem;
    border-radius: 0;
    flex-direction: column-reverse;
    /* align-items: flex-start; */
  }
  .question-page .presentation-item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .question-page .presentation-item .img {
    width: 100%;
  }
  .question-page .content-bottom {
    flex-direction: column;
    gap: 0.3rem;
  }
  .question-page .content-bottom .card-d {
    width: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0.3rem;
    height: auto;
  }
  .question-page .content-bottom .card-d .des {
    text-align: center;
  }
  .advantage-page .advantage-box {
    flex-direction: column-reverse;
  }
  .advantage-page .feature-item .media {
    padding: 0.1rem 0.3rem;
  }
  .advantage-page .advantage-box .img-box {
    width: 80%;
  }
  .advantage-page .advantage-box .text-box {
    width: 100%;
    padding: 0.3rem;
  }
  .advantage-page .yanfa_wrap {
    padding: 0 0.3rem;
  }
  .advantage-page .yanfa_wrap .tempLi {
    width: 47%;
  }
  .advantage-page .yanfa_wrap .tempLi .tempBtns {
    display: none !important;
  }

  .old-page .part_cpjj_box .box {
    padding: 0 0.3rem 0.5rem;
  }

  .old-page .part_cpjj_box .box .Left,
  .old-page .part_cpjj_box .box .image,
  .old-page .part_cpjj_box .box .image img {
    float: none;
    width: 100%;
  }
  .old-page .part_cpjj_box .Left p {
    font-size: 0.28rem;
  }
  .old-page .trouble-list {
    gap: 0.3rem;
  }
  .old-page .trouble-list li {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .old-page .trouble-list li .name {
    text-align: left;
    margin: 0;
  }
  .old-page .trouble-list li .info {
    padding-left: 0.2rem;
  }
  .old-page .trouble-list li img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .old-page .page-content h2.section-title em {
    margin: 0.5rem 0 0.2rem;
  }
  .old-page .text-list {
    padding: 0 0.3rem;
  }
  .old-page .text-list li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .old-page .faysList li,
  .old-page .faysList li.on {
    width: 100%;
  }
  .old-page .faysList li {
    border-bottom: 1px solid #eee;
  }
  .old-page .faysList li.on,
  .old-page .faysList li:last-of-type {
    border-bottom: 0;
  }
  .old-page .faysList li .box {
    padding: 0.5rem 0.3rem;
    min-height: unset;
  }
  .old-page .faysList li img {
    width: 1rem;
  }

  .chart-page .chart-main {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 0.3rem;
    flex-direction: column;
    gap: 12px;
  }

  .chart-page .chart-main::-webkit-scrollbar {
    display: none;
  }

  .chart-page .chart-main li {
    min-width: 100%;
    justify-content: flex-start;
    align-items: center;
  }

  .chart-page .chart-main li::before {
    width: 80px;
    height: 80px;
    background-size: 320px auto;
  }

  .chart-page .chart-main li:nth-child(2)::before {
    background-position: -80px 0;
  }

  .chart-page .chart-main li:nth-child(3)::before {
    background-position: -160px 0;
  }

  .chart-page .chart-main li:nth-child(4)::before {
    background-position: -240px 0;
  }

  .chart-page .chart-main li .num {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .chart-page .chart-main li .info {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5;
    left: 80px;
    font-weight: bold;
  }

  .chart-page .chart-main li .info > br {
    display: none;
  }

  .chart-page .layui-tab .layui-tab-title {
    height: 42px;
    overflow-x: auto;
    padding: 0 5px;
  }
  .chart-page .pro-gongneng {
    background-color: #f5f5f5 !important;
    padding-top: 1px;
  }
  .chart-page .pro-gongneng .layui-tab-title {
    border-bottom: 1px solid #e6e6e6 !important;
  }

  .chart-page .pro-gongneng .layui-tab-title li {
    padding: 0 15px;
    margin: 0;
  }

  .chart-page .pro-gongneng .layui-tab-title li .icon-hot {
    position: absolute;
    padding: 0 3px;
    height: 16px;
    line-height: 16px;
    right: -20px;
    opacity: 0.92;
  }

  .chart-page .pro-gongneng .layui-tab-title li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--domColor);
    transform: scale(0);
    transition: all 0.3s ease-in-out;
  }

  .chart-page .pro-gongneng .layui-tab-title li.layui-this {
    color: var(--domColor);
  }

  .chart-page .pro-gongneng .layui-tab-title li.layui-this:before {
    transform: scale(1);
  }

  .chart-page .pro-gongneng .layui-tab-item {
    margin: 0 auto !important;
    padding: 20px;
    width: 100%;
    background-color: transparent;
    box-shadow: none !important;
    box-sizing: border-box;
    flex-direction: column;
  }

  .chart-page .pro-gongneng .layui-tab-item > .layui-row ul li {
    margin: 0 15px 10px 0;
    padding: 0 12px;
  }

  .chart-page .pro-gongneng .layui-tab-item h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .chart-page .pro-gongneng .layui-tab-item p {
    font-size: 16px;
  }

  .chart-page .pro-gongneng .layui-tab-item .img {
    margin: 15px 0;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    max-width: unset;
    min-width: unset;
  }

  .chart-page .pro-gongneng .layui-tab-item .title-img .text {
    float: none;
    width: 100%;
  }

  .chart-page .pro-gongneng .layui-tab-item .text {
    margin-top: 8px;
  }

  .chart-page .pro-gongneng .layui-tab-item .text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .chart-page .pro-gongneng .layui-tab-item .text ul li {
    margin: 0;
    min-width: 40%;
  }

  .chart-page .pro-gongneng .layui-tab-item .title-img .img-right {
    float: none;
  }
  .chart-page .pro-gongneng .layui-tab-content {
    height: unset;
    padding-top: 0;
  }
  .chart-page .pro-gongneng .layui-tab-item .content-left {
    width: 100%;
    margin-right: 0;
  }
  .chart-page .list {
    flex-direction: column;
    padding: 0.3rem;
  }
  .chart-page .list .item {
    width: 100%;
    padding-left: 1rem;
  }
  .chart-page .list .item::before {
    position: absolute;
    margin-bottom: 0;
    top: 0;
    left: 0;
    transform: translateY(0);
  }
  .chart-page .list .item:first-of-type::after {
    display: none;
  }
  .chart-page .list .item:nth-of-type(1n)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;

    transform: translateY(-0.5rem);
    width: 100%;
    height: 1px;
    background: #e6e6e6;
  }
  .chart-page .document-box .document-list {
    margin: 20px 16px 0;
    flex-direction: column;
    gap: 0;
  }
  .chart-page .document-box .document-list .item h6 {
    font-size: 16px;
    line-height: 32px;
  }
  .chart-page .document-box .document-list .item a::before {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    transform: translate(0, 0);
    height: 1px;
    width: 100%;
    background-color: #e6e6e6;
  }
  .chart-page .document-box .document-list .item a {
    padding: 12px;
  }
  .chart-page .document-box .document-list .item::before {
    right: 0;
    width: 30px;
    height: 30px;
  }

  .device-page .programme .left-main {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding-bottom: 20px;
  }
  .device-page .programme {
    display: block;
  }
  .device-page .programme .right {
    height: 260px;
    padding: 0 0.2rem;
    position: relative;
  }
  .device-page .programme .right .content {
    padding: 10px;
    height: 140px;
    width: unset;
    left: 0.2rem;
    right: 0.2rem;
  }
  .device-page .page-title {
    font-size: 16px;
  }
  .device-page .page-info {
    font-size: 12px;
  }
  .device-page .programme .left-main .item .name {
    font-size: 14px;
    white-space: nowrap;
  }
  .device-page .programme .left-main .item {
    padding: 10px 0;
  }

  .device-page .characteristic .item {
    width: 50%;
  }
  .device-page .characteristic .item {
    border-bottom: 1px solid #dbdee1;
  }
  .device-page .characteristic .item {
    border-right: 1px solid #dbdee1 !important;
  }
  .device-page .characteristic .item:nth-of-type(2n) {
    border-right: 0;
  }
  .device-page .characteristic .item:nth-last-of-type(1),
  .device-page .characteristic .item:nth-last-of-type(2) {
    border-bottom: 0;
  }
  .device-page .characteristic .item .icon {
    width: 60px;
  }
  .device-page .characteristic .item .text {
    font-size: 14px;
  }
  .device-page .case-swiper-box .box {
    flex-direction: column;
    align-items: flex-start;
  }
  .device-page .case-swiper-box .box .font {
    width: 100%;
    padding: 0.3rem;
  }
  .device-page .case-swiper-box .box .img {
    width: 100%;
    padding: 0 0.3rem;
  }
  .document-page .desc-box {
    padding: 0 0.3rem;
    row-gap: 0.2rem;
  }
  .document-page .xScroll {
    width: 49%;
    padding: 20px 0;
  }
  .document-page .index_plate1_box .right_pic {
    display: none;
  }
  .document-page .index_plate1_box .left_content {
    width: 100%;
    padding: 0 0.3rem;
  }
  .document-page .index_plate1_box .left_content .list {
    padding: 0.3rem;
    flex-direction: column;
    margin-top: 0.3rem;
  }
  .document-page .index_plate1_box .left_content .list .li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .document-page .index_plate1_box .left_content .list .li .counted {
    font-weight: bold;
    font-size: 0.4rem !important;
  }
  .document-page .index_plate1_box .left_content .list .li p {
    margin: 0;
    margin-left: 0.1rem;
  }
  .document-page .bottom-img-box {
    padding: 0 0.3rem;
  }
  .document-page .bottom-img-box {
    flex-direction: column;
  }
  .document-page .bottom-img-box img {
    width: 100%;
  }

  .map-page .ys-list ul {
    flex-wrap: wrap;
    gap: 0.8rem 0;
    padding: 0 0.3rem 0.3rem;
    justify-content: space-between;
  }
  .map-page .ys-list ul li {
    width: 48%;
  }
  .map-page .gn-list ul li {
    width: 48%;
  }
  .map-page .gn-list ul {
    padding: 0 0.3rem;
  }
  .map-page .gn-list ul li .la {
    flex-direction: column-reverse;
    text-align: center;
    padding: .3rem .2rem;
  }
  .map-page .gn-list ul li .la .info{
    padding: 0;
    width: 100%;
    margin-top: .3rem;
  }
  .map-page .map-case-box{
    padding: 0 .3rem;
  }
  .map-page .map-case-box .case-item{
    width: 49%;
  }
}
