.solve-img1 {
  background-image: url('../image/home3.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  height: 100vh;
  z-index: -1;
  padding-top: 150px;
}

.solvebox {
  max-width: 1000px;
  margin: 0 auto;
}

.so-svg1 {
  text-align: center;
}

.so-z1 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 16px;
}

.so-z2 {
  /* height: 156px; */
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  width: 100%;
  text-align: center;
  margin: 0 auto;

  span {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
  }
}

.so-z3 {
  width: 56px;
  height: 8px;
  background: #0094e1;
  margin: 0 auto;
  margin-top: 24px;
}

.so-svg2 {
  /* position: absolute;
  text-align: center;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 0); */
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  margin-top: 50px;
}

.so-k1 {
  width: 1000px;
  height: 168px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  margin: 0 auto;
  padding-top: 44px;
}

.so-kz1 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}

.so-img-yzs {
  /* width: 1200px; */
  height: calc(100vh - 300px);
  margin: 0 auto;
}

.so-img-yzs1 {
  width: auto;
  height: calc(100vh - 350px);
  margin: 0 auto;
}

/* 单机设备解决方案 */
.dj {
  /* max-width: 1200px; */

  height: calc(100vh - 300px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.dj_left {
  max-width: 190px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgba(226, 230, 234, 0.64);
  margin-right: 10px;
}

.dj_header {
  width: 100%;
  height: 72px;
  background: #0094e1;
  border-radius: 4px 4px 0px 0px;
  padding-top: 6px;
  box-sizing: border-box;
}

.all_equipment {
  height: 17px;
  color: #fff;
  font-size: 16px;
  line-height: 8px;
}

.dj_right {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.djRight_top {
  width: 100%;
  height: 72px;
  line-height: 72px;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 10px;
  text-align: left;
}

.tabswitch {
  font-size: 14px;
  color: #5c6266;
  padding: 0 21px;
}

.tabswitch.layui-show {
  color: #1e9fff;
}

.djRight_bot {
  height: calc(100% - 82px);
  background-color: #fff;
  /* padding-top: 5%;
      padding-bottom: 4%; */
  box-sizing: border-box;
}

.djRight_bot .demo-tab-body {
  height: 100%;
}

.layui-tab .layui-tab-title {
  position: static;
  white-space: normal;
  height: auto;
}

.demo-tab-header .tag.layui-this {
  border-color: rgba(202, 217, 224, 0.64);
  color: #1e9fff;
}

.demo-tab-header .layui-breadcrumb {
  visibility: visible !important;
}

.demo-tab-header .djItemTab {
  color: #5c6266;
  cursor: pointer;
}

.demo-tab-header .djItemTab:nth-child(1) {
  color: #5c6266;
  border-right: 1px solid #cad9e0;
  padding-right: 10px;
}

.demo-tab-header .djItemTab:nth-child(2) {
  padding-left: 10px;
}

.demo-tab-header .djItemTab.layui-this {
  border-color: #cad9e0;
  color: #1e9fff;
}

.demo-tab-Itembody {
  height: 100%;
}

.djItemTabContent {
  height: 100%;
}

.demo-tab-body>div {
  display: none;
}

.demo-tab-Itembody>div {
  display: none;
}

.demo-tab-header {
  padding: 0 21px;
}

.tag {
  max-width: 148px;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid rgba(202, 217, 224, 0.64);
  font-size: 14px;
}

.djItem {
  height: 100%;
}

.djItemtitle {
  font-size: 28px;
  padding: 15px 0px;
  font-weight: bold;
}

.lunboimgItem {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.layui-carousel {
  width: 100%;
  height: 84% !important;
}

.layui-carousel>[carousel-item] {
  position: relative;
  width: 100%;
  height: 102%;
}

.layui-carousel>[carousel-item] .layui-this {
  display: flex;
  justify-content: center;
  align-items: center;
}

.layui-carousel>[carousel-item]>* {
  background-color: #fff;
}

.lunboimg {
  max-width: 400px;
  height: 100%;
  /* max-height: 400px; */
  object-fit: contain;
  padding-left: 10px;
  padding-right: 10px;
}

.mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.isMask {
  display: block;
}

.maskimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
}

/*  */

/* 媒体查询 */

@media screen and (max-width: 1024px) {
  .solve-img1 {
    background-size: auto;
  }
}

@media screen and (max-width: 768px) {
  .tit-z1 {
    font-size: 32px;
    font-weight: bold;
    color: #2e3133;
  }

  .solvebox {
    padding: 0 8px;
  }

  .so-mk {
    width: 110px !important;
  }

  .svg-mk {
    width: 110px !important;
    height: 110px !important;

    img {
      width: 110px !important;
      height: 110px !important;
    }
  }

  .so-mkf1 {
    justify-content: none;
  }

  .tit-mk1 {
    font-size: 16px !important;
  }

  .tit-mk2 {
    line-height: 1 !important;
    margin-top: 12px !important;
    font-size: 13px !important;
  }

  .so-mk {
    width: 110px !important;
    padding-left: 12px !important;

  }

  .so-dczl-dc {
    padding: 0px !important;
  }

  .so-dczl-dc {
    height: auto !important;
  }

  .so-lc1 {
    width: 162px !important;
    margin-right: 10px !important;
    margin-bottom: 29px !important;
  }

  .so-lc2 {
    width: 100% !important;
    height: 100% !important;
  }

  .so-z1 {
    margin-top: 0px !important;
    font-size: 20px !important;
  }

  .tit-lc1 {
    padding-top: 10px !important;
  }

  .tit-lc2 {
    font-size: 14px !important;
    margin-top: 0px !important;
    margin-bottom: 16px !important;
  }

  .tit-lc3 {
    width: 162px !important;
    padding: 0px !important;
    height: auto !important;
  }

  .hx-lc {
    margin-top: 0px !important;
    margin-bottom: 8px !important;
  }

  .so-wdj {
    width: 100% !important;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .so-jsqd {
    flex-direction: column !important;
  }

  .tit-js1 {
    writing-mode: vertical-lr !important;
  }

  .mobile {
    display: flex !important;

    p {
      line-height: 1 !important;
      font-size: 16px !important;
    }
  }

  .hx-js {
    display: none !important;
  }

  .tit-js3 {
    writing-mode: horizontal-tb !important;
    margin-top: 0px !important;
  }

  .so-img-js {
    width: 44px !important;
    height: 44px !important;
    margin: 0px !important;
  }

  .so-img-js2 {
    width: 44px !important;
    height: 44px !important;
    margin: 0px !important;
  }


  .tit-fw1 {
    width: 120px !important;
    height: auto !important;
    line-height: 3 !important;
    font-size: 12px !important;
  }

  .so-fwzc {
    justify-content: space-between !important;
  }

  .so-img-fw1 {
    width: 120px !important;
    height: 120px !important;
  }

  .so-fw1 {
    width: 120px !important;
    height: auto !important;
    margin: 0px !important;
    margin-bottom: 10px !important;
  }

  .so-fw1:nth-child(4) {
    width: 120px !important;


    .so-img-fw1 {
      width: 120px !important;
      height: 120px !important;
    }
  }

  .so-fw1:nth-child(5) {
    .so-img-fw1 {
      width: 120px !important;
      height: 120px !important;
    }
  }

  .so-fw1:nth-child(4) {
    .tit-fw1 {
      width: 120px !important;
    }
  }

  .so-fw1:nth-child(5) {
    .tit-fw1 {
      width: 120px !important;
    }
  }

  .so-z2 {
    text-align: justify;
    display: -webkit-box;
    /* 设置为弹性盒子布局 */
    overflow: hidden;
    /* 隐藏超出部分 */
    -webkit-box-orient: vertical;
    /* 垂直排列子元素 */
    -webkit-line-clamp: 6;
    /* 设置最大行数，这里假设最多显示3行 */
    line-height: 1.5;
    /* 设置行高，根据需要调整 */
    /* max-height: 4.5em; */
    /* 设置最大高度，根据需要调整，这里假设每行高度为1.5em */
  }

  .so-z2::after {
    content: '...';
    /* 显示省略号 */
    position: absolute;
    /* 绝对定位 */
    bottom: 0;
    /* 位于容器底部 */
    right: 0;
    /* 位于容器右侧 */
    padding-left: 5px;
    /* 省略号与文本内容之间的间距，根据需要调整 */
    background-color: white;
    /* 与容器背景色相同，避免省略号被遮挡 */
  }

  .so-z3 {
    margin-top: 20px;
  }

  .solve-img1,
  .solve-img2,
  .solve-img3,
  .solve-img4 {
    background-size: cover !important;
  }

  .soveMethod {
    padding-top: 158px !important;
  }

  .so-img-yzs {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 100px;
  }

  .so-img-yzs1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #tabHeader {
    padding: 0px !important;
  }

  .dj_left {
    max-width: 100px;
  }

  .tag {
    font-size: 12px !important;
  }

  .djItemtitle {
    font-size: 11px !important;
  }

  .maskimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
  }
}