.list_1 {
  background-color: #fff;
  /* margin-top: 80px; */
  padding-top: 40px;
}
.list_1 .centent {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  /* .left {
            float: left;
        }
        .right {
            float: right;
        } */
}
.list_1 .centent .f40 {
  font-size: 40px;
  margin-bottom: 50px;
  font-family: 'AtAeroMedium';
}
.list_1 .centent #cart {
  margin: 0 auto;
  width: 850px;
  width: 100%;
}
.list_1 .centent #cart .form-body{
  width: 100%;
  overflow: auto;
}
/* .list_1 .centent #cart .cart-r-icon{
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  align-items: center;
  opacity: .3;
}
.list_1 .centent #cart .cart-r-icon img{
  width: 50px;
} */

.list_1 .centent #cart .cart-container{
  min-width: 900px;
} 
.list_1 .centent #cart #cart-header {
  height: 50px;
  background-color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_1 .centent #cart #cart-header div {
  font-size: 16px;
  font-family: 'Regular';
  line-height: 50px;
  font-weight: 600;
}
.list_1 .centent #cart #cart-items > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Regular';
}
.list_1 .centent .w110 {
  width: 100px;
}
.list_1 .centent .ml10 {
  margin-left: 10px;
}
.list_1 .centent .w120 {
  width: 120px;
}
.list_1 .centent .w250 {
  width: 250px;
}
.list_1 .centent .center {
  text-align: center;
  font-family: 'Regular';
}
.list_1 .centent .w20 {
  width: 20px;
}
.list_1 .centent .w90 {
  width: 90px;
}
.list_1 .centent .clear {
  clear: both;
}

.list_1 .centent #cart-items > div {
  height: 100px;
  height: 130px;
  font-family: 'Regular';
}
.list_1 .centent #cart-items > div > div {
  line-height: 100px;
  
}
.list_1 .centent #cart-items > div > div:nth-child(3),
.list_1 .centent #cart-items > div > div:nth-child(5){
  font-family: 'AtAeroMedium';
  display: grid;
  line-height: 1;
}
.list_1 .centent #cart-items > div > div:nth-child(3) del{
  color: #ddd;
  font-size: 14px;
}
.list_1 .centent .w250 span {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-size: 18px;
  font-family: 'Regular';
  line-height: 16px !important;
}
.list_1 .centent .single-item {
  border-bottom: 1px solid #ccc;
}
.list_1 .centent .small-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  font-family: 'Regular';
}
.list_1 .centent .big-button {
  width: 180px;
  height: 40px;
  border-radius: 36px;
  background: #19C76B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff !important;
  cursor: pointer;
  border: none;
  font-family: 'Regular';
}
.list_1 .centent #totalCount,
.list_1 .centent #totalPrice {
  color: red;
  color: #000;
  font-size: 24px ;
  font-family: 'AtAeroMedium';
}
.list_1 .centent #totalPrice {
  /* font: bolder 20px Arial; */
  font-size: 30px;
  display: inline-block;
  width: 100px;
  width: auto;
  margin-right: 15px;
  font-family: 'AtAeroMedium';
  font-weight: 100;

}
.list_1 .centent #cart a {
  text-decoration: none;
  font-family: 'Regular';
}
.list_1 .centent #cart-footer a:link,
.list_1 .centent #cart a:link,
.list_1 .centent #cart a:visited,
.list_1 .centent #cart a:active {
  color: gray;
  font-family: 'Regular';
}
.list_1 .centent #cart-footer{
  width: 100%;
  position: sticky;
  left: 0;
  display: flex;
  justify-content: space-between;
}
#cart-footer .cart-footer-text{
  max-width: 40%;
}
#cart-footer .cart-footer-text >div{
  margin: 0 15px 0 0 ;
  word-break: break-all;
  font-size: 15px;
}
#cart-footer .right .f18{
  font-family: 'Regular';
}
.list_2 {
  background-color: #fff;
  padding: 150px 0 100px;
}
.list_2 .centent {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.list_2 .centent .f30 {
  font-size: 40px;
  margin-bottom: 40px;
  font-family: 'AtAeroMedium';
}
.list_2 .centent .Product {
  width: 100%;
  /* display: flex; */
  /* align-items: center; */
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 25px;
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
}
.list_2 .centent .Product .item {
  /* width: 280px; */
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.list_2 .centent .Product .item .image {
  width: 100%;
  /* height: 280px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.list_2 .centent .Product .item .image img {
  height: 100%;
  transition: all 0.5s;
  /* position: absolute; */
  z-index: 8000;
}
.list_2 .centent .Product .item .image img.a1 {
  opacity: 1;
  /* width: 216px;
  height: 216px; */
  position: absolute;
}
.list_2 .centent .Product .item .image img.a2 {
  opacity: 0;
}
.list_2 .centent .Product .item .text {
  padding: 22px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.list_2 .centent .Product .item .text >.f20 {
  
  /* height: 56px; */
  /* line-height: 28px; */
  font-size: 20px;
  font-family: 'Regular';
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  flex-grow: 1;
}

.list_2 .centent .Product .item .text .f30 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  color: #000;
  font-size: 24px;
  font-family: 'AtAeroMedium';
  margin-bottom: 0;
  /* font-weight: bold; */
}
.list_2 .centent .Product .item .text .f30 img {
  width: 40px;
  /* height: 40px; */
  /* display: none; */
}
.list_2 .centent .Product .item:hover .image img {
  transition: all 0.5s;
}
.list_2 .centent .Product .item:hover .image img.a2 {
  opacity: 1;
}
.list_2 .centent .Product .item:hover .image img.a1 {
  opacity: 0;
}
.list_2 .centent .Product .item:hover .text .f30 img {
  display: block;
}
.card.text-center{
  text-align: center;
}
.card.text-center .card-title{
  font-size: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .list_2 .centent .Product {
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
  .list_2 .centent .Product .item{
    margin-bottom: 0;
  }
  
}

@media screen and (max-width: 768px) {
  .list_1{
    margin-top: 60px;
  }
  .list_1 .centent .f40,.list_2 .centent .f30{
    font-size: 30px;
  }
  .list_2 .centent .Product .item .text .f30 img{
    width: 32px;
  }
  .list_1 .centent #cart-footer{
    flex-direction: column;
    align-items: flex-start;
  }
  #cart-footer .cart-footer-text {
    max-width: none;
  }
  #cart-footer .cart-footer-text >div{
    
    margin: 0  0 15px 0 ;
  }
  .list_1 .centent #cart-footer .right{
    justify-content:space-between;
    flex-wrap: wrap;
    gap: 10px;
  } 
  /* .list_1 .centent #cart .cart-r-icon{
    display: flex;
  } */
 
}


.list_1 .centent #cart .form-body {
  scrollbar-width: thin; /* 仅适用于Firefox */
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1); /* 仅适用于Firefox */
}

/* 针对Webkit浏览器（如Chrome、Safari） */
.list_1 .centent #cart .form-body::-webkit-scrollbar {
  width: 12px; /* 设置滚动条的宽度 */
  height: 12px; /* 设置滚动条的高度 */
}

.list_1 .centent #cart .form-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2); /* 设置滚动条滑块的颜色 */
  border-radius: 6px; /* 设置滑块的圆角 */
}

.list_1 .centent #cart .form-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1); /* 设置滚动条轨道的颜色 */
}