<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body &gt; main {
    padding-bottom: 56px;
}
.fullboard {
    background: #333 url("../image/xiaoguotu_fullboard_bg.jpg") no-repeat center center;
    background-size: cover;
    height: 797px;
}
.author-block .author-slogan {
    text-align: center;
}
.author-block .author-slogan h3{
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}
.author-block .author-slogan p{
    font-size: 16px;
    color: #4c4c4c;
}

.author-list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.author-list dl {
    box-sizing: border-box;
    width: 283px;
    height: 99px;
    background-color: #fff;
    font-size: 14px;
    padding: 19px;
    overflow: hidden;
    margin: 0 8px 16px;
}

.author-list dt {
    display: inline-block;
    float: left;
    margin-right: 12px;
}
.author-list dt img{
    display: block;
    border-radius: 50%;
}
.author-list dd {
    color: #333333;

}
.author-list .author-name{
    font-weight: bold;
    margin: 5px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.author-list .author-info {
    overflow: hidden;
}
.author-list dd span {
    display: inline-block;
    vertical-align: middle;
}
.author-list .author-info span:nth-of-type(1){
    float: left;
}
.author-list .author-info span:nth-of-type(1):before {
    content: '\e60c';
    padding-right: 3px;

}

.author-list .author-info span:nth-of-type(2){
    float: right;
}
.author-list .author-info span:nth-of-type(2):before {
    content: '\e609';
    padding-right: 3px;
    color: #ff130d;

}

.xiaoguotu-block .xiaoguotu-type {
    display: flex;
    align-items: flex-end;
    height: 38px;
    padding-left: 35px;
}
.xiaoguotu-block .xiaoguotu-type a {
    color: #000;
    margin-right: 30px;
    font-size: 16px;
}
.xiaoguotu-list {
    display: flex;
    flex-wrap: wrap;
}
.xiaoguotu-item {
    border-radius: 3px;
    border: 1px solid #eeeeee;
    background-color: #fff;
    box-sizing: border-box;
    width: 280px;
    margin: 10px;
}
.xiaoguotu-item .xiaoguotu-image {
    display: block;
    width: 278px;
    height: 278px;
    object-fit: cover;
}
.xiaoguotu-item &gt; p {
    margin: 12px;
    max-width: 100%;
    overflow: hidden;
}

.xiaoguotu-item ul {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}
.xiaoguotu-item ul:nth-of-type(1) {
    border-bottom: 1px solid #efefef;
    color: #b8b8b8;
}

.xiaoguotu-item .item-view:before {
    content: '\e62e';
    padding-right: 2px;
}
.xiaoguotu-item .item-downloads:before {
    content: '\e628';
    padding-right: 2px;
}

.xiaoguotu-item .item-collect button{
    color: inherit;
    font-size: inherit;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}
.xiaoguotu-item .item-collect button.collected {
    color: #00B83F;
}

.xiaoguotu-item .item-user {
    color: #9b9b9b;
}
.xiaoguotu-item .item-user a{
    color: inherit;
    display: block;
}
.xiaoguotu-item .item-user-avatar {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}
.xiaoguotu-item .item-user-name {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.xiaoguotu-item .item-download {
    color: #9b9b9b;
}
.xiaoguotu-item .item-download:before {
    content: '\e6ad';
    padding-right: 2px;
}

.xiaoguotu-item .item-download a {
    color: inherit;
}

.xiaoguotu-navi {
    color: #f9f9f9;
    font-size: 16px;
    letter-spacing: 2px;
}
.xiaoguotu-navi p {
    margin-bottom: 26px;
}
.xiaoguotu-navi .xiaoguotu-navi-type button {
    background-color: transparent;
    color: inherit;
    border: none;
    cursor: pointer;
    padding: 6px 10px;
    letter-spacing: 2px;
}
.xiaoguotu-navi .xiaoguotu-navi-cates {
    margin-bottom: 16px;
}
.xiaoguotu-navi .xiaoguotu-navi-cate {
    display: none;
    min-height: 66px;
}

.xiaoguotu-navi .xiaoguotu-navi-cate a {
    color: #f9f9f9;
    padding: 6px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
    border-radius: 3px;
    margin-right: 6px;
}

.xiaoguotu-navi .xiaoguotu-navi-cate a:hover {
    background-color: rgba(92, 184 ,92, .6);
    border: 1px solid #0f1c0e;
    color: #fff;
}
.xiaoguotu-navi .xiaoguotu-navi-type button.active {
    background-color: rgba(92, 184 ,92, .6);
    border: 1px solid #0f1c0e;
    border-radius: 3px;
}

.page-xiaoguotu-lists .xiaoguotu-page {
    text-align: center;
    padding: 2em 0;
}

/* page-xiaoguotu-lists */
.page-xiaoguotu-lists .main-block-head {
    margin-bottom: 12px;
}


/* page-xiaoguotu-detail */

.page-xiaoguotu-detail body &gt; main {
    margin-bottom: 0;
}

.page-xiaoguotu-detail .full-container {
    height: calc(100vh - 126px);
    box-sizing: border-box;
}

.imageview-container {
    height: 100%;
    box-sizing: border-box;
    margin: 0 0 0 30px;
}

.imageview-toolbar-inner {
    height: 38px;
    font-size: 14px;
    overflow: hidden;
    width: calc(100% - 280px);
}

.imageview-toolbar .imageview-path {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}

.imageview-path,
.imageview-path a {
    color: #333;
}
.imageview-path a ,
.imageview-path span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 6px;
}

.imageview-path a:hover {
    color: #7bca7b;
}
.imageview-path a:after {
    content: '\e731';
    color: #999;
    font-size: 14px;
    display: inline-block;
    margin-left: 6px;
}

.imageview-toolbar .imageview-func {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.imageview-toolbar .imageview-func-button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 3px 18px;
    margin-left: 6px;
    border-right: 1px solid #e3e3e3;
}
.imageview-toolbar .imageview-func-button:last-child {
    border-right: none;
}

.imageview-toolbar .imageview-func-button:hover {
    color: #7bca7b;
}

.imageview-body {
    overflow: hidden;
    height: calc(100% - 38px);
}

.imageview-body .imageview-content{
    float: left;
    width: calc(100% - 280px);
    height: 100%;
    background-color: #fff;
    position: relative;
}
.imageview-body .imageview-sidebar{
    float: right;
    width: 280px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.imageview-body .imageview-sidebar.iscrollbar::-webkit-scrollbar {
    width: 0;
}

.imageview-sidebar .imageview-chains {
    background: transparent url("../image/chain_current_arrow.png") no-repeat 1px center;
}

.imageview-chains .chain-item{
    display: block;
    position: relative;
    margin: 0 auto;
    width: 260px;
    margin-bottom: 12px;

}

.imageview-chains .chain-item:last-child {
    margin-bottom: 0;
}

.imageview-chains .chain-item img{
    display: block;
}

.imageview-chains .chain-item span{
    display: block;
    position: absolute;
    text-align: left;
    bottom: 0;
    line-height: 24px;
    color: rgba(255,255,255, .8);
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(0,0,0, .2);
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.imageview-chains .chain-item:hover span {
    background-color: rgba(0,0,0, .3);
    color: rgba(255,255,255, 1);
}

.imageview-content .imageview-display {
    display: flex;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    justify-content: center;
    align-items: center;
    background: transparent url("../image/loading.gif") no-repeat center center;
}

.imageview-display .imageview-image{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    pointer-events: none;
}

.imageview-content .imageview-switch {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.imageview-switch-link {
    display: block;
    width: 50%;
    height: 100%;
}
.imageview-switch-prev {
    float: left;
    cursor: url("../image/cursor_left.png"), auto;
}
.imageview-switch-next {
    float: right;
    cursor: url("../image/cursor_right.png"), auto;
}
.imageview-switch-none {
    cursor:not-allowed;
}

.imageview-favorite-button-1 {
    color: #00B83F;
}
.page-xiaoguotu-detail .order-price{
    margin-left: 6px;
    padding: 5px 8px;
    background-color: #ff7305;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    color: #fff;
}

.page-xiaoguotu-detail .order-free{
    background-color: #00B83F;
}

.xiaoguotu-item{
    position: relative;
}
.xiaoguotu-item .pic-right {
    position: absolute;
    top: 5px;
    right: 5px;

}
.xiaoguotu-item .pic-right .hm-money{
    display: inline-block;
    font-weight: bold;
    background-color: #fcad5b;
    border-radius: 3px;
    color: #FFF;
    height: 28px;
    line-height: 28px;
    padding: 0 6px;
    font-size: 16px;
}
.xiaoguotu-item .pic-right .btn-bg-green{
    background-color: #51b451;

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