@font-face {
    font-family: fzxbsj;
    src:url("../static/font/fzxbsj.TTF");
}

*{
    font-family: fzxbsj;
}

body{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.not-select{
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}


.change-btn-back-img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}

/*todo 暂时修改以方便调试*/
#timeChange{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8.2%;
    z-index: 10000;
    /*width: 15.18vw;*/
    /*height: 4.5vw;*/
    width: 12.14vw;
    height: 3.6vw;
    color: #ffffff;
    font-size: 1.52vw;
    text-align: center;
    /*display: none; !*需要修改的地方*!*/
}
#changeBtn{
    z-index: 10001;
    line-height: 50%;
    position: absolute;
    width: auto;
    height: 100%;
    left: 25%;
}

#mapBtn{
    position: absolute;
    z-index: 10001;
    right: 3%;
    bottom: 6%;
    width: 15vw;
    height: 11.3vh;
}
#mapBtn>img{
    width: 100%;
    height: 100%;
}

#loading{
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 50000;
    background-color: black;
    color:white;
    text-align: center;

    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
}

.swiper-container{
    --swiper-pagination-color: #724826;/* 两种都可以 */
}

.hotPoint{
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: #f3dcb9;
    color:#724826;
    z-index: 1000;
}

.info-area{
    position: absolute;
    width: 93.17vw;
    height: 87.06vh;
    top:6.53vh;
    left: 3.59vw;
}

.hotPointInner{
    position:absolute;
    width: 100vw;
    height: 100vh;
}

#mainImg{
    position: absolute;
    width: 100%;
    top:50%;
    transform: translateY(-50%);
}

.pictureBox{
    position: absolute;
    height: 59.2vh;
    width: 35.6vw;
    left: 8.17vw;
    top:4.8vh;
    /*background-color: #d29472;*/
}

.textArea{
    position: absolute;
    height: 59.2vh;
    width: 35.6vw;
    left: 50.52vw;
}

.textAreaB{
    position: absolute;
    height: 59.2vh;
    width: 80.6vw;
    left: 8.52vw;
}

.hotPointBtns{
    position: absolute;
    bottom: 2.6vh;
    left: 50%;
    transform: translateX(-50%);
}

#hotPointBtn2{
    position: absolute;
    bottom: 2.6vh;
    left: 50%;
    transform: translateX(-50%);
    width: 16.5vw;
    height: 4.6vw;
    text-align: center;
}

#hotPointBtn2>p{
    line-height: 100%;
    color:#ffffff;
}

.hot-btn{
    width: 31vw;
    height: 11.2vh;
    border-radius: 15px;
    margin-left:1vw;
    margin-right:1vw;
    text-align: center;
    font-size: 4.6vh;
    background-size: 100% 100% !important;
}

.rbtn{
    position: absolute;
    right: 3.5%;
    bottom: 20.3%;
    border: solid 1px;
    z-index: 10005;
}

.btn-text{
    color: white;
    width: 50%;
    position: absolute;
    height: 100%;
}
.btn-text>p{
    line-height: 50%;
}

.left-btn{
    left: 0;
}
.right-btn{
    right: 0;
}
.left-btn>p{
    position: absolute;
    right: 15%;
}
.right-btn>p{
    position: absolute;
    left: 15%;
}

.hotPointTitle{
    font-size: 3.1vw;
    margin-bottom: 1%;
}

.hotPointText{
    font-size: 1.6vw;
    width: 100%;
    height: 80%;
    margin-top:0;
}
#hotPointText>p{
    margin-top:0;
}

.top-item{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    pointer-events: none;
    overflow: hidden;
}

.photoFrame{
    position: absolute;
    width: 93.17vw;
    height: 87.06vh;
    left: 3.52vw;
    top:6.53vh;
    pointer-events: none;
    border-right-style: dashed;
    border-right-width: 2px;
    border-right-color:#724826;
    border-bottom-style: dashed;
    border-bottom-width: 2px;
    border-bottom-color:#724826;
}

.photoFrameLeftBottom{
    width: 5.3vw;
    height:48vh;
    border-left:dashed 2px #724826;
    border-top: dashed 2px #724826;
    position: absolute;
    bottom: 0;
}

.photoFrameRightTop{
    width: 87.87vw;
    height: 39.06vh;
    position: absolute;
    right: 0;
    border-Top:dashed 2px #724826;
    border-left: dashed 2px #724826;
}

.photoFrameLBS,.photoFrameRTS{
    position: absolute;
    width: 3.59vw;
    height: 6.3vh;
}
.photoFrameLBS{
    left: -3.59vw;
    bottom: -6.4vh;
    border-right:dashed 2px #724826;
    border-top: dashed 2px #724826;
}
.photoFrameRTS{
    right: -3.79vw;
    top: -6.4vh;
    border-left:dashed 2px #724826;
    border-bottom: dashed 2px #724826;
}

.sphere1,.sphere2{
    width: 1.9vw;
    height: 1.9vw;
    border-radius: 50%;
    position: absolute;
    background-color: #724826;
}
.sphere1{
    left: 0;
    bottom: 0;
    transform: translate(-50%,50%);
}
.sphere2{
    right: 0;
    top: 0;
    transform: translate(50%,-50%);
}

/*大标题*/
.left-title{
    writing-mode: vertical-lr;
    color:#724826;
    position:absolute;
    z-index: 1001;
    font-size: 9vh;
    left: 2.78vw;
    top: 4.37vh;
}

.photoRBI{
    position: absolute;
    width: 12.51vw;
    height: 5.32vw;
    bottom: 0;
    right: 0;
}

#pictureSwiper{
    width: 100%;
    height: 100%;
}

#innerSwiper{
    width: 72.56vw;
    height: 75.46vh;
    top:14.9vh;
}

.inner-slide{
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: hidden;
    z-index: 10;
}

.inner-img{
    position: absolute;
    width:70.3vw;
    height:71.4vh;
    left: 1.1vw;
    top:1.1vw;
    background-color: #eab483;
}

.picture-swiper-pagination{
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:0;
}

.picture-swiper-pagination{
    height: 50px;
}

.inner-bullet{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.video-panel{
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-panel>video{
    width: 100%;
    height: 100%;
}

.name-sprite{
    width: 336px;
    height: 96px;
    font-size: 48px;
    text-align: center;

    opacity: 0.7;

    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
}

#closeVideo{
    position: absolute;
    right: 2.1vw;
    top: 2.1vw;
}
