/* ------------公共------------ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
}

a {
    text-decoration: none;
    display: block;
}

img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.hidden {
    display: none !important;
}

.rotate {
    transform: rotate(180deg) !important;
}


.all_100img {
    overflow: hidden;
    position: relative;
}

.all_100img img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.all_simple_img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.all_simple_img img {
    min-width: 100%;
    min-height: 100%;
}

.margin-top0 {
    margin-top: 0 !important;
}

.margin-top1 {
    margin-top: 65px;
}

.padding-right1 {
    padding-right: 35px;
}

.gap0 {
    gap: 0 !important;
}

/* ------------页首--------- */

.header {
    position: fixed;
    width: 100%;
    min-width: 1400px;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header-space {
    width: 100%;
    height: 41px;
}

.header .header-top {
    width: 100%;
    height: 41px;
    background: #F4F4F4;
    display: flex;
    justify-content: center;
}

.header .header-top-content {
    width: 100%;
    min-width: 1400px;
    display: flex;
    align-items: center;
    padding: 0 calc((100% - 1400px) / 2);
    position: relative;
}

.header .welcome,
.header .city,
.header .switch-city {
    color: #808080;
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
}

.header .switch-city {
    cursor: pointer;
}

.header .city-btn {
    width: 37px;
    line-height: 20px;
    background: #AC70FF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

.header .consult-group {
    display: flex;
    align-items: center;
    position: absolute;
    right: 369px;
}

.header .consult {
    color: #606060;
    font-size: 12px;
    font-weight: 700;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.header .consult i {
    display: block;
    width: 16px;
    height: 16px;
    background: url('/statics/pc/img/icon_call.png') no-repeat center;
    background-size: 100%;
    margin-right: 5px;
}

.header .consult-phone {
    color: #9C9C9C;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    padding: 3px 26px 3px 10px;
    background: #EBEBEB;
    border-radius: 24px;
}

.header .consult-phone i {
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 11px;
    height: 11px;
    background: url('/statics/pc/img/icon_search.png') no-repeat center;
    background-size: contain;
}

.header .header-bg {
    width: 100%;
    height: 68px;
    background: url('/statics/pc/img/header_bg.png') no-repeat center/cover;
    display: flex;
    justify-content: center;
    padding: 0 calc((100% - 1400px) / 2);
}

.header .header-ibg {
    background: rgba(16, 16, 16, 0.05) !important;
}

.header .header-main {
    width: 100%;
    min-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.header .logo {
    padding-top: 10px;
    width: 100px;
}

.header .nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header .nav-item {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
}

.header .nav-item:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background: currentColor;
    border-radius: 20px;
}

.header .nav-item.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background: currentColor;
    border-radius: 20px;
}

.header .header-input {
    background: #fff;
    padding-left: 15px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
}

.header .header-input input {
    width: 100%;
    height: 30px;
    padding: 3px 0;
    font-size: 12px;
    color: #CACACA;
    border: none;
    outline: none;
}

.header .header-input ._icon {
    width: 46px;
    height: 30px;
    background: #C39AFB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header-input ._icon img {
    width: 22px;
    height: 22px;
}

/* ------------页脚--------- */
.footer {
    min-width: 1400px;
    background: #2F2F2F;
    padding: 50px calc((100% - 1400px) / 2);
    color: #333;
    border-top: 1px solid #e7e7e7;
    box-sizing: border-box;
    width: 100%;
}

.footer .footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer .footer-section {
    min-width: 150px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.footer .footer-section.section-width {
    min-width: 250px;
}

.footer .footer-section ._title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

.footer .footer-section ._text {
    font-size: 18px;
    color: #666;
    letter-spacing: 0;
}

.footer .footer-section ._jump {
    width: 100%;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 50px;
}

.footer .footer-section ._jump a {
    color: #666;
}

.footer .footer-section ._text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer .footer-bottom {
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    line-height: 25px;
    font-size: 13px;
    color: #777;
}

.footer-bottom a {
    color: #777;
}

/* ---------------首页------------ */
.index {
    width: 100%;
    background: #fff;
    padding-bottom: 60px;
}

.index-swiper {
    width: 100%;
    height: 100%;
    user-select: none;
    /* 禁止选中 */
    -webkit-user-select: none;
    /* Safari 兼容 */
    -moz-user-select: none;
    /* Firefox 兼容 */
    -ms-user-select: none;
    /* IE/Edge 兼容 */
}

.index-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-swiper .swiper-button-next,
.index-swiper .swiper-button-prev {
    width: 33px;
    height: 32px;
}

.index-swiper .swiper-button-prev {
    background: url(/statics/pc/img/swiper_prev.png) no-repeat center;
    background-size: 100%;
    left: 70px;
}

.index-swiper .swiper-button-next {
    background: url(/statics/pc/img/swiper_next.png) no-repeat center;
    background-size: 100%;
    right: 70px;
}

.index-swiper .swiper-button-next::after,
.index-swiper .swiper-button-prev::after {
    display: none;
}

.index-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.index-swiper .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 24px;
    background: #fff;
}

.select-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 25px 0 40px 0;
}

.select-box .select-item {
    color: #B8B8B8;
    font-size: 25px;
    border-right: 1px solid #B8B8B8;
    padding: 0 15px;
    cursor: pointer;
}

.select-box .select-item:hover {
    color: #AC70FF;
}

.select-box .select-item:nth-last-of-type(1) {
    border-right: none;
}

.select-box .select-item.active {
    color: #AC70FF;
}

/* 标题区域 */
.promo-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.promo-title-en {
    color: #B8B8B8;
    font-size: 35px;
    opacity: 0.5;

    margin-bottom: 17px;
}

.promo-title-cn {
    display: flex;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}

.promo-title-cn i {
    display: block;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.promo-title-cn.discount i {
    background: url(/statics/pc/img/icon_01.png) no-repeat center;
    background-size: 100%;
    width: 33px;
    height: 29px;
}

.promo-title-cn.hospital i {
    background: url(/statics/pc/img/icon_02.png) no-repeat center;
    background-size: 100%;
    width: 28px;
    height: 28px;
}

.promo-title-cn.doctor i {
    background: url(/statics/pc/img/icon_03.png) no-repeat center;
    background-size: 100%;
    width: 27px;
    height: 29px;
}

.promo-title-cn.new i {
    background: url(/statics/pc/img/icon_04.png) no-repeat center;
    background-size: 100%;
    width: 23px;
    height: 25px;
}

.promo-title-cn.ask i {
    background: url(/statics/pc/img/icon_05.png) no-repeat center;
    background-size: 100%;
    width: 27px;
    height: 27px;
}

.highlight {
    color: #AC70FF;
}

.promo-bars {
    display: flex;
    gap: 5px;
}

.promo-bar1 {
    width: 60px;
    height: 5px;
    background: #AC70FF;
    border-radius: 50px;
}

.promo-bar2 {
    width: 40px;
    height: 5px;
    background: #B8B8B8;
    border-radius: 50px;
}

.check_more {
    border: 1px solid #BBBBBB;
    padding: 0 20px;
    color: #BBBBBB;
    font-size: 20px;
    line-height: 40px;
    border-radius: 24px;
    margin: 50px 0 45px 0;
}

.index-discount {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
    padding: 80px calc((100% - 1400px) / 2) 0;
    background: url('/statics/pc/img/index_bg.png') no-repeat center/cover;
}

.index-discount .cards-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

/* 单个卡片 */
.index-discount .card-container {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.index-discount .card-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.index-discount .card-num-container {
    margin-right: 15px;
}

.index-discount .card-num-bg {
    width: 44px;
    height: 35px;
    background: #AC70FF;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-discount .card-num {
    color: #fff;
    font-size: 30px;
    font-weight: 800;

}

.index-discount .card-title {
    flex: 1;
    color: #595858;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;

}

.index-discount .card-container:hover .card-title {
    color: #AC70FF;
}

.index-discount .card-bar {
    width: 23px;
    height: 4px;
    background: #AC70FF;
    border-radius: 10px;
}

.index-discount .card-desc {
    color: #696969;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.index-discount .card-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-discount .card-img {
    width: 48%;
    padding-top: 40%;
    border-radius: 10px;
}

.index-discount .card-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.index-discount .card-watch {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    margin-right: 25px;
    color: #838383;
}

.index-discount .card-watch i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 13px;
    height: 10px;
    background: url(/statics/pc/img/icon_eye.png) no-repeat center;
    background-size: 100%;
}

.index-discount .card-date {
    color: #838383;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.index-discount .card-date i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: url(/statics/pc/img/icon_clock.png) no-repeat center;
    background-size: 100%;
}

.index-discount .card-btn {
    width: 84px;
    margin-left: auto;
    background: #AC70FF;
    text-align: center;
    line-height: 24px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.index-hospital {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
    padding: 80px calc((100% - 1400px) / 2) 0;
}

.index-hospital .hospital-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2%;
}

.index-hospital .card {
    width: 23.5%;
    background: #fff;
    border-radius: 10px;
    border: 1px dashed #E1E1E1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-hospital .card:hover .card-title,
.index-hospital .card:hover .info-text,
.index-hospital .card:hover .btn-text {
    color: #FFF;
}

.index-hospital .card:hover .arrow {
    background: url(/statics/pc/img/icon_arrow2.png);
    background-size: 100%;
}

.index-hospital .card:hover .info-item .address {
    background: url(/statics/pc/img/icon_address2.png) no-repeat center;
    background-size: 100%;
}

.index-hospital .card:hover .info-item .phone {
    background: url(/statics/pc/img/icon_phone2.png) no-repeat center;
    background-size: 100%;
}

.index-hospital .card:hover {
    background: #AC70FF;
}

.index-hospital .card-img {
    width: 100%;
    padding-top: 77%;
    border-radius: 10px;
    overflow: hidden;
}

.index-hospital .card-body {
    width: 100%;
    padding: 15px 20px;
}

.index-hospital .card-title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-hospital .card-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.index-hospital .badge-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.index-hospital .info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.index-hospital .info-item .address {
    display: block;
    background: url(/statics/pc/img/icon_address.png) no-repeat center;
    background-size: 100%;
    width: 10px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px;
}

.index-hospital .info-item .phone {
    display: block;
    background: url(/statics/pc/img/icon_phone.png) no-repeat center;
    background-size: 100%;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 5px;
}

.index-hospital .info-text {
    color: #969696;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-hospital .card-footer {
    margin-top: auto;
    padding: 0 20px 20px;
    display: flex;
    justify-content: center;
}

.index-hospital .card-btn {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
}

.index-hospital .card-btn .arrow {
    margin-top: 3px;
    margin-left: 5px;
    width: 11px;
    height: 18px;
    background: url(/statics/pc/img/icon_arrow.png) no-repeat center;
    background-size: 100%;
}

.index-hospital .btn-text {
    color: #AC70FF;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
}

.index-doctor {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
    padding: 80px calc((100% - 1400px) / 2) 0;
}

.index-doctor .doctor-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
}

.index-doctor .doctor-card {
    width: 23.5%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.index-doctor .doctor-avatar {
    width: 100%;
    background: #F9F9F9;
    padding-top: 77%;
    position: relative;
}

.index-doctor .doctor-avatar div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 158px;
    height: 158px;
    border-radius: 50%;
    overflow: hidden;

}

.index-doctor .doctor-avatar div img {
    min-width: 100%;
    min-height: 100%;
}

.index-doctor .card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.index-doctor .doctor-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.index-doctor .doctor-name {
    color: #595858;
    font-size: 19px;
    font-weight: 800;
    margin: 0;
}


.index-doctor .doctor-card:hover .doctor-name {
    color: #AC70FF;
}

.index-doctor .doctor-title {
    color: #AC70FF;
    font-size: 16px;
    font-weight: 500;
    margin-left: 8px;
}

.index-doctor .doctor-hospital {
    color: #555555;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-doctor .doctor-detail {
    color: #868686;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.index-doctor .doctor-btn {
    width: 113px;
    height: 25px;
    background: #AC70FF;
    border: none;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: auto;
}

.index-doctor .doctor-btn-text {
    color: #fff;
    font-size: 16px;
}

.index-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
    padding: 80px calc((100% - 1400px) / 2) 0;
}

.index-new .new-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.index-new .event-card {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    display: flex;
}

.index-new .event-img {
    width: 190px;
    height: 170px;
    border-radius: 5px;
    margin-right: 15px;
    overflow: hidden;
}

.index-new .event-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 8px 0;
}

.index-new .event-title {
    color: #595858;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px 0;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;

}

.index-new .event-card:hover .event-title {
    color: #AC70FF;
}

.index-new .event-desc {
    color: #696969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.index-new .event-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
}

.index-new .event-meta {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    border-bottom: 1px solid #E6E9EC;
}

.index-new .event-watch,
.index-new .event-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    color: #838383;
}

.index-new .event-watch i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 13px;
    height: 10px;
    background: url(/statics/pc/img/icon_eye.png) no-repeat center;
    background-size: 100%;
}

.index-new .event-date i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: url(/statics/pc/img/icon_clock.png) no-repeat center;
    background-size: 100%;
}

.index-new .event-btn {
    background: #AC70FF;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 200px;
}

.index-ask {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
    padding: 80px calc((100% - 1400px) / 2) 0;
}

.index-ask .main-card {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: 1px dashed #CDCDCD;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    padding: 20px;
}

.index-ask .card-left {
    flex: 1;
}

.index-ask .card-left-head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.index-ask .main-title {
    color: #3D3D3D;
    font-size: 25px;
    font-weight: 500;
}

.index-ask .main-stat {
    font-size: 20px;
    line-height: 37px;
}

.index-ask .gray {
    color: #B3B3B3;
}

.index-ask .black {
    color: #3D3D3D;
}

.index-ask .purple {
    color: #AC70FF;
}

.index-ask .black2 {
    color: #3D3D3D;
}

.index-ask .input-group {
    width: 100%;
    display: flex;
    align-items: center;
}

.index-ask .main-input-bg {
    flex: 1;
    background: #FAFAFA;
    border-radius: 5px;
    padding: 10px 20px;
    margin-right: 15px;
}

.index-ask .news-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.index-ask .main-input {
    width: 100%;
    color: #B3B3B3;
    font-size: 20px;
    background: transparent;
    border: none;
    outline: none;
}

.index-ask .main-btn {
    background: #AC70FF;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    padding: 5px 30px;
    cursor: pointer;
}

.index-ask .divider {
    width: 3px;
    background: #F4F4F4;
    margin: 0 40px;
}

.index-ask .card-right {
    flex: 1;
}

.index-ask .main-news {
    color: #3D3D3D;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}

.index-ask .main-news i {
    position: absolute;
    left: 0;
    top: 10px;
    background: url(/statics/pc/img/icon_ask.png) no-repeat center;
    background-size: 100%;
    width: 20px;
    height: 20px;
}

.index-ask .news-item {
    display: flex;
    margin-bottom: 5px;
    padding-left: 35px;
    position: relative;
}

.index-ask .news-item .news-icon {
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    background: #FDBB7C;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
}

.index-ask .news-desc {
    flex: 1;
    color: #3D3D3D;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.index-ask .news-reply {
    color: #AC70FF;
    font-size: 20px;
    margin: 0;
}

.index-ask .side-card {
    width: 371px;
    background: transparent;
}

.index-ask .side-title {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
}

.index-ask .select-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 30px;
}

.index-ask .side-menu {
    width: 371px;
    display: flex;
    flex-direction: column;
}

.index-ask .menu-item {
    background: #fff;
    margin-bottom: 1px;
    padding: 25px 0;
    color: #767676;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
}

.index-ask .menu-item.active {
    background: #AC70FF;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
    color: #fff;
}

.index-ask .menu-item:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background: #F7F7F7;
    color: #767676;
}

.index-ask .ask-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.index-ask .event-card {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 0.5px solid #CDCDCD;
    display: flex;
    padding: 9px;
}

.index-ask .event-card:hover {
    background: #FAFAFA;
}

.index-ask .event-img {
    width: 207px;
    height: 180px;
    border-radius: 5px;
    margin-right: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-ask .event-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.index-ask .event-info {
    flex: 1;
    padding: 10px 0;
}

.index-ask .event-title {
    color: #595858;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px 0;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.index-ask .event-desc {
    color: #767676;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 限制显示行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-ask .event-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-ask .event-meta {
    display: flex;
    align-items: center;
    gap: 40px;
}

.index-ask .event-watch,
.index-ask .event-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    color: #838383;
}

.index-ask .event-watch i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 13px;
    height: 10px;
    background: url(/statics/pc/img/icon_eye.png) no-repeat center;
    background-size: 100%;
}

.index-ask .event-date i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: url(/statics/pc/img/icon_clock.png) no-repeat center;
    background-size: 100%;
}

.index-ask .event-btn {
    background: #AC70FF;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ----------------页码--------------- */
.pages {
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pages>span {
    padding: 12px 16px;
    margin: 0 5px 5px 0;
    border: 1px solid #AC70FF;
    background: #AC70FF;
    color: #fff;
}

.pages>a {
    padding: 12px 16px;
    margin: 0 5px 5px 0;
    border: 1px solid #E8E8E8;
    color: #A0A0A0;
}

/* ------------------面包屑------------------- */
.bread {
    width: 1400px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    position: relative;
    font-size: 20px;
    color: #595858;
    margin: 0 auto 35px;
}

.bread.list-bread {
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
}

.bread i {
    position: absolute;
    width: 16px;
    height: 21px;
    top: 5px;
    left: 0;
    background: url(/statics/pc/img/icon_bread.png) no-repeat center;
    background-size: 100%;
}

.bread .bread-normal {
    font-size: 20px;
    color: #595858;
}

.bread .bread-current {
    font-size: 20px;
    color: #AC70FF;
}

/* ---------------列表页 优惠活动-------------- */
.list-discount {
    width: 100%;
    background: #F8F8F8;
    padding: 80px 0 60px 0;
}

.list-discount .index-new {
    padding: 20px calc((100% - 1400px) / 2) 0;
}

.list-discount .event-img {
    width: 231px;
    height: 159px;
}

.list-discount .event-meta {
    width: auto;
    justify-content: flex-start;
    border: none;
}

.list-discount .event-desc {
    color: #838383;
}

.list-discount .event-card {
    padding: 30px 0;
    border-bottom: 1px dashed #D8D8D8;
    background: #F8F8F8;
}

.list-discount .event-card:nth-of-type(1) {
    padding-top: 0;
}

/* ---------------列表页 整形医院-------------- */
.list-hospital {
    width: 100%;
    background: #F8F8F8;
    padding: 80px 0 60px 0;
}

.list-hospital .index-hospital {
    padding: 20px calc((100% - 1400px) / 2) 0;
}

/* ---------------列表页 整形医生-------------- */
.list-doctor {
    width: 100%;
    background: #F8F8F8;
    padding: 80px 0 60px 0;
}

.list-doctor .index-doctor {
    padding: 20px calc((100% - 1400px) / 2) 0;
}

/* ---------------列表页 整形资讯-------------- */
.list-info {
    width: 100%;
    background: #F8F8F8;
    padding: 80px 0 60px 0;
}

.list-info .index-new {
    padding: 20px calc((100% - 1400px) / 2) 0;
}

.list-info .new-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.special-item .event-card {
    width: 1400px;
    background: #F8F8F8;
    display: flex;
}

.special-item .event-img {
    width: 295px;
    height: 211px;
}

.special-item .event-meta {
    margin-top: 25px;
    padding-top: 15px;
    width: 100%;
    justify-content: flex-start;
    border-bottom: none;
    border-top: 1px solid #E6E9EC;
}

.special-item .event-desc-shell {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.special-item .event-desc {
    flex: 1;
}

.special-item .event-btn {
    border-radius: 3px;
    width: 182px;
    line-height: 45px;
    font-size: 20px;
    margin-left: 40px;
    padding: 0;
}

.special-item .event-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.special-item .event-title {
    color: #AC70FF;
    margin-bottom: 25px;
    position: relative;
}

.special-item .event-title i {
    position: absolute;
    width: 24px;
    height: 15px;
    top: 0;
    right: 0;
    background: url(/statics/pc/img/icon_hot.png) no-repeat center;
    background-size: 100%;
}

/* ---------------列表页 医美百科-------------- */
.list-ask {
    width: 100%;
    background: #F8F8F8;
    padding: 80px 0 60px 0;
}

.list-ask .index-ask {
    padding: 20px calc((100% - 1400px) / 2) 0;
}

/* ---------------侧边相关推荐----------------- */
.sidebar {
    width: 373px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.sidebar .card-container {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar .card-title {
    font-size: 20px;
    color: #3D3D3D;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.sidebar .card-title .icon-group.project {
    width: 21px;
    height: 19px;
    margin-right: 10px;
    background: url(/statics/pc/img/sidebar_project.png) no-repeat center;
    background-size: 100%;
}

.sidebar .card-title .icon-group.beauty {
    width: 16px;
    height: 19px;
    margin-right: 15px;
    background: url(/statics/pc/img/sidebar_beauty.png) no-repeat center;
    background-size: 100%;
}

.sidebar .card-title .icon-group.news {
    width: 16px;
    height: 19px;
    margin-right: 15px;
    background: url(/statics/pc/img/sidebar_news.png) no-repeat center;
    background-size: 100%;
}

.sidebar .see-more-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #AC70FF;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
    border: none;
    border-radius: 5px;
    padding: 0 8px;
    cursor: pointer;
}

.sidebar .see-more-arrow {
    width: 7px;
    height: 10px;
    background-color: #FFFFFF;
}

.sidebar .divider {
    height: 1px;
    background: #D8D8D8;
    width: 100%;
    margin: 0;
}

.sidebar .tags-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.sidebar .tag {
    height: 25px;
    background: #F3F3F3;
    border-radius: 10px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    color: #3D3D3D;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.sidebar .tag:hover {
    background: #AC70FF;
    color: #FFFFFF;
}

.sidebar .tag-purple {
    background: #AC70FF;
    color: #FFFFFF;
}

.sidebar .card-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.sidebar .card-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 0;
}

.sidebar .card-img {
    width: 110px;
    height: 87px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.sidebar .card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 3px 0;
}

.sidebar .card-desc {
    font-size: 14px;
    color: #3D3D3D;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.sidebar .card-meta {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #838383;
    gap: 5px;
}

.sidebar .card-clock {
    width: 12px;
    height: 12px;
    background: url(/statics/pc/img/icon_clock.png) no-repeat center;
    background-size: 100%;
    margin-top: 1px;
}

.sidebar .card-date {
    color: #838383;
    font-size: 14px;
}

.card-list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.card-list .qa-card-container {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
}

.card-list .qa-card-header {
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 10px;
}

.card-list .qa-icon {
    width: 15px;
    height: 15px;
    background-color: #AC70FF;
    margin-right: 6px;
}

.card-list .qa-title {
    font-size: 14px;
    color: #3D3D3D;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.card-list .qa-answer-bg {
    background: #F4F8FB;
    border-radius: 10px;
    padding: 11px 15px;
    margin-bottom: 10px;
}

.card-list .qa-answer-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.card-list .qa-answer-author {
    font-size: 12px;
    font-weight: 400;
}

.card-list .qa-answer-author .name {
    color: #64696F;
}

.card-list .qa-answer-author .de {
    color: #3D3D3D;
}

.card-list .qa-answer-author .ans {
    color: #647FD6;
}

.card-list .qa-hospital {
    font-size: 10px;
    color: #C1C1C1;
}

.card-list .qa-answer-text {
    font-size: 12px;
    color: #64696F;
    line-height: 19px;
}

.card-list .qa-meta {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #B5BCC6;
    padding: 0 15px 10px;
    gap: 15px;
}

.card-list .qa-meta-clock {
    width: 10px;
    height: 10px;
    background-color: #B5BCC6;
    border-radius: 50%;
    position: relative;
    margin-right: 5px;
}

.card-list .qa-meta-eye {
    width: 15px;
    height: 10px;
    background-color: #B5BCC6;
    position: relative;
    margin-left: auto;
}

.card-list .qa-meta-num {
    margin-left: 5px;
}

.sidebar .card-list2 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 35px;
}

.sidebar .card-list2 .appointment-card {
    width: 281px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sidebar .card-list2 .img-bg {
    width: 100%;
    padding-top: 56%;
}

.sidebar .card-list2 .card-content {
    width: 100%;
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 25px;
    gap: 15px;
}

.sidebar .card-list2 .title {
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.sidebar .card-list2 .appointment-card:hover .title {
    color: #AC70FF;
}

.sidebar .card-list2 .stat-block {
    display: flex;
    width: 100%;
    align-items: center;
}

.sidebar .card-list2 .stat-icon {
    width: 17px;
    height: 13px;
    margin-right: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/statics/pc/img/icon_eye.png');
}

.sidebar .card-list2 .stat-text {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}

.sidebar .card-list2 .btn {
    padding: 2px 5px;
    background: #AC70FF;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin-left: auto;
}

/* -------------------美容技巧--------------- */
.tech-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2%;
}

.tech-item {
    width: 23.5%;
}

.tech-item .tech-card-container {
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 10px 50px 0px rgba(13, 38, 59, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.tech-item .tech-img {
    width: 100%;
    height: 173px;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
    display: block;
}

.tech-item .tech-img-alter {
    width: 100%;
    padding-top: 60%;
}

.tech-item .tech-content {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tech-item .tech-title {
    font-size: 16px;
    color: #3D3D3D;
    font-weight: bold;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.tech-item:hover .tech-title {
    color: #AC70FF;
}

.tech-item .tech-desc {
    font-size: 14px;
    color: #696969;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.tech-item .tech-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.tech-item .tech-stats {
    flex: 1;
    display: flex;
    align-items: center;
}

.tech-item .tech-icon {
    width: 15px;
    height: 15px;
    background: url(/statics/pc/img/icon_clock.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    margin-right: 8px;
}

.tech-item .tech-eye {
    width: 17px;
    height: 12px;
    background: url(/statics/pc/img/icon_eye.png) no-repeat center;
    background-size: 100%;
    margin: 2px 8px 0 auto;
}

.tech-item .tech-num {
    font-size: 14px;
    color: #696969;
}

.tech-item .tech-btn {
    background: #AC70FF;
    color: #FFFFFF;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 4px 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 83px;
    height: 27px;
    margin-left: 40px;
}

/* ---------------- 整形问答 ----------------- */
.list-baike {
    width: 100%;
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    padding: 80px calc((100% - 1400px) / 2) 60px;
}

.list-baike .baike-box {
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.list-baike .baike-container {
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
}

.list-baike .eye-card {
    position: relative;
    width: 32%;
}

.list-baike .card-tag {
    width: 100%;
    height: 17px;
    background: #EEEEEE;
    border-radius: 20px 20px 0 0;
    margin-bottom: 13px;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 1;
}

.list-baike .card-head {
    position: relative;
}

.list-baike .card-category {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    color: #4F4F4F;
    z-index: 2;
}

.list-baike .highlight {
    color: #AC70FF;
}

.list-baike .project-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 45px 2%;
}

.list-baike .project-item {
    padding-bottom: 12px;
    border-bottom: 1px solid #D8D8D8;
}

.list-baike .card-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #3D3D3D;
    margin-bottom: 20px;
}

.list-baike .eye-card:hover .card-title {
    color: #AC70FF;
}

.list-baike .card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
}

.list-baike .card-price {
    font-size: 18px;
    font-weight: bold;
    color: #A0A1A1;
}

.list-baike .card-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.list-baike .card-link {
    font-size: 18px;
    color: #A5A5A5;
    text-decoration: none;
    margin-right: 10px;
}

.list-baike .card-arrow {
    width: 17px;
    height: 17px;
    background-color: #A5A5A5;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}

/* -------------- 内容页-优惠活动 ---------------- */
.show-discount {
    width: 100%;
    background: #F8F8F8;
    padding: 80px calc((100% - 1400px) / 2) 60px;
}

.show-discount-content {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    gap: 25px;
}

.show-discount .article-container {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 40px;
}

.show-discount .article-header {
    padding: 18px 0;
    text-align: center;
    border-radius: 20px 20px 0 0;
    background: #FFFFFF;
}

.show-discount .article-title {
    font-size: 25px;
    color: #AC70FF;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 20px;
    background: #FFFFFF;

}

.show-discount .article-meta {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 13px;
    color: #AFAFAF;
}

.show-discount .meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.show-discount .clock-icon {
    width: 12px;
    height: 12px;
    margin-top: 1px;
    background: url(/statics/pc/img/icon_clock.png) no-repeat center;
    background-size: 100%;
}

.show-discount .user-icon {
    width: 12px;
    height: 12px;
    margin-top: 1px;
    background: url(/statics/pc/img/icon_eye.png) no-repeat center;
    background-size: 100%;
}

.show-discount .article-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 0 45px;
    margin-bottom: 25px;
}

.show-discount .article-section {
    font-size: 16px;
    color: #737373;
    line-height: 28px;
    margin: 20px 0;
}

.show-discount .article-content img {
    max-width: 100%;
    width: auto;
    margin: 20px auto;
    display: block;
}

.show-discount .article-remind {
    margin: 40px 0;
    position: relative;
    padding-left: 30px;
}

.show-discount .remind-icon {
    width: 15px;
    height: 17px;
    background-color: #AC70FF;
    position: absolute;
    left: 0;
    top: 5px;
}

.show-discount .remind-title {
    font-size: 20px;
    color: #AC70FF;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 15px;
}

.show-discount .article-footer {
    width: 100%;
    margin-top: 40px;
}

.show-discount .article-divider {
    height: 1px;
    background: #D8D8D8;
    margin: 25px 0;
}

.show-discount .article-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.show-discount .nav-item {
    font-size: 16px;
    color: #737373;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.show-discount .nav-item:hover {
    color: #AC70FF;
}

.show-hospital {
    width: 100%;
    margin: 0 auto;
    padding: 80px calc((100% - 1400px) / 2);
    min-width: 1400px;
    background: #F8F8F8;
}

.show-hospital .hospital-card {
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    padding: 17px 16px;
    gap: 30px;
}

.show-hospital .hospital-image {
    width: 407px;
    height: 365px;
    border-radius: 10px;
    overflow: hidden;
}

.show-hospital .hospital-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.show-hospital .hospital-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.show-hospital .hospital-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.show-hospital .hospital-name {
    font-size: 30px;
    color: #3D3D3D;
    font-weight: bold;
    line-height: 42px;
    margin: 0;
}

.show-hospital .hospital-info {
    margin-bottom: 20px;
}

.show-hospital .info-item {
    font-size: 23px;
    color: #3D3D3D;
    line-height: 32px;
    margin-bottom: 10px;
}

.show-hospital .hospital-buttons {
    margin-bottom: 20px;
}

.show-hospital .button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 13px;
}

.show-hospital .service-btn {
    background: #AC70FF;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 9px;
    padding: 6px 12px;
    height: 36px;
    min-width: 80px;
    cursor: pointer;
}

.show-hospital .hospital-footer {
    margin-top: auto;
    border-top: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.show-hospital .license-icon {
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* 关键：让背景图片居中 */
    margin-right: 10px;
    background-image: url('/statics/pc/img/icon_license.png');
}

.show-hospital .license {
    font-size: 23px;
    color: #969696;
    line-height: 32px;
}

.show-hospital .show-hospital-body {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    margin-top: 25px;
    background: #F8F8F8;
}

.show-hospital .show-hospital-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background: #F8F8F8;
}

.show-hospital .show-hospital-intro {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.show-hospital-intro.show-hospital-intro2 {
    background: #F8F8F8;
}

.show-hospital-intro .section-header {
    display: flex;
    flex-direction: column;
    margin-top: 17px;
}

.show-hospital-intro .section-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #AC70FF;
    letter-spacing: 0;
    padding-left: 50px;
}

.show-hospital-intro .divider {
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    margin-top: 12px;
}

.show-hospital-intro .main-title {
    font-size: 25px;
    font-weight: 900;
    color: #494949;
    line-height: 35px;
    text-align: center;
    margin: 43px 0 20px 0;
}

.show-hospital-intro .content-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 45px;
}

.show-hospital-intro .desc {
    width: 100%;
    font-size: 16px;
    color: #737373;
    line-height: 28px;
    text-align: left;
    margin-bottom: 34px;
}

.show-hospital-intro .content-image {
    width: 487px;
    height: 283px;
    object-fit: cover;
    border-radius: 0;
}

.show-hospital-intro .show-hospital-doctors {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    padding: 30px 50px;
}

.show-hospital-intro .info-card {
    display: flex;
    padding: 50px 30px;
    border-bottom: 1px solid #D8D8D8;
}

.show-hospital-intro .info-card:nth-last-of-type(1) {
    border-bottom: none;
}

.show-hospital-intro .card-image {
    width: 207px;
    height: 180px;
    border-radius: 10px;
    margin-right: 27px;
}

.show-hospital-intro .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.show-hospital-intro .info-title {
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin-bottom: 20px;
}

.show-hospital-intro .info-card:hover .info-title {
    color: #AC70FF;
}

.show-hospital-intro .info-desc {
    font-size: 16px;
    color: #767676;
    line-height: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.show-hospital-intro .info-meta {
    width: 100%;
    margin-top: auto;
    display: flex;
    align-items: center;
}

.show-hospital-intro .info-date {
    font-size: 14px;
    color: #A7A4A4;
    margin-right: 30px;
}

.show-hospital-intro .info-icon-container {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.show-hospital-intro .info-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url('/statics/pc/img/icon_human.png') no-repeat center;
    background-size: 100%;
}

.show-hospital-intro .info-clock {
    width: 14px;
    height: 14px;
    margin-right: 7px;
    background: url(/statics/pc/img/icon_clock.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
}

.show-hospital-intro .info-eye {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url('/statics/pc/img/icon_eye.png') no-repeat center;
    background-size: 100%;
    margin-top: 2px;
}

.show-hospital-intro .info-stat {
    font-size: 14px;
    color: #A7A4A4;
}

.show-hospital-intro .info-btn {
    width: 97px;
    height: 37px;
    background: #AC70FF;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

/* 留言区块 */
.show-hospital-intro .feedback-section {
    display: flex;
    margin-bottom: 12px;
    background: #fff;
    padding: 50px 30px;
    border-radius: 20px 20px 0px 0px;
    justify-content: space-between;
}

.show-hospital-intro .feedback-bg {
    flex: 1;
    height: 47px;
    border-radius: 20px;
    padding-left: 20px;
    border: none;
    outline: none;
    font-size: 20px;
    color: #3D3D3D;
    background: #F7F7F7;
}

.show-hospital-intro .feedback-btn {
    width: 136px;
    height: 47px;
    background: #AC70FF;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
    margin-left: 50px;
}

/* 评分区块 */
.show-hospital-intro .rate-block {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

/* 评论区块 */
.show-hospital-intro .comment-section {
    margin-top: 12px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 50px;
}

.show-hospital-intro .comment-block {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #AFAFAF;
    padding: 35px 0;
}

.show-hospital-intro .comment-block:nth-last-of-type(1) {
    border-bottom: none;
}

.show-hospital-intro .comment-avatar {
    width: 75px;
    height: 73px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}

.show-hospital-intro .comment-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.show-hospital-intro .comment-content {
    flex: 1;
}

.show-hospital-intro .comment-name {
    font-size: 20px;
    color: #3D3D3D;
}

.show-hospital-intro .comment-text {
    font-size: 16px;
    color: #838383;
    line-height: 24px;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.show-hospital-intro .comment-date {
    font-size: 20px;
    color: #AFAFAF;
    text-align: right;
}

.show-hospital-intro .doctor-card {
    width: 215px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: #FFFFFF;
}

.show-hospital-intro .avatar {
    width: 215px;
    height: 166px;
    background: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-hospital-intro .avatar img {
    width: 122px;
    height: 122px;
    border-radius: 50%;
}

.show-hospital-intro .doctor-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 12px 0;
}

.show-hospital-intro .name-role {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 8px;
}

.show-hospital-intro .doctor-name {
    font-size: 14.75px;
    font-weight: 900;
    color: #595858;
    line-height: 19.41px;
    margin-right: 8px;
}

.show-hospital-intro .doctor-role {
    font-size: 12.42px;
    font-weight: 500;
    color: #AC70FF;
    line-height: 19.41px;
}

.show-hospital-intro .hospital {
    font-size: 12px;
    font-weight: 500;
    color: #555555;
    line-height: 19.41px;
    width: 156px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.show-hospital-intro .detail-btn {
    padding: 5px 10px;
    background: #AC70FF;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 8px;
}

/* ------------------详情页-医生---------------- */
.show-doctor-card {
    width: 1400px;
    min-height: 300px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-doctor-card .doctor-card {
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    padding: 30px 35px;
    box-sizing: border-box;
}

.show-doctor-card .card-img {
    width: 270px;
    height: 230px;
    border-radius: 10px;
    margin-right: 42px;
    overflow: hidden;
}

.show-doctor-card .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.show-doctor-card .doctor-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.show-doctor-card .doctor-name-container {
    margin-right: 20px;
}

.show-doctor-card .doctor-name {
    font-size: 30px;
    font-weight: bold;
    color: #272727;
    margin-bottom: 5px;
}

.show-doctor-card .name-underline {
    width: 89px;
    height: 3px;
    background: #AC70FF;
    border-radius: 100px;
}

.show-doctor-card .cert-bg {
    background: #FE6C79;
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;
    margin-top: 10px;
}

.show-doctor-card .cert-icon {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/statics/pc/img/icon_v.png');
    margin-right: 5px;
}

.show-doctor-card .cert-label {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
}

.show-doctor-card .tags-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.show-doctor-card .tag {
    padding: 3px 10px;
    background: #AC70FF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}

.show-doctor-card .hospital-info {
    margin-bottom: 20px;
}

.show-doctor-card .hospital {
    font-size: 16px;
    font-weight: bold;
    color: #3D3D3D;
}

.show-doctor-card .hospital-sub {
    color: #818181;
    font-weight: 500;
}

.show-doctor-card .project-info {
    margin-top: auto;
    display: flex;
}

.show-doctor-card .project-label {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    color: #3D3D3D;
}

.show-doctor-card .project-list {
    font-size: 16px;
    color: #818181;
    line-height: 28px;
    flex: 1;
}

/* ---------------文章详情页------------- */
.show-ency {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
}

.show-ency .ency-card {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.show-ency .ency-header {
    width: 100%;
    height: 74.78px;
    background: linear-gradient(270deg, #D3B3FE 0%, #FEBD95 100%);
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    padding: 0 44px;
    box-sizing: border-box;
}

.show-ency .ency-header-icon {
    width: 20.05px;
    height: 22.22px;
    margin-right: 15px;
    margin-top: 1px;
    background: url(/statics/pc/img/icon_project.png) no-repeat center;
    background-size: 100%;
}

.show-ency .ency-header-title {
    flex: 1;
    font-size: 25px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 35px;
}

.show-ency .content {
    padding: 20px 46px;
    box-sizing: border-box;
}

.show-ency .desc {
    font-size: 20px;
    color: #595858;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.show-ency .dotted-line {
    width: 100%;
    height: 0;
    border-top: 1px dashed #D8D8D8;
    margin: 20px 0;
}

.show-ency .section {
    margin-bottom: 40px;
}

.show-ency .section-title {
    font-size: 20px;
    font-weight: 900;
    color: #AC70FF;
    line-height: 28px;
    margin-bottom: 15px;
}

.show-ency .section-line {
    width: 100%;
    height: 0.5px;
    background: #AC70FF;
    margin-bottom: 20px;
}

.show-ency .section-content {
    font-size: 20px;
    color: #3D3D3D;
    font-weight: 500;
    margin-bottom: 15px;
}

.show-ency .rating-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.show-ency .rating-label {
    width: 60px;
    font-size: 20px;
    color: #3D3D3D;
    font-weight: 500;
}

.show-ency .stars {
    display: flex;
    margin-left: 20px;
}

.show-ency .star {
    width: 16.5px;
    height: 16.09px;
    margin-right: 10px;
}

.show-ency .star-filled {
    background: #FDCD6E;
}

.show-ency .star-empty {
    background: #C2C2C2;
}

.show-ency .params-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.show-ency .param {
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

/* ------------------------------------seo----------------------------------------------- */
#content {
    padding: 0.5em;
    font-size: 16px;
}

#content h1 {
    font-size: 20px;
}

#content p {
    padding: 5px 0;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    background-color: #fff !important;
}

#content span {
    background-color: #fff
}

#content p img,
#content img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    height: 400px !important;
    width: 600px !important;
    object-fit: contain;
}

#content h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 6px;
    text-align: left;
}

#content h3 span {
    font-size: 18px !important;
}

#content table p {
    text-indent: 0;
}

.selectTdClass {
    background-color: #edf5fa !important
}

#content table {
    margin: 0 auto 10px;
    border-collapse: collapse;
    display: table;
}

#content td,
#content th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}