.illness-wrapper {
  background-color: rgba(240, 245, 246, 1);
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 15px;
}

.header-box {
  height: 325px;
  background: url(../imgs/disease/header_bg.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding-top: 55px;
}

.header-title {
  width: 379px;
  height: 56px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.header-title .header-icon {
  width: 49px;
  height: 49px;
  margin-right: 18px;
}

.header-title .header-text {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 35px;
  height: 56px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
}

.header-tabs {
  display: flex;
  justify-content: center;
  z-index: 99;
}

.header-tabs .tab-wrapper {
  width: 1020px;
  display: flex;
  justify-content: space-between;
}

.header-tabs .tab-item {
  background-color: #fff;
  width: 120px;
  height: 120px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* .header-tabs .tab-item:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
} */

.header-tabs .tab-item .tab-icon {
  width: 48px;
  height: 48px;
}

.header-tabs .tab-item .tab-icon-active {
  width: 28px;
  height: 28px;
  display: none;
}

.header-tabs .tab-item .tab-text {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 25px;
}

.header-tabs .active {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 170, 196, 1);
  color: #fff;
}

.header-tabs .active .tab-icon {
  display: none;
}

.header-tabs .active .tab-icon-active {
  display: block;
}


.header-tabs .active .tab-text {
  color: #fff;
}

.comm-cont {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 48px;
  margin-bottom: 48px;
}

.comm-cont .cont-title {
  text-align: center;
}

.comm-cont .cont-title .cont-title-icon {
  width: 10px;
  height: 10px;
  margin: 0 auto;
}

.comm-cont .cont-title .cont-title-letter {
  font-size: 24px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  color: #00aac4;
  line-height: 0.7;
  opacity: 0.2;
  font-weight: 500;
}

.comm-cont .cont-title .cont-title-text {
  width: 464px;
  height: 28px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.cont-title-text .line {
  background-color: rgba(0, 170, 196, 1);
  width: 172px;
  height: 1px;
  margin-top: 18px;
}

.cont-title-text .text {
  color: rgba(0, 170, 196, 1);
  font-size: 24px;
  font-family: PingFang-SC-Bold;
}

.comm-cont .cont-main {
  margin-top: 35px;
}

.comm-cont .cont-main p {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}

.ql-snow .ql-editor a {
  color: #06c !important;
}
.illness-wrapper .main{
  min-height: calc(100vh - 700px);;
}