/* Fully-Filling 产品start */
.product-s1-right-list {
  padding-top: max(7.7rem, 400px);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: max(0.12rem, 12px);
}
@media screen and (max-width: 768px) {
  .product-s1-right-list {
    padding-top: 0;
  }
  .product-s1{
    background-color: #fafafa;
  }
}
.product-s1-right-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.04rem;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0.1rem;
  border-right: 0.3rem;
  overflow: hidden;
  border-radius: 0.3rem;
}
.product-s1-right-list-item-text-one {
  font-size: var(--font-size-24);
  font-family: var(--font-medium);
  color: #222;
  margin-bottom: 0.16rem;
  cursor: pointer;

}
@media screen and (min-width: 768px) {
  .product-s1-right-list-item-text-two p {
    font-size: var(--font-size-18);
    font-family: var(--font-regular);
    color: #222;
    line-height: 1.2;
    padding-bottom: 0.1rem;
    white-space: nowrap;
    cursor: pointer;
  }
}

.product-s1-right-list-item-img{
  flex: 1;
  height: 4rem;
  width: 6rem;

  display: flex;
  justify-content: center;
  align-items: center;
}
.product-s1-right-list-item-img img{
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .product-s1-right-list-item-text-two {
    font-size: 12px;
  }
  .product-s1-right-list-item-img img{
    padding: 0.4rem 0;
  }
}
.product-s1-right-list-item-text {
  margin-left: 0.5rem;
  flex: 1;
  cursor: pointer;
  padding: 0 0.3rem;
}
.product-s1-right-list-item-text-btn {
  font-size: var(--font-size-18);
  font-family: var(--font-medium);
  color: #222;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 38px;
  padding: 0.15rem 0.28rem;
  width: fit-content;
  margin-top: 0.16rem;
  border: solid 1px #22222238;
}
@media screen and (max-width: 768px) {
  .product-s1-right-list-item-text-btn{
    background-color: #f2f2f2;
  }
  .product-s1-right-list-item-text {
    margin: 0;
    padding: 0.4rem;
  }
  .product-s1-right-list-item-text-two{
    white-space: normal;
  }
}
.product-s1-right-list-item-text-btn:hover {
  background-color: #ffe300;
}
/* Fully-Filling 产品end */


/* 2025-4-11 修改 */
@media screen and (min-width:769px) {
  .product-s1-right-list{
    width: 59.11vw;
  }
  .product-s1-right-list-item-text{
    width: 46.25%;
    padding-right: 24px;
  }
  .product-s1-right-list-item-img{
    width: 49.42vw;
    height: 4rem;
    padding-right: 10px;
	overflow: hidden;
  }
  .product-s1-right-list-item-img img{
	  transition: 0.5s;
  }
  .product-s1-right-list-item-img img:hover{
	  transform: scale(1.1);
	  transition: 0.5s;
  }
  .product-s1-right-list-item-text-two p {
    white-space: normal;
  }
}

/* 2025-4-17 修改 */
@media screen and (max-width:1440px){
	.product-s1-right-list{
		padding-top: max(7rem, 400px)
	}
}
@media screen and (max-width:1200px){
	.product-s1-right-list{
		padding-top: max(8rem, 400px);
	}
	.product-s1-content{
		flex-direction: column;
	}
	.product-s1-left{
		width: 100%;
	}
	.product-s1-page{
		padding-bottom: 60px;
		top: 50px;
		position: relative;
	}
}
@media screen and (max-width:999px){
	.product-s1-right-list{
  		padding-top: max(6rem, 400px)
  }
}
@media screen and (max-width:768px) {
  .product-s1-right-list{
    padding-top: 0px;
  }
}

/* 2025-04-18 修改 */

.banner-nav-content{
	display: inline-block !important;
}
.product-s1-content-nav-icon{
	display: inline-block !important;
}
/* 2025-04-24  修改*/
@media screen and (min-width: 768px) {
  .product-s1-right-list-item-text-two p {
      white-space: wrap;
  }
  @media screen and (max-width: 768px) {
    .product-s1-right-list-item-text {
        width: 100%;
    }
    .product-s1-right-list-item-img{
      width: 100%;
    }
}
}
@media screen and (max-width:1200px) {
  .product-s1-right-list{
    width: 100%;
    padding-top: max(8.6rem, 400px);
  }
  .product-s1-page{
    top: 20px;
  }
}
@media screen and (max-width:768px) {
  .product-s1-right-list{
    padding-top: 20px;
  }
  .product-s1-right-list-item-img{
    width: 10rem;
  }
  .product-s1-page{
    top: 0px;
    padding-bottom: 38px;
  }
}