@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.videoLogo {
  height: 390px;
  background-color: #000000;
  background-repeat: no-repeat;
}
.videoLogoText {
  margin-left: 12.5%;
  padding-left: 2.875rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.videoLogoTextTitle {
  font-size: 3rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
}
.videoLogoTextDetail {
  color: #ffffff;
}
.videoLogoTextDetail a {
  cursor: pointer;
  color: #ffffff;
}
.videoContent {
  padding: 2.8125rem 2.25rem 17.0625rem 2.25rem;
  margin: 0 12.5%;
}
.videoContentButtonList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.videoContentButtonItem {
  font-size: 1.5rem;
  line-height: 1;
  padding: 1.25rem 2.25rem;
  border: 1px solid #919191;
  color: #919191;
  font-family: "Poppins-Regular";
  cursor: pointer;
}
.videoContentButtonItem.active {
  color: #ffffff;
  background-color: #d92129;
  border: 1px solid #d92129;
}
.videoContentButtonItem:hover {
  color: #ffffff;
  background-color: #d92129;
  border: 1px solid #d92129;
}
.videoContentFlex {
  margin-top: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  animation: fadeOut 0.5s ease-in-out;
}

.videoContentFlexItem {
  width: calc(33% - 25px);
  margin-right: 25px;
  margin-bottom: 40px;
  min-height: 27.875rem;
  border: 1px solid #e0e0e0;
}
.videoContentFlexItem:nth-child(3n) {
  margin-right: 0;
}
.videoContainer {
  position: relative;
  width: 100%;
  height: 16.5rem;
}
.playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 999;
}
.playBackGroud {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  cursor: pointer;
  z-index: 1;
}
.videoPlayer {
  width: 100%;
  height: 16.5rem;
  display: block;
}
.videoContentFlexItemTime {
  font-family: "Poppins-Regular";
  color: #d92129;
  padding: 1rem 0 0.4rem 0.4rem;
  margin-left: 0.5rem;
  border-left: 8px solid #d92129;
}
.videoContentFlexItemTitle {
  font-size: 1.5313rem;
  padding-left: 1.5625rem;
  font-family: "Poppins-Regular";
  color: #5e5e5e;
}
.videoContentFlexItemDetail {
  color: #bcbcbc;
  padding-left: 1.5625rem;
  font-family: "Poppins-Regular";
  width: 82%;
  line-height: 1.3;
}
.videoPagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  padding-top: 40px;
}
.videoPagination div,
.videoPagination a {
  margin: 0 5px;
}
.videoPagination .paginationItem {
  display: inline-block;
  font-family: "Poppins-Regular";
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: #fff;
  color: #8f8f8f;
  border: 1px solid #dddddd;
  font-weight: bold;
  cursor: pointer; /* 添加鼠标指针样式 */
  transition: background-color 0.3s, color 0.3s, border 0.3s; /* 添加过渡效果 */
}
.videoPagination .paginationItem:hover {
  background-color: #f10000;
  color: #fff;
  border: 1px solid #f10000;
}
.videoPagination .paginationItem.active {
  background-color: #f10000;
  color: #fff;
  border: 1px solid #f10000;
}
.paginationItemArrow {
  display: inline-block;
  font-family: "Poppins-Regular";
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: #fff;
  color: #8f8f8f;
  border: 1px solid #dddddd;
  font-weight: bold;
  cursor: pointer; /* 添加鼠标指针样式 */
  transition: background-color 0.3s, color 0.3s, border 0.3s; /* 添加过渡效果 */
}
.paginationItemArrow:hover {
  background-color: #f10000;
  color: #fff;
  border: 1px solid #f10000;
}
.productContent {
  padding: 2.8125rem 2.25rem 0 2.25rem;
  margin: 0 12.5%;
}
.productFlex {
  display: flex;
}
.productFlexLeft {
  width: 39rem;
}
.productFlexImg {
  position: relative;
  padding: 80px;
  width: 100%;
  height: 39.8125rem;
  border: 1px solid #e8eff1;
  background: #f6f7f7;
}
.mainImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productLogoText {
  margin-left: 12.5%;
  padding-left: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.productBigImg {
  position: absolute;
  top: 0;
  left: 0px;
  display: none;
  margin-left: calc(100% + 4rem);
  z-index: 999;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #f6f7f7;
}
.productFlexMask {
  display: none;
  width: 300px;
  height: 300px;
  background-color: #d92129;
  opacity: 0.2;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: move;
}
.productFlexImgSearch {
  position: absolute;
  top: 1.25rem;
  right: 1.5625rem;
}
.productFlexImgSearch span {
  font-size: 20px;
}
.productBigPhoto {
  position: absolute;
  top: 0;
  left: 0;
  padding: 160px;
  width: 200%;
  height: 200%;
}
.productFlexText {
  width: calc(100% - 39rem);
  padding-left: 4rem;
}
.productFlexTextTitle {
  font-size: 36px;
  font-family: "Poppins-SemiBold";
  color: #333333;
  border-bottom: 2px solid #f0f0f0;
  white-space: normal;
  word-wrap: break-word;
}
.productFlexTextDetail {
  border-bottom: 2px solid #f0f0f0;
  padding: 1.25rem 0.625rem;
}
.productFlexTextDetailFlex {
  display: flex;
  padding-bottom: 8px;
}
.productFlexTextDetailFlexLeft {
  width: 16.5625rem;
  font-family: "Poppins-Medium";
  color: #d92129;
}
.productFlexTextDetailFlexRight {
  width: calc(100% - 16.5625rem);
  font-family: "Poppins-Light";
  color: #333333;
}
.productFlexTextDown {
  padding: 10.625rem 0 0.625rem 1.25rem;
  border-bottom: 2px solid #f0f0f0;
}
.productFlexTextDownText {
  font-size: 1.5rem;
  color: #333333;
}
.productFlexTextDownHref {
  font-size: 1.125rem;
  color: #666666;
  cursor: pointer;
}
.productFlexTextButton {
  max-width: 32.6875rem;
  width: 100%;
  height: 2.8125rem;
  margin-top: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d92129;
  border-bottom-right-radius: 8% 100%;
  color: #fff;
  transition: background-color 0.3s;
  cursor: pointer;
}
.productFlexTextButton:hover {
  background-color: #000000;
}
.productFlexTextQuest {
  max-width: 32.6875rem;
  width: 100%;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b0b0b0;
}
.productPreviewRelation {
  position: relative;
  padding: 0 1.875rem;
}
.productPreviewSwiper {
  margin-top: 1.25rem;
  display: flex;

  overflow-x: hidden;
}
.productPreviewSwipeItem {
  width: 7.875rem;
  height: 7.5rem;
  flex-shrink: 0;
  padding: 10px;
  margin-left: 18px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
}

.productPreviewSwipeItem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productPreviewSwipeItem.active {
  border: 1px solid #d92129;
}
.productPreviewSwipeItem:first-child {
  margin-left: 0;
}
.productPreviewSwiperPrev {
  position: absolute;
  top: 50%;
  left: 0;
  color: #666666;

  transform: translateY(-50%);
}
.productPreviewSwiperNext {
  position: absolute;
  top: 50%;
  right: 0;
  color: #666666;
  transform: translateY(-50%);
}
.productPreviewSwiperPrev:hover,
.productPreviewSwiperNext:hover {
  color: #d92129;
}
.productContentGray {
  background-color: #fafafa;
  padding-bottom: 12rem;
}
.paddingRight20 {
  padding-right: 0.9375rem;
}
.productParameter {
  padding: 3.75rem 0 6.875rem 0;
}
.productContentWhite {
  position: relative;
  padding-bottom: 6.25rem;
}
.productParameterButtonList {
  position: absolute;
  align-items: end;
  bottom: 100%;
  display: flex;
  left: 2.25rem;
}
.productParameterButton {
  padding: 1.25rem 3.75rem;
  background: #303030;
  font-size: 1.5rem;
  flex-shrink: 0;
  color: #ffffff;
  font-family: "Poppins-SemiBold";
  line-height: 1;
  cursor: pointer;
}
.productParameterButton.active {
  padding: 2rem 3.75rem;
  background: #d92129;
}
.productParameterContent {
  padding: 0 1.375rem;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}
.productParameterContent.active {
  display: block;
  opacity: 1;
}
.productParameterContent.active {
  display: block;
}
.productParameterSizeRange {
  font-family: "Poppins-Regular";
  color: #2c2f37;
  line-height: 1;
  font-size: 1.125rem;
  display: flex;
  margin-bottom: 0.625rem;
}
.productParameterSizeRangeTitle {
  width: 11.625rem;
  height: 3.75rem;
  border: 1px solid #afafaf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productParameterSizeRangeDetail {
  width: calc(100% - 11.625rem);
  height: 3.75rem;
  border: 1px solid #afafaf;
  border-left: none;
  display: flex;
  align-items: center;
  padding-left: 3.625rem;
}
.productParameterDetail {
  font-family: "Poppins-Regular";
  color: #2c2f37;
  opacity: 0.7;
  padding-top: 2.5rem;
}
.productUsBackGroud {
  background: linear-gradient(to bottom, #fafafa 68%, #d92129 68%);
  padding-top: 5.625rem;
  padding-bottom: 3.75rem;
  text-align: center;
}
.productTitle {
  font-size: 3rem;
  font-family: "Poppins-SemiBold";
  color: #333333;
}
.productVideo {
  width: 75%;
  padding: 1.75rem 2.25rem 3.75rem 2.25rem;
  margin: 0 auto;
  text-align: center;
}
.productVideoContainer {
  position: relative;
  height: 38.9375rem;
}
.productVideoPlayer {
  width: 100%;
  height: 100%;
}
.productVideoTitle {
  font-family: "Poppins-Medium";
  font-size: 1.875rem;
  color: #ffffff;
  margin-bottom: 1.8rem;
}
.productPinchTitle {
  font-family: "Poppins-SemiBold";
  font-size: 2.25rem;
  color: #1d1d1d;
  padding: 3.75rem 0;
}
.productPinchFlex {
  display: flex;
  margin-bottom: 7.5rem;
}
.productPinchFlexItem {
  width: calc(25% - 9px);
  margin-right: 12px;
  border: 1px solid #ededed;
}
.productPinchFlexItemImg {
  position: relative;
  height: 18.3125rem;
  width: 100%;
  padding: 3.125rem;
  background-color: #f8f8f8;
}
.productPinchFlexItemImg::after {
  content: "";
  display: block;
  width: 2.6875rem;
  height: 1.4375rem;
  border-bottom-right-radius: 42% 100%;
  background-color: #d92129;
  position: absolute;
  top: 0;
  left: 0;
}

.productPinchFlexItemImg img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.productPinchFlexItemText {
  padding: 1.125rem 1.125rem 1.875rem 1.125rem;
}
.productPinchFlexItemTextTitle {
  font-size: 1.375rem;
  color: #484747;
  font-family: "Poppins-SemiBold";
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.productPinchFlexItemTextDetail {
  color: #707070;
  width: 70%;
  line-height: 1.2;
  font-family: "Poppins-Light";
}
.productPinchFlexItemTextButtonRight {
  text-align: right;
}
.productPinchFlexItemTextButton {
  font-size: 12px;
  color: #ffffff;
  background-color: #d92129;
  line-height: 1;
  padding: 5px 12px;
  font-family: "Poppins-Regular";
  border-bottom-right-radius: 15% 100%;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}
.productPinchFlexItemTextButton:hover {
  background-color: #000000;
  color: #ffffff;
}
.productPinchFlexItem:hover {
  border: 1px solid #d92129;
}
.productPinchFlexItem:nth-child() {
  margin-right: 0;
}
.productTowDetail {
  color: #ffffff;
  font-family: "Poppins-Light";
  width: 43%;
  margin-top: 10px;
}
.productTowNavContainer {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 calc(12.5% + 1rem);
  border-bottom: solid 1px #e8e8e8;
}

.productTowNav {
  flex-wrap: nowrap;
  display: flex;
  overflow-x: scroll; /* 使用 scroll 以允许滚动，但隐藏滚动条 */
  -ms-overflow-style: none; /* 隐藏 IE 和 Edge 的滚动条 */
  scrollbar-width: none; /* 隐藏 Firefox 的滚动条 */
}

.productTowNavArrow {
  background-color: transparent;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

.productTowLeftArrow {
  position: absolute;
  left: 10.5%;
  color: #626262;
}
.productTowLeftArrow:hover {
  color: #d92129;
}
.productTowRightArrow {
  position: absolute;
  right: 10.5%;
  color: #626262;
}
.productTowRightArrow:hover {
  color: #d92129;
}
.productTowNavItem {
  font-size: 1.25rem;
  color: #626262;
  padding: 2.1875rem 1rem 1.25rem 1rem;
  line-height: 1;
  font-family: "Poppins-Light";
  transition: color 0.3s ease, border-bottom 0.3s ease, font-family 0.3s ease;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}
.productTowNavItem:hover {
  color: #d92129;
  border-bottom: 3px solid #d92129;
  /*font-family: "Poppins-Regular";*/
}
.productTowNavItem.active {
  color: #d92129;
  border-bottom: 3px solid #d92129;
  /*font-family: "Poppins-Regular";*/
}
.productTowFlex {
  display: flex;
  flex-wrap: wrap;
}
.productTowFlexItem {
  width: 50%;
  display: flex;
  margin-bottom: 2.9375rem;
}
.productTowFlexItemImg {
  width: 21.375rem;
  height: 16.125rem;
  flex-shrink: 1;
  padding: 5% 10%;
  position: relative;
  background: #f8f8f8;
  max-height: 16.125rem;
}
.productTowFlexItemImg::after {
  content: "";
  display: block;
  width: 2.6875rem;
  height: 1.4375rem;
  border-bottom-right-radius: 42% 100%;
  background-color: #d92129;
  position: absolute;
  top: 0;
  left: 0;
}
.productTowFlexItemImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productTowFlexItemText {
  padding: 1.875rem;
  padding-bottom: 0;
  flex: 1;
  min-width: 205px;
}
.productTowFlexItemTextTitle {
  font-family: "Poppins-Medium";
  font-size: 1.2rem;
  color: #313131;
  white-space: normal;
word-wrap: break-word;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.productTowFlexItemTextDetail {
  color: #707070;
  width: 90%;
  line-height: 1.2;
  font-family: "Poppins-Light";
  color: #bcbcbc;
  padding: 0.625rem 0 2.8125rem 0;
}
.productTowFlexItemTextButton {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background-color: #d92129;
  line-height: 1;
  padding: 8px 12px;
  font-family: "Poppins-Regular";
  border-bottom-right-radius: 20% 100%;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}
.productTowFlexItemTextButton:hover {
  background-color: #000000;
  color: #ffffff;
}
.productTowFlexItemTextButton span {
  margin-left: 5px;
}
.productTowContentMargin {
  margin-top: 2.5rem;
}
.productTowLearn {
  width: 100%;
  text-align: center;
  padding: 3.125rem 0;
}
.productTowLearnButton {
  font-family: "Poppins-Regular";
  font-size: 1.0625rem;
  color: #ffffff;
  line-height: 1;
  background-color: #d92129;
  padding: 0.4rem 1.0625rem;
  border-bottom-right-radius: 15% 100%;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.productTowLearnButton:hover {
  background-color: #000000;
  color: #ffffff;
}
.productContentVideoTitle {
  font-family: "Poppins-Medium";
  font-size: 2.5rem;
  color: #232222;
  padding-bottom: 1rem;
}
.productContentVideoFlex {
  display: flex;
  flex-wrap: wrap;
}
.productContentVideoFlexItem {
  width: calc(50% - 19px);
  margin-bottom: 1.875rem;
}
.productContentVideoFlexItem:first-child {
  margin-right: 38px;
}
.productContentVideoFlexItemVideo {
  width: 100%;
  position: relative;
  height: 312px;
}
.productContentVideoFlexItemText {
  border: 1px solid #e0e0e0;
  border-top: none;
  padding: 1.25rem 2.75rem 2.5rem 1.875rem;
}
.productContentVideoFlexItemTextTime {
  font-size: 0.875rem;
  font-family: "Poppins-Regular";
  color: #d92129;
  line-height: 1;
}
.productContentVideoFlexItemTextTitle {
  font-family: "Poppins-Medium";
  font-size: 1.5rem;
  color: #484848;
}
.productContentVideoFlexItemTextDetail {
  color: #bcbcbc;
  font-family: "Poppins-Regular";
  width: 60%;
  padding-bottom: 1.5rem;
}
.productContentVideoFlexItemTextButton {
  font-family: "Poppins-Light";
  font-size: 1rem;
  color: #ffffff;
  line-height: 1;
  background-color: #d92129;
  padding: 0.3rem 1.9rem 0.3rem 1.375rem;
  border-bottom-right-radius: 20% 100%;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}
.productContentVideoFlexItemTextButton:hover {
  background-color: #000000;
  color: #ffffff;
}
.productTwoFAQ {
  padding-top: 2.2rem;
}
.productTwoFAQTitle {
  font-size: 3rem;
  color: #3c3c3c;
  font-family: "Poppins-Medium";
  margin-bottom: 1rem;
}
.productTwoFAQContnet {
  padding: 2.125rem 1rem 4rem 1.375rem;
  border: 1px solid #d3d3d3;
}
.productTwoFAQContnetPanel {
  padding: 0 3.125rem 0 2rem;
  border-bottom: 1px solid #e0e0e0;
}
.productTwoFAQContnetPanel:last-child {
  border-bottom: none;
}
.productTwoFAQContnetItem {
  min-height: 6.25rem;
  padding-left: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.productTwoFAQContnetItem::after {
  content: "";
  display: block;
  width: 1.8125rem;
  height: 1.25rem;
  border-bottom-right-radius: 42% 100%;
  background-color: #d92129;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.productTwoFAQContnetItemTitle {
  font-family: "Poppins-Medium";
  font-size: 1.625rem;
  color: #3c3c3c;
}
.productTwoFAQContnetItemAdd {
  width: 43px;
  height: 43px;
  background: #d92129;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.productTwoFAQContnetItemAdd:hover {
  background-color: #b80d17;
}
.productTwoFAQContnetItemAddPlus {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
}
.productTwoFAQContnetItemContent {
  padding-left: 3.125rem;
  display: none;
  font-family: "Poppins-Regular";
  font-size: 1.125rem;
  color: #9c9c9c;
  width: 75%;
  padding-bottom: 3rem;
}
.blogContent {
  padding: 2.8125rem 0;
  margin: 0 12.5%;
}
.blogFlex {
  display: flex;
}
.blogFlexLeft {
  width: calc(85% - 1rem);
  margin-right: 1rem;
}

.blogFlexRight {
  width: 30%;
}
.blogFlexLeftContent {
  padding: 1.5625rem 1.875rem;
  border: 1px solid #d92129;
}
.blogFlexLeftImg {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
.blogFlexLeftImg img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.blogFlexLeftImgext {
/*   position: absolute; */
  bottom: -0.5rem;
  left: 1.375rem;
  background: #000000;
  width: 12.5rem;
  height: 3.75rem;
  font-size: 1.125rem;
  color: #ffffff;
  font-family: "Poppins-Medium";
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogFlexLeftText {
  padding: 1rem 0;
}
.blogFlexLeftTextTitle {
  padding-top: 1.25rem;
  font-size: 2.25rem;
  color: #222222;
  font-family: "Poppins-SemiBold";
  line-height: 1.5;
}
.blogFlexLeftTextDetail {
  color: #272d34;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  font-family: "Poppiins-Regular";
  color: #656565;
  max-width: 95%;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.blogFlexLeftTextButton {
  color: #ffffff;
  background-color: #d92129;
  padding: 8px 25px;
  font-weight: 500;
  font-family: "Poppins-Regular";
  border-bottom-right-radius: 25% 100%;
  cursor: pointer;
}
.blogFlexLeftTextButton:hover {
  background-color: #b80d17;
}
.blogFlexLeftTextUser {
  font-size: 0.9375rem;
}
.blogFlexLeftMainFlex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.blogFlexLeftMainFlexItem {
  width: calc(33.33% - 1.4581rem);
  margin-right: 2.1875rem;
  border: 1px solid #bcbcbc;
  margin-bottom: 2.1875rem;
  transition: transform 0.3s ease;
}
.blogFlexLeftMainFlexImg {
  position: relative;
  padding: 0.7rem 0.3rem 0.5rem 0.3rem;
  background-color: #ffffff;
}
.blogFlexLeftMainFlexImgText {
  position: absolute;
  bottom: 0.25rem;
  left: 0.8rem;
  background: #000000;
  width: 8.75rem;
  height: 2.5625rem;
  font-size: 0.75rem;
  color: #ffffff;
  font-family: "Poppins-Medium";
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogFlexLeftMainFlexImg img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blogFlexLeftMainFlexItemText {
  padding: 0.5rem 1rem 1.5rem 1rem;
}
.blogFlexLeftMainFlexItemTextTitle {
  padding-top: 0.6rem;
  font-size: 1.1875rem;
  color: #222222;
  font-family: "Poppins-Medium";
  font-weight: 500;
  line-height: 1.5;
}
.blogFlexLeftMainFlexItemTextUndline {
  padding-top: 0.8rem;
}
.blogFlexLeftMainFlexItemTextUser {
  font-size: 0.625rem;
  text-align: right;
  color: #707070;
  padding-right: 0.625rem;
  font-family: "Poppins-Regular";
}
.blogFlexLeftMainFlexItemTextUser span {
  font-size: 0.625rem;
}
.blogFlexLeftMainFlexItemTextDetail {
  font-size: 0.6875rem;
  max-width: 90%;
  line-height: 1.8;
  color: rgba(39, 45, 52, 0.7);
  margin-top: 0.8rem;
  margin-bottom: 1.5rem;
  font-family: "Poppiins-Regular";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogFlexLeftMainFlexItemTextButton {
  padding: 6px 12px;
  font-size: 12px;
  color: #ffffff;
  background-color: #d92129;
  font-weight: 500;
  font-family: "Poppins-Regular";
  border-bottom-right-radius: 25% 100%;
  cursor: pointer;
}
.blogFlexLeftMainFlexItem:hover {
  background: #d92129;
  border: 1px solid #d92129;
  box-shadow: 0px 9px 12px 1px rgba(148, 148, 148, 0.4);
}
.blogFlexLeftMainFlexItem:hover .blogFlexLeftMainFlexItemTextUser {
  color: #ffffff;
}
.blogFlexLeftMainFlexItem:hover .blogFlexLeftMainFlexItemTextTitle {
  color: #ffffff;
}
.blogFlexLeftMainFlexItem:hover .indexNewMainFlexItemTextUndline::before {
  background: #ffffff;
}
.blogFlexLeftMainFlexItem:hover .blogFlexLeftMainFlexItemTextDetail {
  color: #ffffff;
  opacity: 0.7;
}
.blogFlexLeftMainFlexItem:hover .blogFlexLeftMainFlexItemTextDetail {
  color: #ffffff;
  opacity: 0.7;
}
.blogFlexLeftMainFlexItem:hover .blogFlexLeftMainFlexItemTextButton {
  color: #d92129;
  background-color: #ffffff;
}
.blogFlexLeftMainFlexItem:nth-child(3n) {
  margin-right: 0;
}
.blogFlexRightItem {
  position: relative;
  background: #f7f7f7;
  padding: 2.8125rem 0.9375rem;
  margin-bottom: 2rem;
}
.blogFlexRightItem::after {
  position: absolute;
  content: "";
  height: 1.0625rem;
  width: 0.25rem;
  top: 0;
  left: 1.1875rem;
  background: #d12626;
}
.blogFlexRightItemTitle {
  font-size: 1.5rem;
  font-family: "Poppins-SemiBold";
  color: #212121;
  padding-bottom: 1.875rem;
  line-height: 1;
}
.customInput {
  width: 100%;
  padding: 0.9375rem 1.25rem;
  border: 1px solid #ececec;
  background-color: #ffffff; /* 白色背景 */
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: "Poppins-Light";
  color: #333333;
  font-weight: 800;
}

.customInput:focus {
  outline: none; /* 移除默认的焦点样式 */
  border-color: #a9a9a9; /* 焦点时的边框颜色 */
}

.blogFlexRightItemCategories {
  background: #fefefe;
  border-radius: 0.375rem;
  border: 1px solid #ececec;
  padding: 1.25rem;
  font-family: "Poppins-Light";
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 3.625rem;
  margin-bottom: 8px;
}
.blogFlexRightItemCategories:last-child {
  margin-bottom: 0;
}
.blogFlexRightItemCategories:hover {
  color: #ffffff;
  background-color: #d12626;
}
.blogFlexRightItemCategories span {
  font-weight: 800;
}
.blogFlexRightItemCurrent {
  display: flex;
  margin-bottom: 1.25rem;
}
.blogFlexRightItemCurrent:last-child {
  margin-bottom: 0;
}

.blogFlexRightItemCurrentImg {
  width: 5.625rem;
  height: 5.625rem;
  object-fit: cover;
}
.blogFlexRightItemCurrentText {
  width: calc(100% - 5.625rem);
  padding: 0 0.75rem;
}
.blogFlexRightItemCurrentTextTitle {
  font-size: 1.125rem;
  color: #4b4b4b;
  font-family: "Poppins-Regular";
  font-weight: 600;
  line-height: 1.35;
  margin: 0.5rem 0;
}
.blogFlexRightItemCurrentTextDate {
  font-family: "Poppins-Light";
  font-size: 0.875rem;
  color: #9f9f9f;
}
.blogFlexRightItemCurrent:hover {
  background-color: #d92129;
}
.blogFlexRightItemCurrent:hover .blogFlexRightItemCurrentTextTitle {
  color: #ffffff;
}
.blogFlexRightItemCurrent:hover .blogFlexRightItemCurrentTextDate {
  color: #ffffff;
  opacity: 0.7;
}
/* manufacturing */
.manufacturingLogo {
  height: 686px;
  position: relative;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
.manufacturingText {
  padding-bottom: 11rem;
}
.manufacturingTitle {
  line-height: 1;
  padding: 3.5rem 0;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 1.875rem;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
.manufacturingFlex {
  display: flex;
}
.manufacturingFlexLeft {
  width: 50%;
  position: relative;
}
.manufacturingFlexLeftImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manufacturingFlexLeftTag {
  position: absolute;
  padding: 1.5625rem 4.6875rem;
  top: 4.5rem;
  left: -3.3125rem;
  font-size: 2.5rem;
  color: #ffffff;
  background: #d92129;
  line-height: 1;
  z-index: 99;
}

.manufacturingFlexLeftTriangle {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.3125rem 2.9375rem 0;
  border-color: transparent rgba(217, 33, 41, 0.7) transparent transparent;
  z-index: 99;
}
.manufacturingFlexLeftCircular {
  position: absolute;
  right: -3.25rem;
  bottom: -5.6875rem;
  width: 19.9375rem;
  height: 19.9375rem;
  border-radius: 50%;
  padding: 1.25rem;
  z-index: 99;
}
.manufacturingFlexLeftCircular img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manufacturingFlexRight {
  width: 50%;
  padding: 5.25rem 0 0 5.25rem;
}
.manufacturingFlexRightRed {
  font-size: 1.0625rem;
  color: #ff172d;
  margin-bottom: 1.25rem;
}
.manufacturingFlexRightTitle {
  font-size: 3.25rem;
  color: #2c2c2c;
  line-height: 1;
}
.manufacturingFlexRightDetial {
  font-family: "Poppins-Light";
  font-size: 1.0625rem;
  color: #4e4e4e;
  padding: 2.4375rem 0 2.5rem 0;
  line-height: 1.5;
  width: 85%;
}
.manufacturingFlexRightEngineering {
  padding: 3.125rem 2rem;
  min-height: 22.625rem;
  background: #f5f5f5;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 85%;
}
.manufacturingFlexRightEngineeringTitle {
  font-size: 1.5rem;
  color: #242424;
}
.manufacturingFlexRightEngineeringDetail {
  color: #4e4e4e;
  margin-top: 1.2rem;
  line-height: 1.62;
  width: 100%;
  letter-spacing: 0.25px;
}
.manufacturingLooking {
  margin-top: 14.125rem;
  background-color: #d92129;
  min-height: 12.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12.5% 0 15.5%;
}
.manufacturingLookingTitle {
  font-size: 2.25rem;
  color: #ffffff;
}

.manufacturingButton {
  margin-left: 1.5rem;
}
.manufacturingIntroduce {
  padding: 8.5rem 10% 2.5rem 7.5%;
  background-color: #fafafa;
}
.manufacturingIntroduceItem {
  display: flex;
  align-items: center;
  margin-bottom: 6.25rem;
}
.manufacturingIntroduceItem:last-child {
  margin-bottom: 0;
}
.manufacturingIntroduceItemLeft {
  width: 55.5%;
  min-height: 21rem;
  position: relative;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  padding-left: 8.625rem;
}
.manufacturingIntroduceItem:nth-child(2n) .manufacturingIntroduceItemLeft {
  background: #ffffff;
}
.manufacturingIntroduceItemLeftTag {
  position: absolute;
  left: 6.125rem;
  top: -1.4375rem;
  width: 5.5625rem;
  height: 5.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins-SemiBold";
  color: #ffffff;
  font-size: 3.125rem;
  background: #d92129;
}
.manufacturingIntroduceItemLeftTriangle {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 0 0 1.1875rem;
  border-color: transparent transparent transparent rgba(217, 33, 41, 0.7);
  z-index: 99;
}
.manufacturingIntroduceItemLeftText {
  width: 100%;
}
.manufacturingIntroduceItemLeftTextTitle {
  font-size: 2.5rem;
  font-family: "Poppins-SemiBold";
  color: #595959;
}
.manufacturingIntroduceItemLeftTextDetail {
  font-size: 1.125rem;
  font-family: "Poppins-Light";
  color: #595959;
  width: 87%;
}
.manufacturingIntroduceItemRight {
  width: 44.5%;
  min-height: 26rem;
}
.manufacturingIntroduceItemRight img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.manufacturingLookingButton {
  padding: 0.625rem 1.5625rem;
  border-bottom-right-radius: 20% 100%;
  color: #ffffff;
  background: #1a1a1a;
  font-family: "Poppins-Regular";
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  min-width: 12rem;
}
.manufacturingLookingButton:hover {
  background-color: #ffffff;
  color: #000000;
}
/* download */
.downloadButtonList {
  display: flex;
  flex-wrap: wrap;
}
.downloadButtonContent {
  padding-top: 2.8125rem;
  padding-left: 2.25rem;
  margin: 0 12.5% 0 12.5%;
}
.downloadButton {
  font-size: 1.5rem;
  color: #626262;
  margin-bottom: 10px;
  font-family: "Poppins-Regular";
  padding: 0.625rem 3rem 0.5rem 3rem;
  border: 1px solid #919191;
  margin-right: 9px;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease, font-family 0.3s ease;
  cursor: pointer;
}
.downloadButton:last-child {
  margin-right: 0;
}
.downloadButton:hover {
  color: #ffffff;
  background: #d92129;
  border: none;
  font-family: "Poppins-SemiBold";
}
.downloadTitle {
  padding: 0.3125rem 0.75rem 1rem 0.75rem;
  font-size: 1.875rem;
  color: #353535;
  font-family: "Poppins-Regular";
  border-bottom: 1px solid rgba(145, 145, 145, 1);
}
.downloadItems {
  margin-top: 1.875rem;
  padding: 1rem 2rem 1rem 1rem;
  width: 100%;
  min-height: 18.1875rem;
  display: flex;
  border: 1px solid #e0e0e0;
  font-family: "Poppins-Regular";
}
.downloadItemsImg {
  width: 16.75rem;
  height: 16.125rem;
  object-fit: cover;
}
.downloadItemsText {
  padding: 3rem 0 0 2.3125rem;
  width: 60%;
}
.downloadItemsTextDate {
  font-size: 1.5rem;
  color: #d92129;
}
.downloadItemsTextTitle {
  color: #5e5e5e;
  font-size: 1.5rem;
}
.downloadItemsTextDetial {
  color: #bcbcbc;
}
.downloadItemsButtonContent {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.downloadItemsButton {
  font-size: 0.8125rem;
  margin-left: auto;
  line-height: 1;
  padding: 0.8rem 2.5rem 0.5rem 2rem;
  color: #ffffff;
  background-color: #d92129;
  border-bottom-right-radius: 20% 100%;
  cursor: pointer;
}
.downloadItemsButton:hover {
  background-color: #e6202a;
}
.blogNameText {
  font-family: "Poppins-Regular";
  font-size: 1.125rem;
  color: #656565;
}
.blogNameTextDetail {
  margin-bottom: 2.5rem;
}
.blogNameFlexLeft {
  width: calc(85% - 2.625rem);
  margin-right: 2.625rem;
  margin-bottom: 8.5rem;
}
.blogNameFlexLeftContent {
  padding: 0 0.5rem 0.7rem 0.5rem;
}
.blogNameTextCardRed {
  border-radius: 10px;
  background: #e00404;
  padding-left: 8px;
}
.blogNameTextCardGray {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 2rem 3.125rem 2rem 3.125rem;
  background: #fafafa;
  overflow: hidden;
}
.blogNameTextCardDou {
  position: absolute;
  bottom: -24rem;
  right: 4.5625rem;
  font-size: 28.5rem;
  color: #e6e6e6;
  line-height: 1;
  font-family: "Poppins-SemiBold";
}
.blogNameTextCardLoremFlex {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
.blogNameTextCardLoremFlexUnline {
  width: 6.375rem;
  height: 1px;
  background: #494949;
  margin-right: 1.5rem;
}
.blogNameTextCardLorem {
  font-size: 1.5rem;
  color: #2b2b2b;
}
.blogNameTextTitle {
  font-family: "Poppins-SemiBold";
  font-size: 2.25rem;
  color: #2d2d2d;
  margin: 2.5rem 0 0.5rem 0;
}
.blogNameTextImgFlex {
  width: 100%;
  display: flex;
}
.blogNameTextImgLeft {
  width: calc(50% - 1.1875rem);
  height: auto;
  min-height: 25.3125rem;
  object-fit: cover;
  margin-right: 2.4375rem;
}
.blogNameTextImgRight {
  width: calc(50% - 1.1875rem);
  height: auto;
  min-height: 25.3125rem;
  object-fit: cover;
}
.blogNamePaging {
  display: flex;
  justify-content: space-between;
  padding: 2.375rem 1.875rem;
  background-color: #fafafa;
}
.blogNamePagingItem {
  display: flex;
  align-items: center;
}
.blogNamePagingItemImg {
  width: 7.1875rem;
  height: 5.125rem;
  object-fit: contain;
}
.blogNamePagingItemHref {
  font-size: 1.125rem;
  color: #313131;
  font-family: "Poppins-Regular";
  align-items: center;
  display: flex;
  line-height: 1;
}
.blogNamePagingItemHref:hover {
  color: #e63a3a;
}
.blogNamePagingItemHrefRight {
  text-align: right;
}
.margin20 {
  margin: 0 0.5rem;
}

.blogNameLeftMainTitle {
  margin-top: 3.9rem;
  padding-bottom: 0.8rem;
  position: relative;
  font-family: "Poppins-SemiBold";
  font-size: 2.25rem;
  color: #333333;
}
.blogNameLeftMainTitle:before {
  content: "";
  display: block;
  width: 2.6875rem;
  height: 4px;
  border-radius: 3px;
  background-color: #d92129;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blogNameRightItem {
  position: relative;
  background: #1a1a1a;
  padding: 2.8125rem 1.25rem;
}
.blogNameRightItem::after {
  position: absolute;
  content: "";
  height: 2rem;
  width: 0.375rem;
  top: 0;
  left: 1.1875rem;
  background: #d12626;
}
.blogNameRightItemTitle {
  font-size: 1.875rem;
  font-family: "Poppins-SemiBold";
  color: #ffffff;
  text-align: center;
}
.blogNameRightItemInput {
  width: 100%;
  padding: 0.625rem 0.9375rem 0.5rem 0.9375rem;
  background-color: rgba(234, 234, 234, 0.18);
  font-family: "Poppins-Light";
  color: rgba(255, 255, 255, 0.39);
  margin-bottom: 1.5rem;
  border: none;
}
.blogNameRightItemTextarea {
  min-height: 10rem;
}
.blogNameContactForm {
  margin-top: 2.5rem;
  text-align: center;
}
.blogNameContactButton {
  margin-top: 1.5rem;
  border: none;
  padding: 0.625rem 1.5625rem;
  border-bottom-right-radius: 25% 100%;
  color: #ffffff;
  background: #d92129;
  font-family: "Poppins-Regular";
  font-size: 1.125rem;
  cursor: pointer;
}
.blogNameContactButton:hover {
  background: #e6202a;
}
.applicationContent {
  padding: 2.8125rem 1.4375rem 0 1.4375rem;
  margin: 0 12.5%;
}
.applicationContentFlex {
  display: flex;
}
.applicationContentFlexLeft {
  width: calc(25% - 2.375rem);
  margin-right: 2.375rem;
}
.applicationContentFlexRight {
  width: 75%;
}
.applicationContentFlexLeftButton {
  font-family: "Poppins-Medium";
  font-size: 1.375rem;
  border: 1px solid #dbdbdb;
  color: #6f6f6f;
  line-height: 1;
  padding: 1.1rem 2.375rem 1rem 2.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer;
}

.applicationContentFlexLeftButton:hover {
  color: #ffffff;
  background-color: #d92129;
}
.applicationContentFlexLeftButton.active {
  color: #ffffff;
  background-color: #d92129;
}
.applicationContentExplain {
  padding: 2.5rem;
  width: 100%;
  background-color: #f8f8f8;
}
.applicationContentExplainTitle {
  font-size: 2.25rem;
  font-family: "Poppins-Medium";
  color: #1b1e23;
  margin-bottom: 1.875rem;
}
.applicationContentExplainDetail {
  font-family: "Poppins-Light";
  margin-bottom: 1.875rem;
  color: #1b1e23;
  line-height: 1.5;
  width: 91%;
}
.applicationContentExplainImg {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.applicationProductFlex {
  display: flex;
  flex-wrap: wrap;
}
.applicationProductFlexItem {
  width: calc(33.33% - 0.9163rem);
  margin-right: 0.9163rem;
}
.applicationProductFlexItem:nth-child(3n) {
  margin-right: 0;
}
.applicationProductFlexItemImg {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  position: relative;
  min-height: 23.875rem;
  width: 100%; /* 确保容器宽度设置 */
  max-height: 23.875rem;
}
.applicationProductFlexItemImg img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.applicationProductFlexItemImg::after {
  content: "";
  display: block;
  width: 2.6875rem;
  height: 1.4375rem;

  border-bottom-right-radius: 42% 100%;
  background-color: #d92129;
  position: absolute;
  top: 0;
  left: 0;
}

.applicationProductFlexItemTitle {
  font-family: "Poppins-Medium";
  font-size: 1.375rem;
  color: #404040;
  text-align: center;
  margin: 1.5625rem 0;
}
.marginTop70 {
  margin-top: 4.375rem;
}
.applicationVideosFlex {
  display: flex;
  flex-wrap: wrap;
}
.applicationVideosItem {
  width: calc(50% - 0.9375rem);
  margin-right: 1.875rem;
}
.applicationVideosItem:nth-child(2n) {
  margin-right: 0;
}
.applicationVideosItemVideo {
  width: 100%;
  height: 18.875rem;
  position: relative;
}
.applicationVideosItemText {
  border: 1px solid #e0e0e0;
  padding: 1.25rem 2.1875rem 0 2.1875rem;
}
.applicationVideosItemTextTitle {
  font-family: "Poppins-Medium";
  font-size: 1.25rem;
  color: #484848;
}
.applicationVideosItemTextDetail {
  color: #bcbcbc;
  font-family: "Poppins-Regular";
  width: 60%;
  font-size: 0.875rem;
  padding-bottom: 1.5rem;
}
.applicationChooseUs {
  background: #f8f8f8;
  margin-top: 9.6875rem;
  padding: 5rem 0 14.375rem 0;
}
.applicationChooseUsTitle {
  padding: 0 12.5% 0.625rem 12.5%;
  font-size: 1.5rem;
  font-family: "Poppins-SemiBold";
  color: #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.applicationChooseUsContent {
  padding-left: 12.5%;
  display: flex;
}
.applicationChooseUsContentFlex {
  display: flex;
  width: 100%;
  padding-top: 12.25rem;
  position: relative;
}
.applicationChooseUsContentRed {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(37% - 2.3rem);
  height: 100%;
  background-color: #d92129;
  background-position: -20px 202%;
  background-repeat: no-repeat;
  padding: 11.5rem 2.3125rem 0 2.3125rem;
}
.applicationChooseUsContentRedTitle {
  color: #ffffff;
  font-size: 3rem;
  font-family: "Poppins-SemiBold";
  line-height: 1.2;
  padding-bottom: 1.25rem;
  position: relative;
}

.applicationChooseUsContentRedTitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.5rem;
  height: 0.3125rem;
  background-color: #ffffff;
}
.applicationChooseUsContentRedDetail {
  padding-top: 2rem;
  font-family: "Poppins-Light";
  color: #ffffff;
  width: 75%;
}
.applicationChooseUsContentFlexItem {
  width: 21%;
  margin-right: 1.1875rem;
  border: 1px solid #b7b7b7;
}
.applicationChooseUsContentFlexItemImg {
  width: 100%;
}
.applicationChooseUsContentFlexItemImg img {
  min-height: 415px;

  object-fit: cover;
  width: 100%;
}
.applicationChooseUsContentFlexItemText {
  position: relative;
  padding: 0.875rem 1.5625rem 1.875rem 1.5625rem;
}
.applicationChooseUsContentFlexItemTextTitle {
  font-family: "Poppins-Medium";
  font-size: 1.0625rem;
  color: #1f1f1f;
}
.applicationChooseUsContentFlexItemTextDetail {
  font-family: "Poppins-Light";
  font-size: 0.75rem;
  color: #484848;
  width: 95%;
}
.applicationChooseUsContentFlexItemText::after {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 2.875rem;
  top: -4px;
  left: 0.5625rem;
  background: #d12626;
}
.aboutUsLogo {
  height: 790px;
  position: relative;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
.marginBottom40 {
  margin-bottom: 0.25rem;
}
.aboutUsContent {
  position: relative;
  padding: 3.75rem 1.75rem 0 1.75rem;
  text-align: center;
}
.aboutUsContentBack {
  position: absolute;
  top: 5.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-family: "Poppins-SemiBold";
  font-size: 10.75rem;
  line-height: 1;
  color: rgba(242, 242, 242, 0.63);
  z-index: -1;
  font-style: italic;
}
.aboutUsContentRedText {
  color: #d00000;
  font-family: "Poppins-Regular";
}
.aboutUsContentTitle {
  font-family: "Poppins-SemiBold";
  font-size: 3.75rem;
  color: #1b1e23;
}
.aboutUsContentDetail {
  text-align: left;
  margin-top: 2.5rem;
  font-family: "Poppins-Light";
  font-size: 1.125rem;
  color: #434343;
}
.aboutImgContent {
  padding: 6.25rem 12.5% 0 12.5%;
  position: relative;
  overflow: hidden;
}
.aboutImgContentImg {
  padding: 0 2.5rem;
  width: 100%;
  max-height: 44.375rem;
  object-fit: contain;
}
.aboutImgContentBackGroud {
  position: absolute;
  bottom: -12.375rem;
  width: 100%;
  left: 0;
  transform: perspective(1143px) rotateX(10deg);
  height: 25.125rem;
  background-color: #d92129;
  border-radius: 40px;
  z-index: -1;
}
.aboutImgContentNumber {
  background-color: #d92129;
  padding: 4.375rem 12.5%;
}
.aboutImgContentNumberFlex {
  padding: 0 2.25rem;
  display: flex;
}
.aboutImgContentNumberFlexItem {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
.aboutImgContentNumberFlexItem:last-child {
  border-right: none;
}
.aboutImgContentNumberFlexItemNum {
  font-family: "Poppins-Bold";
  font-size: 6.3125rem;
  color: #ffffff;
  line-height: 1;
}
.aboutImgContentNumberFlexItemText {
  font-family: "Poppins-Medium";
  color: #ffffff;
  font-size: 1.5rem;
}
.aboutBlock {
  background: #1a1a1a;
  min-height: 9.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16%;
}
.aboutBlockText {
  font-family: "Poppins-Regular";
  font-size: 2.25rem;
  color: #ffffff;
}
.aboutBlockButton {
  padding: 0.625rem 1.5625rem;
  border-bottom-right-radius: 25% 100%;
  color: #ffffff;
  background: #d92129;
  font-family: "Poppins-Regular";
  cursor: pointer;
}
.aboutBlockButton:hover {
  background: #e6202a;
}
.aboutUsProductContent {
  padding: 9.5rem 0 6.25rem 2.25rem;
  margin-left: 12.5%;
  margin-right: 7.8%;
}
.aboutUsProductFlex {
  display: flex;
}
.aboutUsProductFlexLeft {
  width: 54%;
}
.aboutUsProductFlexLeftRed {
  font-family: "Poppins-Regular";
  color: #d92129;
}
.aboutUsProductFlexLeftTitle {
  position: relative;
  font-family: "Poppins-SemiBold";
  font-size: 3rem;
  color: #1b1e23;
  padding: 0.3125rem 0 0.625rem 0;
}
.aboutUsProductFlexLeftTitle::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 3.5625rem;
  height: 0.375rem;
  border-radius: 3px;
  background-color: #d92129;
}
.aboutUsProductFlexLeftDetail {
  margin-top: 3.125rem;
  font-family: "Poppins-Light";
  font-size: 1rem;
  color: #434343;
  width: 79%;
}
.aboutUsProductFlexLeftVideo {
  display: flex;
  padding-top: 6.875rem;
}
.aboutUsProductFlexLeftVideoItem {
  width: calc(50% - 0.75rem);
  margin-right: 1.5rem;
}
.aboutUsProductFlexLeftVideoItem:last-child {
  margin-right: 0;
}
.aboutUsProductFlexLeftVideoItemText {
  font-family: "Poppins-Regular";
  font-size: 1.5rem;
  color: #434343;
  width: 100%;
  text-align: center;
  line-height: 1;
  padding: 1.875rem 0;
}
.aboutUsProductFlexLeftVideoItemVideo {
  width: 100%;
  height: 21.375rem;
  position: relative;
}

.aboutUsProductFlexRight {
  width: 50%;
  padding-left: 6.25rem;
  padding-top: 3.875rem;
}
.aboutUsProductFlexRightRedBack {
  position: relative;
  height: 48.1875rem;
  width: 100%;
  background-color: #d92129;
  border-radius: 1rem;
  border-top-left-radius: 35%;
}
.aboutUsProductFlexRightRedBackImg {
  position: absolute;
  right: 1.125rem;
  bottom: 1.125rem;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border-top-left-radius: 35%;
}
.aboutUsProductFlexRightRedBackImg img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border-top-left-radius: 35%;
  object-fit: cover;
}
.aboutUsAdvantage {
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 54.375rem;
  width: 100%;
}
.aboutUsAdvantageTitle {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "Poppins-SemiBold";
  font-size: 3rem;
  color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
.aboutUsAdvantageTitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.5625rem;
  height: 0.375rem;
  background: #d92129;
  border-radius: 0.1875rem;
}
.aboutUsAdvantageFlex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.3125rem;
}
.aboutUsAdvantageFlexItem {
  margin-bottom: 2.5rem;
  width: calc(50% - 1.25rem);
  background-color: transparent;
  min-height: 14.375rem;
  display: flex;
  padding: 2.8125rem 1.875rem;
}
.aboutUsAdvantageFlexItem:nth-child(2n) {
  margin-left: 2.5rem;
}
.aboutUsAdvantageFlexItem:hover {
  background-color: rgba(242, 242, 242, 0.25);
}
.aboutUsAdvantageFlexItemIcon {
  margin-right: 1.5rem;
}
.aboutUsAdvantageFlexItemIcon img {
  width: 3.4375rem;
  height: 3.1875rem;
  object-fit: contain;
}
.aboutUsAdvantageFlexItemTextTitle {
  font-family: "Poppins-Medium";
  font-size: 1.875rem;
  line-height: 1.2;
  color: #ffffff;
}
.aboutUsAdvantageFlexItemTextDetail {
  margin-top: 1.25rem;
  font-family: "Poppins-Light";
  font-size: 1.125rem;
  color: #ffffff;
}
.aboutUsLooking {
  padding: 0 16% 0 15.5%;
  background-color: #d92129;
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutUsQualifcation {
  margin-top: 6.25rem;
}
.aboutUsQualifcationSwiper {
  width: 100%;
  padding-top: 4.375rem;
  padding-bottom: 4.75rem;
  margin-bottom: 4.125rem;
}
.aboutUsQualifcationSwiperText {
  font-size: 1.5rem;
  font-family: "Poppins-Regular";
  color: #494949;
  text-align: center;
}
.aboutUsQualifcationSwiperContent {
  position: relative;
}
.aboutUsQualifcationAbousolute {
  position: absolute;
  top: 11.25rem;
  right: 2.25rem;
  display: flex;
}
.aboutUsQualifcationSwiperImg {
  max-width: 20.375rem;
}
.aboutUsQualifcationSwiperImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid transparent;
}
.aboutUsQualifcationSwiperImg:hover img {
  border: 1px solid #e21c03;
}
.aboutUsQualifcationSwiperNext,
.aboutUsQualifcationSwiperPrev {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #d92129;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.aboutUsQualifcationSwiperNext:hover,
.aboutUsQualifcationSwiperPrev:hover {
  color: #ffffff;
  background-color: #d92129;
}
.aboutUsQualifcationSwiperPagination {
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-color: #cf0e21;
  --swiper-pagination-bullet-inactive-opacity: 0.38;
  --swiper-pagination-bullet-inactive-color: #cf0e21;
  --swiper-pagination-bottom: 3rem;
}
.aboutUsQualifcationSwiperPagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
}
.aboutUsQualifcationPartners {
  min-height: 38rem;
  padding-top: 4rem;
  width: 100%;
  text-align: center;
  background: linear-gradient(to bottom, #f6f6f6 63.81%, #ffffff 63.81%);
}
.aboutUsQualifcationPartnersTitle {
  font-family: "Poppins-SemiBold";
  font-size: 3rem;
  color: #171717;
  line-height: 1.3;
}
.aboutUsQualifcationPartnersDetail {
  font-size: 1.25rem;
  font-family: "Poppins-Regular";
  color: #a6a5a5;
  line-height: 1;
}
.aboutUsQualifcationPartnersFlex {
  display: flex;
  margin-top: 3.625rem;
  justify-content: center;
}
.aboutUsQualifcationPartnersFlexItem {
  width: 15.5rem;
  height: 15.5rem;
  margin: 0 1rem;
  background: #ffffff;
  box-shadow: 0px 20px 25px 4px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9375rem;
}
.aboutUsQualifcationPartnersFlexItem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aboutUsQualifcationPartnersFlexItem:nth-child(2n) {
  margin-top: 2.25rem;
}
.aboutUsProductExperiencetTitle {
  font-size: 1.5rem;
  color: #525252;
  font-family: "Poppins-Regular";
  padding-bottom: 3.75rem;
  padding-top: 1rem;
}
.mySwiperExperience {
  width: 100%;
  margin-left: 25%;
}
.aboutUsExperienceSwiperContent {
  position: absolute;
  top: 8.25rem;
  right: 2.25rem;
  display: flex;
}
.aboutUsExperienceSwiperNext,
.aboutUsExperienceSwiperPrev {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #d92129;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.aboutUsExperienceSwiperNext:hover,
.aboutUsExperienceSwiperPrev:hover {
  color: #ffffff;
  background-color: #d92129;
}
.aboutUsExperienceSwiperNext.swiper-button-disabled,
.aboutUsExperienceSwiperPrev.swiper-button-disabled {
  color: #ffffff;
  background-color: #d92129;
  opacity: 0.6;
}
.aboutUsExperienceText {
  font-family: "Poppins-Regular";
  font-size: 1.25rem;
  color: #1a1a1a;
  line-height: 2;
}
.aboutUsExperienceSlide {
  width: 28.1875rem;
}
.aboutUsExperienceImg {
  width: 100%;
  height: 21.5rem;
  object-fit: cover;
}
@media (max-width: 1440px) {
  /* 5%修改区域 */
  .productContent {
    margin: 0 5%;
  }
  .aboutImgContent {
    padding: 6.25rem 5% 0 5%;
  }
  .aboutImgContentNumber {
    padding: 4.375rem 5%;
  }
  .aboutBlock {
    padding: 0 9%;
  }
  .aboutUsProductContent {
    margin-left: 5%;
    margin-right: 5%;
  }
  .aboutUsLooking {
    padding-left: 9%;
    padding-right: 9%;
  }
  .videoLogoText {
    margin-left: 5%;
  }
  .applicationContent {
    margin: 0 5%;
  }
  .applicationChooseUsContent {
    padding-left: 5%;
  }
  .applicationChooseUsTitle {
    padding: 0 5% 0.625rem 5%;
  }
  .downloadButtonContent {
    margin: 0 5%;
  }
  .manufacturingLooking {
    padding: 0 9%;
  }
  .manufacturingIntroduce {
    padding: 8.5rem 6% 2.5rem 4.5%;
  }
  .productLogoText {
    margin-left: 5%;
  }
  .productTowNav {
    padding: 0 calc(5% + 1rem);
  }
  .productVideo {
    width: 90%;
  }
  .videoContent {
    margin: 0 5%;
  }
  /* 5%修改区域End */
  .applicationProductFlexItemImg {
    padding: 15%;
  }
  .productFlexLeft {
    width: 50%;
  }

  .productFlexImg {
    padding: 40px;
    height: 31.8125rem;
  }
  .productFlexText {
    width: 50%;
  }
  .productFlexTextDetailFlexLeft {
    width: 13.5rem;
  }
  .productFlexTextDown {
    padding-top: 1.625rem;
  }
  .productPinchFlexItemImg {
    height: 13.3125rem;
    padding: 2rem;
  }
  .productPinchFlexItemTextDetail {
    width: 90%;
    margin-bottom: 10px;
  }
  .blogFlexRightItemCurrentTextTitle {
    font-size: 0.9rem;
  }

  .blogFlexRightItemCurrentTextDate {
    font-size: 0.6rem;
  }
  /* manufacturing */
  .manufacturingIntroduceItemRight {
    min-height: auto;
  }
  .manufacturingIntroduceItemLeft {
    min-height: 18rem;

    padding-top: 30px;
  }
  .manufacturingIntroduceItemLeftTextTitle {
    line-height: 1.4;
  }
  .applicationContentFlexLeftButton {
    font-size: 1rem;
    padding: 1.1rem 1.75rem 1rem 1.75rem;
  }
  .aboutUsQualifcationPartnersFlexItem {
    width: 12.5rem;
    height: 12.5rem;
  }
  .aboutImgContentNumberFlexItemNum {
    font-size: 4rem;
  }
  .aboutImgContentNumberFlexItemText {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .videoContent {
    margin: 0;
    padding: 2.8125rem 2.5rem 10.0625rem 2.5rem;
  }
  .videoLogoText {
    margin-left: 0;
  }
  .productLogoText {
    margin-left: 0;
  }
  .videoContentFlexItem {
    width: 100%;
    margin-right: 0;
  }
  .productFlex {
    flex-wrap: wrap;
  }
  .productFlexLeft {
    width: 100%;
  }
  .productFlexText {
    width: 100%;
    padding-left: 0;
  }
  .productContent {
    margin: 0;
  }
  .productContentWhite {
    padding-bottom: 4.25rem;
  }
  .productVideoTitle {
    padding-top: 30px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .productFlexTextDetailFlexLeft {
    width: 11.5rem;
  }
  .productFlexTextDetailFlexRight {
    width: calc(100% - 11.5rem);
  }
  .productUsBackGroud {
    padding-top: 3.625rem;
  }
  .productParameterButton {
    padding: 1rem 1.75rem;
  }
  .productParameterButton.active {
    padding: 1.5rem 2rem;
    background: #d92129;
  }
  .productVideo {
    width: 100%;
  }
  .productPinchFlex {
    flex-wrap: wrap;
  }
  .productTowNav {
    padding: 0 5%;
  }
  .productPinchFlexItem {
    width: calc(50% - 7.5px);
    margin-right: 7.5px;
    margin-bottom: 7.5px;
  }
  .productPinchFlexItem:nth-child(2n) {
    margin-right: 0;
  }
  .productFlexImg .productFlexMask,
  .productFlexImg .productBigImg {
    display: none !important;
  }
  .productVideoContainer {
    height: auto;
  }

  .productTowFlexItem {
    width: 100%;
  }
  .productTowDetail {
    width: 90%;
  }
  .productContentVideoFlexItem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.875rem;
  }
  .productContentVideoFlexItem:first-child {
    margin-right: 0;
  }
  .productTwoFAQContnetPanel {
    padding: 0 0.625rem;
  }
  .productTwoFAQContnetItemTitle {
    line-height: 1.2;
    padding: 10px 0;
  }
  .productTwoFAQContnetItemContent {
    padding-top: 0.625rem;
    width: 90%;
    padding-bottom: 2rem;
  }
  .productTowFlexItemTextTitle {
    line-height: 1.2;
  }
  .productTwoFAQContnet {
    padding-bottom: 2rem;
  }
  .productFlexTextTitle {
    margin-top: 40px;
  }
  .blogFlex {
    flex-wrap: wrap;
  }
  .blogFlexLeft {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .blogFlexRight {
    width: 100%;
  }
  .blogFlexLeftMainFlexItem {
    width: calc(50% - 2.5px);
    margin-right: 5px;
  }
  .blogFlexLeftMainFlexItem:nth-child(3n) {
    margin-right: 5px;
  }
  .blogFlexLeftMainFlexItem:nth-child(2n) {
    margin-right: 0;
  }
  .blogFlexRightItemCurrentTextTitle {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .blogFlexRightItemCurrentTextDate {
    font-size: 0.8rem;
  }
  /* manufacturing */
  .manufacturingFlex {
    flex-wrap: wrap;
  }
  .manufacturingFlexLeft {
    width: 100%;
  }
  .manufacturingFlexRight {
    width: 100%;
    padding: 88px 0;
  }
  .manufacturingTitle {
    font-size: 1.6rem;
  }
  .manufacturingFlexRightDetial {
    width: 100%;
  }
  .manufacturingFlexRightEngineering {
    width: 100%;
  }
  .manufacturingLooking {
    margin-top: 0;
  }
  .manufacturingLooking {
    margin-top: 0;
    flex-wrap: wrap;
    padding: 20px 5%;
  }
  .manufacturingLookingTitle {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .manufacturingIntroduceItemLeftTextTitle {
    line-height: 1.4;
  }
  .manufacturingIntroduceItem {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .manufacturingIntroduceItemLeft {
    width: 100%;
    padding: 0 5%;
    padding-top: 30px;
  }
  .manufacturingIntroduceItemRight {
    width: 100%;
    min-height: 22rem;
  }
  .manufacturingIntroduce {
    margin-top: 100px;
    padding: 0 5%;
  }
  .manufacturingFlexLeftCircular {
    width: 16.9375rem;
    height: 16.9375rem;
    right: -2.25rem;
    border-radius: 50%;
    padding: 1.25rem;
  }
  .downloadItemsButtonContent {
    margin-top: 1.25rem;
  }
  .downloadItems {
    flex-wrap: wrap;
  }
  .downloadItemsImg {
    width: 100%;
    height: auto;
  }
  .downloadItemsText {
    width: 100%;
    padding-left: 0;
  }
  .downloadButtonContent {
    padding-left: 0;
    margin: 0 5%;
  }
  .downloadPagination {
    margin-bottom: 40px;
  }
  .blogNameFlexLeft {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4.5rem;
  }
  .blogNameTextCardDou {
    bottom: -13rem;
    right: 0.5625rem;
    font-size: 15.5rem;
  }
  .blogNameTextImgFlex {
    flex-wrap: wrap;
  }
  .blogNamePaging {
    padding: 15px;
  }
  .blogNamePagingItemImg {
    margin: 0;
  }
  .blogNameTextImgLeft {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .blogNameTextImgRight {
    width: 100%;
  }
  .blogNameRightItem {
    margin-bottom: 100px;
  }
  .applicationChooseUs {
    padding: 5rem 0;
  }

  .applicationChooseUsContentFlex {
    padding-top: 5rem;
  }
  .applicationContent {
    margin: 0;
  }
  .applicationContentFlex {
    flex-wrap: wrap;
  }
  .applicationContentFlexLeft {
    width: 100%;
    margin-right: 0;
  }
  .applicationContentFlexRight {
    width: 100%;
  }

  .applicationProductFlexItem {
    width: 100%;
    margin-right: 0;
  }
  .applicationProductFlexItemImg {
    max-height: none;
    padding: 20%;
  }
  .applicationVideosItem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .applicationChooseUsContent {
    padding-left: 5%;
    padding-right: 5%;
  }
  .applicationChooseUsContentFlex {
    flex-wrap: wrap;
  }
  .applicationChooseUsContentFlexItem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
  .applicationChooseUsContentRed {
    position: static;
    width: 100%;
    height: 50rem;
    background-position: -84px 322%;
  }
  .aboutUsContent {
    padding: 3.75rem 0 0 0;
  }
  .aboutUsContentBack {
    font-size: 4.75rem;
  }
  .aboutUsContentTitle {
    font-size: 3.25rem;
  }
  .aboutImgContentNumberFlex {
    flex-wrap: wrap;
    padding: 0;
  }
  .aboutImgContentNumberFlexItem {
    width: 50%;
    margin-bottom: 30px;
  }
  .aboutImgContentNumberFlexItem:nth-child(2n) {
    border: none;
  }
  .aboutBlock {
    padding: 20px 5%;
    line-height: 1.2;
    flex-wrap: wrap;
  }
  .aboutUsProductContent {
    padding: 0;
    margin: 0 5%;
    padding-top: 100px;
  }

  .aboutUsProductFlex {
    flex-wrap: wrap;
  }
  .aboutUsProductFlexLeft {
    width: 100%;
  }
  .aboutUsProductFlexRight {
    width: 100%;
    padding-left: 5%;
  }
  .aboutUsProductFlexLeftDetail {
    width: 100%;
  }
  .aboutUsAdvantageFlexItem {
    width: 100%;
    padding: 2rem 1rem;
  }
  .aboutUsAdvantageFlexItem:nth-child(2n) {
    margin-left: 0;
  }
  .aboutUsLooking {
    flex-wrap: wrap;
    padding: 20px 5%;
  }
  .mySwiperExperience {
    margin-left: 0;
    padding: 0 15px 50px 15px;
  }
  .aboutUsQualifcationPartnersFlex {
    flex-wrap: wrap;
  }
  .aboutUsQualifcationPartnersFlexItem:nth-child(2n) {
    margin-top: 0;
  }
  .aboutUsAdvantage {
    margin-top: 40px;
  }
  .aboutUsQualifcationPartnersFlexItem {
    width: 8.5rem;
    height: 8.5rem;
  }
  .aboutUsProductFlexLeftVideo {
    flex-wrap: wrap;
  }
  .aboutUsProductFlexLeftVideoItem {
    width: 100%;
    margin-right: 0;
  }
  .aboutImgContent {
    padding: 6.25rem 5% 0 5%;
  }
  .aboutImgContentImg {
    padding: 0;
    width: 100%;
    max-height: 44.375rem;
    object-fit: cover;
  }
  .aboutBlockText {
    margin-bottom: 10px;
  }
  .aboutUsQualifcationAbousolute {
    top: 15.25rem;
  }
  .productTwoFAQ {
    padding-bottom: 2.2rem;
  }
  .productTowFlexItem {
    flex-wrap: wrap;
  }
  .productTowFlexItemImg {
    width: 100%;
  }
  .productTowFlexItemText {
    padding-left: 0;
  }
  .productTowNavContainer {
    padding: 0 5%;
  }
  .productTowLeftArrow {
    left: 0%;
  }
  .productTowRightArrow {
    right: 0%;
  }
}
