.bg1 {
    background-color: #AB1725;
}

.bg2 {
    background-color: #fff;
}

.font-30 {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
}

.font-24 {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}

.font-20-0 {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.font-20 {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.font-20-4 {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.font-20-6 {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
}

.font-16 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.font-16-6 {
    font-weight: 400;
    font-size: 16px;
    color: #666;
}

.font-15-0 {
    font-weight: bold;
    font-size: 15px;
    color: #000;
}

.font-15 {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}

.font-14 {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.font-12 {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.list-btn {
    border-radius: 6px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 6px 6px 6px 6px;

}

.list-btn-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background-color: #ED1B24;
}

.list-btn-title>img {
    display: block;
    width: 20px;
    height: 20px;
}

.list-btn-rop {
    padding: 12px 20px;
}

.btn-rop-item {
    padding: 13px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.btn-rop-item>img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.btn-rop-item:last-child {
    border: none;
}


.card-right {
    display: flex;
    flex-wrap: wrap;
}
.card-right-item{
    width: calc((100% - 48px)/3);
    margin-right: 24px;
    margin-bottom: 24px;
}

.right-item-text{
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.card-right-item:nth-child(3n+3){
    margin-right: 0;
    margin-bottom: 0;
}




.img-list {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

}
.img-list>img{
    display: block;
    width: 470px;
    height: auto;
    margin: 0 auto;
}



.img-btn {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-btn-left,
.img-btn-right {
    padding: 4px 24px;
    border-radius: 90px;
    border: 1px solid #ccc;
    margin-left: 20px;

}

.img-btn-num {
    margin-left: 20px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #ccc;
    text-align: center;
    color: #ccc;
    line-height: 26px;
}