* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 1.2vh;
}

body {
    width: 100%;
    height: 100%;
    font-size: 1.2vh;
    position: fixed;
    left: 0;
    top: 0;
}

@media screen and (orientation:portrait) {

    /*竖屏样式*/
    body {
        transform-origin: 0 0;
        transform: rotateZ(90deg) translateY(-100%);
        font-size: 0.5vh;
    }

    html,
    .check,
    .p1,
    .p2 {
        font-size: 0.5vh;
    }
}

.main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url("../img/map.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.lit {
    width: 5.5%;
    height: 2%;
    border: 1px solid rgba(221, 241, 172, 0.01);
    position: absolute;
}

.change {
    display: block;
    width: 100%;
    height: 100%;
}

#box {
    width: 8%;
    height: 15%;
    position: absolute;
    top: 78%;
    left: 36%;
    /* border: 1px solid #000; */
}

.pic1,
.pic2,
.pic3 {
    width: 100%;
    height: 100%;
    position: absolute;
}

.pic1 {
    z-index: 999;
    display: block;
}

.pic2 {
    width: 158%;
    height: 135%;
    top: -27%;
    left: -34%;
    opacity: 0;
}

.pic3 {
    z-index: 999;
    display: none;
}

.close {
    width: 6%;
    height: 10%;
    position: absolute;
    bottom: 5%;
    right: 3.2%;
}

.v-lit {
    position: absolute;
    width: 12%;
    height: 13%;
    left: 23%;
    bottom: 8%;
}

.v-video {
    width: 100%;
    height: 100%;
    display: none;
}