/* ------------公共------------ */
* {
    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;
}

/* ------------页首--------- */

.header {
    position: fixed;
    width: 100%;
    min-width: 1400px;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header-space {
    width: 100%;
    height: 143px;
}

.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: #FB6898;
    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: 102px;
    display: flex;
    background: #fff;
    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 {
    width: 130px;
}

.header .nav {
    flex: 3;
    display: flex;
    justify-content: space-between;
    margin-right: 60px;
}

.header ._text {
    flex: 1;
    font-size: 12px;
    color: #4F4F4F;
    margin-left: 35px;
}

.header .nav-item {
    color: #606060;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 5px;
    cursor: pointer;
}


.header .nav-item:hover {
    color: #FB6898;
}

.header .nav-item.active {
    position: relative;
    color: #FB6898;
}

.header .nav-item.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #FB6898;
    border-radius: 8px;
    transform: scaleX(0.8);
}

.header .header-input {
    flex: 1;
    background: #F1F1F1;
    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: #969696;
    border: none;
    outline: none;
    background: none;
}

.header .header-input ._icon {
    width: 46px;
    height: 30px;
    background: #FB6898;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .header-input ._icon img {
    width: 22px;
    height: 22px;
}

.header-box {
    width: 100%;
    background: #ffe3ea;
    padding: 0 calc((100% - 1400px) / 2);
    display: flex;
}

.header-select {
    width: 203px;
    min-height: 526px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
}

.header-select .category-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-select .category-card-header {
    width: 100%;
    height: 50px;
    background: #FB6898;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    padding: 0 42px;
    box-sizing: border-box;
}

.header-select .header-icon {
    width: 18.64px;
    height: 18.64px;
    background: url(/statics/pc/img/item_icon0.png) no-repeat center;
    background-size: 100%;
    margin-right: 15px;
}

.header-select .header-title {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
}

.header-select .category-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-select .category-item {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 42px;
    cursor: pointer;
}

.header-select .category-item:hover {
    background-color: #F8F8F8;
}

.header-select .item-icon {
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.header-select .category-list .category-item:nth-of-type(1) .item-icon {
    background: url(/statics/pc/img/item_icon1.png) no-repeat center;
    background-size: 100%;
}

.header-select .category-list .category-item:nth-of-type(2) .item-icon {
    background: url(/statics/pc/img/item_icon2.png) no-repeat center;
    background-size: 100%;
}

.header-select .category-list .category-item:nth-of-type(3) .item-icon {
    background: url(/statics/pc/img/item_icon3.png) no-repeat center;
    background-size: 100%;
}

.header-select .category-list .category-item:nth-of-type(4) .item-icon {
    background: url(/statics/pc/img/item_icon4.png) no-repeat center;
    background-size: 100%;
}

.header-select .category-list .category-item:nth-of-type(5) .item-icon {
    background: url(/statics/pc/img/item_icon5.png) no-repeat center;
    background-size: 100%;
}

.header-select .category-list .category-item:nth-of-type(6) .item-icon {
    background: url(/statics/pc/img/item_icon6.png) no-repeat center;
    background-size: 100%;
}

.header-select .category-list .category-item:nth-of-type(7) .item-icon {
    background: url(/statics/pc/img/item_icon3.png) no-repeat center;
    background-size: 100%;
}

.header-select .category-list .category-item:nth-of-type(8) .item-icon {
    background: url(/statics/pc/img/item_icon8.png) no-repeat center;
    background-size: 100%;
}

.header-select .category-list .category-item:nth-of-type(9) .item-icon {
    background: url(/statics/pc/img/item_icon9.png) no-repeat center;
    background-size: 100%;
}

.header-select .category-list .category-item:nth-of-type(10) .item-icon {
    background: url(/statics/pc/img/item_icon10.png) no-repeat center;
    background-size: 100%;
}

.header-select .item-name {
    font-size: 16px;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 22px;
}

/* 为不同分类项设置不同的图标颜色 */
.header-select .category-item:nth-child(2) .item-icon {
    background: #FDAFAB;
}

.header-select .category-item:nth-child(3) .item-icon {
    background: #464646;
}

.header-select .category-item:nth-child(4) .item-icon {
    background: #444444;
}

.header-select .category-item:nth-child(5) .item-icon {
    background: #464646;
}

.header-select .category-item:nth-child(6) .item-icon {
    background: #434343;
}

.header-select .category-item:nth-child(7) .item-icon {
    background: #EE84A8;
}

.header-select .category-item:nth-child(8) .item-icon {
    background: #FDAFAB;
}

.header-select .category-item:nth-child(9) .item-icon {
    background: #EE84A8;
}

.header-select .category-item:nth-child(10) .item-icon {
    background: #444444;
}

.header-box-bottom {
    width: calc(100% - 203px);
    display: flex;
    flex-direction: column;
    align-items: center;

}

.header-box-bottom .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    width: 100%;
    background: #fff;
    border-radius: 0 10px 0 0;
}

.header-box-bottom .nav .nav-item {
    position: relative;
    font-size: 16px;
    color: #3D3D3D;
    margin: 0 10px;
    cursor: pointer;
}

.header-box-bottom .nav .nav-item.special {
    border-radius: 10px 10px 0px 0px;
    height: 100%;
    padding: 0 10px;
    background: #FB6898;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0;
}

.header-box-bottom .nav .nav-item.special i {
    width: 22px;
    height: 22px;
    background: url(/statics/pc/img/book_icon.png) no-repeat center;
    background-size: 100%;
    margin-top: 1px;
    margin-right: 10px;
}

.header-box-bottom .nav .nav-item.active {
    color: #FB6898;
}

.header-box-bottom .nav .nav-item:hover {
    color: #FB6898;
}

.header-box-bottom .nav .nav-item.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: #FB6898;
    border-radius: 3px;
}

.header-box-bottom .nav .nav-item.special:hover {
    color: #fff;
}

/* ------------页脚--------- */
.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%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer .footer-section {
    min-width: 210px;
    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;
    line-height: 25px;
    font-size: 13px;
    color: #777;
    display: flex;
    align-items: center;
}

/* ---------------首页------------ */
.index {
    width: 100%;
    background: #fff;
    padding-bottom: 60px;
}

.index-swiper {
    width: 100%;
}

.index-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    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-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: #FB6898;
}

.select-box .select-item:nth-last-of-type(1) {
    border-right: none;
}

.select-box .select-item.active {
    color: #FB6898;
}

/* 标题区域 */
.promo-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.highlight {
    color: #FB6898;
}

.promo-bars {
    display: flex;
    gap: 5px;
}

.promo-bar1 {
    width: 60px;
    height: 5px;
    background: #FB6898;
    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: 40px calc((100% - 1400px) / 2);
    background: url('/statics/pc/img/in-bg1.png') no-repeat center/cover;
    background-size: 100%;
}

.index-discount .cards-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

/* 单个卡片 */
.index-discount .card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 582px;
}

.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: #FB6898;
    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 {
    color: #595858;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 523px;
}

.index-discount .card-container:hover .card-title {
    color: #FB6898;
}

.index-discount .card-bar {
    width: 23px;
    height: 4px;
    background: #FB6898;
    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;
    gap: 16px;
}

.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/eye_icon.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/clock_icon.png) no-repeat center;
    background-size: 100%;
}

.index-discount .card-btn {
    width: 84px;
    margin-left: auto;
    background: #FB6898;
    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: 40px calc((100% - 1400px) / 2);
    background: url(/statics/pc/img/in-bg1.png) no-repeat center;
    background-size: cover;
}

.list-hos-card-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.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: 30px;
}

.index-doctor .doctor-box .doctor-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2%;
}

.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;
    gap: 25px;
}

.index-ask .side-card {
    width: 371px;
    background: transparent;
}

.index-ask .side-title {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
}

.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;
}

/* ----------------页码--------------- */
.pages {
    width: 100%;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pages>span {
    padding: 12px 16px;
    margin: 0 5px 5px 0;
    border: 1px solid #FB6898;
    background: #FB6898;
    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;
    line-height: 35px;
    color: #595858;
    margin: 0 auto;
}

.bread.list-bread {
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 35px;
}

.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 {
    flex: 1;
    font-size: 20px;
    color: #FB6898;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

/* ---------------列表页 优惠活动-------------- */
.list-discount {
    width: 100%;
    background: #F8F8F8;
    padding: 45px calc((100% - 1400px) / 2) 60px;
}

/* ---------------列表页 整形医院-------------- */
.list-hospital {
    width: 100%;
    background: #F8F8F8;
    padding: 45px calc((100% - 1400px) / 2) 60px;
}

/* ---------------列表页 整形医生-------------- */
.list-doctor {
    width: 100%;
    background: #F8F8F8;
    padding: 45px calc((100% - 1400px) / 2) 60px;
}

.list-doc-card-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2%;
}

/* ---------------列表页 整形资讯-------------- */
.list-info {
    width: 100%;
    background: #F8F8F8;
    padding: 45px calc((100% - 1400px) / 2) 60px;
}

.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 {
    display: flex;
    justify-content: space-between;
}

.special-item .event-desc {
    width: 626px;
    display: flex;
}

.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;
}

/* ---------------列表页 医美百科-------------- */
.list-ask {
    width: 100%;
    background: #F8F8F8;
    padding: 45px calc((100% - 1400px) / 2) 60px;
}

/* ---------------侧边相关推荐----------------- */
.sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.sidebar .card-container {
    width: 375px;
    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;
    gap: 10px;
}

.sidebar .icon-group {
    width: 21px;
    height: 19px;
}

.sidebar .icon-group.project {
    background: url(/statics/pc/img/side_pro.png) no-repeat center;
    background-size: 100%;
}

.sidebar .icon-group.news {
    width: 21px;
    height: 19px;
    background: url(/statics/pc/img/side_new.png) no-repeat center;
    background-size: 100%;
}

.sidebar .icon-group.ask {
    width: 21px;
    height: 19px;
    background: url(/statics/pc/img/side_ask.png) no-repeat center;
    background-size: 100%;
}

.sidebar .see-more-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #FB6898;
    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;
}

.sidebar .tag:hover {
    background: #FB6898;
    color: #FFFFFF;
}

.sidebar .tag-purple {
    background: #FB6898;
    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;
}

.sidebar .card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 2px 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-item:hover .card-desc {
    color: #FB6898;
}

.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/clock_icon.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: url(/statics/pc/img/side_ask2.png) no-repeat center;
    background-size: 100%;
    margin-right: 6px;
}

.card-list .qa-title {
    font-size: 14px;
    color: #3D3D3D;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    flex: 1;
    padding-right: 30px;
    position: relative;
}

.card-list .qa-card-container:hover .qa-title {
    color: #FB6898;
}

.card-list .qa-title i {
    position: absolute;
    top: 3px;
    right: 0;
    width: 9px;
    height: 15px;
    background: url(/statics/pc/img/side_arrow.png) no-repeat center;
    background-size: 100%;
}

.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;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.card-list .qa-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 11px;
    color: #B5BCC6;
    padding: 0 15px 10px;
}

.card-list .qa-meta-clock {
    width: 10px;
    height: 10px;
    background: url(/statics/pc/img/clock_icon.png) no-repeat center;
    background-size: 100%;
    border-radius: 50%;
    position: relative;
    margin-right: 5px;
    margin-top: 2px;
}

.card-list .qa-meta-eye {
    width: 10px;
    height: 10px;
    background: url(/statics/pc/img/eye_icon.png) no-repeat center;
    background-size: 100%;
    position: relative;
    margin-left: 15px;
    margin-top: 2px;
}

.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;
    min-height: 256px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sidebar .card-list2 .img-bg {
    width: 281px;
    height: 159px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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;
    width: 195px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .card-list2 .appointment-card:hover .title {
    color: #FB6898;
}

.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/eye_icon.png');
}

.sidebar .card-list2 .stat-text {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}

.sidebar .card-list2 .btn {
    padding: 2px 5px;
    background: #FB6898;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin-left: auto;
}

/* -------------------美容技巧--------------- */
.tech-box {
    width: 100%;
    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%;
    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: #FB6898;
}

.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 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.tech-item .tech-icon {
    width: 13px;
    height: 13px;
    background: url(/statics/pc/img/clock_icon.png) no-repeat center;
    background-size: 100%;
}

.tech-item .icon-margin {
    margin-top: 3px;
}

.tech-item .tech-eye {
    width: 15px;
    height: 15px;
    background: url(/statics/pc/img/eye_icon.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
}

.tech-item .tech-num {
    font-size: 14px;
    color: #696969;
}

.tech-item .tech-btn {
    background: #FB6898;
    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;
}

.tech-item:hover .tech-btn {
    background: #FB9B28;
    color: #fff;
}

/* ---------------- 整形问答 ----------------- */
.list-baike {
    width: 100%;
    background: #F8F8F8;
    padding: 45px calc((100% - 1400px) / 2) 60px;
}

.list-baike .baike-box {
    width: 100%;
    background: none;
    border-radius: 10px;
    margin-top: 30px;
    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;
    background: #FFFFFF;
    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: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #4F4F4F;
    z-index: 2;
}

.list-baike .highlight {
    color: #FB6898;
}

.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;
    cursor: pointer;
}

.list-baike .card-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #3D3D3D;
    margin-bottom: 20px;
}

.list-baike .project-item:hover .card-title {
    color: #FB6898;
}

.list-baike .card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
}

.list-baike .card-price {
    flex: 1;
    font-size: 18px;
    font-weight: bold;
    color: #A0A1A1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.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 {
    margin-top: 1px;
    width: 17px;
    height: 17px;
    background: url(/statics/pc/img/xiangmu_icon.png) no-repeat center;
    background-size: 100%;
}

/* -------------- 内容页-优惠活动 ---------------- */
.show-discount {
    width: 100%;
    background: #F8F8F8;
    padding: 45px calc((100% - 1400px) / 2) 60px;
}

.show-discount-content {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-top: 20px;
}

.show-discount .article-container {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 40px;
}

.show-discount .article-header {
    padding: 18px 45px;
    text-align: center;
    border-radius: 20px 20px 0 0;
    background: #FFFFFF;
}

.show-discount .article-title {
    font-size: 25px;
    color: #FB6898;
    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 .meta-icon {
    width: 12px;
    height: 12px;
    background-color: #AFAFAF;
}

.show-discount .clock-icon {
    background: url(/statics/pc/img/clock_icon.png) no-repeat center;
    background-size: 100%;
}

.show-discount .user-icon {
    background: url(/statics/pc/img/user_icon.png) no-repeat center;
    background-size: 100%;
}

.show-discount .article-content {
    background: #FFFFFF;
    padding: 0 45px;
}

.show-discount .article-section {
    font-size: 16px;
    color: #737373;
    line-height: 28px;
    margin: 20px 0;
    white-space: pre-line;
}

.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: #FB6898;
    position: absolute;
    left: 0;
    top: 5px;
}

.show-discount .remind-title {
    font-size: 20px;
    color: #FB6898;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 15px;
}

.show-discount .article-footer {
    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;
    padding-bottom: 25px;
    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: #FB6898;
}

.show-discount .article-tags {
    display: flex;
    gap: 12px;
}

.show-hospital {
    width: 100%;
    margin: 0 auto;
    padding: 45px calc((100% - 1400px) / 2);
    min-width: 1400px;
    background: #F8F8F8;
}

.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: #FB6898;
    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 60px 0;
}

.show-hospital-intro .content-block {
    width: 100%;
    padding: 0 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.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 2%;
    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;
    background-size: cover;
    background-position: center;
    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;
    margin-bottom: 20px;
}

.show-hospital-intro .info-card:hover .info-title {
    color: #FB6898;
}

.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: 3;
}

.show-hospital-intro .info-meta {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: auto;
}

.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-eye {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* 关键：让背景图片居中 */
    margin-right: 5px;
    background-image: url('/statics/pc/img/eye_icon.png');
}

.show-hospital-intro .info-icon {
    width: 15px;
    height: 15px;
    margin-top: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* 关键：让背景图片居中 */
    margin-right: 5px;
    background-image: url('/statics/pc/img/clock_icon.png');
}

.show-hospital-intro .info-stat {
    font-size: 14px;
    color: #A7A4A4;
}

.show-hospital-intro .info-btn {
    width: 97px;
    height: 37px;
    background: #FB6898;
    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-section form {
    width: 100%;
    display: flex;
    align-items: center;
}

.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: #FB6898;
    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: 30px;
}

/* 评分区块 */
.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 #D8D8D8;
    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%;
    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: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: #FFFFFF;
}

.show-hospital-intro .avatar {
    width: 100%;
    padding-top: 77%;
    background: #F9F9F9;
    position: relative;
}

.show-hospital-intro .avatar img {
    width: 50%;
    height: 66%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -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;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.show-hospital-intro .doctor-card:hover .doctor-name {
    color: #FB6898;
}

.show-hospital-intro .doctor-role {
    font-size: 12.42px;
    font-weight: 500;
    color: #FB6898;
    line-height: 19.41px;
}

.show-hospital-intro .hospital {
    font-size: 12px;
    font-weight: 500;
    color: #555555;
    line-height: 19.41px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    text-align: center;
}

.show-hospital-intro .detail-btn-shell {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.show-hospital-intro .detail-btn {
    padding: 3px 23px;
    background: #FB6898;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 8px;
}

.show-hospital-intro .detail-btn.blue {
    background: #5196F3;
}

/* ------------------详情页-医生---------------- */
.show-doctor-card {
    width: 100%;
    min-width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-doctor-card .doctor-card {
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    padding: 35px 50px;
}

.show-doctor-card .card-img {
    width: 267.66px;
    height: 231.07px;
    border-radius: 10px;
    margin-right: 42px;
}

.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: #FB6898;
    border-radius: 100px;
}

.show-doctor-card .cert-icon {
    width: 56px;
    height: 21px;
    background: url('/statics/pc/img/icon_rz.png') no-repeat;
    background-size: 100%;
    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: #FB6898;
    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 {
    display: flex;
    margin-top: auto;
}

.show-doctor-card .project-label {
    font-size: 16px;
    font-weight: bold;
    color: #3D3D3D;
    width: 82px;
}

.show-doctor-card .project-list {
    font-size: 16px;
    color: #818181;
    line-height: 28px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

/* ---------------文章详情页------------- */
.show-ency {
    width: 100%;
    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;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    padding: 0 44px;
    box-sizing: border-box;
}

.show-ency .ency-header-title {
    font-size: 25px;
    font-weight: 900;
    color: #FB6898;
    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: #FB6898;
    line-height: 28px;
    margin-bottom: 15px;
}

.show-ency .section-line {
    width: 100%;
    height: 0.5px;
    background: #FB6898;
    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: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 2%;
}

.show-ency .param {
    width: 32%;
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.in-title-container {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 25px;
}

.in-title-left {
    position: relative;
}

.in-title-left ._text {
    color: #4F4F4F;
    font-size: 30px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
}

.in-title-left ._text span {
    color: #FB6898;
}

.in-title-left ._text i {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    margin-top: 5px;
}

.in-title-left.discount ._text i {
    background: url(/statics/pc/img/idnex_icon1.png) no-repeat center;
    background-size: 100%;
}

.in-title-left.hospital ._text i {
    background: url(/statics/pc/img/idnex_icon2.png) no-repeat center;
    background-size: 100%;
}

.in-title-left.doctor ._text i {
    background: url(/statics/pc/img/idnex_icon3.png) no-repeat center;
    background-size: 100%;
}

.in-title-left.info ._text i {
    background: url(/statics/pc/img/idnex_icon4.png) no-repeat center;
    background-size: 100%;
}

.in-title-left.ask ._text i {
    background: url(/statics/pc/img/idnex_icon5.png) no-repeat center;
    background-size: 100%;
}

.in-title-left::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 17px;
    background: #EEEEEE;
    border-radius: 20px 20px 0 0;
}

.in-title-line {
    width: 3px;
    height: 30px;
    background: #D8D8D8;
}

.in-title-box {
    width: 928px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FB6898;
    border-radius: 5px 5px 0 0;
}

.in-title-box2 {
    width: calc(100% - 170px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.in-title-item {
    color: #fff;
    font-size: 20px;
    border-right: 1px solid #fff;
    padding: 0 20px;
    margin: 5px 0;
    line-height: 20px;
    cursor: pointer;
}

.in-title-item:nth-last-of-type(1) {
    border-right: none;
}

.in-title-more {
    color: #fff;
    font-size: 20px;
    padding: 0 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.in-title-more i {
    display: block;
    width: 10px;
    height: 16px;
    margin-left: 7px;
    margin-top: 1px;
    position: relative;
}

.in-title-more i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
}

.in-di-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.in-di-item-container {
    width: 19.33%;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.in-di-item-container:nth-of-type(4) {
    width: 36%;
}

.in-di-item-container:nth-of-type(4) .in-di-item-img-bg {
    padding-top: 55%;
}

.in-di-item-container:nth-of-type(4) .in-di-item-title {
    margin: 5px 0;
}

.in-di-item-container:nth-of-type(4) .in-di-item-content ._left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.in-di-item-img-bg {
    width: 100%;
    padding-top: 83%;
    border-radius: 5px 5px 0 0;
}

.in-di-item-title {
    color: #333333;
    margin: 15px 0 20px;
    padding: 0 15px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.in-di-item-container:hover .in-di-item-title {
    color: #FB6898
}

.in-di-item-content {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 15px 15px;
    justify-content: space-between;
    margin-top: auto;
}

.in-di-item-watch {
    color: #838383;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.in-di-item-watch span {
    color: #EA6FA4;
}

.in-di-item-watch i {
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 5px;
    margin-top: 1px;
    background: url(/statics/pc/img/eye_icon.png) no-repeat center;
    background-size: 100%;
}

.in-di-item-date {
    color: #838383;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.in-di-item-date i {
    width: 11px;
    height: 13px;
    background: url(/statics/pc/img/clock_icon.png) no-repeat center;
    background-size: 100%;
    display: block;
    margin-right: 6px;
    margin-top: 1px;
    margin-left: 1px;
}

.in-di-item-action-btn {
    width: 84px;
    background: #FB6898;
    color: #FFFFFF;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-align: center;
    line-height: 23px;
}

.in-di-box2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
}

.indi-line-event-card {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    display: flex;
    padding: 9px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.indi-line-event-img {
    width: 156px;
    height: 150px;
    border-radius: 5px;
    margin-right: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indi-line-event-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.indi-line-event-info {
    padding: 10px 0;
}

.indi-line-event-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    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;
}

.indi-line-event-card:hover .indi-line-event-title {
    color: #FB6898;
}

.indi-line-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;
}

.indi-line-event-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
}

.indi-line-event-meta {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    border-bottom: 1px solid #E6E9EC;
}

.indi-line-event-watch,
.indi-line-event-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    color: #838383;
}

.indi-line-event-watch i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 13px;
    height: 13px;
    background: url(/statics/pc/img/eye_icon.png) no-repeat center;
    background-size: 100%;
}

.indi-line-event-date i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: url(/statics/pc/img/clock_icon.png) no-repeat center;
    background-size: 100%;
}

.indi-line-event-btn {
    background: #FB6898;
    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: 100px;
}

.in-hos-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.in-hos-box .hospital-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
}

.in-hos-container {
    width: 23.5%;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}

.home-zx {
    width: 100% !important;
}

.home-zx .in-zixun-box-item1 {
    justify-content: flex-start;
}

.home-zx .in-zixun-item1-content {
    flex: 1;
    width: fit-content;
}

.in-hos-address-text {
    max-width: 100%;
    color: #696969;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.in-hos-bg-img {
    width: 100%;
    padding-top: 66.66%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.in-hos-bg-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.in-hos-footer-bar {
    width: 100%;
    height: 45px;
    background: rgba(55, 55, 55, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    border-radius: 0 0 5px 5px;
    z-index: 2;
}

.in-hos-footer-title {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-left: 30px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in-hos-footer-link {
    position: absolute;
    bottom: 11px;
    right: 25px;
    color: #FFFFFF;
    line-height: 22px;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
}

.in-hos-footer-link i {
    display: block;
    width: 6px;
    height: 11px;
    margin-left: 20px;
    background: #FFFFFF;
}

.in-hos-container:hover .in-hos-container2 {
    display: flex;
}

.in-hos-container:hover .in-hos-footer-bar {
    display: none;
}

.in-hos-container2 {
    width: 100%;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 3;
    display: none;
    flex-direction: column;
    padding: 15px 35px;
}

.list-in-hos-container2 {
    padding: 10px 20px;
}

.in-hos-container2-box {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    gap: 5px;
}

.in-hos-container2-box div {
    font-size: 14px;
    background: #FB6898;
    padding: 3px 5px;
    color: #fff;
    border-radius: 5px;
}

.in-hos-main-title {
    max-width: 100%;
    color: #3D3D3D;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in-doc-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;
}

.in-doc-card-top {
    width: 100%;
    position: relative;
    padding-top: 77%;
    background: #F9F9F9;
}

.in-doc-doctor-avatar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 158px;
    height: 158px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.in-doc-doctor-avatar img {
    min-width: 100%;
    min-height: 100%;
}

.in-doc-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.in-doc-doctor-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.in-doc-doctor-name {
    color: #595858;
    font-size: 19px;
    font-weight: 800;
    margin: 0;
}

.in-doc-doctor-card:hover .in-doc-doctor-name {
    color: #FB6898;
}

.in-doc-doctor-title {
    color: #FB6898;
    font-size: 16px;
    font-weight: 500;
    margin-left: 8px;
}

.in-doc-doctor-hospital {
    height: 20px;
    color: #555555;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.in-doc-doctor-detail {
    color: #868686;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.in-doc-doctor-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}

.in-doc-doctor-btn .in-doc-check {
    width: 50%;
    height: 30px;
    background: #FB6898;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.in-doc-doctor-btn .in-doc-book {
    width: 50%;
    height: 30px;
    background: #5196F3;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.in-zixun-select-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 30px;
}

.in-zixun-side-menu {
    width: 371px;
    display: flex;
    flex-direction: column;
}

.in-zixun-menu-item {
    background: #fff;
    margin-bottom: 1px;
    padding: 25px 0;
    color: #767676;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
}

.in-zixun-menu-item.in-zixun-active {
    background: #FB6898;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
}

.in-zixun-menu-item:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background: #F7F7F7;
}

.in-zixun-ask-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.in-zixun-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;
}

.in-zixun-event-card:hover {
    background: #FAFAFA;
}

.in-zixun-event-img {
    width: 207px;
    height: 180px;
    border-radius: 10px;
    margin-right: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.in-zixun-event-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.in-zixun-event-info {
    flex: 1;
    padding: 10px 0;
}

.in-zixun-event-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in-zixun-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;
}

.in-zixun-event-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.in-zixun-event-meta {
    display: flex;
    align-items: center;
    gap: 40px;
}

.in-zixun-watch-text {
    color: #EA6FA4;
}

.in-zixun-event-watch,
.in-zixun-event-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    color: #838383;
}

.in-zixun-event-watch i {
    position: absolute;
    left: 0;
    top: 6px;
    width: 13px;
    height: 10px;
    background: url(/statics/pc/img/eye_icon.png) no-repeat center;
    background-size: 100%;
}

.in-zixun-event-date i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: url(/statics/pc/img/clock_icon.png) no-repeat center;
    background-size: 100%;
}

.in-zixun-event-btn {
    background: #FB6898;
    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;
}

.list-di-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
}

.list-di-left {
    flex: 1;
}

.list-di-ask-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
}

.list-di-event-card {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border-bottom: 1px dashed #CDCDCD;
    display: flex;
    padding: 45px;
}

.list-di-event-card:nth-last-of-type(1) {
    border: none;
}

.list-di-event-img {
    width: 231px;
    height: 159px;
    border-radius: 5px;
    margin-right: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-di-event-img-alter {
    width: 207px;
    height: 180px;
    border-radius: 5px;
    margin-right: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-di-event-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.list-di-event-info {
    flex: 1;
}

.list-di-event-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.list-di-event-card:hover .list-di-event-title {
    color: #FB6898;
}

.list-di-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;
}

.list-di-event-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-di-event-meta {
    display: flex;
    align-items: center;
    gap: 40px;
}

.list-di-event-watch,
.list-di-event-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    color: #838383;
    padding-left: 20px;
}

.list-di-event-watch i {
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url(/statics/pc/img/eye_icon.png) no-repeat center;
    background-size: 100%;
}

.list-di-event-watch span {
    color: #FB6898;
}


.list-di-highlight {
    color: #FB6898;
}

.list-di-event-date i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: url(/statics/pc/img/clock_icon.png) no-repeat center;
    background-size: 100%;
}

.list-di-event-btn {
    background: #FB6898;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 基础卡片样式 */
.list-special-event-card {
    width: 100%;
    border-radius: 5px;
    display: flex;
}

.list-special-event-card:hover {
    background: #FAFAFA;
}

.list-special-event-img {
    width: 295px;
    height: 211px;
    border-radius: 5px;
    margin-right: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-special-event-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    padding: 25px 10px;
}

.list-special-event-title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    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;
    position: relative;
    padding-right: 30px;
}

.list-special-event-card:hover .list-special-event-title {
    color: #FB6898;
}

.list-special-event-icon {
    position: absolute;
    width: 20px;
    height: 30px;
    top: 0;
    right: 0;
    background: url(/statics/pc/img/icon_hot.png) no-repeat center;
    background-size: 100%;
}

.list-special-event-desc-shell {
    display: flex;
    justify-content: space-between;
}

.list-special-event-desc {
    flex: 1;
    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;
}

.list-special-event-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.list-special-event-meta {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 15px;
    border-top: 1px solid #E6E9EC;
}

.list-special-event-watch,
.list-special-event-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    color: #838383;
}

.list-special-watch-icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 13px;
    height: 10px;
    background: url(/statics/pc/img/eye_icon.png) no-repeat center;
    background-size: 100%;
}

.list-special-date-icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: url(/statics/pc/img/clock_icon.png) no-repeat center;
    background-size: 100%;
}

.list-special-event-btn {
    background: #FB6898;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 65px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-special-btn-text {
    display: inline-block;
}

.list-special-watch-text .list-special-highlight {
    color: #FB6898;
    font-weight: bold;
}

.list-special-date-text {
    color: #838383;
}

/* 主卡片样式 */
.in-as-main-card {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 20px;
}

/* 左侧区域 */
.in-as-card-left {
    flex: 1;
    padding-right: 20px;
}

.in-as-card-left-head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
    padding-left: 20px;
}

.in-as-main-title {
    color: #3D3D3D;
    font-size: 25px;
    font-weight: 500;
}

.in-as-main-stat {
    font-size: 20px;
    line-height: 37px;
}

/* 颜色类 */
.in-as-gray {
    color: #B3B3B3;
}

.in-as-black {
    color: #3D3D3D;
}

.in-as-purple {
    color: #FB6898;
}

.in-as-black2 {
    color: #3D3D3D;
}

/* 输入区域 */
.in-as-input-group {
    display: flex;
    align-items: center;
}

.in-as-main-input-bg {
    flex: 1;
    background: #FAFAFA;
    border-radius: 5px;
    padding: 10px 20px;
    margin-right: 15px;
}

.in-as-main-input {
    width: 100%;
    color: #B3B3B3;
    font-size: 20px;
    background: transparent;
    border: none;
    outline: none;
}

.in-as-main-btn {
    background: #FB6898;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    padding: 5px 30px;
    cursor: pointer;
}

/* 分隔线 */
.in-as-divider {
    width: 3px;
    background: #F4F4F4;
    margin: 0 20px;
}

/* 右侧区域 */
.in-as-card-right {
    flex: 1;
    padding-left: 20px;
}

.in-as-main-news {
    color: #3D3D3D;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}

.in-as-news-icon {
    position: absolute;
    left: 0;
    top: 10px;
    background: url(/statics/pc/img/icon_ask.png) no-repeat center;
    background-size: 100%;
    width: 20px;
    height: 20px;
}

.in-as-news-item {
    display: flex;
    margin-bottom: 5px;
    padding-left: 35px;
    position: relative;
}

.in-as-news-tag {
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    background: #FDBB7C;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
}

.in-as-news-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
}

.in-as-news-desc {
    flex: 1;
    color: #3D3D3D;
    font-size: 20px;
    width: 301px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.in-as-news-reply {
    color: #FB6898;
    font-size: 20px;
    margin: 0;
}

.margin-top1 {
    margin-top: 25px;
}

.margin-left {
    margin-left: 30px;
}

/* 容器样式 */
.sh-hos-card-container {
    width: 100%;
    min-width: 1400px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px 60px;
}

.sh-hos-card-content {
    display: flex;
    gap: 40px;
}

.sh-hos-card-picture {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
}

/* 图片区域 */
.sh-hos-card-image {
    width: 100%;
    padding-top: 56%;
    border-radius: 10px;
}

/* 信息区域 */
.sh-hos-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* 头部信息 */
.sh-hos-card-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.sh-hos-card-title {
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    color: #3D3D3D;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.sh-hos-card-tag {
    width: 37px;
    height: 21px;
    background: #EA6FA4;
    border-radius: 3px;
    color: #FFFFFF;
    text-align: center;
    line-height: 21px;
    margin-right: 10px;
}

.sh-hos-card-org-name {
    flex: 1;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

/* 分割线 */
.sh-hos-card-divider {
    height: 1px;
    background: #D8D8D8;
    margin: 15px 0;
}

.sh-hos-card-detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sh-hos-card-service-icon {
    width: 16px;
    height: 16px;
    background: url(/statics/pc/img/hos_icon1.png) no-repeat center;
    background-size: 100%;
    margin-right: 10px;
}

.sh-hos-card-license {
    flex: 1;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.sh-hos-card-phone-icon {
    width: 12px;
    height: 13px;
    background: url(/statics/pc/img/hos_icon2.png) no-repeat center;
    background-size: 100%;
    margin: 0 10px 0 3px;
}

.sh-hos-card-phone {
    flex: 1;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

/* 服务区域 */
.sh-hos-card-services {
    margin-top: auto;
}

.sh-hos-card-service-header {
    margin-bottom: -10px;
}

.sh-hos-card-service-bar {
    display: inline-block;
    background: #FB6898;
    border-radius: 0 10px 10px 0;
    color: #FFFFFF;
    padding: 0px 10px;
}

.sh-hos-card-service-box {
    background: #F6F6F6;
    border-radius: 10px;
    padding: 20px;
}

.sh-hos-card-service-list {
    color: #A4A4A4;
}

.sh-hos-swiper-shell {
    position: relative;
}

.sh-hos-swiper-shell .swiper-button-next,
.sh-hos-swiper-shell .swiper-button-prev {
    position: absolute;
    top: 50%;
}

.sh-hos-swiper-shell .swiper-button-next::after,
.sh-hos-swiper-shell .swiper-button-prev::after {
    position: absolute;
    top: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #FB6898;
    transform: translateY(-50%);
}

.sh-hos-swiper-shell .swiper-button-next {
    right: -35px;
}

.sh-hos-swiper-shell .swiper-button-prev {
    left: -35px;
}

.sh-hos-swiper-shell .swiper-button-next::after {
    content: "next";
}

.sh-hos-swiper-shell .swiper-button-prev::after {
    content: "prev";
}

.sh-hos-swiper {
    width: 532px;
    height: 115px;
}

.sh-hos-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sh-hos-swiper .swiper-slide img {
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------------------------------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;
}

.all_100img {
    width: 100%;
    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%;
}

.yy_a {
    display: flex;
    padding: 40px 0 30px 30px;
    border-bottom: 1px solid rgba(114, 119, 122, 0.2);
    width: 100%;
    transition: all 0.3s;
}

.yy_a:nth-of-type(1) {
    padding-top: 0;
}

.yy_imgs {
    width: 350px;
    height: 234px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.yy_box {
    flex: 1;
    margin: 0 20px 0 30px;
    display: flex;
    flex-direction: column;
    padding: 5px 0;
}

.yy_doc {
    margin-right: 20px;
}

.yy_tit {
    color: #090A0A;
    font-size: 20px;
}

/* 项目 */
.yy_objs {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 15px;
    height: 82px;
    overflow: hidden;
}

.yy_objs>div {
    border: 1px solid #FB6898;
    padding: 5px;
    color: #FB6898;
    font-size: 16px;
}

.yy_add {
    margin-top: auto;
    color: #404446;
    font-size: 16px;
    display: flex;
}

.yy_add.address {
    position: relative;
    padding-left: 23px;
}

.yy_add.address img {
    position: absolute;
    top: 0;
    left: 0px;
    width: 16px;
    height: 21px;
    margin-right: 5px;
}

/* hover */
.list_hos_nav {
    display: flex;
    justify-content: space-around;
}

.list_hos_nav div {
    width: 120px;
    height: 50px;
    font-size: 22px;
    color: #6C7072;
    text-align: center;
    display: table;
    padding: 0 60px 0 50px
}

.list_hos_nav a {
    display: table-cell;
    vertical-align: middle;
    border-radius: 10px;
}

.yy_a:hover {
    background: #F5F7FA;
    transform: scale(0.95);
}

.list_hos_notfound {
    text-align: center;
    font-size: 20px;
    color: #FD84AB;
    padding: 30px 0 10px;
}

.webkit-box {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.padding-top0 {
    padding-top: 0;
}