html {
  font-size: 12px;
  box-sizing: border-box;
}

@media screen and (min-width: 750px) {
  html .breadcrumb {
    margin-top: 79px !important;
  }
  html .content {
    background: #fff;
    margin-bottom: 140px !important;
  }
  html .content .list {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  html .content .list .top {
    display: flex;
    flex-shrink: 1;
    background: #eee;
    height: 62px;
    line-height: 62px;
    justify-content: space-between;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.25) inset;
    border-radius: 10px 10px 0 0;
    padding-left: 30px;
    padding-right: 20px;
  }
  html .content .list .time {
    text-align: center;
    width: 193px;
  }
  html .content .list .time:nth-child(1) {
    text-align: center;
    width: 160px;
  }
  html .content .list .time:nth-child(7) {
    width: 160px;
  }
  html .content .list .con {
    display: flex;
    flex-shrink: 1;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    height: 60px;
    line-height: 60px;
    justify-content: space-between;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.25) inset;
    padding-left: 30px;
    padding-right: 20px;
  }
  html .content .list .con .time {
    text-align: center;
    width: 193px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  html .content .list .con .time:nth-child(1) {
    text-align: center;
    width: 160px;
  }
  html .content .list .con .time:nth-child(7) {
    width: 160px;
  }
  html .content .list .con .zf {
    width: 80px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #2020fa;
    opacity: 1;
    border: 1px solid #2020fa;
    border-radius: 100px;
  }
}

@media screen and (max-width: 750px) {
  html .breadcrumb {
    margin-top: 1rem !important;
  }
  html .content {
    background: #fff;
    padding: 0 !important;
    margin-bottom: 140px !important;
    width: 7rem;
    overflow-x: auto;
  }
  html .content .list {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    width: 20rem;
  }
  html .content .list .top {
    display: flex;
    flex-shrink: 1;
    background: #eee;
    height: 62px;
    line-height: 62px;
    justify-content: space-between;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.25) inset;
    border-radius: 10px 10px 0 0;
    padding-left: 30px;
    padding-right: 20px;
  }
  html .content .list .time {
    text-align: center;
    width: 193px;
  }
  html .content .list .time:nth-child(1) {
    text-align: center;
    width: 160px;
  }
  html .content .list .time:nth-child(7) {
    width: 160px;
  }
  html .content .list .con {
    display: flex;
    flex-shrink: 1;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    justify-content: space-between;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.25) inset;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-left: 30px;
    padding-right: 20px;
  }
  html .content .list .con .time {
    text-align: center;
    width: 193px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  html .content .list .con .time:nth-child(1) {
    text-align: center;
    width: 160px;
  }
  html .content .list .con .time:nth-child(7) {
    width: 160px;
  }
  html .content .list .con .zf {
    width: 80px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #2020fa;
    opacity: 1;
    border: 1px solid #2020fa;
    border-radius: 100px;
  }
}
<!--ºÄÊ±1759485736.6761Ãë-->