@charset "utf-8";

.flex-element {
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -moz-flex: 1;
    flex: 1;
}


#examine-modal {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

#examine-modal #examine-modal-mask {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.4);
}

#examine-modal .examine-modal-body {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 928px;
    height: 650px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1005;
    background: #fff;
    padding: 95px 72px 58px;
    max-height: 100vh;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
}

#examine-modal .examine-modal-body #modal-close {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 32px;
    height: 32px;
    background: url(../fonts/modal-close-icon.svg) center no-repeat;
}

#examine-modal .examine-modal-body .content-section {
    height: 100%;
    font-size: 0;
    /*overflow: auto;*/
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

#examine-modal .examine-modal-body .examine-left-side {
    padding-right: 82px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size: 12px;
    border-right: 1px solid rgba(151, 151, 151, 0.2);
}

#examine-modal .examine-right-side {
    display: inline-block;
    font-size: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-left: 70px;
}

#examine-modal .examine-modal-body .examine-left-side .examine-title {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    line-height: 30px;
    margin-bottom: 10px;
}

#examine-modal .examine-left-side .examine-left-side__tips {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}

#examine-modal .examine-left-side .census-module {
    font-size: 0;
    vertical-align: middle;
    margin-top: 40px;
}

#examine-modal .examine-left-side .census-module .census-module__item {
    display: inline-block;
    width: 33%;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #222222;
    line-height: 17px;
}

#examine-modal .examine-left-side .census-module .census-module__item .census-module__item-number text {
    font-size: 22px;
    font-weight: 600;
    color: #1E6FFF;
    line-height: 30px;
    letter-spacing: 1px;
    margin-right: 3px;
}

#examine-modal .examine-left-side .census-module .census-module__item .census-module__item-text {}

#examine-modal .examine-left-side .examine-desc {
    margin-top: 50px;
}

#examine-modal .examine-left-side .examine-desc .examine-desc__title {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    line-height: 20px;
}

#examine-modal .examine-left-side .examine-desc .examine-desc__article {
    font-size: 12px;
    font-weight: 400;
    color: #222222;
    margin-top: 8px;
    line-height: 26px;
    word-break: break-all;
}

#examine-modal .examine-left-side .examine-attentions {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    margin-top: 28px;
}

#examine-modal .examine-right-side .examine-progress {
    /*display: -webkit-box;*/
    /*!* Chrome 4+, Safari 3.1, iOS Safari 3.2+ *!*/
    /*display: -moz-box;*/
    /*!* Firefox 17- *!*/
    /*display: -webkit-flex;*/
    /*!* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 *!*/
    /*display: -moz-flex;*/
    /*!* Firefox 18+ *!*/
    /*display: -ms-flexbox;*/
    /*!* IE 10 *!*/
    /*display: flex;*/
    /*!* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ *!*/
    /*-webkit-align-items: center;*/
    /*-moz-align-items: center;*/
    /*-ms-align-items: center;*/
    /*-o-align-items: center;*/
    /*align-items: center;*/
}

#examine-modal .examine-right-side .examine-progress_label {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

#examine-modal .examine-right-side .examine-progress_bar {
    width: 196px;
    height: 7px;
    line-height: 20px;
    background: rgba(30, 111, 255, 0.1);
    border-radius: 5px;
    margin: 0 16px;
}

#examine-modal .examine-right-side .examine-progress_bar .examine-progress_bar_inner {
    width: 0;
    height: 7px;
    background: #1E6FFF;
    border-radius: 5px;
}

#examine-modal .examine-right-side .examine-progress_percent {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

#examine-modal .examine-right-side .examine-progress_percent text {
    color: #1E6FFF;
}

#examine-modal .qr-code-wrap {
    display: none;
    margin-top: 60px;
    text-align: center;
}

#examine-modal .qr-code-wrap .qr-code-img-border {
    display: inline-block;
    width: 155px;
    height: 155px;
    padding: 7px;
    background: rgba(30, 111, 255, 0.2);
    border-radius: 6px;
}

#examine-modal .qr-code-wrap .qr-code-img-border .qr-code-img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

#examine-modal .qr-code-wrap .qr-code-text {
    margin-top: 13px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 22px;
}

#examine-modal .examine-right-side .examine-subject {
    margin-top: 32px;
}

#examine-modal .examine-right-side .examine-subject .examine-subject__header {
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding-bottom: 24px;
}

#examine-modal .examine-right-side .examine-subject .examine-subject__header .doctor-avatar {
    width: 43px;
    height: 43px;
    border-radius: 43px;
    background: #eee;
}

#examine-modal .examine-right-side .examine-subject .examine-subject__header .examine-subject__header-title {
    position: relative;
    display: inline-block;
    background: #CCE1FF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    line-height: 22px;
    padding: 12px 19px;
    margin-left: 20px;
    word-break: break-all;
}

#examine-modal .examine-right-side .examine-subject .examine-subject__type {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 21px;
    vertical-align: middle;
    padding-bottom: 20px;
    padding-left: 12px;
}

#examine-modal .examine-right-side .examine-subject .examine-subject__type:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    display: inline-block;
    width: 4px;
    height: 13px;
    border-radius: 4px;
    background-color: #1E6FFF;
}

#examine-modal .examine-right-side .examine-subject .examine-subject__header .examine-subject__header-title:before {
    position: absolute;
    left: -7px;
    top: 50%;
    content: '';
    display: inline-block;
    border-top: 6px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #CCE1FF;
    transform: translate3d(0, -6px, 0);
    -moz-transform: translate3d(0, -6px, 0);
    -o-transform: translate3d(0, -6px, 0);
    -webkit-transform: translate3d(0, -6px, 0);
    -ms-transform: translate3d(0, -6px, 0);
}

#examine-modal .examine-subject__list {
    width: 100%;
    height: 256px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 0;
}

/*#examine-modal .examine-subject__list::-webkit-scrollbar {*/
/*    width: 8px;*/
/*}*/

#examine-modal .examine-subject__list .examine-subject__list-item {
    padding: 16px 12px;
    background: #F8F8F8;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 16px;
    transition: background ease-in-out 0.1s;
}

#examine-modal .examine-subject__list .examine-subject__list-item:last-child {
    margin-bottom: 0;
}

#examine-modal .examine-subject__list .examine-subject__list-item.selected {
    background: #1E6FFF;
    color: #fff;
}

#examine-modal .examine-subject__list.images-list {
    /*padding-right: 2px;*/
}

#examine-modal .examine-subject__list-item-image {
    display: inline-block;
    margin-bottom: 16px;
    width: calc(50% - 6px);
}

#examine-modal .examine-subject__list-item-image:nth-child(2n) {
    margin-left: 12px;
}

#examine-modal .examine-subject__list-item-image .img-container {
    display: inline-block;
    /*width: 168px;*/
    width: 100%;
    height: 92px;
    text-align: center;
    background: #F8F8F8;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

#examine-modal .examine-subject__list-item-image .img-container img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

#examine-modal .examine-subject__list-item-image__title {
    font-size: 12px;
    font-weight: 400;
    color: #222222;
    line-height: 17px;
    margin-top: 10px;
    text-align: center;
}

#examine-modal .examine-subject__list-item-image.selected .img-container {
    border: 1px solid #1E6FFF;
}

#examine-modal .examine-subject__list-item-image.selected .examine-subject__list-item-image__title {
    font-weight: 500;
    color: #1E6FFF;
}

#examine-modal .button-group {
    width: 302px;
    margin: 32px auto 0;

}

#examine-modal .examine-button {
    display: inline-block;
    width: 144px;
    height: 42px;
    background: #1E6FFF;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

#examine-modal .examine-button-ghost {
    cursor: pointer;
    display: none;
    width: 144px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 42px;
    text-align: center;
    margin-right: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

#examine-modal .examine-button-ghost.disabled,
#examine-modal .examine-button.disabled {
    opacity: 0.4;
    cursor: default;
}

/* 全局的 footer */
.footer {
    margin-top: 0 !important;
}

/* 主页面内容 */
.ellipsis--l1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ellipsis--l2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
}

.pt0 {
    padding-top: 0 !important;
}

.vertical-middle {
    vertical-align: middle;
}

.type-detail {
    background-color: #F5F5F5;
    min-width: 1200px;
}

.type-detail .views-icon {
    display: inline-block;
    background: url(../images/icon-saw.png) center -3px / 16px 16px no-repeat;
    width: 16px;
    height: 12px;
    vertical-align: middle;
    margin: 0 4px 0 8px;
}

.type-detail .icon-question {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background-color: #0359FF;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    font-style: normal;
}

.type-detail .icon-answer {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background-color: #00B899;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    font-style: normal;
}

.type-detail .breadcrumb {
    margin: auto;
    border: none;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #222222;
    vertical-align: middle;
}

.type-detail .breadcrumb .link {
    color: #1E6FFF;
}

.type-detail .breadcrumb .icon {
    color: #C5C8D1;
}

.type-detail .content-wrap {
    width: 826px;
}

.type-detail .card {
    /* width: 100%; */
    height: auto;
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 20px;
}

.type-detail .question-card {
    padding: 28px 32px;
}

.type-detail .question-card__head {
    padding-bottom: 22px;
    border-bottom: 1px solid #F1F1F1;
}
.daTit img{display: inline-block;position: relative;float: right;z-index: 0;width: auto;height: 80px;-webkit-transform: rotate(-15deg);-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-o-transform: rotate(-15deg);transform: rotate(-15deg);}

.question-card .question-card__title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    line-height: 33px;
}

.question-card .question-card__meta {
    margin-top: 16px;
    position: relative;
}

.question-card .question-card__questioner {
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}

.question-card .question-card__question-date {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    line-height: 22px;
    vertical-align: middle;
}

.question-card .question-card__body {
    padding: 20px 0 26px 0;
}

.question-card .question-abstract {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
}

.question-card .question-content {
    margin-top: 12px;
    font-size: 16px;
    color: #222222;
    line-height: 28px;
    word-break: break-all;
}

/* 实录对话记录 start */
.type-detail .chat-card {
    /* padding: 0 32px; */
    width: 100%;
}

.chat-card .chat-card__tip {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #F8F8F8;
    font-size: 12px;
    color: #666666;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
}

.chat-card .chat-card__tip .icon-tip {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: url(../images/icon-warning.png) center / contain no-repeat;
}

.chat-card .chat-card__head {
    margin: 0 32px;
    padding: 24px 0 22px;
    border-bottom: 1px solid #F1F1F1;
}

.chat-card .chat-card__title {
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    line-height: 33px;
}

.chat-card .chat-card__meta {
    position: relative;
    margin-top: 26px;
}

.chat-card .author-info-link {
    display: block;
}

.chat-card .chat-card__meta .avatar-link {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #F9F9F9;
    border-radius: 50%;
    overflow: hidden;
}

.chat-card .chat-card__meta .avatar {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.chat-card .main-row {
    margin-bottom: 6px;
    line-height: 22px;
    vertical-align: middle;
}

.chat-card .main-row .name {
    font-size: 16px;
    color: #222222;
}

.chat-card .author-info-link:hover .name {
    color: #1E6FFF;
}

.chat-card .main-row .title {
    font-size: 14px;
    color: #333333;
}

.chat-card .vice-row {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.chat-card .vertical-line {
    display: inline-block;
    border-left: 1px solid #666666;
    height: 8px;
    width: 0;
    margin: 0 8px;
}

.chat-card .views-count {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    white-space: nowrap;
}

.chat-card .chat-card__body {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 100%;
    padding: 0 32px 42px;

}

.chat-card .message-item {
    width: 100%;
    margin-top: 20px;
}

.chat-card .message-avatar {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.chat-card .message-content {
    padding: 12px;
    max-width: 60%;
    font-size: 14px;
    color: #222222;
    line-height: 22px;
    word-break: break-all;
    border-radius: 19px;
    border: 1px solid transparent;
}

.chat-card .message-left .message-avatar {
    float: left;
}

.chat-card .message-left .message-content {
    float: left;
    margin-left: 16px;
    background-color: #F7F8F9;
    border-top-left-radius: 0;
    border-color: #E5E5E5;
}

.chat-card .message-right .message-avatar {
    float: right;
}

.chat-card .message-right .message-content {
    float: right;
    margin-right: 16px;
    background-color: #D6E7FF;
    border-top-right-radius: 0;
    border-color: #D6E7FF;
}

/* 实录对话记录 end */
/* 回答记录 start */
.type-detail .answer-card {
    padding: 22px 32px 42px;
}

.answer-card .answer-card__head {
    margin-bottom: 20px;
}

.answer-card .answer-card__title {
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    line-height: 33px;
    vertical-align: middle;
}

.answer-item {
    margin-bottom: 32px;
}



.answer-card .answer-item__meta {
    position: relative;
    margin-bottom: 24px;
}

.answer-card .author-info-link {
    display: block;
}

.answer-card .answer-item__meta .avatar-link {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #F9F9F9;
    overflow: hidden;
}

.answer-card .answer-item__meta .avatar {
    display: block;
    width: 100%;
    height: 100%;
}

.answer-card .answer-item__meta .main-row {
    margin-bottom: 12px;
}

.answer-card .answer-item__meta .vice-row {
    font-size: 14px;
    color: #666666;
    line-height: 21px;
}

.answer-card .answer-item__meta .vertical-line {
    display: inline-block;
    border-left: 1px solid #666666;
    height: 8px;
    width: 0;
    margin: 0 8px;
}

.answer-card .answer-item__meta .name {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 24px;

}

.answer-card .author-info-link:hover .name {
    color: #1E6FFF;
}

.answer-card .answer-item__meta .title {
    margin-left: 8px;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
}

.answer-card .views-count {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    white-space: nowrap;
}

.answer-card .answer-item__body {
    padding: 20px 24px 42px;
    background-image: -webkit-linear-gradient(top, #FFF5F5, #FFF 180px);
    background-image: -moz-linear-gradient(top, #FFF5F5, #FFF 180px);
    background-image: -ms-linear-gradient(top, #FFF5F5, #FFF 180px);
    background-image: -o-linear-gradient(top, #FFF5F5, #FFF 180px);
    background-image: linear-gradient(to bottom, #FFF5F5, #FFF 180px);
    border-radius: 8px;
}

.answer-item__section {
    margin-bottom: 24px;
}

.answer-item__section:last-child {
    margin-bottom: 32px;
}

.answer-item__section-title {
    font-size: 18px;
    font-weight: 600;
    color: #00B899;
    line-height: 25px;
}

.answer-item__section-content {
    margin-top: 12px;
    font-size: 16px;
    color: #222222;
    line-height: 28px;
    word-break: break-all;
}

.answer-item__section-content p {
    padding: 0px;
    line-height: 2em !important;
    text-indent: 2em;
    color: #333;
    word-wrap: break-word;
    text-align: justify !important;
    word-break: break-all;
    -webkit-text-align: justify;
    -webkit-word-break: break-all;
    margin-bottom: 20px !important;
    font-weight: normal;
    font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
}

.answer-item__section-content dt {
	font-weight: 600;
	font-size: 16px;
	color: #333
}

.answer-item__section-content dd {
	margin-left: 0;
	font-size: 16px;
	color: #333
}

.answer-item__section-content table,tr{
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 32px;
	border: 1px solid #333;
    empty-cells:show;
}

.answer-item__section-content table tr th {
	border: 1px solid #333;
	text-align: center;
	font-weight: 600;
	background: #eee;
}

.answer-item__section-content table tr td {
	border: 1px solid #333;
	text-align: center
}

.answer-item__section-content embed {
	display:block;
	margin:20px auto!important;
	width:100%!important;
}
.answer-item__section-content strong {
    font-weight: 700;
    display: inline;
}

.answer-item__comments {
    padding: 20px 24px;
    margin-top: 24px;
    background: #FFFFFF;
    border-radius: 8px;
}

.comment-item {
    margin-top: 24px;
}

.comment-item:first-child {
    margin-top: 0;
}

.comment-title {
    font-size: 18px;
    font-weight: 600;
    /* color: #1E6FFF; */
    line-height: 25px;
}

.comment-patient .comment-title {
    color: #1E6FFF;
}

.comment-doctor {
    color: #00B899;
}

.comment-date {
    font-size: 12px;
    color: #999999;
    line-height: 25px;
    white-space: nowrap;
}

.comment-content {
    margin-top: 12px;
    font-size: 16px;
    color: #222222;
    line-height: 28px;
}



/* 回答记录 end */


.type-detail .content-card {
    padding: 32px;
}

.content-card .content-card__head {
    padding-bottom: 26px;
    border-bottom: 1px solid #F1F1F1;
}

.content-card .content-card__tag {
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #D5A95E;
    line-height: 20px;
    vertical-align: middle;
    margin-bottom: 24px;
}


.content-card .content-card__tag-icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
}

.content-card .content-card__title {
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    line-height: 1;
}

.content-card .content-card__meta {
    position: relative;
    margin-top: 30px;
}

.content-card .author-info-link {
    display: flex;
    align-items: center;
}

.content-card .content-card__meta .avatar-link {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #F9F9F9;
    overflow: hidden;
}

.content-card .content-card__meta .avatar {
    display: block;
    width: 100%;
    height: 100%;
}

.content-card .content-card__meta .main-row {
    margin-bottom: 6px;
}

.content-card .content-card__meta .vice-row {
    font-size: 14px;
    color: #666666;
    line-height: 21px;
}

.content-card .content-card__meta .vertical-line {
    display: inline-block;
    border-left: 1px solid #666666;
    height: 8px;
    width: 0;
    margin: 0 8px;
}

.content-card .content-card__meta .name {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 24px;
}

.content-card .content-card__meta .author-info-link:hover .name {
    color: #1E6FFF;
}

.content-card .content-card__meta .title {
    margin-left: 8px;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
}

.content-card .views-count {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    white-space: nowrap;
}

.content-card .content-card__meta .hospital {}

.content-card .content-card__meta .department {}

.content-card .content-card__body {
    padding-top: 22px;
}

/* 视频播放 start */
.video-wrap {
    margin: auto;
    position: relative;
    width: 508px;
    height: 288px;
}

.video-wrap .video {
    width: 100%;
    height: 100%;

}

.video-wrap .video-cover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 12px;
}

.video-wrap .icon-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../images/play.png) no-repeat 0 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 2;
}

/* 视频播放 end */

/* 音频播放 start */
.audio-wrap {
    margin: 18px auto 16px;
    width: 462px;
    height: 66px;
    background-color: #F6F6F6;
    border-radius: 8px;
}

.audio-wrap .audio-player-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.audio-wrap .icon-audio-play {
    background-image: url(../images/icon-audio-play.png);
}

.audio-wrap .icon-audio-pause {
    background-image: url(../images/icon-audio-pause.png);
}

.audio-wrap .audio-wrap__left {
    padding: 13px 0 0 20px;
}

.audio-wrap .audio-wrap__right {
    margin-top: 22px;
    padding-right: 20px;
}

.audio-wrap .audio-time-current,
.audio-wrap .audio-time-total {
    min-width: 45px;
    height: 22px;
    font-size: 16px;
    color: #222222;
    line-height: 22px;
}

.audio-wrap .audio-progress-bar-bg {
    position: relative;
    margin: 8px 10px 0;
    width: 254px;
    height: 4px;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    cursor: pointer;
}

.audio-wrap .audio-progress-dot {
    width: 16px;
    height: 16px;
    background: url(../images/icon_dtl1.png) no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    margin-left: -8px;
    background-size: 16px 16px;
    border-radius: 50%;
    cursor: pointer;
}

.audio-wrap .audio-progress-bar {
    background-color: #1E6FFF;
    width: 0;
    height: 100%;
    border-radius: 2px;
}

/* 音频播放 end */

.article-wrap {
    padding-top: 36px;
}

.article-wrap .article-section {
    margin-top: 20px;
}

.article-wrap .article-section:first-child {
    margin-top: 0;
}

.article-wrap .article-title {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    color: #222222;
}

.article-wrap .article-content {
    padding-top: 10px;
}

.article-wrap .article-content h3 {
    font-size: 20px;
    text-indent: 2em;
    padding-bottom: 20px;
    line-height: 25px;
    vertical-align: top;
    font-weight: 600;
    color: #00B899;
    line-height: 25px;
}
.article-wrap .article-content h2 {
    font-size: 20px;
    text-indent: 2em;
    padding-bottom: 20px;
    line-height: 25px;
    vertical-align: top;
    font-weight: 600;
    color: #00B899;
    line-height: 25px;
}

.article-wrap .article-content h3:nth-child(1) {
    margin-top: 0;
}

.article-wrap .article-content p,
.article-wrap .article-content div {
    font-size: 16px !important;
    font-weight: normal !important;
   padding: 0px;
    line-height: 2em !important;
    text-indent: 2em;
    color: #333;
    word-wrap: break-word;
    text-align: justify !important;
    word-break: break-all;
    -webkit-text-align: justify;
    -webkit-word-break: break-all;
    margin-bottom: 20px !important;
    font-weight: normal;
    font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
}

.article-wrap .article-content ul,
.article-wrap .article-content ol,
.article-wrap .article-content li {
    list-style: none;
    color: #222;
    font-size: 16px;
    line-height: 36px;
}

.article-wrap .article-content ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333;
    display: inline-block;
    margin-left: 4px;
    margin-right: 10px;
    vertical-align: middle;
}

.article-wrap .article-content ol {
    counter-reset: my-counter;
    list-style-position: inside;
}

.article-wrap .article-content ol li {
    counter-increment: my-counter;
}

.article-wrap .article-content ol li::before {
    content: counter(my-counter) ")";
    font-family: initial;
    color: #222;
    margin-right: 10px;
    vertical-align: middle;
}

.article-wrap .article-content ol p,
.article-wrap .article-content li p {
    display: inline;
    text-indent: 0;
}

.article-wrap .article-content img {
    display: block;
    max-width: 100%;
	border-radius: 10px;
    margin: 10px auto;
    height: auto !important;
}

.article-wrap .article-tip {
    padding-top: 32px;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}

.tags-wrap {
    margin-bottom: -12px;
    padding-top: 42px;
}

.tags-wrap .tags-wrap__title {
    font-size: 22px;
    font-weight: 700;
    color: #222222;
    line-height: 30px;
}

.tags-wrap .tags {
    padding-top: 20px;
}

.tags-wrap .tags-item {
    margin-right: 12px;
    margin-bottom: 12px;
    height: 36px;
    padding: 0 18px;
    background-color: rgba(30, 111, 255, 0.08);
    border-radius: 18px;
    font-size: 14px;
    color: #1E6FFF;
    line-height: 36px;
}

.tags-wrap .tags-item:hover {
    background-color: #1E6FFF;
    color: #ffffff;
}

.zan-wrap {
    padding-top: 32px;
    text-align: center;
}

.zan-wrap .zan-btn {
    min-width: 84px;
    padding: 8px 26px;
    height: 50px;
    border-radius: 27px;
    border: 1px solid #E7E7E7;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
}


.zan-wrap .icon-zan {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon-detail-zan.png) center / 18px 18px no-repeat;
}



.zan-wrap .zan-count {
    font-size: 14px;
    color: #222222;
    line-height: 20px;
}

.zan-wrap .zan-btn-active {
    color: #fff;
    background-color: #1E6FFF;
    cursor: auto;
}

.zan-wrap .zan-btn-active .icon-zan {
    background: url(../images/icon-detail-zan-active.png) center / 18px 18px no-repeat;
}

.zan-wrap .zan-btn-active .zan-count {
    color: #fff;
}

.zan-wrap .zan-btn:disabled {
    cursor: not-allowed;
    background-color: #F5F5F5;
}

.zan-wrap .zan-btn:disabled .icon-zan {
    background: url(../images/icon-detail-zan-disable.png) center / 18px 18px no-repeat;
}

.zan-wrap .zan-btn:disabled .zan-count {
    color: #666;
}

.zan-wrap .zan-tip {
    padding-top: 12px;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.tag-card {
    padding: 32px;
}

.link-test-card {
    padding: 24px 32px;
}

.link-test-card .link-test-card__title {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    line-height: 30px;
    background: left bottom / 88px 12px no-repeat;
    background-image: -webkit-linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #A6CBFF 100%);
    background-image: -o-linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #A6CBFF 100%);
    background-image: linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #A6CBFF 100%);
}

.link-test-card .link-test-card__body {
    margin-top: 28px;
}

.link-test-card .icon-question-avatar {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/icon-question-avatar.png) center / cover no-repeat;

}

.link-test-card .link-test-question {
    position: relative;
    width: 216px;
    height: 41px;
    margin-left: 16px;
    background: #CCE1FF;
    border-radius: 4px;
    padding: 0 18px;
    width: 181px;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    line-height: 40px;
}

.link-test-card .link-test-question::before {
    content: '';
    display: block;
    position: absolute;
    left: -16px;
    top: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 8px;
    border-right-width: 8px;
    border-right-color: #CCE1FF;
}

.link-test-card .link-test-answer-option {
    width: 298px;
    height: 50px;
    margin-top: 13px;
    padding: 0 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background: #F8F8F8;
    border-radius: 4px;
    font-size: 13px;
    color: #222222;
    line-height: 50px;
}

.link-test-card .link-test-answer-option__first {
    margin-top: 17px;
}

.link-test-card .link-test-answer-option__even {
    margin-left: 73px;
}

.link-test-card .link-test-card__body-right {
    width: 360px;
}

.link-test-card .test-title {
    max-width: 100%;
    font-size: 24px;
    color: #222222;
    font-weight: 600;
    line-height: 33px;
    text-align: right;
}

.link-test-card .test-description {
    max-width: 100%;
    margin-top: 8px;
    height: 22px;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    text-align: right;
}

.link-test-card .test-meta {
    margin-top: 16px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: right;
}

.link-test-card .test-meta__item {
    margin-right: 8px;
}

.link-test-card .test-meta__strong {
    color: #FD8C28;
}

.link-test-card .link-test-btn {
    float: right;
    margin-top: 24px;
    width: 230px;
    height: 42px;
    background: #1E6FFF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 0.9;
}

.link-test-card .link-test-btn:hover {
    opacity: 1;
}


.recommend-card {
    padding: 24px 32px;
}

.recommend-card .recommend-card__title {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    line-height: 30px;
    background: left bottom / 88px 12px no-repeat;
    background-image: -webkit-linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #A6CBFF 100%);
    background-image: -o-linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #A6CBFF 100%);
    background-image: linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #A6CBFF 100%);
}

.recommend-card .recommend-card__item {
    padding: 22px 0;
    border-bottom: 1px solid #F1F1F1;
}

.recommend-card .recommend-card__item:first-child {
    padding-top: 26px;
}

.recommend-card .recommend-card__item:last-child {
    border-bottom: none;
}

.recommend-card .recommend-card__item-bottom {
    padding-bottom: 0;
    border-bottom: none;
}

.recommend-card .recommend-card__item-title {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 22px;
}

.recommend-card .recommend-card__item:hover .recommend-card__item-title {
    color: #1E6FFF;
}

.recommend-card .recommend-card__item-content {
    margin-top: 12px;
    max-height: 48px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;

}

.recommend-card .recommend-card__item-meta {
    margin-top: 14px;
    white-space: nowrap;
}

.recommend-card .recommend-card__item-meta .doctor-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align: middle;
}

.recommend-card .recommend-card__item-meta .doctor-name {
    margin-left: 8px;
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    vertical-align: middle;
}

.recommend-card .recommend-card__item-meta .doctor-extra {
    margin-left: 8px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    vertical-align: middle;
}

.recommend-card .recommend-card__item-meta .doctor-extra .vertical-line {
    display: inline-block;
    border-left: 1px solid rgba(151, 151, 151, 0.5);
    height: 8px;
    width: 0;
    margin: 0 8px;
}

.recommend-card .recommend-card__item-meta .doctor-article-info {
    line-height: 24px;
    vertical-align: middle;
    font-size: 12px;
    color: #999999;
}

.recommend-card .recommend-voice .recommend-card__item-extra {
    padding-top: 10px;
}

.recommend-card .recommend-voice .voice-info-wrap {
    display: inline-block;
    background: url(../images/icon-voice-info.png) left center / 202px 38px no-repeat, -webkit-linear-gradient(to right, transparent 150px, rgb(245, 245, 245) 150px, rgb(245, 245, 245));
    background: url(../images/icon-voice-info.png) left center / 202px 38px no-repeat, -o-linear-gradient(to right, transparent 150px, rgb(245, 245, 245) 150px, rgb(245, 245, 245));
    background: url(../images/icon-voice-info.png) left center / 202px 38px no-repeat, linear-gradient(to right, transparent 150px, rgb(245, 245, 245) 150px, rgb(245, 245, 245));
    padding: 0 8px 0 73px;
    line-height: 38px;
    font-size: 14px;
    color: #666666;
    border-radius: 20px;
}

.recommend-card .recommend-voice .voice-info__duration {
    margin-left: 35px;
}


.recommend-card .recommend-video .recommend-card__body::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.recommend-card .recommend-video .recommend-card__body-left {
    float: left;
    max-width: 554px;
}

.recommend-card .recommend-video .recommend-card__body-right {
    display: block;
    position: relative;
    float: right;
    width: 136px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    background: #D8D8D8;
}

.recommend-card .recommend-video .video-info__cover-img {
    width: 100%;
    height: 100%;
}

.recommend-card .recommend-video .video-info {
    position: absolute;
    right: 8px;
    bottom: 8px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    color: #fff;
    padding: 0 12px;
    font-size: 12px;
    line-height: 24px;
}

.recommend-card .recommend-video .icon-video-info {
    display: inline-block;
    margin-right: 4px;
    width: 9px;
    height: 8px;
    background: url(../images/icon-video-info.png) center / 8px 9px no-repeat;
}

.recommend-card .recommend-ask .recommend-card__item-title,
.recommend-card .recommend-ask .recommend-card__item-content {
    position: relative;
    padding-left: 30px;
}

.recommend-card .recommend-ask .recommend-card__item-title::before,
.recommend-card .recommend-ask .recommend-card__item-content::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '问';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #0359FF;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}

.recommend-card .recommend-ask .recommend-card__item-content::before {
    top: 5px;
    content: '答';
    background-color: #00B899;

}

/* 右侧边栏 */
.type-detail .aside {
    margin-left: 20px;
    width: 350px;
}

.type-detail .right-aside-wrap {
    width: 350px;
}

.type-detail .site-fix {
    /* width: 350px; */
    position: fixed;
    top: 20px;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    min-height: 0;
    /* z-index: 999; */
}

/* 猜你感兴趣 start */
#toutiaoSuggestList{
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 24px 24px 30px;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}
.headline_title{
    margin-bottom: 26px;
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    line-height: 30px;
    background: left bottom / 150px 12px no-repeat;
    background-image: -webkit-linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #A6CBFF 100%);
    background-image: -o-linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #A6CBFF 100%);
    background-image: linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #A6CBFF 100%);
}
.headline_container .headline_title {
    font-size: 0.34rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #222222;
}

.headline_container .headline_li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}

.headline_container .headline_li_circle {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #1e6fff;
  margin-right: 9px;
}

.headline_container .headline_li_title {
}

.headline_container .headline_li_cue {
  flex: 1;
  overflow: hidden;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  
}
#toutiaoSuggestList .foot{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
}
#toutiaoSuggestList .foot .adv-btn{
    width: 32px;
    height: 24px;
    background: #F0F0F0;
    margin-right: 2px;
}
#toutiaoSuggestList .foot .close-btn{
    cursor: pointer;
    width: 17px;
    height: 24px;
    background: #F0F0F0;
}
#toutiaoSuggestList .foot .close-btn:hover{
    -moz-box-transition: border-box;
    -webkit-box-transition: border-box;
    -o-box-transition: border-box;
    -ms-box-transition: border-box;
    transition: 0.3s;
    background-color: #D8D9DA;
}
/* 猜你感兴趣 end */


/* 健康自测 start */
.ad-health-test-card {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: 2px solid #fff;
    padding: 24px;
    width: 100%;
    border-radius: 8px;
}

.ad-health-test-card .ad-health-test-card__title {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    line-height: 30px;
    margin-bottom: 14px;
    background: left bottom / 88px 12px no-repeat;
    background-image: -webkit-linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #A6CBFF 100%);
    background-image: -o-linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #A6CBFF 100%);
    background-image: linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #A6CBFF 100%);
}

.ad-health-test-card .ad-health-test-card__desc {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 22px;
}

.ad-health-test-card .ad-health-test-card__vice-desc {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.ad-health-test-card .ad-health-test-card__icon {
    display: block;
    width: 102px;
    height: 64px;
    background: url(../images/icon-ad-health-test.png) center / cover no-repeat;
}

.ad-health-test-card .ad-health-test-card__foot {
    margin-top: 25px;
    width: 100%;
    position: relative;
}

.ad-health-test-card .test-qrcode-wrap {
    display: none;
    position: absolute;
    left: 50%;
    top: 62px;
    margin-left: -95px;
    width: 190px;
    height: 200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.12), -1px -1px 10px 0px rgba(0, 0, 0, 0.12);
}

.ad-health-test-card .test-qrcode-wrap::after {
    content: '';
    display: block;
    width: 20px;
    height: 12px;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -10px;
    background: url(../images/icon-top-triangle.png) center / contain no-repeat;
}

.ad-health-test-card .test-qrcode-img {
    margin: 21px 21px 8px;
    width: 148px;
    height: 148px;
}

.ad-health-test-card .test-qrcode-tip {
    height: 40px;
    background: #377BEE;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.ad-health-test-card .ad-health-test-card__btn {
    display: block;
    width: 100%;
    height: 42px;
    background-color: #FCFCFC;
    border-radius: 4px;
    border: 1px solid #1E6FFF;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #1E6FFF;
    line-height: 40px;
}

.ad-health-test-card .ad-health-test-card__btn:hover {
    border-color: #1E6FFF;
    background-color: #1E6FFF;
    color: #ffffff;
}

/* 健康自测 end */

/* 可能需要的商品 start */
.ad-production-card {
    padding: 24px;
}

.ad-production-card .ad-production-card__title {
    margin-bottom: 9px;
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    line-height: 30px;
    background: left bottom / 150px 12px no-repeat;
    background-image: -webkit-linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #A6CBFF 100%);
    background-image: -o-linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #A6CBFF 100%);
    background-image: linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #A6CBFF 100%);
}

.ad-production-card .ad-production-card__item {
    padding: 15px 0 16px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.1);
}

.ad-production-card .ad-production-card__item-bottom {
    padding-bottom: 0;
    border-bottom: none;
}

.ad-production-card .ad-production-card__item-right {
    width: 214px;
}

.ad-production-card .production-img {
    width: 78px;
    height: 80px;
}

.ad-production-card .production-name {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
}

.ad-production-card .production-description {
    margin-top: 2px;
    width: 100%;
    max-height: 40px;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
}

.ad-production-card .ad-production-card__item:hover .production-description {
    color: #1E6FFF;
}

.ad-production-card .production-price {
    margin-top: 5px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #E1251B;
    line-height: 16px;
    vertical-align: bottom;
}

.ad-production-card .production-price__currency {
    font-size: 12px;
    line-height: 12px;
}

/* 可能需要的商品 end */

/* 右侧banner start */
.ad-bannner-card {
    width: 100%;
    height: 114px !important;
    overflow: hidden;
}

.ad-bannner-card .banner-img {
    width: 100%;
    height: 100%;
}

/* 右侧banner end */

/*03.25-ipad适配*/
@media screen and (min-width: 768px) and (max-width: 1201px) {
    .container {
        width: 1008px;
    }

    .type-detail {
        min-width: 1048px;
    }

    .type-detail .content-wrap {
        width: 692px;
    }

    .type-detail .link-test-card .link-test-card__body-right {
        width: 230px;
    }

    .type-detail .aside {
        width: 292px;
    }

    .type-detail .right-aside-wrap {
        width: 292px;
    }

    .type-detail .ad-health-test-card {
        padding: 20px;
    }

    .recommend-card .recommend-video .recommend-card__body-left {
        max-width: 465px;
    }

    .ad-health-test-card .ad-health-test-card__desc {
        font-size: 13px;
    }

    .ad-health-test-card .ad-health-test-card__vice-desc {
        font-size: 12px;
    }

    .type-detail .ad-health-test-card__icon {
        width: 87px;
        height: 55px;
    }

    .ad-production-card .ad-production-card__item-right {
        width: 180px;
    }

    .ad-production-card {
        padding: 20px;
    }

    .ad-production-card .production-img {
        width: 66px;
        height: 67px;
    }


    .type-detail .ad-bannner-card {
        width: 100%;
        height: 96px !important;
    }

}

/* 当屏幕小于最小尺寸的时候，不再需要固定定位，遮挡了内容 */
@media screen and (max-width: 1048px) {
    .type-detail .site-fix {
        position: static;
    }
}
 
 
.top {
    border-bottom: none;
}
  {
    margin: 0 15px;
}
  .top {
    border-bottom: none;
}
a, a:visited {
    text-decoration: none;
    color: inherit;
}
  .store-mp_head {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
}
  .top ul {
    width: 180px;
}
 .top ul {
    float: left;
    width: 186px;
    margin-left: 10px;
}
 .store-name {
    font-size: 16px;
    line-height: 100%;
    margin-top: 5px;
}
.hover-color_change{
    float: left;
}
 .store-name span {
    float: left;
}
 .store-name img.mp-v {
    margin-bottom: 4px;
}
  .store-slogn {
    margin-top: 2px;
}
 .store-slogn {
    margin-top: 9px;
    line-height: 100%;
    font-size: 13px;
    color: #828a92;
}
.ellipsis-one {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  .go-in-store_btn {
    display: inline-block;
    width: 90px;
    margin: 0 10px;
    font-size: 14px;
    cursor: pointer;
}

 .go-in-store_btn {
    width: 96px;
    height: 28px;
    border-radius: 3px;
    border: solid 1px #44a1fc;
    text-align: center;
    text-color:white;
    line-height: 26px;
    box-sizing: border-box;
    color: #275ecf;
    margin: 20px auto 0;
}
 .side-focus_btn {
    background-color: #44a1fc;
    color: #fff;
}