.sub-product-deta-container {
  width: 100%;
}
.sub-product-center {
  width: var(--max-width);
  margin: 0 auto;
  padding: 4rem var(--root-padding-x);
}
.details_x {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .details_x {
    flex-direction: row;
    justify-content: space-between;
  }
}
.details_x .img {
  width: 100%;
  max-width: 25rem;
  height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .details_x .img {
    margin-left: 0;
    margin-right: auto;
  }
}
.details_x .img img {
  max-height: 100%;
}
.details_x .det-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .details_x .det-desc {
    width: calc(100% - 27.5rem);
    margin-left: auto;
    margin-top: 0;
    align-items: flex-start;
    padding-top: 1.5rem;
  }
}
.details_x .det-desc .name {
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .details_x .det-desc .name {
    font-size: 1.3rem;
  }
}
.details_x .det-desc .p {
  width: 100%;
  color: #555;
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin-top: 1.2rem;
}
@media (min-width: 1024px) {
  .details_x .det-desc .p {
    line-height: 1.2rem;
    font-size: 0.75rem;
  }
}
.details_x .det-desc .line {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 1.5rem 0;
}
.details_x .det-desc .scene {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.7rem;
}
@media (min-width: 1024px) {
  .details_x .det-desc .scene {
    font-size: 0.75rem;
  }
}
.details_x .det-desc .more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2879cf;
  border: 1px solid;
  padding: 1rem 2rem;
  border-radius: 3rem;
  margin-top: 3rem;
}
.details_x .det-desc .more .iconfont {
  margin-right: 0.7rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .details_x .det-desc .more .iconfont {
    font-size: 1rem;
  }
}
.details_x .det-desc .more .text {
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .details_x .det-desc .more .text {
    font-size: 0.8rem;
  }
}
.sub-product-introduce {
  margin-top: 2.5rem;
}
.sub-product-introduce .introduce-head {
  border-bottom: 1px solid #e5e5e5;
}
.sub-product-introduce .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 3.5rem;
  color: #fff;
  background-color: #2879cf;
  font-size: 0.9rem;
}
.sub-product-introduce .introduce-rich-text {
  margin: 2rem 0;
  line-height: 2;
  color:#555;
}
