body {
  line-height: 1.5;
  background-color: #f4f4f6;
}

h2 {
  font-size: 0.26rem;
  font-weight: 600;
}

header {
  width: 7.5rem;
  height: 1rem;
  background-color: #0591f9;
}

header .header-title {
  padding-top: 0.28rem;
  text-align: center;
  width: 100%;
  height: 1rem;
  font-size: 0.32rem;
  color: #ffffff;
}

header .header-bottom-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 0.68rem;
}

header .header-bottom-wrap .gohome,
header .header-bottom-wrap .login {
  color: #ffffff;
  font-size: 0.28rem;
}

header .header-bottom-wrap .keywords-search-wrap {
  display: flex;
  height: 0.66rem;
  border-radius: 0.3rem;
  background-color: #fff;
}

header .header-bottom-wrap .keywords-search-wrap .keywords-input {
  outline: none;
  padding: 0.08rem 0;
  width: 3.48rem;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  text-indent: 0.25rem;
}

header .header-bottom-wrap .keywords-search-wrap .line {
  width: 0.01rem;
  background-color: #b2b2b2;
}

header .header-bottom-wrap .keywords-search-wrap .keywords-button {
  width: 1rem;
  line-height: 0.66rem;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  background-color: #fff;
  text-align: center;
}

/* 待解决的问题 start */
.question-status-title {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 1rem;
  background-color: #fff;
}

.question-status-title span {
  color: #333333;
  font-size: 0.3rem;
  padding-bottom: 0.2rem;
}

.question-status-title .faqs-active {
  color: #0492fb;
  border-bottom: 0.02rem solid currentColor;
}

/* 待解决的问题 start */
/* 暂无问题部分 start */
.no-quiz {
  margin: 0 auto;
  margin-top: 0.58rem;
  height: 2.52rem;
  width: 3.31rem;
  background: url(//m.360lj.com/ask/images/no-quiz.png) no-repeat center / 100%;
}

/* 暂无问题部分 end */
.problem-wrap {
  margin: 0.2rem;
  padding: 0.2rem;
  border-radius: 0.2rem;
  background-color: #fff;
}

.problem-wrap .unsolved-wrap .problem-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
  font-size: 0.28rem;
  border-bottom: 0.02rem dashed #b5b5b5;
}

.problem-wrap .unsolved-wrap .problem-item span:first-child {
	width: 4.8rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.problem-wrap .unsolved-wrap .problem-item:nth-last-child(1) {
  border-bottom: none;
}

/* 精选药品推荐 start */
.selection-drugs-wrap {
  padding: 0.2rem;
  padding-bottom: 0;
}

.selection-drugs-wrap .wrap-title {
  display: flex;
  padding: 0 0.2rem;
  justify-content: space-between;
  align-items: center;
  background-color: #0092ff;
  height: 0.8rem;
  border-radius: 0.2rem 0.2rem 0 0;
}

.selection-drugs-wrap .wrap-title .title-left {
  display: flex;
  font-size: 0.26rem;
  color: #fff;
}

.selection-drugs-wrap .wrap-title .title-left .crown-icon {
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/start_icon.png) no-repeat center / 100%;
  margin-right: 0.2rem;
}

.selection-drugs-wrap .wrap-title .title-right a {
  font-size: 0.26rem;
  color: #fff;
}

.selection-drugs-wrap .wrap-content {
  overflow: hidden;
  background-color: #fff;
}

.selection-drugs-wrap .wrap-content .carousel-wrap {
  width: 100%;
  height: 3.4rem;
}

.selection-drugs-wrap .wrap-content .carousel-wrap img {
  width: 100%;
  height: 100%;
}

.selection-drugs-wrap .wrap-content .product-item {
  margin-bottom: 0.3rem;
  display: flex;
  padding: 0 0.2rem;
}

.selection-drugs-wrap .wrap-content .product-item:nth-child(2) {
  margin-top: 0.48rem;
}

.selection-drugs-wrap .wrap-content .product-item .product-item-left img {
  width: 1.82rem;
  height: 1.8rem;
  margin-right: 0.2rem;
}

.selection-drugs-wrap .wrap-content .product-item .product-item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.selection-drugs-wrap .wrap-content .product-item .product-item-right .product-name {
  font-size: 0.3rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.selection-drugs-wrap .wrap-content .product-item .product-item-right .product-effect {
  color: #818181;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.selection-drugs-wrap .wrap-content .product-item .product-item-right .view-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.44rem;
  height: 0.4rem;
  background-color: var(--themeColorBlue);
  color: #fff;
  font-size: 0.26rem;
  border-radius: 0.2rem;
}

.selection-drugs-wrap .wrap-content .view-more {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.selection-drugs-wrap .wrap-content .view-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.84rem;
  height: 0.72rem;
  background-color: var(--themeColorBlue);
  color: #fff;
  font-size: 0.32rem;
  border-radius: 1.2rem;
}

/* 精选药品推荐 end */
.faqs-list-wrap {
  margin: 0 0.2rem 0.2rem 0.2rem;
  /* padding: 0.2rem; */
  min-height: 3.7rem;
}

.faqs-list-wrap .faqs-item {
  display: flex;
  /* margin-bottom: 0.2rem; */
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 1.8rem;
  background-color: #fff;
  /* border-radius: 0.2rem; */
}

.faqs-list-wrap .faqs-item .faqs-item-title {
  display: flex;
  width: 6.72rem;
}

.faqs-list-wrap .faqs-item .faqs-item-title img {
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.16rem;
  margin-left: 0.16rem;
}

.faqs-list-wrap .faqs-item .faqs-item-title span {
  font-size: 0.28rem;
  color: #000000;
  font-weight: bold;
}

.faqs-list-wrap .faqs-item .faqs-item-info {
  color: #666666;
  font-size: 0.28rem;
}

.faqs-list-wrap .faqs-item .faqs-item-info i {
  color: #000000;
}

.faqs-list-wrap .faqs-item .faqs-item-info .answer-count {
  margin-right: 0.38rem;
}

.faqs-list-wrap .faqs-item .faqs-item-info .replier {
  margin-right: 0.38rem;
}

footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1.9rem;
}

footer .footer-nav {
  display: flex;
}

footer .footer-nav li {
  padding: 0 0.28rem;
  border-right: 0.02rem solid #a4a4a5;
}

footer .footer-nav li a {
  color: #666666;
  font-size: 0.28rem;
}

footer .footer-nav li:nth-last-child(1) {
  border-right: none;
}

footer .footer-nav li .gotop-icon {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.34rem;
  height: 0.34rem;
  background: url(../images/gotop_icon.png) no-repeat center / 100%;
}

footer .footer-nav .gotop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.72rem;
  padding-right: 0;
  color: #666666;
  font-size: 0.28rem;
}

footer .footer-copyright {
  margin-top: 0.26rem;
  color: #a4a4a5;
  font-size: 0.28rem;
}

footer .service {
  position: fixed;
  width: 0.84rem;
  height: 0.84rem;
  background: url(../images/service.png) no-repeat center / 100%;
  bottom: 12%;
  right: 1%;
  z-index: 999;
}


.font-hideen {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}