body {
    padding-bottom: 3rem;
}

.container {
    padding: 0 0.1rem;
    /* margin: 0.6rem 0; */
}

.title-line {
    display: inline-block;
    width: 0.07rem;
    height: 0.3rem;
    background-color: #3174e9;
    margin-right: 0.2rem;
}

.carousel-img {
    height: 3rem !important;
    overflow: hidden;
}

.newColumn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px dashed #eee;
}