.content-blog {
  --content-blog-title-size:14px;
  --content-blog-title-weight:400;
}

/* 四图 */

.max-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 30px;
}

.t4s-title {
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 2;
    transform: inherit;
    margin: 0 3px;
    padding: 2px 5px;
    border-radius: 5px;
    color: #000;
    text-align: center;
    font-size: 20px;
  }
  .t4s-row {
    display: flex;
    padding: 0 15px;
    margin: 0 -15px;
  }
  .t4s-row.t4s-col {
    flex-direction: column;
    padding: 0 15px;
    margin: 0;
  }

  .t4s-col-item {
    box-sizing: border-box;
    max-width: 100%;
  }
  .item1.t4s-col-item {
    flex: 0 0 50%;
  }
  .item3.t4s-col-item,
  .item2.t4s-col-item {
    flex: 0 0 100%;
  }
  .item23.t4s-col-item,
  .item4.t4s-col-item {
    flex: 0 0 25%;
  }
  .t4s-eff {
    position: relative;
    z-index: 3;
    display: block;
    vertical-align: top;
    overflow: hidden;
  }
  .t4s-text-center {
    text-align: center;
  }
  .t4s-item-link {
    display: block;
  }
  .t4s-img-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .img1.t4s-img-wrapper {
    width: 100%;
    padding-bottom: 800px;
  }
  .img2.t4s-img-wrapper,
  .img3.t4s-img-wrapper {
    width: 100%;
    padding-bottom: 400px;
  }
  .img4.t4s-img-wrapper {
    width: 100%;
    padding-bottom: 800px;
  }
  .t4s-img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    object-fit: cover;
    object-position: top left;
  }

  @media screen and (max-width: 768px) {
    .t4s-row {
      flex-direction: column;
    }
    .t4s-img-wrapper {
      padding-bottom: 360px !important;

    }
    .t4s-row.t4s-col {
      margin: 0 -15px;
    }
  }
/* 商品专辑 */

.product-list .product-name,
.products-box .product-name {
    font-size: 18px;
    font-weight: bold;
}

.product-list .product-price {
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .product-cate .section-title span {
        font-size: 20px;
    }

    .product-list .product-name {
        font-size: 14px;
    }

    /* 轮播 */
    .swiper-wrapper {
        align-items: stretch;
    }
    .swiper-slide {
        height: auto;
    }
    .product-list .product-item {
        width: 100% !important;
        height: 100%;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .swiper-pagination-bullet-active {
        background-color: #FF6600;
    }

}


/* 单个图文 */
.imgtxt-single {
    background: #f7f7f7;
    padding: 20px 20px;
}

.imgtxt-single-text .rich-text {
    width: 71%;
}

.imgtxt-single-text  .button--default{
  border-radius: 40px;
}

@media screen and (min-width: 767px) {
    .imgtxt-single-text .content-title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .imgtxt-single-text {
        display: flex;
        align-items: stretch;
    }

    .imgtxt-single-text .rich-text {
        width: 100%;
        text-align: left;
        font-size: 18px;
    }

    .imgtxt-single-text .content-title {
        text-align: left;
    }

    .imgtxt-single-text .button--default {
        --btn-height: 43px;
        --btn-side-padding: 0px;
        width: 44%;
        text-align: center;
    }
}

/* 博客 */

.content-blog-read {
    font-size: 12px;
    text-decoration: none;
    color: #222222;
}

.content-blog-content {
    color: #73788a;
}


/* email */