/* * {
    transition: all 0.5s ease-in-out 0.2s;
} */
@font-face {
    /* SourceHanSansCN-Regular */
    font-family: 'Square721BT';
    src: url('./font/tt0249m.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /* SourceHanSansCN-Regular */
    font-family: 'Source Han Sans CN';
    src: url('./font/normal.OTF');
    font-weight: normal;
    font-style: normal;
}



/* ----------------Vr全景上下抖动效果-------------------------- */
.vrImgBoxtr {
    animation: container 1.5s ease-out 0s infinite;
    -webkit-animation: container 1.5s ease-out 1s infinite;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


@keyframes container {

    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: translate3d(0, 3.2px, 0);
        -webkit-transform: translate3d(0, 3.2px, 0);
        -moz-transform: translate3d(0, 3.2px, 0);
        -ms-transform: translate3d(0, 3.2px, 0);
        -o-transform: translate3d(0, 3.2px, 0);
    }

}

.VRTextName_only {
    padding: 2px 4px;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    font-size: 14.08px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
}