.witeBack {
    background-color: #fff;
}

.homePageTop {
    position: fixed;
    top: 0;
    left: 0;
    font-size: 14px;
    padding: 8px 0;
    background: #fff7f6;
    width: 100%;
    color: #af4e3d;
    text-indent: 1em;
}

.homePageFoot {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff7f6;
    height: 48px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.homePageFoot div {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.homePageFoot .homePageText {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}


.list_hash:first-child {
    margin-top: 0;
}

.list_hash:last-child {
    margin-bottom: 40px;
}

.list_hash {
    margin: 8px 0;
    background-color: var(--weui-BG-2);
    overflow: hidden;
    border-radius: 2px;
}
.list_hash .weui-flex {
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.infourl {
    font-style: italic;
    color: #00a9ff;
}

.list_container {
    padding-top: 38.4px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    margin-bottom: 48px;
}

.list_container img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list_container li {
    width: 100%;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;

}

.list_container span {
    margin: 6px 0 6px 12px;
    font-size: 14px;
    line-height: 1.2;
    padding-right: 12px;
}

.list_container div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}