<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-wrap {
  margin: 0 auto;
  padding: 0.9rem 0;
}

.newsProduct-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.6rem 0;
  position: relative;
  padding-bottom: 0.6rem;
}

.newsProduct-list .active::after {
  opacity: 0;
}

.newsProduct-list .active:hover .newsProduct-item-icon {
  top: -50% !important;
}

.newsProductSwiper {
  width: 100%;
}

.newsProduct-list .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background: #d9d9d9;
  cursor: pointer;
}

.newsProduct-list .swiper-pagination-bullet-active {
  background: #94c33a;
}

.newsProduct-item {
  /* width: 3.27rem; */
  height: 3.28rem;
  /* margin-right: 0.3rem; */
  position: relative;
  cursor: pointer;
  /* margin-bottom: 0.3rem; */
}


.newsProduct-item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(40, 65, 134, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}

.newsProduct-item:nth-child(4n) {
  margin-right: 0;
}

.newsProduct-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsProduct-item-icon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: all 0.365s;
}

.newsProduct-item:hover .newsProduct-item-icon {
  top: 50%;
}

/* ------------------------------------------------------------------------------------- */
/* äº§å“ æ–°å“æŽ¨è å¼€å§‹*/
.product-suggest-box {
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.48rem;
  background: linear-gradient(270deg, rgba(40, 65, 134, 0.05) 0%, rgba(40, 65, 134, 0.5) 100%);
}

.suggest-img-box {
  position: relative;
}

.suggest-poster-box {
  transform: translate(0, -50%);
  position: absolute;
  width: 6.6rem;
  height: 6.76rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.suggest-poster {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: 0.6s;
  cursor: pointer;
}

.suggest-poster:hover {
  transform: scale(1.05);
}

.suggest-text-box {
  width: 7.4rem;
  padding-left: 0.8rem;
  padding-right: 0.6rem;
}

.suggest-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  font-size: 0.48rem;
  font-family:  -Bold,  ;
  font-weight: bold;
  color: #333333;
}

.suggest-tags {
  margin: 0.3rem 0 0.2rem;
  display: flex;
  flex-wrap: wrap;
}

.suggest-tag-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  min-width: 0.96rem;
  height: 0.37rem;
  border-radius: 0.04rem 0rem 0.04rem 0rem;
  opacity: 1;
  border: 0.01rem solid #284186;
  color: #284186;
  font-size: 0.16rem;
}

.suggest-tag-item:nth-child(2) {
  border-color: #0b8308;
  color: #0b8308;
}

.suggest-tag-item:nth-child(3) {
  border-color: #ff9d00;
  color: #ff9d00;
}

.suggest-tag-item:nth-child(4) {
  border-color: #ff0000;
  color: #ff0000;
}

.suggest-desc {
  font-size: 0.24rem;
  font-family:  -Regular,  ;
  font-weight: 400;
  color: #333333;
  line-height: 0.5rem;
}

.suggest-desc-text {
  min-height: 1.26rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;

  font-size: 0.2rem;
  font-family:  -Regular,  ;
  font-weight: 400;
  color: #666666;
  line-height: 0.42rem;
}

.suggest-btn-box {
  margin-top: 0.2rem;
}

.suggest-btn-link {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.1rem;
  height: 0.34rem;
  background: #284186;
  border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
  transition: 0.3s;
}

.suggest-btn-link:hover {
  opacity: 0.8;
}

.suggest-btn-text {
  font-size: 0.16rem;
  font-family:  -Regular,  ;
  font-weight: 400;
  color: #ffffff;
}

.suggest-btn-img {
  width: 0.18rem;
}

/* äº§å“ æ–°å“æŽ¨è ç»“æŸ*/
/* ------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------- */
/* äº§å“ - åº”ç”¨é¢†åŸŸ */
.yingyong-box {
  position: relative;
  margin-top: 0.6rem;
  width: 13.98rem;
  height: 7rem;
}

.yingyong-bg-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.yingyong-bg-box img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yingyong-bg-box img.active {
  display: block;
  animation: yingyong_img_scale 8s infinite;
}

@keyframes yingyong_img_scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.yingyong-mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.yingyong-left-box {
  width: 3.27rem;
  /* background: rgba(40, 65, 134, 0.9); */
}

.yingyong-list {}

.yingyong-item {
  background: rgba(40, 65, 134, 0.7);
  height: 0.78rem;
  line-height: 0.78rem;
  border-top: 0.01rem solid rgba(204, 204, 204, 0.5);
  padding: 0 0.4rem;
  font-size: 0.2rem;
  font-family:  -Regular,  ;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

.yingyong-item:first-child {
  border-top: none;
}

.yingyong-item.active {
  background: rgba(40, 65, 134, 0.9);
  font-size: 0.24rem;
  font-weight: bold;
}

.yingyong-right-box {
  flex: 2;
  padding: 0.62rem;
  background-image: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.3),rgba(0,0,0,.35),rgba(0,0,0,.4),rgba(0,0,0,.5));
}

.yingyong-right-ctx {}

.yingyong-ctx-item {
  display: none;
}

.yingyong-ctx-item.active {
  display: block;
}

.yingyong-right-title {
  margin-bottom: 0.3rem;
  font-size: 0.32rem;
  font-family:  -Bold,  ;
  font-weight: bold;
  color: #ffffff;
}

.yingyong-right-desc {
  font-size: 0.2rem;
  font-family:  -Regular,  ;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.42rem;
}

/* äº§å“ - åº”ç”¨é¢†åŸŸ */
/* ------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------- */
/* äº§å“ - è¯¦æƒ… å¼€å§‹ */
.product-detail-ctx {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* å·¦ä¾§ */
.product-left-nav {
  width: 1.5rem;
  position: sticky;
  top: 30%;
  flex-shrink: 0;
}

.product-right-box {
  /*flex: 1;*/
  width: calc(100% - 1.5rem);
}

.product-top-box {
  display: flex;
  justify-content: space-between;
}

.product-bottom-info {
  /*padding-right: 1.5rem;*/
}

.detail-toggle-item {
  width: 100%;
  padding-top: .7rem;
}

.detail-nav-item {
  height: 0.36rem;
  margin-bottom: 0.08rem;
  cursor: pointer;
  color: #333;
  font-size: .18rem;
}

.detail-nav-item::before {
  content: "";
  display: inline-block;
  margin-right: 0.16rem;
  width: 0.12rem;
  height: 0.12rem;
  background: #cccccc;
  border-radius: 50%;
}

.detail-nav-item.active {
  color: #284186;
  font-weight: bold;
}

.detail-nav-item.active::before {
  background: #94c33a;
}
.back {
    color: #284186;
    cursor: pointer;
    margin-left: 0.28rem;
    margin-top: 0.35rem;
    font-size: .18rem;
}

/* å³ä¾§ */
.product-right-info {
  width: 3.6rem;
}

.detail-right-top-box {
  /*min-height: 3.3rem;*/
  padding: 0.4rem 0.2rem 0.27rem;
  border-radius: 0rem 0rem 0rem 0rem;
  opacity: 1;
  border: 0.01rem solid #cccccc;
  text-align: center;
}

.detail-right-title {
  font-size: 0.24rem;
  font-family:  -Bold,  ;
  font-weight: bold;
  color: #333333;
}

.detail-right-guige {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  font-family:  -Regular,  ;
  font-weight: 400;
  color: #333333;
}

.detail-right-line {
  margin: 0.3rem;
}

.detail-right-link {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  height: 0.4rem;
  background: #ffffff;
  border-radius: 0rem 0rem 0rem 0rem;
  opacity: 1;
  border: 0.01rem solid #eeeeee;
}

.detail-right-link+.detail-right-link {
  border-top: none;
}

.detail-right-tm {}

.detail-right-jd {}

.detail-right-link img {
  width: 0.24rem;
  margin-right: 0.3rem;
}

.detail-right-link img.active {
  display: none;
}

.detail-right-link .link-text {
  font-size: 0.16rem;
  color: #666666;
}

.detail-right-link:hover .link-text {
  color: #284186;
}

.detail-right-link:hover img.active {
  display: inline-block;
}

.detail-right-link:hover img.default {
  display: none;
}

.detail-right-buy {
  /*margin-top: 0.08rem;*/
  height: 0.42rem;
  line-height: 0.42rem;
  background: #284186;
  border-radius: 0rem 0rem 0rem 0rem;
  font-size: 0.2rem;
  font-family:  -Regular,  ;
  font-weight: 400;
  color: #ffffff;
}

.detail-right-tags {
  margin: 0.16rem 0 0.2rem;
  display: flex;
  flex-wrap: wrap;
}

.detail-tag-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.12rem;
  margin-bottom: 0.12rem;
  /*min-width: 1.12rem;*/
  padding: 0 .1rem;
  height: 0.37rem;
  border-radius: 0.04rem 0rem 0.04rem 0rem;
  opacity: 1;
  border: 0.01rem solid #284186;
  color: #284186;
  font-size: 0.16rem;
}
.detail-tag-item:nth-child(3n){
    /*margin-right: 0;*/
}
.detail-tag-item:nth-child(2) {
  border-color: #0b8308;
  color: #0b8308;
}

.detail-tag-item:nth-child(3) {
  
  border-color: #ff9d00;
  color: #ff9d00;
}

.detail-tag-item:nth-child(4) {
  border-color: #ff0000;
  color: #ff0000;
}
.detail-tag-item:nth-child(5) {
  border-color: #8e0cc5;
  color: #8e0cc5;
}
.detail-tag-item:nth-child(6) {
  border-color: #c5400c;
  color: #c5400c;
}
.detail-tag-item:nth-child(7) {
  border-color: #FF00FF;
  color: #FF00FF;
}

/* ä¸­é—´ */
/* ä¸­é—´ - å‚æ•° */

.product-center-info {
  /*flex: 2;*/
      width: calc(100% - 3.6rem);
  padding: 0 0.6rem;
}

/* ä¸­é—´å‚æ•° */
.canshu-ctx {
        width: 100%;
    overflow-x: scroll;
}
.canshu-ctx tr:hover{
    background: rgba(40,65,134,0.1);
    cursor: pointer;
}
.canshu-ctx table  {
    width: 100%;
    border: none !important;
}
.canshu-ctx table tr {
    /*border: none !important;*/
}
.canshu-ctx table tr td{
    border: 1px solid #eee;
    border-top: none;
    border-left: none;
}
.canshu-ctx table tr td:first-child {
        min-width: 60px;
    border-left: 1px solid transparent !important;
    /*border-bottom: 1px solid transparent !important;*/
}
.canshu-ctx table tr td:last-child {
    border-right: 1px solid transparent !important;
    /*border-bottom: 1px solid transparent !important;*/
}
/*:not('[colspan]')*/
.canshu-ctx table tr td:nth-child(2n) {
    /*background-color: #f4f6fa;    */
}
.canshu-ctx table p{
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.canshu-title {
  padding-left: 0.12rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: rgba(40, 65, 134, 0.1);
  border-bottom: 2px solid #284186;
  font-size: 0.24rem;
  font-family:  -Regular,  ;
  font-weight: 400;
  color: #284186;
}

.canshu-item {
  height: 0.4rem;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 0.01rem solid rgba(40, 65, 134, 0.2);
}

.canshu-item:hover {
  background: rgba(40, 65, 134, 0.1);
}

.canshu-label {
  width: 1.42rem;
  padding-left: 0.12rem;
  padding-right: 0.3rem;

  font-size: 0.16rem;
  font-family:  -Regular,  ;
  font-weight: 400;
  color: #333333;
}

.canshu-value {
  font-size: 0.16rem;
  font-family:  -Light,  ;
  font-weight: 300;
  color: #333333;
}

/* ä¸­é—´ è¯´æ˜Žä¹¦ä¸‹è½½ */
.shuomingshu-title {
  padding-left: 0.12rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: rgba(40, 65, 134, 0.1);
  border-bottom: 2px solid #284186;
  font-size: 0.24rem;
  font-family:  -Regular,  ;
  font-weight: 400;
  color: #284186;
}

.sms-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.12rem;
  border-bottom: 1px solid rgba(40, 65, 134, 0.2);
}

.sms-link:hover {
  background: rgba(40, 65, 134, 0.1);
}

.sms-title {
  font-size: 0.16rem;
  color: #333333;
}

.sms-icon {
  width: 0.17rem;
  width: 0.16rem;
}

/* ä¸­é—´ è§†é¢‘ */
.shipin-title {
  padding-left: 0.12rem;
  height: 0.6rem;
  line-height: 0.6rem;
  /* background: rgba(40, 65, 134, 0.1); */
  border-bottom: 2px solid #284186;
  font-size: 0.24rem;
  font-family:  -Regular,  ;
  font-weight: 400;
  color: #284186;
}

.shipin-ctx {
  padding-top: 0.3rem;
}

.shipin-item {
  position: relative;
  width: 3.35rem;
  height: 1.9rem;
}

.video-dom {
  width: 3.35rem;
  height: 1.9rem;
  object-fit: cover;
}

.icon-video-play {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: .6rem;
  height: .6rem;
  cursor: pointer;
}

.video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* åº•éƒ¨äº§å“æ¦‚è¿° */
.bottom-gaishu {
  margin-top: 0.2rem;
  margin: 0;
  padding: 0;
}

.gaishu-title,
.tedian-title {
  font-size: 0.24rem;
  font-family:  -Bold,  ;
  font-weight: bold;
  color: #284186;
  line-height: 0.57rem;
}

.gaishu-desc,
.tedian-desc,
.tedian-desc p,
.tedian-desc span {
  font-size: 0.16rem !important;
  line-height: 0.42rem;
  /*color: #666666;*/
  
}
.gaishu-desc,
.tedian-desc{
    margin-top: .3rem;
}
.tedian-desc {}

/* äº§å“ - è¯¦æƒ… ç»“æŸ*/
/* ------------------------------------------------------------------------------------- */



.hzygoods-bottom{
    padding:0 0 0 .6rem;
}

















/*==============H5==============*/
@media all and (max-width: 1024px) { 
    .hzygoods-bottom{
        padding:0 ;
    }
    .product-wrap {
        width: 100% !important;
        padding: 25px 15px;
    }
    
    .product-detail-ctx {
        position: relative;
    }
    .product-left-nav {
        /*display: none;*/
        position: absolute;
        z-index: 1100;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
    .product-detail-nav-box {
        display: flex;
        flex-wrap: wrap;
    }
    .detail-nav-item {
        width: 33.33%;
          height: 30px;
          line-height: 30px;
        font-size: 14px;
    }
    .product-detail-nav-box .back {
        margin: 0;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    
   
    
    .product-right-box {
        width: 100%;        
        padding-top: 70px;
    }
    
    .product-top-box {
        flex-direction: column;
    }
    .product-bottom-info {
        padding-right: 0;
    }
    
    .product-right-info {
        width: 100%;
        margin: 15px auto;
    }
    
    .product-center-info {
        width: 100%;
        padding: 0;
    }
    
    .product-center-info .swiper {
        padding-bottom: 0;
    }
    
    .detail-right-buy {
        width: 200px;
        height: 35px;
        line-height: 35px;
        margin: 0 auto;
        font-size: 14px;
    }
    .detail-right-link-box {
        height: 70px !important;
    }
    .detail-right-link {
         width: 200px;
        height: 35px;
        line-height: 35px;
        margin: 0 auto;
        font-size: 14px;
    }
    .detail-right-link .link-text {
        font-size: 14px;
    }
    
    .gaishu-desc, .tedian-desc, .tedian-desc p, .tedian-desc span {
        font-size: 12px !important;
        text-align: justify;
    }
    .detail-right-tags {
      width: 100%;
      margin-top: 15px;   
      justify-content: center;
    }
    .detail-tag-item {
        min-width: 60px;
        padding-left: 3px;
        padding-right: 3px;
        height: 25px;
        margin: 0;
        margin-bottom: 10px;
        margin-left: 15px !important;
        margin-right: 0  !important;
        font-size: 14px;
    }
    
    .detail-tag-item:nth-child(1) { 
        margin-left: 0 !important;
    }
    
    
    .gaishu-title, .tedian-title {
        font-size: 14px;
    }
    
    
    .canshu-box,.shuomingshu-box,.shipin-box {
        margin-top: .4rem;
    }
  
    .shuomingshu-title {
        height: 35px;
        font-size: 14px;
    }
    
    .sms-link {
        height: 30px;
        line-height: 30px;
    }
    .sms-icon {
        width: 15px;
    }
    
    
    .shipin-item {
        width: 100%;
        height: 50vw;
    }
    .video-dom {
         width: 100%;
        height: 50vw;
    }
    
    .canshu-title {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    
    .canshu-ctx {
        width: 100%;
        overflow-x: scroll;
    }
    
    .canshu-ctx::-webkit-scrollbar {
          width: 5px;
        height: 0px;
    }
      .canshu-ctx::-webkit-scrollbar-thumb  {
        border-radius: 3px;
        border: 5px solid #bbb;
        background: #fff;
    }
    
    
    .sms-title {
        font-size: 12px;
    }
    .detail-right-title {
        font-size: 14px;
    }
    .detail-right-guige {
        font-size: 14px;
    }
    
    
    .yingyong-box{
        width: 100%;
    }
    .yingyong-left-box{
        width: auto;
    }
    .yingyong-right-box{
        padding: .4rem;
    }
    .yingyong-right-desc{
        font-size: .24rem;
    }
}









</pre></body></html>