/* header */
.nav {
  background: #fa7977;
}

.back_img {
  width: 16rem;
  height: 30rem;
}

/* card */
.content-top {
  background: linear-gradient(#fa7977, #febb9c);
  height: 230rem;
  border-radius: 0 0 3% 3%;
}

.search {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 18rem 32rem;
  margin: 0 20rem;
  border-radius: 58rem;
}

.search-icon {
  width: 30rem;
  height: 30rem;
  margin-right: 16rem;
}

.input {
  width: 100%;
}

.main {
  position: relative;
  margin-top: -1px;
  padding-bottom: 30rem;
}

.card {
  background: #ffffff;
  border-radius: 16rem 16rem 0 0;
  position: absolute;
  top: 124rem;
  left: 0;
  width: 710rem;
  height: 218rem;
  margin: 0 20rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.article {
  width: 24rem;
  height: 50rem;
  position: absolute;
  top: -24rem;
}

.article-left {
  left: 40rem;
}

.article-right {
  right: 40rem;
}

.card-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-list > span {
  font-size: 26rem;
  color: #202020;
}

.card-img {
  width: 80rem;
  height: 80rem;
  margin-bottom: 12rem;
}

.content {
  margin-top: 140rem;
  padding: 0 20rem;
  box-sizing: border-box;
}

.content-card {
  background: #ffffff;
  padding: 20rem;
  box-sizing: border-box;
  border-radius: 16rem;
  margin-top: 30rem;
}

.content-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-title > a {
  display: flex;
  align-items: center;
  color: #848484;
  font-size: 28rem;
}

.arrow-right {
  width: 14rem;
  height: 26rem;
  margin-left: 10rem;
}

.content-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-card-illness {
  margin-top: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24rem;
  color: #000000;
  width: 152rem;
  height: 162rem;
  border-radius: 12rem;
  background: #e8f9f5;
  padding-bottom: 14rem;
  box-sizing: border-box;
}

.content-card-illness > img {
  width: 80rem;
  height: 84rem;
}

.content-card-illness:nth-child(1) > img {
  width: 86rem;
  height: 76rem;
  margin-bottom: -4rem;
}

.content-card-illness:nth-child(3) {
  background: #fff1d9;
}

.content-card-illness:nth-child(4) {
  background: #fff1ee;
}

.content-card-illness:nth-child(5) {
  background: #fef2f3;
}

.content-card-illness:nth-child(7) {
  background: #fff1ee;
}

/* 健康自测 */
.health {
  width: 208rem;
  height: 142rem;
  padding: 16rem 0 0 16rem;
  box-sizing: border-box;
  margin-top: 20rem;
}

.health > p {
  font-size: 26rem;
  color: #252625;
  font-weight: 600;
  margin-bottom: 10rem;
}

.health > span {
  font-size: 24rem;
  color: #e49ea8;
}

/* 名医短视频 */
.video-list {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.video {
  position: relative;
  margin-top: 20rem;
  margin-right: 10rem;
}

.video .video-cover {
  width: 218rem;
  height: 290rem;
  border-radius: 12rem;
}

.video .video-play {
  width: 28rem;
  height: 28rem;
  position: absolute;
  top: 10rem;
  left: 10rem;
}
.video .play-num {
  position: absolute;
  top: 9rem;
  left: 45rem;
  color: #fff;
}

/* 科普视频 */
.popularization-video-content .tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-top: 20rem;
}

.popularization-video-content .tabs li {
  flex-shrink: 0;
  padding: 12rem 20rem;
  box-sizing: border-box;
  background: #f5f7fa;
  border-radius: 8rem;
  font-size: 26rem;
  color: #666666;
  margin-right: 30rem;
}

.active {
  background: #e0eaff;
  border: 2rem solid #0052fe;
  color: #0052fe !important;
}

.popularization-list {
  margin-top: 30rem;
}

.popularization-li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  background: linear-gradient(white, white) padding-box,
    repeating-linear-gradient(-90deg, #dcdcdc 0, #dcdcdc 10rem, white 0, white 20rem);
  padding-bottom: 30rem;
  margin-top: 30rem;
}

.popularization-li:last-child {
  border: none;
}

.popularization-li-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popularization-li-left p {
  font-size: 28rem;
  color: #202020;
  max-width: 420rem;
}

.popularization-title {
  display: flex;
  align-items: center;
}

.popularization-title > img {
  width: 36rem;
  height: 36rem;
  margin-right: 10rem;
  border-radius: 50%;
}

.popularization-title > div {
  margin-right: 10rem;
  font-size: 22rem;
  color: #a8a8a8;
  max-width: 180rem;
}

.popularization-li > img {
  width: 224rem;
  height: 132rem;
}
