
/**
 * @file app.css
 * @author swan
 */
.adlist{
    width: 100%;
}
.group-flex{
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}
.group-flex .flex-item{
    flex: 1;    
}
.tip{
    text-align: center;
    margin: 5vw 0;
}
.go-top{
    width: 15vw;
    height: 15vw;
    position: fixed;
    bottom: 18vh;
    right: 5vw;
    background: #fff;
    border-radius: 50%;
    padding: 3vw 0;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0.5px 0.5px 0.5px 0.26666666666666666vw #ececec;
}
.go-top swan-image{
    width: 9vw;
    height: 9vw;
}
