<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* pc�桁� */
@media screen and (min-width:768px) {
  #banner {
    background-image: url('../images/product/banner-p.png');
    height: 416px;
    margin-top: 100px;
  }

  .dividing {
    height: 20px;
    background-color: #F1F1F1;
  }

  .content {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 242px 0;
    display: flex;
  }

  .content_right {
    margin-left: 46px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .content_item {
    width: 370px;
    margin-bottom: 26px;
    position: relative;
  }

  .item_btn {
    position: absolute;
    top: 32px;
    left: 25px;
    display: inline-block;
    width: 116px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: rgba(0,0,0,0.32);
    color: #fff;
    border-radius: 6px;
  }

  .content_item .content_item_img {
    height: 280px;
    width: 370px;
    overflow: hidden;
  }
  .content_item img:hover {
    transition: all 1s;
    transform: scale(1.1);
  }

  .content_item .content_item_title {
    box-shadow: 0px 40px 40px 0px rgba(197, 195, 249, 0.15);
    /* height: 110px; */
    padding: 20px 32px;
    font-size: 24px;
    font-family: Caladea-Bold;
    color: #333333;
    line-height: 32px;
  }
}

/* h5�桁� */
@media screen and (max-width:768px) {
  #banner {
    background-image: url('../images/product/banner-m.png');
    height: 4rem;
    background-size: 100% 4rem;
  }


  .content {
    margin-bottom: 0.586667rem;
    overflow: hidden;
  }

  .content_right {

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .content_item {
    width: 8.786667rem;
    margin-top: 0.546667rem;
    position: relative;
  }

  .item_btn {
    position: absolute;
    top: 0.76rem;
    left: 0.586667rem;
    display: inline-block;
    width: 2.76rem;
    height: 0.76rem;
    text-align: center;
    line-height: 0.76rem;
    font-size: 0.3rem;
    background-color: rgba(0,0,0,0.32);
    color: #fff;
    border-radius: 6px;
  }

  .content_item img {
    width: 8.786667rem;
    height: 6.653333rem;
  }

  .content_item .content_item_title {
    box-shadow: 0px 24px 64px 0px rgba(2, 41, 0, 0.09);

    /* height: 110px; */
    padding: 0.44rem 0.64rem 0.506667rem 0.653333rem;
    font-size: 0.453333rem;
    font-family: Caladea-Bold;
    color: #333333;
    line-height: 32px;
  }
}</pre></body></html>