.page-pro #localnav .ln-menu-link {
  padding: 0 0.24rem;
}

.pro-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem 0.4rem;
}

.pro-list li {
  box-sizing: border-box;
  width: 25%;
  transition: all 0.3s;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}

.pro-list li .wrap {
  box-sizing: border-box;
  transition: all 0.3s;
  padding: 0.36rem 0.24rem;
  background: rgb(240, 244, 246);
}

.pro-list li a {
  display: block;
}

.pro-list li .pic-area {
  background-color: #fff;
}

.pro-list li .meta {
  box-sizing: border-box;
  padding-top: 0.24rem;
}

.pro-list li .title {
  text-align: center;
  font-size: 0.18rem;
  line-height: 1.5;
  min-height: 0.54rem;
  color: rgb(0, 36, 77);
}

@media only screen and (max-width: 767px) {
  .pro-list li {
    width: 50%;
  }

  .pro-list li .wrap {
    padding: 12px;
  }

  .pro-list li .meta {
    padding-top: 12px;
  }

  .pro-list li .title {
    font-size: 14px;
    min-height: 42px;
  }
}

@media only screen and (min-width: 768px) {
  .pro-gallery-area .swiper-pagination {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* 大图 */

  .pro-gallery-area {
    padding-bottom: 24px;
  }

  .pro-gallery-item {
    height: 240px;
  }

  .pro-gallery-item .meta {
    padding: 24px;
  }

  .pro-gallery-item .meta-hd {
    font-size: 18px;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 24px;
  }

  .pro-gallery-item .meta-hd .title {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 4px;
  }

  .pro-gallery-item .meta-hd::before {
    display: none;
  }

  .pro-gallery-item .meta-bd {
    font-size: 14px;
  }

  .pro-gallery-item .meta-ft .more {
    font-size: 14px;

    background-size: auto 12px;
    padding-right: 24px;
  }
}

.page-pro-detail {
  background: #f0f4f6;
}

.page-pro-detail .mod {
  --mod-title-font-size: 0.24rem;
  --mod-title-color: rgba(0, 36, 77, 1);
}

@media only screen and (max-width: 767px) {
  .page-pro-detail .mod {
    --mod-title-font-size: 16px;
  }
}

.page-pro-detail .mod .mod-hd h3 {
  padding-bottom: 0;
}

.page-pro-detail .mod .mod-hd {
  margin-bottom: 0.12rem;
}

.page-pro-detail .mod .mod-hd h3::after {
  display: none;
}

.page-pro-detail .r1 {
  padding-bottom: 0.8rem;
}

.page-pro-detail .r2 {
  padding-bottom: 0.12rem;
}

.page-pro-detail .r1 .desc {
  background: rgba(255, 255, 255, 1);
  padding: 0.36rem 0.44rem 0.56rem;
  color: rgba(52, 64, 84, 1);
  font-size: 0.2rem;
  line-height: 2;
}

.pro-focus {
  display: flex;
}

/* 大图 */

.pro-gallery-area {
  box-sizing: border-box;
  width: 85.5%;
  padding: 0 0.4rem 0 0.84rem;
}

.pro-gallery-item {
  background-color: #fff;
  box-shadow: 0px 0.02rem 0.1rem 0px rgba(7, 43, 63, 0.1);
}

.pro-thumb-area {
  box-sizing: border-box;
  position: relative;
  width: 14.5%;
  height: 4.8rem;
  padding: 0.56rem 0;
}

.pro-thumb-area .swiper {
  height: 100%;
}

.pro-thumb-item {
  box-sizing: border-box;
  width: 100%;
  height: 1.16rem;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(206, 206, 206, 1);
  padding: 2px;
}

.pro-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pro-thumb-area .swiper-button-lock {
  display: block;
}

.pro-thumb-area .swiper-button-next,
.pro-thumb-area .swiper-button-prev {
  box-sizing: border-box;
  width: 100%;
  height: 0.36rem;
  margin-top: 0;
  background: rgb(206, 200, 200);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0.2rem auto;
}

.pro-thumb-area .swiper-button-prev {
  top: 0;
  left: 0;
  background-image: url("../images/arrow-up.svg");
}

.pro-thumb-area .swiper-button-next {
  bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  background-image: url("../images/arrow-down.svg");
}

.pro-thumb-area .swiper-button-next:after,
.pro-thumb-area .swiper-button-prev:after {
  display: none;
}

.recommend-list {
  --gap: 0.1rem;
}

.recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--gap) * -1);
}

.recommend-list li {
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 var(--gap);
}

.recommend-list li .wrap {
  box-sizing: border-box;
  background-color: #fff;
  border-left: 0.1rem solid var(--main-color);
  padding: 0.2rem 0.2rem 0.2rem 0.6rem;
  display: flex;
  align-items: center;
  height: 1.2rem;
  background-image: url("../images/bg3.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: auto 100%;
}

.recommend-list li .title {
  color: rgba(52, 64, 84, 1);
  font-size: 0.2rem;
}

@media only screen and (max-width: 767px) {
  .page-pro-detail .r1 .mod {
    padding-bottom: 0;
  }

  .page-pro-detail .r1 .desc {
    padding: 12px;
    font-size: 14px;
  }

  .page-pro-detail .r1 {
    padding-bottom: 32px;
  }

  .pro-gallery-area {
    padding: 0 12px 0 0;
    width: 80%;
  }

  .pro-thumb-area {
    width: 20%;
  }

  .recommend-list {
    --gap: 10px;
    --pic-height: 80px;
  }

  .recommend-list li {
    width: 100%;
    margin-bottom: 24px;
  }

  .recommend-list li .wrap {
    padding: 20px;
    height: auto;
  }

  .recommend-list li .title {
    font-size: 14px;
  }
}

.r1 .mod .mod-bd {
  padding-bottom: 0;
}

.r1 .flex-box-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
