body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #f1f4f8;
}

.space {
  display: inline-block;
  width: 30px;
}

.zjzwfw-logo {
  width: 256px;
  height: 53px;
}

.logo-box,
.main,
.footer {
  box-sizing: border-box;
  padding: 18px 0;
  margin: 0 auto;
  width: 1160px;
  min-width: 1160px;
}

.header {
  background-color: #f3f5f8;
}

.banner {
  height: 400px;
}

.logo-box {
  height: 88px;
}

.main {
  flex: 1;
  margin-top: -148px;
}

.footer {
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  text-align: center;
}

.footer img {
  width: 16px;
  height: 17px;
}

.content {
  box-sizing: border-box;
  padding: 20px;
  background: rgba(215, 235, 255, 0.35);
  border-radius: 16px;
  backdrop-filter: blur(6.774193548387095px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  row-gap: 20px;
}

.main > .title {
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  line-height: 45px;
}

.content .card {
  box-sizing: border-box;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
}

.content .title-wrap {
  padding-bottom: 19px;
  border-bottom: 1px solid #eee;
}

.title-wrap {
  display: flex;
}

.title-wrap .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 22px;
  background: #e6f4ff;
  border-radius: 4px;
  border: 1px solid #bae0ff;
  font-size: 12px;
  font-weight: 400;
  color: #1677ff;
  line-height: 20px;
}

.title-box {
  flex: 1;
  display: flex;
  align-items: center;
}

.title-box .title {
  margin-left: 8px;
  margin-right:8px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}

.title-box .icon {
  width: 32px;
  height: 32px;
}

.date-wrap {
  margin-top: 14px;
  display: flex;
  align-items: center;
}

.date-box {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}

.date-box .date {
  margin-left: 10px;
  color: #1677ff;
}

.date-wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 32px;
  background: #1677ff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}

.card.disabled .title-box .title,
.card.warning .title-box .title {
  color: #999999;
}

.card.warning .title-wrap .tag {
  background-color: #fffbe6;
  color: #faad14;
  border-color: #fff1b8;
}

.card.warning,
.card.disabled {
  padding-bottom: 25px;
}

/*.card.warning .btn,
.card.disabled .btn {
  display: none;
}*/

.card.warning .date-wrap,
.card.disabled .date-wrap {
  margin-top: 19px;
}

/*.card.disabled {
  background-color: #eeeeee;
}*/

.card.disabled .title-wrap .tag {
  border-color: rgba(0, 0, 0, 0.15);
  color: #000000;
  background-color: transparent;
}

.card.disabled .date-box .date {
  color: #999;
}

.card.disabled .icon {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
