.small-header.show-header .product-list-block .left-menu .fix-menu {
  top: var(--header-h);
}
.product-list-block {
  --menuw: 480px;
  --pt: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #eff2f7;
  padding-bottom: 1px;
  width: var(--win-width-1920);
}
.product-list-block .left-menu {
  --pb: 43px;
  width: var(--menuw);
}
.product-list-block .left-menu .closed2 {
  display: none;
}
.product-list-block .left-menu .fix-menu {
  position: sticky;
  top: 0;
  padding: var(--pt) calc(var(--bettwen-1680-pad-1920)*0.4) var(--pt) calc(var(--bettwen-1680-pad-1920)*1);
  transition: all 0.4s ease;
}
.product-list-block .left-menu a {
  display: block;
}
.product-list-block .left-menu a.on,
.product-list-block .left-menu a:hover {
  color: var(--mcolor);
}
.product-list-block .left-menu .h3 {
  --hh: 60px;
  --lh: 1.5em;
  margin-bottom: -26px;
  font-size: 20px;
  font-weight: bold;
  line-height: var(--lh);
  transition: all 0.3s;
}
.product-list-block .left-menu .h3 a {
  position: relative;
  background: transparent;
  border-radius: 0 calc(var(--hh)*0.5) calc(var(--hh)*0.5) 0;
  border-radius: 0px calc(var(--hh)*0.5) calc(var(--hh)*0.5) 0px;
  padding: calc((var(--hh) - var(--lh))*0.5) 15px;
  padding-left: var(--pb);
  color: #333333;
  transition: all 0.3s;
}
.product-list-block .left-menu .h3 a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 0%;
  background: var(--btn-bg);
  transition: all 0.3s;
}
.product-list-block .left-menu .h3 a:hover {
  color: var(--mcolor);
}
.product-list-block .left-menu .h3:hover,
.product-list-block .left-menu .h3.on {
  margin-bottom: 0;
}
.product-list-block .left-menu .h3:hover a,
.product-list-block .left-menu .h3.on a {
  background: #ffffff;
}
.product-list-block .left-menu .h3:hover a::before,
.product-list-block .left-menu .h3.on a::before {
  top: 0%;
  height: 100%;
}
.product-list-block .left-menu .ul {
  padding: 28px 0;
  font-size: 18px;
  line-height: 1.4em;
  color: #777777;
}
.product-list-block .left-menu .ul li a {
  padding: 7px 15px;
  padding-left: var(--pb);
}
.product-list-block .right-list {
  width: calc(100% - var(--menuw));
  padding: var(--pt) var(--bettwen-1680-pad-1920) var(--pt) calc(var(--bettwen-1680-pad-1920)*0.4);
  background: #ffffff;
}
.product-list-block .type-list {
  padding-top: 5px;
}
.product-list-block .type-list .type-li + .type-li {
  margin-top: calc(var(--wrap-1680-width)*0.0535);
  border-top: 2px solid #c5c8cd;
  padding-top: calc(var(--wrap-1680-width)*0.0428);
}
.product-list-block .type-list .h4 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2em;
  color: #222222;
}
.product-list-block .type-list .type-cont {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.55em;
  color: #777777;
}
.product-list-block .type-list .list5 {
  padding-top: 25px;
}
@media (max-width: 1700px) {
  .product-list-block {
    --menuw: 450px;
    --pt: 45px;
  }
  .product-list-block .left-menu {
    --pb: 30px;
  }
  .product-list-block .left-menu .h3 {
    --hh: 54px;
    margin-bottom: -20px;
  }
  .product-list-block .left-menu .ul {
    padding: 22px 0;
  }
  .product-list-block .type-list {
    padding-top: 5px;
  }
  .product-list-block .type-list .type-li + .type-li {
    margin-top: calc(var(--wrap-1680-width)*0.045);
    padding-top: calc(var(--wrap-1680-width)*0.036);
  }
  .product-list-block .type-list .h4 {
    font-size: 36px;
  }
  .product-list-block .type-list .type-cont {
    margin-top: 10px;
    line-height: 1.5em;
  }
  .product-list-block .type-list .list5 {
    padding-top: 20px;
  }
}
@media (max-width: 1600px) {
  .product-list-block {
    --menuw: 410px;
    --pt: 40px;
  }
  .product-list-block .left-menu {
    --pb: 28px;
  }
  .product-list-block .left-menu .h3 {
    --hh: 50px;
    font-size: 16px;
  }
  .product-list-block .left-menu .ul {
    padding: 18px 0;
    font-size: 14px;
  }
  .product-list-block .right-list {
    padding-left: calc(var(--wrap-1680-width)*0.05);
  }
  .product-list-block .type-list .type-li + .type-li {
    margin-top: calc(var(--wrap-1680-width)*0.04);
    padding-top: calc(var(--wrap-1680-width)*0.032);
  }
  .product-list-block .type-list .h4 {
    font-size: 32px;
  }
  .product-list-block .type-list .type-cont {
    margin-top: 10px;
    font-size: 17px;
  }
  .product-list-block .type-list .list5 {
    padding-top: 16px;
  }
}
@media (max-width: 1500px) {
  .product-list-block {
    --menuw: 380px;
  }
  .product-list-block .left-menu {
    --pb: 25px;
  }
  .product-list-block .left-menu .fix-menu {
    padding-right: calc(var(--bettwen-1680-pad-1920)*0.3);
  }
  .product-list-block .left-menu .h3 {
    --hh: 46px;
    margin-bottom: -15px;
  }
  .product-list-block .left-menu .ul {
    padding: 15px 0;
  }
  .product-list-block .left-menu .ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .product-list-block .right-list {
    padding-left: calc(var(--bettwen-1680-pad-1920)*0.3);
  }
  .product-list-block .type-list .type-li + .type-li {
    margin-top: calc(var(--wrap-1680-width)*0.036);
    padding-top: calc(var(--wrap-1680-width)*0.026);
  }
  .product-list-block .type-list .h4 {
    font-size: 28px;
  }
  .product-list-block .type-list .type-cont {
    margin-top: 8px;
  }
  .product-list-block .type-list .list5 {
    padding-top: 12px;
  }
}
@media (max-width: 1400px) {
  .product-list-block {
    --menuw: 390px;
  }
  .product-list-block .left-menu {
    --pb: 22px;
  }
  .product-list-block .left-menu .h3 {
    --hh: 44px;
  }
  .product-list-block .left-menu .ul {
    padding: 12px 0;
  }
  .product-list-block .left-menu .ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .product-list-block .type-list .h4 {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .show-nav-menu .product-list-block .left-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .show-nav-menu .product-list-block .left-menu .fix-menu {
    width: calc((100% - var(--pb))*0.85);
  }
  .product-list-block {
    --menuw: 3.6rem;
    --pt: 0.4rem;
    width: 100%;
    padding: 0.3rem 0;
  }
  .product-list-block .left-menu {
    --pb: 20%;
    display: flex;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
  }
  .product-list-block .left-menu .closed2 {
    display: block;
    position: absolute;
    right: 100%;
    top: 150px;
    width: 25px;
    cursor: pointer;
  }
  .product-list-block .left-menu .fix-menu {
    height: 100%;
    width: 0%;
    padding: 0;
    background-color: #f5f5f7;
    transition: all 0.3s;
  }
  .product-list-block .left-menu .h3 {
    --hh: 0.6rem;
    --lh: 1.2em;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    font-size: 0.26rem;
    font-weight: normal;
  }
  .product-list-block .left-menu .h3 a {
    border-radius: 0;
    padding: 0.7em 1em;
    background: #efefef;
  }
  .product-list-block .left-menu .h3 a::before,
  .product-list-block .left-menu .h3 a::after {
    display: none;
  }
  .product-list-block .left-menu .h3:hover a,
  .product-list-block .left-menu .h3.on a {
    background-color: var(--mcolor);
    color: #ffffff;
  }
  .product-list-block .left-menu .ul {
    display: none;
    padding: 0.1rem 0;
    font-size: 0.24rem;
  }
  .product-list-block .left-menu .ul li a {
    padding: 0.5em 1em;
  }
  .product-list-block .right-list {
    margin: 0 auto;
    width: var(--wrap-1680-width);
    padding: 0.25rem 0.3rem;
  }
  .product-list-block .type-list {
    width: 100%;
    padding-top: 0;
  }
  .product-list-block .type-list .type-li + .type-li {
    margin-top: 0.45rem;
    padding-top: 0.35rem;
  }
  .product-list-block .type-list .h4 {
    font-size: 0.3rem;
  }
  .product-list-block .type-list .type-cont {
    margin-top: 0.1rem;
    font-size: 0.26rem;
  }
  .product-list-block .type-list .list5 {
    padding-top: 0.2rem;
  }
}
.product-info-des {
  padding-top: clamp(0.55rem, 10vw, 68px);
  padding-bottom: clamp(0.55rem, 10.7vw, 80px);
}
.product-info-des .img-div {
  width: 51.78%;
}
.product-info-des .cont {
  width: 39.88%;
}
.product-info-des .cont .word {
  margin-top: 10%;
  font-size: 18px;
  line-height: 1.72em;
  color: #333333;
}
.product-info-des .cont .btn-box {
  --lh: 44px;
  --fill: #ffffff;
  --size: 1.4em;
  margin-top: 19%;
  font-size: 20px;
  line-height: var(--lh);
  color: #ffffff;
}
.product-info-des .cont .btn-box .btn {
  position: relative;
  background: var(--btn-bg);
  border-radius: calc(var(--lh)*0.5);
  padding: 0 1.4em;
  overflow: hidden;
}
.product-info-des .cont .btn-box .btn::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: calc(var(--lh)*0.5);
  width: 0%;
  height: 100%;
  background: var(--mcolor);
  transition: width 0.3s;
}
.product-info-des .cont .btn-box .btn .self-svg {
  position: relative;
  margin-right: 0.6em;
}
.product-info-des .cont .btn-box .btn .btn-word {
  position: relative;
}
.product-info-des .cont .btn-box .btn:hover::before {
  width: 100%;
}
@media (max-width: 1700px) {
  .product-info-des {
    padding-top: clamp(0.55rem, 8vw, 168px);
    padding-bottom: clamp(0.55rem, 8vw, 180px);
  }
  .product-info-des .cont .word {
    margin-top: 8%;
    line-height: 1.6em;
  }
  .product-info-des .cont .btn-box {
    margin-top: 15%;
  }
}
@media (max-width: 1600px) {
  .product-info-des {
    padding-top: clamp(0.55rem, 7vw, 168px);
    padding-bottom: clamp(0.55rem, 7vw, 180px);
  }
  .product-info-des .cont .word {
    margin-top: 6%;
  }
  .product-info-des .cont .btn-box {
    margin-top: 12%;
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .product-info-des {
    padding-top: clamp(0.55rem, 5vw, 168px);
    padding-bottom: clamp(0.55rem, 5vw, 180px);
  }
  .product-info-des .cont .word {
    margin-top: 4%;
  }
  .product-info-des .cont .btn-box {
    margin-top: 10%;
    font-size: 17px;
  }
}
@media (max-width: 1400px) {
  .product-info-des {
    padding-top: clamp(0.55rem, 4.5vw, 168px);
    padding-bottom: clamp(0.55rem, 4.5vw, 180px);
  }
  .product-info-des .cont .word {
    margin-top: 3%;
  }
  .product-info-des .cont .btn-box {
    margin-top: 8%;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .product-info-des {
    padding-top: 0.45rem;
    padding-bottom: 0.55rem;
  }
  .product-info-des .img-div {
    width: 100%;
  }
  .product-info-des .cont {
    width: 100%;
    padding-top: 0.3rem;
  }
  .product-info-des .cont .word {
    margin-top: 0.2rem;
    font-size: 0.24rem;
  }
  .product-info-des .cont .btn-box {
    --lh: 0.6rem;
    margin-top: 0.3rem;
    font-size: 0.24rem;
  }
}
.product-info-feature {
  background-color: #eff2f7;
  padding-top: clamp(0.55rem, 5.72vw, 3%);
  padding-bottom: clamp(0.55rem, 8.33vw, 3%);
}
.product-info-feature .auto-title-h2-des {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.product-info-feature .list {
  --gap: 19px;
  --imgw: 110px;
  margin: calc(var(--gap)*-1);
  padding-top: clamp(0.35rem, 2.86vw, 55px);
}
.product-info-feature .list.type1 .cont {
  margin-top: 44px;
}
.product-info-feature .list .list-li {
  padding: calc(var(--gap)*1);
}
.product-info-feature .list .list-box {
  background: #ffffff;
  height: 100%;
  padding: 20px 35px 15px 45px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}
.product-info-feature .list .list-box:hover .icon-box {
  transform: translate(0, -8%);
}
.product-info-feature .list .word {
  width: calc(96% - var(--imgw));
  font-size: 16px;
  line-height: 1.375em;
}
.product-info-feature .list .icon-box {
  display: flex;
  transform: translate(0, 0);
  width: var(--imgw);
  align-items: center;
  transition: all 0.3s;
}
.product-info-feature .list .icon-box img {
  display: block;
}
.product-info-feature .list .h6 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
  color: #222222;
}
.product-info-feature .list .des {
  margin-top: 15px;
  color: #555555;
}
.product-info-feature .list .cont {
  margin-top: 20px;
  color: #777777;
}
@media (max-width: 1700px) {
  .product-info-feature {
    padding-top: clamp(0.55rem, 5vw, 110px);
    padding-bottom: clamp(0.55rem, 7vw, 156px);
  }
  .product-info-feature .list {
    --gap: 17px;
    --imgw: 100px;
    padding-top: clamp(0.35rem, 2.2vw, 55px);
  }
  .product-info-feature .list.type1 .cont {
    margin-top: 40px;
  }
  .product-info-feature .list .list-box {
    padding: 20px 32px 15px 40px;
  }
  .product-info-feature .list .word {
    line-height: 1.3em;
  }
  .product-info-feature .list .h6 {
    font-size: 28px;
  }
}
@media (max-width: 1600px) {
  .product-info-feature {
    padding-top: clamp(0.55rem, 4.5vw, 110px);
    padding-bottom: clamp(0.55rem, 6vw, 156px);
  }
  .product-info-feature .list {
    --gap: 15px;
    --imgw: 90px;
    padding-top: clamp(0.35rem, 2vw, 55px);
  }
  .product-info-feature .list.type1 .cont {
    margin-top: 38px;
  }
  .product-info-feature .list .list-box {
    padding: 20px 28px 15px 30px;
  }
  .product-info-feature .list .h6 {
    font-size: 26px;
  }
}
@media (max-width: 1500px) {
  .product-info-feature {
    padding-top: clamp(0.55rem, 4vw, 110px);
    padding-bottom: clamp(0.55rem, 5vw, 156px);
  }
  .product-info-feature .list {
    --gap: 13px;
    --imgw: 80px;
  }
  .product-info-feature .list.type1 .cont {
    margin-top: 35px;
  }
  .product-info-feature .list .list-box {
    padding: 20px 22px 15px 22px;
  }
  .product-info-feature .list .h6 {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .product-info-feature .list {
    --gap: 12px;
    --imgw: 70px;
  }
  .product-info-feature .list.type1 .cont {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .product-info-feature {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
  .product-info-feature .list {
    --gap: 0.1rem;
    --imgw: 0.7rem;
  }
  .product-info-feature .list.type1 .cont {
    margin-top: 0.1rem;
  }
  .product-info-feature .list .list-li {
    text-align: center;
  }
  .product-info-feature .list .list-box {
    padding: 0.25rem 0.3rem 0.3rem;
  }
  .product-info-feature .list .word {
    width: 100%;
    font-size: 0.24rem;
  }
  .product-info-feature .list .icon-box {
    order: -1;
    margin: 0 auto 0.1rem;
  }
  .product-info-feature .list .h6 {
    height: auto!important;
    font-size: 0.3rem;
  }
  .product-info-feature .list .des {
    height: auto!important;
  }
  .product-info-feature .list .cont {
    margin-top: 0.1rem;
    height: auto!important;
  }
}
.product-info-scenario {
  padding-top: clamp(0.55rem, 5.72vw, 110px);
  padding-bottom: clamp(0.55rem, 8.33vw, 156px);
}
.product-info-scenario .swiper-box {
  position: relative;
  padding-top: clamp(0.35rem, 2.34vw, 45px);
}
.product-info-scenario .swiper-box .swiper-other {
  padding-top: 0;
}
@media (max-width: 1700px) {
  .product-info-scenario {
    padding-top: clamp(0.55rem, 5vw, 110px);
    padding-bottom: clamp(0.55rem, 7vw, 156px);
  }
  .product-info-scenario .swiper-box {
    padding-top: clamp(0.35rem, 2.2vw, 45px);
  }
}
@media (max-width: 1600px) {
  .product-info-scenario {
    padding-bottom: clamp(0.55rem, 6vw, 156px);
  }
}
@media (max-width: 1500px) {
  .product-info-scenario {
    padding-top: clamp(0.55rem, 4vw, 110px);
    padding-bottom: clamp(0.55rem, 5vw, 156px);
  }
  .product-info-scenario .swiper-box {
    padding-top: clamp(0.35rem, 2vw, 45px);
  }
}
@media (max-width: 1200px) {
  .product-info-scenario {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
  .product-info-scenario .swiper-box {
    padding-top: 0.3rem;
  }
}
.product-info-parameters {
  background-color: #eff2f7;
  padding-top: clamp(0.55rem, 5.72vw, 110px);
  padding-bottom: clamp(0.55rem, 7.29vw, 140px);
}
.product-info-parameters .table {
  margin-top: clamp(0.35rem, 2.34vw, 40px);
  width: 100%;
  background: #ffffff;
  border-collapse: collapse;
  text-align: center;
  font-size: 24px;
  line-height: 1.2em;
}
.product-info-parameters .table th,
.product-info-parameters .table td {
  border: 1px solid #616161;
  min-height: 102px;
  padding: 1em;
}
.product-info-parameters .table th {
  background: #273f9c;
  border-left: 1px solid #f0f2fc;
  border-right: 1px solid #f0f2fc;
  line-height: 1.1em;
  color: #ffffff;
}
.product-info-parameters .table th:first-child {
  border-left: 1px solid #616161;
}
.product-info-parameters .table th:last-child {
  border-right: 1px solid #616161;
}
.product-info-parameters .table th .mini {
  font-size: 18px;
}
.product-info-parameters .list7 {
  padding-top: clamp(0.35rem, 4.76vw, 80px);
}
@media (max-width: 1700px) {
  .product-info-parameters {
    padding-top: clamp(0.55rem, 5.5vw, 110px);
    padding-bottom: clamp(0.55rem, 7vw, 140px);
  }
  .product-info-parameters .table {
    margin-top: clamp(0.35rem, 2.2vw, 40px);
    font-size: 22px;
  }
  .product-info-parameters .table th,
  .product-info-parameters .table td {
    min-height: 90px;
    padding: 0.9em;
  }
  .product-info-parameters .table th .mini {
    font-size: 17px;
  }
  .product-info-parameters .list7 {
    padding-top: clamp(0.35rem, 4vw, 80px);
  }
}
@media (max-width: 1600px) {
  .product-info-parameters {
    padding-top: clamp(0.55rem, 5vw, 110px);
    padding-bottom: clamp(0.55rem, 6vw, 140px);
  }
  .product-info-parameters .table {
    font-size: 20px;
  }
  .product-info-parameters .table th,
  .product-info-parameters .table td {
    min-height: 80px;
  }
  .product-info-parameters .table th .mini {
    font-size: 16px;
  }
  .product-info-parameters .list7 {
    padding-top: clamp(0.35rem, 3vw, 80px);
  }
}
@media (max-width: 1500px) {
  .product-info-parameters {
    padding-top: clamp(0.55rem, 4vw, 110px);
    padding-bottom: clamp(0.55rem, 5vw, 140px);
  }
  .product-info-parameters .table {
    font-size: 18px;
  }
  .product-info-parameters .table th,
  .product-info-parameters .table td {
    min-height: 70px;
  }
  .product-info-parameters .table th .mini {
    font-size: 15px;
  }
  .product-info-parameters .list7 {
    padding-top: clamp(0.35rem, 2.2vw, 80px);
  }
}
@media (max-width: 1200px) {
  .product-info-parameters {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
  .product-info-parameters .table-box {
    overflow-x: auto;
  }
  .product-info-parameters .table-box::-webkit-scrollbar {
    background-image: linear-gradient(0deg, transparent 0%, transparent calc(50% - 0.5px), #dfdfdf calc(50% - 0.5px), #dfdfdf calc(50% + 0.5px), transparent calc(50% + 0.5px), transparent 100%);
  }
  .product-info-parameters .table {
    margin-top: 0.35rem;
    width: 10rem;
    font-size: 0.24rem;
  }
  .product-info-parameters .table th,
  .product-info-parameters .table td {
    min-height: 0.8rem;
    padding: 0.6em 0.6em;
  }
  .product-info-parameters .table th .mini {
    font-size: 0.2rem;
  }
  .product-info-parameters .list7 {
    padding-top: 0.35rem;
  }
}
.related-products {
  padding-top: clamp(0.55rem, 5.72vw, 110px);
  padding-bottom: clamp(0.55rem, 4.42vw, 85px);
}
.related-products .swiper-box {
  position: relative;
  padding-top: clamp(0.35rem, 3.125vw, 60px);
}
.related-products .swiper-box .swiper {
  padding-bottom: 15px;
}
.related-products .swiper-box .swiper-other {
  padding-top: 0;
}
@media (max-width: 1700px) {
  .related-products {
    padding-top: clamp(0.55rem, 5.5vw, 110px);
    padding-bottom: clamp(0.55rem, 4.4vw, 85px);
  }
  .related-products .swiper-box {
    padding-top: clamp(0.35rem, 2.8vw, 60px);
  }
  .related-products .swiper-box .swiper {
    padding-bottom: 10px;
  }
}
@media (max-width: 1600px) {
  .related-products {
    padding-top: clamp(0.55rem, 5vw, 110px);
    padding-bottom: clamp(0.55rem, 4vw, 85px);
  }
  .related-products .swiper-box {
    padding-top: clamp(0.35rem, 2.2vw, 60px);
  }
}
@media (max-width: 1500px) {
  .related-products {
    padding-top: clamp(0.55rem, 4vw, 110px);
  }
}
@media (max-width: 1200px) {
  .related-products {
    padding-top: 0.55rem;
    padding-bottom: 0.45rem;
  }
  .related-products .swiper-box {
    padding-top: 0.3rem;
  }
  .related-products .swiper-box .swiper {
    padding-bottom: 0.1rem;
  }
}
.product-info-atlas {
  padding-top: clamp(0.55rem, 5.72vw, 110px);
  padding-bottom: clamp(0.55rem, 2.86vw, 55px);
}
.product-info-atlas .cont {
  padding-top: clamp(0.55rem, 2.6vw, 50px);
  font-size: 22px;
  line-height: 1.4em;
}
@media (max-width: 1700px) {
  .product-info-atlas {
    padding-top: clamp(0.55rem, 5.5vw, 110px);
    padding-bottom: clamp(0.55rem, 2.6vw, 55px);
  }
  .product-info-atlas .cont {
    padding-top: clamp(0.55rem, 2.5vw, 50px);
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  .product-info-atlas {
    padding-top: clamp(0.55rem, 5vw, 110px);
  }
  .product-info-atlas .cont {
    padding-top: clamp(0.55rem, 2.4vw, 50px);
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .product-info-atlas {
    padding-top: clamp(0.55rem, 4vw, 110px);
  }
}
@media (max-width: 1200px) {
  .product-info-atlas {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
  .product-info-atlas .cont {
    padding-top: 0.35rem;
    font-size: 0.28rem;
  }
}
.product-info-specification {
  padding-top: clamp(0.55rem, 5.72vw, 110px);
  padding-bottom: clamp(0.55rem, 4.86vw, 95px);
  background: #eff2f7;
}
.product-info-specification .flex-box {
  padding-top: clamp(0.35rem, 5.2vw, 100px);
}
.product-info-specification .flex-box .img-div {
  width: 45%;
}
.product-info-specification .flex-box .img-div img {
  display: block;
}
.product-info-specification .flex-box .table-div {
  width: 53%;
}
.product-info-specification .flex-box .table {
  border-collapse: collapse;
  text-align: left;
  font-size: 20px;
  line-height: 1.2em;
  color: #2d2d2d;
}
.product-info-specification .flex-box .table th,
.product-info-specification .flex-box .table td {
  height: 54px;
  padding: 5px;
}
.product-info-specification .flex-box .table th {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
}
.product-info-specification .flex-box .table td {
  width: 30%;
}
.product-info-specification .flex-box .table td:first-child {
  width: 40%;
  color: #939393;
}
@media (max-width: 1700px) {
  .product-info-specification {
    padding-top: clamp(0.55rem, 5.5vw, 110px);
    padding-bottom: clamp(0.55rem, 4.5vw, 55px);
  }
  .product-info-specification .flex-box {
    padding-top: clamp(0.35rem, 4.8vw, 100px);
  }
  .product-info-specification .flex-box .table {
    font-size: 18px;
  }
  .product-info-specification .flex-box .table th,
  .product-info-specification .flex-box .table td {
    height: 48px;
    padding: 4px;
  }
  .product-info-specification .flex-box .table th {
    font-size: 22px;
  }
}
@media (max-width: 1600px) {
  .product-info-specification {
    padding-top: clamp(0.55rem, 5vw, 110px);
    padding-bottom: clamp(0.55rem, 4.4vw, 55px);
  }
  .product-info-specification .flex-box {
    padding-top: clamp(0.35rem, 4vw, 100px);
  }
  .product-info-specification .flex-box .table {
    font-size: 17px;
  }
  .product-info-specification .flex-box .table th,
  .product-info-specification .flex-box .table td {
    height: 40px;
  }
  .product-info-specification .flex-box .table th {
    font-size: 20px;
  }
}
@media (max-width: 1500px) {
  .product-info-specification {
    padding-top: clamp(0.55rem, 4vw, 110px);
    padding-bottom: clamp(0.55rem, 4vw, 55px);
  }
  .product-info-specification .flex-box {
    padding-top: clamp(0.35rem, 3vw, 100px);
  }
  .product-info-specification .flex-box .table {
    font-size: 16px;
  }
  .product-info-specification .flex-box .table th,
  .product-info-specification .flex-box .table td {
    height: 38px;
  }
  .product-info-specification .flex-box .table th {
    font-size: 19px;
  }
}
@media (max-width: 1400px) {
  .product-info-specification .flex-box {
    padding-top: clamp(0.35rem, 2.8vw, 100px);
  }
  .product-info-specification .flex-box .table th,
  .product-info-specification .flex-box .table td {
    height: 34px;
  }
  .product-info-specification .flex-box .table th {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .product-info-specification {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
  .product-info-specification .flex-box {
    padding-top: 0.35rem;
  }
  .product-info-specification .flex-box .img-div {
    width: 100%;
  }
  .product-info-specification .flex-box .img-div img {
    margin: 0 auto;
  }
  .product-info-specification .flex-box .table-div {
    margin-top: 0.3rem;
    width: 100%;
  }
  .product-info-specification .flex-box .table {
    width: 100%;
    font-size: 0.24rem;
  }
  .product-info-specification .flex-box .table th,
  .product-info-specification .flex-box .table td {
    height: 0.5rem;
    padding: 0.1rem;
  }
  .product-info-specification .flex-box .table th {
    font-size: 0.28rem;
  }
}
.product-info-modules {
  padding-top: clamp(0.55rem, 5.72vw, 110px);
  padding-bottom: clamp(0.55rem, 6.25vw, 120px);
}
.product-info-modules .list9 {
  padding-top: clamp(0.35rem, 4.94vw, 95px);
}
.product-info-modules .swiper-other {
  padding-top: 0;
}
@media (max-width: 1700px) {
  .product-info-modules {
    padding-top: clamp(0.55rem, 5.5vw, 110px);
    padding-bottom: clamp(0.55rem, 5.5vw, 120px);
  }
  .product-info-modules .list9 {
    padding-top: clamp(0.35rem, 4.4vw, 95px);
  }
}
@media (max-width: 1600px) {
  .product-info-modules {
    padding-top: clamp(0.55rem, 5vw, 110px);
    padding-bottom: clamp(0.55rem, 5vw, 120px);
  }
  .product-info-modules .list9 {
    padding-top: clamp(0.35rem, 4vw, 95px);
  }
}
@media (max-width: 1500px) {
  .product-info-modules {
    padding-top: clamp(0.55rem, 4vw, 110px);
    padding-bottom: clamp(0.55rem, 4vw, 120px);
  }
  .product-info-modules .list9 {
    padding-top: clamp(0.35rem, 3.4vw, 95px);
  }
}
@media (max-width: 1200px) {
  .product-info-modules {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
  .product-info-modules .list9 {
    padding-top: 0.35rem;
  }
}
