#app{
    background: #f2f2f2;
}
.banner{
    width: 100%;
    position: relative;
}
.banner .banner-img{
    width: 100%;
}
.banner .banner-img img{
    width: 100%;
}
.banner .banner-inner{
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.banner .banner-inner .banner-content{
    display: flex;
    flex-direction: column;
}
.banner .banner-inner .banner-content .banner-title{
    color: #ffffff;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 45px;
    margin-bottom: 3%;
}

.page{
  padding: 51px 0;
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
}
.page .page-inner a,
.page .page-inner span{ 
    color: #848484 !important;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.details{
    width:  100%;
}
.details .details-inner{
    width: 80%;
    margin: 0 auto;
    max-width: 1440px;
}
.details .details-top{ 
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.details .details-top .details-top-left{ 
    width: 43%;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1 / 1;
}
.details .details-top .details-top-left>img{
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
} 
.details .details-top .details-top-left .image-container{
    width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
} 
.details .details-top .details-top-left .swiper-slide img{
    width: 100%;
    height: 100%;
} 
.details-button-next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.details-button-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
#detailImage {
  display: none;
  background: #F2F2F2;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  border: 4px solid #E5E5E5;
}
.details .details-top .details-top-right{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.details .details-top .details-top-right .details-top-right-top{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.details .details-top .details-top-right .details-top-right-top .details-top-right-top-top{
      color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 35px;
  line-height: 48px;
}
.details .details-top .details-top-right .details-top-right-top .details-top-right-top-middle{
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
.details .details-top .details-top-right .details-top-right-top .details-top-right-top-middle .details-top-right-top-middle-one{
  padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid #cc141c;
    color: #cc141c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.details .details-top .details-top-right .details-top-right-middle{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}
.details .details-top .details-top-right .details-top-right-bottom{
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.details .details-top .details-top-right .details-top-right-bottom .details-top-right-bottom-top{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
.details .details-top .details-top-right .details-top-right-bottom .details-top-right-bottom-bottom{
    display: flex;
    flex-direction: column;
}
.details .details-top .details-top-right .details-top-right-bottom .details-top-right-bottom-bottom p{
    color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}
.details .details-top .details-top-right .details-top-right-bottom .details-top-right-bottom-bottom p span{
    color: #cc141c;
}
.details-top-left {
    position: relative;
}
.details-top-left {
    position: relative;
    overflow: visible !important; 
}
.details .details-bottom{
    display: flex;
    flex-direction: row;
    align-items: self-end;
    justify-content: space-between;
    padding-top: 25px;
}
.details .details-bottom .details-bottom-left {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
}
.details .details-bottom .details-bottom-left .swiper{ 
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}
.details .details-bottom .details-bottom-left .swiper-slide{ 
    width: 137px;
    height: 137px;
    position: relative;
    background-image: url(../images/product-details/details-bottom-back.png);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
}
.details .details-bottom .details-bottom-left .swiper-slide-thumb-active{
  border: 2px solid #cc141c73;
} 

.details .details-bottom .details-bottom-left .swiper-slide .details-bottom-left-item-img{ 
    width: 100%;
    height: 100%;
}
.details .details-bottom .details-bottom-left .swiper-slide .details-bottom-left-item-img img{ 
    width: 100%;
    height: 100%;
}
.details .details-bottom .details-bottom-left .swiper-scrollbar {
    background: #f2f2f2 !important;
    height: 4px !important;
    bottom: 0 !important;
    opacity: 1 !important; 
    cursor: pointer;
  }
.details .details-bottom .details-bottom-left  .swiper-scrollbar-drag {
    background: #CC141C !important; 
  }
.details .details-bottom .details-bottom-right{
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.details .details-bottom .details-bottom-right .details-bottom-right-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 15px 30px;
  border-radius: 12px;
  background: #cc141c;
  border: 2px solid #cc141c;
  transition: 0.5s;
      cursor: pointer;
}
.details .details-bottom .details-bottom-right .details-bottom-right-btn p{
      color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.details .details-bottom .details-bottom-right .details-bottom-right-btn svg{
    stroke: white;
    display: block;
    object-fit: scale-down;
    transform: rotateY(0deg);
    transition: 0.5s;
}
.details .details-bottom .details-bottom-right .details-bottom-right-btn:hover{
  background: transparent;
  border: 2px solid #cc141c;
}
.details .details-bottom .details-bottom-right .details-bottom-right-btn:hover p{
    color: #cc141c;
}
.details .details-bottom .details-bottom-right .details-bottom-right-btn:hover svg{
    stroke: #cc141c;
    transform: rotateY(360deg);
}

.application{
    width: 100%;
}
.application .application-inner{
    width: 80%;
    margin: 0 auto;
    max-width: 1440px;
    padding-top: 73px;
    padding-bottom: 50px;
}
.application .application-item{
    display: flex;
    flex-direction: row;
    padding: 40px 30px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0px 0px 6px #0000001c;
    align-items: center;
justify-content: space-between;
}
.application .application-item .application-item-left{
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 40px;
}
.application .application-item .application-item-left .application-item-left-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.application .application-item .application-item-left .application-item-left-top .application-item-left-top-line{
  width: 2px;
  height: 48px;
  border-radius: 1px;
  background: #cc141c;
}
.application .application-item .application-item-left .application-item-left-top p{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 35px;
  line-height: 48px;

}
.application .application-item .application-item-left .application-item-left-bottom{
    display: flex;
    flex-direction: column;
    gap: 40PX;
}
.application .application-item .application-item-left .application-item-left-bottom p{
    color: #000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.application .application-item .application-item-left .application-item-left-bottom p span{
    color: #CC141C;
}
.application .application-item .application-item-right{
    width: 48%;
    border-radius: 12px;
    overflow: hidden;
}
.application .application-item .application-item-right .swiper{
    position: relative;
}
.application .application-item .application-item-right .swiper-slide{
    width: 100%;
    height: 100%;
}
.application .application-item .application-item-right .swiper-slide img{
    width: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}
.application .application-item .application-item-right .swiper-slide:hover img{
    width: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.05);
    transition: 0.5s;
}
.application .application-item .application-button-next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.application .application-item .application-button-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.specs {
    width: 100%;
}
.specs .specs-inner {
    max-width: 1440px;
    margin: 0 auto;
    width: 80%;
    position: relative;
}
.specs .specs-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding-bottom: 25px;
}
.specs .specs-top .dotSmall {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cc141c;
}
.specs .specs-top .dotBig {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cc141c;
}
.specs .specs-top .title {
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
}
.table-wrapper {
    width: 100%;
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
}
.table-container {
    display: grid;
    width: 100%;
    grid-template-columns: 60px 140px 180px repeat(6, minmax(80px, 1fr));
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0px 0px 4px #0000004d;
  overflow: hidden;
}
.cell {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
  color: #010101;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.bg-gray { background-color: #D9D9D9; }
.cell-header { background-color: #D9D9D9; font-weight: bold; }
.span-v-3 { grid-row: span 3; }
.span-h-2 { grid-column: span 2; }
.table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
    padding-bottom: 10px; 
}
.table-wrapper {
    cursor: pointer;
}
.table-wrapper::-webkit-scrollbar {
    height: 6px; 
}
.table-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
}
.table-wrapper::-webkit-scrollbar-thumb {
    background: #cc141c; 
    border-radius: 10px;
}
.table-container {
    display: grid;
    width: 100%;
    grid-template-columns: 60px 140px 180px repeat(6, 1fr);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
}
.process{
    width: 100%;
}
.process .process-inner{
    max-width: 1440px;
    margin: 0 auto;
    width: 80%; 
    padding: 50px 0;
}
.process .process-top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding-bottom: 25px;
}
.process .process-top .dotSmall{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cc141c;
}
.process .process-top .dotBig{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cc141c;
}
.process .process-top .title{
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
}
.process .process-bottom{
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 2px;
}
.process .process-bottom .process-item{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.process .process-bottom .process-item:last-child {
    grid-column: 1 / -1;  
    width: 100%;
    min-height: 57px;
}
.process .process-bottom .process-item:last-child .small{
    display: none;
}
.process .process-bottom .process-item:last-child .big{
    display: block
}
.process .process-bottom .process-item img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}
.process .process-bottom .process-item:hover img{
    transform: scale(1.05);
}
.process .process-bottom .process-item .process-item-content{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5%;
}
.process .process-bottom .process-item .process-item-content .num{
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
    min-width: 30px;
}
.process .process-bottom .process-item .process-item-content .process-item-title{
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

.related{
    width: 100%;
}
.related .related-inner{
    max-width: 1440px;
    margin: 0 auto;
    width: 80%; 
    padding-bottom: 86px;
}
.related .related-top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding-bottom: 25px;
}
.related .related-top .dotSmall{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cc141c;
}
.related .related-top .dotBig{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cc141c;
}
.related .related-top .title{
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
}
.related .related-bottom{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: stretch;
}
.related .related-bottom .swiper-slide{ 
  width: 50%;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 0px 8px #00000040;
  overflow: hidden;
  height: auto !important;
  flex-shrink: 0;
}
.related .related-bottom a{ 
    border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 0px 8px #00000040;
  overflow: hidden;
}

.related .related-bottom .related-item-one{
    width: 100%;
    height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.related .related-bottom .related-item-one .related-item-one-left{ 
    width: 50%;
    position: relative;
    overflow: hidden;
}
.related .related-bottom .related-item-one .related-item-one-left>img{ 
    display: block;
    width: 100%;
    height: 100%;
}
.related .related-bottom .related-item-one .related-item-one-left .related-item-one-left-img {
    position: absolute;
}
.related .related-bottom .related-item-one1 .related-item-one-left .related-item-one-left-img {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.related .related-bottom .related-item-one2 .related-item-one-left .related-item-one-left-img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.related .related-bottom .related-item-one .related-item-one-left .related-item-one-left-img img{ 
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}
.related .related-bottom .related-item-one .related-item-one-left .related-item-one-left-img:hover img{ 
    transform: scale(1.05);
}
.related .related-bottom .related-item-one .related-item-one-right{ 
    width: 50%;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-top{ 
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-top .related-item-one-right-top-top{ 
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-top .related-item-one-right-top-top .related-item-one-right-top-top-one{
    padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid #cc141c;
    color: #cc141c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
} 
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-top .related-item-one-right-top-middle{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 35px;
} 
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-top .related-item-one-right-top-bottom{
  color: #848484;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 46px;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-line{ 
    width: 100%;
    height: 1px;
    border: 1px solid #000000;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-bottom{ 
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-bottom .related-item-one-right-bottom-right{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 100px;
    background: #cc141c;
    border: 2px solid #cc141c;
    padding: 10px 15px;
    gap: 5px;
    transition: 0.5s;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-bottom .related-item-one-right-bottom-right-bnt{ 
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-bottom svg{ 
  stroke: white;
    display: block;
    object-fit: scale-down;
    transform: rotateY(0deg);
    transition: 0.5s;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-bottom .related-item-one-right-bottom-right:hover{
    background: transparent;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-bottom .related-item-one-right-bottom-right:hover .related-item-one-right-bottom-right-bnt{ 
  color: #cc141c;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-bottom .related-item-one-right-bottom-right:hover svg{ 
  stroke: #cc141c;
      transform: rotateY(360deg);
}
.related .swiper-scrollbar {
    background: #f2f2f2 !important;
    height: 4px !important;
    bottom: 0 !important;
    opacity: 1 !important; 
    cursor: pointer;
  }
.related  .swiper-scrollbar-drag {
    background: #CC141C !important; 
  }
@media (max-width: 1440px) {
.application .application-item .application-item-left .application-item-left-bottom {
    gap: 30PX;
}
.application .application-item .application-item-left {
    justify-content: space-between;
}
}
@media (max-width: 1380px) {
.application .application-item .application-item-left .application-item-left-top p {
    font-size: 33px;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-top .related-item-one-right-top-middle {
    font-size: 30px;
}
}
@media (max-width: 1280px) {
.banner{
    margin-top: 90px;
}
.banner .banner-inner .banner-content .banner-title {
    font-size: 40px;
    margin-bottom: 2%;
}
.banner .banner-inner .banner-content .banner-desc {
    font-size: 27px;
}
.related .related-bottom .related-item-one .related-item-one-right {
    padding: 37px 37px 37px 28px;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-top .related-item-one-right-top-middle {
    font-size: 25px;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-top .related-item-one-right-top-bottom {
    font-size: 14px;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-line {
    display: none;
}
.process .process-bottom .process-item .process-item-content .num {
    font-size: 22px;
}
.process .process-bottom .process-item .process-item-content .process-item-title {
    font-size: 16px;
}
.application .application-item {
    flex-direction: column;
    gap: 20px;
}
.application .application-item .application-item-left {
    width: 100%;
}
.application .application-item .application-item-right {
    width: 100%;
}
.application .application-item .application-item-left {
    gap: 20px;
}
.application .application-item .application-item-left .application-item-left-bottom {
    gap: 15PX;
}
.application .application-item .application-item-left .application-item-left-bottom p {
    font-weight: 500;
}
.details .details-top .details-top-right .details-top-right-top {
    gap: 5px;
}
.details .details-top .details-top-right .details-top-right-bottom {
    gap: 0px;
}
.details .details-top .details-top-right .details-top-right-middle {
    font-size: 15px;
}
.details .details-top .details-top-right .details-top-right-bottom .details-top-right-bottom-bottom p {
    font-size: 14px;
}
}
@media (max-width: 1110px) {
.process .process-bottom {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
}
.process .process-bottom .process-item {
    border-radius: 12px;
}
.process .process-bottom .process-item .process-item-content {
    width: 80%;
}
.process .process-bottom .process-item:last-child .big{
    display: none;
}
.process .process-bottom .process-item:last-child .small{
    display: block;
}
}
@media (max-width: 1080px) {
.process .process-bottom .process-item {
    height: 100px; 
}
.process .process-bottom .process-item:last-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related .related-bottom {
    flex-direction: column;
    gap: 25px;
    align-items: center;
}
.related .related-bottom .related-item-one {
    width: 100%;
}
.related .related-bottom .swiper-slide {
    width: 80%;
}
.table-container {
    grid-template-columns: 60px 140px 180px repeat(6, 100px);
    width: max-content; 
    min-width: 100%;
}
.cell {
  font-size: 16px;
}
.details .details-top {
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.details .details-top .details-top-left {
    width: 80%;
}
.details .details-top .details-top-right {
    width: 100%;
    gap: 20px;
}
.details .details-bottom .details-bottom-left {
    display: none;
}
#detailImage{
    display: none;
}
.related .swiper-scrollbar {
    display: none;
}
.related .related-bottom {
    padding-bottom: 0px;
}
}
@media (max-width: 1025px) {
.banner .banner-inner .banner-content .banner-title {
    font-size: 35px;
    margin-bottom: 1%;
}
.banner .banner-inner .banner-content .banner-desc {
    font-size: 24px;
}
}
@media (max-width: 900px) {
.related .related-inner,
.specs .specs-inner,
.application .application-inner,
.details .details-inner {
    width: 85%;
}
.related .related-bottom .related-item-one {
    width: 90%;
}
.details .details-top .details-top-left {
    width: 80%;
}
.application .application-inner {
    padding-top: 43px;
}
.application .application-item .application-item-left .application-item-left-top p,
.specs .specs-top .title,
.process .process-top .title,
.related .related-top .title{
    font-size: 30px;
}
}
@media (max-width: 821px) {
.banner .banner-inner .banner-content .banner-title {
    font-size: 30px;
    margin-bottom: 1%;
}
.banner .banner-inner .banner-content .banner-desc {
    font-size: 21px;
}
.page .page-inner {
    padding: 25px 0;
}
}
@media (max-width: 768px) {
.banner{
    margin-top: 50px;
}

.banner .banner-inner .banner-content .banner-title {
    font-size: 25px;
    margin-bottom: 0%;
}
.page {
    padding: 21px 0;
}
.related .related-bottom .swiper-slide {
    width: 100%;
}
.application .application-item .application-item-left .application-item-left-top p,
.specs .specs-top .title,
.process .process-top .title,
.related .related-top .title{
    font-size: 20px;
}
.related .related-bottom .related-item-one {
    width: 100%;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-top {
    gap: 10px;
}
.details .details-top .details-top-left {
    width: 100%;
}
.details .details-bottom .details-bottom-right .details-bottom-right-btn {
    padding: 13px 23px;
}
.details .details-bottom .details-bottom-right .details-bottom-right-btn p {
    font-size: 15px;
}
.details .details-top .details-top-right .details-top-right-top .details-top-right-top-top {
    font-size: 25px;
}
}
@media (max-width: 641px) {
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-top {
    gap: 5px;
}
.related .related-bottom .related-item-one .related-item-one-right .related-item-one-right-top .related-item-one-right-top-middle {
    font-size: 20px;
    line-height: 30px;
}
.related .related-bottom .related-item-one .related-item-one-right {
    padding: 20px;
}
.application .application-item .application-item-left .application-item-left-bottom p {
    font-size: 16px;
}
.specs .specs-top {
    padding-bottom: 0;
}
.process .process-inner {
    padding: 30px 0;
}
.details .details-top .details-top-right .details-top-right-top .details-top-right-top-top {
    line-height: normal;
    padding: 10px 0;
}
}
@media (max-width: 521px) {
.banner .banner-inner .banner-content .banner-title {
    font-size: 20px;
    line-height: 30px;
}
.banner .banner-inner .banner-content .banner-desc {
    font-size: 16px;
}
.related .related-bottom .related-item-one {
    flex-direction: column;
}
.related .related-bottom .related-item-one .related-item-one-left {
    width: 100%;
    height: 250px;
}
.related .related-bottom .related-item-one .related-item-one-right {
    width: 100%;
    gap: 20px;
}
}
@media (max-width: 431px) {
.banner .banner-inner .banner-content .banner-desc {
    display: none;
}
}
@media (max-width: 395px) {
}
@media (max-width: 375px) {
}
@media (max-width: 356px) {
}
@media (max-width: 321px) {
}
