.platoGalleryVrModelWrap{
    /*aspect-ratio: 2 / 1;*/
    display: inline-block;
    width: 100%;
}
.bsModelWrap {
    height: 100%;
}
.bsColsWrap {
    height: 100%;
}
model-viewer {
    width: 100%;
    min-height: 300px;
    height: 100%;
}
.bsModelViewerRunAR {
    max-width: 220px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    background: var(--primary-color) !important;
    position: absolute;
    top: 50px;
    left: 50%;
    padding: 5px 10px 5px 0;
    transform: translate(-50%, -50px);
}
.bsModelViewerRunAR img {
    max-width: 60px !important;
    height: auto;
    object-fit: contain;
}
.bsModelViewerRunAR span {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: bold;
    text-align: left;
    color: var(--light-color);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;

    /*
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    color: var(--light-color);
    line-height: 44px;*/
}
.bsModelViewerWrap {
    position: relative;
    width: 70%;
}
.bsModelViewerWrap > a{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1201;
}
.bsModelViewerWrap > a img{
    max-width: 40px;
}
.bsQrCodeNoticeWrap{
    width: 30%;
    flex: none !important;
}
.bsModelRotateInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.bsArAlertWrap {
    margin-top: 15px;
}
.bsQrCodeNoticeWrap {
    padding: 0 10px;
}