.list_1 {
  padding-bottom: 100px;
  /* margin-top: 124px; */
  margin-top: 40px;
}
.list_1 .centent {
  max-width: 1200px;
  width: 90%;
  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;
}
.list_1 .centent .top .item.art,
.list_1 .centent .top .item:hover {
  color: #19C76B;
  border-bottom: 2px solid #19C76B;
  box-sizing: border-box;
}
.list_1 .centent .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  grid-column-gap: 2%;
}
.list_1 .centent .box .left {
  width: 290px;
  height: fit-content;
  background-color: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}
.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;
}
.list_1 .centent .box .left .list > p {
  cursor: pointer;
}
.list_1 .centent .box .left .list .text {
  display: none;
}
.list_1 .centent .box .left .list p {
  font-size: 16px;
  margin: 20px 0;
  font-family: 'Regular';
  display: grid;
  grid-template-columns: auto 1fr;
}
.list_1 .centent .box .left .list p input[type="radio"]:checked {
  background-color: #19C76B !important;
}
.list_1 .centent .box .left .list p img {
  width: 10px;
  height: 10px;
}
.list_1 .centent .box .left .list p img.a2 {
  display: block;
}
.list_1 .centent .box .left .list p img.a1 {
  display: none;
}
.list_1 .centent .box .left .list p.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 20px 0 0 0;
}
.list_1 .centent .box .left .list.art {
  color: #000;
}
.list_1 .centent .box .left .list.art p img.a1 {
  display: block;
}
.list_1 .centent .box .left .list.art p img.a2 {
  display: none;
}
.list_1 .centent .box .left .list.art .text {
  display: block;
}
.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;
}
.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;
  width: 0;
  flex-grow: 1;
}
.list_1 .centent .box .right .w100p {
  margin-bottom: 20px;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 10px;
}
.list_1 .centent .box .right .w100p .btn {
  min-width: fit-content;
  max-width: 200px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 25px;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #999;
  padding: 0 20px;
  margin-right: 20px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: 'Medium';
}
.list_1 .centent .box .right .w100p .btn.art,
.list_1 .centent .box .right .w100p .btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}
.list_1 .centent .box .right .w100p::-webkit-scrollbar {
  width: 100%;
  height: 5px;
}
.list_1 .centent .box .right .w100p::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.05);
}
.list_1 .centent .box .right .list {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  display: none;
}
.list_1 .centent .box .right .list .item {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid #cccccc55;
}
.list_1 .centent .box .right .list .item:last-child{
  border-bottom: 0;
}
.list_1 .centent .box .right .list .item .head {
  font-size: 18px;
  font-family: 'Regular';
  position: relative;
  padding-right: 20px;
  box-sizing: border-box;
}
.list_1 .centent .box .right .list .item .head img {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0px;
  bottom: 0;
}
.list_1 .centent .box .right .list .item .head img.a2 {
  display: block;
}
.list_1 .centent .box .right .list .item .head img.a1 {
  display: none;
}
.list_1 .centent .box .right .list .item .text {
  padding-top: 0;
  width: 100%;
  font-size: 16px;
  color: #000;
  font-family: 'Regular';
  height: 0;
  opacity: 0;
  border-radius: 10px;
}
.list_1 .centent .box .right .list .item .text a {
  color: #19C76B;
}
.list_1 .centent .box .right .list .item.art .head {
  font-family: 'Regular';
}
.list_1 .centent .box .right .list .item.art .head img.a1 {
  display: block;
}
.list_1 .centent .box .right .list .item.art .head img.a2 {
  display: none;
}
.list_1 .centent .box .right .list .item.art .text {
  margin-top: 10px;
  padding: 25px 10px;
  box-sizing: border-box;
  height: auto;
  opacity: 1;
  background-color: #F5F5F5;
}
.list_1 .centent .box .right .list.art {
  display: flex;
}
.list_1 .centent .box .right .lists {
  margin-top: 30px;
  display: flex;
  align-items: center;
  height: 20px;
}
.list_1 .centent .box .right .lists img {
  width: 20px;
  height: 20px;
  margin: 0 15px;
}
.list_1 .centent .box .right .lists .item {
  margin: 0 5px;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  font-family: 'Regular';
}
.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;
    background-color: transparent;
  }
  .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;
    margin-bottom: 10px;
  }
  .list_1 .centent .box .left .search{
    position: static;
    height: 40px;
  }
  .list_1 .centent .box .left .list.art .text{
    padding-left: 10px;
  }
  .list_1 .centent .box .right{
    width: 100%;
  }
  .list_1 .centent .box .right .w100p{
    width: 90%;
    margin-top:0px;
  }
  .list_1 .centent .box .right .list .item .head img{
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
  }
  .list_1 .centent .box .right .list{
    width: 90%;
  }
  
  .list_1 .centent .box .right .list .item.art .text{
    transition: none;
  }
}


@media screen and (max-width: 768px){
  
  .list_1 .centent .top{
    top:60px;
  }
}