<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-detail {
    margin: 0 0 0 0;
    width: 100%;
    background-color: #f0f0f0;
    border: 1px solid #eeeeee;
    padding: 10px;
    word-break:break-all;
    text-align: center;
}

.content-img {
    width: 100%;
}

.like {
    padding: 20px 0px 20px 0px;
}

.btn-like {
    font-size: 19px;
    display: inline-block;
}

.btn-like-a {
    color: #ea6f5a;
    padding: 18px 10px 18px 0px;
    text-decoration:none;
    cursor: pointer;
}

.btn-like-a.active {
    color: #FFFFFF;
    text-shadow: 0 0px 0 #fff;
    text-decoration:none;
}

a:hover{text-decoration:none}

.btn-like i {
    margin-right: 5px;
    font-size: 21px;
}

.like-group {
    font-size: 0;
    border: 1px solid #ea6f5a;
    border-radius: 40px;
}

.like-group.active {
    background-color: #ea6f5a;
}

.iconfont {
    font-family: zenicon!important;
    font-size: inherit;
    font-style: normal;
    font-weight: 400!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ic-like:before {
    content: "\E680";
}

.modal-wrap {
    font-size: 18px;
    border-left: 1px solid rgba(236,97,73,.4);
    display: inline-block;
}

.modal-wrap.active {
    border-left: 1px solid rgba(256,256,256,.4);
}

.button-fav-a {
    color: #ea6f5a;
    padding: 18px 0px 18px 10px;
    text-decoration:none;
    cursor: pointer;
}


.button-fav-a.active {
    color: #FFFFFF;
    text-decoration:none;
    text-shadow: 0 0px 0 #fff;
}

.site-intro {
    text-align: left;
}

.hint-qz {
    margin-top:20px;
}

.relevance-box {
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 10px 0px;
}

.relevance-title {
    font-size: 14px;
    color: #333333;
    margin: 0px 0px 0px 0px;
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
    border-left: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}

.relevance-item {
    display: inline-block;
    padding: 0px 10px;
}

.relevance-list {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.relevance-name {
    color: #145ccd;
    text-align: center;
    width : 70px;
    margin: auto;
    font-size: 13px;
}

.hint-qq-box {
    font-size: 13px;
    margin-top: 10px;
    padding: 5px;
}

.site-name {
    font-size: 18px;
    color: #145ccd;
    text-decoration: underline;
}</pre></body></html>