.custom-dev {
  position: relative;
  background-color: #2582f1;
  color: white;
  z-index: 500;
  overflow: hidden;
  padding: 0 0.1rem;
  border-radius: 0.19rem;
}

.custom-dev .topic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0.4rem;
}

.custom-dev .topic .title {
  display: flex;
  align-items: center;
  font-size: 0.27rem;
}

.custom-dev .topic .title::before {
  content: '';
  display: block;
  width: 0.288rem;
  height: 0.192rem;
  margin-right: 0.192rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/home_dot_left@2x.png');
}

.custom-dev .topic .title::after {
  content: '';
  display: block;
  width: 0.288rem;
  height: 0.192rem;
  margin-left: 0.192rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/home_dot_right@2x.png');
}

.custom-dev .topic .divider {
  margin: 0.1rem 0;
  border-radius: 0.0384rem;
  border: 1px white solid;
  background-color: white;
  width: 0.8448rem;
  height: 0.04rem;
}

.custom-dev .topic .desc {
  color: #ffffffdd;
  font-size: 0.1536rem;
}

.custom-dev .cus-cards {
  display: grid;
  padding: 0.192rem 0;
  margin-right: 3px;
  gap: var(--list-gap);
  grid-template-columns: repeat(var(--custom-dev-cols), 1fr);
}

.custom-dev .cus-cards .cus-card {
  display: flex;
  padding: 0.1rem 0.3rem;
  min-height: 1.344rem;
  box-sizing: border-box;
  border-radius: 0.1536rem;
  transition: all 0.2s;
  cursor: pointer;
}

.custom-dev .cus-cards .cus-card:hover {
  transform: translate3d(3px, -3px, 10px);
  box-shadow: 1px 1px 20px 0 #ffffff;
}

.custom-dev .cus-cards .cus-card .sc {
  display: flex;
  will-change: transform;
}

.custom-dev .cus-cards .cus-card .sc:hover {
  transform: scale(1.15);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform-style: preserve-3d;
  transition: transform 0.15s ease;
}

.custom-dev .cus-cards .cus-card .sc .icon {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
  border-radius: 0.2rem;
}

.custom-dev .cus-cards .cus-card .sc .right {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-left: 0.1152rem;
}

.custom-dev .cus-cards .cus-card .sc .right .title {
  font-size: 0.192rem;
  line-height: 0.4rem;
}

.custom-dev .cus-cards .cus-card .sc .right .desc {
  font-size: 0.1172rem;
  line-height: 0.192rem;
  letter-spacing: 0.01rem;
  word-break: break-all;
}

.cus-cases {
  padding-bottom: 0.384rem;
}

.cus-cases .sub-title {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 0.14rem;
  color: #808080;
  margin-top: 0.192rem;
  margin-bottom: 0.29rem;
}

.cus-cases .cus-cards {
  display: grid;
  gap: var(--list-gap);
  grid-template-columns: repeat(var(--custom-cases-cols), 1fr);
}

.cus-cases .cus-cards .cus-card {
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
  box-shadow: 2px 2px 5px #ededed;
  transition: all 0.2s;
  cursor: pointer;
}

.cus-cases .cus-cards .cus-card:hover {
  transform: translate3d(3px, -3px, 10px);
  background-color: #2589FF;
  box-shadow: 1px 4px 10px #2589FF66;
}

.cus-cases .cus-cards .cus-card:hover .info-wrapper .title,
.cus-cases .cus-cards .cus-card:hover .info-wrapper .desc {
  color: white;
}

.cus-cases .cus-cards .cus-card .pic {
  display: block;
  width: 100%;
  object-fit: cover;
}

.cus-cases .cus-cards .cus-card .info-wrapper {
  padding: 0.13rem 0.169rem;
}

.cus-cases .cus-cards .cus-card .info-wrapper .title {
  font-size: 0.159rem;
  color: #1B1B1B;
  margin-top: 0.0576rem;
  position: relative;
  display: flex;
  font-weight: bold;
  align-items: center;
}

.cus-cases .cus-cards .cus-card .info-wrapper .title .line-1 {
  line-height: 0.288rem;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cus-cases .cus-cards .cus-card .info-wrapper .title .icon-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cus-cases .cus-cards .cus-card .info-wrapper .title .icon-more img {
  display: block;
  width: 0.159rem;
  height: 0.159rem;
}

.cus-cases .cus-cards .cus-card .info-wrapper .desc {
  color: #808080;
  font-size: 0.12rem;
  margin-top: 0.1152rem;
  margin-bottom: 0.1rem;
  line-height: 0.192rem;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
}

.cus-company {
  background-image: url('https://web-xiaoguo.oss-cn-shanghai.aliyuncs.com/upload/images/img/home_hzhb_bk@2x.png');
  background-size: auto 6.06rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  height: 6.06rem;
  margin: 0 auto;
  padding-top: 1px;
}

.cus-company .sub-title {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 0.14rem;
  color: #808080;
  margin: 0.192rem 0.24rem 0.09rem;
}

.cus-company .brands {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.cus-company .brands .scroll-box {
  overflow: hidden;
  width: 90%;
  min-width: 0;
  color: white;
  font-size: 18px;
  text-align: center;
}

.cus-company .brands .scroll-box .line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cus-company .brands .scroll-box .line .icon {
  width: 1.728rem;
  height: 0.6528rem;
  margin: 0.18rem 0.0768rem;
  transition: all 0.3s;
}

.cus-company .brands .scroll-box .line .icon:hover {
  transform: scale(1.2);
}

.scroll-box-inner {
  display: flex;
  min-width: 0;
}

.scroll-box-inner > .line {
  flex-shrink: 0;
}

.cus-about {
  background-image: url('https://web-xiaoguo.oss-cn-shanghai.aliyuncs.com/upload/images/img/home_gyqzm_bk@2x.png');
  background-position: center;
  background-repeat: round;
  background-color: white;
  height: 6.912rem;
  margin: 0 auto;
}

.cus-about .card-wrapper .cu-card {
  margin-top: 0.192rem;
  border-radius: 0.1rem;
  background-color: #ffffffdd;
  padding-bottom: 1px;
}

.cus-about .card-wrapper .cu-card .sticky-icon {
  width: 1.4784rem;
  height: 0.72rem;
  margin-left: 0.7rem;
  margin-bottom: 0.25rem;
}

.cus-about .card-wrapper .cu-card .title {
  display: block;
  font-size: 0.18rem;
  color: #1B1B1B;
  line-height: 0.361rem;
}

.cus-about .card-wrapper .cu-card .title p {
  margin-bottom: 0;
}

.cus-about .card-wrapper .cu-card .btn-more {
  margin: 0.47rem auto;
}

.cus-news .tabs {
  display: flex;
  align-items: center;
  width: 2.79rem;
  height: 0.34rem;
  background: white;
  border: 1px #2589ff solid;
  border-radius: 0.192rem;
  margin: 0.3072rem auto 0.2112rem;
  overflow: hidden;
  cursor: pointer;
}

.cus-news .tabs .tab {
  flex: 1;
  height: 100%;
  font-size: 0.14rem;
  color: #1B1B1B;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.cus-news .tabs .tab.active {
  background: #2589FF;
  color: white;
}

.cus-news .sub-title {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 0.14rem;
  color: #808080;
  margin-top: 0.192rem;
  margin-bottom: 0.29rem;
}

.cus-news .cus-cards {
  display: grid;
  gap: var(--list-gap);
  grid-template-columns: repeat(var(--custom-news-cols), 1fr);
}

.cus-news .cus-cards .cus-card {
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 2px 2px 5px #ededed;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
}

.cus-news .cus-cards .cus-card:hover {
  transform: scale3d(1.02, 1.02, 1.02);
  box-shadow: 1px 4px 10px #2589FF;
  background-color: #2589FF;
}

.cus-news .cus-cards .cus-card:hover .pic {
  height: 0;
}

.cus-news .cus-cards .cus-card:hover .info-wrapper .title {
  color: white;
}

.cus-news .cus-cards .cus-card:hover .info-wrapper .title.line-1 {
  line-height: 0.288rem;
  display: block;
  overflow: visible;
  white-space: normal;
}

.cus-news .cus-cards .cus-card:hover .info-wrapper .desc {
  color: white;
  max-height: 1.92rem;
  border-top: 1px white solid;
  padding-top: 0.1689rem;
}

.cus-news .cus-cards .cus-card:hover .info-wrapper .desc.line-2 {
  -webkit-line-clamp: 5;
}

.cus-news .cus-cards .cus-card:hover .info-wrapper .time-bar {
  border-top: 1px transparent solid;
}

.cus-news .cus-cards .cus-card:hover .info-wrapper .time-bar .time {
  color: white;
}

.cus-news .cus-cards .cus-card:hover .info-wrapper .time-bar .icon-more {
  display: flex;
}

.cus-news .cus-cards .cus-card .pic {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 0.1s;
}

.cus-news .cus-cards .cus-card .info-wrapper {
  padding: 0.13rem 0.169rem;
  margin-bottom: 0.2rem;
}

.cus-news .cus-cards .cus-card .info-wrapper .title {
  font-size: 0.159rem;
  color: #1B1B1B;
  margin-top: 0.0576rem;
  line-height: 0.192rem;
  font-weight: bold;
}

.cus-news .cus-cards .cus-card .info-wrapper .title.line-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}

.cus-news .cus-cards .cus-card .info-wrapper .desc {
  color: #808080;
  font-size: 0.121rem;
  margin-top: 0.1152rem;
  margin-bottom: 0.1rem;
  line-height: 0.192rem;
  max-height: 0.384rem;
}

.cus-news .cus-cards .cus-card .info-wrapper .desc.line-2 {
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
}

.cus-news .cus-cards .cus-card .info-wrapper .time-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px #ededed solid;
  padding-top: 0.0384rem;
  margin-top: 0.1rem;
}

.cus-news .cus-cards .cus-card .info-wrapper .time-bar .time {
  font-size: 0.121rem;
  color: #808080;
  line-height: 0.171rem;
}

.cus-news .cus-cards .cus-card .info-wrapper .time-bar .icon-more {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.cus-news .cus-cards .cus-card .info-wrapper .time-bar .icon-more img {
  display: block;
  width: 0.159rem;
  height: 0.159rem;
}

@media screen and (min-width: 521px) {
  .custom-dev {
    width: var(--xl-cw);
    margin: -2.6rem auto 0;
  }

  .cus-about {
    background-size: auto 6.912rem;
    padding-top: 1px;
  }

  .cus-about .card-wrapper {
    width: var(--xl-cw);
    margin: 0 auto;
  }

  .cus-about .card-wrapper .cu-card .title {
    margin: 0.192rem 0.779rem -0.5rem;
  }

  .cus-cases {
    width: var(--xl-cw);
    margin: 0 auto;
  }

  .cus-news {
    width: var(--xl-cw);
    padding-bottom: 0.384rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 520px) {
  .custom-dev {
    margin: 0 0.24rem 0;
    width: auto;
  }

  .custom-dev .topic .title {
    font-size: 0.2rem;
  }

  .custom-dev .topic .title::before {
    width: 0.2rem;
    height: 0.192rem;
    margin-right: 0.192rem;
  }

  .custom-dev .topic .title::after {
    width: 0.2rem;
    height: 0.192rem;
    margin-left: 0.192rem;
  }

  .custom-dev .topic .divider {
    width: 0.6rem;
    height: 0.02rem;
  }

  .custom-dev .topic .desc {
    font-size: 0.16rem;
  }

  .custom-dev .cus-cards .cus-card .sc .right .desc {
    font-size: 0.1452rem;
    text-align: justify;
    word-break: normal;
  }

  .cus-cases {
    margin: 0 0.24rem;
    width: auto;
  }

  .cus-cases .sub-title {
    font-size: 0.16rem;
    line-height: 1.5;
  }

  .cus-cases .cus-cards .cus-card .info-wrapper .desc {
    font-size: 0.1452rem;
    line-height: 0.235rem;
  }

  .cus-company .sub-title {
    line-height: 1.5;
    font-size: 0.16rem;
  }

  .cus-about {
    padding: 0.1rem 0;
    height: auto;
  }

  .cus-about .card-wrapper {
    margin: 0 0.24rem;
  }

  .cus-about .card-wrapper .cu-card .sticky-icon {
    margin-left: 0.3rem;
    margin-bottom: 0.25rem;
  }

  .cus-about .card-wrapper .cu-card .title {
    font-size: 0.16rem;
    margin-top: 0.05rem;
    line-height: 1.8;
    padding: 0 0.25rem;
  }

  .cus-about .card-wrapper .cu-card .btn-more {
    margin: 0.2rem auto;
  }

  .cus-news {
    padding-bottom: 0.001rem;
    margin: 0 0.24rem;
    width: auto;
  }

  .cus-news .cus-cards .cus-card .info-wrapper .desc {
    font-size: 0.1452rem;
    line-height: 0.235rem;
    max-height: 0.47rem;
  }

  .cus-news .cus-cards .cus-card .info-wrapper .time-bar {
    padding-top: 0.04rem;
  }
}
