.container {
    font-size: 0;
}

img {
    border: 0;
}

.banner {
    width: 100%;
    height: 2.4rem;
}

.list_box {
    padding: 0 0.3rem;
    margin-top: 0.3rem;
}

.img_box {
    margin-right: 0.3rem;
    flex-shrink: 0;
    width: 2.4rem;
    height: 1.5rem;
    position: relative;
}

.img {
    width: 100%;
    height: 100%;
}

.video_play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0.8rem;
    height: 0.8rem;
}

.list_r {
    flex-grow: 1;
}

.list_r > p {
    font-size: 0.36rem;
    margin-bottom: 0.34rem;
}

/*加载背景*/

.loading_box {
    width: 100vw;
    height: 100vh;
    display: none;
    /*background: rgba(0,0,0,0.2);*/
}

.loading_box > img {
    width: 1rem;
    height: 1rem;
    padding: 0.3rem;
    background: rgba(0,0,0,0.6);
    border-radius: 0.1rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

/*返回顶部*/

.top {
    width: 0.5rem;
    height: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    position: fixed;
    bottom: 0.6rem;
    right: 0.3rem;
    border-radius: 50%;
    font-size: 0;
    opacity: 0.8;
    display: none;
}