<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* åˆ†ç±» */
.inquiry-classify .item:last-child {
    margin-right: 0;
}

.inquiry-classify {
    box-sizing: border-box;
    overflow: hidden;
}

.inquiry-classify img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.inquiry-classify {
    line-height: 14px;
}

.inquiry-classify .child {
    width: 1200px;
    box-sizing: border-box;
}

.inquiry-classify .polygon {
    border-bottom: 14px solid #f5f7fd;
    border-top: 14px solid transparent;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    bottom: 0;
    left: 0;
    display: none;
    transition: all 0.5s;
}

.inquiry-classify .active {
    color: #3097e5;
}

.inquiry-classify .active .item-icon {
    background-position-y: -30px;
}

.inquiry-classify .active .polygon {
    display: block;
}

.inquiry-classify .chid-item a {
    color: #777;
}

.inquiry-classify .child {
    display: none;
    left: 0;
    bottom: -50px;
}

.inquiry-classify .active .child {
    display: block;
}

/*æé—®æŒ‰é’®*/
.qa-butt {
    font-size: 14px;
    line-height: 14px;
}

/* çƒ­å¿ƒåŒ»ç”Ÿ */
.hot-doctor .avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.hot-doctor .item {
    width: 184px;
    height: 75px;
    box-sizing: border-box;
}

.hot-doctor .item:nth-child(6n) {
    margin-right: 0;
}

.hot-doctor .rank {
    color: #e3007f;
}

.hot-doctor .rank-2 {
    color: #ff7c00;
}

/*é—®è¯Šé¡¹ç›®åˆ—è¡¨*/
.science-item .science {
    width: 242px;
    min-height: 159px;
    background-color: #f8f8f8;
    padding: 18px 0px 18px 19px;
    box-sizing: border-box;
    display: none;
}

.science-item dd::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #e3007f;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.science-item:hover .science {
    display: block;
}

/*é—®ç­”è¯¦æƒ…*/
.left-content {
    width: 793px;
    margin-right: 21px;
}

.right-content {
    width: 386px;
}

/*é—®ç­”ä¿¡æ¯*/
.ask-info .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.ask-info .title {
    max-width: 576px;
}

.ask-info .button {
    padding: 8px 13px;
    border-radius: 18px;
    font-size: 12px;
    width: auto;
    background-color: #f1f1f1;
    color: #999;
}

.aks-describe {
    font-size: 14px;
    color: #d4d1d1;
}

.ask-content {
    line-height: 24px;
}

.ask-img img {
    width: 146px;
    height: 110px;
    object-fit: cover;
    -o-object-fit: cover;
}

.invite-butt .button {
    padding: 7px 12px;
    width: auto;
    font-size: 14px;
    line-height: 14px;
    border: 1px dotted #3097E5;
    color: #3097E5;
    background: #fff;
    border-radius: 20px;
}

/*åŒ»ç”Ÿå›žç­”åˆ—è¡¨*/
.doctor-answers .avatar {
    width: 55px;
    height: 55px;
}

.doctor-answers .button,.edit-reply .button {
    padding: 8px 13px;
    font-size: 12px;
    width: auto;
    border-radius: 18px;
    color: #fff;
}
.doctor-answers .tohimqa{
    background-color: #ff6b00;

}

.doctor-answers-content {
    line-height: 24px;
}

.doctor-answers-img img {
    width: 156px;
    height: 104px;
    object-fit: cover;
}

.reply-doctor .reply-content {
    line-height: 24px;
}

.reply-doctor .button {
    background: #3097E5;
}

.reply-doctor dd {
    border-bottom: 2px solid #fff;
}
.reply-doctor dd:last-child{
    border-bottom: none !important;
    margin-bottom: 0;
}

.reply-doctor .avatar {
    width: 30px;
    height: 30px;
}

/*å³ä¾§å†…å®¹*/
.card-new-ask {
    width: 386px;
    box-sizing: border-box;
}

.card-new-ask .icon {
    display: block;

}

.card-new-ask li::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url("../../images/ask.png") no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 0;
}

.card-new-ask li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.ask-list .ask-item:nth-child(3n) {
    margin-right: 0;
}

/* é—®ç­”è¯¦æƒ…å›žç­”é—®é¢˜ä¸Šä¼&nbsp;å›¾ç‰‡åˆ—è¡¨ */
.reply-btn .button{
    border-radius: 20px;
    padding: 7px 12px;
}
.repaly-box{
    width: 500px;
}
.repaly-box .layui-upload-drag{
    width: 100%;
    box-sizing: border-box;
}
.upload-img-list {
    box-sizing: border-box;
}
.upload-img-list img:nth-child(6n){
    margin-right: 0;
}
.upload-img-list img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.upload-img-list .img-item{
    overflow: hidden;
}

.upload-img-list .delete-img{
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    height: 24px;
    line-height: 24px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom: -24px;
    transition: all 0.2s;
    left: 0;
}
.upload-img-list .img-item:hover .delete-img{
    bottom: 0;
}
/* æœç´¢é‚€è¯·åŒ»ç”Ÿ */
.search-doctor input{
    border: 1px solid #d2d2d2;
    height: 39px;
    line-height: 39px;
    border-radius: 4px;
    padding: 4px;
    box-sizing: border-box;
}
.search-doctor .button{
    border-radius: 4px;
    margin-left: 10px;
    width: 80px;
}
.question{
    width: 500px;
}
/* ç‚¹èµž */
.operate .active span{
    color: #3097E5 !important;
}
.operate .active i{
    color: #3097E5 !important;

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