.psv-canvas {
    height: 100vh !important;
}

@media (max-width: 800px) {
    .psv-caption {
        visibility: visible;
    }
}

.psv-navbar {
    position: fixed !important;
}

#psv-marker-1, #psv-marker-2, #psv-marker-3, .psv-marker {
    background-size: cover;

}
.has-tooltip{
    background-color: rgba(61, 61, 61, .6);
    box-shadow: 0 -3px 0 rgb(90 90 90 / 70%);
    padding: 3px 5px;
    border-radius: 3px;
}
.has-tooltip::after{
    content: '';
    border-top-color: rgba(61, 61, 61, .7);
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 43%;
    border-top: solid 5px rgba(61, 61, 61, .7);
    border-left: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-right: solid 5px transparent;
}
@-webkit-keyframes aa {
    100% {
        background-position: 3200px 0;
    }
}

.scene {
    display: flex !important;
    overflow-x: auto;
    margin: 0;
    overflow-y: hidden;
    justify-content: center;
    align-items: self-end;
}

@media screen and (max-width: 616px) {
    .scene2 {
        justify-content: space-between;

    }
}

@media screen and (max-width: 414px) {
    .con-active {
        display: flex !important;
    }

    .scene_item_text {
        font-size: 12px !important;
    }

    .conActive {
        color: #FFF;
        border: solid 2px #d76c17 !important;
    }

    .scene2, .scene1 {
        display: flex !important;
    }

    .scene {
        width: 100% !important;
        overflow-x: scroll;
        margin: 0;
        overflow-y: hidden;
    }

    .scene_item_imgAtice2 {
        width: 60px !important;
        height: 60px !important;
        margin: auto 2.3% !important;

    }

    .scene_item_imgAtice2 img {
        width: 60px !important;
        height: 60px !important;
    }

    .scene1 {
        width: 100% !important;
    }

    .scene1 li {
        width: fit-content;
        vertical-align: middle;
        margin: auto;


    }

    .scene1 li .scene_item_imgAtice2 {
        margin: 0 6px !important;
        text-align: center !important;
        height: 60px;
    }

    .scene1 li .scene_item {

    }

    .scene2 li {
        text-align: center;
        width: 60px !important;
        height: 60px !important;
        margin: 0 6px !important;
    }

    .scene2 li .scene_item {
        width: 60px;
        height: 60px;
    }

    .scene2 li .scene_item_imgAtice {
        width: 60px !important;
        height: 60px !important;
    }

    .scene2 li img {
        width: 60px;
        height: 60px;
    }

    .scene2 .scene_item {
        margin: 0;
    }

    .scene2 img {
        width: 60px !important;
        height: 60px !important;

    }
}

.conActive {
    color: #FFF;
    border: solid 2px #d76c17 !important;
}

.scene_item_imgAtice2 {
    float: left;
    width: 65px;
    margin: 0 6px;
    position: relative;
    height: 65px;
    line-height: 80px;
    border: solid 1px #fff;
}

* {
    margin: 0;
    padding: 0;
}


ul,
li {
    list-style: none;
}

ul {
    /*/ / width: 500 px;*/
    /*display: flex;*/
}

li.title {
    flex: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    cursor: pointer;
}

ol {
    display: flex;
    color: gray;
    font-size: 18px;
    text-align: center;
    cursor: default;
}

.active .scene_item {
    color: #FFF;
    border: solid 2px #d76c17;
}

.content {
    display: none;
}

.con-active {
    display: block;
}

#viewer1 {
    width: 100%;
    height: 100vh !important;
}

.psv-container {
    height: 100vh;
    max-height: 100%;
}

.hi {
    color: red;
    font-size: 20px;
    text-align: left;
}

.fixBoxBttom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 99;
    text-align: center;
}

.scene {
    width: 100%;
    padding: 6px 0;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
}

.li {
    display: inline-block;
    vertical-align: middle;
}

.li2 {
    vertical-align: middle;
    width: content-box !important;
    display: inline-block;
}

.scene_item {
    width: 65px;
    margin: 0 6px;
    overflow: hidden;
    position: relative;
    height: 65px;
    line-height: 80px;
    border: solid 1px #fff;
}

.scene_item_img {
    width: 100%;
    height: 65px;
}

.scene_item_img img {
    width: 65px;
    height: 65px;
}


.scene_item_text {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
}

#main {
    position: relative;
}
