<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.warbox {
    max-width: 1200px;
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}

.box {
    width: 100%
}

.box &gt; li {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 0.3rem;
}

.none {
    display: none;
}

.box &gt; li:nth-child(1) .picture_list {
    display: block
}

.area {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333333;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer;
}

.area &gt; .area_title {
    float: left;
    font-size: 18px;
    font-weight: bold;
}

.area &gt; .area_namber {
    font-size: 16px;
    float: right;
    margin-right: 40px;
}

.area .area_img &gt; img {
    width: 20px;
    height: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.picture_list {
    width: 100%;
    overflow: hidden
}

.picture_list &gt; div {
    float: left;
    padding: 0px 3px;
    margin: 0 -3px;
    margin-bottom: 6px;
}

.fixedbox {
    position: fixed;
    z-index: 999;
    max-width: 1200px;
    width: 100%;
    padding-right: 30px;
}

.area_img {
    float: left;
    padding-right: 10px;
}</pre></body></html>