/* ------------公共------------ */
* {
    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 {
    width: 100%;
    min-width: 1400px;
}

.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 {
    color: #808080;
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
}

.header .header-bg {
    width: 100%;
    height: 145px;
    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: 220px;
}

.header-nav {
    width: 100%;
    padding: 0 calc((100% - 1400px) / 2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #AEA1FB;
}

.header-nav ._text {
    font-size: 12px;
    color: #4F4F4F;
    margin-left: 35px;
}

.header-nav .nav-item {
    line-height: 44px;
    color: #fff;
    background: none;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 20px;
    cursor: pointer;
}


.header-nav .nav-item:hover {
    background: #8879E5;
}

.header-nav .nav-item.active {
    background: #8879E5;
}

.header .header-input {
    width: 770px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    background: #F4F3FF;
    border: 1px solid #AEA1FB;
}

.header .header-input input {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    font-size: 16px;
    color: #969696;
    border: none;
    outline: none;
    background: none;
}

.header .header-input ._icon {
    width: 120px;
    height: 35px;
    background: #AEA1FB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 20px;
    cursor: pointer;
}

.header .header-input ._icon ._text {
    font-size: 20px;
    color: #fff;
}

.header .header-input ._icon img {
    width: 19px;
    height: 19px;
    margin-right: 6px;
    margin-top: 2px;
}

.header-phone {
    font-size: 20px;
    color: #FB9F29;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.header-phone i {
    display: block;
    width: 35px;
    height: 35px;
    background: url(/statics/pc/img/head_phone.png) no-repeat center;
    background-size: 100%;
    margin-right: 5px;
}

.header-box {
    width: 100%;
    background: #F6E9E1;
    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%;
    min-height: 526px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-select .category-card-header {
    width: 100%;
    height: 50.5px;
    background: #8879E5;
    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: #FFFFFF;
    margin-right: 15px;
}

.header-select .header-title {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
}

.header-select .category-list {
    padding: 20px 0;
}

.header-select .category-item {
    display: flex;
    align-items: center;
    padding: 10px 42px;
    cursor: pointer;
}

.header-select .category-item:hover {
    background-color: #F8F8F8;
}

.header-select .item-icon {
    width: 16px;
    height: 16px;
    background: #474747;
    margin-right: 15px;
}

.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;
}

.header-box-bottom .nav .nav-item.special {
    border-radius: 10px 10px 0px 0px;
    height: 100%;
    padding: 0 10px;
    background: #8879E5;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0;
}

.header-box-bottom .nav .nav-item.special i {
    width: 22px;
    height: 22px;
    background: #fff;
    margin-top: 1px;
    margin-right: 10px;
}

.header-box-bottom .nav .nav-item.active {
    color: #8879E5;
}

.header-box-bottom .nav .nav-item:hover {
    color: #8879E5;
}

.header-box-bottom .nav .nav-item.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: #8879E5;
    border-radius: 3px;
}

/* ------------页脚--------- */
/* Container */
.footer-container {
    width: 100%;
    min-width: 1400px;
    padding: 70px calc((100% - 1400px) / 2) 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background: #6B6B6B;
    gap: 60px;
}

.footer-logo-img {
    padding-right: 60px;
    border-right: 1px dashed #C4C4C4;
}

.footer-logo-img img {
    width: 121px;
}

.footer-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.footer-beian {
    color: #fff;
    white-space: nowrap;
}

.footer-sitemap {
    color: #fff;
    white-space: nowrap;
}

.footer-shengming {
    color: #fff;
    line-height: 1.8;
    letter-spacing: 1px;
}

.hospital-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 2%;
    margin-bottom: 20px;
}

.index-swiper-shell {
    width: 100%;
    min-width: 1400px;
    background: #F8F4FC;
    position: relative;
}

.index-swiper {
    width: 100%;
    height: 100%;
}

.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-shell .swiper-button-next,
.index-swiper-shell .swiper-button-prev {
    width: 52px;
    height: 52px;
}

.index-swiper-shell .swiper-button-prev {
    background: url(/statics/pc/img/swiper_prev.png) no-repeat center;
    background-size: 100%;
    left: calc((100% - 1200px) / 4);
}

.index-swiper-shell .swiper-button-next {
    background: url(/statics/pc/img/swiper_next.png) no-repeat center;
    background-size: 100%;
    right: calc((100% - 1200px) / 4);
}

.index-swiper-shell .swiper-button-next::after,
.index-swiper-shell .swiper-button-prev::after {
    display: none;
}

/* ---------------首页------------ */
.index {
    width: 100%;
    min-width: 1400px;
    background: #fff;
}

.index-swiper {
    width: 100%;
    height: 100%;
}

.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;
}

.in-zixun-box {
    width: 100%;
    display: flex;
    background: #fff;
}

.in-zixun-box-left {
    flex: 1;
    border: 1px solid #AEA1FB;
    padding: 0 15px;
}

.in-zixun-box-item1 {
    width: 100%;
    padding: 20px 0;
    border-bottom: 2px dashed #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.in-zixun-item1-img {
    width: 210px;
    height: 140px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.in-zixun-item1-content {
    flex: 1;
}

.in-zixun-item1-title {
    font-size: 18px;
    color: #3D3D3D;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    padding-left: 40px;
}

.in-zixun-box-item1:hover .in-zixun-item1-title {
    color: #8D80DC;
}

.in-zixun-item1-title ._new {
    position: absolute;
    top: 2px;
    left: 12px;
    width: 21px;
    background: #F86061;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}

.in-zixun-item1-text {
    font-size: 14px;
    color: #676767;
    margin: 16px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    padding-left: 40px;
}

.in-zixun-item1-time {
    font-size: 12px;
    color: #676767;
    padding-left: 40px;
}

.in-zixun-box-item2 {
    width: 100%;
    padding: 20px 15px;
    border-bottom: 2px dashed #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.in-zixun-box-item2:nth-last-of-type(1) {
    border-bottom: none
}

.in-zixun-item2-new {
    width: 21px;
    background: #F86061;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}

.in-zixun-item2-title {
    flex: 1;
    padding-left: 8px;
    font-size: 16px;
    color: #3D3D3D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in-zixun-box-item2:hover .in-zixun-item2-title {
    color: #8D80DC;
}

.in-zixun-item2-time {
    width: 120px;
    font-size: 12px;
    color: #676767;
}

.in-zixun-box-right {
    width: 130px;
    cursor: pointer;
}

.in-zixun-swiper-shell {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    background: #AEA1FB;
}

.in-zixun-swiper-shell .swiper-button-next-space {
    width: 50px;
    height: 50px;
    background: none;
}

.in-zixun-swiper-shell .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #8D80DC;
    right: 0;
    top: 22px;
}

.in-zixun-swiper-shell .swiper-button-next::after {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.in-zixun-swiper {
    width: calc(100% - 50px);
    height: 50px;
    background: none;
}

.in-zixun-swiper .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    background: none;
    cursor: pointer;
}

.in-zixun-swiper .swiper-slide:nth-of-type(1) ._text {
    border-left: none;
}

.in-zixun-swiper .swiper-slide ._text {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    border-left: 1px solid #D8D8D8;
    color: #FFFFFF;
}

.in-zixun-swiper .swiper-slide-active {
    background: #F6B774;
}

.in-zixun-swiper .swiper-slide-active ._text {
    border-left: none;
}

.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: #8879E5;
}

.select-box .select-item:nth-last-of-type(1) {
    border-right: none;
}

.select-box .select-item.active {
    color: #8879E5;
}

/* 标题区域 */
.highlight {
    color: #8879E5;
}

.promo-bars {
    display: flex;
    gap: 5px;
}

.promo-bar1 {
    width: 60px;
    height: 5px;
    background: #8879E5;
    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;
    padding: 100px calc((100% - 1400px) / 2);
    background: #fff;
}

.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: #8879E5;
    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: #8879E5;
}

.index-discount .card-bar {
    width: 23px;
    height: 4px;
    background: #8879E5;
    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-img1,
.index-discount .card-img2 {
    width: 282px;
    height: 234px;
    background: url('/statics/pc/img/text1.png') no-repeat center/cover;
    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/eye_icon1.png) no-repeat center;
    background-size: 100%;
}

.index-discount .card-btn {
    width: 84px;
    margin-left: auto;
    background: #8879E5;
    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: 100px calc((100% - 1400px) / 2) 60px;
    background: #F8F4FC;
}

.list-hos-card-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 1.25%;
    border: 1px solid #AEA1FB;
    padding: 30px;
}

.index-doctor {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
    padding: 100px calc((100% - 1400px) / 2) 60px;
    background: #fff;
}

.index-doctor .doctor-box {
    width: 100%;
}

.index-doctor .doctor-group {
    width: 100%;
    display: flex;
    align-items: self-end;
    gap: 20px 1.5%;
}

.in-doc-doctor-card {
    width: 12.5%;
    height: 200px;
    display: flex;
    position: relative;
}

.in-doc-doctor-card-img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.in-doc-doctor-card-img img {
    min-width: 100%;
    min-height: 100%;
}

.in-doc-doctor-card.active {
    width: 30%;
    height: 480px;
}

.in-doc-doctor-card-box {
    width: 500px;
    display: none;
    position: absolute;
    right: -500px;
    top: 0;
    flex-direction: column;
    align-items: flex-start;
    background: #F7F7F7;
    padding: 20px 25px;
}

.in-doc-doctor-card:nth-of-type(n + 4) .in-doc-doctor-card-box {
    left: -500px;
}

.in-doc-doctor-card.active .in-doc-doctor-card-box {
    display: flex;
}

.in-doc-doctor-card-name {
    font-size: 24px;
    color: #3D3D3D;
}

.in-doc-doctor-card-name span {
    font-size: 16px;
    color: #797979;
}

.in-doc-doctor-card-line {
    width: 260px;
    height: 2px;
    border-bottom: 2px dashed #D8D8D8;
    margin: 15px 0;
}

.in-doc-doctor-card-other {
    display: flex;
    align-items: center;
}

.in-doc-doctor-card-other div:nth-of-type(1) {
    font-size: 16px;
    color: #3D3D3D;
}

.in-doc-doctor-card-other div:nth-of-type(1) span {
    color: #8879E5;
}

.in-doc-doctor-card-other div:nth-of-type(2) {
    font-size: 16px;
    color: #3D3D3D;
}

.in-doc-doctor-card-other div:nth-of-type(2) span {
    color: #F8AB5A;
}

.in-doc-doctor-card-desc {
    width: 100%;
    font-size: 16px;
    color: #797979;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-top: 15px;
}

.in-doc-doctor-card-more {
    padding: 0 22px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    background: #F6B774;
    border-radius: 8px;
    margin-left: auto;
    margin-top: 15px;
}

.index-ask {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
    padding: 100px calc((100% - 1400px) / 2) 60px;
    background: #F8F4FC;
}

.in-wd-box {
    width: 100%;
    display: flex;
    gap: 40px;
}

.in-wd-box-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.in-wd-box-right {
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

/* Container */
.in-wd-card-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 23px 0;
    border-bottom: 2px dashed #D8D8D8;
}

.in-wd-card-container:nth-last-of-type(1) {
    border-bottom: none;
}

/* Side rectangle */
.in-wd-card-img {
    display: none;
    width: 210px;
    height: 140px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.in-wd-box-left .in-wd-card-container:nth-of-type(1) {
    padding-top: 0;
}

.in-wd-box-left .in-wd-card-container:nth-of-type(1) .in-wd-card-img {
    display: flex;
}

/* Content area */
.in-wd-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Main text */
.in-wd-card-main-text {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    min-height: 26px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    position: relative;
    padding-left: 40px;
}

.in-wd-card-container:hover .in-wd-card-main-text {
    color: #8D80DC;
}

.in-wd-card-main-text i {
    position: absolute;
    top: 0;
    left: 8px;
    width: 26px;
    height: 26px;
    background: url(/statics/pc/img/ask_icon.png) no-repeat center;
    background-size: 100%;
}

/* Description text */
.in-wd-card-desc-text {
    width: 100%;
    color: #676767;
    font-size: 14px;
    line-height: 18px;
    min-height: 26px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    position: relative;
    padding-left: 40px;
}

.in-wd-card-desc-text i {
    position: absolute;
    top: 0;
    left: 8px;
    width: 26px;
    height: 26px;
    background: url(/statics/pc/img/answer_icon.png) no-repeat center;
    background-size: 100%;
}

/* Update text */
.in-wd-card-update-text {
    padding-left: 40px;
    color: #676767;
    font-size: 12px;
    line-height: 18px;
    margin-top: auto;
}

.index-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1400px;
    padding: 100px calc((100% - 1400px) / 2);
    background: #fff;
}

.index-technique {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1400px;
    padding: 100px calc((100% - 1400px) / 2);
    background: #F8F4FC;
}

.in-technique-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 2%;
}

/* Container */
.in-tech-container {
    width: 49%;
    border-radius: 14px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    cursor: pointer;
}

/* Button */
.in-tech-tip {
    width: 110px;
    height: 35.10px;
    border-radius: 7.52px;
    background: #DAA1FB;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #fff;
    font-size: 16px;
}

.in-tech-title {
    width: 100%;
    font-size: 18px;
    color: #3D3D3D;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}

.in-tech-container:hover .in-tech-title {
    color: #8D80DC;
}

.in-tech-container:nth-of-type(2) .in-tech-tip {
    background: #EF9395;
}

.in-tech-container:nth-of-type(3) .in-tech-tip {
    background: #F6B774;
}

.in-tech-container:nth-of-type(4) .in-tech-tip {
    background: #93C9EF;
}

.in-tech-container:nth-of-type(6) .in-tech-tip {
    background: #EF9395;
}

/* Line */
.in-tech-line {
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed #D8D8D8;
    margin: 18px 0;
}

/* Card */
.in-tech-card {
    width: 100%;
    display: flex;
    gap: 15px;
}

.in-tech-card ._img {
    width: 210px;
    height: 140px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.in-tech-card ._content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0 10px 0;
}

.in-tech-card ._text {
    font-size: 14px;
    color: #676767;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.in-tech-card ._time {
    font-size: 12px;
    color: #676767;
}

.index-ency {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
    padding: 80px calc((100% - 1400px) / 2) 60px;
    background: #F8F4FC;
}

.index-ency-swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
}

.index-ency-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-ency-swiper .swiper-pagination-bullet {
    opacity: 1;
    width: 16px;
    height: 16px;
    background: #AEA1FB;
}

.index-ency-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 50px;
    height: 16px;
    background: #AEA1FB;
    border-radius: 20px;
}

.index-ency-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.in-ency-card {
    width: 300px;
    height: 225px;
    background: #fff;
    position: relative;
}

.in-ency-card:hover .in-ency-card-hover {
    display: flex;
}

.in-ency-card-hover {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(55, 55, 55, 0.7);
    display: none;
    flex-direction: column;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
}

.in-ency-card-hover-title {
    color: #fff;
    font-size: 16px;
    margin: 25px 0;
}

.in-ency-card-hover-button {
    padding: 0 17px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 36px;
    border: 1px solid #FFFFFF;
    margin-bottom: 30px;
}

.in-ency-card-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.in-ency-card-content {
    width: 100%;
    height: 100%;
    padding: 36px 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.in-ency-card:nth-of-type(1) .in-ency-card-img {
    display: none;
}

.in-ency-card:nth-of-type(3) .in-ency-card-img {
    display: none;
}

.in-ency-card:nth-of-type(6) .in-ency-card-img {
    display: none;
}

.in-ency-card:nth-of-type(8) .in-ency-card-img {
    display: none;
}

.in-ency-card:nth-of-type(2) .in-ency-card-content {
    display: none;
}

.in-ency-card:nth-of-type(4) .in-ency-card-content {
    display: none;
}

.in-ency-card:nth-of-type(5) .in-ency-card-content {
    display: none;
}

.in-ency-card:nth-of-type(7) .in-ency-card-content {
    display: none;
}

.in-ency-card-img ._overflow {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: rgba(55, 55, 55, 0.7);
}

.in-ency-card:hover .in-ency-card-img ._overflow {
    display: none;
}

.in-ency-card-title {
    font-size: 18px;
    color: #3D3D3D;
}

.in-ency-card-desc {
    width: 100%;
    font-size: 14px;
    color: #676767;
    margin: 28px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.in-ency-card-price {
    width: auto;
    display: flex;
    align-items: center;
}

.in-ency-card-price div:nth-of-type(1) {
    font-size: 14px;
    line-height: 31px;
    color: #fff;
    background: #EF9395;
    padding: 0 15px;
    border-radius: 6px 0 0 6px;
}

.in-ency-card-price div:nth-of-type(2) {
    font-size: 14px;
    line-height: 31px;
    color: #EF9395;
    background: #FFF3F3;
    padding: 0 15px;
    border-radius: 0 6px 6px 0;
}

/* ----------------页码--------------- */
.pages {
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pages>span {
    padding: 12px 16px;
    margin: 0 5px 5px 0;
    border: 1px solid #8879E5;
    background: #8879E5;
    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;
    padding-bottom: 30px;
    margin-bottom: 35px;
    position: relative;
    font-size: 20px;
    color: #595858;
    margin: 0 auto;
}

.bread.list-bread {
    border-bottom: 1px solid #D8D8D8;
}

.bread i {
    position: absolute;
    width: 20px;
    height: 20px;
    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: #8879E5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

/* ---------------列表页 优惠活动-------------- */
.list-discount {
    width: 100%;
    min-width: 1400px;
    background: #fff;
    padding: 45px calc((100% - 1400px) / 2) 60px;
}

/* ---------------列表页 整形医院-------------- */
.list-hospital {
    width: 100%;
    min-width: 1400px;
    background: #fff;
    padding: 45px calc((100% - 1400px) / 2) 60px;
}

/* ---------------列表页 整形医生-------------- */
.list-doctor {
    width: 100%;
    min-width: 1400px;
    background: #fff;
    padding: 45px calc((100% - 1400px) / 2) 60px;
}

.list-doc-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.list-doc-card-box {
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
    gap: 30px;
    border: 1px solid #AEA1FB;
    padding: 30px;
}

.list-doc-newcard {
    display: flex;
    position: relative;
    gap: 10px;
}

.show-hos-content .list-doc-newcard {
    margin-bottom: 30px;
    padding: 0 45px;
}

.show-hos-content .list-doc-newcard:nth-last-of-type(1) {
    margin-bottom: 0;
}

.list-doc-newcard-img {
    width: 180px;
    height: 240px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.list-doc-newcard-img img {
    min-height: 100%;
    min-width: 100%;
}

.list-doc-newcard-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #F7F7F7;
    padding: 20px 25px;
}

.list-doc-newcard-name {
    font-size: 24px;
    color: #3D3D3D;
    margin-bottom: 20px;
}

.list-doc-newcard-name span {
    font-size: 16px;
    color: #797979;
}

.list-doc-newcard-other {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.list-doc-newcard-other div:nth-of-type(1) {
    font-size: 16px;
    color: #3D3D3D;
}

.list-doc-newcard-other div:nth-of-type(1) span {
    color: #8879E5;
}

.list-doc-newcard-other div:nth-of-type(2) {
    font-size: 16px;
    color: #3D3D3D;
}

.list-doc-newcard-other div:nth-of-type(2) span {
    color: #F8AB5A;
}

.list-doc-newcard-desc {
    width: 100%;
    font-size: 16px;
    color: #797979;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.list-doc-newcard:hover .list-doc-newcard-box {
    background: #F4F3FF;
}

.list-doc-newcard:hover .list-doc-newcard-more {
    background: #AEA1FB;
}

.list-doc-newcard-more {
    padding: 0 22px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    border-radius: 8px;
    margin-left: auto;
    margin-top: auto;
    background: #F6B774;
}

/* ---------------列表页 整形资讯-------------- */
.list-info {
    width: 100%;
    background: #FFFFFF;
    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: 100%;
    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;
}

.special-item .event-title {
    color: #8879E5;
    margin-bottom: 25px;
    position: relative;
}

.list-zixun-box {
    width: 100%;
    min-width: 1400px;
    padding: 0 calc((100% - 1400px) / 2) 60px;
}

.list-zixun-box2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 3.33%;
    margin-top: 40px;
}

/* ---------------列表页 医美百科-------------- */
.list-ask {
    width: 100%;
    min-width: 1400px;
    background: #fff;
    padding: 45px calc((100% - 1400px) / 2) 60px;
}

.list-ask-box {
    width: 100%;
    flex-direction: column;
    align-items: center;
}

/* ---------------侧边相关推荐----------------- */
.sidebar {
    width: 375px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-left: 25px;
}

/* Container */
.sidebar-box1-container {
    width: 100%;
    background: #FFFFFF;
    border-radius: 3.35px;
    border: 2px solid #D4D4D4;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Header */
.sidebar-box1-header {
    width: 100%;
    height: 57px;
    background: #AEA1FB;
    display: flex;
    align-items: center;
    padding: 0 18px;
    box-sizing: border-box;
}

.sidebar-box1-header-icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.sidebar-box1-header-icon.hospital {
    background: url(/statics/pc/img/sidebar_icon1.png) no-repeat center;
    background-size: 100%;
}

.sidebar-box1-header-icon.zixun {
    background: url(/statics/pc/img/sidebar_icon2.png) no-repeat center;
    background-size: 100%;
}

.sidebar-box1-header-icon.ask {
    background: url(/statics/pc/img/sidebar_icon3.png) no-repeat center;
    background-size: 100%;
}

.sidebar-box1-icon-block::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #AEA1FB;
    opacity: 0.75;
    top: 0;
    left: 0;
}

.sidebar-box1-icon-block::after {
    content: "+";
    position: absolute;
    color: #AEA1FB;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sidebar-box1-header-title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.sidebar-box1-wd-list {
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 0 4%;
    padding: 20px 18px;
}

.sidebar-box1-wd-item {
    width: 48%;
}

.sidebar-box1-wd-list-line {
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #D8D8D8;
    margin: 14px 0;
    display: none;
}

.sidebar-box1-wd-list-line:nth-of-type(2n) {
    display: block;
}

.sidebar-box1-wd-list-line:nth-last-of-type(1) {
    display: none;
}

.sidebar-box1-wd-item ._img {
    width: 100%;
    height: 163px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sidebar-box1-wd-item ._img img {
    min-height: 100%;
    min-width: 100%;
}

.sidebar-box1-wd-item ._text {
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.sidebar-box1-wd-item:hover ._text {
    color: #AEA1FB;
}

.sidebar-box1-wd2-list {
    width: 100%;
    padding: 0 20px
}

.sidebar-box1-wd2-item {
    width: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed #D8D8D8;
}

.sidebar-box1-wd2-item:nth-last-of-type(1) {
    border-bottom: none;
}

.sidebar-box1-wd2-item ._order {
    width: 30px;
    text-align: center;
    font-size: 20px;
    color: #AEA1FB;
}

.sidebar-box1-wd2-item ._text {
    flex: 1;
    font-size: 16px;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-box1-wd2-item:hover ._text {
    color: #AEA1FB;
}

/* Hospital list */
.sidebar-box1-hospital-list {
    width: 100%;
    background: #fff;
}

.sidebar-box1-hospital-item {
    padding: 20px 18px;
    display: flex;
    background: #fff;
}

.sidebar-box1-hospital-line {
    border-bottom: 1px dashed #E5E5E5;
    margin: 0 18px;
}

.sidebar-box1-hospital-line:nth-last-of-type(1) {
    display: none;
}

.sidebar-box1-hospital-item ._img {
    width: 135px;
    height: 90px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 8px;
}

.sidebar-box1-hospital-item ._content {
    flex: 1;
    padding-right: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar-box1-hospital-item ._title {
    width: 100%;
    font-size: 14px;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.sidebar-box1-hospital-item ._icon {
    width: 66px;
    height: 16px;
    background: url(/statics/pc/img/side-hos-icon.png) no-repeat center;
    background-size: 100%;
}

.sidebar-box1-hospital-item ._desc {
    width: 100%;
    font-size: 12px;
    color: #696969;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.sidebar-box1-hospital-item ._tags {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    color: #696969;
}

.sidebar-box1-hospital-item ._tags div {
    padding: 0 3px;
    border-radius: 4px;
    line-height: 24px;
    font-size: 12px;
    color: #696969;
    background: #F4F4F4;
}

.sidebar-box1-zixun-item {
    width: 100%;
    padding: 0 18px;
    background: #fff;
}

.sidebar-box1-zixun-item:hover {
    background: #F5F6FD;
}

/* 容器样式 */
.sidebar-box1-zixun-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #D8D8D8;
    justify-content: space-between;
}

.sidebar-box1-zixun-item:nth-last-of-type(1) .sidebar-box1-zixun-container {
    border-bottom: none;
}

/* 右侧图片区域 */
.sidebar-box1-zixun-right-img {
    width: 144px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
}

.sidebar-box1-zixun-right-img img {
    min-height: 100%;
    min-width: 100%;
}

/* 内容区域 */
.sidebar-box1-zixun-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* 主标题 */
.sidebar-box1-zixun-main-title {
    color: #3D3D3D;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin-bottom: 5px;
}

/* 描述文本 */
.sidebar-box1-zixun-desc {
    color: #797979;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

/* 统计信息容器 */
.sidebar-box1-zixun-stats {
    display: flex;
    gap: 30px;
    margin-top: auto;
}

/* 点赞区块 */
.sidebar-box1-zixun-like-block {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* 点赞图标 */
.sidebar-box1-zixun-like-icon {
    width: 13px;
    height: 13px;
    background: #8468F9;
    /* 替换原SVG */
}

/* 点赞数 */
.sidebar-box1-zixun-like-num {
    color: #8468F9;
    font-size: 12px;
    line-height: 18.67px;
}

/* 浏览区块 */
.sidebar-box1-zixun-eye-block {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* 浏览圆点 */
.sidebar-box1-zixun-eye-dot {
    width: 14px;
    height: 8px;
    background: url(/statics/pc/img/eye_icon3.png) no-repeat center;
    background-size: 100%;
}

/* 浏览数 */
.sidebar-box1-zixun-eye-num {
    color: #909090;
    font-size: 12px;
    line-height: 17px;
}

/* ---------------- 整形问答 ----------------- */
.list-baike {
    width: 100%;
    min-width: 1400px;
    background: #fff;
    padding: 45px calc((100% - 1400px) / 2) 60px;
}

.list-baike-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.list-baike-item-container {
    width: 100%;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
}

.list-baike-item-header {
    width: 100%;
    height: 60px;
    background: #FFECDC;
    display: flex;
    align-items: center;
    position: relative;
}

.list-baike-item-header-shape {
    width: 148px;
    height: 60px;
    background: #FDA353;
    clip-path: polygon(0 100%, 108px 100%, 148px 0, 0 0);
}

.list-baike-item-header-no {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 34px;
    position: absolute;
    left: 28px;
    top: 13px;
}

.list-baike-item-header-title {
    color: #555555;
    font-size: 26px;
    line-height: 34px;
    margin-left: 16px;
}

.list-baike-item-header-desc {
    color: #767676;
    font-size: 16px;
    line-height: 20px;
    margin-left: 12px;
}

.list-baike-item-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.list-baike-item-row {
    width: 50%;
    border-top: 1px dashed #D4D4D4;
    border-right: 1px dashed #D4D4D4;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 76px;
    background: none;
}

.list-baike-item-row:hover {
    background: #fff;
}

.list-baike-item-row:nth-of-type(-n + 2) {
    border-top: none;
}

.list-baike-item-row:nth-of-type(2n) {
    border-right: none;
}

.list-baike-item-name {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 500;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-baike-item-price-group {
    width: 54px;
    height: 18px;
    background: #FFEBEB;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.list-baike-item-price-label {
    color: #F24147;
    font-size: 12px;
    line-height: 18px;
}

.list-baike-item-price-value {
    color: #767676;
    font-size: 16px;
    line-height: 20px;
    margin-left: 20px;
    width: 160px;
}

.list-baike-item-container:nth-of-type(2) .list-baike-item-header {
    background: #F6E4FD;
}

.list-baike-item-container:nth-of-type(2) .list-baike-item-header-shape {
    background: #DF9BF9;
}

.list-baike-item-container:nth-of-type(3) .list-baike-item-header {
    background: #D9E7FF;
}

.list-baike-item-container:nth-of-type(3) .list-baike-item-header-shape {
    background: #7EB0FF;
}

.list-baike-item-container:nth-of-type(4) .list-baike-item-header {
    background: #D1F6E0;
}

.list-baike-item-container:nth-of-type(4) .list-baike-item-header-shape {
    background: #95DBB4;
}

.list-baike-item-container:nth-of-type(5) .list-baike-item-header {
    background: #FFF5E1;
}

.list-baike-item-container:nth-of-type(5) .list-baike-item-header-shape {
    background: #FFCE70;
}

.list-baike-item-container:nth-of-type(6) .list-baike-item-header {
    background: #FFECF0;
}

.list-baike-item-container:nth-of-type(6) .list-baike-item-header-shape {
    background: #FD9EB5;
}

.list-baike-item-container:nth-of-type(7) .list-baike-item-header {
    background: #E3E3FF;
}

.list-baike-item-container:nth-of-type(7) .list-baike-item-header-shape {
    background: #8486F8;
}

.list-baike-item-container:nth-of-type(8) .list-baike-item-header {
    background: #D2F7F3;
}

.list-baike-item-container:nth-of-type(8) .list-baike-item-header-shape {
    background: #5EE0D3;
}

/* -------------- 内容页-优惠活动 ---------------- */
.show-discount {
    width: 100%;
    min-width: 1400px;
    background: #fff;
    padding: 45px calc((100% - 1400px) / 2) 60px;
}

.show-discount-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.show-discount-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.show-discount .article-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    border: 1px solid #AEA1FB;
}

.show-discount .article-header {
    padding: 50px 45px 40px;
    text-align: center;
    border-bottom: 1px dashed #D8D8D8;
}

.show-discount .article-title {
    font-size: 25px;
    color: #494949;
    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: 20px;
    height: 20px;
}

.show-discount .read-icon {
    background: url(/statics/pc/img/eye_icon2.png) no-repeat center;
    background-size: 100%;
}


.show-discount .clock-icon {
    background: url(/statics/pc/img/clock_icon2.png) no-repeat center;
    background-size: 100%;
}


.show-discount .user-icon {
    background: url(/statics/pc/img/user_icon2.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: 30px;
    margin: 20px 0;
    letter-spacing: 0.3px;
}

.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: #8879E5;
    position: absolute;
    left: 0;
    top: 5px;
}

.show-discount .remind-title {
    font-size: 20px;
    color: #8879E5;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 15px;
}

.show-discount .article-footer {
    margin-top: 40px;
}

.show-discount .article-footer-alter {
    margin: 40px 45px;
}

.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 {
    width: 100%;
    font-size: 16px;
    color: #737373;
    line-height: 30px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.show-discount .article-tags {
    display: flex;
    gap: 12px;
}

.show-discount .tag {
    background: #8879E5;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    padding: 0 16px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-hospital {
    width: 100%;
    padding: 45px calc((100% - 1400px) / 2);
    min-width: 1400px;
    background: #fff;
}

.show-hos-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.show-hos-body {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.show-hos-body-left {
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.show-hos-content {
    width: 100%;
    border: 1px solid #AEA1FB;
    background: #FFFFFF;
    padding: 36px 0;
}

.show-hos-content-box {
    width: 100%;
    padding: 0 20px;
}

.show-hos-content-box ._title {
    font-size: 24px;
    color: #494949;
    margin: 15px 0 25px;
    text-align: center;
}


.show-hos-content-box ._content {
    font-size: 16px;
    color: #737373;
    letter-spacing: 0.6px;
    line-height: 2;
}

.show-hos-content-box ._content p {
    display: block;
    width: 100%;
}

.show-hos-content-box ._content img {
    width: auto;
    max-width: 100%;
    margin: 20px auto;
}

.show-hos-swiper-shell {
    width: 100%;
    padding: 35px 30px;
    background: #F4F3FF;
}

.show-hos-swiper.swiper {
    width: 100%;
    height: 100%;
}

.show-hos-swiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-hos-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ------------------详情页-医生---------------- */
.show-doctor-card {
    width: 100%;
    min-height: 300px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.show-doctor-card .doctor-card {
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    box-sizing: border-box;
}

.show-doctor-card .card-img {
    width: 540px;
    height: 360px;
    background: #CCCCCC;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.show-doctor-card .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 55px;
}

.show-doc-desc {
    width: 100%;
    padding: 0 45px;
}

.show-doc-desc div {
    width: 100%;
    border-bottom: 1px dashed #D8D8D8;
    padding: 20px 0;
    font-size: 16px;
    color: #737373;

}

/* ---------------文章详情页------------- */
.show-ency {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #AEA1FB;
}

.show-ency .ency-card {
    width: 100%;
    overflow: hidden;
}

.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: #8879E5;
    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;
    color: #AEA1FB;
    line-height: 28px;
    margin-bottom: 15px;
}

.show-ency .section-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #AEA1FB;
    margin-bottom: 20px;
}

.show-ency .section-content {
    font-size: 18px;
    color: #3D3D3D;
    margin-bottom: 15px;
}

.show-ency .rating-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.show-ency .rating-label {
    width: 60px;
    font-size: 18px;
    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(2, 1fr);
    gap: 15px 0;
}

.show-ency .param {
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 500;
    padding-right: 25px;
    border-bottom: 1px dashed #D8D8D8;
    padding-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.show-ency .param:nth-of-type(2n) {
    padding-left: 25px;
    padding-right: 0;
}

.in-title-container {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
}

.in-title-left {
    width: 100%;
    border-bottom: 1px dashed #C2C2C2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.in-title-left ._text {
    font-size: 30px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.in-title-left.discount ._text {
    border-bottom: 3px solid #F86061;
    padding-bottom: 20px;
}

.in-title-left.discount ._text i {
    width: 191px;
    height: 40px;
    background: url(/statics/pc/img/in_dis_icon.png) no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: 5px;
}

.in-title-left.hospital ._text,
.in-title-left.news ._text,
.in-title-left.tech ._text,
.in-title-left.doctor ._text,
.in-title-left.ask ._text {
    border-bottom: 3px solid #AEA1FB;
    padding-bottom: 20px;
}

.in-title-left.hospital ._text i {
    width: 191px;
    height: 40px;
    background: url(/statics/pc/img/in_hos_icon.png) no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: 5px;
}

.in-title-left.news ._text i {
    width: 191px;
    height: 40px;
    background: url(/statics/pc/img/in_new_icon.png) no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: 5px;
}

.in-title-left.tech ._text i {
    width: 191px;
    height: 40px;
    background: url(/statics/pc/img/in_tech_icon.png) no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: 5px;
}

.in-title-left.doctor ._text i {
    width: 191px;
    height: 40px;
    background: url(/statics/pc/img/in_doc_icon.png) no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: 5px;
}

.in-title-left.ask ._text i {
    width: 191px;
    height: 40px;
    background: url(/statics/pc/img/in_ask_icon.png) no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: 5px;
}

.in-title-right {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    height: 50px;
}

.in-title-right.sp-background {
    background: #F8F4FC;
}

.in-title-right ._item {
    padding: 0 30px;
    border-right: 1px solid #D8D8D8;
    font-size: 16px;
    color: #676767;
    cursor: pointer;
}

.in-title-right ._item:nth-last-of-type(1) {
    border-right: none;
}

.in-title-right .hot {
    padding: 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
    background: #AEA1FB;
    color: #fff;
}

.in-title-right ._item.active {
    color: #8879E5;
}

.in-title-right ._item:hover {
    color: #8879E5;
}

.in-di-box {
    width: 100%;
    display: flex;
    gap: 2%;
}

.in-di-item-container {
    width: 23.5%;
    padding: 8px;
    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-img-bg {
    width: 100%;
    padding-top: 66.66%;
    position: relative;
    border-radius: 5px 5px 0 0;
    background: #EEEEEE;
    overflow: hidden;
}

.in-di-item-img-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.in-di-item-title {
    color: #333333;
    margin: 15px 0;
    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-content {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 7px 0 0;
    justify-content: space-between;
    margin-top: auto;
    border-top: 1px dashed #D8D8D8;
}

.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: 10px;
    background: #000;
    display: block;
    margin-right: 5px;
    margin-top: 1px;
}

.in-di-item-date {
    color: #838383;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.in-di-item-date i {
    width: 13px;
    height: 10px;
    background: #000;
    display: block;
    margin-right: 5px;
    margin-top: 1px;
}

.in-di-item-container:hover {
    background: #AEA1FB;
}

.in-di-item-container:hover .in-di-item-title {
    color: #fff;
}

.in-di-item-container:hover .in-di-item-content {
    border-top: 1px dashed #fff;
}

.in-di-item-container:hover .in-di-item-date {
    color: #fff;
}

.in-di-box2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin-bottom: 50px;
}

.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 {
    width: calc(100% - 171px);
    display: flex;
    flex-direction: column;
}

.indi-line-event-info {
    padding: 10px 0;
}

.indi-line-event-title {
    color: #595858;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px 0;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indi-line-event-card:hover .indi-line-event-title {
    color: #8879E5;
}

.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 {
    display: flex;
    justify-content: space-between;
}

.indi-line-event-meta {
    width: 860px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    border-bottom: 1px solid #E6E9EC;
}

.indi-line-event-watch {
    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: 10px;
    background: url(/statics/pc/img/eye_icon1.png) no-repeat center;
    background-size: 100%;
}

.indi-line-event-btn {
    background: #8879E5;
    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;
}

.in-hos-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.in-hos-container {
    width: 23.5%;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}

.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: #AEA1FB;
    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;
}

.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;
}

.list-di-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.list-di-box {
    width: calc(100% - 400px);
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 2%;
    border: 1px solid #AEA1FB;
    padding: 30px;
}

.list-di-box2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 18px;
}

.list-di-ask-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list-di-event-card {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border-bottom: 1px dashed #CDCDCD;
    display: flex;
    padding: 45px;
}

.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: #595858;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.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 {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    color: #838383;
}

.list-di-event-watch i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 13px;
    height: 10px;
    background: url(/statics/pc/img/eye_icon1.png) no-repeat center;
    background-size: 100%;
}

.list-di-event-btn {
    background: #8879E5;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
}

.list-di-event-card:hover .list-di-event-btn {
    background: #FF9D1F;
}

.list-di-event-btn.ask {
    border-radius: 8px;
    padding: 10px;
}

/* 基础卡片样式 */
.box-shadow {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.list-special-event-card {
    width: 100%;
    border-radius: 5px;
    display: flex;
    background: #fff;
}

.list-special-event-card:hover .list-special-event-title {
    color: #AEA1FB;
}

.list-special-event-img {
    width: 360px;
    height: 240px;
    border-radius: 10px;
    margin-right: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-special-event-content {
    flex: 1;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #F6F6F6;
    padding: 20px;
}

.list-special-event-tip {
    padding: 0 20px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    background: #EF9395;
    border-radius: 8px;
}

.list-special-event-title {
    width: 100%;
    color: #595858;
    font-size: 22px;
    font-weight: 500;
    line-height: 66px;
    margin-bottom: 20px;
    border-bottom: 2px dashed #D8D8D8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.list-special-event-desc-shell {
    display: flex;
    justify-content: space-between;
}

.list-special-event-desc {
    width: 100%;
    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 {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.list-special-event-meta {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
}

.list-special-event-watch,
.list-special-event-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    color: #838383;
}

.list-special-watch-icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 13px;
    height: 10px;
    background: url(/statics/pc/img/eye_icon1.png) no-repeat center;
    background-size: 100%;
}

.list-special-watch-text .list-special-highlight {
    color: #8879E5;
    font-weight: bold;
}

.list-special-date-text {
    color: #838383;
}

.margin-top1 {
    margin-top: 25px;
}

.background1 {
    background: #F8F8F8;
}

/* Container */
.in-wd2-item-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #FFF7EE;
}

/* Header section */
.in-wd2-item-header {
    width: 100%;
    background: #e4e3e5;
    color: #3D3D3D;
    position: relative;
    font-size: 16px;
    line-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 42px;
}

.in-wd2-item-container:hover .in-wd2-item-header {
    color: #8D80DC;
}

.in-wd2-item-container:nth-of-type(1) .in-wd2-item-header {
    background: #F6B774;
    color: #FFFFFF;
}

.in-wd2-item-container:nth-of-type(n + 2) .in-wd2-item-desc-text {
    display: none;
}

.in-wd2-item-container:nth-of-type(n + 2) .in-wd2-item-update-text {
    display: none;
}

.in-wd2-item-header i {
    display: block;
    position: absolute;
    top: 13px;
    left: 9px;
    width: 26px;
    height: 26px;
    margin-right: 6px;
    background: url(/statics/pc/img/ask_icon.png) no-repeat center;
    background-size: 100%;
}

.in-wd2-item-container:nth-of-type(1) .in-wd2-item-header i {
    background: url(/statics/pc/img/ask2_icon.png) no-repeat center;
    background-size: 100%;
}

/* Description text */
.in-wd2-item-desc-text {
    color: #676767;
    font-size: 14px;
    line-height: 20px;
    padding: 23px 12px 17px;
    background: #FFF7EE;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

/* Update text */
.in-wd2-item-update-text {
    color: #676767;
    font-size: 12px;
    line-height: 18px;
    padding: 0 12px 22px;
}

.list-di-special-event-card {
    width: 100%;
    border-radius: 5px;
    display: flex;
    background: #fff;
}

.list-di-special-event-card:hover .list-di-special-event-title {
    color: #AEA1FB;
}

.list-di-special-event-img {
    width: 240px;
    height: 160px;
    border-radius: 10px;
    margin-right: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-di-special-event-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #F4F3FF;
    padding: 0 15px 15px 15px;
    border-radius: 8px;
}

.list-di-special-event-title {
    width: 100%;
    color: #3D3D3D;
    font-size: 16px;
    line-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    position: relative;
    border-bottom: 2px dashed #D8D8D8;
    margin-bottom: 15px;
}

.list-di-special-event-desc-shell {
    display: flex;
    justify-content: space-between;
}

.list-di-special-event-desc {
    width: 100%;
    color: #696969;
    font-size: 14px;
    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-di-special-event-footer {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.list-di-special-event-meta {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
}

.list-di-special-event-watch,
.list-di-special-event-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    color: #838383;
}

.list-di-special-watch-icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 13px;
    height: 10px;
    background: url(/statics/pc/img/eye_icon1.png) no-repeat center;
    background-size: 100%;
}

.list-di-special-watch-text .list-di-special-highlight {
    color: #8879E5;
    font-weight: bold;
}

.list-di-special-date-text {
    color: #838383;
}

.list-di-item-container {
    width: 32%;
    padding: 12px;
    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;
}

.list-di-item-img-bg {
    width: 100%;
    padding-top: 66.66%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.list-di-item-img-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list-di-item-title {
    color: #333333;
    margin: 15px 0;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.list-di-item-content {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 7px 0 0;
    justify-content: space-between;
    margin-top: auto;
    border-top: 1px dashed #D8D8D8;
}

.list-di-item-watch {
    color: #838383;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.list-di-item-watch span {
    color: #EA6FA4;
}

.list-di-item-watch i {
    width: 13px;
    height: 10px;
    background: #000;
    display: block;
    margin-right: 5px;
    margin-top: 1px;
}

.list-di-item-date {
    color: #838383;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.list-di-item-date i {
    width: 13px;
    height: 10px;
    background: #000;
    display: block;
    margin-right: 5px;
    margin-top: 1px;
}

.list-di-item-container:hover {
    background: #AEA1FB;
}

.list-di-item-container:hover .list-di-item-title {
    color: #fff;
}

.list-di-item-container:hover .list-di-item-content {
    border-top: 1px dashed #fff;
}

.list-di-item-container:hover .list-di-item-date {
    color: #fff;
}

.margin0 {
    margin: 0;
}

.margin1 {
    margin: 45px 0;
}

.margin2 {
    margin: 30px 0;
}

.list-zixun-item-container {
    width: 22.5%;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.list-zixun-item-img-bg {
    width: 100%;
    padding-top: 58%;
}

.list-zixun-item-title {
    color: #333333;
    margin: 15px 12px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.list-zixun-item-content {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 20px 12px;
    justify-content: space-between;
    margin-top: auto;
    border-top: 1px dashed #D8D8D8;
}

.list-zixun-item-date {
    color: #838383;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.list-zixun-item-container:hover {
    background: #AEA1FB;
}

.list-zixun-item-container:hover .list-zixun-item-title {
    color: #fff;
}

.list-zixun-item-container:hover .list-zixun-item-content {
    border-top: 1px dashed #fff;
}

.list-zixun-item-container:hover .list-zixun-item-date {
    color: #fff;
}

.list-tech-box {
    width: 100%;
    min-width: 1400px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.list-tech-box2 {
    width: calc(100% - 400px);
    display: flex;
    flex-wrap: wrap;
    gap: 30px 1%;
    border: 1px solid #AEA1FB;
    padding: 30px;
}

.tech-project-swiper {
    width: 100%;
    background: none;
    border-bottom: 1px dashed #D8D8D8;
}

.tech-project-swiper .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    background: none;
    cursor: pointer;
    padding: 20px 0;
}

.tech-project-swiper .swiper-slide ._text {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    border-left: 1px solid #D8D8D8;
    color: #3D3D3D;
    padding: 0 20px;
    position: relative;
}

.tech-project-swiper .swiper-slide:nth-of-type(1) ._text {
    padding-left: 0;
    border-left: none;
}

.tech-project-swiper .swiper-slide-active ._text::after {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 3px;
    bottom: -10px;
    left: 20px;
    background: #F6B774;
}

.tech-project-swiper .swiper-slide:nth-of-type(1) ._text::after {
    width: calc(100% - 20px);
    left: 0;
}

.list-tech-item-container {
    width: 49.5%;
    background: #F7F7F7;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 18px;
    position: relative;
}

.list-tech-item-container:hover {
    background: #F5F6FD;
}

.list-tech-item-main-title {
    width: 100%;
    color: #3D3D3D;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-tech-item-desc {
    width: 100%;
    color: #696969;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.list-tech-item-img-group {
    width: 100%;
    display: flex;
    gap: 2%;
    margin-bottom: 16px;
}

.list-tech-item-img-item {
    width: 32%;
    padding-top: 32%;
    border-radius: 6px;
}

.list-tech-item-bottom {
    width: 100%;
    display: flex;
    align-items: center;
}

.list-tech-item-hashtag {
    flex: 3;
    color: #909090;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
}

.list-tech-item-like-block {
    flex: 1;
    display: flex;
    align-items: center;
}

.list-tech-item-like-icon {
    width: 13px;
    height: 13px;
    background: #909090;
    margin-right: 4px;
}

.list-tech-item-like-num {
    color: #909090;
    font-size: 12px;
    line-height: 18.67px;
}

.list-tech-item-eye-block {
    flex: 1;
    display: flex;
    align-items: center;
}

.list-tech-item-eye-icon {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background: url(/statics/pc/img/eye_icon1.png) no-repeat center;
    background-size: 100%;
}

.list-tech-item-eye-num {
    color: #909090;
    font-size: 12px;
    line-height: 16px;
}

.show-answer-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 45px 0;
}

.show-answer-container form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.show-answer-container ._title {
    width: 100%;
    font-size: 20px;
    color: #3D3D3D;
    display: flex;
    line-height: 22px;
    margin-bottom: 20px;
}

.show-answer-container ._title i {
    display: block;
    width: 4px;
    margin-right: 10px;
    background: #AEA1FB;
}

.show-answer-container ._area {
    width: 100%;
    background: #F6F6F6;
    border-radius: 10px;
    padding: 12px 20px;
}

.show-answer-container textarea {
    width: 100%;
    background: #F6F6F6;
    outline: none;
    border: none;
    font-size: 16px;
    color: #676767;
    resize: none;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.show-answer-container textarea::-webkit-scrollbar {
    display: none;
}

.show-answer-container ._button {
    padding: 0 200px;
    border-radius: 6px;
    color: #fff;
    line-height: 50px;
    background: #AEA1FB;
    margin: 40px auto 0;
    border: 0;
    outline: none;
    font-size: 16px;
}

.show-dianping-container {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    border: 1px solid #AEA1FB;
    padding: 36px 0 45px;
}

.show-dianping-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    padding: 0 20px;
}

.show-dianping-item {
    width: 100%;
    padding: 20px 45px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed #D8D8D8;
}

.show-dianping-header-title {
    color: #3D3D3D;
    font-size: 22px;
    font-weight: 500;
    margin-right: 8px;
}

.show-dianping-header-count {
    color: #AEA1FB;
    font-size: 22px;
    font-weight: 500;
}

.show-dianping-header-icon {
    margin-right: 10px;
}

.show-dianping-icon-block {
    width: 30px;
    height: 30px;
    background: url(/statics/pc/img/dianping_icon.png) no-repeat center;
    background-size: 100%;
    border-radius: 4px;
}

.show-dianping-user-block {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.show-dianping-user-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #D8D8D8;
    margin-right: 8px;
}

.show-dianping-user-name {
    color: #3D3D3D;
    font-size: 17px;
    font-weight: 500;
    margin-right: 12px;
}

.show-dianping-publish-time {
    color: #7E7E7E;
    font-size: 15px;
    margin-left: auto;
}

.show-dianping-content {
    color: #3D3D3D;
    font-size: 16px;
    line-height: 1.5;
}

.show-dianping-img-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.show-dianping-img-item {
    width: auto;
    height: 140px;
    border-radius: 5px;
    overflow: hidden;
}

.show-dianping-img-item img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.show-hos-card-container {
    width: 100%;
    height: 360px;
    background: #fff;
    border-radius: 10px;
    display: flex;
}

.show-hos-card-left-img {
    width: 540px;
    height: 360px;
    background: #D8D8D8;
    border-radius: 10px;
    overflow: hidden;
}

.show-hos-card-right-content {
    flex: 1;
    padding: 0 0 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.show-hos-card-hospital-title {
    font-size: 24px;
    color: #3D3D3D;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #AEA1FB;
}

.show-hos-card-info-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.show-hos-card-info-item {
    display: flex;
    position: relative;
}

.show-hos-card-info-icon {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    margin-right: 15px;
    background: url(/statics/pc/img/address.png) no-repeat;
    background-size: 100%;
}

.show-hos-card-info-text {
    flex: 1;
    font-size: 18px;
    color: #696969;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;

}

.show-hos-card-project-block {
    width: 100%;
    background: #F8F8F8;
    border-radius: 10px;
    display: flex;
    padding: 25px 13px 13px;
    position: relative;
    margin-top: auto;
    margin-left: 15px;
}

.show-hos-card-project-label {
    width: 84px;
    height: 24px;
    background: #AEA1FB;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: -15px;
}

.show-hos-card-project-label-text {
    font-size: 16px;
    color: #FFFFFF;
}

.show-hos-card-project-label-icon {
    position: absolute;
    left: 0;
    top: 24px;
    width: 0;
    height: 0;
    border-top: 15px solid #8468F9;
    /* 上边框 = 三角形高度 */
    border-left: 15px solid transparent;
    /* 左边框透明，形成斜边 */
}

.show-hos-card-project-list {
    height: 112px;
    margin-left: 20px;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 28px;
    display: flex;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.show-doc-card2-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: none;
    padding: 20px 25px;
}

.show-doc-card2-name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.show-doc-card2-name div:first-child {
    font-size: 24px;
    color: #3D3D3D;
}

.show-doc-card2-name div:last-child {
    font-size: 16px;
    color: #797979;
}

.show-doc-card2-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #D8D8D8 50%, transparent 50%);
    background-size: 8px 2px;
    margin: 25px 0;
}

.show-doc-card2-info {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #3D3D3D;
}


.show-doc-card2-info span {
    font-size: 16px;
}

.show-doc-card2-info div:nth-of-type(1) span {
    color: #8879E5;
}

.show-doc-card2-info div:nth-last-of-type(1) span {
    color: #F8AB5A;
}

.show-doc-card2-info i {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.show-doc-card2-info i:first-of-type {
    background: url(/statics/pc/img/work.png) no-repeat;
    background-size: 100%;
}

.show-doc-card2-info i:last-of-type {
    background: url(/statics/pc/img/people.png) no-repeat;
    background-size: 100%;
}

.show-hospital-body {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.show-hospital-left {
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.show-ency-card-project {
    width: 100%;
    border-radius: 10px;
    display: flex;
    padding: 45px 15px 20px;
    position: relative;
    margin-top: auto;
}

.show-ency-card-p-alter {
    padding-top: 0;
}

.show-ency-card-label {
    background: #AEA1FB;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: -15px;
}

.show-ency-card-label-text {
    font-size: 16px;
    color: #FFFFFF;
}

.show-ency-card-label-icon {
    position: absolute;
    left: 0;
    top: 23px;
    width: 0;
    height: 0;
    border-top: 15px solid #8468F9;
    border-left: 15px solid transparent;
}

.show-ency-card-list {
    flex: 1;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 28px;
}

.show-ency-card-alter * {
    background: none !important;
}

.show-ency-box3 {
    width: 100%;
    border: 1px solid #AEA1FB;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding: 30px;
}

.show-ency-box3-container {
    width: 100%;
    height: 42px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.show-ency-box3-container.discount {
    background: #FFECF0;
}

.show-ency-box3-container.discount .show-ency-box3-shape {
    background: #FD9EB5;
}

.show-ency-box3-container.doctor {
    background: #D9E7FF;
}

.show-ency-box3-container.doctor .show-ency-box3-shape {
    background: #7EB0FF;
}

.show-ency-box3-shape {
    width: 148px;
    height: 42px;
    background: #7EB0FF;
    clip-path: polygon(0 100%, 73% 100%, 100% 0, 0 0);
    position: absolute;
    z-index: 2;
}

.show-ency-box3-text {
    position: absolute;
    left: 18px;
    top: 6px;
    z-index: 3;
    color: #fff;
    font-size: 20px;
}

.show-ency-box3-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 13px;
}

.width100 {
    width: 100%;
}

.li-as-content {
    width: 100%;
    padding: 30px 45px 0 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.li-as-content .show-ency-card-project:nth-of-type(2) {
    background: #FFF5FC;
}

.li-as-content .show-ency-card-project:nth-of-type(2) .show-ency-card-label {
    background: #F981D5;
}

.li-as-content .show-ency-card-project:nth-of-type(2) .show-ency-card-label-icon {
    border-top: 15px solid #CA56A7;
}

.show-answer-container2 {
    width: 100%;
    margin-top: 40px;
    border-top: 1px dashed #D8D8D8;
}

.lats_border:last-child {
    border: none;
}

.all-flex-img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.all-flex-img img {
    min-height: 100%;
    min-width: 100%;
}

.all-posi-img {
    overflow: hidden;
    position: relative;
}

.all-posi-img img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* ------------------------------------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;
}

.yy_a {
    display: flex;
    padding: 40px 0 30px 30px;
    border-bottom: 1px solid rgba(114, 119, 122, 0.2);
    width: 1230px;
    transition: all 0.3s;
}

.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_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 #AEA1FB;
    padding: 5px;
    color: #8879E5;
    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: 20px;
    height: 20px;
    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;
}