.inner-banner {
  width: 100%;
}
.inner-banner img {
  width: 100%;
}
.content {
  width: 100%;
  position: relative;
}
.content .map {
  position: absolute;
  top: 36px;
  left: 10.416%;
  font-size: 20px;
  line-height: 20px;
  color: #6e6e73;
  z-index: 5;
}
.content .map a {
  color: #6e6e73;
}
.content .map a:hover {
  color: #242424;
}
.content .introduce {
  position: relative;
  width: 100%;
  padding-top: 150px;
}
.content .introduce .name {
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
  color: #181818;
  text-align: center;
}
.content .introduce .p {
  width: 1070px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 48px;
  color: #333333;
  text-align: center;
  margin-top: 24px;
}
.content .popular {
  width: 100%;
  margin-top: 180px;
}
.content .popular .top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .popular .top .title {
  font-weight: bold;
  font-size: 48px;
  color: #181818;
  line-height: 48px;
  text-align: center;
  position: relative;
}
.content .popular .top .title::before {
  content: "";
  width: 52px;
  height: 5px;
  background-color: #181818;
  position: absolute;
  top: 21px;
  left: -95px;
}
.content .popular .top .title::after {
  content: "";
  width: 52px;
  height: 5px;
  background-color: #181818;
  position: absolute;
  top: 21px;
  right: -95px;
}
.content .popular .box {
  width: 100%;
  height: 800px;
  margin-top: 67px;
  position: relative;
}
.content .popular .box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .popular .box .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .popular .box .swiper2 {
  width: 77.777%;
  margin: 0 auto;
  padding-top: 195px;
  padding-bottom: 152px;
}
.content .popular .box .swiper2 .swiper-slide {
  width: 100%;
}
.content .popular .box .swiper2 .swiper-slide .slide-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content .popular .box .swiper2 .swiper-slide .slide-box .left {
  width: 54.934%;
}
.content .popular .box .swiper2 .swiper-slide .slide-box .left .name {
  font-weight: bold;
  font-size: 64px;
  color: #1D1D1F;
  line-height: 64px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
}
.content .popular .box .swiper2 .swiper-slide .slide-box .left .s-title {
  font-weight: 400;
  font-size: 24px;
  color: #1D1D1F;
  line-height: 24x;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.2s;
  margin-top: 20px;
}
.content .popular .box .swiper2 .swiper-slide .slide-box .left .p {
  margin-top: 24px;
  font-size: 24px;
  color: #1D1D1F;
  line-height: 43px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.4s;
}
.content .popular .box .swiper2 .swiper-slide .slide-box .left .button {
  width: 120px;
  height: 40px;
  border-radius: 12px;
  border: solid 1px #3e9ed4;
  margin-top: 30px;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.6s;
}
.content .popular .box .swiper2 .swiper-slide .slide-box .left .button a {
  width: 100%;
  height: 100%;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  color: #3e9ed4;
  line-height: 32px;
  justify-content: center;
  align-items: center;
}
.content .popular .box .swiper2 .swiper-slide .slide-box .left .button a span {
  margin-left: 10px;
  font-size: 18px;
  transition: 0.5s;
}
.content .popular .box .swiper2 .swiper-slide .slide-box .left .button:hover a span {
  margin-left: 20px;
}
.content .popular .box .swiper2 .swiper-slide .slide-box .right {
  width: 35.714%;
  transform: scale(0.3);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.2s;
}
.content .popular .box .swiper2 .swiper-slide .slide-box .right img {
  width: 100%;
}
.content .popular .box .swiper2 .swiper-slide .slide-box.active .left .name {
  transform: translateY(0);
  opacity: 1;
}
.content .popular .box .swiper2 .swiper-slide .slide-box.active .left .s-title {
  transform: translateY(0);
  opacity: 1;
}
.content .popular .box .swiper2 .swiper-slide .slide-box.active .left .p {
  transform: translateY(0);
  opacity: 1;
}
.content .popular .box .swiper2 .swiper-slide .slide-box.active .left .button {
  transform: translateY(0);
  opacity: 1;
}
.content .popular .box .swiper2 .swiper-slide .slide-box.active .right {
  transform: scale(1);
  opacity: 1;
}
.content .popular .box .swiper2 .swiper-pagination2 {
  bottom: 40px;
}
.content .popular .box .swiper2 .swiper-pagination2 .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  display: inline-block;
  border-radius: 1px;
  background: #3e9ed4;
  opacity: 0.3;
}
.content .popular .box .swiper2 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #3e9ed4;
}
.content .popular .box .swiper-button-next2,
.content .popular .box .swiper-button-prev2 {
  position: absolute;
  top: 60%;
  width: 50px;
  height: 50px;
  margin-top: -100px;
  border-radius: 100%;
  border: solid 1px #3e9ed4;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3e9ed4;
}
.content .popular .box .swiper-button-next2::after,
.content .popular .box .swiper-button-prev2::after {
  font-size: 18px;
  font-weight: bold;
}
.content .popular .box .swiper-button-prev2 {
  left: calc(10% - 50px);
  right: auto;
}
.content .popular .box .swiper-button-next2 {
  right: calc(10% - 50px);
  left: auto;
}
.content .center-img {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.content .center-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .product-list {
  width: 100%;
  height: 1133px;
  position: relative;
}
.content .product-list .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .product-list .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .product-list > .title {
  font-weight: bold;
  font-size: 48px;
  color: #181818;
  line-height: 48px;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.content .product-list > .title::before {
  content: "";
  width: 52px;
  height: 5px;
  background-color: #181818;
  position: absolute;
  top: 21px;
  left: -95px;
}
.content .product-list > .title::after {
  content: "";
  width: 52px;
  height: 5px;
  background-color: #181818;
  position: absolute;
  top: 21px;
  right: -95px;
}
.content .product-list .box {
  width: 89.583%;
  margin-left: 10.417%;
  position: relative;
  padding-top: 146px;
}
.content .product-list .box .swiper1 {
  width: 100%;
  padding: 60px 0;
}
.content .product-list .box .swiper1 .swiper-slide {
  width: 490px;
  height: 730px;
  background-color: #ffffff;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  overflow: hidden;
}
.content .product-list .box .swiper1 .swiper-slide .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .product-list .box .swiper1 .swiper-slide .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .product-list .box .swiper1 .swiper-slide .img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.content .product-list .box .swiper1 .swiper-slide .img img {
  width: 100%;
}
.content .product-list .box .swiper1 .swiper-slide .text {
  margin: 0 45px;
  position: relative;
  z-index: 2;
}
.content .product-list .box .swiper1 .swiper-slide .text .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 1px;
  color: #1d1d1f;
  height: 72px;
}
.content .product-list .box .swiper1 .swiper-slide .text .name {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #1d1d1f;
  margin-top: 26px;
  height: 40px;
}
.content .product-list .box .swiper1 .swiper-slide .text .label {
  width: 100%;
  display: flex;
}
.content .product-list .box .swiper1 .swiper-slide .text .label .item {
  height: 26px;
  background-color: #3c9dd4;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.09);
  border-radius: 13px;
  padding: 0 13px;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  margin-right: 17px;
  margin-top: 14px;
}
.content .product-list .box .swiper1 .swiper-slide .text .button {
  width: 120px;
  height: 40px;
  border-radius: 12px;
  border: solid 1px #3e9ed4;
  margin-top: 48px;
  transition: 1s;
  position: relative;
  z-index: 2;
}
.content .product-list .box .swiper1 .swiper-slide .text .button a {
  width: 100%;
  height: 100%;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  color: #3e9ed4;
  line-height: 32px;
  justify-content: center;
  align-items: center;
}
.content .product-list .box .swiper1 .swiper-slide .text .button a span {
  margin-left: 10px;
  font-size: 18px;
  transition: 0.5s;
}
.content .product-list .box .swiper1 .swiper-slide .text .button:hover a span {
  margin-left: 20px;
}
.content .product-list .bottom {
  width: 79.166%;
  height: 26px;
  margin: 0 auto;
  position: relative;
  margin-top: 16px;
}
.content .product-list .bottom .swiper-pagination {
  width: calc(100% - 130px);
  height: 2px;
  background-color: #999999;
  top: 12px;
}
.content .product-list .bottom .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #3e9ed4;
}
.content .product-list .bottom .swiper-button-next1,
.content .product-list .bottom .swiper-button-prev1 {
  position: absolute;
  top: 0;
  width: 16px;
  height: 26px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  position: 0.5s;
}
.content .product-list .bottom .swiper-button-next1::after,
.content .product-list .bottom .swiper-button-prev1::after {
  font-weight: bold;
  font-size: 26px;
}
.content .product-list .bottom .swiper-button-next1:hover,
.content .product-list .bottom .swiper-button-prev1:hover {
  color: #3e9ed4;
}
.content .product-list .bottom .swiper-button-next1 {
  left: auto;
  right: 0;
}
.content .product-list .bottom .swiper-button-prev1 {
  left: auto;
  right: 85px;
}
@media screen and (max-width: 1560px) {
  .content .product-list > .title {
    font-weight: bold;
    font-size: 36px;
    color: #181818;
    line-height: 36px;
    text-align: center;
    top: 50px;
  }
  .content .product-list > .title::before {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #181818;
    position: absolute;
    top: 16px;
    left: -65px;
  }
  .content .product-list > .title::after {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #181818;
    position: absolute;
    top: 16px;
    right: -65px;
  }
  .content .map {
    position: absolute;
    top: 20px;
    left: 10.416%;
    font-size: 16px;
    line-height: 16px;
    color: #6e6e73;
    z-index: 2;
  }
  .content .introduce {
    width: 79.166%;
    margin: 0 auto;
    position: relative;
    padding-top: 120px;
  }
  .content .introduce .p {
    width: 1070px;
    font-size: 24px;
    line-height: 42px;
    color: #181818;
    text-align: center;
    margin: 0 auto;
    margin-top: 24px;
  }
  .content .introduce {
    position: relative;
    width: 100%;
  }
  .content .popular {
    width: 100%;
    margin-top: 120px;
  }
  .content .popular .top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .popular .top .title {
    font-weight: bold;
    font-size: 36px;
    color: #181818;
    line-height: 36px;
    text-align: center;
    position: relative;
  }
  .content .popular .top .title::before {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #181818;
    position: absolute;
    top: 16px;
    left: -65px;
  }
  .content .popular .top .title::after {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #181818;
    position: absolute;
    top: 16px;
    right: -65px;
  }
  .content .popular .box {
    width: 100%;
    height: 680px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .content .popular .box .swiper2 {
    width: 77.777%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .content .popular .box .swiper2 .swiper-pagination2 {
    bottom: 0;
  }
  .content .popular .box .swiper2 .swiper-slide .slide-box .left .name {
    font-weight: bold;
    font-size: 48px;
    color: #1D1D1F;
    line-height: 64px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
  }
  .content .popular .box .swiper2 .swiper-slide .slide-box .left .s-title {
    font-weight: 400;
    font-size: 22px;
    color: #1D1D1F;
    line-height: 24x;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
    transition-delay: 0.2s;
    margin-top: 20px;
  }
  .content .popular .box .swiper2 .swiper-slide .slide-box .left .p {
    margin-top: 24px;
    font-size: 18px;
    color: #1D1D1F;
    line-height: 32px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
  }
  .content .popular .box .swiper2 .swiper-slide .slide-box .left .button a {
    width: 100%;
    height: 100%;
    display: flex;
    font-weight: 500;
    font-size: 14px;
    color: #3e9ed4;
    line-height: 32px;
    justify-content: center;
    align-items: center;
  }
  .content .introduce .box .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
  }
  .content .introduce .box .list .item {
    width: 33.333%;
    padding-right: 55px;
    margin-right: 55px;
    position: relative;
  }
  .content .introduce .box .list .item::after {
    content: '';
    width: 1px;
    height: 300px;
    background-color: #3e9ed4;
    border-radius: 1px;
    position: absolute;
    top: 28px;
    right: 0;
  }
  .content .introduce .box .list .item .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #181818;
    margin-top: 30px;
    text-align: center;
  }
  .content .introduce .box .list .item .text {
    font-size: 18px;
    line-height: 32px;
    color: #6e6e73;
    margin-top: 32px;
    text-align: justify;
  }
  .content .product-list .box .swiper1 .swiper-slide {
    width: 450px;
    height: 650px;
    background-color: #ffffff;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    overflow: hidden;
  }
  .content .product-list .box .swiper1 .swiper-slide .text .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 1px;
    color: #1d1d1f;
    height: 52px;
  }
  .content .product-list .box .swiper1 .swiper-slide .text .name {
    font-size: 18px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #1d1d1f;
    margin-top: 20px;
    height: 34px;
  }
  .content .product-list .box .swiper1 .swiper-slide .text .label .item {
    height: 26px;
    background-color: #3c9dd4;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.09);
    border-radius: 13px;
    padding: 0 13px;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    margin-right: 10px;
    margin-top: 14px;
  }
  .content .product-list .box .swiper1 .swiper-slide .text {
    margin: 0 30px;
    position: relative;
    z-index: 2;
  }
  .content .product-list .box .swiper1 .swiper-slide .text .button {
    width: 120px;
    height: 40px;
    border-radius: 12px;
    border: solid 1px #3e9ed4;
    margin-top: 30px;
    transition: 1s;
    position: relative;
    z-index: 2;
  }
  .content .product-list .box .swiper1 .swiper-slide .text .button a {
    width: 100%;
    height: 100%;
    display: flex;
    font-weight: 500;
    font-size: 14px;
    color: #3e9ed4;
    line-height: 32px;
    justify-content: center;
    align-items: center;
  }
  .content .product-list {
    width: 100%;
    height: 1040px;
    position: relative;
  }
  .content .product-list .box {
    width: 89.583%;
    margin-left: 10.417%;
    position: relative;
    padding-top: 100px;
  }
}
@media screen and (max-width: 1360px) {
  .content .center-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .content .map {
    position: absolute;
    top: 20px;
    left: 5%;
    font-size: 16px;
    line-height: 16px;
    color: #6e6e73;
    z-index: 2;
  }
  .content .introduce .p {
    width: 90%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 43px;
    color: #333333;
    text-align: center;
    margin-top: 24px;
  }
  .content .popular .box .swiper2 {
    width: 80%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .content .popular .box .swiper-button-prev2 {
    left: 5%;
    right: auto;
  }
  .content .popular .box .swiper-button-next2 {
    right: 5%;
    left: auto;
  }
  .content .product-list .box {
    width: 95%;
    margin-left: 5%;
    position: relative;
    padding-top: 100px;
  }
  .content .product-list .bottom {
    width: 90%;
    height: 26px;
    margin: 0 auto;
    position: relative;
    margin-top: 66px;
  }
  .content .introduce {
    position: relative;
    width: 100%;
    padding-top: 110px;
  }
  .content .introduce .name {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #181818;
    text-align: center;
  }
  .content .introduce .p {
    width: 90%;
    margin: 0 auto;
    color: #333333;
    text-align: center;
    margin-top: 24px;
  }
  .content .popular {
    width: 100%;
    margin-top: 80px;
  }
  .content .popular .top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .popular .top .title {
    font-weight: bold;
    font-size: 32px;
    color: #181818;
    line-height: 32px;
    text-align: center;
    position: relative;
  }
  .content .popular .box {
    width: 100%;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .content .popular .box .swiper2 .swiper-slide .slide-box .left .name {
    font-weight: bold;
    font-size: 36px;
    color: #1D1D1F;
    line-height: 42px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
  }
  .content .popular .box .swiper2 .swiper-slide .slide-box .left .s-title {
    font-weight: 400;
    font-size: 20px;
    color: #1D1D1F;
    line-height: 24px;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
    transition-delay: 0.2s;
    margin-top: 20px;
  }
  .content .popular .box .swiper2 .swiper-slide .slide-box .left .p {
    margin-top: 24px;
    font-size: 16px;
    color: #1D1D1F;
    line-height: 26px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
  }
  .content .popular .box .swiper2 {
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content .center-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .content .product-list {
    width: 100%;
    height: 680px;
    position: relative;
  }
  .content .product-list > .title {
    font-weight: bold;
    font-size: 32px;
    color: #181818;
    line-height: 32px;
    text-align: center;
    position: absolute;
  }
  .content .product-list .box {
    width: 95%;
    margin-left: 5%;
    position: relative;
    padding-top: 86px;
  }
  .content .product-list .box .swiper1 {
    width: 100%;
    padding: 36px 0;
  }
  .content .product-list .box .swiper1 .swiper-slide {
    width: 320px;
    height: auto;
    aspect-ratio: 450/650;
    background-color: #ffffff;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    overflow: hidden;
  }
  .content .product-list .box .swiper1 .swiper-slide .img {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .content .product-list .box .swiper1 .swiper-slide .text .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 1px;
    color: #1d1d1f;
    height: 44px;
  }
  .content .product-list .box .swiper1 .swiper-slide .text .name {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #1d1d1f;
    margin-top: 9px;
    height: 32px;
  }
  .content .product-list .box .swiper1 .swiper-slide .text .label .item {
    height: 26px;
    background-color: #3c9dd4;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.09);
    border-radius: 13px;
    padding: 0 6px;
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
    margin-right: 2px;
    text-wrap: nowrap;
    margin-top: 15px;
  }
  .content .product-list .box .swiper1 .swiper-slide .text .button {
    width: 120px;
    height: 40px;
    border-radius: 12px;
    border: solid 1px #3e9ed4;
    margin-top: 30px;
    transition: 1s;
    position: relative;
    z-index: 2;
  }
  .content .product-list .bottom {
    width: 90%;
    height: 26px;
    margin: 0 auto;
    position: relative;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .inner-banner {
    width: 100%;
    height: 48vw;
  }
  .inner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content .popular .box .swiper-button-next2,
  .content .popular .box .swiper-button-prev2 {
    position: absolute;
    top: 60%;
    width: 30px;
    height: 30px;
    margin-top: -80px;
    border-radius: 100%;
    border: solid 1px #3e9ed4;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3e9ed4;
  }
  .content .popular .box .swiper-button-next2::after,
  .content .popular .box .swiper-button-prev2::after {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .content .introduce .name {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    color: #181818;
    text-align: center;
  }
  .content .introduce .p {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    margin-top: 24px;
  }
  .content .popular .top .title {
    font-weight: bold;
    font-size: 26px;
    color: #181818;
    line-height: 36px;
    text-align: center;
    position: relative;
  }
  .content .popular .box {
    margin-top: 30px;
    height: 400px;
  }
  .content .popular .box .swiper2 {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content .popular .box .swiper-button-next2,
  .content .popular .box .swiper-button-prev2 {
    display: none;
  }
  .content .popular .box .swiper2 .swiper-slide .slide-box .right {
    width: 40.714%;
    transform: scale(0.3);
    opacity: 0;
    transition: 1s;
    transition-delay: 0.2s;
  }
  .content .popular .box .swiper2 .swiper-slide .slide-box .left .name {
    font-weight: bold;
    font-size: 28px;
    color: #1D1D1F;
    line-height: 32px;
  }
  .content .popular .box .swiper2 .swiper-slide .slide-box .left .s-title {
    font-weight: 400;
    font-size: 18px;
    color: #1D1D1F;
    line-height: 20px;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
    transition-delay: 0.2s;
    margin-top: 20px;
  }
  .content .popular .box .swiper2 .swiper-slide .slide-box .left .p {
    margin-top: 24px;
    font-size: 14px;
    color: #1D1D1F;
    line-height: 22px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
  }
  .content .center-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .content .product-list > .title {
    font-weight: bold;
    font-size: 26px;
    color: #181818;
    line-height: 36px;
    text-align: center;
    position: absolute;
  }
}
@media screen and (max-width: 680px) {
  .content .introduce .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #181818;
    text-align: center;
  }
  .content .popular .top .title {
    font-weight: bold;
    font-size: 26px;
    color: #181818;
    line-height: 32px;
    text-align: center;
    position: relative;
  }
  .content .popular .box {
    width: 100%;
    height: 680px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .content .popular .box .swiper2 .swiper-slide .slide-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .content .popular .box .swiper2 .swiper-slide .slide-box .right {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    transform: scale(0.3);
    opacity: 0;
    transition: 1s;
    transition-delay: 0.2s;
  }
  .content .popular .box .swiper2 .swiper-slide .slide-box .left {
    width: 100%;
  }
}
