/* 当前页面样式 */
.news-title {
    background: url('/static/icon/news-tile.png') no-repeat;
}

/* 标题 */
.home-title::after {
    content: '';
    display: block;
    background: url('/static/icon/home-title-bg.png') no-repeat;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 36px;
    height: 24px;
}

.home-title::before {
    content: '';
    display: block;
    background: url('/static/icon/home-title-bg.png') no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 24px;
    transform: scaleX(-1);
}

/* 切换医院医生口碑 */
.my-tab .layui-this {
    background: var(--pink-color);
    color: var(--white-color);
    border-color: var(--pink-color);
}

/* 整形价格标题 */
.price-title {
    background-image: url('/static/icon/price-title.png');
    background-repeat: no-repeat;
    background-position: 12px 10px;
}

.wiki-title {
    background-image: url('/static/icon/wiki-title.png');
    background-repeat: no-repeat;
    background-position: 12px 10px;
}

.wiki-title .more,
.price-title .more {
    color: var(--white-color) !important;
}

.wiki {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9.5px;
}
