body,html{
    width:100%;
    height: 100%;
    background: radial-gradient(20% 20% at 12% 9%, rgba(51, 253, 196, .2) 0, rgba(51, 253, 196, 0) 100%), radial-gradient(114% 114% at 87% 2%, #fafde9 0, #f7f8fc 95%);
    padding:0;
    margin:0;
    overflow: auto;
}
.list_content{
    margin-bottom: 100px;
}
.search_bar{
    padding:10px;
    display: flex;
    font-size: 18px;
    align-items: center;
}
.search_input{
    flex:1;
    min-width: 0;
    border:1px solid #efefef;
    border-radius: 50px;
    margin-right: 10px;
}
.search_input input{
    width: 100%;
    height: 30px;
    border:none;
    outline: none;
    font-size: 18px;
    padding:0 10px;
}

.lists{
    display: flex;flex-wrap: wrap;
justify-content: flex-start;

    align-items: center;
    padding:10px;
}
.list_item{
    flex: 0 0 calc((100% - 10px) / 2);
    display: flex;
    background-color: #fafafa;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
    padding:10px;
    box-sizing: border-box;
    align-items: center;
}
.list_item_content{
    flex:1;
    min-width: 0;
}
.list_item_img{
    width: 40px;
    height: 40px;
}

.list_item:nth-child(2n){
margin-right: 0;}
.list_item_title{
    font-size: 16px;
    margin-bottom: 10px;
}
.list_item_desc{
    font-size: 12px;
    color: #666;
}

.panel-head {
    display: flex;
    align-items: center;
    padding:10px;
}.head-title {
    flex: 1;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}.head-mark {
    font-size: 14px;
    color: #999;
}
.section_6 {
    padding: 5px 0;
    background-color: #ffffff;
    height:70px;
    text-align: center;
    position: fixed;
    left: 0;
    bottom:0;
    width: 100%;
    box-sizing: border-box;
  }
  .section_6 >div{
    flex:1;
  }
  .section_7 {
    background-color: #ffffff;
    filter: drop-shadow(0rem -0.031rem 0.031rem #0000000d);
    padding:0 15px;
  }
  .flex-row {
    display: flex;
    flex-direction: row;
  }
  .flex-col {
    display: flex;
  }
  
  .justify-start {
    justify-content: flex-start;
  }
  .items-center {
    align-items: center;
  }.justify-between {
    justify-content: space-between;
  }.image_8 {
    width: 2rem;
    height: 2rem;
}
.bg1{
    background-image: linear-gradient(270deg, #fef0f0 0%, #f4dddd 100%)
}
.bg2{
    background-image: linear-gradient(270.3deg, #f7f1ff 0.1%, #e8ddf4 99.9%);
}
.bg3{
    background-image: linear-gradient(270.3deg, #edf5fe 0.1%, #dae9f8 97%);
}
.bg4{
    background-image: linear-gradient(270.3deg, #fff5c8 0.1%, #f7eabe 99.9%);
}
.bg5{
    background-image: linear-gradient(270.3deg, #ebf7e3 0.1%, #e1eed6 99.9%);
}