.banner {
  background: url('/template/posui/img/server/1920-3.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;

}
.banner p {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #fefdfd;
}
.banner .tit {
  font-size: 1.63rem;
  padding-top: 7.38rem;
}
.banner .sub {
  font-size: 0.88rem;
  padding-top: 1rem;
  padding-bottom: 7.38rem;
}
.pro .nav {
  display: flex;
  justify-content: center;
}
.pro .nav .add-line {
  border-left: 1px solid #000;
}
.pro .nav li {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pro .nav li a {
  line-height: normal;
  border: none;
  border-radius: 0;
  padding: 0;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.pro .tab-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.pro .tab-main .thanks {
  font-size: 0.88rem;
  font-weight: normal;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  color: #6c6c6c;
}
.pro .tab-main .tit {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #181818;
  
}
.pro .tab-main .ss {
  margin-top: 2rem;
}
.pro .tab-main .s-card {
 
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.pro .tab-main .s-card .pic {
  width: 100%;
}
/* .pro .tab-main .s-card .pic img {
  width: 100%;
} */
.pro .tab-main .s-card .card-tit {
  margin-top: 1.5rem; 
  font-size: 1.13rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #181818;
  
}
.pro .tab-main .s-card .card-s {
  margin-top: 1.45rem;
  font-size: 0.88rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #6c6c6c;
}
.pro .tab-main .rs-1 {
  padding-left: 0;
}
.pro .tab-main .rs-2 {
  padding-right: 0;
}
.pro .peijian img{
  width: 100%;
  
}
.pro .thanks {
  font-size: 0.88rem;
  font-weight: normal;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  color: #6c6c6c;
}
.nav-active {
  border-bottom: 2px #02328b solid;
}
.nav-active a {
  color: #02328b !important;
}
.nav-active a:hover {
  border: none;
}
.hot-product #hot-tabs h3 {
  margin: 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #02328b;
  margin-bottom: 2rem;
}
.hot-product #hot-tabs .xline {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.hot-product #hot-tabs ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -0.88rem;
  left: 50%;
  transform: translateX(-50%);
}
.hot-product #hot-tabs ul li {
  background-color: #fff;
  padding: 0 0.8rem;
}
.hot-product #hot-tabs ul li img {
  margin-right: 0.3rem;
}
.hot-product #hot-tabs .tab-contant {
  display: none;
}
.hot-product #hot-tabs .tab-body {
  margin-top: 3rem;
}
.hot-product #hot-tabs .tab-body img {
  width: 100%;
}
.hot-product #hot-tabs .hot-product-tit {
  text-align: center;
  font-size: 0.88rem;
  font-weight: normal;
  font-stretch: normal;
  color: #484848;
}
.tab-active {
  color: #02328b !important;
}
@media (max-width: 767px) {
  .rs-1 {
    padding-left: 1rem !important;
  }
  .rs-2 {
    padding-right: 1rem !important;
  }
}
