.detail-nban {
  width: 100%;
  position: relative;
  margin-top: 46px;
}
.detail-nban .nban-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-nban .nban-outer {
  position: relative;
  width: 100%;
}
.detail-nban .nban-inner {
  width: 100%;
  max-width: 1440px;
  padding: 95px 120px 65px;
  margin: 0 auto;
}
.detail-nban .nban-dot {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 18px;
}
.detail-nban .nban-dot-inner {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  height: 35px;
}
.detail-nban .nban-dot-inner .dot {
  width: 12px;
  height: 12px;
  background: #2B7FFF;
  border-radius: 50%;
  margin-right: 12px;
}
.detail-nban .nban-dot-inner .text {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.detail-nban .nban-navs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.detail-nban .nban-navs a {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  transition: 0.5s;
}
.detail-rich {
  width: 100%;
  position: relative;
}
.detail-rich .detail-rich-right {
  position: absolute;
  right: 0;
  top: 100px;
  width: 10%;
  max-width: 200px;
}
.detail-rich .detail-rich-left {
  position: absolute;
  top: -120px;
  left: 0;
  width: 11%;
  max-width: 200px;
}
.detail-rich .proType-btn {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  background: #347FFF;
  margin-bottom: 0;
  display: none;
  padding: 10px 12px;
  border-radius: 6px;
}
.detail-rich .detail-rich-inner {
  width: 100%;
  padding: 60px 156px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.detail-rich .detail-rich-inner-other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 110px;
}
.detail-rich .detail-rich-inner-other .pro-last-type {
  width: 200px;
}
.detail-rich .detail-rich-inner-other .pro-last-type .pro-last-type-inner {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #347FFF;
  overflow: hidden;
}
.detail-rich .detail-rich-inner-other .pro-last-type .pro-last-type-title {
  width: 100%;
  text-align: center;
  background: #347FFF;
  padding: 10px 18px;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 28px;
}
.detail-rich .detail-rich-inner-other .pro-last-type .pro-last-type-val {
  width: 100%;
}
.detail-rich .detail-rich-inner-other .pro-last-type .pro-last-type-first {
  width: 100%;
  padding: 12px 12%;
  border-bottom: 1px solid #347FFF;
}
.detail-rich .detail-rich-inner-other .pro-last-type .pro-last-type-first .proi-type-item {
  width: 100%;
  text-align: center;
  padding: 4px 0;
}
.detail-rich .detail-rich-inner-other .pro-last-type .pro-last-type-first .proi-type-item .text {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}
.detail-rich .detail-rich-inner-other .pro-last-type .pro-last-type-first .pro-last-type-second-outer {
  width: 100%;
  max-height: 0;
  transition: max-height 1s;
  overflow: hidden;
}
.detail-rich .detail-rich-inner-other .pro-last-type .pro-last-type-first .pro-last-type-second-outer .pro-last-type-second-inner {
  width: 100%;
  padding-top: 6px;
}
.detail-rich .detail-rich-inner-other .pro-last-type .pro-last-type-first .pro-last-type-second-outer .pro-last-type-second-item {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #347FFF;
  font-weight: 400;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 24px;
  text-align: center;
  padding: 10px 5px;
  transition: 0.5s;
  margin-bottom: 15px;
  cursor: pointer;
  display: block;
}
.detail-rich .detail-rich-inner-other .pro-last-type .pro-last-type-first .pro-last-type-second-outer .pro-last-type-second-item:hover {
  background: #347FFF;
  color: #fff;
}
.detail-rich .detail-rich-inner-other .pro-last-type .pro-last-type-first .pro-last-type-second-outer .pro-last-type-second-item-active {
  background: #347FFF;
  color: #fff;
}
.detail-rich .detail-rich-inner-other .pro-last-type .pro-last-type-first-active .pro-last-type-second-outer {
  max-height: 3000px;
}
.detail-rich .detail-rich-inner-other .pro-last-type .pro-last-type-first:nth-last-of-type(1) {
  border-bottom: none;
}
.detail-rich .detail-rich-inner-other .detail-rich-main {
  width: calc(95% - 200px);
  margin-bottom: 0;
}
.detail-rich .detail-rich-inner-other .detail-rich-main .detail-rich-cover .detail-rich-cover-img::after {
  display: none;
}
.detail-rich .detail-rich-inner-other .detail-rich-infor {
  margin-top: 65px;
}
.detail-rich .detail-rich-types {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.detail-rich .detail-rich-types .esbPage-type-item {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 26px;
  border-radius: 12px;
  border: 1px solid #347FFF;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.detail-rich .detail-rich-types .esbPage-type-item .esbPage-type-item-icon {
  width: 35px;
  height: 50px;
  position: relative;
}
.detail-rich .detail-rich-types .esbPage-type-item .esbPage-type-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.detail-rich .detail-rich-types .esbPage-type-item .esbPage-type-item-icon .default {
  opacity: 1;
}
.detail-rich .detail-rich-types .esbPage-type-item .esbPage-type-item-icon .active {
  opacity: 0;
}
.detail-rich .detail-rich-types .esbPage-type-item .esbPage-type-item-text {
  padding-left: 10px;
  max-width: calc(100% - 35px);
}
.detail-rich .detail-rich-types .esbPage-type-item:hover {
  background: #347FFF;
  color: #fff;
}
.detail-rich .detail-rich-types .esbPage-type-item:hover .esbPage-type-item-icon .default {
  opacity: 0;
}
.detail-rich .detail-rich-types .esbPage-type-item:hover .esbPage-type-item-icon .active {
  opacity: 1;
}
.detail-rich .detail-rich-types .esbPage-type-item-active {
  background: #347FFF;
  color: #fff;
}
.detail-rich .detail-rich-types .esbPage-type-item-active .esbPage-type-item-icon .default {
  opacity: 0;
}
.detail-rich .detail-rich-types .esbPage-type-item-active .esbPage-type-item-icon .active {
  opacity: 1;
}
.detail-rich .detail-rich-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #0da8e6 0%, #ec9fff 100%);
  margin: 33px 0 37px;
}
.detail-rich .detail-rich-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.detail-rich .detail-rich-main .detail-rich-cover {
  width: 45%;
}
.detail-rich .detail-rich-main .detail-rich-cover .detail-rich-cover-img {
  width: 100%;
  aspect-ratio: 0.99361702;
  border-radius: 12px;
  border: 2px solid #BABABA;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.detail-rich .detail-rich-main .detail-rich-cover .detail-rich-cover-img::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(222deg, rgba(32, 141, 246, 0.75) 0%, rgba(0, 206, 175, 0.75) 100%);
  opacity: 0.1;
}
.detail-rich .detail-rich-main .detail-rich-cover .detail-rich-cover-img img {
  width: 90%;
  height: 90%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
  position: relative;
  z-index: 12;
}
.detail-rich .detail-rich-main .detail-rich-cover .detail-rich-cover-img:hover img {
  transform: scale(1.1);
}
.detail-rich .detail-rich-main .detail-rich-words {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.detail-rich .detail-rich-main .detail-rich-words .detail-rich-word-top {
  width: 100%;
}
.detail-rich .detail-rich-main .detail-rich-words .detail-rich-word-btns {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
.detail-rich .detail-rich-main .detail-rich-words .detail-rich-word-btns .detail-rich-contact {
  width: 181px;
  height: 57px;
  border-radius: 12px;
  border: 2px solid #208DF6;
  font-weight: 500;
  font-size: 18px;
  color: #208DF6;
  line-height: 57px;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-Medium';
  overflow: hidden;
  transition: 0.5s;
  margin-right: 16px;
  margin-top: 16px;
}
.detail-rich .detail-rich-main .detail-rich-words .detail-rich-word-btns .detail-rich-contact .text {
  height: 100%;
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
.detail-rich .detail-rich-main .detail-rich-words .detail-rich-word-btns .detail-rich-contact .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.detail-rich .detail-rich-main .detail-rich-words .detail-rich-word-btns .detail-rich-contact:hover {
  background: #208DF6;
}
.detail-rich .detail-rich-main .detail-rich-words .detail-rich-word-btns .detail-rich-contact:hover .text {
  transform: translateY(-100%);
}
.detail-rich .detail-rich-main .detail-rich-words .detail-rich-word-btns .detail-rich-list {
  width: 181px;
  height: 57px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 57px;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-Medium';
  overflow: hidden;
  transition: 0.5s;
  background: #208DF6;
  margin-top: 16px;
}
.detail-rich .detail-rich-main .detail-rich-words .detail-rich-word-btns .detail-rich-list .text {
  height: 100%;
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
.detail-rich .detail-rich-main .detail-rich-words .detail-rich-word-btns .detail-rich-list .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.detail-rich .detail-rich-main .detail-rich-words .detail-rich-word-btns .detail-rich-list:hover .text {
  transform: translateY(-100%);
}
.detail-rich .detail-rich-main .detail-rich-title {
  font-weight: 500;
  font-size: 28px;
  color: #0F0F0F;
  line-height: 34px;
  margin-bottom: 15px;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.detail-rich .detail-rich-main .detail-rich-keywords {
  display: flex;
  flex-wrap: wrap;
}
.detail-rich .detail-rich-main .detail-rich-keywords .pro-detail-keyWord {
  margin-bottom: 13px;
  height: 40px;
  background: #00CEAF;
  border-radius: 4px;
  margin-right: 18px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  padding: 0 12px;
  min-width: 110px;
}
.detail-rich .detail-rich-main .detail-rich-keywords .pro-detail-keyWord1 {
  border-radius: 8px;
  border: 1px solid #00CEAF;
  background: transparent;
  color: #00CEAF;
}
.detail-rich .detail-rich-main .detail-rich-keywords .pro-detail-keyWord:nth-last-of-type(1) {
  margin-right: 0;
}
.detail-rich .detail-rich-main .detail-rich-desc {
  font-weight: 400;
  font-size: 16px;
  color: #232323;
  line-height: 34px;
  margin-bottom: 15px;
}
.detail-rich .detail-rich-main .detail-rich-adv .detail-rich-adv-title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  color: #232323;
  line-height: 34px;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.detail-rich .detail-rich-main .detail-rich-adv ul {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #232323;
  line-height: 34px;
}
.detail-rich .detail-rich-main .detail-rich-adv li {
  width: 100%;
}
.detail-rich .detail-rich-infor {
  width: 100%;
}
.detail-rich .tabList {
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  background: #DDDDDD;
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.11);
  border: 1px solid #208DF6;
}
.detail-rich .tabList::-webkit-scrollbar {
  height: 12px;
  width: 0px;
}
.detail-rich .tabList table {
  width: 100%;
  border-collapse: collapse;
}
.detail-rich .tabList table caption {
  width: 100%;
  text-align: center;
  padding: 24px 30px;
  font-weight: 400;
  font-size: 16px;
  color: #232323;
  line-height: 34px;
}
.detail-rich .tabList table th {
  padding: 24px 30px;
  font-weight: 400;
  font-size: 16px;
  color: #232323;
  line-height: 34px;
  background: transparent;
  white-space: nowrap;
}
.detail-rich .tabList table td {
  background: transparent;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #232323;
  line-height: 34px;
  padding: 16px 18px;
  white-space: nowrap;
}
.detail-rich .tabList table tr:nth-of-type(1) td {
  color: #208DF6;
}
.detail-rich .tabList table tr:nth-of-type(2n) {
  background: #fff;
}
.detail-rich .detail-image {
  width: 100%;
  background: url('../images/imgs/detail-image-back.png') no-repeat;
  background-size: cover;
}
.detail-rich .detail-image .detail-image-inner {
  width: 100%;
  padding: 60px 145px;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.detail-rich .detail-image .detail-image-swiper {
  width: calc(80% - 145px);
  padding: 0 10%;
  position: relative;
  margin-right: 5%;
}
.detail-rich .detail-image .detail-image-swiper .detail-image-slide {
  width: 100%;
  aspect-ratio: 1.33333333;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-rich .detail-image .detail-image-swiper .detail-image-slide .el-image {
  width: 100%;
  height: 100%;
}
.detail-rich .detail-image .detail-image-swiper .detail-image-slide img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.detail-rich .detail-image .detail-image-swiper .detail-image-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.6);
  z-index: 5;
}
.detail-rich .detail-image .detail-image-swiper .detail-image-btn:hover {
  background: #208DF6;
  color: #fff;
}
.detail-rich .detail-image .detail-image-swiper .detail-image-btn-prev {
  left: 0;
}
.detail-rich .detail-image .detail-image-swiper .detail-image-btn-next {
  right: 0;
}
.detail-rich .detail-image .detail-image-side-swiper {
  width: 145px;
  height: 480px;
}
.detail-rich .detail-image .detail-image-side-swiper .swiper-wrapper {
  flex-direction: column;
}
.detail-rich .detail-image .detail-image-side-swiper .detail-image-side-slide {
  width: 100%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.34);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: auto;
}
.detail-rich .detail-image .detail-image-side-swiper .detail-image-side-slide img {
  width: 90%;
  height: 90%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.detail-rich .detail-image .detail-image-side-swiper .detail-image-side-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.34);
  transition: 0.5s;
}
.detail-rich .detail-image .detail-image-side-swiper .detail-image-side-slide-active::after {
  top: 100%;
  opacity: 0;
}
.detail-rich .detail-image .detail-image-side-swiper .detail-image-side-slide:nth-last-of-type(1) {
  margin-bottom: 0;
}
.detail-rich .surface-treatment-process {
  width: 100%;
  position: relative;
  z-index: 2;
}
.detail-rich .surface-treatment-process::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(241, 245, 255, 0) 0%, #f1f5ff 22%);
  opacity: 0.8;
}
.detail-rich .surface-treatment-process .surface-treatment-process-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 75px 188px 92px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.detail-rich .surface-treatment-process .surface-treatment-process-words {
  width: 340px;
}
.detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-title {
  background: linear-gradient(0deg, #101828 0%, #1c398e 50%, #312c85 100%);
  font-size: 42px;
  line-height: 63px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-line {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0da8e6 0%, #ec9fff 100%);
  border-radius: 3px;
  margin: 13px auto 19px;
}
.detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-swiper {
  width: 100%;
  position: relative;
  padding-bottom: 120px;
}
.detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-swiper .process-words-slide {
  width: 100%;
}
.detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-swiper .process-words-slide .process-words-title {
  font-weight: 500;
  font-size: 30px;
  color: #2B2B2B;
  line-height: 32px;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-swiper .process-words-slide .process-words-desc {
  font-weight: 400;
  font-size: 14px;
  color: #4A5565;
  line-height: 38px;
  margin-top: 19px;
}
.detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-swiper .process-words-btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-swiper .process-words-btns .process-words-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  border: 2px solid #147BD8;
  color: #147BD8;
  font-size: 36px;
  cursor: pointer;
  transition: 0.5s;
  margin: 0 12px;
}
.detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-swiper .process-words-btns .process-words-btn:hover {
  background: #147BD8;
  color: #fff;
}
.detail-rich .surface-treatment-process .surface-treatment-process-imgs {
  width: calc(100% - 380px);
}
.detail-rich .surface-treatment-process .surface-treatment-process-imgs .surface-treatment-process-imgs-inner {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.36309524;
}
.detail-rich .surface-treatment-process .surface-treatment-process-imgs .surface-treatment-process-imgs-inner .surface-treatment-process-img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: 0.5s;
}
.detail-rich .surface-treatment-process .surface-treatment-process-imgs .surface-treatment-process-imgs-inner .surface-treatment-process-img-active {
  opacity: 1;
  transform: scale(1);
}
.detail-rich .surface-treatment-process .surface-treatment-process-titles {
  width: 100%;
  padding: 0 5%;
  margin-top: 45px;
}
.detail-rich .surface-treatment-process .surface-treatment-process-titles .surface-treatment-process-title-inner {
  width: 100%;
  display: flex;
  position: relative;
}
.detail-rich .surface-treatment-process .surface-treatment-process-titles .surface-treatment-process-title-inner::after {
  content: "";
  width: 75%;
  height: 1px;
  position: absolute;
  left: 12.5%;
  top: 11px;
  border-top: 1px dashed #A5A5A5;
}
.detail-rich .surface-treatment-process .surface-treatment-process-titles .surface-treatment-process-title-item {
  cursor: pointer;
  width: 25%;
  position: relative;
  z-index: 2;
}
.detail-rich .surface-treatment-process .surface-treatment-process-titles .surface-treatment-process-title-item .surface-treatment-process-title-dot {
  width: 23px;
  height: 23px;
  background: #F5F8FF;
  border-radius: 50%;
  border: 1px solid #A5A5A5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  margin: 0 auto;
}
.detail-rich .surface-treatment-process .surface-treatment-process-titles .surface-treatment-process-title-item .surface-treatment-process-title-dot p {
  width: 17px;
  height: 17px;
  background: #A5A5A5;
  border-radius: 50%;
  transition: 0.5s;
}
.detail-rich .surface-treatment-process .surface-treatment-process-titles .surface-treatment-process-title-item .surface-treatment-process-title-text {
  width: 100%;
  text-align: center;
  padding: 0 12px;
  margin-top: 12px;
  font-weight: 400;
  font-size: 24px;
  color: #3B3B3B;
  line-height: 30px;
  transition: 0.5s;
}
.detail-rich .surface-treatment-process .surface-treatment-process-titles .surface-treatment-process-title-item:hover .surface-treatment-process-title-dot {
  border: 1px solid #00AE94;
}
.detail-rich .surface-treatment-process .surface-treatment-process-titles .surface-treatment-process-title-item:hover .surface-treatment-process-title-dot p {
  background: #00AE94;
}
.detail-rich .surface-treatment-process .surface-treatment-process-titles .surface-treatment-process-title-item-active .surface-treatment-process-title-dot {
  border: 1px solid #00AE94;
}
.detail-rich .surface-treatment-process .surface-treatment-process-titles .surface-treatment-process-title-item-active .surface-treatment-process-title-dot p {
  background: #00AE94;
}
.detail-rich .surface-treatment-process .surface-treatment-process-titles .surface-treatment-process-title-item-active .surface-treatment-process-title-text {
  color: #00AE94;
}
.detail-rich .treatment-text {
  width: 100%;
  margin-top: -85px;
  display: flex;
  position: relative;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.detail-rich .treatment-text::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.detail-rich .treatment-text .text {
  font-weight: 800;
  font-size: 137px;
  line-height: 200px;
  margin-right: 30px;
  white-space: nowrap;
  flex: none;
  background: linear-gradient(90deg, #00ceaf 0%, #3549f9 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: 'AlibabaPuHuiTi-Heavy';
}
.detail-rich .related-product-box {
  width: 100%;
}
.detail-rich .related-product-box .related-product-box-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px 90px 56px;
}
.detail-rich .related-product-box .relatedProductsCon-title {
  margin-bottom: 50px;
  padding: 0 90px;
  width: 100%;
}
.detail-rich .related-product-box .relatedProductsCon-title-text {
  font-weight: 500;
  font-size: 36px;
  color: #3B3B3B;
  line-height: 48px;
  position: relative;
  padding-left: 25px;
}
.detail-rich .related-product-box .relatedProductsCon-title-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 40px;
  background: #00CEAF;
  border-radius: 3px;
}
.detail-rich .related-product-box .relatedProductsSwiper {
  width: 100%;
  padding: 0 90px;
  position: relative;
}
.detail-rich .related-product-box .relatedProductsSwiper .relatedProducts-swiper-slide {
  width: 256px;
  margin-right: 26px;
}
.detail-rich .related-product-box .relatedProductsSwiper .relatedProducts-swiper-slide .pro-tp {
  aspect-ratio: 1;
  background: linear-gradient(180deg, #f7fbff 0%, #f5fdfc 100%);
  border-radius: 12px;
  border: 1px solid rgba(109, 109, 109, 0.18);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.detail-rich .related-product-box .relatedProductsSwiper .relatedProducts-swiper-slide .pro-tp img {
  width: 85%;
  height: 85%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.detail-rich .related-product-box .relatedProductsSwiper .relatedProducts-swiper-slide .pro-tp::after {
  content: "";
  width: 134px;
  height: 12px;
  background: rgba(0, 0, 0, 0.3);
  filter: blur(5px);
  opacity: 0.6;
  border-radius: 50%;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.detail-rich .related-product-box .relatedProductsSwiper .relatedProducts-swiper-slide .pro-tp::before {
  content: "";
  width: 0;
  height: 4px;
  background: #00CEAF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.detail-rich .related-product-box .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-data {
  width: 100%;
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 24px;
  margin-top: 10px;
}
.detail-rich .related-product-box .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-data .text {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #2b2b2b 0, #2b2b2b 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.detail-rich .related-product-box .relatedProductsSwiper .relatedProducts-swiper-slide:hover .pro-tp img {
  transform: scale(1.05);
}
.detail-rich .related-product-box .relatedProductsSwiper .relatedProducts-swiper-slide:hover .pro-tp::before {
  width: 100%;
}
.detail-rich .related-product-box .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-data .text {
  background-size: 100% 1px;
}
.detail-rich .related-product-box .relatedProductsSwiper .relatedProducts-swiper-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.detail-rich .related-product-box .relatedProductsSwiper .relatedProductsCon-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #147BD8;
  font-size: 32px;
  color: #147BD8;
  cursor: pointer;
}
.detail-rich .related-product-box .relatedProductsSwiper .relatedProductsCon-btn:hover {
  color: #fff;
  background: #147BD8;
}
.detail-rich .related-product-box .relatedProductsSwiper .relatedProducts-btn-prev {
  left: 0;
}
.detail-rich .related-product-box .relatedProductsSwiper .relatedProducts-btn-next {
  right: 0;
}
.innerPage-pros-classifyM {
  position: fixed;
  top: 0;
  width: 80%;
  height: 100vh;
  left: 100%;
  background: #fff;
  transition: 0.6s;
  padding: 30px 5%;
  z-index: 2300;
}
.innerPage-pros-classifyM .esbPage-type {
  width: 100%;
  position: relative;
  z-index: 12;
}
.innerPage-pros-classifyM .esbPage-type .esbPage-type-inner {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #347FFF;
  overflow: hidden;
}
.innerPage-pros-classifyM .esbPage-type .esbPage-type-title {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  padding: 9px 8px;
  background: #347FFF;
  text-align: center;
}
.innerPage-pros-classifyM .esbPage-type .esbPage-type-list {
  padding: 22px 5% 32px;
  max-height: 80vh;
  overflow-y: auto;
}
.innerPage-pros-classifyM .esbPage-type .esbPage-type-item {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 26px;
  border-radius: 12px;
  border: 1px solid #347FFF;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.innerPage-pros-classifyM .esbPage-type .esbPage-type-item .esbPage-type-item-icon {
  width: 35px;
  height: 50px;
  position: relative;
}
.innerPage-pros-classifyM .esbPage-type .esbPage-type-item .esbPage-type-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.innerPage-pros-classifyM .esbPage-type .esbPage-type-item .esbPage-type-item-icon .default {
  opacity: 1;
}
.innerPage-pros-classifyM .esbPage-type .esbPage-type-item .esbPage-type-item-icon .active {
  opacity: 0;
}
.innerPage-pros-classifyM .esbPage-type .esbPage-type-item .esbPage-type-item-text {
  padding-left: 10px;
  width: calc(100% - 35px);
}
.innerPage-pros-classifyM .esbPage-type .esbPage-type-item:hover {
  background: #347FFF;
  color: #fff;
}
.innerPage-pros-classifyM .esbPage-type .esbPage-type-item:hover .esbPage-type-item-icon .default {
  opacity: 0;
}
.innerPage-pros-classifyM .esbPage-type .esbPage-type-item:hover .esbPage-type-item-icon .active {
  opacity: 1;
}
.innerPage-pros-classifyM .esbPage-type .esbPage-type-item-active {
  background: #347FFF;
  color: #fff;
}
.innerPage-pros-classifyM .esbPage-type .esbPage-type-item-active .esbPage-type-item-icon .default {
  opacity: 0;
}
.innerPage-pros-classifyM .esbPage-type .esbPage-type-item-active .esbPage-type-item-icon .active {
  opacity: 1;
}
.innerPage-pros-classifyM .pro-last-type {
  width: 100%;
}
.innerPage-pros-classifyM .pro-last-type-inner {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #347FFF;
  overflow: hidden;
}
.innerPage-pros-classifyM .pro-last-type-title {
  width: 100%;
  text-align: center;
  background: #347FFF;
  padding: 10px 18px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
}
.innerPage-pros-classifyM .pro-last-type-val {
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
}
.innerPage-pros-classifyM .pro-last-type-first {
  width: 100%;
  padding: 12px 8%;
  border-bottom: 1px solid #347FFF;
}
.innerPage-pros-classifyM .pro-last-type-first .proi-type-item {
  width: 100%;
  text-align: center;
  padding: 4px 0;
}
.innerPage-pros-classifyM .pro-last-type-first .proi-type-item .text {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
.innerPage-pros-classifyM .pro-last-type-first .pro-last-type-second-outer {
  width: 100%;
  max-height: 0;
  transition: max-height 1s;
  overflow: hidden;
}
.innerPage-pros-classifyM .pro-last-type-first .pro-last-type-second-outer .pro-last-type-second-inner {
  width: 100%;
  padding-top: 6px;
}
.innerPage-pros-classifyM .pro-last-type-first .pro-last-type-second-outer .pro-last-type-second-item {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #347FFF;
  font-weight: 400;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 24px;
  text-align: center;
  padding: 10px 5px;
  transition: 0.5s;
  margin-bottom: 15px;
  cursor: pointer;
  display: block;
}
.innerPage-pros-classifyM .pro-last-type-first .pro-last-type-second-outer .pro-last-type-second-item:hover {
  background: #347FFF;
  color: #fff;
}
.innerPage-pros-classifyM .pro-last-type-first .pro-last-type-second-outer .pro-last-type-second-item-active {
  background: #347FFF;
  color: #fff;
}
.innerPage-pros-classifyM .pro-last-type-first-active .pro-last-type-second-outer {
  max-height: 3000px;
}
.innerPage-pros-classifyM .pro-last-type-first:nth-last-of-type(1) {
  border-bottom: none;
}
.prosClassifyMActive {
  left: 100%;
  transition: 0.6s;
}
.prosClassifyMMask {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 2299;
}
.prosClassifyMMaskActive {
  display: none;
}
.topPo {
  width: 100%;
}
.topPo .detail-main {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.topPo .detail-main-title {
  width: calc(100% - 60px);
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.topPo .detail-main-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.page-link {
  width: 100%;
  background: #F9F9F9;
  border-radius: 10px;
  padding: 24px 40px;
}
.page-link .page-link-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.page-link .page-link-a {
  font-weight: 550;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  max-width: 50%;
}
.page-link .page-link-a .page-link-a-inner {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  background: transparent;
  transition: 0.5s;
  position: relative;
}
.page-link .page-link-a .page-link-a-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 0;
  background: #333;
  transition: 0.5s;
}
.page-link .page-link-a .icon {
  width: 20px;
}
.page-link .page-link-a .icon img {
  display: block;
  width: 100%;
}
.page-link .page-link-a:hover .page-link-a-inner::after {
  width: 100%;
}
.page-link .page-link-a .page-link-word {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.page-link .page-link-a .page-link-main {
  width: auto;
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.detail-inner {
  width: 100%;
  padding: 60px 0;
  color: #333;
}
.innerPage-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1800px;
}
.detail-content {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
}
.detail-content img {
  max-width: 100%;
  display: block;
}
.detail-content table {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin-top: 10px;
  margin-left: 0px !important;
  border: 0;
}
.detail-content table caption {
  width: 100%;
  text-align: left;
  padding: 24px 30px;
  color: #2c2c2c;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #2c2c2c;
  background: transparent;
  border-radius: 10px 10px 0 0;
}
.detail-content table::-webkit-scrollbar {
  height: 10px;
}
.detail-content table th {
  background: transparent;
  color: #2c2c2c;
  border: 1px solid #2c2c2c;
  padding: 24px 30px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.detail-content table tr:first-child td {
  color: #2c2c2c;
  font-size: 16px;
  padding: 24px 30px;
  line-height: 30px;
  text-align: center;
}
.detail-content table td {
  background: transparent;
  text-align: center;
  border: 1px solid #2c2c2c;
  color: #2c2c2c;
  font-size: 16px;
  padding: 12px 18px;
  white-space: nowrap;
}
.swiper-button-lock {
  display: block;
}
@media only screen and (max-width: 1918px) {
  .detail-nban .nban-inner {
    padding: 85px 120px 32px;
  }
}
@media only screen and (max-width: 1395px) {
  .detail-rich .detail-rich-left {
    width: 10%;
  }
  .detail-rich .detail-rich-right {
    width: 7%;
  }
  .detail-nban .nban-inner {
    padding: 80px 100px 32px;
  }
  .detail-rich .detail-rich-inner {
    padding: 55px 100px;
  }
  .detail-rich .detail-rich-main {
    margin-bottom: 50px;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-inner {
    padding: 55px 100px 88px;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-title {
    font-size: 39px;
    line-height: 60px;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-swiper .process-words-slide .process-words-title {
    font-size: 26px;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-swiper .process-words-slide .process-words-desc {
    line-height: 36px;
    margin-top: 12px;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-titles .surface-treatment-process-title-item .surface-treatment-process-title-text {
    font-size: 22px;
  }
  .detail-rich .treatment-text .text {
    font-size: 122px;
    line-height: 170px;
  }
  .detail-rich .treatment-text {
    margin-top: -73px;
  }
  .detail-rich .related-product-box .related-product-box-inner {
    padding: 18px 85px 32px 60px;
  }
  .detail-rich .related-product-box .relatedProductsCon-title-text {
    font-size: 33px;
    line-height: 44px;
  }
  .detail-rich .related-product-box .relatedProductsCon-title {
    margin-bottom: 40px;
  }
  .detail-rich .detail-rich-main .detail-rich-keywords .pro-detail-keyWord {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1251px) {
  .detail-rich .detail-rich-inner-other .pro-last-type .pro-last-type-title {
    font-size: 18px;
  }
  .detail-rich .detail-rich-inner-other .detail-rich-main {
    width: calc(96% - 180px);
  }
  .detail-rich .detail-rich-inner-other .detail-rich-infor {
    margin-top: 38px;
  }
  .detail-rich .detail-rich-inner-other .pro-last-type .pro-last-type-first {
    padding: 12px 8%;
  }
  .detail-rich .detail-rich-inner-other .pro-last-type {
    width: 180px;
  }
  .detail-rich .detail-rich-inner-other .pro-last-type .pro-last-type-first .proi-type-item .text {
    font-size: 16px;
  }
  .detail-nban .nban-inner {
    padding: 58px 5% 29px;
  }
  .detail-nban .nban-navs a {
    font-size: 18px;
  }
  .detail-nban .nban-dot-inner .text {
    font-size: 13px;
  }
  .detail-rich .detail-rich-inner {
    padding: 40px 60px 40px 40px;
  }
  .detail-rich .detail-rich-line {
    margin: 18px 0 30px;
  }
  .detail-rich .detail-rich-main .detail-rich-keywords .pro-detail-keyWord {
    font-size: 14px;
    min-width: 90px;
  }
  .detail-rich .detail-rich-main .detail-rich-desc {
    font-size: 14px;
    line-height: 32px;
  }
  .detail-rich .detail-rich-main .detail-rich-adv .detail-rich-adv-title {
    margin-bottom: 9px;
    line-height: 30px;
  }
  .detail-rich .detail-rich-main .detail-rich-adv ul {
    font-size: 14px;
    line-height: 30px;
  }
  .detail-rich .detail-rich-main .detail-rich-words .detail-rich-word-btns .detail-rich-contact {
    width: 150px;
    height: 48px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 48px;
  }
  .detail-rich .detail-rich-main .detail-rich-words .detail-rich-word-btns .detail-rich-list {
    width: 150px;
    height: 48px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 48px;
  }
  .detail-rich .detail-rich-main .detail-rich-words .detail-rich-word-btns {
    margin-top: 12px;
  }
  .detail-rich .detail-image .detail-image-inner {
    padding: 50px 90px;
  }
  .detail-rich .detail-image .detail-image-swiper {
    width: calc(95% - 145px);
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-inner {
    padding: 45px 60px 80px;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-title {
    font-size: 35px;
    line-height: 52px;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-swiper .process-words-slide .process-words-title {
    font-size: 23px;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-swiper .process-words-slide .process-words-desc {
    line-height: 34px;
    margin-top: 10px;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-titles {
    padding: 0 0;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-titles .surface-treatment-process-title-item .surface-treatment-process-title-text {
    font-size: 18px;
  }
  .detail-rich .treatment-text .text {
    font-size: 100px;
    line-height: 144px;
  }
  .detail-rich .related-product-box .related-product-box-inner {
    padding: 0 60px 12px 40px;
  }
  .detail-rich .related-product-box .relatedProductsCon-title {
    padding: 0 0;
    margin-bottom: 32px;
  }
  .detail-rich .related-product-box .relatedProductsCon-title-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .detail-nban .nban-navs a {
    font-size: 15px;
    line-height: 28px;
  }
  .detail-nban .nban-inner {
    padding: 50px 5% 23px;
  }
  .detail-rich .detail-rich-inner {
    padding: 30px 5%;
  }
  .detail-rich .detail-rich-line {
    margin: 9px 0 30px;
  }
  .detail-rich .detail-rich-main {
    flex-wrap: wrap;
    margin-bottom: 33px;
  }
  .detail-rich .detail-rich-main .detail-rich-cover {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 30px;
  }
  .detail-rich .detail-rich-main .detail-rich-words {
    width: 100%;
  }
  .detail-rich .detail-rich-main .detail-rich-words .detail-rich-word-btns {
    margin-top: 5px;
  }
  .detail-rich .tabList table td {
    padding: 12px;
  }
  .detail-rich .detail-image .detail-image-inner {
    padding: 35px 5%;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-inner {
    padding: 35px 5% 65px;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-title {
    font-size: 28px;
    line-height: 45px;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-swiper .process-words-slide .process-words-title {
    font-size: 22px;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-words {
    width: 290px;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-imgs {
    width: calc(100% - 320px);
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-swiper .process-words-btns .process-words-btn {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 30px;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-words .surface-treatment-process-words-swiper {
    padding-bottom: 90px;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-titles .surface-treatment-process-title-item .surface-treatment-process-title-text {
    font-size: 16px;
    margin-top: 9px;
  }
  .detail-rich .related-product-box .relatedProductsCon-title-text {
    font-size: 27px;
    line-height: 39px;
  }
  .detail-rich .related-product-box .related-product-box-inner {
    padding: 0 5% 10px;
  }
}
@media (max-width: 767px) {
  .detail-rich .detail-rich-left {
    left: 0;
  }
  .detail-rich .proType-btn {
    display: block;
  }
  .detail-rich .tabList table td {
    padding: 8px;
    font-size: 14px;
  }
  .proDetailPage .prosClassifyMActive {
    left: 20%;
  }
  .detail-rich .detail-rich-main .detail-rich-cover {
    margin: 0 auto 24px;
  }
  .detail-rich .detail-rich-main .detail-rich-title {
    font-size: 25px;
  }
  .proDetailPage .prosClassifyMMaskActive {
    display: block;
  }
  .detail-rich .detail-rich-inner-other .pro-last-type {
    display: none;
  }
  .detail-rich .detail-rich-inner-other .detail-rich-main {
    width: 100%;
  }
  .detail-nban .nban-inner {
    padding: 30px 5% 21px;
  }
  .detail-nban .nban-dot-inner .text {
    font-size: 12px;
  }
  .detail-rich .detail-rich-main .detail-rich-keywords .pro-detail-keyWord {
    font-size: 13px;
    min-width: 0;
    margin-right: 12px;
  }
  .detail-rich .detail-image .detail-image-side-swiper {
    width: 90px;
    height: 315px;
  }
  .detail-rich .detail-image .detail-image-swiper {
    width: calc(95% - 90px);
    padding: 0 0;
  }
  .detail-rich .detail-image .detail-image-swiper .detail-image-slide .el-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .detail-rich .related-product-box .relatedProductsSwiper .relatedProducts-swiper-slide {
    width: 220px;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-imgs {
    display: none;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-words {
    width: 100%;
  }
  .detail-rich .surface-treatment-process .surface-treatment-process-titles {
    display: none;
  }
  .detail-rich .detail-image .detail-image-swiper .detail-image-slide img {
    width: 84%;
    height: 84%;
  }
  .detail-rich .related-product-box .relatedProductsSwiper .relatedProductsCon-btn {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  .detail-rich .detail-image .detail-image-swiper .detail-image-btn {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  .detail-rich .related-product-box .relatedProductsSwiper {
    padding: 0 56px;
  }
  .detail-rich .detail-rich-types {
    flex-wrap: wrap;
  }
  .detail-rich .detail-rich-types .esbPage-type-item {
    width: 48%;
  }
  .detail-rich .detail-image .detail-image-swiper {
    padding-bottom: 60px;
    position: relative;
  }
  .detail-rich .detail-image .detail-image-swiper .detail-image-btn {
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
  .detail-rich .detail-image .detail-image-swiper .detail-image-btn-prev {
    left: 20%;
  }
  .detail-rich .detail-image .detail-image-swiper .detail-image-btn-next {
    right: 20%;
  }
}
@media only screen and (max-width: 425px) {
  .detail-rich .detail-rich-main .detail-rich-title {
    font-size: 22px;
  }
}
