ul{margin-bottom: 0;}
.box_div{
  background: #fafafa;
  padding: 1px;
}
.content_delete{
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
}
.de_title{
  font-size: 18px;
  color: #f60;
  padding-bottom: 8px;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  margin-bottom: 24px;
}
.de_title::before{
  content: ' ';
  position: absolute;
  width: 145px;
  height: 1px;
  background: #f60;
  bottom: 0px;
}
.date_de{
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 0;
}
.date_de li{
  margin-right: 16px;
}
.date_de li:last-child{
  margin-right: 0;
}
 .date_de li{
  width: 79px;
  height: 26px;
  background: #FAFAFA;
  border-radius: 4px;
  line-height: 24px;
  text-align: center;
  color:#666666;
  cursor: pointer;
}
.date_de li:first-child{
  width: auto;
}
.date_de li:first-child{
  color: #222222;
}
.month_de li{
  width: 63px;
}
.month_de li:first-child{
  width: auto;
}
.date_de .on_de{
   color: #fff !important;
   background: #f60 !important;
}
.year_de{
  padding-bottom: 16px;
  border-bottom: 1px dashed #f0f0f0;
}
.month_de{
  padding-top: 16px;
  padding-bottom: 24px;
}
.day_de{
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.day_de li{
  width: 272px;
  padding: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  font-size: 14px;
}
.day_de li>div{
  display: flex;
  justify-content: space-between;
}
.day_de li>div>span{
  color: #666;
}
.day_de li>div>a{
  color: #3F6AD4;
}
.day_de li>div:nth-child(2){
  margin-top: 16px;
  color: #222222;
  font-size: 16px;
}
@media (max-width:750px) {
  .de_title{
    font-size: 16px;
    margin-bottom: 16px;
    margin-right: 15px;
  }
  .de_title::before{
    width: 130px;
  }
  .date_de li:first-child{
    width: 100%;
    margin-bottom: 8px;
  }
  .date_de li{
    margin-top: 8px;
  }
  .date_de li:first-child{
    margin-top: 0;
  }
  .day_de li {
    width: 160px;
  }
  .year_de {
    padding-bottom: 0px;
    border-bottom: none;
   }
  .content_delete {
    padding: 15px;
    padding-right: 0;
  }
}