@charset "UTF-8";
@font-face {
  font-family: 'Poppins-Light';
  font-style: normal;
  font-display: swap;
  src: url(./fonts/Poppins-Light.ttf) format("truetype");
}
.Poppins-Light {
  font-family: 'Poppins-Light';
}

@font-face {
  font-family: 'Poppins-Medium';
  font-style: normal;
  font-display: swap;
  /*src: url(./fonts/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');*/
  src: url(./fonts/Poppins-Medium.ttf) format("truetype");
}
.Poppins-Medium {
  font-family: 'Poppins-Medium';
}

@font-face {
  font-family: 'Poppins-Regular';
  font-style: normal;
  font-display: swap;
  src: url(./fonts/Poppins-Regular.ttf) format("truetype");
}
.Poppins-Regular {
  font-family: 'Poppins-Regular';
}

@font-face {
  font-family: 'Poppins-SemiBold';
  font-style: normal;
  font-display: swap;
  src: url(./fonts/Poppins-SemiBold.ttf) format("truetype");
}
.Poppins-SemiBold {
  font-family: 'Poppins-SemiBold';
}

@font-face {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-display: swap;
  src: url(./fonts/Poppins-Bold.ttf) format("truetype");
}
.Poppins-Bold {
  font-family: 'Poppins-Bold';
}

/* 苹方-简 极细体 */
@font-face {
  font-family: 'PingFangSC-Ultralight-ttf';
  font-display: swap;
  font-style: normal;
  src: url("./fonts/PingFangSC-Ultralight.ttf") format("truetype");
}
.PingFangSC-Ultralight {
  font-family: 'PingFangSC-Ultralight-ttf';
}

/* 苹方-简 纤细体 */
@font-face {
  font-family: 'PingFangSC-Thin-ttf';
  font-display: swap;
  font-style: normal;
  src: url("./fonts/PingFangSC-Thin.ttf") format("truetype");
}
.PingFangSC-Thin {
  font-family: 'PingFangSC-Thin-ttf';
}

/* 苹方-简 细体 */
@font-face {
  font-family: 'PingFangSC-Light-ttf';
  font-display: swap;
  font-style: normal;
  src: url("./fonts/PingFangSC-Light.ttf") format("truetype");
}
.PingFangSC-Light {
  font-family: 'PingFangSC-Light-ttf';
}

/* 苹方-简 常规体 */
@font-face {
  font-family: 'PingFangSC-Regular-ttf';
  font-display: swap;
  font-style: normal;
  src: url("./fonts/PingFangSC-Regular.ttf") format("truetype");
}
.PingFangSC-Regular {
  font-family: 'PingFangSC-Regular-ttf';
}

/* 苹方-简 中黑体 */
@font-face {
  font-family: 'PingFangSC-Medium-ttf';
  font-display: swap;
  font-style: normal;
  src: url("./fonts/PingFangSC-Medium.ttf") format("truetype");
}
.PingFangSC-Medium {
  font-family: 'PingFangSC-Medium-ttf';
}

/* 苹方-简 中粗体 */
@font-face {
  font-family: 'PingFangSC-Semibold-ttf';
  font-display: swap;
  font-style: normal;
  src: url("./fonts/PingFangSC-Semibold.ttf") format("truetype");
}
.PingFangSC-Semibold {
  font-family: 'PingFangSC-Semibold-ttf';
}

:root {
  --bs-nav-link-color:#60b655;
  --bs-theme-color:#60b655;
  --bs-link-color:#000;
  --bs-link-hover-color: #71ca58;
  --bs-border-color:#cacaca;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  --bs-body-font-family:"Poppins-Regular",'Poppins-Medium',"PingFangSC-Regular-ttf",'PingFangSC-Medium-ttf',"Microsoft YaHei",Arial,sans-serif!important;
}

body {
  overflow-x: hidden;
  font-family: 'Poppins-Regular';
}

.swiper-button-next, .swiper-button-prev {
  background: none !important;
  width: auto !important;
  height: auto !important;
}

.hover-pic {
  border-radius: unset;
}

.ca {
  text-transform: capitalize;
}

.up {
  text-transform: uppercase;
}

.cc br {
  height: 0;
  display: inline;
  width: 100%;
  line-height: 14px;
}
.cc p {
  margin-bottom: 5px;
  line-height: 29px;
}

.cc tbody, .cc td, .cc tfoot, .cc th, .cc thead, .cc tr {
  border-width: 1px;
  word-break: keep-all;
}

.cc ol, .cc ul {
  padding-left: 2rem;
  max-width: 100% !important;
}
.cc dl, .cc ol, .cc ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cc .h1, .cc .h2, .cc .h3, .cc .h4, .cc .h5, .cc .h6, .cc h1, .cc h2, .cc h3, .cc h4, .cc h5, .cc h6 {
  font-weight: revert;
}

.cc li {
  list-style: inherit;
}

.pagelist {
  text-align: center;
}

.hangneikuai {
  display: inline-block;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .wap_line2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .wap_line3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .wap_line1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inner .cc img {
  max-width: 100% !important;
  max-height: inherit !important;
  height: auto !important;
}

.clear {
  content: "";
  clear: both;
  overflow: hidden;
}

.block, .b {
  display: block;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

body {
  /*font-family: KaiTi;*/
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.pagination {
  display: block;
  text-align: center;
}

.pagination a,
.pagination span {
  border: 1px solid #cecece;
  color: #cecece;
  line-height: 33px;
  padding: 0px 10px;
  border-radius: 3px;
  display: inline-block;
}

.pagination a {
  color: #999;
}

.hidden {
  display: none !important;
}

.hangneikuai {
  display: inline-block;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}
.container2 {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  content: '';
  clear: both;
  max-width: 100%;
}

@media (min-width: 1450px) and (max-width: 1600px) {
  .container2 {
    width: 90%;
  }
}
@media (max-width: 1450px) {
  .container2 {
    width: 1170px;
    margin: 0 auto;
  }
}
.cc iframe,
.cc video {
  width: 100% !important;
  max-height: 600px !important;
}

.cc p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .container2 {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cc iframe,
  .cc video {
    width: 100% !important;
    max-height: 400px !important;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
  }
}
.hover-pic {
  overflow: hidden;
}
.hover-pic:hover img {
  transform: scale(1.05);
}
.hover-pic img {
  transition: .5s;
}

.fsz10 {
  font-size: 10px;
}

.fsz11 {
  font-size: 11px;
}

.fsz12 {
  font-size: 12px;
}

.fsz13 {
  font-size: 13px;
}

.fsz14 {
  font-size: 14px;
}

.fsz15 {
  font-size: 15px;
}

.fsz16 {
  font-size: 16px;
}

.fsz17 {
  font-size: 17px;
}

.fsz18 {
  font-size: 18px;
}

.fsz19 {
  font-size: 19px;
}

.fsz20 {
  font-size: 20px;
}

.fsz21 {
  font-size: 21px;
}

.fsz22 {
  font-size: 22px;
}

.fsz23 {
  font-size: 23px;
}

.fsz24 {
  font-size: 24px;
}

.fsz25 {
  font-size: 25px;
}

.fsz26 {
  font-size: 26px;
}

.fsz27 {
  font-size: 27px;
}

.fsz28 {
  font-size: 28px;
}

.fsz29 {
  font-size: 29px;
}

.fsz30 {
  font-size: 30px;
}

.fsz31 {
  font-size: 31px;
}

.fsz32 {
  font-size: 32px;
}

.fsz33 {
  font-size: 33px;
}

.fsz34 {
  font-size: 34px;
}

.fsz35 {
  font-size: 35px;
}

.fsz36 {
  font-size: 36px;
}

.fsz37 {
  font-size: 37px;
}

.fsz38 {
  font-size: 38px;
}

.fsz39 {
  font-size: 39px;
}

.fsz40 {
  font-size: 40px;
}

.fsz41 {
  font-size: 41px;
}

.fsz42 {
  font-size: 42px;
}

.fsz43 {
  font-size: 43px;
}

.fsz44 {
  font-size: 44px;
}

.fsz45 {
  font-size: 45px;
}

.fsz46 {
  font-size: 46px;
}

.fsz47 {
  font-size: 47px;
}

.fsz48 {
  font-size: 48px;
}

@media (max-width: 1600px) {
  .fsz10 {
    font-size: 9.5px;
  }

  .fsz11 {
    font-size: 10.45px;
  }

  .fsz12 {
    font-size: 11.4px;
  }

  .fsz13 {
    font-size: 12.35px;
  }

  .fsz14 {
    font-size: 13.3px;
  }

  .fsz15 {
    font-size: 14.25px;
  }

  .fsz16 {
    font-size: 15.2px;
  }

  .fsz17 {
    font-size: 16.15px;
  }

  .fsz18 {
    font-size: 17.1px;
  }

  .fsz19 {
    font-size: 18.05px;
  }

  .fsz20 {
    font-size: 19px;
  }

  .fsz21 {
    font-size: 19.95px;
  }

  .fsz22 {
    font-size: 20.9px;
  }

  .fsz23 {
    font-size: 21.85px;
  }

  .fsz24 {
    font-size: 22.8px;
  }

  .fsz25 {
    font-size: 23.75px;
  }

  .fsz26 {
    font-size: 24.7px;
  }

  .fsz27 {
    font-size: 25.65px;
  }

  .fsz28 {
    font-size: 26.6px;
  }

  .fsz29 {
    font-size: 27.55px;
  }

  .fsz30 {
    font-size: 28.5px;
  }

  .fsz31 {
    font-size: 29.45px;
  }

  .fsz32 {
    font-size: 30.4px;
  }

  .fsz33 {
    font-size: 31.35px;
  }

  .fsz34 {
    font-size: 32.3px;
  }

  .fsz35 {
    font-size: 33.25px;
  }

  .fsz36 {
    font-size: 34.2px;
  }

  .fsz37 {
    font-size: 35.15px;
  }

  .fsz38 {
    font-size: 36.1px;
  }

  .fsz39 {
    font-size: 37.05px;
  }

  .fsz40 {
    font-size: 38px;
  }

  .fsz41 {
    font-size: 38.95px;
  }

  .fsz42 {
    font-size: 39.9px;
  }

  .fsz43 {
    font-size: 40.85px;
  }

  .fsz44 {
    font-size: 41.8px;
  }

  .fsz45 {
    font-size: 42.75px;
  }

  .fsz46 {
    font-size: 43.7px;
  }

  .fsz47 {
    font-size: 44.65px;
  }

  .fsz48 {
    font-size: 45.6px;
  }
}
@media (max-width: 1450px) {
  .fsz10 {
    font-size: 9.3px;
  }

  .fsz11 {
    font-size: 10.23px;
  }

  .fsz12 {
    font-size: 11.16px;
  }

  .fsz13 {
    font-size: 12.09px;
  }

  .fsz14 {
    font-size: 13.02px;
  }

  .fsz15 {
    font-size: 13.95px;
  }

  .fsz16 {
    font-size: 14.88px;
  }

  .fsz17 {
    font-size: 15.81px;
  }

  .fsz18 {
    font-size: 16.74px;
  }

  .fsz19 {
    font-size: 17.67px;
  }

  .fsz20 {
    font-size: 18.6px;
  }

  .fsz21 {
    font-size: 19.53px;
  }

  .fsz22 {
    font-size: 20.46px;
  }

  .fsz23 {
    font-size: 21.39px;
  }

  .fsz24 {
    font-size: 22.32px;
  }

  .fsz25 {
    font-size: 23.25px;
  }

  .fsz26 {
    font-size: 24.18px;
  }

  .fsz27 {
    font-size: 25.11px;
  }

  .fsz28 {
    font-size: 26.04px;
  }

  .fsz29 {
    font-size: 26.97px;
  }

  .fsz30 {
    font-size: 27.9px;
  }

  .fsz31 {
    font-size: 28.83px;
  }

  .fsz32 {
    font-size: 29.76px;
  }

  .fsz33 {
    font-size: 30.69px;
  }

  .fsz34 {
    font-size: 31.62px;
  }

  .fsz35 {
    font-size: 32.55px;
  }

  .fsz36 {
    font-size: 33.48px;
  }

  .fsz37 {
    font-size: 34.41px;
  }

  .fsz38 {
    font-size: 35.34px;
  }

  .fsz39 {
    font-size: 36.27px;
  }

  .fsz40 {
    font-size: 37.2px;
  }

  .fsz41 {
    font-size: 38.13px;
  }

  .fsz42 {
    font-size: 39.06px;
  }

  .fsz43 {
    font-size: 39.99px;
  }

  .fsz44 {
    font-size: 40.92px;
  }

  .fsz45 {
    font-size: 41.85px;
  }

  .fsz46 {
    font-size: 42.78px;
  }

  .fsz47 {
    font-size: 43.71px;
  }

  .fsz48 {
    font-size: 44.64px;
  }
}
@media (max-width: 768px) {
  .fsz10 {
    font-size: 9px;
  }

  .fsz11 {
    font-size: 9.9px;
  }

  .fsz12 {
    font-size: 10.8px;
  }

  .fsz13 {
    font-size: 11.7px;
  }

  .fsz14 {
    font-size: 12.6px;
  }

  .fsz15 {
    font-size: 13.5px;
  }

  .fsz16 {
    font-size: 14.4px;
  }

  .fsz17 {
    font-size: 15.3px;
  }

  .fsz18 {
    font-size: 16.2px;
  }

  .fsz19 {
    font-size: 17.1px;
  }

  .fsz20 {
    font-size: 18px;
  }

  .fsz21 {
    font-size: 18.9px;
  }

  .fsz22 {
    font-size: 19.8px;
  }

  .fsz23 {
    font-size: 20.7px;
  }

  .fsz24 {
    font-size: 21.6px;
  }

  .fsz25 {
    font-size: 22.5px;
  }

  .fsz26 {
    font-size: 23.4px;
  }

  .fsz27 {
    font-size: 24.3px;
  }

  .fsz28 {
    font-size: 25.2px;
  }

  .fsz29 {
    font-size: 26.1px;
  }

  .fsz30 {
    font-size: 27px;
  }

  .fsz31 {
    font-size: 27.9px;
  }

  .fsz32 {
    font-size: 28.8px;
  }

  .fsz33 {
    font-size: 29.7px;
  }

  .fsz34 {
    font-size: 30.6px;
  }

  .fsz35 {
    font-size: 31.5px;
  }

  .fsz36 {
    font-size: 32.4px;
  }

  .fsz37 {
    font-size: 33.3px;
  }

  .fsz38 {
    font-size: 34.2px;
  }

  .fsz39 {
    font-size: 35.1px;
  }

  .fsz40 {
    font-size: 36px;
  }

  .fsz41 {
    font-size: 36.9px;
  }

  .fsz42 {
    font-size: 37.8px;
  }

  .fsz43 {
    font-size: 38.7px;
  }

  .fsz44 {
    font-size: 39.6px;
  }

  .fsz45 {
    font-size: 40.5px;
  }

  .fsz46 {
    font-size: 41.4px;
  }

  .fsz47 {
    font-size: 42.3px;
  }

  .fsz48 {
    font-size: 43.2px;
  }
}
.oem-page {
  background: #ffffff;
  color: #333;
  font-family: 'Poppins-Regular', sans-serif;
}

main .iconfont {
  font-size: unset;
}

.oem-hero-section {
  padding: 100px 0 80px;
  background: linear-gradient(135deg, #efb767 0%, #60b555 100%);
  color: white;
}
.oem-hero-section .oem-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
  color: white;
  line-height: 1.2;
}
.oem-hero-section .oem-intro {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  opacity: 0.95;
}
.oem-hero-section .hero-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.biaoji {
  padding-top: 80px;
}
.biaoji .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.biaoji .list .item {
  width: 94%;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-shadow: 0px -1px 9px 0px rgba(222, 222, 222, 0.75);
}

.oem-section {
  padding: 80px 0;
}
.oem-section .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.oem-section .list .item {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.oem-section:nth-child(even) {
  background: #f8f9fa;
}
.oem-section .container {
  max-width: 1200px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-header .section-tag {
  display: inline-block;
  padding: 8px 20px;
  background: var(--bs-theme-color);
  color: white;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 20px;
}
.section-header .section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.2;
  font-family: Poppins-Bold;
  text-transform: capitalize;
}
.section-header .section-subtitle {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.section-header-left {
  margin-bottom: 40px;
}
.section-header-left .section-tag {
  display: inline-block;
  padding: 8px 20px;
  background: var(--bs-theme-color);
  color: white;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 20px;
}
.section-header-left .section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  text-transform: capitalize;
  line-height: 1.2;
  font-family: Poppins-Bold;
}

.feature-card {
  text-align: center;
  padding: 40px 30px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.feature-card .feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-theme-color);
  border-radius: 20px;
  font-size: 36px;
  color: white;
}
.feature-card .feature-icon i {
  font-size: 36px;
}
.feature-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1a1a1a;
}
.feature-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.customization-table {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}
.customization-table .table {
  margin: 0;
}
.customization-table .table thead th {
  background: var(--bs-theme-color);
  color: white;
  font-weight: 600;
  padding: 20px;
  border: none;
  font-size: 18px;
}
.customization-table .table tbody td {
  padding: 20px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #333;
}
.customization-table .table tbody td:first-child {
  font-weight: 600;
  color: black;
  width: 25%;
}
.customization-table .table tbody tr:hover {
  background: #f8f9fa;
}

.odm-features .odm-feature-item {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  animation: fadeInUp 0.6s ease forwards;
}
.odm-features .odm-feature-item:nth-child(1) {
  animation-delay: 0.1s;
}
.odm-features .odm-feature-item:nth-child(2) {
  animation-delay: 0.2s;
}
.odm-features .odm-feature-item:nth-child(3) {
  animation-delay: 0.3s;
}
.odm-features .odm-feature-item:nth-child(4) {
  animation-delay: 0.4s;
}
.odm-features .odm-feature-item .feature-check {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-theme-color);
  border-radius: 50%;
  margin-right: 20px;
  color: white;
  font-size: 24px;
}
.odm-features .odm-feature-item .feature-content {
  flex: 1;
}
.odm-features .odm-feature-item .feature-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a1a1a;
}
.odm-features .odm-feature-item .feature-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.odm-visual img,
.quality-visual img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.process-item {
  text-align: center;
  padding: 40px 30px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}
.process-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.process-item:hover .process-number {
  background: var(--bs-theme-color);
  color: white;
}
.process-item:hover .process-icon {
  background: var(--bs-theme-color);
  color: white;
}
.process-item .process-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: white;
  border: 3px solid var(--bs-theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: black;
  transition: all 0.3s ease;
}
.process-item .process-icon {
  width: 100px;
  height: 100px;
  margin: 40px auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-theme-color);
  border-radius: 25px;
  font-size: 48px;
  color: white;
  transition: all 0.3s ease;
}
.process-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1a1a1a;
}
.process-item p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.quality-list .quality-item {
  display: flex;
  margin-bottom: 30px;
  padding: 25px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.quality-list .quality-item:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.quality-list .quality-item .quality-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #efb767 0%, #60b555 100%);
  border-radius: 15px;
  margin-right: 20px;
  color: white;
  font-size: 28px;
}
.quality-list .quality-item .quality-content {
  flex: 1;
}
.quality-list .quality-item .quality-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a1a1a;
}
.quality-list .quality-item .quality-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.case-card {
  background: white;
  margin: 30px 20px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.case-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.case-card:hover .case-image img {
  transform: scale(1.1);
}
.case-card .case-image {
  overflow: hidden;
  height: 250px;
}
.case-card .case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.case-card .case-content {
  padding: 30px;
}
.case-card .case-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1a1a1a;
}
.case-card .case-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.faq-accordion .accordion-item .accordion-button {
  background: white;
  border: none;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background: var(--bs-theme-color);
  color: white;
  box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.faq-accordion .accordion-item .accordion-body {
  padding: 20px;
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

.cta-box {
  background: #c3c3c3;
  padding: 50px;
  border-radius: 20px;
  color: white;
}
.cta-box h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}
.cta-box > p {
  font-size: 18px;
  margin-bottom: 35px;
  opacity: 0.95;
}
.cta-box .contact-form .form-group {
  margin-bottom: 20px;
}
.cta-box .contact-form .form-group .form-control {
  padding: 15px 20px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.9);
}
.cta-box .contact-form .form-group .form-control:focus {
  background: white;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.cta-box .contact-form .form-group textarea.form-control {
  resize: vertical;
}
.cta-box .contact-form .btn-primary {
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  background: white;
  color: var(--bs-theme-color);
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.cta-box .contact-form .btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.cta-box .contact-form .promise-text {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.9;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1450px) {
  .oem-hero-section .oem-title {
    font-size: 45px;
  }

  .oem-hero-section .oem-intro {
    font-size: 17px;
  }

  .section-header .section-title {
    font-size: 36px;
  }

  .section-header-left .section-title {
    font-size: 36px;
  }

  .section-header-left .section-title {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .section-header .section-title,
  .section-header-left .section-title {
    font-size: 36px;
  }

  .oem-hero-section .oem-title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .section-header .section-title,
  .section-header-left .section-title {
    font-size: 32px;
  }

  .oem-hero-section {
    padding: 60px 0 50px;
  }
  .oem-hero-section .oem-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .oem-hero-section .oem-intro {
    font-size: 16px;
  }

  .cta-box {
    padding: 40px 30px;
  }
  .cta-box h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .oem-section {
    padding: 50px 0;
  }

  .section-header,
  .section-header-left {
    margin-bottom: 40px;
  }
  .section-header .section-tag,
  .section-header-left .section-tag {
    font-size: 12px;
    padding: 6px 15px;
  }
  .section-header .section-title,
  .section-header-left .section-title {
    font-size: 28px;
  }
  .section-header .section-subtitle,
  .section-header-left .section-subtitle {
    font-size: 16px;
  }

  .oem-hero-section {
    padding: 40px 0 30px;
  }
  .oem-hero-section .oem-title {
    font-size: 30px;
    text-align: center;
  }
  .oem-hero-section .oem-intro {
    font-size: 15px;
    text-align: center;
  }
  .oem-hero-section .hero-image {
    margin-top: 30px;
  }

  .feature-card {
    padding: 30px 20px;
  }
  .feature-card .feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  .feature-card .feature-icon i {
    font-size: 32px;
  }
  .feature-card h4 {
    font-size: 18px;
  }
  .feature-card p {
    font-size: 15px;
  }

  .customization-table {
    padding: 20px;
  }
  .customization-table .table {
    font-size: 14px;
  }
  .customization-table .table thead th {
    padding: 15px;
    font-size: 15px;
  }
  .customization-table .table tbody td {
    padding: 15px 10px;
    font-size: 14px;
  }

  .odm-feature-item {
    margin-bottom: 25px;
  }
  .odm-feature-item .feature-check {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    font-size: 20px;
  }
  .odm-feature-item .feature-content h4 {
    font-size: 18px;
  }
  .odm-feature-item .feature-content p {
    font-size: 15px;
  }

  .process-item {
    padding: 35px 20px;
    margin-top: 20px;
  }
  .process-item .process-number {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .process-item .process-icon {
    width: 80px;
    height: 80px;
    margin: 35px auto 20px;
    font-size: 40px;
  }
  .process-item h4 {
    font-size: 20px;
  }
  .process-item p {
    font-size: 15px;
  }

  .quality-item {
    padding: 20px;
  }
  .quality-item .quality-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    font-size: 24px;
  }
  .quality-item .quality-content h4 {
    font-size: 16px;
  }
  .quality-item .quality-content p {
    font-size: 14px;
  }

  .case-card .case-content {
    padding: 25px;
  }
  .case-card .case-content h4 {
    font-size: 20px;
  }
  .case-card .case-content p {
    font-size: 15px;
  }

  .faq-accordion .accordion-item .accordion-button {
    padding: 15px;
    font-size: 15px;
  }
  .faq-accordion .accordion-item .accordion-body {
    padding: 15px;
    font-size: 14px;
  }

  .cta-box {
    padding: 35px 25px;
  }
  .cta-box h3 {
    font-size: 24px;
  }
  .cta-box > p {
    font-size: 16px;
  }
  .cta-box .contact-form .form-group {
    margin-bottom: 18px;
  }
  .cta-box .contact-form .form-group .form-control {
    padding: 12px 15px;
    font-size: 15px;
  }
  .cta-box .contact-form .btn-primary {
    padding: 15px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .oem-hero-section .oem-title {
    font-size: 26px;
  }

  .section-header .section-title,
  .section-header-left .section-title {
    font-size: 24px;
  }

  .feature-card {
    padding: 25px 15px;
  }
  .feature-card .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .feature-card .feature-icon i {
    font-size: 28px;
  }
  .feature-card h4 {
    font-size: 16px;
  }
  .feature-card p {
    font-size: 14px;
  }

  .cta-box {
    padding: 30px 20px;
  }
  .cta-box h3 {
    font-size: 22px;
  }
  .cta-box > p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
/**************wap*******************/
@media (max-width: 768px) {
  .oem-hero-section {
    text-align: center;
  }
  .oem-hero-section ._more {
    margin-left: auto;
    margin-right: auto;
  }

  .oem-section .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .biaoji .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .biaoji .list .item {
    padding: 15px;
  }

  ._title .t1 {
    font-size: 25px;
  }

  .section-header .section-title, .section-header-left .section-title {
    font-size: 25px;
  }

  ._py {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-products .products-showcase .product-key-points-section .product-key-points {
    display: none;
  }

  .main-products .products-showcase {
    gap: 25px;
  }

  .odm-features .odm-feature-item .feature-content h4 {
    margin-bottom: 8px;
  }

  .case-card {
    margin-left: 0;
    margin-right: 0px;
  }

  .section-header-left {
    text-align: center;
  }
}

/*# sourceMappingURL=inner_oem_page.css.map */
