

.list_pro_list .erji_pro {
    display: flex;
    justify-content: center;
    margin: 2.1875rem 0 2.8125rem;
}

.list_pro_list .erji_pro li {
    width: 14.28%;
    float: left;
    text-align: center;
    padding: 0 4px;
}

.list_pro_list .erji_pro li a {
    padding: 0;
    width: 100%;
}

.list_pro_list .name {
    padding-top: 1.25rem;
    color: #000;
}

.list_pro_list .col-6:hover img {
    transform: scale(1.1);
}

.list_pro_list .col-6:hover .name {
    color: #1EB5B6;
}



/* 20250208 */

.fixed_top_20250208 {
    position: sticky;
    top: 8rem; 
  }

  .pro_left_nav_20250208 {
    border-radius: 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    position: sticky;
    top: 13rem; width:96%
  }
  .pro_left_nav_20250208 .top {
    border-radius: 1.25rem 1.25rem 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    line-height: 4.375rem;
    padding: 0 3.125rem;
    color: #1EB5B6;
    font-size: 1.125rem;
    font-weight: 700;
    background: #F3F3F7;
  }
  .pro_left_nav_20250208 ul {
    padding: 1.4375rem 1.125rem 1.875rem;
  }
  .pro_left_nav_20250208 ul li:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .pro_left_nav_20250208 ul li a.t {
    height: 3.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #000;
    padding: 0 1.5rem;
    border-radius: 3.75rem;
    background: #F3F3F7;
  }
  .pro_left_nav_20250208 ul li a.t div:nth-child(1) {
    width: 80%;
  }
  .pro_left_nav_20250208 ul li a.t div:nth-child(2) {
    text-align: right;
    width: 20%;
  }
  .pro_left_nav_20250208 ul li a.t div:nth-child(2) .iconfont {
    font-size: 1rem;
    display: inline-block;
  } 
  .show_pro_one  .pro_left_nav_20250208 ul li.active2 a.t ,
 .list_pro_list .pro_left_nav_20250208 ul li.active a.t {
    background: #1EB5B6;
    color: #fff;
  } 
   .show_pro_one .pro_left_nav_20250208 ul li.active2 a.t .iconfont,
  .list_pro_list .pro_left_nav_20250208 ul li.active a.t .iconfont {
    transform: rotate(180deg);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  } 
  .show_pro_one .pro_left_nav_20250208 ul li.active2 .list,
 .list_pro_list .pro_left_nav_20250208 ul li.active .list {
    display: block;
  }
  .pro_left_nav_20250208 .list {
    padding: 0.375rem 1.125rem 0;
    display: none;
  }
  .pro_left_nav_20250208 .list a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0.8125rem;
    position: relative;
    padding-left: 2rem;
    font-size: 0.875rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
  }
  .pro_left_nav_20250208 .list a.checkb {
    padding-left: 3.125rem;
  }
  .pro_left_nav_20250208 .list a.checkb::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.8125rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.1875rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
  }
  .pro_left_nav_20250208 .list a.checkb::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    background: url(../image/duigou.svg) no-repeat;
    background-size: contain;
    width: 0.9375rem;
    height: 0.9375rem;
    opacity: 0;
  }
  /* .pro_left_nav_20250208 .list a.checkb:hover::before, */
  .pro_left_nav_20250208 .list a.checkb.active::before {
    border-color: #1EB5B6;
    background: transparent;
  }
  /* .pro_left_nav_20250208 .list a.checkb:hover::after, */
  .pro_left_nav_20250208 .list a.checkb.active::after {
    opacity: 1;
  }
  .pro_left_nav_20250208 .list a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background: #747474;
  }
  .pro_left_nav_20250208 .list a:hover {
    color: #666666;
  }
  .pro_left_nav_20250208 .list a.active {
    color: #1EB5B6;
  }
  /* .pro_left_nav_20250208 .list a:hover::before, */
  .pro_left_nav_20250208 .list a.active::before {
    background: #1EB5B6;
  }
  .collect_start_20250208 {
    color: #555;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    align-items: center;
  }
  .collect_start_20250208 svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.375rem;
  }
  .collect_start_20250208.active {
    color: #1EB5B6;
  }
  .collect_start_20250208.active svg path {
    fill: #1EB5B6;
    stroke: #1EB5B6;
  }
  .show_pro_top {
    padding-bottom: 1.5rem;
  }
  .pro_information_20250208 .r20250208 .ul2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.8125rem;
  }
  .pro_information_20250208 .r20250208 .ul2 li {
    padding: 0 1.25rem;
    margin-bottom: 0.625rem;
    line-height: 2rem;
    border-radius: 1.875rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #747474;
    font-size: 0.875rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 1rem;
  }
  .pro_information_20250208 .r20250208 .ul2 li img {
    margin-left: 0.5rem;
  }
  .pro_information_20250208 .r20250208 .ul2 li:hover {
    border-color: #1EB5B6;
    background: #1EB5B6;
    color: #fff;
  }
  .pro_information_20250208 .r20250208 .ul2 li:hover img {
    filter: brightness(0) invert(1);
  }
  .pro_information_20250208 .r20250208 .ul2 li.clear_select {
    padding: 0;
    color: #747474;
    border: none;
    text-decoration: underline;
    margin-top: 0.3125rem;
    cursor: pointer;
  }
  .pro_information_20250208 .r20250208 .ul2 li.clear_select:hover {
    color: #1EB5B6;
    background: transparent;
  }
  .pro_information_20250208 .r20250208 .ul > li {
    margin-bottom: 1.875rem;
  }
  .pro_information_20250208 .r20250208 .ul > li > div {
    padding-bottom: 1rem;
    border-bottom: 1px solid #D9D9D9;
  }
  .pro_information_20250208 .r20250208 .ul > li .name {
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 0.625rem;
  }
  .pro_information_20250208 .r20250208 .ul > li .huohao {
    color: #E71586;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
  .pro_information_20250208 .r20250208 .ul > li .price {
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
  .pro_information_20250208 .r20250208 .ul > li .price span {
    color: #1EB5B6;
  }
  .pro_information_20250208 .r20250208 .ul > li .more,
  .pro_information_20250208 .r20250208 .ul > li button {
    width: 6rem;
    line-height: 2rem;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 0.75rem;
  }
  .pro_information_20250208 .r20250208 .ul > li .more {
    background: #1EB5B6;
    display: block;
    border-color: #1EB5B6;
  }
  .pro_information_20250208 .r20250208 .ul > li .more::before {
    background: #fff;
  }
  .pro_information_20250208 .r20250208 .ul > li .more:hover {
    color: #1EB5B6;
  }
  .pro_information_20250208 .r20250208 .ul > li button.more {
    border-color: #E71586;
    background: #E71586;
  }
  .pro_information_20250208 .r20250208 .ul > li button.more:hover {
    color: #E71586;
  }
  
  #data-list .erji_pro {
    display: none;
  }
  .pro_20250123  {
    padding-top: 1.875rem;
  }