.layer {
    width: 100%;
}

#timeModalLabel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.bbbb {
    position: absolute;
    top: 42.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.ccccc {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.dddd {
    position: absolute;
    top: 65%;
    left: 47%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.eeee {
    position: absolute;
    top: 65%;
    left: 53%;
    transform: translate(-50%, -50%);
    z-index: 5;
}


@media screen and (min-width: 768px) and (max-width: 1025px) {
    .bbbb {
        top: 45%;
        width: 60%;
        position: absolute;
        transform: translate(-50%, -50%);
        z-index: auto;
    }
}

@media (max-width: 767px) {

    /* 在小屏幕上的调整样式 */
    .bbbb {
        top: 43.5%;
        width: 80%;
        position: absolute;
        transform: translate(-50%, -50%);
        z-index: auto;
    }

    .ccccc {
        position: absolute;
        transform: translate(-50%, -50%);
        z-index: auto;
    }

    .dddd {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 65%;
        left: 40%;
        z-index: auto;
    }

    .eeee {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 65%;
        left: 60%;
        z-index: auto;
    }
}

@media screen and (width: 1024px) and (height: 600px) {
    .bbbb {
        top: 35%;
        width: 40%;
        position: absolute;
        transform: translate(-50%, -50%);
        z-index: auto;
    }
}