.bread-crumb,
.disease-index .card-box {
  background: none;
}

.disease-index {
  margin-bottom: 100px;
}

.disease-index .index-box {
  height: 370px;
  margin-bottom: 24px;
}

.index-box .index-image,
.index-box-item .index-image {
  width: 100%;
  height: 100%;
}

.disease-index .index-box-item {
  height: 570px;
  margin-bottom: 20px;
}

.header-date .top-box {
  height: 10px;
  border-radius: 8px 8px 0 0;
  background: #1d81eb;
}

.header-date .content-box {
  padding: 9px;
  font-size: 18px;
  color: #5a93fa;
  font-weight: 700;
}

.index-box .index-content {
  position: relative;
  padding-top: 28px;
}

.index-content .measure-box {
  margin-top: 16px;
  width: 50%;
}
.index-content .level-box {
  position: absolute;
  top: 28px;
  left: 50%;
  height: 73px;
  width: 190px;
  margin-left: -85px;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
}
.level-box .level-value {
  position: relative;
  height: 100%;
}

.level-box .level-value::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 42px solid skyblue;
  border-right: 43px solid transparent;
}

.index-content .box-title {
  margin-bottom: 18px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}
.index-content .box-list .list-item {
  position: relative;
  color: #ffffff;
  font-size: 18px;
}

.index-content .box-list .list-item::before {
  content: '';
  position: absolute;
  top: 13px;
  display: inline-block;
  height: 7px;
  width: 7px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}

.box-list .list-item .text {
  padding-left: 23px;
  line-height: 36px;
}

.disease-index .card-box .card-title {
  padding-top: 0;
}

.disease-index .card-box .card-content {
  padding-left: 0;
  padding-right: 0;
}

.disease-index .standard-tab {
  margin-bottom: 30px;
}

.disease-index .standard-tab .standard-tabitem {
  width: 298px;
  height: 78px;
  line-height: 78px;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.disease-index .standard-tabitem + .standard-tabitem {
  margin-left: 16px;
}

.disease-index .card-box .standard-tabitem:nth-child(1) {
  background-color: #fd5d3e;
}
.disease-index .card-box .standard-tabitem:nth-child(2) {
  background-color: #ffbb00;
}
.disease-index .card-box .standard-tabitem:nth-child(3) {
  background-color: #458fff;
}
.disease-index .card-box .standard-tabitem:nth-child(4) {
  background-color: #00dca2;
}

.standard-box {
  margin-top: 80px;
}

.standard-box .standard-item {
  position: relative;
  color: #222;
}
.standard-box .standard-item .item-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

.standard-box .standard-item .item-content {
  padding-left: 12px;
  line-height: 28px;
  font-size: 18px;
}
