@import "../../common/css/index.css";

.article-list {
    position: relative;
    box-sizing: border-box;
    height: 100vh;
    background: #fff;
}

.article-list .status-container {
    position: relative;
    box-sizing: border-box;
}

.article-list .goTop {
    position: fixed;
    right: 4.10628vw;
    bottom: 4.830918vw;
    width: 9.661836vw;
    height: 9.661836vw;
    border: 1px solid rgba(153, 153, 153 , .5);
    font-size: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
}

.article-list .goTop.iphone-x-compitable {
    bottom: calc(4.830918vw + 34px);
}

.goTop:active {
    opacity: .5;
}

.article-list .goTop .icon {
    position: absolute;
    top: 2.173913vw;
    left: 50%;
    transform: translateX(-50%);
}
.article-list .smt-feed .custom-spin {
    padding-bottom: 0 !important;
}

.article-list .custom-footer .footer-txt {
    overflow: hidden;
    max-height: 9.2vw;
    font-size: 3.140097vw;
    line-height: 4.589372vw;
}
