body {
    line-height: 1.5;
    background-color: #f4f4f5;
    --blueColor: #0591f9;
    --grayColor: #676767;
    padding-bottom: 1.2rem;
}

h2 {
    font-size: 0.28rem;
    font-weight: 600;
}

h3 {
    font-weight: bold;
}

a:hover {
    color: #000000;
}

.go-shopping {
    font-size: 0.28rem;
    color: #ffffff;
}

/* 单行文字溢出隐藏 */
.font-hideen {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.selected {
    display: block !important;
}

header {
    width: 7.5rem;
    height: 1.78rem;
    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 .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: 4rem;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    text-indent: 0.25rem;
    font-size: 0.26rem;
}

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;
    font-size: 0.26rem;
}

/* 问题详情内容部分 start */
.problem-detail-wrap {
    padding: 0.2rem;
    margin-top: 0.2rem;
}

.problem-detail-wrap .detail-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0.2rem;
    width: 7.12rem;
    background-color: #ffffff;
    border-radius: 0.2rem;
}

.problem-detail-wrap .detail-wrap .detail-top {
    display: flex;
    font-size: 0.28rem;
    font-weight: bold;
}

.problem-detail-wrap .detail-wrap .detail-top img {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.2rem;
}

.problem-detail-wrap .detail-wrap .detail-middle p {
    font-size: 0.28rem;
    font-weight: normal;
    text-align: justify;
    box-sizing: border-box;
    padding-left: 0.65rem;
}

.problem-detail-wrap .detail-wrap .detail-bottom {
    display: flex;
    justify-content: flex-end;
}

.problem-detail-wrap .detail-wrap .detail-bottom .time {
    color: #929292;
}

.problem-detail-wrap .answer-wrap {
    margin-top: 0.2rem;
    padding: 0.2rem;
    background-color: #ffffff;
    border-radius: 0.2rem;
}

.problem-detail-wrap .answer-wrap .answer-top .doctor-answer-top {
    display: flex;
}

.problem-detail-wrap .answer-wrap .answer-top .doctor-answer-top img {
    margin-right: 0.2rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
}

.problem-detail-wrap .answer-wrap .answer-top .doctor-answer-top .doctor-name-wrap {
    display: flex;
    flex-direction: column;
}

.problem-detail-wrap .answer-wrap .answer-top .doctor-answer-top .doctor-name-wrap .doctor-name {
    font-size: 0.28rem;
    font-weight: 600;
}

.problem-detail-wrap .answer-wrap .answer-top .doctor-answer-top .doctor-name-wrap span:nth-child(2) {
    color: #ff9107;
}

.problem-detail-wrap .answer-wrap .answer-top .doctor-answer-bottom {
    padding-top: 0.2rem;
    padding-left: 0.9rem;
}

.problem-detail-wrap .answer-wrap .answer-top .doctor-answer-bottom span {
    font-size: 0.29rem;
    text-align: justify;
    display: inline-block;
}

.problem-detail-wrap .answer-wrap .answer-top .doctor-answer-bottom .line {
    display: inline-block;
    width: 100%;
    height: 0.02rem;
    background-color: #f4f4f5;
}

.problem-detail-wrap .answer-wrap .answer-bottom {
    margin-top: 0.3rem;
}

.problem-detail-wrap .answer-wrap .answer-bottom .answer-bottom-top {
    display: flex;
    /* overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; */
}

.problem-detail-wrap .answer-wrap .answer-bottom .answer-bottom-top .zhuiwen {
    flex: 1;
    display: inline-block;
    width: 0.8rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    background-color: #fff;
    color: #656565;
    border: 0.02rem solid #666666;
    border-radius: 0.1rem;
    font-weight: bold;
    font-size: 0.28rem;
    margin-right: 0.2rem;
}

.problem-detail-wrap .answer-wrap .answer-bottom .answer-bottom-top .zhuiwen-text {
    color: #656565;
    font-size: 0.26rem;
    flex: 8;
    text-align: justify;
}

.problem-detail-wrap .answer-wrap .answer-bottom .answer-bottom-middle {
    display: flex;
    margin-top: 0.2rem;
}

.problem-detail-wrap .answer-wrap .answer-bottom .answer-bottom-middle .zhuida {
    flex: 1;
    margin-right: 0.2rem;
    width: 1rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    background-color: #ff9d21;
    color: #fff;
    border-radius: 0.1rem;
    font-weight: bold;
    font-size: 0.28rem;
}

.problem-detail-wrap .answer-wrap .answer-bottom .answer-bottom-middle .zhuida-text {
    flex: 8;
    font-size: 0.28rem;
    text-align: justify;
}

.problem-detail-wrap .answer-wrap .answer-bottom .answer-bottom-bottom {
    margin-top: 0.3rem;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    font-size: 0.28rem;
}

.problem-detail-wrap .answer-wrap .answer-bottom .answer-bottom-bottom .praise-icon {
    width: 0.4rem;
    height: 0.4rem;
}

.problem-detail-wrap .answer-wrap .answer-bottom .answer-bottom-bottom .praise-count {
    margin-right: 0.3rem;
    margin-left: 0.06rem;
}

.problem-detail-wrap .answer-wrap .answer-bottom .answer-bottom-bottom .time {
    color: #8c8c8c;
}

.problem-detail-wrap .more-answer {
    display: flex;
    margin-top: 0.02rem;
    justify-content: center;
    align-items: center;
    height: 0.88rem;
    background-color: #ffffff;
    border-radius: 0.2rem;
    font-size: 0.28rem;
}

/* 问题详情内容部分 end */
/* 马上提问部分 */
.go-quiz-banner {
    margin-top: 0.3rem;
    margin-left: 0.2rem;
    width: 7.1rem;
    height: 2rem;
}

.go-quiz-banner img {
    width: 100%;
    height: 100%;
}

/* 相关推荐部分 start */
.correlation-wrap {
    margin: 0.2rem;
    padding: 0.2rem;
    background-color: #fff;
    border-radius: 0.2rem;
}

.correlation-wrap .tap-wrap {
    display: flex;
    justify-content: space-around;
}

.correlation-wrap .tap-wrap a {
    font-size: 0.26rem;
    color: #666666;
    height: 0.58rem;
}

.correlation-wrap .tap-wrap .active {
    color: #0592f7;
    border-bottom: 0.02rem solid currentColor;
}

.correlation-wrap .product-content {
    display: none;
}

.correlation-wrap .show {
    display: block;
}

.correlation-wrap .product-wrap {
    margin-top: 0.4rem;
    display: flex;
}

.correlation-wrap .product-wrap .item-left {
    flex: 1;
    margin-right: 0.5rem;
    width: 1.36rem;
    height: 1.14rem;
}

.correlation-wrap .product-wrap .item-left img {
    width: 100%;
    height: 100%;
}

.correlation-wrap .product-wrap .item-right {
    display: flex;
    flex: 3;
    flex-direction: column;
}

.correlation-wrap .product-wrap .item-right .view-detail {
    display: flex;
    margin-top: 0.1rem;
    justify-content: center;
    align-items: center;
    padding: 0.042rem 0rem;
    width: 1.44rem;
    background-color: #0591f9;
    border-radius: 0.2rem;
    color: #fff;
}

.correlation-wrap .product-wrap .item-right p {
    margin-top: 0.1rem;
}

.correlation-wrap .product-wrap .item-right span {
    font-size: 0.3rem;
    font-weight: bold;
    color: #000;
}

.correlation-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;
}

.correlation-wrap .faqs-item .faqs-item-title {
    display: flex;
    width: 6.72rem;
}

.correlation-wrap .faqs-item .faqs-item-title img {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.16rem;
    margin-left: 0.16rem;
}

.correlation-wrap .faqs-item .faqs-item-title p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 0.28rem;
    font-weight: bold;
}

.correlation-wrap .faqs-item .faqs-item-info {
    color: #666666;
    font-size: 0.28rem;
}

.correlation-wrap .faqs-item .faqs-item-info i {
    color: #000000;
}

.correlation-wrap .faqs-item .faqs-item-info .answer-count {
    margin-right: 0.38rem;
}

.correlation-wrap .faqs-item .faqs-item-info .replier {
    margin-right: 0.38rem;
}

.correlation-wrap .faqs-item .faqs-item-info .answer-time {
    color: #666666;
    font-size: 0.28rem;
}

/* 相关推荐部分 end */
/* 优质文章推荐部分 start */
.article-content {
    margin-top: 0.2rem;
    background-color: #fff;
    padding: 0.2rem;
}

.article-content .content-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.28rem;
    font-weight: bold;
    color: #000000;
}

.article-content .article-item {
    display: flex;
}

.article-content .article-item .item-left {
    margin-right: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    border: 0.25rem solid #f4f4f5;
    border-radius: 0.2rem;
}

.article-content .article-item .item-left img {
    width: 1.36rem;
    height: 1.14rem;
}

.article-content .article-item .item-right {
    flex: 3;
    margin-top: 0.2rem;
}

.article-content .article-item .item-right span {
    font-size: 0.28rem;
    color: #000;
    font-weight: bold;
}

.article-content .problem-wrap {
    margin-top: 0.46rem;
}

.article-content .problem-wrap li:nth-last-child(1) a p {
    border: none;
}

.article-content .problem-wrap a {
    display: block;
    color: #676767;
}

.article-content .problem-wrap a .problem-item {
    display: flex;
    align-items: center;
    height: 0.94rem;
    border-bottom: 0.02rem solid #f4f4f5;
    font-size: 0.28rem;
}

.article-content .problem-wrap a .problem-item .dot {
    margin-right: 0.1rem;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    background-color: #0591f9;
}

.article-content .problem-wrap a .problem-item span {
    flex: 3;
}

/* 优质文章推荐部分 end */
.crumbs-wrap {
    margin-top: 0.28rem;
    margin-left: 0.2rem;
    font-size: 0.26rem;
    color: #666666;
}

/* footer start */
footer {
    margin-top: 0.6rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1.9rem;
}

footer .footer-nav {
    display: flex;
}

footer .footer-nav:nth-child(2) {
    margin-top: 0.3rem;
}

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 .current {
    border-right: none;
}

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;
}

/* footer end */
/* Tabbar */
.tarbar {
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 0.98rem;
    background-color: #fff;
    bottom: 0;
}

.tarbar a {
    width: 0.87rem;
    height: 0.7rem;
}

.tarbar a:nth-child(1) {
    background: url(../images/mall-index-icon.png) no-repeat center / 100%;
}

.tarbar a:nth-child(1):active {
    background: url(../images/mall-index-selected-icon.png) no-repeat center / 100%;
}

.tarbar a:nth-child(2) {
    background: url(../images/illness-list-icon.png) no-repeat center / 100%;
}

.tarbar a:nth-child(2):active {
    background: url(../images/illness-list-selected-icon.png) no-repeat center / 100%;
}

.tarbar a:nth-child(3) {
    background: url(../images/Questions-icon.png) no-repeat center / 100%;
}

.tarbar a:nth-child(3):active {
    background: url(../images/Questions-selectedicon.png) no-repeat center / 100%;
}

.tarbar a:nth-child(4) {
    background: url(../images/my-questions-icon.png) no-repeat center / 100%;
}

.tarbar a:nth-child(4):active {
    background: url(../images/my-questions-selected-icon.png) no-repeat center / 100%;
}
