.product-details .ufine-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 55px;
  border-radius: 27.5px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.1);
  color: #017244;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #017244;
  margin: 38px auto 0;
}
.product-details .ufine-btn:hover {
  color: #fff;
  background-color: #eb3d00;
  border-color: #eb3d00;
}
.product-details .not-data-tips {
  padding: 60px 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  font-weight: normal;
}
.product-details .ufine-company__tabs .tab-item.active,
.product-details .ufine-company__tabs .tab-item:hover {
  color: #000;
  font-weight: normal;
  border-bottom: 2px solid #017244;
}
.product-details .banner {
  background-color: #fff;
  padding-bottom: 90px;
  overflow: hidden;
  position: relative;
}
.product-details .banner::before {
  content: '';
  display: inline-block;
  background-image: url(/images/product/lithium-polymer-battery/banner-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.product-details .banner .container {
  position: relative;
  width: 1200px;
  max-width: 1200px;
}
.product-details .banner .banner_main {
  align-items: flex-start;
  margin: 90px auto 0;
  width: 1080px;
}
@media screen and (max-width: 768px) {
  .product-details .banner .banner_main {
    margin-top: 60rem;
  }
}
.product-details .banner .banner-main_left {
  flex: 0 0 470px;
}
.product-details .banner .banner_video-carousel {
  overflow: hidden;
  width: 470px;
}
.product-details .banner .banner_video-carousel .banner_cover-box {
  border-radius: 12px;
  position: relative;
  margin-bottom: 5px;
}
.product-details .banner .banner_video-carousel .banner_cover-box[data-video]::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background-image: url(/images/common/video-play.svg);
  width: 125px;
  height: 126px;
  cursor: pointer;
}
.product-details .banner .banner_video-carousel .banner_swiper-thumbs {
  width: 100%;
  position: relative;
  padding-left: 27px;
  padding-right: 27px;
}
.product-details .banner .banner_video-carousel .swiper-wrapper {
  display: flex;
}
.product-details .banner .banner_video-carousel .swiper-slide {
  width: 103px;
  position: relative;
}
.product-details .banner .banner_video-carousel .swiper-slide.video-box::before {
  content: '';
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background-image: url(/images/common/video-play.svg);
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  cursor: pointer;
}
.product-details .banner .banner_video-carousel .button-prev,
.product-details .banner .banner_video-carousel .button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 104px;
  position: absolute;
  top: 0;
  z-index: 2;
  background: #ebeaea;
}
.product-details .banner .banner_video-carousel .button-prev .iconfont,
.product-details .banner .banner_video-carousel .button-next .iconfont {
  font-size: 16px;
  font-weight: normal;
  color: #898989;
}
.product-details .banner .banner_video-carousel .button-prev:hover,
.product-details .banner .banner_video-carousel .button-next:hover {
  background: #017244;
}
.product-details .banner .banner_video-carousel .button-prev:hover .iconfont,
.product-details .banner .banner_video-carousel .button-next:hover .iconfont {
  color: #fff;
}
.product-details .banner .banner_video-carousel .button-prev {
  left: 0;
}
.product-details .banner .banner_video-carousel .button-prev .iconfont {
  transform: rotate(180deg);
}
.product-details .banner .banner_video-carousel .button-next {
  right: 0;
}
.product-details .banner .banner-main_right {
  flex-grow: 1;
  margin-right: 27px;
}
.product-details .banner .banner_desc {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 1.5;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #898989;
  padding-bottom: 10px;
}
.product-details .banner .banner_desc .desc_italic {
  font-weight: normal;
  font-style: italic;
}
.product-details .banner .banner_desc .desc_normal {
  margin-left: 30px;
}
.product-details .banner .banner_text-ul {
  margin-top: 20px;
}
.product-details .banner .banner_text-li {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 1.5;
  position: relative;
}
.product-details .banner .banner_text-li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #017244;
}
.product-details .banner .banner_icons-ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0 40px 0;
}
.product-details .banner .banner_icons-li {
  margin-left: 5px;
}
.product-details .banner .banner_btns {
  display: flex;
}
.product-details .banner .banner_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 275px;
  height: 55px;
  border-radius: 27px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background-color: #017244;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.product-details .banner .banner_btn:hover {
  color: #fff;
  background-color: #eb3d00;
  border-color: #eb3d00;
}
.product-details .banner .banner_btn:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 275px;
  height: 55px;
  border-radius: 27px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.1);
  color: #017244;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #017244;
  margin-left: 20px;
  font-weight: 300;
}
.product-details .banner .banner_btn:last-child:hover {
  color: #fff;
  background-color: #eb3d00;
  border-color: #eb3d00;
}
@media screen and (max-width: 768px) {
  .product-details .banner {
    padding-bottom: 60rem;
  }
  .product-details .banner::before {
    display: none;
  }
  .product-details .banner .banner-main_left {
    flex: unset;
    width: 100%;
  }
  .product-details .banner .banner_video-carousel {
    overflow: hidden;
    width: 100%;
  }
  .product-details .banner .banner_video-carousel .banner_cover-box {
    border-radius: 12rem;
    position: relative;
  }
  .product-details .banner .banner_video-carousel .banner_cover-box > img {
    width: 344rem;
    height: 336rem;
  }
  .product-details .banner .banner_video-carousel .swiper-slide {
    width: 75rem;
  }
  .product-details .banner .banner_video-carousel .swiper-slide > img {
    width: 75rem;
    height: 75rem;
  }
  .product-details .banner .banner_video-carousel .swiper-slide.video-box::before {
    width: 25rem;
    height: 25rem;
  }
  .product-details .banner .banner_video-carousel .button-prev,
  .product-details .banner .banner_video-carousel .button-next {
    width: 18rem;
    height: 75rem;
  }
  .product-details .banner .banner_video-carousel .button-prev .iconfont,
  .product-details .banner .banner_video-carousel .button-next .iconfont {
    font-size: 14rem;
  }
  .product-details .banner .banner-main_right {
    flex-grow: 1;
    margin-left: 0;
    margin-top: 40rem;
  }
  .product-details .banner .banner_desc {
    margin-top: 20rem;
  }
  .product-details .banner .banner_desc .desc_normal {
    margin-left: 10rem;
  }
  .product-details .banner .banner_text-ul {
    margin-top: 20rem;
  }
  .product-details .banner .banner_text-li {
    padding-left: 10rem;
  }
  .product-details .banner .banner_icons-ul {
    margin: 20rem -15rem;
  }
  .product-details .banner .banner_icons-li {
    margin-left: 0;
  }
  .product-details .banner .banner_btns {
    margin-top: 20rem;
    align-items: center;
    flex-direction: column;
  }
  .product-details .banner .banner_btn:last-child {
    margin-left: 0;
    margin-top: 20rem;
    font-weight: 300;
  }
}
.product-details .main-1 {
  background: #fff;
  padding: 90px 0;
  /* product details tabs views start*/
  /* product details tabs views end*/
}
.product-details .main-1 .container {
  width: 1080px;
  max-width: 1080px;
}
.product-details .main-1 .container .tabs-scroll-box {
  width: 1080px;
  margin: 0 auto;
}
.product-details .main-1 .container .tabs-scroll-box .ufine-company__tabs {
  padding-left: 50px;
}
.product-details .banner .h2-main-title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 24px;
  color: #000;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.product-details .banner .h2-main-title .h2-tag {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 10px;
  border: 1px solid #FD6C3E;
  border-radius: 15px;
  color: #FD6C3E;
  margin-left: 10px;
}
.product-details .main-1 .main_views-wrap {
  margin-top: 50px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .product-details .main-1 .main_views-wrap {
    margin-top: 40rem;
  }
}
.product-details .main-1 .main_tabs-views {
  flex-grow: 1;
  margin-left: 25px;
  /* tables tabs views start*/
  /* tables tabs views end*/
  /* calculator form tabs views start*/
  /* calculator form tabs views end*/
  /* reviews form tabs views start*/
  /* reviews form tabs views end*/
  /* comment list start*/
  /* comment list end*/
  /* application start*/
  /* application end*/
}
.product-details .main-1 .main_tabs-views .ufine-form {
  width: 100%;
  height: auto;
  padding: 0;
  text-align: unset;
  display: inline-block;
}
.product-details .main-1 .main_tabs-views .tabs-view_tables {
  margin-top: 30px;
  width: 100%;
}
.product-details .main-1 .main_tabs-views .tabs-view_tables__item {
  overflow: hidden;
  margin-bottom: 5px;
}
.product-details .main-1 .main_tabs-views .tabs-view_tables__item .item-title {
  border-radius: 4px;
  background: #e0e0e0;
  padding: 12px 26px 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-details .main-1 .main_tabs-views .tabs-view_tables__item .item-title .iconfont {
  transform: rotate(180deg);
  cursor: pointer;
}
.product-details .main-1 .main_tabs-views .tabs-view_tables__item .item-title_txt {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  display: inline-block;
}
.product-details .main-1 .main_tabs-views .tabs-view_tables__item .table_td-link {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #017244;
  cursor: pointer;
}
.product-details .main-1 .main_tabs-views .tabs-view_tables__item .table_td-link .iconfont {
  font-size: 12px;
}
.product-details .main-1 .main_tabs-views .tabs-view_tables__item .ufine-content_table {
  overflow: hidden;
  margin-bottom: 0;
  border: unset;
}
.product-details .main-1 .main_tabs-views .tabs-view_tables__item .ufine-content_table tr {
  display: flex;
  flex-wrap: wrap;
}
.product-details .main-1 .main_tabs-views .tabs-view_tables__item .ufine-content_table td {
  padding: 10px;
  display: inline-flex;
  word-break: break-all;
  align-items: center;
  border-color: #f1f1f1;
}
.product-details .main-1 .main_tabs-views .tabs-view_tables__item .ufine-content_table td:nth-child(odd) {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.product-details .main-1 .main_tabs-views .tabs-view_tables__item .ufine-content_table td:nth-child(even) {
  font-size: 14px;
  font-weight: 300;
  color: #333;
}
.product-details .main-1 .main_tabs-views .tabs-view_tables__item .ufine-content_table .multi-line {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
}
.product-details .main-1 .main_tabs-views .tabs-view_tables__item .ufine-content_table .multi-line-txt {
  width: 100%;
  border-bottom: 1px solid #dee2e6;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  padding: 10px;
  text-align: left;
}
.product-details .main-1 .main_tabs-views .tabs-view_tables__item.active .item-title .iconfont {
  transform: unset;
}
.product-details .main-1 .main_tabs-views .ufine-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 313px;
  height: 55px;
  border-radius: 27.5px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.1);
  color: #017244;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #017244;
}
.product-details .main-1 .main_tabs-views .ufine-btn:hover {
  color: #fff;
  background-color: #eb3d00;
  border-color: #eb3d00;
}
.product-details .main-1 .main_tabs-views .tabs-views_calculator-desc {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 1.5;
  margin-top: 20px;
}
.product-details .main-1 .main_tabs-views .tabs-views_calculator-desc.red {
  color: #EB3D00;
}
.product-details .main-1 .main_tabs-views .tabs-views_calculator-form {
  margin-top: 30px;
  border-radius: 13px;
  background: #fff;
  padding: 70px;
}
.product-details .main-1 .main_tabs-views .tabs-views_calculator-form .form-control {
  border-radius: 4px;
  background-color: #f5f5f5;
  height: 46px;
  border: unset;
  font-weight: 300;
}
.product-details .main-1 .main_tabs-views .tabs-views_calculator-form .form-item__label {
  margin-bottom: 0;
  min-width: 200px;
}
.product-details .main-1 .main_tabs-views .tabs-views_calculator-form .form-item__label.lighter {
  font-weight: 300;
}
.product-details .main-1 .main_tabs-views .tabs-views_calculator-form .form-item {
  justify-content: space-between;
  align-items: center;
}
.product-details .main-1 .main_tabs-views .tabs-views_calculator-form .form-wrap-title {
  margin: 30px 0 10px 0;
  text-align: left;
}
.product-details .main-1 .main_tabs-views .tabs-views_calculator-form .form-btns {
  margin-top: 50px;
  text-align: center;
}
.product-details .main-1 .main_tabs-views .tabs-views_calculator-form .form-btn {
  display: inline-block;
  text-align: center;
  height: 55px;
  line-height: 55px;
  width: 177px;
  color: #fff;
  background-color: #017244;
  border-radius: 27px;
  font-size: 18px;
  font-weight: normal;
}
.product-details .main-1 .main_tabs-views .tabs-views_calculator-form .form-btn.reset {
  background: #cecece;
  color: #555;
  margin-left: 22px;
}
.product-details .main-1 .main_tabs-views .tabs-views_calculator-form .readonly-form {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-details .main-1 .main_tabs-views .tabs-views_calculator-form .readonly-form .readonly-form_item {
  display: flex;
  flex-direction: column;
  flex: 0 0 300px;
}
.product-details .main-1 .main_tabs-views .tabs-views_calculator-form .readonly-form .form-item_label {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form {
  margin-top: 30px;
  border-radius: 13px;
  background: #fff;
  padding: 0 40px 70px;
  /* left part */
  /* right part */
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item {
  justify-content: space-between;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item.stars-item {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item.write-item {
  margin-top: 20px;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item .form-control {
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  margin-top: 5px;
  background: #fff;
  width: 100%;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item .form-control::placeholder {
  font-weight: 300;
  color: #898989;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item .upload-file-box,
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item .form-control-file {
  width: 124px;
  height: 124px;
  margin-top: 8px;
  position: relative;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item .upload-file-box.disabled,
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item .form-control-file.disabled {
  opacity: 0.4;
  cursor: no-drop;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item .form-control-file {
  margin-top: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item .upload-mask {
  width: 124px;
  height: 124px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  color: #a4a3a3;
  z-index: 0;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item .upload-loading {
  padding-left: 25px;
  display: none;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item .uploaded-box {
  margin-top: 8px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  width: 100%;
  display: none;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item .uploaded-box.show {
  display: block;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item .uploaded-box_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item .uploaded-box_name {
  display: inline-block;
  flex: 1;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item .iconfont {
  cursor: pointer;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item__labe {
  margin-bottom: 0;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item__labe.req::before {
  content: '*';
  color: #EB3D00;
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item-wrap {
  margin-top: 30px;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item-wrap:first-child {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item-wrap.init-hide {
  display: none;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item_wrap-title {
  font-size: 20px;
  font-weight: normal;
  color: #000;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .reviews_total {
  margin-top: 3px;
  font-size: 20px;
  font-weight: 300;
  color: #333;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item_stars-box {
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item_stars-item {
  margin-left: 5px;
  background: url('/images/product/product-details/starts.png') no-repeat -27px -1px;
  width: 19px;
  height: 20px;
  cursor: pointer;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item_stars-item.active {
  background: url('/images/product/product-details/starts.png') no-repeat -1px -1px;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-group.radios {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 0 0 12%;
  flex-direction: column;
  background: unset;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-check.radios {
  margin-top: 12px;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-check-label {
  font-size: 16px;
  font-weight: 300;
  color: #333;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .stars-bars {
  flex: 0 0 85%;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .stars-bars .stars-bars_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .stars-bars .stars-bars-item_tool {
  width: 545px;
  height: 10px;
  border-radius: 7px;
  background-image: linear-gradient(90deg, #017244 0% 0%, #e3e3e3 0% 100%);
  position: relative;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .stars-bars .stars-bars-item_num {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  margin-left: 20px;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .ufine-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 43px;
  border-radius: 27.5px;
  text-align: center;
  font-weight: 700;
  background-color: #017244;
  cursor: pointer;
  text-decoration: none;
  margin: 30px 0 0;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .ufine-btn:hover {
  color: #fff;
  background-color: #eb3d00;
  border-color: #eb3d00;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .ufine-btn.show-all {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 157px;
  height: 43px;
  border-radius: 27.5px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.1);
  color: #017244;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #017244;
  margin: 30px auto 0;
  font-weight: normal;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .ufine-btn.show-all:hover {
  color: #fff;
  background-color: #eb3d00;
  border-color: #eb3d00;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .ufine-btn.init-hide {
  display: none;
}
.product-details .main-1 .main_tabs-views .tabs-views_reviews-form .ufine-btn.disabled {
  background-color: #d4d4d4;
  border: 1px solid #d4d4d4;
  cursor: no-drop;
}
.product-details .main-1 .main_tabs-views .tabs-views_comment-list .comment-list_item {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d7d7d7;
}
.product-details .main-1 .main_tabs-views .tabs-views_comment-list .comment-list_item-top {
  display: flex;
  align-items: flex-end;
}
.product-details .main-1 .main_tabs-views .tabs-views_comment-list .comment-list_star-item {
  background: url('/images/product/product-details/starts.png') no-repeat -27px -1px;
  width: 19px;
  height: 20px;
  margin-left: 3px;
  display: inline-block;
}
.product-details .main-1 .main_tabs-views .tabs-views_comment-list .comment-list_star-item.active {
  background: url('/images/product/product-details/starts.png') no-repeat -1px -1px;
}
.product-details .main-1 .main_tabs-views .tabs-views_comment-list .comment-list_raincatcher {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  display: inline-block;
  margin: 0 15px;
}
.product-details .main-1 .main_tabs-views .tabs-views_comment-list .comment-list_date {
  font-size: 16px;
  font-weight: 300;
  color: #5e5d5d;
}
.product-details .main-1 .main_tabs-views .tabs-views_comment-list .comment-list_item-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: normal;
  color: #000;
}
.product-details .main-1 .main_tabs-views .tabs-views_comment-list .comment-list_item-desc {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 1.5;
}
.product-details .main-1 .main_tabs-views .tabs-views_comment-list .comment-list_imgs {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.product-details .main-1 .main_tabs-views .tabs-views_comment-list .comment-list_imgs-item {
  margin: 15px 0 0 15px;
}
.product-details .main-1 .main_tabs-views .application-list_item {
  margin-top: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d7d7d7;
}
.product-details .main-1 .main_tabs-views .application_item-pic {
  display: inline-block;
  margin-top: 20px;
}
.product-details .main-1 .main_tabs-views .application_item-title {
  font-size: 20px;
  font-weight: normal;
  color: #000;
}
.product-details .main-1 .main_tabs-views .application_item-title.max-size {
  font-size: 24px;
  margin-top: 20px;
}
.product-details .main-1 .main_tabs-views .application_item-title.min-size {
  font-size: 18px;
  margin-top: 20px;
}
.product-details .main-1 .main_tabs-views .application_item-desc {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 1.5;
}
.product-details .main-1 .main_tabs-views .application_item-ul {
  margin-top: 20px;
}
.product-details .main-1 .main_tabs-views .application_item-ul .application_item-li {
  list-style: outside;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 2;
  margin-left: 15px;
}
.product-details .main-1 .main_tabs-views .common-faqs {
  margin-top: 30px;
}
.product-details .main-1 .main_tabs-views .common-faqs .ufine-collapse {
  margin-top: 30px;
  width: 100%;
}
.product-details .main-1 .main_tabs-views .common-faqs .ufine-content__item .item-answer {
  width: 100%;
}
.product-details .main-1 .main_tabs-views .common-faqs .ufine-content {
  margin-top: 30px;
  background: #ECFAF4;
  padding: 30px 15px;
}
.product-details .main-1 .main_tabs-views .common-faqs .ufine-content .ufine-content__item {
  background: transparent;
  border-bottom: 1px solid #DADADA;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
}
.ufine-collapse .ufine-content__item .item-question {
  font-size: 24px;
}
.product-details .main-1 .common-sidebar {
  margin-top: 30px;
  flex: 0 0 22%;
}
.product-details .main-1 .common-sidebar .common-sidebar_form {
  margin-top: 0;
}
.product-details .main-1 .secondary-tabs {
  width: 650px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  grid-column-gap: 50px;
  grid-row-gap: 0;
}
.product-details .main-1 .secondary-tabs_item {
  display: flex;
  padding: 17px 30px;
  cursor: pointer;
}
.product-details .main-1 .secondary-tabs_item .secondary-tabs_txt {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  margin-left: 5px;
}
.product-details .main-1 .secondary-tabs_item.active {
  background-color: #fff;
}
.product-details .main-1 .secondary-tabs_item.active .secondary-tabs_txt {
  font-weight: normal;
}
.product-details .main-1 .secondary-details_item {
  padding: 50px 0;
  border-bottom: 1px solid #d7d7d7;
  align-items: flex-start;
}
.product-details .main-1 .secondary-details_item:first-child {
  align-items: center;
}
.product-details .main-1 .secondary-details_item .left {
  margin-right: 35px;
}
.product-details .main-1 .secondary-details_item.column {
  align-items: center;
  flex-direction: column;
  border-bottom: unset;
}
.product-details .main-1 .secondary-details_item.column .details-item_desc {
  text-align: center;
  flex: unset;
}
.product-details .main-1 .secondary-details_item.column .details-item_pic {
  margin-top: 20px;
  flex: unset;
}
.product-details .main-1 .details-item_pic {
  flex: 0 0 333px;
}
.product-details .main-1 .details-item_desc {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 1.5;
}
.product-details .main-1 .details-item_title {
  font-size: 24px;
  font-weight: normal;
  color: #000;
}
.product-details .main-1 .details-item_text {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 1.5;
  margin-top: 20px;
}
.product-details .main-1 .details-item_swiper {
  margin-top: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-details .main-1 .details-item_swiper .swiper-wrapper {
  width: 708px !important;
}
.product-details .main-1 .details-item_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  opacity: 0.6;
  z-index: 1;
  flex-direction: column;
}
.product-details .main-1 .details-item_swiper .swiper-slide_title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  display: none;
}
.product-details .main-1 .details-item_swiper .swiper-slide-prev,
.product-details .main-1 .details-item_swiper .swiper-slide-next {
  transform: scale(0.9);
  z-index: 2;
}
.product-details .main-1 .details-item_swiper .swiper-slide-active,
.product-details .main-1 .details-item_swiper .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
  z-index: 3;
}
.product-details .main-1 .details-item_swiper .swiper-slide-active .swiper-slide_title,
.product-details .main-1 .details-item_swiper .swiper-slide-duplicate-active .swiper-slide_title {
  display: block;
}
.product-details .main-1 .details-item_swiper .not-scale .swiper-slide-prev,
.product-details .main-1 .details-item_swiper .not-scale .swiper-slide-next {
  transform: scale(1);
  opacity: 1;
}
.product-details .main-1 .details-item_swiper .not-scale .swiper-slide-prev .swiper-slide_title,
.product-details .main-1 .details-item_swiper .not-scale .swiper-slide-next .swiper-slide_title {
  display: block;
}
@media screen and (max-width: 768px) {
  .product-details .main-1 {
    padding: 18rem 0 40rem;
    /* product details tabs views start*/
  }
  .product-details .main-1 .main_views-wrap {
    margin-top: 50px;
    align-items: flex-start;
  }
  .product-details .main-1 .main_tabs-views {
    width: 100%;
    /* tables tabs views start*/
    /* tables tabs views end*/
    /* calculator form tabs views start*/
    /* calculator form tabs views end*/
    /* reviews form tabs views start*/
    /* reviews form tabs views end*/
    /* application start*/
  }
  .product-details .main-1 .main_tabs-views .main_scroll-wrapper {
    overflow-x: scroll;
  }
  .product-details .main-1 .main_tabs-views .main_scroll-wrapper .tabs-view_tables {
    width: 1080rem;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_calculator-form {
    margin-top: 30rem;
    padding: 40rem 15rem 40rem;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_calculator-form .form-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_calculator-form .form-control {
    font-size: 16rem;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_calculator-form .form-select {
    padding: 0 10rem;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_calculator-form .form-btns {
    margin-top: 30rem;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_calculator-form .form-btn {
    margin-top: 0;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_calculator-form .form-btn.reset {
    margin-left: 0;
    margin-top: 20rem;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_calculator-form .readonly-form {
    flex-direction: column;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_calculator-form .readonly-form .readonly-form_item {
    width: 100%;
    flex: unset;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_calculator-form .readonly-form .readonly-form_item:last-child {
    margin-top: 20rem;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_reviews-form {
    padding: 0 10rem 40rem;
    /* left part */
    /* right part */
  }
  .product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item {
    justify-content: space-between;
    flex-direction: row;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item .uploaded-box_item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-item_stars-box {
    margin-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-group.radios {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex: 0 0 25%;
    flex-direction: column;
    background: unset;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-check.radios {
    display: flex;
    align-items: center;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_reviews-form .form-check-label {
    padding-left: 18rem;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_reviews-form .stars-bars {
    flex: unset;
    flex-grow: 1;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_reviews-form .stars-bars .stars-bars-item_tool {
    width: 180rem;
    height: 10rem;
  }
  .product-details .main-1 .main_tabs-views .tabs-views_reviews-form .stars-bars .stars-bars-item_num {
    margin-left: 10rem;
  }
  .product-details .main-1 .main_tabs-views .application_item-pic {
    width: 100%;
  }
  .product-details .main-1 .secondary-tabs {
    width: 100%;
    margin: 30rem auto 0;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .product-details .main-1 .secondary-tabs_item {
    display: flex;
    padding: 8px;
  }
  .product-details .main-1 .secondary-details_item {
    padding: 30rem 0;
  }
  .product-details .main-1 .secondary-details_item .left {
    margin-right: 0;
  }
  .product-details .main-1 .secondary-details_item.column {
    align-items: center;
    flex-direction: column;
    border-bottom: unset;
  }
  .product-details .main-1 .secondary-details_item.column .details-item_desc {
    text-align: center;
    flex: unset;
  }
  .product-details .main-1 .secondary-details_item.column .details-item_pic {
    margin-top: 20px;
    flex: unset;
  }
  .product-details .main-1 .secondary-details_item:first-child .details-item_pic {
    order: 1;
  }
  .product-details .main-1 .secondary-details_item:first-child .details-item_pic img {
    max-width: 100%;
  }
  .product-details .main-1 .secondary-details_item:first-child .details-item_desc {
    order: 2;
    margin: 30rem 0 0;
  }
  .product-details .main-1 .secondary-details_item:last-child {
    padding: 30rem 0 0;
  }
  .product-details .main-1 .details-item_pic {
    flex: unset;
    order: 2;
  }
  
.product-details .main-1 .container .tabs-scroll-box {
  width: 100%;
  margin: 0 auto;
}
.product-details .main-1 .container .tabs-scroll-box .ufine-company__tabs {
  padding-left: 20px;
}
  .product-details .main-1 .details-item_desc {
    flex-grow: unset;
    margin: 30rem 0;
    order: 1;
  }
  .product-details .main-1 .details-item_swiper {
    margin-top: 20px;
    order: 2;
  }
  .product-details .main-1 .details-item_swiper .swiper-wrapper {
    width: 100% !important;
  }
  .product-details .main-1 .details-item_swiper .swiper-slide > img {
    width: 170rem;
    height: 107rem;
  }
}
@media screen and (max-width: 768px) {
  .product-details .main-1 .main_views-wrap {
    margin-top: 40rem;
  }
}
.product-details .common-products-flex .flex-wrapper {
  justify-content: flex-start;
}
.product-details .common-products-flex .flex-wrapper .main_flex-item {
  margin-right: 21px;
}
.product-details .brand-section .container {
  text-align: center;
  width: 700px;
}
.product-details .brand-section .container p {
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-details .common-products-flex .flex-wrapper .main_flex-item:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .product-details .common-products-flex .flex-wrapper .main_flex-item {
    margin-right: 0;
  }
}
.product-details .common-article-flex {
  padding: 90px 0;
  background: #edecec;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .product-details .common-article-flex {
    padding: 60rem 0;
  }
}
.product-details .common-faqs {
  margin: 90px 0;
}
.product-details .common-faqs .ufine-content {
  width: 100%;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .product-details .common-faqs {
    margin: 60rem 0;
  }
  .product-details .common-faqs .ufine-content {
    margin: 40rem 0;
  }
}
.product-service-ul {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.product-service-li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  padding: 0 5px;
}
.product-service-li + .product-service-li {
  border-left: 1px solid #BABABA;
}
.product-service-li-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.product-service-li-icon-star {
  background-image: url('../../image/star.png');
}
.product-service-li-icon-certificate {
  background-image: url('../../image/certificate.png');
}
.product-service-li-icon-customer { 
  background-image: url('../../image/customer.png');
}
.product-service-li-icon-service {
  background-image: url('../../image/service.png');
}
.product-service-li-title {
  font-size: 24px;
  font-weight: 700;
}
.product-service-li-title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #333333;
}
.product-service-li-desc {
  font-family: Montserrat;
  font-weight: 100;
  font-style: Medium;
  font-size: 14px;
  color: #717171;
  /* 文字不换行 */
  white-space: nowrap;
}
.ufine-company__tabs {
  padding-left: 0;
  justify-content: flex-start;
}
.ufine-company__tabs .tab-item {
  margin-right: 70px;
}

.main_views-wrap .left-sidebar .sidebar-topics-list {
  flex: 1;
  overflow-y: auto;
}

.main_views-wrap .left-sidebar .sidebar-topics-list::-webkit-scrollbar {
     width: 4px;
}
.main_views-wrap .left-sidebar .sidebar-topics-list::-webkit-scrollbar-track {
     background: #f1f1f1;
     border-radius: 4px;
}

.main_views-wrap .left-sidebar .sidebar-topics-list::-webkit-scrollbar-thumb {
     background: #087244;
     border-radius: 4px;
}

.main_views-wrap .left-sidebar .sidebar-topics-list::-webkit-scrollbar-thumb:hover {
     background: #06603a;
}
.left-sidebar  {
  background-color: #f4f4f4;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.left-sidebar .sidebar-nav_title {
  padding-top: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
}
.left-sidebar .sidebar-nav_title.related-articles {
  border-top: 1px solid #CDCDCD;
}
.left-sidebar .sidebar-nav_title .sidebar-nav_title-text {
  padding-left: 15px;
  border-left: 4px solid #087244;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}
.topic-item {
  margin-bottom: 0;
}

.topic-item:last-child {
  border-bottom: none;
}

.topic-header {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  cursor: pointer;
}

.topic-toggle {
  font-size: 12px;
  margin-right: 10px;
  transition: transform 0.3s ease;
  color: #087244;
  transform: rotate(180deg);
}

.topic-item:not(.topic-expanded) .topic-toggle {
  transform: rotate(90deg);
}

.topic-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.topic-content {
  padding: 10px 15px 10px 35px;
  display: none;
}

.topic-item.topic-expanded .topic-content {
  display: block;
}

.topic-article {
  margin-bottom: 12px;
}

.topic-article a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  line-height: 1.5;
  display: block;
  font-weight: 100;
}

.topic-article a:hover {
  color: #087244;
  text-decoration: underline;
}
.mobile-menu {
  text-align: right;
}

.custom-battery-contact {
  background-color: #1e1e1e;
  padding: 60px 20px 20px 20px;
  text-align: center;
  border-radius: 4px;
}

.custom-battery-contact h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.custom-battery-contact h3:after {
  content: '';
  width: 90%;
  height: 3px;
  background-color: #087244;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.custom-battery-contact p {
  color: #ffffff;
  font-size: 16px;
  max-width: 700px;
  margin: 20px auto 30px;
  font-weight: 100;
}

.custom-battery-contact .contact-btn {
  display: inline-block;
  background-color: #087244;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.custom-battery-contact .contact-btn:hover {
  background-color: #eb3d00;
}

@media screen and (max-width: 768px) {
  .custom-battery-contact {
    padding: 40px 20px;
    margin: 30px 0;
  }
  
  .custom-battery-contact h2 {
    font-size: 24px;
  }
  
  .custom-battery-contact p {
    font-size: 14px;
    margin: 20px auto;
  }
}
.product-description {
  margin-bottom: 60px;
  padding: 0 30px;
}

.product-description .product-title {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #000000;
}

.product-description .product-text {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.product-description .product-image {
  text-align: center;
  margin-top: 30px;
}

.product-description .product-image img {
  width: 500px;
  height: auto;
}

@media screen and (max-width: 768px) {

  .product-description .product-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.product-view-tabs {
  margin-bottom: 60px;
  padding: 0 30px;
}

.product-view-tabs h2 {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}

.product-view-tabs p {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #0B0B14;
  max-width: 700px;
  margin: 0 auto 30px;
}

.product-view-tabs-ul {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background-color: #EBEBEB;
  border-radius: 50px;
  margin: 20px 0;
}

.product-view-tabs-slider {
  position: absolute;
  height: calc(100% - 8px);
  background-color: #fff;
  border-radius: 50px;
  transition: all 0.3s ease;
  z-index: 1;
  left: 4px;
  right: 4px;
  top: 4px;
}

.product-view-tabs-li {
  padding: 8px 16px;
  font-family: Montserrat;
  font-weight: 100;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-align: center;
  margin: 2px;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  flex: 1;
  width: 0;
}

.product-view-tabs-li.active {
  color: #000;
  font-weight: 600;
  background-color: transparent;
}

.product-view-tabs-content {
  margin: 0 auto;
}

.product-view-tabs-content-item {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.product-view-tabs-content-item.active {
  display: grid;
}

.product-view-tabs-content-item img {
  width: 100%;
  max-width: 450px;
  height: auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  border-radius: 8px;
}

.product-view-tabs-content-item-text h3 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.product-view-tabs-content-item-text p {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.2;
  color: #0B0B14;
  text-align: left;
  margin-bottom: 10px;
}

.product-view-tabs-content-item-text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}

.product-view-tabs-content-item-text li {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}

.product-view-tabs-content-item-text li:before {
  content: "•";
  color: #087244;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: -5px;
}

.product-view-tabs-content-item-text .product-text-mark {
  color: #087244;
  font-weight: 600;
}

.product-view-tabs-content-item-text .learn-more {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  color: #087244;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.product-view-tabs-content-item-text .learn-more-text {
  margin-right: 5px;
  text-decoration: underline;
}

.product-view-tabs-content-item-text .learn-more:hover {
  color: #065d38;
}
@media screen and (min-width: 769px) {
  .product-view-tabs-ul::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .product-details .main-1 .main_tabs-views .main_scroll-wrapper .tabs-view_tables {
    width: 100%;
  }
  .product-view-tabs {
    padding: 0 15px;
  }
  
  .product-view-tabs h2 {
    font-size: 24px;
  }
  
  .product-view-tabs p {
    font-size: 14px;
  }
  
  .product-view-tabs-ul {
    padding: 3px;
    max-width: 100%;
    overflow-x: auto;
  }
  .product-view-tabs-ul::-webkit-scrollbar {
    height: 4px;
  }
  .product-view-tabs-ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }

  .product-view-tabs-ul::-webkit-scrollbar-thumb {
    background: #717171;
    border-radius: 4px;
  }

  .product-view-tabs-ul::-webkit-scrollbar-thumb:hover {
    background: #06603a;
  }
  .product-view-tabs-li {
    padding: 6px 12px;
    font-size: 12px;
    margin: 2px;
  }
  
  .product-view-tabs-content-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .product-view-tabs-content-item img {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .product-view-tabs-content-item-text h3 {
    font-size: 20px;
    margin-top: 15px;
  }
  
  .product-view-tabs-content-item-text p,
  .product-view-tabs-content-item-text li {
    font-size: 14px;
  }
}

/* 电池保护部分样式 */
.battery-protection-section {
  background-color: #F0F0F0;
  padding: 50px 10px;
  border-radius: 18px;
  margin-bottom: 60px;
}

.battery-protection-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.battery-protection-header {
  text-align: center;
  margin-bottom: 40px;
}

.battery-protection-header h2 {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.2;
}

.battery-protection-header p {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.5;
  color: #0B0B14;
  max-width: 700px;
  margin: 0 auto;
}

.battery-protection-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.battery-protection-text {
  flex: 1.3;
  min-width: 300px;
}

.battery-protection-text h3 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}

.battery-protection-text p {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.5;
  color: #0B0B14;
  margin-bottom: 20px;
}

.battery-protection-text-des {
  margin-bottom: 10px;
}
.battery-protection-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.battery-protection-list li {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.5;
  color: #0B0B14;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}

.battery-protection-list li:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('../../image/check.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #087244;
  position: absolute;
  left: 0;
  top: 0;
}

.battery-protection-btn {
  display: inline-block;
  background-color: #087244;
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 25px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.battery-protection-btn:hover {
  background-color: #eb3d00;
  color: #fff !important;
  text-decoration: none !important;
}


.battery-protection-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.battery-protection-image img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .battery-protection-section {
    padding: 40px 0;
    margin: 30px 0;
  }
  
  .battery-protection-header {
    margin-bottom: 30px;
  }
  
  .battery-protection-header h2 {
    font-size: 28px;
  }
  
  .battery-protection-header p {
    font-size: 14px;
  }
  
  .battery-protection-content {
    flex-direction: column;
    gap: 30px;
  }
  
  .battery-protection-text h3 {
    font-size: 22px;
  }
  
  .battery-protection-text p, 
  .battery-protection-list li {
    font-size: 14px;
  }
  
  .battery-protection-btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 10px 20px;
  }
  
  .battery-protection-image {
    order: -1;
  }
}

/* Quality You Can Trust 部分样式 */
.quality-section {
  margin-bottom: 60px;
  padding: 0 20px;
}

.quality-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.quality-header {
  text-align: center;
  margin-bottom: 40px;
}

.quality-header h2 {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}

.quality-star-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  background-image: url('../../image/star.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
}

.quality-header p {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.5;
  color: #0B0B14;
  max-width: 800px;
  margin: 0 auto 15px;
}

.quality-view-more {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.quality-view-more-text {
  text-decoration: underline;
}

.quality-arrow {
  margin-left: 5px;
  font-size: 18px;
  text-decoration: none;
}


.quality-view-more:hover {
  color: #087244;
  text-decoration: none;
}
.quality-view-more:hover .quality-view-more-text {
  text-decoration: underline;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 320px);
  gap: 20px;
}

.quality-grid-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/* 已删除quality-grid-content相关样式 */

/* 使用quality-image-item代替 */

.quality-image-item {
  position: relative;
  overflow: hidden;
}

.quality-image-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.quality-image-item:hover img, .quality-image-item:active img {
  transform: scale(1.05);
}

.quality-image-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 100%;
  padding: 15px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

.quality-image-item:hover .quality-grid-overlay, .quality-image-item:active .quality-grid-overlay {
  opacity: 1;
}

.quality-image-item:hover .quality-grid-overlay h3, .quality-image-item:active .quality-grid-overlay h3 {
  transform: translateY(0);
}

.quality-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(237.98deg, #FFECE5 2.67%, #DBFDF9 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.quality-grid-overlay h3 {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  margin: 0;
  transform: translateY(10px);
  transition: transform 0.3s ease;
  padding: 0 15px;
}

.quality-grid-overlay p {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 12px;
}

.quality-grid-overlay p:last-child {
  margin-bottom: 0;
}

/* 使用quality-image-item的相关hover效果代替 */

@media screen and (max-width: 768px) {
  .quality-section {
    padding: 0 15px;
  }
  
  .quality-header {
    margin-bottom: 30px;
  }
  
  .quality-header h2 {
    font-size: 28px;
  }
  
  .quality-star-icon {
    width: 22px;
    height: 22px;
  }
  
  .quality-header p {
    font-size: 14px;
  }
  
  .quality-view-more {
    font-size: 14px;
    color: #333333;
    text-decoration: underline;
  }
  .quality-view-more:hover {
    color: #087244;
  }
  
  .quality-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  
  .quality-grid-item {
    height: 250px;
  }
  
  .quality-grid-overlay h3 {
    font-size: 18px;
  }
}

.battery-comparison {
  margin-bottom: 60px;
}

.battery-comparison-header {
  text-align: center;
  margin-bottom: 40px;
}

.battery-comparison-header h2 {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

.battery-comparison-header p {
  font-family: Montserrat;
  font-weight: 100;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
  color: #333333;
}

.battery-comparison-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.battery-card {
  flex: 1;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 43px 31px 0px #00000014;
  max-width: 400px;
}

.battery-card-header {
  position: relative;
  height: 160px;
  text-align: center;
  background-color: #087244;
  overflow: hidden;
}

.other-battery .battery-card-header {
  background-color: #f0f0f0;
}

.battery-card-header h3 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  position: relative;
  padding-top: 55px;
  z-index: 1;
  color: #ffffff;
}

.battery-card-header .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
  width: 152%;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.our-battery .battery-card-header h3 {
  color: #ffffff;
}

.other-battery .battery-card-header h3 {
  color: #333333;
}

.battery-card-content {
  position: relative;
  padding: 40px 30px 30px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  text-align: center;
}

.battery-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.battery-feature-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  font-weight: 100;
}

.battery-feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url('../../image/check.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-button {
  display: inline-block;
  background-color: #087244;
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.contact-button:hover {
  background-color: #eb3d00;
  color: #ffffff !important;
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .battery-comparison-container {
    flex-direction: column;
    align-items: center;
  }
  
  .battery-card {
    width: 100%;
  }
  
  .battery-comparison-header h2 {
    font-size: 28px;
  }
}

/* What We Custom and How Section */
.custom-battery-section {
  margin-bottom: 60px;
}

.custom-battery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.custom-battery-title {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}

.custom-battery-subtitle {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  font-weight: 100;
}

.custom-battery-columns {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.product-details-tabs-views .what-column, .how-column {
  flex: 1;
  max-width: 500px;
  background-color: #F0F0F0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product-details-tabs-views .what-column {
  height: fit-content;
}

.product-details-tabs-views .column-title {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  margin: 0;
}

.product-details-tabs-views .what-column .column-title {
  background-color: #087244;
}

.product-details-tabs-views .how-column .column-title {
  background-color: #FF6D3B;
}

.product-details-tabs-views .custom-feature-list {
  list-style: none;
  padding: 30px;
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-details-tabs-views .custom-feature-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  white-space: pre-wrap;
  word-break: break-all;
  font-weight: 100;
}

.product-details-tabs-views .custom-feature-list li:last-child {
  margin-bottom: 0;
}

.check-icon {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background-image: url('../../image/check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.highlight {
  color: #087244;
  font-weight: 600;
}

.product-details-tabs-views .numbered-list {
  list-style: none;
  padding: 30px;
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-details-tabs-views .numbered-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.5;
  background-color: #ffffff;
}

.product-details-tabs-views .numbered-list li:last-child {
  margin-bottom: 0;
}

.product-details-tabs-views .numbered-list .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  background-color: #FF6D3B;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
  margin-right: 15px;
  flex-shrink: 0;
}

.product-details-tabs-views .text {
  color: #333333;
  padding: 10px;
  padding-left: 0;
  white-space: pre-wrap;
  word-break: break-all;
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  .custom-battery-section {
    padding: 40px 0;
  }
  
  .custom-battery-title {
    font-size: 28px;
  }
  
  .custom-battery-columns {
    flex-direction: column;
  }
  
  .what-column, .how-column {
    max-width: 100%;
    width: 100%;
  }
}

/* Testimonial Section */
.testimonial-section {
  padding: 0;
  overflow: hidden;
}

.testimonial-title {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}

.testimonial-subtitle {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.testimonial-slider-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}

.testimonial-slider {
  overflow: hidden;
}

.testimonial-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  height: 452px;
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 15px;
}
.testimonial-img {
  height: 218px;
  width: 100%;
}
.testimonial-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.testimonial-name {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin: 0;
}

.testimonial-stars {
  display: flex;
}

.star {
  color: #FF6D3B;
  font-size: 18px;
  margin-left: 2px;
}

.star.half {
  color: #DDDDDD;
}

.testimonial-text {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  margin: 0;
  padding: 0 15px;
  font-weight: 100;
}

.testimonial-button-next,
.testimonial-button-prev {
  color: transparent;
  background: url('../../image/nomal_testimonial.svg') no-repeat center center;
  width: 40px;
  height: 40px;
}
.testimonial-button-next {
  transform: rotate(180deg);
}
.testimonial-button-next:hover,
.testimonial-button-prev:hover {
  transform: rotate(0deg);
  background: url('../../image/active_testimonial.svg') no-repeat center center;
}
.testimonial-button-prev:hover {
  transform: rotate(180deg);
}

.testimonial-pagination {
  position: relative;
  margin-top: 30px;
}

.testimonial-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  background-color: #087244;
}
.testimonial-pagination .swiper-slide {
	height: 95%;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
	border-radius: 12px;
}
.testimonial-pagination .swiper-slide-active,
.testimonial-pagination .swiper-slide-duplicate-active {
	transform: scale(1);
}
.testimonial-slider-container .swiper-slide {
  transform: scale(0.8);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.testimonial-slider-container .swiper-slide-active {
  transform: scale(1);
  z-index: 99;
  opacity: 1;
  transition: all 0.3s ease;
}
.testimonial-slider-container .swiper-slide-next {
  left: -70px;
}
.testimonial-slider-container .swiper-slide-prev {
  left: 70px;
}
@media screen and (max-width: 768px) {
  
  .product-details .main-1 .container {
    width: 100%;
  }
  .product-description .product-image img {
    width: 100%;
  }
  .product-details .brand-section .container {
    width: 100%;
  }
  .product-details .banner .banner_main {
    margin-top: 0px;
  }
  .product-service-li-title {
    font-size: 12rem;
  }
  .product-service-li-desc {
    font-size: 12rem;
  }
  .product-details .banner .h2-main-title {
    font-size: 20rem;
  }
  .product-details .banner .h2-main-title .h2-tag {
    font-size: 14rem;
  }
  .product-details .banner .banner-main_right {
    margin-right: 0px;
  }
  .product-details .main-1 .main_tabs-views {
    margin-left: 0px;
  }
  .battery-protection-text {
    display: flex;
    flex-direction: column;
  }
  .product-view-tabs-li {
    width: 140px;
    min-width: 140px;
  }
  .product-view-tabs-li:nth-child(4) {
    width: 200px;
    min-width: 200px;
  }
  .product-view-tabs-li:last-child {
    width: 200px;
    min-width: 200px;
  }
  .battery-protection-btn {
    width: 200px;
    margin: 0 auto;
  }
  .battery-feature-list li {
    font-size: 14rem;
    font-weight: 100;
  }
  .product-details-tabs-views .numbered-list li {
    position: relative;
  }
  .product-details-tabs-views .numbered-list li .text {
    margin-left: 55px;
  }
  .product-details-tabs-views .numbered-list .number {
    height: 100%;
    min-height: 100%;
    position: absolute;
  }
  .custom-battery-section {
    padding-bottom: 0px;
  }
  .product-details-view-section h2 {
    font-size: 28rem;
    font-weight: 900;
  }
  .product-details-view-section-flex {
    padding: 0;
  }
  .testimonial-section {
    padding: 40px 0;
  }
  
  .testimonial-title {
    font-size: 28px;
  }
  
  .testimonial-name {
    font-size: 18px;
  }
  
  .testimonial-text {
    font-size: 14px;
  }
   #brand-swiper .swiper-wrapper {
    height: 110rem;
  }
   #brand-swiper .swiper-wrapper .swiper-slide {
    width: 115rem;
    height: 46rem;
  }
   #brand-swiper .swiper-slide__img {
    width: 100%;
    height: 100%;
  }
  .product-details .banner .container {
    width: 100%;
  }
  .product-details .banner .banner_main {
    /* 子元素相反 */
    flex-direction: column-reverse;
  }
  .testimonial-slider-container .swiper-slide-prev {
    left: 0px;
  }
  .testimonial-slider-container .swiper-slide-next {
    left: 0px;
  }
  .testimonial-button-next, .testimonial-button-prev {
    top: unset;
    bottom: 35px;
  }
  .testimonial-button-next {
    left: 55%
  }
  .testimonial-button-prev {
    left: 35%;
  }
  .mobile-dialog {
    height: 100vh;
    border-radius: 0px;
    margin: 0;
    box-shadow: unset;
  }
  .mobile-dialog .modal-content {
    padding: 0 20rem 30rem;
  }
  .common-sidebar_nav .sidebar-nav_title {
    padding-top: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .common-sidebar_nav .sidebar-nav_title .sidebar-nav_title-text {
    padding-left: 15px;
    border-left: 4px solid #087244;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  .common-sidebar_nav .sidebar-nav_title .topic-toggle  {
    transform: rotate(180deg);
  }
  .common-sidebar_nav .sidebar-nav_title.active .topic-toggle {
    transform: rotate(90deg);
  }
}


