<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
    padding: 20px 0;
}

.swiper-container-outer-banner {
    height: 350px;
    /* display: none; */
}

.maidan .swiper-container-index-banner {
    display: none;
}

.essMainTabQue {
    display: none;
}

.essMainTabArt {
    display: block;
}

.essMainTabForum {
    display: none;
}

.activeon {
    color: #FF8686
}

.activeon::after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #FF8686;
    left: 20px;
    bottom: 0;
}

.Nav_bottom {
    height: 350px;
    width: 1200px;
    position: absolute;
    top: 154px;
    z-index: 1;
    background: #fff;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.Nav_bottom&gt;img {
    /* border: 1px dashed #999; */
    margin: 0 15px
}

.Nav_bottom_text h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 26px;
    flex: 1;
}

.searchMain {
    width: 1000px;
    height: 60px;
    position: relative;
    /* background: yellowgreen; */
    margin: -18px auto 0;
    /* text-align: center; */
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 8px
}

.searchMain input {
    height: 60px;
    width: 100%;
    border: 0;
    margin-left: 80px;
}

.searchMain&gt;img {
    /* border: 1px dashed #999; */
    position: absolute;
    left: 20px
}

.searchMain button {
    width: 170px;
    height: 60px;
    border: 0;
    background: #FF8686;
    color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.tableTitle {
    display: flex;
    align-items: center;
}

.tableTitle&gt;ul {
    display: flex;
    /* color: #808080 */
}

.tableTitle&gt;ul a {
    color: #808080
}

.tableTitle&gt;ul li {
    margin-right: 27px;
}

.tableTitle&gt;ul li:last-child {
    display: none
}

.tableTitle&gt;h2 {
    font-size: 20px;
    color: #FF8686;
    border-bottom: 3px solid #FF8686;
    margin-right: 70px;
}

.tableContent {
    margin: 25px 0;
    font-size: 12px;
    /* box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08); */
    /* padding: 10px; */
}

.tableContent ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tableMain {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
}

.tableContent li {
    width: 380px;
    display: flex;
    /* border: 1px solid #000; */
    padding: 20px 18px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #FAFAFA;
}

.tableContent li&gt;img {
    width: 88px;
    height: 88px;
    margin-right: 20px;
    object-fit: cover;
    border-radius: 12px
}

.tableContent li:last-child {
    margin-right: 0;
}

.tableContent li:hover {
    /* box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5); */
    background: #FFF9F9;
}



.tableContentText {
    overflow: hidden;
}

.tableContentText&gt;h3 {
    font-size: 16px;
    font-weight: bold;
}

.tableContentTextPerson {
    display: flex;
    justify-content: space-between;
}

.tableContentTextMid {
    margin: 10px 0;
    color: #4D4D4D;
}

.tableContentTextPerson span:nth-child(1) {
    color: #FF8686;
    margin-right: 60px;
}

.tableContentTextPerson span:nth-child(2) {
    color: #999999
}

/* å¥½è¿å¹¿åœºæ–‡ç«&nbsp; */
.guide {
    margin: 15px 0 20px 0;
}

.essMain {
    display: flex;
    justify-content: space-between;
    /* background: #FAFAFA; */
    margin-top: 20px;
}

.essMainLeft {
    width: 788px;
    flex: 1;
    margin-right: 30px;
    /* background: #f5f5f5;
    border: 5px solid #f5f5f5 */
}

.essMainRight {
    /* flex:1; */
    width: 340px;
}

.essMainLeftTitle {
    display: flex;
    padding: 20px 0;
    background: #fff;
    margin-bottom: 20px;
    padding-right: 20px;
    border-radius: 8px;
    /* border: 4px solid #f5f5f5; */
}

.essMainLeftTitle&gt;img {
    width: 157px;
    height: 157px;
    margin: 0 20px;
    border-radius: 8px;
    object-fit: cover;
}

.essMainTitleText {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.essMainTitleText&gt;.essMainTitleText_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.essMainTitleText&gt;.essMainTitleText_title&gt;h1 {
    font-size: 16px;
    font-weight: bold;
}

.essMainTitleText&gt;.essMainTitleText_title&gt;span:nth-child(2) {
    display: flex;
    align-items: center;
    margin: 0 10px;
    color: #999
}

.essMainTitleText&gt;div:nth-child(2) {
    color: #171717;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.essMainTitleText&gt;div:nth-child(2) p&gt;img {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    margin-right: 10px;
}

.essMainTitleText&gt;div:nth-child(3) {
    text-align: right;
    margin-top: 15px;
}

.essMainTitleText&gt;div:nth-child(3) button {
    border: 0;
    border-radius: 8px;
    background: rgba(255, 134, 134, 0.39);
    height: 35px;
    width: 110px;
    color: #ff8686;
    cursor: pointer;
}

.essMainTitleText&gt;div:nth-child(3) button:first-child {
    background: rgba(255, 134, 134, 1);
    margin-right: 20px;
    color: #fff
}

.essMainTitleText&gt;div:nth-child(2) button {
    border: 0;
    border-radius: 8px;
    background: rgba(255, 134, 134, 0.39);
    height: 35px;
    width: 110px;
    color: #ff8686
}

.essMainLeftNav {
    margin-bottom: 20px;
}

.essMainLeftNav ul {
    display: flex;
    background: #fff;
    font-size: 16px;
    border-radius: 8px;
    padding: 0 20px;
    /* border: 4px solid #f5f5f5; */
}

.essMainLeftNav ul li span {
    font-size: 12px;
    color: #FF8686;
}

.essMainLeftNav li {
    width: 80px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-right: 55px;
}



.essMainNavBot {
    display: flex;
    padding: 25px 0;
    background: #fff;
    margin: 5px 0;
    padding-right: 20px;
    border-radius: 8px;
    /* border: 4px solid #f5f5f5 */
}

.essMainNavBot&gt;img {
    width: 225px;
    height: 150px;
    object-fit: cover;
    margin: 0 20px;
    border-radius: 8px;
}

.essMainNavBotText {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.essMainNavBotText h2 {
    font-size: 18px;
}

.essMainNavBotText h2:hover {
    color: #FF8686;
    cursor: pointer;
}

.essMainNavBotText ul {
    display: flex;
    margin: 10px 0 20px;
}

.essMainNavBotText&gt;div:nth-child(3) {
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.essMainNavBotText li {
    border-radius: 5px;
    font-size: 12px;
    /*width: 90px;*/
    padding: 0 10px;
    height: 30px;
    text-align: center;
    margin-right: 12px;
    background: #ECF6FF;
    color: #3AA4FF;
    line-height: 30px;
}

.essMainNavBotText div:nth-child(4) {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.essMainNavBotText .intro-str {
    color: #999999;
}


/* å³ä¾§å†…å®¹ */
.groups&gt;h3,
.tag&gt;h3,
.Hot&gt;h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}

.groups h3 span {
    font-size: 16px;
}

.groups h3 span:nth-child(1),
.Hot h3 span:nth-child(1),
.tag h3 span:nth-child(1) {
    color: #FF8686;
    display: inline-block;
    font-weight: bold;
    position: relative;
    font-size: 16px;
}

.groups h3 span:nth-child(1)::before,
.Hot h3 span:nth-child(1)::before,
.tag h3 span:nth-child(1)::before {
    content: "";
    display: block;
    width: 110%;
    height: 2px;
    position: absolute;
    left: -5%;
    bottom: -5px;
    border-bottom: 5px;
    background: #FF8686;
}

.groups li {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.groups_left img {
    margin-right: 10px;

}

.groups_right a {
    width: 62px;
    height: 26px;
    border: 1px solid #0089FF;
    opacity: 1;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #0089FF;
    text-align: center;
    display: block;
    box-sizing: border-box;
    transition: .3s;
}

.Hot,
.tag,
.groups {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.Hot:hover,
.tag:hover,
.groups:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
}

.Hot li:hover {
    background: #FFF9F9;
}

.Hot li {
    display: flex;
    align-items: center;
    /* background: #fafafa; */
    border-radius: 8px;
    padding: 8px;
}

.Hot li:last-child {
    margin-bottom: 0;
}

.Hot li&gt;img {
    object-fit: cover;
    width: 130px;
    height: 70px;
    border-radius: 8px;
    margin-right: 25px;
}

.Hot h3 span:nth-child(2),
.tag h3 span:nth-child(2),
.groups h3 span:nth-child(2) {
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
}

.Hot h3 span img,
.tag h3 span img,
.groups h3 span img,
.topic h3 span img {
    width: 6px;
    height: 10px;
    margin-left: 3px;
}

.HotText&gt;h3:hover,
.tagText&gt;h3:hover {
    color: #ff8686;
    cursor: pointer;
}

.HotText&gt;h3,
.tagText&gt;h3 {
    font-weight: 600;
}

.HotText p {
    color: #999;
}

.HotText p:nth-child(2) {
    margin: 10px 0;
}

.tag li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.tag li:last-child {
    margin-bottom: 0;
}

.tag li&gt;img {
    object-fit: cover;
    width: 95px;
    height: 70px;
    border-radius: 8px;
    margin-right: 15px;
}

.tag h3 span {
    font-size: 16px;
    /* font-weight: bold */
}

.tag li .tagText&gt;p {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.topic {
    margin-top: 20px;
    box-shadow: unset;

}

.topic img {
    width: 100%;
    height: 155px;
    border-radius: 8px;
    object-fit: cover;
}

.topic h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
}

.topic_title {
    font-size: 16px;
    font-weight: bold;
    color: #FF8686;
    border-bottom: 2px solid #FF8686;
    padding-bottom: 5px;
}

.topic h3 span:nth-child(2) {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.topicMain ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.topicMain li {
    width: 108px;
    height: 35px;
    border-radius: 6px;
    line-height: 35px;
    text-align: center;
}

.topicMain ul:nth-child(2) li:nth-child(1) {
    background: #F4EBD8
}

.topicMain ul:nth-child(2) li:nth-child(2) {
    background: #D8F3E6
}

.topicMain ul:nth-child(2) li:nth-child(3) {
    background: #E2F4D8
}

.topicMain ul:nth-child(3) li:nth-child(1) {
    background: #D8F1F4
}

.topicMain ul:nth-child(3) li:nth-child(2) {
    background: #F7EDFC
}

.topicMain ul:nth-child(3) li:nth-child(3) {
    background: #FFE5EB
}

.questionMain {
    background: #fff;
    padding: 20px;
    margin-bottom: 5px;
    border-radius: 8px;
    /* border: 4px solid #f5f5f5 */
}

.questionMain .questionMain_title {
    font-size: 18px;
    margin-bottom: 25px;
}

.questionMain_title .icon-ask {
    background: #FF8686;
    border-radius: 6px;
    display: inline-block;
    padding: 1px 3px;
    color: #fff;
}

.questionMainBot {
    display: flex;
}

.questionMainBot img {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    margin-right: 10px;
}

.questionMainText h2 span:first-child(1) {
    color: #77C0FF
}

.questionMainText .intro-str {
    color: #666666;
}

.questionMainText .doctor-title {
    color: #999999;
}

.questionMainText .hospital-name {
    color: #999999;
}

.questionMainText&gt;p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.questionMainText div:nth-child(4) {
    margin-top: 20px;
    color: #999;
    font-size: 12px;
}

.forumMain {
    padding: 20px;
    background: #fff;
    margin-bottom: 5px;
    border-radius: 8px;
    /* border: 4px solid #f5f5f5 */
}

.forumMain h2 {
    font-size: 18px;
}

.forumMainText {
    display: flex;
    /* flex-direction: column */

}
.forumMainText .left-img{
    width: 180px;
    height: 125px;
    margin-right: 20px;
    overflow: auto;
}
.forumMainText .right-wrap {
    width: 590px;
}
.forumMainText .thumb {
    width: 100%;
    height: 100%;
    display: block;
    /*object-fit: cover;*/
    border-radius: 8px;
}
.forumMainTextBot h2 {
    margin-bottom: 10px;
}
.forumMainTextBot .intro-str {
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.forumMainTextBot .read-all {
    color: #FF8686;
    margin: 10px 0;
}

.forumMainTextBot .bottom-line {
    margin: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 12px;
}
.bottom-line .tags span{
    border-radius: 10px;
    padding: 5px 10px;
    background: #ECF6FF;
    color: #3AA4FF;
    box-sizing: border-box;
}

.searchMainLeftTitle {
    background: #fff;
    padding: 20px 10px 10px;
}

.tags-list {
    margin-top: 20px;
}
.tags-list .item {
    float: left;
    padding: 5px 12px;
    font-size: 16px;
    border-radius: 8px;
    background-color: #FFF5EF;
    margin-right: 10px;
    margin-bottom: 15px;
    transition: opacity .2s ease;
    opacity: 1;
}
.tags-list a {
    color: #FF6C10;
    transition: color .2s ease;
}
.tags-list .item:hover {
    opacity:.6
}

/*.tags-list .item:hover a{*/
/*    color: #fff;*/
/*}*/
.tags-list:after {
    content: "";
    display: block;
    clear: both;
}

.serach-btn:hover {
    cursor: pointer;
}
.tableContentText a{
    position: relative;
    padding-left: 12px;
}
.tableContentText h3:hover a{
    color: #FF8686;
}
.tableContentText a:before {
    content: "#";
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.essMainNavBotText ul a,.article-tags a {
    color: #3AA4FF;
}
@media screen and (max-width: 768px) {
    .tableTitle {
        display: none;
    }

    .swiper-container-outer-banner {
        display: none
    }

    .Nav_bottom {
        height: 126px;
        width: 100%;
        position: relative;
        top: 0;
        z-index: 1;
        background: #fff;
        margin: 10px auto 0;
        display: flex;
        justify-content: space-around;
        align-items: center
    }

    .Nav_bottom&gt;img {
        width: 110px;
        /* height: 247px; */
    }

    .Nav_bottom_text h1 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px
    }

    .searchMain {
        width: 80%;
        height: 50px;
        position: relative;
        margin: 1rem auto;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
    }

    .searchMain input {
        height: 50px;
    }

    .searchMain button {
        height: 50px;
    }

    .tableTitle&gt;ul li:nth-child(8) {
        display: none;
    }

    .tableTitle&gt;ul li:nth-child(9) {
        display: none;
    }

    .tableTitle&gt;ul li:nth-child(10) {
        display: none;
    }

    .tableTitle&gt;ul li:nth-child(11) {
        display: none;
    }

    .tableTitle&gt;ul li:nth-child(12) {
        display: none;
    }

    .tableTitle&gt;ul li:nth-child(13) {
        display: none;
    }

    .tableTitle&gt;ul li:nth-child(14) {
        display: none;
    }

    .tableTitle&gt;ul li:nth-child(15) {
        display: none;
    }

    .tableTitle&gt;ul li:nth-child(16) {
        display: none;
    }

    .tableTitle&gt;ul li:nth-child(17) {
        display: none;
    }

    .tableTitle&gt;h2 {
        font-size: 18px;
        color: #FF8686;
        border-bottom: 2px solid #FF8686;
        margin: 0 10px
    }

    .tableTitle&gt;ul li {
        margin-right: 15px;
    }

    .tableTitle&gt;ul li:last-child {
        display: block
    }

    .tableContent li {
        width: 100%;
    }

    .tableContent ul {
        display: block
    }


    /* æ–‡ç«&nbsp; å¸–å­ é—®ç­” */
    .essMainRight {
        display: none
    }

    .essMainLeftTitle&gt;img {
        width: 115px;
        height: 115px;
        border-radius: 8px;
        margin: 0px 15px;
        object-fit: cover
    }

    .essMainTitleText&gt;div:nth-child(3) {
        display: none;
    }

    .essMainLeft {
        width: 100%;
        margin-right: 0;
    }

    .timer {
        display: none;
    }

    .essMainTitleText&gt;h2 {
        display: block
    }

    .essMainTitleText div:nth-child(2) {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .essMainNavBot {
        padding: 20px 0;
        padding-right: 10px;
    }

    .essMainNavBot&gt;img {
        width: 110px;
        height: 150px;
        object-fit: cover;
        margin: 0 10px
    }

    .essMainNavBotText div:nth-child(3) {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .essMainNavBotText li {
        width: 60px
    }

    .forumMainText&gt;img {
        width: 100%;
        height: 115px;
        object-fit: cover;
        border-radius: 8px;
        margin: 0 15px 15px 0
    }

    .forumMainText {
        display: flex;



    }
    .forumMainTextBot .intro-str {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .maidan .swiper-container-index-banner {
        display: block;
    }
    .forumMainText .right-wrap {
        width: 100%;
    }
    .banner{
        padding: 0;
        height: 0;
    }
    .essMainLeftNav li {
        width: auto;
    }
    .activeon::after {

        width: 80%;
        left: 5%;
        bottom: 0;
    }
    .forumMainTextBot .bottom-line {
        display: block;
    }
    .forumMainTextBot .bottom-line .tags {
        margin-bottom: 10px;
    }
    .essMainLeftNav li {
        margin-right: 0;
        flex: 1;
        width: auto;
    }
    .essMainNavBotText ul li,.article-tags span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .essMainNavBotText ul,.article-tags {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        margin: 10px 0;
    }
    .tableContentTextPerson span:nth-child(1) {
        margin-right: 35px;
    }

}</pre></body></html>