.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;
}
.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: 'Medium';
}
.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';
}
.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';
}
.list_1 .centent .box .left .list p  label{
  
  cursor: pointer;
}
.list_1 .centent .box .left .list p input[type="radio"]:checked {
  /* 设置选中状态的颜色 */
  background-color: #19C76B;
}
.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;
}
.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;
  border-radius: 10px;
  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 {
  width: 880px;
  height: auto;
  background-color: #fff;
  padding: 60px 116px;
  box-sizing: border-box;
  border-radius: 20px;
}
.list_1 .centent .box .right .f30 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'AtAeroMedium';
}
.list_1 .centent .box .right .chax {
  width: fit-content;
  font-size: 16px;
  padding: 5px 10px;
  margin-bottom: 30px;
  margin: 0 auto 30px;
  font-family: 'Regular';
}
.list_1 .centent .box .right .box {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.list_1 .centent .box .right .box .inp {
  width: 46%;
  margin-bottom: 30px;
}
.list_1 .centent .box .right .box .inp p {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: 'Regular';
}
.list_1 .centent .box .right .box .inp input,
.list_1 .centent .box .right .box .inp select {
  height: 40px;
  width: 100%;
  border: 1px solid #999;
  outline: none;
  border-radius: 5px;
  padding-left: 10px;
  box-sizing: border-box;
  font-family: 'Regular';
  color: #000;
}
.list_1 .centent .box .right .btn {
  margin: 15px auto;
  width: 300px;
  height: 50px;
  border-radius: 25px;
  /* background: linear-gradient(101deg, #19C76B 5%, #2ABDDD 94%); */
  background: linear-gradient(90deg, #E2EB00 0%, #37C900 100%);
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Regular';
  cursor: pointer;
}


@media screen and (max-width: 1024px){
  .list_1{
    margin-top: 80px;
  }
  .list_1 .centent{
    width: 100%;
  }
  .list_1 .centent >.box{
    flex-direction: column;
  }
  .list_1 .centent .top{
    /* flex-wrap: wrap; */
    overflow-x: auto;
    /* height: auto; */
    position: sticky;
    top: 80px;
    z-index: 11;
  }
  .list_1 .centent .top .item {
    /* display: inline-block; */
    /* height: 60px; */
    flex-shrink: 0;
  }
  .list_1 .centent .box .left{
    width: 90%;
    margin: auto;
  }
  .list_1 .centent .box .right{
    width: 90%;
    padding: 30px 20px;
    margin: auto;
    margin-top: 20px;
  }
  
}

@media screen and (max-width: 768px){
  .list_1 .centent .box .right .f30{
    font-size: 24px;
  }
  .list_1 .centent .box .right .box .inp{
    width: 100%;
    margin-bottom: 15px;
  }
  
  .list_1 .centent .top{
    top: 60px;
  }
}