body {
  background-color: #fff;
}
.nav {
  background: #fff;
}

.header-title {
  color: #000000 !important;
  font-size: 30rem !important;
}

.title {
  font-size: 24rem;
  color: #a3a3a3;
  text-align: center;
  padding-top: 20rem;
}

.content {
  padding: 0 20rem 30rem;
  box-sizing: border-box;
}

.card {
  width: 100%;
  min-height: 400rem;
  border-radius: 16rem;
  margin-top: 30rem;
}

.card-name {
  font-size: 36rem;
  color: #ffffff;
  padding: 30rem 0 30rem 30rem;
}

.card-details {
  /* height: 200rem; */
  background: #fff;
  border-radius: 16rem;
  padding: 20rem;
  box-sizing: border-box;
}

.tabs {
  display: flex;
  justify-content: space-between;
}

.tabs > a {
  font-size: 32rem;
  color: #757575;
}

.active {
  color: #202020 !important;
  font-weight: 500;
  position: relative;
}

/* .active::before {
  content: '';
  position: absolute;
  // left: 0;
  bottom: -10rem;
  width: 100rem;
  height: 4rem;
  background-color: #0052fe;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
} */
/* 
.active::before {} */


.card-text {
  color: #676767;
  font-size: 30rem;
  letter-spacing: 2rem;
  line-height: 50rem;
  margin-top: 30rem;
}

.ellipsis5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 300rem;
}

.unfold {
  display: inline-flex;
  align-items: center;
  font-size: 28rem;
  color: #0052fe;
  font-weight: 500;
  float: right;
  clear: both;
}

.unfold > img {
  width: 14rem;
  height: 26rem;
  margin-left: 8rem;
}

.card-text::before {
  content: '';
  float: right;
  width: 0;
  height: calc(100% - 50rem);
  background: #ffffff;
}

.wrap {
  display: flex;
}

.exp:checked + .card-text {
  max-height: none;
}

.medicine-item {
  display: flex;
  align-items: center;
  height: 140rem;
  background: url(../images/public/jibing_bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  margin-top: 30rem;
  overflow: hidden;
}
.medicine-item .medicine-title {
  font-size: 36rem;
  font-weight: 500;
  color: #00593E;
  margin-left: 30rem;
}