* {
  margin: 0;
  padding: 0;
}
button {
  border: none;
  outline: none;
  font-family: inherit;
}
.more_btn {
  width: fit-content;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.14rem;
  color: #939393;
  line-height: 1.944;
  position: relative;
}
.more_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.05rem);
  transform: translateY(-50%);
  width: 0.09rem;
  height: 0.07rem;
  background: url(../img/brand_icon.png) no-repeat center center;
  background-size: contain;
  transition: left 0.3s ease-in-out;
}
.more_btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.04rem;
  width: 0;
  height: 0.01rem;
  background: #0069DB;
  transition: width 0.3s ease-in-out;
}
.more_btn:hover {
  color: #0069DB;
}
.more_btn:hover::after {
  left: calc(100% + 0.1rem);
  background: url(../img/nav_icon.png) no-repeat center center;
  background-size: contain;
}
.more_btn:hover::before {
  width: 100%;
}
body {
  background: #F4F4F4;
  padding-top: 1.7rem;
}
.back_link {
  display: flex;
  align-items: center;
  column-gap: 0.04rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.14rem;
  color: #5D5D5D;
}
.back_link i {
  width: 0.09rem;
  height: 0.08rem;
  background: url(../img/arrow-left.png) no-repeat center center;
  background-size: cover;
}
.view_head,
.brand_doc_head,
.service_view_head,
.datasheet_view,
.article_view {
  padding: 0.42rem 0 0.7rem;
}
.view_head h2,
.brand_doc_head h2,
.service_view_head h2,
.datasheet_view h2,
.article_view h2 {
  margin-top: 0.42rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.35rem;
  color: #000000;
  line-height: 1.28;
}
.view_head > .main > p,
.brand_doc_head > .main > p,
.service_view_head > .main > p,
.datasheet_view > .main > p,
.article_view > .main > p,
.view_head .view_title p,
.brand_doc_head .view_title p,
.service_view_head .view_title p,
.datasheet_view .view_title p,
.article_view .view_title p {
  margin-top: 0.1rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.2rem;
  color: #000;
  line-height: 1.5;
}
.view_head .view_intro,
.brand_doc_head .view_intro,
.service_view_head .view_intro,
.datasheet_view .view_intro,
.article_view .view_intro {
  margin-top: 0.26rem;
  padding-top: 0.25rem;
  border-top: 0.01rem solid #D0D0D0;
  font-size: 0.2rem;
  color: #000;
  line-height: 1.5;
}
.icon_title {
  margin-top: 0.42rem;
  display: flex;
  align-items: center;
  column-gap: 0.17rem;
}
.icon_title h2 {
  margin: 0;
}
.icon_title i {
  width: 0.61rem;
  height: 0.61rem;
  border-radius: 50%;
  background: #0069DB;
  flex: 0 0 0.61rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_title i img {
  width: 0.34rem;
  height: 0.34rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.icon_title i img.custom-icon {
  filter: none;
}
.param_view {
  padding: 0.7rem 0;
  background: #FFFFFF;
}
.param_view h2 {
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
}
.param_view .param_cards {
  margin-top: 0.49rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.36rem;
}
.param_view .param_cards div {
  min-height: 1.95rem;
  padding: 0.37rem 0.27rem 0.43rem;
  border-radius: 0.1rem;
  background: #FAFAFA;
}
.param_view .param_cards span {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.18rem;
  color: #BCBCBC;
  line-height: 1.6;
}
.param_view .param_cards b {
  display: block;
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.35rem;
  color: #0069DB;
  line-height: 1.57;
}
.param_view .param_cards p {
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.18rem;
  color: #707070;
  line-height: 1.6;
}
.recommend_sec {
  padding: 0.7rem 0 0.84rem;
}
.recommend_sec h2 {
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
}
.recommend_sec .fan_cards {
  margin-top: 0.49rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.62rem;
}
.recommend_sec .fan_card {
  border-radius: 0.1rem;
  border: 0.01rem solid transparent;
  background: #FFFFFF;
  text-align: center;
  position: relative;
}
.recommend_sec .fan_card .fan_img {
  height: 2.7rem;
  border-radius: 0.1rem;
  overflow: hidden;
  background: #E9E9E9;
}
.recommend_sec .fan_card .fan_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.recommend_sec .fan_card .fan_txt {
  padding: 0.25rem 0.2rem 0.42rem;
}
.recommend_sec .fan_card .fan_txt h3 {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.18rem;
  color: #165DAA;
}
.recommend_sec .fan_card .fan_txt p {
  margin-top: 0.09rem;
  font-size: 0.25rem;
  color: #000000;
}
.recommend_sec .fan_card .fan_txt span {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.04rem;
  margin-top: 0.12rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.16rem;
  color: #0069DB;
}
.recommend_sec .fan_card .fan_txt span i {
  width: 0.07rem;
  height: 0.11rem;
  background: url(../img/fan_icon.png) no-repeat center center;
  background-size: cover;
}
.recommend_sec .fan_card .fan_txt a {
  position: absolute;
  left: 50%;
  bottom: -0.23rem;
  transform: translateX(-50%);
  width: fit-content;
  padding: 0.1rem 0.2rem;
  border-radius: 0.22rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.1);
  font-size: 0.16rem;
  color: #939393;
}
.recommend_sec .fan_card:hover {
  border-color: #0069DB;
}
.recommend_sec .fan_card:hover img {
  transform: scale(1.1);
}
.recommend_sec .fan_card:hover a {
  color: #FFFFFF;
  background: #0069DB;
}
.split_sec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 5.1rem;
  background: #FFFFFF;
}
.split_sec .split_left {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  display: flex;
  justify-content: right;
}
.split_sec .split_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}
.split_sec .split_left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}
.split_sec .split_left .split_txt {
  position: relative;
  z-index: 2;
  width: 94%;
  max-width: 8rem;
  padding: 0.7rem 0 0.44rem;
}
.split_sec .split_right {
  width: 94%;
  max-width: 8rem;
  padding: 0.7rem 0 0 1.85rem;
}
.split_sec h2 {
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.35rem;
  line-height: 1.62;
}
.split_sec ul {
  margin-top: 0.35rem;
}
.split_sec li {
  list-style: none;
  margin-bottom: 0.2rem;
  padding-left: 0.36rem;
  position: relative;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.18rem;
  color: inherit;
}
.split_sec li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.03rem;
  width: 0.23rem;
  height: 0.23rem;
  background: url(../img/split_fr.png) no-repeat center center;
  background-size: cover;
}
.split_sec .split_left li::before {
  background: url(../img/split_fl.png) no-repeat center center;
  background-size: cover;
}
.brand_stats {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.brand_stats div {
  min-height: 1.3rem;
  border-radius: 0.1rem;
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.24rem;
}
.brand_stats span {
  width: 100%;
  text-align: center;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.16rem;
  color: #939393;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
.brand_stats b {
  margin-top: 0.1rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.35rem;
  color: #0069DB;
  letter-spacing: 0.02rem;
}
.brand_stats em {
  display: inline-flex;
  margin: 0.06rem 0.04rem 0;
  padding: 0.05rem 0.13rem;
  border-radius: 0.04rem;
  align-items: center;
  background: #BAD6F5;
  font-style: normal;
  font-size: 0.16rem;
  color: #0069DB;
}
.doc_available,
.specialties_sec {
  padding: 0.7rem 0;
  background: #FFFFFF;
}
.doc_available h2,
.specialties_sec h2 {
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
}
.doc_cards {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 0.28rem;
}
.doc_cards .doc_card {
  min-height: 1.6rem;
  padding: 0.25rem 0.22rem 0.2rem;
  border: 0.01rem solid #D0D0D0;
  border-radius: 0.1rem;
  background: #FFFFFF;
}
.doc_cards .doc_card .doc_txt {
  width: 100%;
  position: relative;
  padding-left: 0.62rem;
  padding-bottom: 0.07rem;
  border-bottom: 0.01rem solid #D0D0D0;
  margin-bottom: 0.18rem;
}
.doc_cards .doc_card .doc_txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.03rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #0069DB url(../img/word.png) no-repeat center center;
  background-size: 0.27rem 0.27rem;
}
.doc_cards .doc_card .doc_txt h3 {
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  line-height: 1.6;
}
.doc_cards .doc_card .doc_txt p {
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.16rem;
  color: #939393;
  line-height: 1.625;
}
.doc_cards .doc_card .badge {
  position: absolute;
  right: 0.22rem;
  top: 0.29rem;
  width: fit-content;
  padding: 0.03rem 0.1rem;
  border-radius: 0.14rem;
  background: #D9E8FA;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.12rem;
  color: #0069DB;
  line-height: 1.58;
}
.doc_cards .doc_card a {
  padding: 0.05rem 0;
  border-radius: 0.06rem;
  background: #EFEFEF;
  display: flex;
  align-items: center;
  column-gap: 0.1rem;
  justify-content: center;
  font-size: 0.16rem;
  color: #939393;
}
.doc_cards .doc_card a i {
  width: 0.16rem;
  height: 0.16rem;
  background: url(../img/down.png) no-repeat center center;
  background-size: contain;
}
.doc_cards .doc_card:hover {
  border-color: #0069DB !important;
}
.doc_cards .doc_card:hover a {
  color: #FFFFFF;
  background: #0069DB;
}
.doc_cards .doc_card:hover a i {
  filter: brightness(0) invert(1);
}
.doc_cards.list3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.49rem;
}
.doc_cards.list3 .doc_card {
  padding: 0.25rem 0.22rem 0.26rem;
  border: 0.01rem solid #ffffff;
}
.doc_cards.list3 .doc_card .doc_txt {
  padding-top: 0.6rem;
  padding-left: 0;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0.13rem;
}
.doc_cards.list3 .doc_card .doc_txt::before {
  top: 0;
  width: 0.48rem;
  height: 0.48rem;
}
.specialties_sec {
  padding-bottom: 0.9rem;
  background: #F4F4F4;
}
.specialties_sec .specialty_grid {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.36rem;
}
.specialties_sec .specialty_grid a {
  padding: 0.24rem;
  border-radius: 0.1rem;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: #000000;
  line-height: 1.5;
}
.datasheet_view {
  padding-bottom: 0.87rem;
}
.datasheet_view .doc_search {
  margin-top: 0.2rem;
  position: relative;
}
.datasheet_view .doc_search::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.18rem;
  width: 0.12rem;
  height: 0.12rem;
  background: url(../img/search_icon.png) no-repeat center center;
  background-size: 0.12rem 0.12rem;
}
.datasheet_view .doc_search input {
  width: 100%;
  height: 0.46rem;
  padding-left: 0.3rem;
  border-radius: 0.05rem;
  background: #FFFFFF;
  font-size: 0.14rem;
  color: #000000;
}
.datasheet_view .doc_search input::placeholder {
  color: #5D5D5D;
  opacity: 0.4;
}
.datasheet_view .found_text {
  font-family: Poppins-Light;
  font-weight: 300;
  margin-top: 0.64rem;
  font-size: 0.18rem;
  color: #939393;
}
.benefit_sec,
.process_sec,
.related_sec {
  padding: 0.7rem 0;
}
.benefit_sec h2,
.process_sec h2,
.related_sec h2 {
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
}
.benefit_sec {
  background: #FFFFFF;
  padding-bottom: 0.8rem;
}
.benefit_sec .benefit_grid {
  margin-top: 0.43rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem 0.4rem;
}
.benefit_sec .benefit_grid span {
  position: relative;
  padding-left: 0.27rem;
  font-size: 0.18rem;
  color: #000;
  line-height: 1.555;
}
.benefit_sec .benefit_grid span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.04rem;
  width: 0.21rem;
  height: 0.21rem;
  border-radius: 50%;
  background: url(../img/dui2.png) no-repeat center center;
  background-size: contain;
}
.process_sec .process_grid {
  margin-top: 0.47rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.46rem;
  text-align: center;
}
.process_sec .process_grid b {
  width: 0.69rem;
  height: 0.69rem;
  margin: 0 auto;
  border-radius: 50%;
  background: #0069DB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.3rem;
  color: #FFFFFF;
}
.process_sec .process_grid h3 {
  margin-top: 0.22rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
}
.process_sec .process_grid p {
  width: 100%;
  margin: 0.12rem auto 0;
  font-family: Poppins-Light;
  font-weight: 300;
  text-align: center;
  font-size: 0.18rem;
  color: #000;
  line-height: 1.35;
}
.related_sec {
  background: #FFFFFF;
}
.related_sec .related_grid {
  margin-top: 0.43rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.35rem 0.42rem;
}
.related_sec .case_item {
  min-height: 2.46rem;
  background: #F5F5F5;
  border-radius: 0.15rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.related_sec .case_item .case_txt {
  padding: 0.4rem 0.27rem 0.26rem;
}
.related_sec .case_item span {
  display: inline-flex;
  padding: 0.03rem 0.1rem;
  border-radius: 0.14rem;
  background: #0069DB;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.12rem;
  color: #FFFFFF;
}
.related_sec .case_item h3 {
  margin-top: 0.1rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.22rem;
  color: #000000;
}
.related_sec .case_item p {
  font-family: Poppins-Light;
  font-weight: 300;
  margin-top: 0.08rem;
  font-size: 0.16rem;
  color: #000;
}
.related_sec .case_item .text_more {
  position: absolute;
  bottom: 0.26rem;
}
.related_sec .case_item .case_img {
  width: 2.87rem;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.related_sec .case_item .case_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.related_sec .case_item:hover h3 {
  color: #0069DB;
}
.related_sec .case_item:hover img {
  transform: scale(1.1);
}
.related_sec .case_item:hover .text_more {
  color: #0069DB;
}
.related_sec .case_item:hover .text_more::after {
  left: calc(100% + 0.1rem);
  background: url(../img/nav_icon.png) no-repeat center center;
  background-size: contain;
}
.related_sec .case_item:hover .text_more::before {
  width: 100%;
}
.article_view .filter_bar {
  margin-top: 0.26rem;
  padding-top: 0.26rem;
  border-top: 0.01rem solid #D0D0D0;
}
.article_view .filter_bar span {
  display: block;
  margin-bottom: 0.13rem;
  font-size: 0.2rem;
  color: #000;
}
.article_view .filter_bar div {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.1rem;
  column-gap: 0.1rem;
}
.article_view .filter_bar a {
  padding: 0.06rem 0.16rem;
  border-radius: 0.05rem;
  background: #E6E6E6;
  font-size: 0.16rem;
  color: #939393;
}
.article_view .filter_bar a:hover,
.article_view .filter_bar a.active {
  color: #FFFFFF;
  background: #0069DB;
}
.article_view .found_text {
  margin-top: 0.56rem;
  font-size: 0.2rem;
  color: #939393;
}
.article_view .article_grid {
  margin-top: 0.28rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.35rem 0.29rem;
}
.article_view .article_card {
  min-height: 3.38rem;
  padding: 0.42rem;
  border: 0.01rem solid transparent;
  border-radius: 0.1rem;
  background: #FFFFFF;
}
.article_view .article_card .tags {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.08rem;
  column-gap: 0.1rem;
}
.article_view .article_card em {
  padding: 0.03rem 0.1rem;
  border-radius: 0.14rem;
  background: #D9E8FA;
  font-style: normal;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.12rem;
  color: #0069DB;
  line-height: 1.58;
}
.article_view .article_card h3 {
  margin-top: 0.15rem;
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
}
.article_view .article_card p {
  margin-top: 0.16rem;
  font-size: 0.16rem;
  color: #939393;
  line-height: 1.875;
}
.article_view .article_card .meta {
  margin-top: 0.26rem;
  padding-top: 0.18rem;
  border-top: 0.01rem solid #D0D0D0;
  display: flex;
  column-gap: 0.15rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.14rem;
  color: #939393;
}
.article_view .article_card .meta span {
  display: flex;
  align-items: center;
  column-gap: 0.02rem;
}
.article_view .article_card .meta span i {
  width: 0.15rem;
  height: 0.15rem;
  background: url(../img/user3.png) no-repeat center center;
  background-size: contain;
}
.article_view .article_card .meta span:nth-child(2) i {
  background: url(../img/time3.png) no-repeat center center;
  background-size: contain;
}
.article_view .article_card .meta b {
  margin-left: auto;
  font-weight: 300;
}
.article_view .article_card > i {
  height: 0.35rem;
  margin-top: 0.18rem;
  border-radius: 0.18rem;
  background: #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 0.16rem;
  color: #939393;
}
.article_view .article_card:hover {
  border-color: #0069DB;
}
.article_view .article_card:hover h3 {
  color: #0069DB;
}
.article_view .article_card:hover .meta span i {
  background: url(../img/user4.png) no-repeat center center;
  background-size: contain;
}
.article_view .article_card:hover .meta span:nth-child(2) i {
  background: url(../img/time4.png) no-repeat center center;
  background-size: contain;
}
.article_view .article_card:hover > i {
  color: #FFFFFF;
  background: #0069DB;
}







@media screen and (max-width: 1042px) {
    body {
        padding-top: 90px;
        font-size: 14px;
    }
    .back_link i{
      width: 9px;
      height: 8px;
    }
    .view_head,
    .brand_doc_head,
    .service_view_head,
    .datasheet_view,
    .article_view,
    .param_view,
    .recommend_sec,
    .doc_available,
    .specialties_sec,
    .benefit_sec,
    .process_sec,
    .related_sec {
        padding: 42px 0 50px;
    }

    .view_head h2,
    .brand_doc_head h2,
    .service_view_head h2,
    .datasheet_view h2,
    .article_view h2 {
        font-size: 22px;
        line-height: 1.35;
    }

    .param_view h2,
    .recommend_sec h2,
    .doc_available h2,
    .specialties_sec h2,
    .benefit_sec h2,
    .process_sec h2,
    .related_sec h2,
    .split_sec h2 {
        font-size: 20px;
        line-height: 1.35;
    }
    .recommend_sec .fan_card .fan_txt p,
    .doc_cards .doc_card .doc_txt h3,
    .specialties_sec .specialty_grid a,
    .process_sec .process_grid h3,
    .related_sec .case_item h3,
    .article_view .article_card h3 {
        font-size: 16px;
        line-height: 1.45;
    }

    .doc_cards .doc_card .badge,
    .related_sec .case_item span,
    .article_view .article_card em,
    .article_view .article_card .meta {
        font-size: 12px;
    }

    .param_view .param_cards,
    .recommend_sec .fan_cards,
    .doc_cards,
    .doc_cards.list3,
    .benefit_sec .benefit_grid,
    .process_sec .process_grid,
    .related_sec .related_grid,
    .article_view .article_grid,
    .brand_stats {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .split_sec,
    .related_sec .case_item {
        display: block;
    }

    .split_sec {
        min-height: 0;
    }

    .split_sec .split_left,
    .split_sec .split_right {
        width: 100%;
        max-width: none;
        min-height: auto;
    }

    .recommend_sec .fan_card .fan_img,
    .related_sec .case_item .case_img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }

    .recommend_sec .fan_card .fan_img img,
    .related_sec .case_item .case_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .doc_cards .doc_card,
    .article_view .article_card,
    .related_sec .case_item,
    .param_view .param_cards div,
    .benefit_sec .benefit_grid span {
        min-height: 0;
        border-radius: 8px;
    }

    .article_view .filter_bar {
        display: block;
    }

    .article_view .filter_bar div {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .article_view .filter_bar span,
    .article_view .found_text,
    .datasheet_view .found_text {
        display: block;
        margin-bottom: 12px;
        font-size: 16px;
    }

    .datasheet_view .doc_search input {
        width: 100%;
        min-height: 40px;
        font-size: 14px;
        padding-left: 30px;
    }

    .bread_nav,
    .back_link {
        padding-top: 0;
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 1.5;
    }

    .more_btn,
    .datasheet_view .doc_search button {
        min-height: 40px;
        padding: 8px 14px;
        border-radius: 6px;
        font-size: 14px;
    }

    .view_head > .main,
    .brand_doc_head > .main,
    .service_view_head > .main,
    .datasheet_view > .main,
    .article_view > .main {
        max-width: 100%;
    }
    .icon_title i {
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
    }

    .param_view .param_cards b,
    .brand_stats b {
        font-size: 24px;
        line-height: 1.2;
    }

    .recommend_sec .fan_card {
        display: block;
        padding: 16px;
        border-radius: 8px;
    }
    .recommend_sec .fan_card .fan_txt a {
    font-size: 12px;
    border-radius: 22px;
    padding: 0.1rem 0.3rem;
    }

    .split_sec .split_left,
    .split_sec .split_right {
    padding: 20px;
    }

    .split_sec ul {
        margin-top: 16px;
    }

    .split_sec li + li {
        margin-top: 10px;
    }

    .doc_cards .doc_card {
        display: block;
    }

    .doc_cards .doc_card .doc_icon {
        width: 46px;
        height: 46px;
        margin-bottom: 14px;
    }

    .datasheet_view .doc_search {
        display: block;
        margin-top: 18px;
    }

    .datasheet_view .doc_search button {
        width: 100%;
        margin-top: 10px;
    }

    .article_view .filter_bar {
        padding: 14px;
        border-radius: 8px;
    }

    .article_view .filter_bar a {
        padding: 4px 10px;
        border-radius: 16px;
        font-size: 12px;
    }

    .article_view .article_card .meta {
        flex-wrap: wrap;
        gap: 8px;
    }

    .related_sec .case_item .case_txt,
    .article_view .article_card .article_txt {
        padding-top: 14px;
    }

    /* mobile polish */
      .view_head,
      .brand_doc_head,
      .service_view_head,
      .datasheet_view,
      .article_view {
        padding: 10px 0 48px;
      }
      .param_view h2,
      .recommend_sec h2,
      .doc_available h2,
      .specialties_sec h2,
      .benefit_sec h2,
      .process_sec h2,
      .related_sec h2,
      .split_sec h2 {
        font-size: 22px;
        line-height: 1.3;
      }
      .view_head > .main > p, .brand_doc_head > .main > p, .service_view_head > .main > p, .datasheet_view > .main > p, .article_view > .main > p, .view_head .view_intro, .param_view .param_cards p, .doc_cards .doc_card .doc_txt p, .benefit_sec .benefit_grid span, .process_sec .process_grid p, .related_sec .case_item p, .article_view .article_card p, .split_sec li {
        font-size: 14px;
        line-height: 1.5;
      }
      .param_view,
      .recommend_sec,
      .doc_available,
      .specialties_sec,
      .benefit_sec,
      .process_sec,
      .related_sec {
        padding: 48px 0 56px;
      }
      .param_view .param_cards,
      .brand_stats,
      .process_sec .process_grid,
      .specialties_sec .specialty_grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
      }
      .recommend_sec .fan_cards{
        gap: 36px;
      }
      .doc_cards,
      .doc_cards.list3,
      .specialties_sec .specialty_grid,
      .benefit_sec .benefit_grid,
      .related_sec .related_grid,
      .article_view .article_grid {
        gap: 16px;
      }
      .specialties_sec .specialty_grid{
        text-align: center;
      }
      .param_view .param_cards div,
      .brand_stats div,
      .recommend_sec .fan_card,
      .doc_cards .doc_card,
      .article_view .article_card,
      .related_sec .case_item {
        border: 1px solid #EDF1F5;
      }
      .recommend_sec .fan_card .fan_img,
      .related_sec .case_item .case_img {
        aspect-ratio: 16 / 10;
        border-radius: 8px 8px 0 0;
      }
      .article_view .filter_bar {
        background: #FFFFFF;
        border: 1px solid #EDF1F5;
        box-shadow: 0 8px 20px rgba(20, 46, 78, 0.05);
      }
      .article_view .filter_bar a{
      }
      .icon_title {
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 24px;
      }

      .doc_cards .doc_card .doc_txt{
        padding-bottom: 14px;
        margin-bottom: 14px;
      }
      .datasheet_view .doc_search::before,
      .doc_cards .doc_card .doc_txt::before,
      .benefit_sec .benefit_grid span::before{
        width: 24px;
        height: 24px;
        background-size: 60%;
      }
      .benefit_sec .benefit_grid span::before{
        top: -2px;
      }
      .doc_cards .doc_card a i{
        width: 14px;
        height: 14px;
      }
      .benefit_sec .benefit_grid span{
        padding-left: 27px;
      }


      .view_head > .main > p, 
      .brand_doc_head > .main > p, 
      .service_view_head > .main > p, 
      .datasheet_view > .main > p, 
      .article_view > .main > p, 
      .view_head .view_title p, 
      .brand_doc_head .view_title p, 
      .service_view_head .view_title p, 
      .datasheet_view .view_title p, 
      .article_view .view_title p,
      .param_view .param_cards span,
      .recommend_sec .fan_card .fan_txt h3,
      .recommend_sec .fan_card .fan_txt span,
      .brand_stats span,
      .brand_stats em,
      .doc_cards .doc_card a,
      .service_view_head .view_intro{
        font-size: 12px;
      }
      .article_view .article_card .meta span i{
        width: 10px;
        height: 10px;
        margin-right: 5px;
      }
      .article_view .article_card > i{
        height: auto;
        font-size: 14px;
        padding: 4px;
        border-radius: 20px;
      }
}

@media screen and (max-width: 480px) {
  .param_view .param_cards,
  .brand_stats,
  .process_sec .process_grid {
    grid-template-columns: 1fr;
  }
}







