.list_1 {
  padding-bottom: 100px;
  /* margin-top: 124px; */
  margin-top: 40px;
}
.list_1 .centent {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_1 .centent .top {
  background-color: #fff;
  width: 100%;
  height: 60px;
  padding: 0 33px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.list_1 .centent .top .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100%;
  margin-right: 56px;
  font-size: 16px;
  font-family: 'Regular';
  color: #999;
  box-sizing: border-box;
}
.list_1 .centent .top .item.art,
.list_1 .centent .top .item:hover {
  color: #19C76B;
  border-bottom: 2px solid #19C76B;
}
.list_1 .centent .box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-column-gap: 2%;
}
.list_1 .centent .box .left {
  width: 290px;
  height: auto;
  background-color: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  flex-shrink: 0;
}
.list_1 .centent .box .left .flex {
  width: 100%;
}
.list_1 .centent .box .left .flex .f18 {
  font-family: 'Regular';
}
.list_1 .centent .box .left .flex .btn {
  width: 60px;
  height: 30px;
  border-radius: 15px;
  background: #F5F5F5;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Regular';
  cursor: pointer;
}
.list_1 .centent .box .left .list {
  color: #999;
  margin-bottom: 35px;
}
.list_1 .centent .box .left .list .boxs > p {
  cursor: pointer;
}
.list_1 .centent .box .left .list .boxs > p img.a2 {
  display: block;
}
.list_1 .centent .box .left .list .boxs > p img.a1 {
  display: none;
}
.list_1 .centent .box .left .list .boxs .text {
  display: none;
}
.list_1 .centent .box .left .list .boxs.art p img.a1 {
  display: block;
}
.list_1 .centent .box .left .list .boxs.art p img.a2 {
  display: none;
}
.list_1 .centent .box .left .list .boxs.art .text {
  display: block;
}
.list_1 .centent .box .left .list p {
  font-size: 16px;
  margin: 20px 0;
  font-family: 'Regular';
}
.list_1 .centent .box .left .list >p{

  color: #000;
} 
.list_1 .centent .box .left .list p input[type="radio"]:checked {
  background-color: #19C76B;
  background-image:none;
}
input[type="radio"]:checked ~*{
  color: #000;
}
.list_1 .centent .box .left .list p img {
  width: 10px;
  height: 10px;
}
.list_1 .centent .box .left .list p.flex {
  justify-content: space-between;
  align-items: center;
}
.list_1 .centent .box .left .list p.art {
  color: #000;
}
.list_1 .centent .box .left .search {
  width: 100%;
  height: 50px;
  position: absolute;
  background-color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  left: 0;
  bottom: -80px;
}
.list_1 .centent .box .left .search input {
  flex-grow: 1;
  border: none;
  height: 100%;
  outline: none;
  padding-left: 20px;
  box-sizing: border-box;
}
.list_1 .centent .box .left .search .btn {
  width: 50px;
  height: 50px;
  background-color: #3FB26A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.list_1 .centent .box .left .search .btn img {
  width: 20px;
  height: 20px;
}
.list_1 .centent .box .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_1 .centent .box .right .w100p {
  flex-direction: row-reverse;
  margin-bottom: 20px;
  display: none;
}
.list_1 .centent .box .right .w100p .btn {
  width: 100px;
  height: 40px;
  border-radius: 25px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #999;
  font-family: 'Regular';
  cursor: pointer;
}
.list_1 .centent .box .right .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 20px;
}
.list_1 .centent .box .right .list .item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.list_1 .centent .box .right .list .item .image {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.list_1 .centent .box .right .list .item .image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
}
.list_1 .centent .box .right .list .item .image img.poa {
  width: 23px;
  height: 28px;
  position: absolute;
}
.list_1 .centent .box .right .list .item .text {
  padding: 22px 20px;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.list_1 .centent .box .right .list .item .text img {
  width: 8px;
  height: 8px;
}
.list_1 .centent .box .right .list .item .text .mt {
  margin: 11px 0 20px;
}
.list_1 .centent .box .right .list .item .text .f18 {
  font-family: 'Medium';
  display: -webkit-box; 
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
height: 40px;
}
.list_1 .centent .box .right .list .item .text .f14 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
  font-family: 'Regular';
  flex-grow: 1;
}
.list_1 .centent .box .right .list .item:hover .image img {
  transform: scale(1.1);
  transition: all 1s;
}
.list_1 .centent .box .right .lists {
  margin-top: 10px;
  display: flex;
  align-items: center;
  height: 20px;
}
.list_1 .centent .box .right .lists img {
  width: 20px;
  height: 20px;
  margin: 0 15px;
  display: block;
}
.list_1 .centent .box .right .lists .item {
  margin: 0 5px;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  font-family: 'Regular';
  line-height: 1;
}
.list_1 .centent .box .right .lists .item.art {
  color: #19C76B;
}


@media screen and (max-width: 1024px){
  .list_1 .centent{
    width: 100%;
  }
  .list_1 .centent .box{
    flex-direction: column;
  }
  .list_1 .centent .top{
    overflow-x: auto;
    position: sticky;
    top: 80px;
    z-index: 11;
  }
  .list_1 .centent .top .item {
    flex-shrink: 0;
  }
  .list_1 .centent .box .left{
    width: 90%;
    margin: auto;
  }
  .list_1 .centent .box .right{
    width: 100%;
  }
  .list_1 .centent .box .right .w100p{
    width: 90%;
    margin-top: 20px;
  }
  .list_1 .centent .box .right .list{
    width: 90%;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
  .list_1 .centent .box .right .list .item{
    width: 100%;
    margin-bottom: 0px;
  }
  .list_1 .centent .box .right .list .item .text{
    padding: 2vw;
  }
  .list_1 .centent .box .right .list .item .text .f18{
  }
  .list_1 .centent .box .left{
    width: 100%;
    margin: 0 auto 20px;
    background: transparent;
    padding: 0 5%;
  }
  .list_1 .centent .box .left .flex{
    background-color: #fff;
    margin-bottom: 10px;
    padding:10px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .list_1 .centent .box .left .list{

    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 1px;
  }
  .list_1 .centent .box .left .list .text{
    padding-left: 10px;
  }
  .list_1 .centent .box .left .search{
    position: static;
    height: 40px;
  }
  .list_1 .centent .box .right .lists{
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px){
  .list_1{
    margin-top: 40px;
  }
  .list_1 .centent .top{
    margin-bottom: 20px;
    top: 60px;
  }
  .list_1 .centent .box .right .list{
    grid-template-columns: repeat(2,1fr);
  }
  .list_1 .centent .box .right .list .item .text .f18{
    font-size: 18px;
  }
}
