.mod,
.mod .mod-bd {
  padding: 0;
}

.row .wrapper {
  position: relative;
  z-index: 1;
}

.row {
  --swiper-navigation-color: #666;
  --swiper-navigation-size: 0.2rem;
}

.r1 {
  padding: 0.96rem 0 0.5rem;
}

.pro-thumb-area .swiper-button-next,
.pro-thumb-area .swiper-button-prev {
  box-sizing: border-box;
  width: 100%;
  height: 0.32rem;
  margin-top: 0;
  background: rgba(250, 250, 250, 0.7);
  border: 1px solid #eee;
}

.pro-thumb-area .swiper-button-prev {
  top: -0.4rem;
  left: 0;
}

.pro-thumb-area .swiper-button-next {
  bottom: -0.4rem;
  top: auto;
  right: auto;
  left: 0;
}

.pro-thumb-area .swiper-button-next:after,
.pro-thumb-area .swiper-button-prev:after {
  transform: rotate(90deg);
}

.pro-thumb-area {
  position: relative;
  height: 7rem;
}

.pro-thumb-area .swiper {
  height: 100%;
}

.pro-thumb-item {
  height: 100%;
  cursor: pointer;
  position: relative;
}

.pro-thumb-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.pro-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 大图 */

.pro-gallery-area {
  padding-bottom: 0.6rem;
}

.pro-gallery-item {
  height: 7rem;
  position: relative;
}

.pro-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pro-gallery-item .meta {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.pro-gallery-item .meta-hd {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 0.3rem;
  color: #fff;
  padding: 0.48rem 0 0.18rem;
  margin-bottom: 0.2rem;
}

.pro-gallery-item .meta-hd::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4em;
  height: 0.02rem;
  background-color: rgb(215, 0, 15);
}

.pro-gallery-item .meta-hd .title {
  flex-shrink: 0;
  font-weight: bold;
  margin-right: 0.3em;
}

.pro-gallery-item .meta-hd .desc {
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pro-gallery-item .meta-bd {
  flex: 1;
  color: rgba(255, 255, 255, 1);
  font-size: 0.16rem;
  font-weight: bold;
}

.pro-gallery-item .meta-ft {
}

.pro-gallery-item .meta-ft .more {
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  font-size: 0.18rem;

  transition: all 0.3s;
  background-image: url(../images/more-arr.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto 0.18rem;
  padding-right: 0.32rem;
}

.pro-gallery-item .meta-ft .more:hover {
  text-decoration: underline;
}

.h {
  color: #ca101b;
  font-size: 0.24rem;
}

.pro-gallery-item .meta,
.pro-thumb-item::after,
.pro-thumb-item,
.pro-thumb-item img,
.pro-gallery-item,
.pro-gallery-item img {
  border-radius: 0.08rem;
}

@media only screen and (min-width: 768px) {
  .pro-gallery-area .swiper-pagination {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .r1 {
    padding: 24px 0 0.5rem;
  }

  /* 大图 */

  .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;
  }

  .h {
    font-size: 16px;
  }
}
.focus-box {
  display: flex;
  flex-wrap: wrap;
}

.focus-box .focus-box-left {
  box-sizing: border-box;
  width: 3.65rem;
  padding-right: 0.55rem;
}

.focus-box .focus-box-right {
  box-sizing: border-box;
  width: calc(100% - 3.65rem);
}

@media only screen and (max-width: 767px) {
  .focus-box {
    padding: 0;
  }

  .focus-box .focus-box-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
    display: none;
  }

  .focus-box .focus-box-right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 24px;
  }
}

/* row2 */
.r2 {
  padding-bottom: 0.8rem;
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.16rem;
}

.case-list li {
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 0.16rem;
  margin-bottom: 0.4rem;
}

.case-list li a {
  display: block;
}

.case-list li .wrap {
  box-sizing: border-box;
  border: 1px solid rgb(221, 221, 221);
  padding: 0.16rem;
}

.case-list li .info,
.case-list li .wrap,
.case-list li .media,
.case-list li .media img {
  border-radius: 0.08rem;
}

.case-list li .media {
  margin-bottom: 0.16rem;
  position: relative;
  overflow: hidden;
}

.case-list li .info {
  box-sizing: border-box;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: -0.6rem;
  width: 100%;
  height: 0.6rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 0.32rem;
  border-radius: 0 0 0.08rem 0.08rem;
  display: flex;
  align-items: center;
  justify-content: space-between;

  color: #fff;
  font-size: 0.18rem;
}

.case-list li .extra {
  font-weight: bold;
}

.case-list li .meta {
  display: flex;
  align-items: center;
  padding: 0.15rem 0.12rem 0.11rem;
  font-size: 0.18rem;
  position: relative;
  margin-bottom: 0.15rem;
}

.case-list li .meta::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  bottom: 0;
  width: 4em;
  height: 0.02rem;
  background-color: rgb(215, 0, 15);
}

.case-list li .title {
  font-weight: bold;
  margin-right: 0.5em;
}

.case-list li .desc {
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case-list li:hover .info {
  bottom: 0;
}

.case-list li:hover .title {
}

@media only screen and (max-width: 767px) {
  /* row2 */
  .r2 {
    padding-bottom: 24px;
  }

  .case-list {
    margin: 0;
  }

  .case-list li {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }

  .case-list li .wrap {
    padding: 12px;
  }

  .case-list li .media {
    margin-bottom: 8px;
  }

  .case-list li .info {
    bottom: 0;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }

  .case-list li .meta {
    padding: 8px 12px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .case-list li .meta::before {
    left: 12px;
  }
}

/* 详情 */

.row-detail {
  padding: 0.48rem 0 0.8rem;
}

.row-detail .mod-bd {
  padding-top: 0.44rem;
}

.row-detail .case-pic {
  box-sizing: border-box;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 0.08rem;
  background: rgb(255, 255, 255);
  padding: 0.16rem;
  margin-bottom: 0.42rem;
}

.row-detail .case-pic img {
  width: 100%;
  height: auto;
}

.case-detail-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.16rem;
  padding: 0 0.3rem;
}

.case-detail-list li {
  box-sizing: border-box;
  line-height: 2.25;
  min-width: 30%;
  padding-left: 0.2rem;
  margin-bottom: 0.06rem;
  position: relative;
}

.case-detail-list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.135rem;
  width: 0.09rem;
  height: 0.09rem;
  background: var(--square-linear-gradient);
}

@media only screen and (max-width: 767px) {
  .row-detail {
    padding: 24px 0;
  }

  .row-detail .mod-bd {
    padding-top: 24px;
  }

  .row-detail .case-pic {
    margin-bottom: 24px;
  }

  .case-detail-list {
    font-size: 14px;
    padding: 0;
  }

  .case-detail-list li {
    line-height: 2;
    min-width: 100%;
    padding-left: 16px;
    margin-bottom: 4px;
  }

  .case-detail-list li:after {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
