.audio-top-background {
    width: 100%;
    height: 434px;
    /* background: url(../img/audio/header-background.jpg) 50% 100% no-repeat; */
}

.audio-button-class {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    margin-top: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.audio-button {
    background: #616161;
    padding: 15px 20px;
    color: #fff !important;
    position: relative;
    cursor: pointer;
}

.audio-button-click {
    background: #bc0019;
}

.audio-body {
    width: 100%;
    max-width: 1280px;
    margin: 70px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.audio-card {
    width: 275px;
    cursor: pointer;
    margin: 20px 0px;
}

.audio-card-img {
    width: 275px;
    height: 175px;
    margin-bottom: 10px;
    border: 2px solid #fff;
}

.audio-card-title {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.audio-card-name {
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.audio-card-context {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height:62px;
}

.audio-card-click img {
    border: 2px solid #f00;
    transform: scale(1.1);
}

.booklist_top_swiper {
    width: 100%;
    height: 434px;
    position: relative;
}

.swiper-image-class {
    height: 100%;
    width: 100%;
}

.swiper-card {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f51b2;
    cursor: pointer;
}
