.home_header {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.weui-footer_fixed-bottom {
    display: none;
}
.tianqi_yubao {
    display: block;
    float: left;
    width: auto;
    height: 60px;
    overflow: hidden;
    padding: 10px;
}
.tianqi_yubao dt, .tianqi_yubao dd {
    display: block;
    clear: both;
    width: 100%;
    overflow:hidden;
}
.tianqi_yubao dt {
    color: gray;
}
.header_row {
    display: block;
    float: right;
    width: auto;
    height: 60px;
    overflow: hidden;
    padding: 10px;
}
.header_row dt {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 40px;
    border: 1px dashed gray;
    padding: 3px;
}
.header_row dt img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 40px;
}
.header_row dd {
    display: block;
    float: right;
    width: auto;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    padding-left: 10px;
    color: gray;
}
.home_logo {
    display: block;
    clear: both;
    width: 220px;
    overflow: hidden;
    padding: 20px 0px;
    margin: 0 auto;
}
.home_logo img {
    display: block;
    width: 100%;
}


.not_more {
    display: none;
    clear: both;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    font-size: 1.3rem;
    color: gray;
}

.loading_more_box {
    display: none;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.loading_more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 50px;
    overflow: hidden;
    padding: 5px;
}

.loading_more .icon {
    display: block;
    width: 20px;
    height: auto;
    overflow: hidden;
}

.loading_more .icon img {
    display: block;
    width: 20px;
    height: auto;
}

.loading_more .text {
    display: block;
    clear: both;
    width: auto;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: gray;
}