@charset "UTF-8";
/* 尺寸规范 */
/**
*****小屏768/720-30
*****中屏992/970-30
*****大屏1200/1200-30
*****超大屏1600/1520-30
**/
/* 选择按钮样式 */
.head {
  padding: 20px 0;
}

.head .theme {
  font-size: .2rem;
  border-left: 4px solid #ff8200;
  padding-left: 10px;
  line-height: 1;
  color: #404040;
  font-weight: bold;
}

.head .date {
  margin-top: .12rem;
  color: #bbb;
  font-size: .13rem;
}

.head .date span {
  margin-right: 15px;
}

.head .date span i {
  font-style: normal;
  margin-left: 5px;
}

.head .tips {
  font-size: .15rem;
  margin-top: .1rem;
  color: #ff8200;
}

.clock-item {
  width: 100%;
  background: #fff;
  border-radius: 3px;
  padding: 0 0.3rem;
  margin-bottom: .15rem;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.clock-item .item-top {
  height: 60px;
  display: flex;
  align-items: center;
}

.clock-item .title {
  flex-grow: 1;
  font-size: 16px;
  padding-right: 20px;
}

.clock-item .button a {
  height: 0.26rem;
  line-height: 0.26rem;
  font-size: 0.13rem;
  padding: 0 0.2rem;
  color: #fff;
  background: #ff8200;
  border-radius: 0.13rem;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  line-height: 0.24rem;
  color: #ff8200;
  background: #fff;
  border: 1px solid #ff8200;
  flex-shrink: 0;
  display: inline-block;
}

.clock-item .button a.cancel {
  background: #D4D4D4;
  border-color: #D4D4D4;
  color: #fff;
}

.clock-item .button a.cancel:hover {
  background: #D4D4D4;
  border-color: #D4D4D4;
  color: #fff;
}

.clock-item .button a:hover {
  color: #fff;
  background: #ff8200;
}

.clock-item .button a:hover {
  background: #ff8200;
  color: #fff;
}

.clock-item .item-bottom {
  border-top: 1px solid #e9e9e9;
  padding: 12px 0 18px;
  font-size: .13rem;
}

.clock-item .item-bottom span {
  color: #7a7a7a;
  margin-right: 40px;
}

.clock-item .item-bottom i {
  font-style: normal;
  margin: 0 2px;
  color: #333;
}

.clock-item.done .title {
  color: #7a7a7a;
}

.clock-item.done .button a, .clock-item.done .button a:hover {
  background: #ddd;
  border-color: #ddd;
  color: #fff;
  cursor: default;
}

.clock-none {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.clock-none img {
  width: 120px;
}

.clock-none p {
  font-size: 14px;
  color: #999;
}
