<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.monthly-slider {
    width: 973px;
    height: 562px;
    margin-top: 7px;
    position: relative;
}

.monthly-slider &gt; ul &gt; li {
    display: none;
    position: absolute;
}

.monthly-slider li:first-child {
    display: block;
}

#ul-image li img {
    width: 100%;
}

.slider-left {
    border-radius: 6px;
    padding: 10px 0;
    display: inline-block;
    position: absolute;
    z-index: 999;
    left: 10px;
    top: 50%;
    background: rgba(0, 0, 0, 0.3)
}

.slider-right {
    border-radius: 6px;
    padding: 10px 0;
    display: inline-block;
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 50%;
    background: rgba(0, 0, 0, 0.3)
}

.monthly-box {
    background: #fff;
    display: block;
    float: left;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.monthly-go li {
    width: 360px;
    float: left;
    border-bottom: 1px solid #eeeeee;
    margin-left: 19px;
    display: inline-block;
    padding: 16px 0;
    line-height: 22px;
}

.monthly-go li a {

}

.monthly-go li::after {
    content: "";
    clear: both; /*æ¸…é™¤æµ®åŠ¨*/
    display: block; /*ç¡®ä¿è¯¥å…ƒç´&nbsp;æ˜¯ä¸€ä¸ªå—çº§å…ƒç´&nbsp;*/
}

.imagePageButton {
    display: inline-block;
    background: #ccc;
    padding: 10px 20px;
    border-radius: 10px;
    color: #333;
}

.imagePageButton:hover {
    background: #3A56E8;
    color: #fff;
}

.listImages ul {
    list-style: none;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.listImages img {
    width: 200px;
}

.listImages li {
    display: inline-block;
    margin: 0 10px;
}

.title_list_h, .list-a:hover {
    color: red;
}

.title_list_h {
    color: black;
}

.list-a {
    color: #292929;;
}


.img-title {
    background-color: white;
    height: 53px;
    margin-top: 20px;
    padding-top: 12px;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #eee;
}

#img-list {
    position: relative;
    width: 227px;
    height: 99.7%;
    left: 81%;
    padding: 20px 16px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
}

#close-list {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    left: -16%;
    top: 45%;
    width: 37px;
    padding: 12px;
    height: 122px;
    border-radius: 6px 0 0 6px;
    font-weight: bold;
}

#content-list {
    height: 96%;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#content-list::-webkit-scrollbar {
    display: none;
}

.star-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
}

#img-list {
    position: relative;
    width: 227px;
    height: 96.5%;
    left: 100%;
    padding: 0 16px 20px;
    background-color: white;
    color: #6d6d6d;
    border-left: 1px solid #e2e2e2;
}

.monthly-old {
    display: block;
    font-size: 18px;
    font-weight: bolder;
    width: 100%;
    text-align: center;
    padding: 4px 0;
}</pre></body></html>