/* solution.css：行业应用与解决方案页样式 */

.breadcrumb-area {
  background: #fff;
  padding: 14px 0;
  border-bottom: 1px solid #e2e8f0;
  font-size: 13px;
  color: #94a3b8;
}

.breadcrumb-area .wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.breadcrumb-area a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.3s;
  display: inline-flex;
  align-items: center;
}

.breadcrumb-area a:hover {
  color: var(--aok-red);
}

.breadcrumb-area strong {
  color: #334155;
  font-weight: 600;
}

.industry-application-page {
  padding-bottom: max(1.2rem, var(--space));
  overflow: hidden;
}

.industry-application-page .industry-content {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-top: max(0.85rem, 35px);
  margin-bottom: max(0.8rem, 30px);
  position: relative;
}

.industry-application-page .industry-content .pic img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.industry-application-page .industry-content .position-panel {
  position: absolute;
  top: max(0.6rem, 20px);
  left: max(0.6rem, 20px);
  right: max(0.4rem, 20px);
  z-index: 2;
}

.industry-application-page .industry-content .panel {
  width: 70%;
  max-width: 686px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.15), 0px 2px 2px 0px rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  padding-top: max(0.45rem, 20px);
  padding-left: max(0.55rem, 15px);
  padding-right: max(0.9rem, 15px);
  padding-bottom: max(0.62rem, 20px);
}

.industry-application-page .industry-content .panel .panel-title {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: var(--font36);
  color: #ffffff;
  line-height: 1;
  margin-bottom: max(0.38rem, 15px);
}

.industry-application-page .industry-content .panel .panel-desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #ffffff;
  line-height: 1.77777778;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.industry-application-page .industry-content .panel .btn {
  width: 130px;
  height: 32px;
  background: linear-gradient(90deg, #d71418, #e60012, #ff3131);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  margin-top: max(0.37rem, 15px);
}

.industry-application-page .industry-content .panel .btn:hover img {
  margin-left: 5px;
}

.industry-application-page .industry-content .panel .btn .btn-text {
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  transition: var(--duration);
}

.industry-application-page .industry-content .panel .btn img {
  display: block;
  width: 5px;
  margin-left: 11px;
  transition: var(--duration);
  filter: brightness(0) invert(1);
}

.industry-application-page .industry-content .tag-list {
  margin-top: 1.9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 11px;
  column-gap: 10px;
  max-width: 620px;
  width: 70%;
  margin-left: auto;
}

.industry-application-page .industry-content .tag-list .tag {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 19px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #ffffff;
  padding: 7px;
  text-align: center;
  overflow-wrap: break-word;
}

.industry-application-page .industry-section {
  margin-bottom: max(0.72rem, 30px);
}

.industry-application-page .industry-section:last-of-type {
  margin-bottom: 0;
}

.industry-application-page .industry-section:last-of-type .section-main {
  border-bottom: none;
  padding-bottom: 0;
}

.industry-application-page .industry-section .section-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: max(0.75rem, 30px);
}

.industry-application-page .industry-section .section-top .top-title {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: var(--font36);
  color: #333333;
  white-space: nowrap;
  margin-right: 20px;
  line-height: 1;
}

.industry-application-page .industry-section .section-top .top-other {
  width: 62.36979167%;
  flex-shrink: 0;
}

.industry-application-page .industry-section .section-top .top-other .other-text {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.77777778;
}

.industry-application-page .industry-section .section-top .top-other .more-btn {
  margin-top: max(0.23rem, 15px);
}

.industry-application-page .industry-section .section-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: max(0.8rem, 30px);
  border-bottom: var(--border);
}

.industry-application-page .industry-section .section-main .list {
  width: 28.64583333%;
  flex-shrink: 0;
}

.industry-application-page .industry-section .section-main .list .item:first-child .link {
  border-top: var(--border);
}

.industry-application-page .industry-section .section-main .list .item.active .link .icon .default, .industry-application-page .industry-section .section-main .list .item:hover .link .icon .default {
  display: none;
}

.industry-application-page .industry-section .section-main .list .item.active .link .icon .hover, .industry-application-page .industry-section .section-main .list .item:hover .link .icon .hover {
  display: block;
}

.industry-application-page .industry-section .section-main .list .item.active .link .link-text, .industry-application-page .industry-section .section-main .list .item:hover .link .link-text {
  color: #f82127;
}

.industry-application-page .industry-section .section-main .list .item .link {
  display: flex;
  align-items: center;
  padding-left: max(0.14rem, 10px);
  padding-right: max(0.14rem, 10px);
  padding-top: max(0.24rem, 10px);
  padding-bottom: max(0.24rem, 10px);
  border-bottom: var(--border);
}

.industry-application-page .industry-section .section-main .list .item .link .icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: max(0.2rem, 10px);
}

.industry-application-page .industry-section .section-main .list .item .link .icon img {
  width: 6px;
}

.industry-application-page .industry-section .section-main .list .item .link .icon .default {
  display: block;
}

.industry-application-page .industry-section .section-main .list .item .link .icon .hover {
  display: none;
}

.industry-application-page .industry-section .section-main .list .item .link .link-text {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font22);
  color: #333333;
  transition: var(--duration);
}

.industry-application-page .industry-section .section-main .pic {
  width: 62.36979167%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}

.industry-application-page .industry-section .section-main .pic:hover img {
  transform: scale(1.05);
}

.industry-application-page .industry-section .section-main .pic img {
  display: block;
  width: 100%;
  height: auto;
  transition: var(--duration);
}

.industry-application-page .industry-fixed {
  position: fixed;
  left: max(0.24rem, 10px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 67;
  display: none;
  transition: var(--duration);
}

.industry-application-page .industry-fixed .progress {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: calc(100% + 20px);
  background: rgba(204, 204, 204, 0.5);
  border-radius: 2px;
  overflow: hidden;
  transform: translateY(-50%);
}

.industry-application-page .industry-fixed .progress .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20%;
  background-color: #e70012;
  border-radius: 2px;
  transition: var(--duration);
}

.industry-application-page .industry-fixed .list {
  padding-left: 16px;
}

.industry-application-page .industry-fixed .list .item {
  display: block;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: var(--font18);
  color: #333333;
  margin-bottom: max(0.24rem, 15px);
  line-height: 1;
  transition: var(--duration);
  user-select: none;
  cursor: pointer;
}

.industry-application-page .industry-fixed .list .item:last-child {
  margin-bottom: 0;
}

.industry-application-page .industry-fixed .list .item.active {
  color: #f72027;
}

.industry-cate-page .industry-cate-content {
  padding-top: max(0.8rem, 35px);
  padding-bottom: max(0.99rem, 35px);
}

.industry-cate-page .max-panel {
  display: block;
  overflow: hidden;
  margin-bottom: max(0.69rem, 30px);
}

.industry-cate-page .max-panel:hover img {
  transform: scale(1.05);
}

.industry-cate-page .max-panel img {
  display: block;
  width: 100%;
  height: auto;
  transition: var(--duration);
}

.industry-cate-page .cate-list-area .title-area {
  text-align: center;
}

.industry-cate-page .cate-list-area .title-area .sub-title {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
}

.industry-cate-page .cate-list-area .list {
  display: grid;
  row-gap: max(0.75rem, 25px);
  column-gap: max(0.3rem, 15px);
}

.industry-cate-page .cate-list-area .list .item .pic {
  display: block;
  width: 100%;
  overflow: hidden;
}

.industry-cate-page .cate-list-area .list .item .pic .pic-box {
  display: block;
  position: relative;
  overflow: hidden;
}

.industry-cate-page .cate-list-area .list .item .pic .pic-box::after {
  content: "";
  display: block;
}

.industry-cate-page .cate-list-area .list .item .pic .pic-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 96%;
  max-height: 96%;
  object-fit: contain;
  object-position: center center;
  transform: translate(-50%, -50%);
  transition: var(--duration);
  mix-blend-mode: multiply;
}

.industry-cate-page .cate-list-area .list .item .text .cate-name {
  line-height: 1.55555556;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.industry-cate-page .cate-list-area .list .item .text .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font14);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.industry-cate-page .cate-list-area .list .item .text .desc:empty {
  display: none;
}

.industry-cate-page .cate-list-area .list .item .text .more {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
}

.industry-cate-page .cate-list-area .list .item .text .more .more-text {
  font-weight: 300;
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
  transition: var(--duration);
}

.industry-cate-page .cate-list-area .list .item .text .more .more-icon {
  display: flex;
  align-items: center;
  margin-left: 11px;
}

.industry-cate-page .cate-list-area .list .item .text .more .more-icon img {
  width: 5px;
}

.industry-cate-page .cate-list-area .list .item .text .more .more-icon .hover {
  display: none;
}

.industry-cate-page .cate-list-area .list .item:hover .pic .pic-box img {
  transform: translate(-50%, -50%) scale(1.05);
}

.industry-cate-page .cate-list-area .list .item:hover .text .desc {
  color: #e60012;
}

.industry-cate-page .cate-list-area .list .item:hover .text .more .more-text {
  color: #e60012;
}

.industry-cate-page .cate-list-area .list .item:hover .text .more .more-icon .hover {
  display: block;
}

.industry-cate-page .cate-list-area .list .item:hover .text .more .more-icon .default {
  display: none;
}

#filter-target {
  scroll-margin-top: 100px;
}

.aok-solution-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.aok-solution-filter .filter-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-main, #1e293b);
  margin-right: 5px;
}

.aok-solution-filter .filter-tag {
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.industry-cate-page .industry-swiper-area .title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.industry-cate-page .industry-swiper-area .title-line .title {
  font-family: Source Han Sans CN;
  line-height: 1;
}

.industry-cate-page .industry-swiper-area .swiper-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1616px;
  margin-left: auto;
  margin-right: auto;
  width: 86%;
  margin-top: max(0.61rem, 30px);
}

.industry-cate-page .industry-swiper-area .swiper-container .arrow {
  margin-top: 1.33rem;
  user-select: none;
  cursor: pointer;
}

.industry-cate-page .industry-swiper-area .swiper-container .arrow img {
  width: 10px;
}

.industry-cate-page .industry-swiper-area .swiper-container .arrow .default {
  display: block;
}

.industry-cate-page .industry-swiper-area .swiper-container .arrow .hover {
  display: none;
}

.industry-cate-page .industry-swiper-area .swiper-container .arrow:hover .default {
  display: none;
}

.industry-cate-page .industry-swiper-area .swiper-container .arrow:hover .hover {
  display: block;
}

.industry-cate-page .industry-swiper-area .industry-swiper {
  width: 95.04950495%;
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide {
  box-sizing: border-box;
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f8fafc;
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-pic::after {
  content: "";
  display: block;
  padding-bottom: 52%;
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: var(--duration, 0.45s);
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-text {
  margin-top: 0;
  padding: 18px 20px 22px;
  box-sizing: border-box;
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-text .slide-title {
  font-size: var(--font18);
  line-height: 1.45;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-text .slide-desc {
  margin-top: max(0.15rem, 8px);
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font14);
  color: #64748b;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-text .more-btn {
  width: 112px;
  height: 32px;
  border-radius: 6px;
  margin-top: max(0.22rem, 12px);
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #475569;
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-text .more-btn .more-icon {
  height: 10px;
  margin-left: 11px;
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-text .more-btn .more-text,
.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-text .more-btn .more-text::after {
  color: #475569;
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide:hover .slide-pic img {
  transform: scale(1.04);
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide:hover {
  transform: translateY(-4px);
  border-color: rgba(230, 0, 18, 0.24);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide:hover .slide-text .slide-title {
  color: var(--theme);
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide:hover .slide-text .more-btn {
  background: #e60012;
  border-color: #e60012;
  color: #fff;
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide:hover .slide-text .more-btn .more-text,
.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide:hover .slide-text .more-btn .more-text::after {
  color: #fff;
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-pagination {
  display: none;
}

.industry-detail-page .streamer {
  background-color: #000;
  margin-top: var(--header-height);
}

.industry-detail-page .streamer .streamer-wrap {
  display: flex;
  align-items: center;
  height: 56px;
}

.aok-section-header {
  margin-bottom: 16px;
  text-align: left;
}

.aok-section-header .zh {
  font-weight: 700;
  margin: 0;
}

.aok-section-header .en {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 2px;
}

.input-article {
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 2;
  color: #333333;
}

.industry-detail-page .input-article p,
.industry-detail-page .input-article span,
.industry-detail-page .input-article a,
.industry-detail-page .input-article div {
  max-width: 100%;
  overflow-wrap: break-word;
}

.industry-detail-page .input-article img,
.industry-detail-page .input-article video {
  max-width: 100%;
  vertical-align: top;
}

.industry-detail-page .input-article {
  margin-top: 30px !important;
  max-width: 100% !important;
  padding-left: 15px !important;
  margin-left: 0 !important;
  color: #334155;
}

.solution-core-block {
  background: #ffffff !important;
  padding: 40px 0 42px !important;
}

.solution-core-block .input-article img {
  max-width: 100% !important;
  border-radius: 8px;
  margin: 25px 0;
}

.solution-core-block .details-area {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #f1f5f9;
}

.cases-dark-block {
  background: var(--aok-dark) !important;
  padding: 100px 0 !important;
}

.cases-dark-block .zh {
  color: #ffffff !important;
}

.cases-dark-block .app-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 25px !important;
  margin-top: 40px;
}

.cases-dark-block .app-card {
  background: #262c35 !important;
  border-radius: 8px !important;
  overflow: hidden;
  display: flex !important;
  text-decoration: none !important;
  transition: 0.3s;
  border: 1px solid rgba(255,255,255,0.05);
}

.cases-dark-block .app-card:hover {
  transform: translateY(-5px);
}

.cases-dark-block .app-card .pic {
  width: 40% !important;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.cases-dark-block .app-card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cases-dark-block .app-card .info {
  width: 60% !important;
  padding: 25px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cases-dark-block .app-card .title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 10px;
}

.cases-dark-block .app-card .desc {
  font-size: 14px !important;
  color: #64748b !important;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cases-dark-block .more-btn {
  color: #fff !important;
  padding: 7px 18px !important;
  font-weight: 700;
  width: fit-content;
  margin-top: 15px;
}

.products-light-block {
  background: #fff !important;
  padding: 42px 0 56px !important;
  border-top: 1px solid var(--border-soft, #e2e8f0);
}

.products-light-block .aok-grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.products-light-block .aok-pro-card {
  background: var(--surface-white, #fff);
  border-radius: var(--radius-card, 8px);
  overflow: hidden;
  text-decoration: none;
  border: 1px solid var(--border-light, #edf2f7);
  box-shadow: var(--shadow-card, 0 2px 12px rgba(15, 23, 42, 0.04));
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.products-light-block .aok-pro-card:hover {
  box-shadow: var(--shadow-card-hover, 0 10px 28px rgba(15, 23, 42, 0.08));
  transform: translateY(-3px);
}

.products-light-block .aok-img-box {
  width: 100%;
  aspect-ratio: 4/3;
  padding: 0 !important;
  overflow: hidden;
  background: var(--surface-page, #f8fafc);
}

.products-light-block .aok-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  transition: 0.6s;
}

.products-light-block .aok-info {
  padding: 16px;
}

.products-light-block .aok-name {
  font-size: 15px;
  font-weight: 800;
  color: var(--text-header, #0f172a);
  margin-bottom: 10px;
}

.products-light-block .aok-metric {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px dashed #cbd5e1;
  font-size: 12px;
  color: var(--text-muted);
}

.products-light-block .aok-metric:last-child {
  border-bottom: none;
}

.products-light-block .val {
  font-weight: 800;
  color: var(--text-header, #0f172a);
}

@media (max-width: 1200px) {
  .industry-application-page .industry-fixed {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .cases-dark-block .app-grid, .products-light-block .aok-grid-4col {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .industry-detail-page .streamer .other {
    display: none;
  }
}

@media (max-width: 992px) {
  .industry-application-page .industry-section .section-top {
    flex-wrap: wrap;
  }

  .industry-application-page .industry-section .section-top .top-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .industry-application-page .industry-section .section-top .top-other {
    width: 100%;
  }

  .industry-application-page .industry-section .section-main {
    flex-wrap: wrap;
    border-bottom: none;
  }

  .industry-application-page .industry-section .section-main .list {
    width: 100%;
  }

  .industry-application-page .industry-section .section-main .pic {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }

  .industry-application-page .industry-content .panel {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .industry-application-page .industry-content .tag-list {
    align-items: start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .industry-cate-page .cate-list-area .list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .industry-cate-page .cate-list-area .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-cate-page .industry-swiper-area .swiper-container .arrow {
    display: none;
  }

  .industry-cate-page .industry-swiper-area .industry-swiper .swiper-pagination {
    display: block;
    position: static;
    margin-top: 20px;
  }

  .industry-cate-page .industry-swiper-area .industry-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
  }

  .industry-detail-page .streamer .streamer-wrap .common-page-breadcrumb {
    display: flex;
  }

  .solution-core-block, .products-light-block {
    padding: 40px 0 !important;
  }

  .cases-dark-block {
    padding: 50px 0 !important;
  }

  .streamer-wrap {
    padding: 10px 15px;
  }

  .common-page-breadcrumb .bread-list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
  }

  .common-page-breadcrumb .bread-list::-webkit-scrollbar {
    display: none;
  }

  .cases-dark-block .app-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .cases-dark-block .app-card {
    flex-direction: column !important;
  }

  .cases-dark-block .app-card .pic {
    width: 100% !important;
    aspect-ratio: 16/9;
  }

  .cases-dark-block .app-card .info {
    width: 100% !important;
    padding: 20px !important;
  }

  .cases-dark-block .app-card .title {
    font-size: 16px !important;
  }

  .products-light-block .aok-grid-4col {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px;
  }

  .industry-detail-page .input-article {
    font-size: 15px;
    padding-left: 0 !important;
  }

  .industry-detail-page .input-article img {
    margin: 15px 0;
    border-radius: 4px;
  }
}

@media (max-width: 576px) {
  .industry-application-page .industry-content .panel {
    width: 100%;
  }

  .industry-application-page .industry-content .panel .panel-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .industry-application-page .industry-content .panel .panel-desc {
    line-height: 1.5;
  }

  .industry-application-page .industry-content .tag-list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-cate-page .cate-list-area .title-area .title {
    font-size: 18px;
  }

  .industry-cate-page .cate-list-area .list {
    grid-template-columns: 1fr;
  }

  .industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-text .slide-desc {
    height: auto;
  }

  .industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-text .more-btn {
    display: none;
  }
}

@media (max-width: 480px) {
  .products-light-block .aok-grid-4col {
    grid-template-columns: 1fr !important;
  }

  .aok-section-header .zh {
    font-size: 20px;
  }

  .solution-core-block .details-area {
    margin-top: 22px;
    padding-top: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.solution-materials-card {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 4px;
}

.solution-materials-card .materials-card-label {
  font-size: 13px;
  font-weight: 700;
  color: #94a3b8;
  white-space: nowrap;
  padding-top: 3px;
}

.solution-materials-card .materials-card-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.solution-materials-card .material-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.solution-materials-card .material-cat-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--aok-blue);
  text-decoration: none;
  padding: 2px 10px;
  background: #eef2ff;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: 0.3s;
}

.solution-materials-card .material-cat-link:hover {
  border-color: var(--aok-blue);
}

.solution-materials-card .material-pro-tag {
  font-size: 13px;
  text-decoration: none;
  padding: 2px 10px;
  border: 1px solid #fda4af;
  border-radius: 4px;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .solution-materials-card .material-cat-link {
    font-size: 13px;
  }

  .solution-materials-card .material-pro-tag {
    font-size: 12px;
  }
}

.solution-core-block .fw-global-tags-area {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 30px 0 8px;
  padding-top: 18px;
  background: transparent;
  border-top: 1px solid #e2e8f0;
}

.solution-core-block .fw-global-tags-area .tags-label {
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 28px;
  color: #94a3b8;
  font-weight: 700;
  white-space: nowrap;
}

.solution-core-block .fw-global-tags-area .tags-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px;
  margin: 0;
}

.solution-core-block .fw-global-tags-area .fw-tag-item {
  display: inline-flex;
  align-items: center;
  max-width: 18em;
  min-height: 28px;
  padding: 2px 10px;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #64748b;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: var(--duration);
}

.solution-core-block .fw-global-tags-area a.fw-tag-item:hover,
.solution-core-block .fw-global-tags-area a.fw-tag-item:focus-visible {
  outline: none;
}

@media (max-width: 576px) {
  .solution-core-block .fw-global-tags-area {
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
    padding-top: 16px;
  }

  .solution-core-block .fw-global-tags-area .tags-label {
    line-height: 1.4;
  }
}

.industry-application-page .industry-section .section-top .top-title,
.industry-cate-page .cate-list-area .title-area .title,
.industry-cate-page .industry-swiper-area .title-line .title {
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
}

.industry-application-page .industry-section .section-top .top-other .other-text,
.industry-cate-page .cate-list-area .title-area .sub-title {
  color: #475569;
  font-size: 16px;
  line-height: 1.8;
}

.industry-application-page .industry-section .section-main .list .item.active .link .link-text,
.industry-application-page .industry-section .section-main .list .item:hover .link .link-text,
.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide:hover .slide-text .slide-title {
  color: #2E3192;
}

.aok-section-header {
  border-left: 1px solid #d8e0ee;
  padding-left: 16px;
}

.aok-section-header .zh {
  color: #172033;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.35;
}

.aok-section-header .en {
  color: #64748b;
  letter-spacing: 0.02em;
}

.cases-dark-block .app-card:hover {
  border-color: rgba(46, 49, 146, 0.7);
}

.cases-dark-block .more-btn {
  background: #2E3192 !important;
  border-radius: 6px !important;
  font-size: 14px;
}

.products-light-block .aok-pro-card:hover {
  border-color: rgba(46, 49, 146, 0.28);
}

.products-light-block .aok-pro-card:hover .val {
  color: #2E3192;
}

.solution-materials-card .material-pro-tag {
  color: #475569;
  background: #f8fafc;
  border-color: #e2e8f0;
}

.solution-materials-card .material-pro-tag:hover {
  background-color: #2E3192;
  border-color: #2E3192;
  color: #fff;
}

.industry-application-page .industry-content .panel .btn .btn-text,
.industry-application-page .industry-section .section-top .top-other .more-btn .link-text,
.industry-cate-page .cate-list-area .list .item .text .more .more-text,
.industry-cate-page .industry-swiper-area .title-line .more-btn .link-text,
.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-text .more-btn .more-text,
.cases-dark-block .more-btn {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

.industry-application-page .industry-section .section-top .top-title,
.industry-cate-page .cate-list-area .title-area .title,
.industry-cate-page .industry-swiper-area .title-line .title,
.aok-section-header .zh {
  color: #e60012;
}

.industry-application-page .industry-section .section-main .list .item.active .link .link-text,
.industry-application-page .industry-section .section-main .list .item:hover .link .link-text,
.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide:hover .slide-text .slide-title,
.industry-cate-page .cate-list-area .list .item .text .cate-name,
.industry-cate-page .cate-list-area .list .item:hover .text .cate-name,
.industry-cate-page .cate-list-area .list .item:hover .text .more .more-text {
  color: #e60012;
}

.solution-core-block .fw-global-tags-area a.fw-tag-item:hover,
.solution-core-block .fw-global-tags-area a.fw-tag-item:focus-visible {
  color: #e60012;
  border-color: #fda4af;
  background: #fff1f2;
}

.industry-application-page .industry-content .panel .btn,
.industry-application-page .industry-section .section-top .top-other .more-btn,
.industry-cate-page .industry-swiper-area .title-line .more-btn,
.cases-dark-block .more-btn,
.aok-solution-filter .filter-tag.active,
.solution-materials-card .material-pro-tag:hover {
  background: #e60012 !important;
  background-color: #e60012 !important;
}

.industry-application-page .industry-content .panel .btn .btn-text,
.industry-application-page .industry-section .section-top .top-other .more-btn .link-text,
.industry-cate-page .cate-list-area .list .item .text .more .more-text,
.industry-cate-page .industry-swiper-area .title-line .more-btn .link-text,
.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-text .more-btn .more-text,
.cases-dark-block .more-btn,
.aok-solution-filter .filter-tag {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.industry-application-page .industry-content .panel .btn img,
.industry-application-page .industry-section .section-top .top-other .more-btn img,
.industry-cate-page .cate-list-area .list .item .text .more .more-icon,
.industry-cate-page .industry-swiper-area .title-line .more-btn img,
.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-text .more-btn .more-icon {
  display: none !important;
}

.industry-application-page .industry-content .panel .btn .btn-text::after,
.industry-application-page .industry-section .section-top .top-other .more-btn .link-text::after,
.industry-cate-page .cate-list-area .list .item .text .more .more-text::after,
.industry-cate-page .industry-swiper-area .title-line .more-btn .link-text::after,
.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-text .more-btn .more-text::after,
.cases-dark-block .more-btn::after {
  content: " →";
  font-weight: 500;
}

.industry-application-page .industry-content .panel .btn .btn-text,
.industry-application-page .industry-content .panel .btn .btn-text::after,
.industry-application-page .industry-section .section-top .top-other .more-btn .link-text,
.industry-application-page .industry-section .section-top .top-other .more-btn .link-text::after,
.industry-cate-page .industry-swiper-area .title-line .more-btn .link-text,
.industry-cate-page .industry-swiper-area .title-line .more-btn .link-text::after,
.cases-dark-block .more-btn,
.cases-dark-block .more-btn::after,
.solution-materials-card .material-pro-tag:hover {
  color: #fff !important;
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-text .more-btn:hover {
  background: #e60012;
  background-color: #e60012;
  border-color: #e60012;
}

.common-tab-area {
  background: #fff;
  border-bottom: none;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.common-tab-area .tab-list {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #edf2f7;
}

.common-tab-area .tab-list .tab-item {
  font-size: 15px;
  font-weight: 600;
}

.common-tab-area .tab-list .tab-item.active {
  color: #e60012;
  background: #fff7f8;
}

.industry-cate-page .max-panel {
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.industry-cate-page .cate-list-area .title-area .title {
  color: #172033 !important;
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 800;
  line-height: 1.35;
}

.industry-cate-page .cate-list-area .title-area .title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 16px auto 0;
  background: #e60012;
  border-radius: 2px;
}

.industry-cate-page .cate-list-area .title-area .sub-title {
  margin-top: 14px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.8;
}

.aok-solution-filter {
  justify-content: center;
  margin-top: 26px;
  margin-bottom: 34px;
}

.aok-solution-filter .filter-tag {
  border-radius: 6px;
  padding: 7px 18px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569;
}

.aok-solution-filter .filter-tag:hover {
  color: #e60012;
  border-color: #fda4af;
  background: #fff7f8;
}

.aok-solution-filter .filter-tag.active {
  background: #e60012 !important;
  border-color: #e60012;
  color: #fff;
  box-shadow: 0 8px 18px rgba(230, 0, 18, 0.16);
}

.industry-cate-page .cate-list-area .list {
  margin-top: 34px;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-bottom: 56px;
  border-bottom: none;
}

.industry-cate-page .cate-list-area .list .item {
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.industry-cate-page .cate-list-area .list .item:hover {
  transform: translateY(-4px);
  border-color: rgba(230, 0, 18, 0.24);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.industry-cate-page .cate-list-area .list .item .pic {
  padding: 0;
  border: none;
  border-radius: 0;
}

.industry-cate-page .cate-list-area .list .item .pic .pic-box {
  border-radius: 0;
  background: #f8fafc;
}

.industry-cate-page .cate-list-area .list .item .pic .pic-box::after {
  padding-bottom: 62%;
}

.industry-cate-page .cate-list-area .list .item .text {
  padding: 18px 20px 22px;
}

.industry-cate-page .cate-list-area .list .item .text .cate-name {
  margin-top: 0;
  color: #172033 !important;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
}

.industry-cate-page .cate-list-area .list .item:hover .text .cate-name {
  color: #e60012 !important;
}

.industry-cate-page .cate-list-area .list .item .text .desc {
  margin-top: 8px;
  color: #64748b;
  text-align: left;
  line-height: 1.7;
  -webkit-line-clamp: 2;
}

.industry-cate-page .cate-list-area .list .item .text .more-btn {
  margin-top: 16px;
  width: auto;
  min-width: 112px;
  height: 34px;
  border-radius: 6px !important;
}

.industry-cate-page .cate-list-area .list .item .text .more-btn .more-text {
  color: inherit !important;
}

.industry-cate-page .industry-swiper-area {
  background: #f8fafc;
  padding: 64px 0 72px;
  margin-top: 0;
}

.industry-cate-page .industry-swiper-area .title-line .title {
  color: #172033 !important;
  font-size: clamp(26px, 2vw, 34px);
  font-weight: 800;
}

.industry-cate-page .industry-swiper-area .title-line .more-btn {
  width: auto;
  min-width: 118px;
  height: 36px;
  border-radius: 6px !important;
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-pic {
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #eef2f7;
  box-shadow: none;
}

.industry-cate-page .industry-swiper-area .industry-swiper .swiper-slide .slide-text .slide-title {
  color: #172033;
  font-weight: 800;
}

@media (max-width: 992px) {
  .industry-cate-page .cate-list-area .list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .industry-cate-page .cate-list-area .list {
    grid-template-columns: 1fr;
  }

  .aok-solution-filter {
    justify-content: flex-start;
  }

  .industry-cate-page .industry-swiper-area {
    padding: 42px 0 48px;
  }
}

.industry-cate-page .cate-list-area .list .item .text .more-btn {
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #475569;
}

.industry-cate-page .cate-list-area .list .item .text .more-btn .more-text,
.industry-cate-page .cate-list-area .list .item .text .more-btn .more-text::after {
  color: #475569;
}

.industry-cate-page .cate-list-area .list .item .text .more-btn .more-icon {
  display: none;
}

.industry-cate-page .cate-list-area .list .item:hover .text .more-btn {
  background: #e60012;
  border-color: #e60012;
  color: #fff;
}

.industry-cate-page .cate-list-area .list .item:hover .text .more-btn .more-text,
.industry-cate-page .cate-list-area .list .item:hover .text .more-btn .more-text::after {
  color: #fff;
}
