/* //图集模板 */
.atlases_gallery iframe{
    height: 100% !important;
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* //five1模板 */
.atlases_five_1 iframe{
    height: 100% !important;
    width: 100%;
    aspect-ratio: 16 / 9;
}
/* //four1 */
.atlases_four_1 iframe{
    height: 100% !important;
    width: 100%;
    aspect-ratio: 16 / 9;
}
/* //six1 */
.atlases_six_1 iframe{
    height: 100% !important;
    width: 100%;
    aspect-ratio: 16 / 6;
}
/* //nine1 */
.atlases_nine_1 iframe{
    height: 100% !important;
    width: 100%;
    aspect-ratio: 1 / 1;
}




