body {
    background-color: #EBEBEB;
}
.qlcgl {
    display: flex;
}
.qlcgl li {
    flex: 1;
    text-align: center;
    background: #FFF3F3;
    font-size: 24px;
    font-weight: 500;
    color: rgba(19,20,21,0.9);
    line-height: 60px;
    cursor: pointer;
}
.qlcglimgesDiv {
    margin-bottom: 40px;
}
.qlcglimgesDiv img {
    width: calc(100vw - 352px);
}
.qlcgl .activeCss {
    background: #F73535;
    font-size: 30px;
    font-weight: 800;
    color: rgba(255,255,255,0.9);
    line-height: 54px;
}