
.text-section {
  padding: 0 0 6rem;
  text-align: center;
}
.text-section .container {
  border-top: 1px solid #898989;
}
.text-section h4 {
  padding-top: 2rem;
  padding-bottom: 3.6rem;
  font-size: 16px;
}
.text-section p {
  font-size: 16px;
  line-height: 1.68;
}

.pic-and-text-section.txt-right .text {
  box-sizing: border-box;
  padding-left: 4.75rem;
}

.pic-and-text-section.txt-left .container {
  flex-direction: row-reverse;
}
.pic-and-text-section.txt-left .text {
  box-sizing: border-box;
  padding-right: 3.8rem;
}

.pic-and-text-section .container {
  display: flex;
  flex-wrap: wrap;
}
.pic-and-text-section .text {
  width: 50%;
  box-sizing: border-box;
  padding-bottom: 3rem;
}
.pic-and-text-section .pic {
  width: 50%;
}
.pic-and-text-section .pic-and-text-title {
  font-size: 1.58rem;
  line-height: 2.33rem;
  padding: 12.125rem 0 1.8rem;
  /* font-family: "OPPOSansR", "PingFang SC", "Helvetica Neue", sans-serif; */
  font-weight: bold;
}

.pic-and-text-title:empty{
  display: none;
}

.pic-and-text-section .pic-and-text-p {
  font-size: 16px;
  line-height: 2.5rem;
}
.pic-and-text-section .tags span {
  display: inline-block;
  margin-right: 1.5rem;
}
.pic-and-text-section .has-title-2 .pic-and-text-title:not(:nth-of-type(1)),
.pic-and-text-section .has-title-3 .pic-and-text-title:not(:nth-of-type(1)),
.pic-and-text-section .has-title-4 .pic-and-text-title:not(:nth-of-type(1)),
.pic-and-text-section .has-title-5 .pic-and-text-title:not(:nth-of-type(1)) {
  padding-top: 3.42rem;
}
/* .pic-and-text-section .has-title-2 .tags:not(:nth-of-type(1)),
.pic-and-text-section .has-title-3 .tags:not(:nth-of-type(1)),
.pic-and-text-section .has-title-4 .tags:not(:nth-of-type(1)),
.pic-and-text-section .has-title-5 .tags:not(:nth-of-type(1)) {
  color: #727272;
} */

@media screen and (max-width: 767px) {
  .text-section h4 br{
    display: none;
  }
  .text-section h4{
    padding-bottom: 0;
  }
  .pic-and-text-section .text,
  .pic-and-text-section .pic {
    width: 100%;
  }
  .pic-and-text-section .pic-and-text-title {
    padding: 1rem 0;
  }
  .pic-and-text-section.txt-right .text {
    padding: 0;
  }
  .text-section {
    margin-top: 3rem;
  }
  .text-section p br {
    display: none;
  }
  .pic-and-text-section.txt-left .container,
  .pic-and-text-section.txt-right .container {
    flex-direction: column;
  }
  .product-detail-list{
    padding-bottom: 0;
  }
  .text-section{
    padding-bottom: 3rem;
  }
}
.full-section {
  position: relative;
}
.full-section .full-section-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}
.full-section .container {
  top: 0;
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.full-section .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  width: 50%;
}
.full-section .logo {
  width: 17rem;
}
.full-section .border-title {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: normal;
  border: solid 1px #11040a;
  line-height: 1;
  font-size: 1.754rem;
  margin-bottom: 1.72rem;
}
.full-section .title {
  font-size: 3.386rem;
}
.full-section .text-bottom span {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1;
}
.full-section .text-bottom .line {
  font-size: 1.375rem;
  color: #555555;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  font-weight: normal;
  position: relative;
}
.full-section .text-bottom .line::before {
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  border-left: 1px solid currentColor;
  content: "";
  display: inline-block;
  vertical-align: top;
}
.full-section .pic-and-text-title {
  position: relative;
  font-size: 1.58rem;
  line-height: 2.33rem;
  padding: 12.125rem 0 1.8rem;
  /* font-family: "OPPOSansR", "PingFang SC", "Helvetica Neue", sans-serif; */
  font-weight: bold;
}
.full-section .pic-and-text-p {
  font-size: 16px;
  line-height: 2.5rem;
}

@media screen and (max-width: 767px){
  .full-section{
    display: flex;
    flex-direction: column;
  }
  .full-section .logo{
    width: 14rem;
    margin-bottom: 1.2rem;
  }
  .full-section .border-title{
    font-size: 1.254rem;
    margin-bottom: 1.2rem;
  }
  .full-section .container{
    position: static;
    width: calc(100% - 40px);
    margin: 40px auto;
    transform: translateX(0);
  }
  .full-section .txt{
    width: 100%;
  }
  .full-section .title br{
    display: none;
  }
  .full-section .title{
    margin-bottom: 1.2rem;
    font-size: 1.786rem;
  }
  .full-section .text-bottom span{
    font-size: 1.175rem;
  }
  .full-section .text-bottom .line{
    font-size: 1.175rem;
  }
  .pic-and-text-p br{
    /* display: none; */
  }
  .pic-and-text-title:empty{
    display: none;
  }
  .tags span:empty{
    display: none;
  }
  .pic-and-text-section.txt-left .text{
    padding-right: 0;
    padding-bottom: 0;
  }
  .text-section{
    /* padding-bottom: 0; */
  }
  .full-section .pic-and-text-title{
    padding-top: 0;
  }
}

.has-title-5 .pic-and-text-title,
.has-title-3 .pic-and-text-title,
.has-title-4 .pic-and-text-title,
.has-title-2 .pic-and-text-title{
  position: relative;
}
.has-title-5 .pic-and-text-title::after,
.has-title-3 .pic-and-text-title::after,
.has-title-4 .pic-and-text-title::after,
.has-title-2 .pic-and-text-title::after{
  position: absolute;
  content: "";
  width: 14.563rem;
  height: 1px;
  background-color: #898989;
  display: block;
  bottom: 1rem;
}