<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.star_box {
    display: inline-block;
    font-size: 14px;
    padding-right: 20px;
}

.answer-date {
    flex: 1;
    color: #999;
    padding-left: 20px;
}

.answer-content-box {
    padding-top: 6px;
    position: relative;
    border-radius: 6px;
}

.star_title {
    height: 28px;
    line-height: 28px;
    display: inline-block;
    float: left;
}

.star_in {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-top: 3px;
    margin-left: 4px;
    float: left;
    cursor: pointer;
}

.star_in_co {
    background-color: #fff;
}

.star_info {
    height: 24px;
    line-height: 23px;
    display: none;
    float: left;
    margin-left: 7px;
    border: 1px solid #00a3ff;
    color: #00a3ff;
    border-radius: 4px;
    font-size: 13px;
    margin-top: 2px;
    width: 60px;
    cursor: pointer;
    text-align: center;
}

.star_info_msg {
    height: 24px;
    line-height: 23px;
    display: inline-block;
    float: left;
    margin-left: 7px;
    border: 1px solid #00a3ff;
    color: #00a3ff;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 2px;
    width: 60px;
    text-align: center;
}

.star_info:hover {
    background-color: #00a3ff;
    color: white;
}


.answer-search {
    display: inline-block;
    width: 78%;
    padding: 6px 10px;
    height: 42px;
    outline: 0;
    border-color: #eee;
}

.answer-search-box input.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
    border-color: #eee;
}

.answer-search-box input.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
    border-color: #ddd;
}

.score_num {
    color: #7d7d7d;
    font-size: 15px;
    margin-right: 6px;
}

.q-a-tag {
    background: #1579D7;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    width: 70px;
    text-align: center;
    border-radius: 0 22px 22px 0;
    padding: 2px 0;
}

.to-top {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 20px 20px;
    border-style: solid;
    top: -20px;
    left: 60px;
    border-color: transparent transparent #fff;
}

.answer-detail-nav {
    margin-top: 10px;
}

.answer-detail-user-head {
    margin-top: 10px;
}

#no-vip-box {
    letter-spacing: 1px;
    padding-left: 90px;
    padding-bottom: 20px;
}

.no-permit-tip {
    margin-top: 30px;
    color: #0a6aa1;
    cursor: pointer;
}

.blockquote-answer {
    border: none;
    font-size: 15px;
}

.blockquote-answer a {
    color: #337ab7;
}

.blockquote-answer a:hover {
    color: #337ab7;
    text-decoration: underline;
}

.collection-btn {
    color: #666;
    background: #eee;
    padding: 8px 20px;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 13px;
}
.collection-btn:hover {
    color: #fff;
    background: #2158A0;
    text-decoration: underline;
}

.qrcode-question {
    top: -126px;
    left: -10px;
    z-index: 999;
}</pre></body></html>