.sub-banner-subtitle {
  font-weight: 300;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .sub-banner {
    --sub-banner-subtitle-font-size: 0.2rem;
  }
}

.sub-banner .flex-box {
}
.sub-banner .flex-box-left {
  padding-right: 10%;
}

@media only screen and (min-width: 768px) {
  #localnav {
    margin-top: 0;
  }
}

.r1 {
  padding-top: 1.48rem;
  padding-bottom: 1.48rem;
}

.r2 {
  padding-bottom: 1.48rem;
}

.r2 .flex-box {
}

.r2 .flex-box-left {
  padding-right: 0.48rem;
}

.r2 .flex-box-right {
  padding-left: 0.2rem;
}

.r2 .table-wrapper {
  padding-right: 0.4rem;
  max-height: 6rem;
  overflow-y: auto;
}

.r2 .mod .mod-hd {
  margin-bottom: 0.76rem;
}

.r2 .flex-box-left {
  width: 40%;
}

.r2 .flex-box-right {
  width: 60%;
}

#Introduction_row p {
  margin-bottom: 1em;
  font-weight: 300;
}

#Introduction_row .pro-d-info {
  max-width: 1200px !important;
  margin: 0 auto;
  font-size: var(--font18);
}

#Introduction_row span {
  text-align: center;
}

#Introduction_row img {
  border-radius: 0.5rem;
}

.specification-area {
  box-sizing: border-box;
  position: relative;
  border-radius: var(--border-radius);
  background: radial-gradient(
    57% 57% at 50% 43%,
    rgba(255, 255, 255, 1),
    rgba(242, 244, 249, 1)
  );
  padding-bottom: 1.32rem;
  padding-top: 0.48rem;
}

.specification-area .swiper-button-lock {
  display: flex !important;
}

.specification-area .swiper-buttons {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.72rem;
}

.specification-area .pic-area {
  height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.specification-list-item .pic {
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.specification-list-item .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
}

.r1 .flex-box-left {
  width: 45%;
  padding-right: 1rem;
}

.r1 .flex-box-right {
  width: 55%;
  display: flex;
  justify-content: flex-end;
}

.r1 .pic,
.r1 .pic img {
  border-radius: 0.5rem;
}

.r1 .flex-box {
  align-items: flex-start;
}

.r1 .mod {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.r1 .mod .mod-hd h3 {
  line-height: 1.3;
  min-height: 0.64rem;
  display: flex;
  align-items: center;
}

.r1 .mod-hd .mod-title {
  padding-left: 1rem;
  background-image: url("../images/product/title-icon.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 0.64rem auto;
}

.r1 .mod-bd {
  font-weight: 300;
  font-size: var(--font18);
  margin-bottom: 0.4rem;
}

@media only screen and (min-width: 768px) {
  .r1 .mod {
    height: 4.5rem;
  }

  .r1 .mod-bd {
    margin-bottom: 0.2rem;
    flex: 1;
  }
}

@media only screen and (min-width: 768px) {
  .feature-list {
    --gap: 0.06rem;
    --item-margin-bottom: 0;
  }
}

.feature-list {
  padding: 0.12rem;
  border-radius: 0.24rem;
  background: rgba(242, 244, 249, 1);
}

.feature-list-item {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  border-radius: 0.18rem;
  background: rgba(255, 255, 255, 1);
  transition: all 0.5s;
}

.feature-list-item .meta {
  box-sizing: border-box;
  padding: 0.12rem 0.16rem;
  height: 100%;
  display: flex;
  align-items: center;
}

.feature-list-item .title {
  box-sizing: border-box;
  width: 100%;
  color: rgba(0, 0, 0, 1);
  font-size: var(--font18);
  text-align: center;
  line-height: 1.5;
  transition: all 0.1s;
}

.feature-list-item:hover {
  background-color: var(--main-color);
}

.feature-list-item:hover .title {
  color: #fff;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .r1 {
    padding: 28px 0;
  }
  .r2 {
    padding-bottom: 28px;
  }
}
