body {
  background: #f6f6f6;
}

.solution-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: .4rem;
  color: #777;
  text-align: center;
  background: #f8f8f8;
}

.solution-nav,
.solution-links,
.solution-contact-body {
  display: block;
  padding: .15rem .3rem .3rem;
}

.solution-nav a,
.solution-links a {
  display: block;
  padding: .14rem 0;
  color: #555;
  font-size: .16rem;
  border-bottom: 1px solid #eee;
}

.solution-nav a:last-child,
.solution-links a:last-child {
  border-bottom: 0;
}

.solution-nav a.active,
.solution-nav a:hover,
.solution-links a.active,
.solution-links a:hover {
  color: #00ade8;
}

.solution-contact-body {
  color: #666;
  font-size: .15rem;
  line-height: 1.9;
}

.solution-contact-body p,
.solution-contact-body a {
  display: block;
  margin: 0;
  color: inherit;
}

.solution-contact-name {
  margin-bottom: .08rem !important;
  color: #333 !important;
  font-size: .18rem;
  font-weight: 700;
}

.solution-detail .solution-tabs {
  display: flex;
  gap: .12rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid #e4e4e4;
}

.solution-tabs a {
  padding: .11rem .2rem;
  color: #666;
  background: #f2f3f4;
  border-radius: .05rem;
  font-size: .16rem;
}

.solution-tabs a.active,
.solution-tabs a:hover {
  color: #fff;
  background: #00ade8;
}

.solution-detail-section h1 {
  margin: .3rem 0 .18rem;
  color: #333;
  font-size: .32rem;
}

.solution-summary {
  color: #666;
  font-size: .16rem;
  line-height: 2;
}

.solution-cover {
  display: block;
  width: 100%;
  max-height: 4rem;
  margin: .25rem 0;
  object-fit: cover;
}

.solution-content {
  color: #555;
  font-size: .16rem;
  line-height: 2;
}

.solution-content img {
  max-width: 100%;
  height: auto;
}

.solution-back {
  display: inline-flex;
  align-items: center;
  gap: .08rem;
  margin-top: .35rem;
  padding: .1rem .2rem;
  color: #fff;
  background: #00ade8;
  border-radius: .2rem;
}

@media (max-width: 1024px) {
  .solution-wrap { padding-top: .5rem; }
  .page-shell { width: auto; padding: .4rem .25rem .6rem; }
  .solution-main { width: 100%; }
  .solution-sidebar { display: none; }
}

@media (max-width: 640px) {
  .title-row { align-items: flex-start; gap: .2rem; flex-direction: column; }
  .search-form { width: 100%; }
  .search-form input { width: 100%; }
  .case-grid, .product-grid { grid-template-columns: repeat(2, 1fr); gap: .16rem; }
  .case-image, .product-image { height: 1.6rem; }
  .case-name, .product-name { padding: 0 .1rem; font-size: .14rem; }
}

.solution-wrap{
    padding-top: 1rem;
}

.solution-bread {
  margin-top: 1rem;
}

.solution-list-wrap {
  padding-top: 0;
}

.solution-list-wrap .page-shell {
  padding-top: 0.25rem;
}

.page-shell {
  display: flex;
  gap: 0.2rem;
  width: 14rem;
  padding: 0.8rem 0 1.2rem;
  margin: 0 auto;
  align-items: start;
}

.solution-main {
  background: #fff;
  padding: 0.5rem 0.41rem 0.6rem;
  width: 10.45rem;
}

.title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-row h1 {
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: bold;
  font-size: 0.32rem;
  color: #333333;
}

.search-form {
  display: flex;
  width: 2.5rem;
  height: 0.4rem;
  border: 1px solid #d3d3d3;
  border-radius: 0.04rem;
  overflow: hidden;
  justify-content: space-between;
  padding-right: 0.14rem;
}
.search-form input {
  width: 2.06rem;
  border: 0;
  outline: 0;
  padding: 0 0.12rem;
  color: #333;
  font: inherit;
  font-size: 0.16rem;
}
.search-form input::placeholder {
  color: #b9b9b9;
}
.search-form button {
  width: 0.18rem;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.search-form button img {
  width: 0.18rem;
  height: 0.18rem;
}

.intro p {
  margin-top: 0.26rem;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.35rem;
}
.case-section {
  border-top: 1px solid #dcdcdc;
  margin-top: 0.45rem;
  padding-top: 0.3rem;
}
.case-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.32rem;
}
.case-card,
.product-card {
  border: 1px solid #e9e9e9;
  overflow: hidden;
  background: #fff;
}
.case-card,
.product-card {
  display: block;
}
.case-image-wrap,
.product-image-wrap {
  overflow: hidden;
}
.case-image {
  display: block;
  width: 100%;
  height: 2.12rem;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.case-name {
  display: block;
  height: 0.6rem;
  padding: 0 0.2rem;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  line-height: 0.6rem;
  font-size: 0.18rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-card:hover .case-image {
  transform: scale(1.04);
}
.case-card:hover .case-name {
  color: #00a9e0;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.05rem;
  color: #aaa;
  font-size: 0.16rem;
  margin-top: 0.27rem;
}
.pagination a,
.pagination input {
  display: grid;
  place-items: center;
  height: 0.3rem;
  width: 0.3rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9a9a9a;
}

.pagination a > img {
  width: 0.07rem;
  height: 0.13rem;
}

.pagination a.next > img {
  transform: rotate(180deg);
}
.pagination a:hover,
.pagination a.active {
  border-color: #00ade8;
  color: #fff;
  background: #00ade8;
}
.pagination a:hover img {
  filter: brightness(0) invert(1);
}

.pagination a.disabled {
  color: #d3d3d3;
  font-size: 0.23rem;
}
.pagination span {
  line-height: 1;
}
.pagination .goto-label {
  margin-left: 0.08rem;
}
.pagination input {
  width: 0.45rem;
  outline: 0;
  color: #666;
}

.product-section {
  margin-top: 0.6rem;
}
.product-section h2 {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.2rem;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
}
.product-grid {
  margin-top: 0.2rem;
  row-gap: 0.19rem;
}
.product-image {
  display: block;
  width: 100%;
  height: 2.12rem;
  background: #e9e9e9;
  transition: transform 0.25s ease;
}
.product-name {
  display: block;
  height: 0.6rem;
  padding: 0 0.15rem;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.6rem;
}
.product-card:hover .product-image {
  transform: scale(1.04);
}
.product-card:hover .product-name {
  color: #00a9e0;
}

.solution-sidebar {
  width: 3.35rem;
  gap: 0.24rem;
}
.side-box {
  overflow: hidden;
  border-radius: 0.05rem;
  background: #fff;
}
.side-box h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.6rem;
  padding: 0 0.3rem;
  color: #fff;
  background: #08abe0;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #ffffff;
}
.side-box h2 img {
  width: 0.09rem;
  height: 0.14rem;
}

.category-list {
  padding: 0.06rem 0.3rem 0.35rem;
}
.category-list a {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  color: #333;
  font-size: 0.18rem;
  padding-bottom: 0.1rem;
  margin-top: 0.1rem;
}
.category-list a:hover,
.category-list a.selected {
  color: #00ade8;
}

.contact-box {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.qr-placeholder {
  width: 1.97rem;
  height: 1.97rem;
  margin: 0.25rem auto 0;
  background: #eee;
}
.qr-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
}
.qr-note {
  margin-top: 0.06rem;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
}
address {
  padding: 0.2rem 0.28rem 0;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  font-style: normal;
}
address p {
  padding: 0.1rem 0;
  border-top: 1px solid #e6e6e6;
}

address > p:first-child {
  letter-spacing: -0.8px;
}

address p:last-child {
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 1440px) {
  html {
    font-size: calc(100vw / 14);
  }
}

@media (max-width: 820px) {
  html {
    font-size: 70px;
  }
  body {
    min-width: 0;
  }
  .page-shell {
    display: block;
    width: auto;
    margin: 0.24rem;
  }
  .solution-main {
    padding: 0.3rem;
  }
  .solution-sidebar {
    grid-template-columns: 1fr;
    margin-top: 0.24rem;
  }
}

@media (max-width: 560px) {
  html {
    font-size: 64px;
  }
  .page-shell {
    margin: 0.12rem;
  }
  .solution-main {
    padding: 0.24rem;
  }
  .title-row {
    align-items: flex-start;
    gap: 0.2rem;
    flex-direction: column;
  }
  .search-form {
    width: 100%;
  }
  .search-form input {
    flex: 1;
  }
  .case-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.16rem;
  }
  .case-image,
  .product-image {
    height: 1.25rem;
  }
  .case-name,
  .product-name {
    padding: 0 0.1rem;
    font-size: 0.14rem;
  }
}

/* Solution detail */
.detail-shell {
  display: flex;
  gap: 0.2rem;
  width: 14rem;
  margin: 0.5rem auto 1.2rem;
  align-items: start;
}
.solution-detail-main {
  width: 10.45rem;
  padding: 0.2rem 0.4rem 0.5rem;
  background: #fff;
}
.detail-tabs {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
      position: sticky;
    top: 0;
    background: #fff;
    padding-top: 0.3rem;
}
.detail-tabs a {
  width: 1.24rem;
  height: 0.4rem;
  margin-right: 0.15rem;
  border-radius: 0.1rem 0.1rem 0rem 0rem;
  background: #ececec;
  color: #777;
  text-align: center;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-tabs a.active {
  color: #fff;
  background: #08abe0;
}
.detail-overview {
  padding-top: 0.6rem;
}
.detail-overview h1 {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #dcdcdc;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: bold;
  font-size: 0.32rem;
  color: #333333;
}
.detail-overview p {
  margin-top: 0.08rem;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.35rem;
}

.detail-richText {
  margin-top: 0.2rem;
}

.detail-richText img {
  display: block;
  max-width: 100%;
  width: revert-layer;
  margin: 0.08rem auto 0;
}
.detail-content-section {
  margin-top: 0.6rem;
  scroll-margin-top: 0.18rem;
}
.detail-content-section h2 {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #dcdcdc;
  font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.24rem;
color: #333333;
}
.detail-case-grid {
  margin-top: 0.2rem;
}
.advantages {
  margin-top: 0.6rem;
}
.advantage-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 2.26rem;
  margin-top: 0.34rem;
  background: #f1f1f1;
}

.advantage-item + .advantage-item {
  margin-top: 0.2rem;
}

.advantage-image-wrap {
  overflow: hidden;
}
.advantage-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.advantage-item:hover .advantage-image-wrap img {
  transform: scale(1.04);
}
.advantage-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.2rem 0.4rem;
}
.advantage-copy strong {
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
  color: #9a9ca0;
}
.advantage-copy h3 {
  margin: 0.06rem 0 0;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
}
.advantage-copy p {
  margin: 0.1rem 0 0;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #6b6b6b;
  line-height: 0.21rem;
}
.back-list {
  float: right;
  margin-top: 0.25rem;
  color: #fff;
  width: 1.2rem;
  height: 0.4rem;
  background: linear-gradient(140deg, #0085cc 0%, #1da3eb 100%);
  border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
}
.back-list img {
  width: 0.14rem;
  height: 0.05rem;
  transition: all 0.6s;
}

.back-list:hover img {
  transform: translateX(0.05rem);
}

.detail-sidebar {
  display: grid;
  min-width: 0;
  gap: 0.2rem;
  width: 3.35rem;
}
.detail-side-box {
  min-width: 0;
  padding: 0.3rem;
  background: #fff;
}
.detail-side-box h2 {
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #e6e6e6;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  position: relative;
}
.detail-side-box h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.01rem;
  width: 0.4rem;
  height: 0.02rem;
  background: #00ade8;
}

.detail-side-list {
  min-width: 0;
  padding-top: 0.2rem;
}
.detail-side-list a {
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding-left: 0.16rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  position: relative;
  margin-bottom: 0.2rem;
}
.detail-side-list a:last-child{
    margin-bottom: 0;
}


.detail-side-list a::before {
  content: "";
  position: absolute;
  left: 0.01rem;
  top: 50%;
  transform: translateY(-50%);
  border-top: 0.06rem solid transparent;
  border-bottom: 0.06rem solid transparent;
  border-left: 0.065rem solid #777;
}
.detail-side-list a:hover {
  color: #00a9e0;
}
.detail-side-list a:hover::before {
  border-left-color: #00a9e0;
}

.detail-nav{
    display: flex;
    justify-content: space-between;
}
.detail-nav a{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    line-height: 0.6rem;
    font-size: 0.18rem;
    color: #333;
}

.detail-nav a:hover {
    color: #00ADE8;
}

@media (max-width: 820px) {
  .detail-shell {
    display: block;
    width: auto;
    margin: 0.24rem;
  }
  .solution-detail-main {
    padding: 0.3rem;
  }
  .detail-sidebar {
    margin-top: 0.24rem;
  }
}
@media (max-width: 560px) {
  .detail-shell {
    margin: 0.12rem;
  }
  .solution-detail-main {
    padding: 0.24rem;
  }
  .detail-tabs {
    height: auto;
    flex-wrap: wrap;
    gap: 0.08rem;
    padding-bottom: 0.1rem;
  }
  .detail-tabs a {
    margin: 0;
  }
  .detail-hero-image {
    height: 2rem;
  }
  .advantage-item,
  .advantage-item.reverse {
    grid-template-columns: 1fr;
  }
  .advantage-item.reverse .advantage-copy {
    order: 2;
  }
}
