body{
    background: #000;
}

#container.containerBlur{
    -webkit-filter: blur(3px); /* Chrome, Safari, Opera */
    filter: blur(3px);
    z-index: 100;
}
/*欢迎页*/
.welcomPage{
    position:absolute;
    top:0;
    left:0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.welcomPage-center{
    width: 100%;
    height: 100%;
}
.welcomPage-img{
    width:100%;
    height: 100%;
    display: block;
    /*margin: 52% auto;*/
}

.wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all 1s;
}
.header{
    width: 100%;
    height: 1.73rem;
    position:relative;
    top:0;
    left:0;
    z-index: 20;
}
.shadow-wrap{
    width: 100%;
    position:absolute;
    top:0;
    left:0;
}
.shadow-wrap img{
    width: 100%;
    height: 1.93rem;
}
.header-con{
    width: 100%;
    height: 1.73rem;
    position:absolute;
    top:0;
    left:0;
}
.header-left{
    visibility: visible;
    position: absolute;
    left: .4rem;
    top: .35rem;
    width: 1.75rem;
}
.home-logo{
    width: 100px;
    height: 40px;
    visibility: visible;
    position: absolute;
}
.home-logo > img{
    width: auto;
    height: 24px;
    margin-top:3px;
}
.pageView{
    display: inline-flex;
    flex-direction: row;
    margin:.25rem 0 0 0;
}
.pageView img{
    width: .42rem;
    height: .3rem;
}
.pageView span{
    font-size: .25rem;
    color:#fff;
    margin:.05rem 0 0 .11rem;
}
.back-home{
    width: 59px;
    height: 24px;
    visibility: hidden;
    position: absolute;
    margin-top: 4px;

}
.back-home img{
    width: 13px;
    height: 21px;
    transform: rotate(180deg);
}
.header-right{
    position: absolute;
    visibility: visible;
    right: .4rem;
    top: 0px;
    height: 60px;
    display: flex;
    flex-direction: row;
}
.header-right > div{
    width: 40px;
    height: 60px;
    position:relative;
    display: block;
}
.header-right > div > img{
    display: block;
    width: 24px;
    height: 24px;
    position:absolute;
    top:18px;
    left:8px;
}
.header-right > div > img.switchover1,.header-right > div > img.switchover2{
    width: 19px;
    height: 19px;
    margin-top:3px;
}
.switchover1{
    visibility: visible;
}
.switchover2{
    visibility: hidden;
}
.g-safe-img1{
    visibility: hidden;
}
.g-safe-img2{
    visibility: visible;
}
.audio-img1{
    visibility: visible;
}
.audio-img2{
    visibility: hidden;
}
.header-vr-img1{
    visibility: visible;
}
.header-vr-img2{
    visibility: hidden;
}
.feature{
    width: .8rem;
    height: 90%;
    position:absolute;
    right:.23rem;
    top:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;

}
.like-wrap,.comment-wrap,.share-wrap,.photo-wrap{
    width: .85rem;
    height: .85rem;
    margin:.13rem 0;
    display: block;
    position:relative;
    border: 1px solid rgba(255,255,255,0);
}
.photo-wrap.active i{
    border: 1px solid #fff;
    border-radius: 50%;
}
.comment-wrap{
    display: none;
}
.feature i{
    width: .8rem;
    height: .8rem;
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0);
    box-sizing: border-box;
    background: url("../images/gongneng.png") no-repeat;
    background-size: 6.696rem 0.8rem;
}


.like-wrap p{
    font-size: .24rem;
    color:#fff;
    text-align: center;
    margin:-.9rem 0 0 .2rem;
}
.like-wrap i{
    background-position:-1.272rem 0;
}
.like-wrap i.active{
    background-position: -5.896rem 0;
}
.comment-wrap i{
    background-position:-2.56rem 0;
}
.share-wrap i{
    background-position:-3.832rem 0;
}
.photo-wrap i{
    background-position:0px 0;
}
.photo-wrap{
    display: none;
}
.piaoxin{
    width: .44rem;
    height: .4rem;
    position:absolute;
    top:.2rem;
    right:.2rem;
    display: none;
}
.piaoxin1{
    display: block;
    animation: piaoxian .7s linear 1;
    animation-fill-mode: forwards;
}
@keyframes piaoxian {
    0% {
        transform: scale(1);
        right:.2rem;
        top:.2rem;
    }
    25%{
        transform: scale(.75);
        right:0rem;
        top:0;
    }
    50% {
        transform: scale(.75);
        right:-.2rem;
        top:-.4rem;
    }
    75%{
        transform: scale(.5);
        right:0rem;
        top:-.6rem;
    }
    100% {
        transform: scale(0);
        right:.2rem;
        top:-.8rem;
    }
}



.home-wrap{
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    overflow: hidden;
    display: none;

}
.explore-btn{
    width: .98rem;
    height: .98rem;
    position:absolute;
    bottom:1.88rem;
    left:.5rem;
    z-index: 10;
    display:none ;
}
.explore-btn img{
    width: 100%;
}
.home-upglide{
    width: 100%;
    height: 2rem;
    position: absolute;
    overflow: hidden;
    bottom: 1.2rem;
    left: 0;
    color: #fff;
    transform: translate(0px, 0%);
    z-index: 110;
    transition: all .5s;
    /*display: none;*/
}
.home-upglide .swiper-scrollbar{
    opacity: 0;
}
.home-downglide .swiper-scrollbar{
    opacity: 1;
}
.blur{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(100,101,115,.95);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    z-index: 0;
}
.shadowTop{
    position: fixed;
    top: 0px;
    bottom: 0px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    width: 100%;
    height: 2.3rem;
    z-index: 1;
}
.upglide-container{
    width: 100%;
    height: 90%;
    padding:0 .5rem 0rem;
    box-sizing: border-box;
    position:relative;

}
.home-downglide .upglide-container{
    margin-top: 1.2rem;
}
.upglide-slide{
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.zq-info{
    overflow: hidden;
}
.zq-title,.ex-title{
    font-size: .35rem;
    color: #FFFFFF;
    letter-spacing: 3.5px;
    line-height: .34rem;
    margin:.3rem 0;
  
}
.zq-info-con,.ex-info-con {
    /*height: 0.9rem;*/
    overflow: hidden;
    font-size: .27rem;
    color: #FFFFFF;
    letter-spacing: 4px;
    text-align: justify;
    line-height: .45rem;
}
.home-downglide .zq-info-con{
    /*height: 2.6rem;*/
}
.zq-info-con.active{
    height: 100%;
}
.unfoldMore,.ex-unfoldMore{
    float:right;
}
.unfold,.ex-unfold{
    width: .5rem;
    height: .5rem;
    display: block;
    padding: .25rem;
}
.fold{
    transform: rotateZ(180deg);
}
.up-arrow{
    width: 14px;
    height: 14px;
    background: url("../images/upArrow.png") no-repeat;
    background-size: 14px 14px;
    position:fixed;
    top:.3rem;
    right:.5rem;
    z-index: 10;
}
.home-downglide{
    height:100%;
    transform:translate(0px, 0%);
    background: rgba(0,0,0,.565);
    bottom:0;
}
.home-downglide .shadowTop{
    display: none;
}
.home-downglide .up-arrow{
    transform:rotate(180deg);
    top:.5rem;
}
.down-arrow{
    transform: rotateZ(180deg);
}
.tab-box{
    width: 6.05rem;
    display: none;
    position:fixed;
    top:0;
    left:.5rem;
}
.tab-container{
    width: 100%;
    margin-top:.4rem;
    margino-left:-.7rem;
}
.tab-container .swiper-slide{
    width: 2.1rem;
    height: .5rem;
    background: #333;
    border-radius:.5rem;
    text-align: center;
    line-height: .5rem;
    margin-right:.3rem;
    font-size: .25rem;
}
.tab-container .swiper-slide.active{
    background: #D93E3C;
}
.tab-slide{

}
.zq-gap{
    margin-bottom: .6rem;
}
.zq-scenery{
    width: 6.5rem;
    margin:0 auto;
}
.scenery-container{
    width: 6.5rem;
    padding-bottom: .8rem;
    margin-top:.5rem;
}
.scenery-container .swiper-slide{
    width: 4rem;
    border-radius: 5px;
    position: relative;
}
.scenery-container img.scenery-img{
    width: 4rem;
    height: 2.6rem;
    border-radius: 5px;
}
.play-btn{
    width: .6rem;
    height: .6rem;
    position:absolute;
    top:50%;
    left:50%;
    margin: -.3rem;
}
.za-map-img{
    width: 6.5rem;
    height: 3.5rem;
}
.back-top{
    width: .8rem;
    height: .8rem;
    position:fixed;
    bottom:3rem;
    right:.5rem;
    z-index: 20;
    opacity: 0;
    transition: all .5s;

}
.back-top img{
    width: .8rem;
    height: .8rem;

}

/*视频弹出层*/
.video-wrap{
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: #000;
    z-index: 130;
    display: none;
}
.video-box{
    width: 7.5rem;
    height: 4.5rem;
    /* margin-top:3.4rem; */
}
#video{
    width: 100%;
}
.common-back{
    width:.5rem;
    height:.5rem;
    position:absolute;
    top:.2rem;
    left:.2rem;
    transform: rotateZ(180deg);
    z-index: 10;
}
.common-back img{
    width: .2rem;
    height: .34rem;
    display: block;
    margin:0 auto;
}
.preview-wrap{
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: #000;
    z-index: 120;
    display: none;
}
.preview-container{
    padding-top: 1.28rem;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.preview-container .showVideo{
    width: 100%;
    overflow: hidden;
}
.preview-container .showVideo .scenery-img{
    width: 100%;
}

.preview-container .preview-slide{
    width: 7.5rem;
    height: 100%;
    position:relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-top:-1rem;
}
.preview-slide img{
    width: 100%;
    height: 100%;
    display: block;
}
.preview-container .swiper-pagination{
    color:#fff;
    font-size: 16px;
    top:.4rem;
}
/*探索页*/
.explore-wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 110;
    overflow: hidden;
    /* background: rgba(0,0,0,.565); */
    transform: translate(0px, 85%);
    transition: all .5s;
}
.explore-container{
    width: 100%;
    height: 1.8rem;
    padding:0 .5rem 1.2rem;
    box-sizing: border-box;
    /*margin-top:1.2rem;*/
}
.explore-slide{
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.explore-wrapDown{
    transform:translate(0px, 0%);
    background: rgba(0,0,0,.565);
    background: url("../images/backgroundColor.png") repeat-y;
    background-size: 100% 100%;
}
.explore-wrapDown .shadowTop{
    display: none;
}
.explore-wrapDown .up-arrow{
    transform:rotate(180deg);
    top:.5rem;
}
.explore-wrapDown .explore-container{
    height:90%;
    margin-top:1.2rem;
}
.explore-wrapDown .ex-unfold{

}
/*探索页精选轮播图*/
.sift-wrap{
    width: 6.5rem;
    height: 3.65rem;
    margin:0 auto;
    overflow: hidden;
}
.sift-container{
    width: 6.5rem;
    height: 3.65rem;
}
.sift-wrapper{
    width: 6.5rem;
    height: 3.65rem;
    /*background: lawngreen;*/

}
.sift-slide{
    width: 4rem;
    border-radius: 5px;
    position: relative;
}
.sift-info{
    width: 5.55rem;
    position:absolute;
    bottom:.5rem;
    left:.3rem;
    color:#fff;
    z-index: 10;
}
.sift-slide .shadowTop{
    top:2.08rem;
    height:1.6rem;
}
.sift-wrap .swiper-pagination{
    color:#fff;
}
.sift-info-title{
    font-size: .32rem;

}
.sift-info-text{
    font-size: .26rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: .2rem 0 .1rem;
}
.sift-slide > img{
    /* width: 2rem;
    height: 2.93rem; */
    width: 4rem;
    height: 2.6rem;
    border-radius: 5px;
}

.sift-wrap .swiper-pagination-bullet{
    background: rgba(255,255,255,1);
}
.sift-wrap .swiper-pagination-bullet-active{
    background: #fff;
}
.close-box{
    width: 1rem;
    height: 1rem;
    position:fixed;
    top:.12rem;
    right:.22rem;
}
.close-btn{
    width: .54rem;
    height: .54rem;
    margin:.23rem;
}
.tab-wrap{
    width: 100%;
    margin-top:.4rem;
}
.tab-top{
    width: 100%;
    margin-bottom: .32rem;
}
.tab-top-container{
    width: 6.5rem;
}
.tab-top .tab-top-slide{
    width: auto;
    height: .5rem;
    line-height: .5rem;
    padding: 0 .3rem 0rem;
    font-size: .24rem;
    text-align: center;
    margin-right: .3rem;
    color: #fff;
    opacity: .52;
    border-radius: 1rem;
    border: 1px solid #fff;
    letter-spacing: .03rem;
  
}
.tab-top-slide.active{
    opacity: 1;
    border: none;
    background: linear-gradient(to bottom, #37c2b4 0%,#0a8781 100%);
}
.tab-con{
    width: 100%;
}
.scenic-wrap{
    width: 6.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.construction{
    width: 100%;
}
.construction img{
    width: 100%;
}

.scenic-module{
    position:relative;
    margin-bottom: .4rem;
    /* width: 3.1rem; */
    width: 6.5rem;
    height: 3.6rem;
}

.scenic-img{
    width: 6.5rem;
    height: 3.6rem;
    -webkit-filter: grayscale(10%);
    filter: grayscale(10%);
}
.scenic-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.45);
    color: #fff;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.scenic-info-title{
    font-size: .21rem;
}
.scenic-info-title i{
    display: inline-flex;
    width: .2rem;
    height: .18rem;
    background: url("../images/xlIcon.png") no-repeat center;
    background-size: .2rem .18rem;
    margin-right:.05rem;
}
.scenic-info-text{
    font-size: .35rem;
    margin-top:.2rem;
}
.distance {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    margin-top: .3rem;
}
.distance img {
    width: 7px;
    height: 11px;
    margin-right: 5px;
}
.distance p {
    font-size: .24rem;
}

.skip-btn{
    position: absolute;
    top: .2rem;
    right: .2rem;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
}
.skip-btn p {
    color: #fff;
    font-size: 12px;
}
.skip-img{
    width: .36rem;
    height: .36rem;
    transform: rotateZ(-90deg);
}
.tabArrow {
    width: .42rem;
    height: .22rem;
    position: absolute;
    bottom: .5rem;
    left: 50%;
    transform: translate(-50%,0);
}
.share-mask{
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    z-index: 130;
    display: none;
    background: rgba(0,0,0,.565);
}

.share-icon{
    width: 1.842rem;
    height: 2.24rem;
    position: absolute;
    top: .24rem;
    right: .4rem;
}
.share-mask p{
    color: #fff;
    letter-spacing: 2px;
    font-size: .32rem;
    position: absolute;
    top: 3.08rem;
    right: .7rem;
}
/*marker点*/
#iconBlock{
    width: 24px;
    height: 24px;
    /* position:absolute;
    top:50%;
    left:50%;
    margin:-12px -12px; */
}
#iconBlock img{
    width: 24px;
    height: 24px;
    display: block;
}  
#showBlock{
    /* width: 44px;
    height: 44px;
    position:absolute;
    top:50%;
    left:50%; */
}
#downArrow{
    width: 12px;
    height: 10px;
    margin: auto;
    display: flex;
    /* position:absolute;
    bottom:-10px;
    left:50%;
    margin-left:-4px; */
}
#downArrow img{
    width: 12px;
    height: 10px;
    display: block;
}
#markerImg{
    width: 48px;
    height: 48px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#markerImg img{
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 3px;
    display: block;
}
#markerText{
    width: auto;
    margin-bottom: 2px;
}
#markerText p{
    display: flex;
    white-space: pre;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    /* width: 44px; */
    justify-content: center;
    -webkit-box-pack: center;
    text-align: center;
  
}

#imgMarker{
  width: 45px;
  height: 45px;
  border-radius: 2px;
  border: 3px solid #fff;
}
#imgMarker img{
  width: 100%;
  height: 100%;
}
.enter-marker{
    padding:10px 3px;
    width: 14px;
    background: rgba(0,0,0,.6);
    position:relative;
    z-index: 20;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #fff;
    color:#fff;
    font-size: 13px;
}
.enter-marker p{

}
.enter-marker img{
    width: 15px;
    height: 15px;
    margin-top:5px;
}
.another-marker{
    padding:10px 4px 26px;
    width: 12px;
    background: rgba(255,255,255,.6);
    position:relative;
    z-index: 20;
    text-align: center;
    border-radius: 20px;
    color:#000;
    font-size: 13px;

}
.another-marker .row{
    position:absolute;
    top:-24px;
    left:0;
    width: 20px;
    height: 15px;
}
.another-marker img{
    width: 20px;
    height: 20px;
    margin-top:5px;
    position: absolute;
    bottom:0;
    left:0;
}
.video-marker{
  width: 45px;
  height: 45px;
  border: 3px solid #ffffff;
  border-radius: 3px;
  position: relative;
}
.video-marker img {
  width: 45px;
  height: 45px;
}
.video-marker .video-m-btn {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
}
.img-marker,.imgs-marker{
    width: 45px;
    height: 45px;
    position:relative;
}
.imgs-marker img{
    width: 45px;
    height: 45px;
    border-radius: 2px;
    border-radius: 2px;
    border: 3px solid #fff;
}
.img-marker >.small-img{
    width: 45px;
    height: 45px;
    border-radius: 2px;
    border-radius: 2px;
    border: 3px solid #fff;
}
.imgs-marker img:last-child{
    position:absolute;
    top:8px;
    right:3px;
}
.img-marker-big{
    position:absolute;
    top:-100px;
    left:-215px;
    width: 264px;
    height: 148px;
    display: none;
    transition: all .3s;
    text-align: left;
}
.img-marker:hover .img-marker-big{
    display: block;
}
.img-marker-big > img{
    width: 264px;
    height: 148px;
    border: 3px solid #fff;
    border-radius: 5px;
}
.img-marker-big p{
    font-size: 16px;
    color:#fff;
    margin-top:5px;
}


/*右箭头*/
#right-marker{
    height: 40px;
    font-size: .28rem;
    text-align: center;
    border-radius: .2rem;
    line-height: .3rem;
    position:relative;
    color:#fff;
}

#movingArrowRight{
    position: absolute;
    right: -0.15rem;
    top:-0.25rem;
    width: 40px;
    height: 40px;
    transform-origin: 0px 0px 0px;
    margin-right: 10px;
    background-image: url(../images/right-marker-arrow.png);
    background-position: 0 0;
    background-size: 100% auto;
    -webkit-animation: movingArrowRightkey infinite steps(27) 1s;
}
@-webkit-keyframes movingArrowRightkey{
    0%{
        background-position:0 1080px;
    }
    100%{
        background-position:0 0;
    }
}


/*左箭头*/
#left-marker{
    height: 40px;
    font-size: .3rem;
    line-height: .5rem;
    position:relative;
    color:#fff;
}
#left-marker #marker-name{
    padding-top: 0.15rem;
}
#movingArrowLeft{
    position: absolute;
    left: -0.75rem;
    width: 40px;
    height: 40px;
    transform-origin: 0px 0px 0px;
    background-image: url(../images/left-marker-arrow.png);
    background-position: 0 0;
    background-size: 100% auto;
    -webkit-animation: movingLeftDownkey infinite steps(27) 1s;
    animation: movingLeftDownkey infinite steps(27) 1s;
}
@-webkit-keyframes movingLeftDownkey{
    0%{
        background-position:0 1080px;
    }
    100%{
        background-position:0 0;
    }
}

/*上箭头*/
#top-marker{
    padding:.2rem .08rem .2rem ;
    width: 0.4rem;
    font-size: .3rem;
    text-align: center;
    border-radius: .2rem;
    line-height: .3rem;
    position:relative;
    color:#fff;
    word-break: break-all;
}
.movingArrowDown{
    /*visibility: visible;*//*不知道为什么加上这个属性，就会出现两个*/
    position: relative;
    left: -0.15rem;
    width:35px;
    height:36px;
    margin-bottom: 0.1rem;
    transform-origin: 0px 0px 0px;
    background-image: url(../images/up-marker-arrow.png);
    background-position: 0 0;
    background-size: 100% auto;
    -webkit-animation: movingArrowDownkey infinite steps(27) 1s;
    /*animation: movingArrowDownkey infinite steps(27) 6s;*/
}
@-webkit-keyframes movingArrowDownkey{
    0%{
        background-position:0 972px;
    }
    100%{
        background-position:0 0;
    }
}


/*小黑屋--对应house*/
#home-marker{
    padding:.2rem .08rem .2rem ;
    width: .3rem;
    background: rgba(0,0,0,.8);
    font-size: .28rem;
    text-align: center;
    border-radius: .2rem;
    line-height: .3rem;
    position:relative;
    word-break:break-all;
    color:#fff;
}

.blackHouse{
    top: 5px;
    width:.3rem;
    height:.3rem;
    margin-bottom: 0.1rem;
    transform-origin: 0px 0px 0px;
    background-image: url(http://webapp.vizen.cn/village_pc/home_model1.bundle/home/images/i-normal-cir.png);
    background-position: 0 0;
    background-size: 120% auto;
}


/*圆点*/
#round-marker{
    background: rgba(0,0,0,.8);
    word-break: break-all;
    font-size: .28rem;
    text-align: center;
    line-height: .3rem;
    position:relative;
    color:#fff;
    transform-origin: 0px 0px 0px;
    width: .3rem;
}
#round-marker #marker-name{
    position: absolute;
    left: 0.16rem;
    top:0.6rem;
}
#big-round:before{
    position: absolute;
    z-index: 3;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    transform-origin:50% 50%;
    box-sizing: border-box;
    transform:scale(0.5);
    border: 8px solid rgba(1, 1, 1, 0.8);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 1);
    background: #ffffff;
    border-radius: 50%;
    opacity: 1;
    animation:middleRipple infinite steps(12) 3s;
}
#big-round:after{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    z-index: 2;
    background:rgba(0, 0, 0, 1);
    animation:bigRipple infinite steps(12) 3s;
}
@keyframes middleRipple {
    0% {
        opacity:1;
        transform:scale(0.5)
    }
    50% {
        opacity:0.35;
        transform:scale(0.7)
    }
    100% {
        opacity: 1;
        transform:scale(0.5)
    }
}
@keyframes bigRipple {
    0% {
        opacity:1;
        transform:scale(0.5)
    }
    50% {
        opacity:0.35;
        transform:scale(1.2)
    }
    100% {
        opacity: 1;
        transform:scale(0.5)
    }
}



.row{
    width: .4rem;
    height: .22rem;
    position:absolute;
    top:-.25rem;
    left:.01rem;
}
.another-img{
    width: .4rem;
    height: .4rem;
    position:absolute;
    bottom:0rem;
    left:.01rem;
}

/*#video-marker{*/
    /*width: 1.5rem;*/
    /*height: 1rem;*/
    /*position:relative;*/

/*}*/
.video-m-img{
    width: 1.5rem;
    height: 1rem;
    /*border: 2px solid #fff;*/
    border-radius: .01rem;
}
.imgText-img{
    width: 6.5rem;
    margin-bottom: .2rem;
}

/*子页面内容*/
.inner-wrap{
    width: 100%;
    height: 2.54rem;
    position:absolute;
    bottom:0;
    left:0;
    z-index: 20;
    display: none;
}
.inner-tab-top{
    padding-top:.45rem;
    transition: all .3s;
    display: none;
}
.inner-tab-topB{
    margin-top:1.85rem;
    transition: all .3s;
}
.linesDetailBox{
    width: 7.5rem;
    height: 2.54rem;
    overflow:hidden;
}
.inner-shadow{
    position:absolute;
    bottom:0;
    left:0;
}
.inner-shadow img{
    width: 7.5rem;
    height: 3.3rem;
}
.inner-tab-box{
    width: 7.5rem;
    height: 2.54rem;

}
.inner-container{
    width: 7.1rem;
    margin:0 auto;
}
.inner-slide{
    width: 1.5rem;
    height: .48rem;
    line-height:.48rem;
    text-align: center;
    color:#fff;
    font-size: .25rem;
    border-radius: .05rem;
}
.inner-slide.active{
    background: #D53B3C;
}

.linesPoiBox{
    margin-top:1.26rem;
    transition: all .5s;
    opacity: 1;
}
.linesPoiBox.active{
    opacity: 0;
    margin-top:3.26rem;
    transition: all .5s;
}
.linesPoi-contaiber{
    width: 7.1rem;
    margin:0 auto;
}
.linesPoi-slide{
    width: 1.92rem;
    height: 1.08rem;
    border: 2px solid rgba(255,255,255,0);
}
.linesPoi-slide.active{
    border: 2px solid rgba(255,255,255,1);
}
.scenicPhoto-img{
    width: 1.92rem;
    height: 1.08rem;
}
.linesPoi-slide.active .scenicPhoto-mask{
    background: rgba(0,0,0,0);
}
.scenicPhoto-mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.45);
    position:absolute;
    top:0;
    left:0;
}
.scenicPhoto-mask p{
    color:#fff;
    font-size: .26rem;
    text-align: center;
    margin-top:0.7rem;
    line-height: .3rem;
    letter-spacing: .02rem;
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.linesPoi-slide.active .browse{
    display: none;
}
.browse{
    width: .32rem;
    height: .32rem;
    position:absolute;
    top:.2rem;
    left:.8rem;
}
.scene-mask{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 120;
    display: none;
    background: rgba(0,0,0,.565);
}
.scene-close{
    width: 1rem;
    height: 1rem;
    position: fixed;
    top: .12rem;
    right: .22rem;
    z-index: 30;
}
.scene-close-btn,.map-close-btn{
    width: .54rem;
    height: .54rem;
    margin:.23rem;
}
.scene-container{
    width: 100%;
    height: 90%;
    box-sizing: border-box;
    padding: 0rem .5rem 1.2rem;
    margin-top:1.2rem;

}
.scene-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.zhanqi-title{
    font-size: .35rem;
    color: #FFFFFF;
    letter-spacing: 3.5px;
    text-align: justify;
    line-height: 35px;
    margin-bottom: .1rem;
}
.zhanqi-text{
    font-size: .27rem;
    color: #FFFFFF;
    letter-spacing: 4px;
    line-height: .66rem;
}
.swiper-scrollbar-drag{
    background: #b8b8b8;
}

.hideMarker{
    width: 0px !important;
    height: 0px !important;
    overflow: hidden;
}
.map-mask{
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    background: #ccc;
    z-index: 150;
    display: none;
    overflow: hidden;
}
.map-swiper-container{
    width: 100%;
    height: 2.1rem;
    position:absolute;
    bottom:.2rem;
    left:0;
}
.map-img-box{
    width: 5rem;
    position:relative;
}
.map-swiper-container .swiper-slide{
    width: 5rem;
    height: 2.1rem;
}
.map-img-box  > img{
    width: 5rem;
    height: 2.1rem;
}

.map-button{
    width: 1.2rem;
    height: 1.2rem;
    position:absolute;
    top:1.7rem;
    left:.33rem;
    z-index: 10;
}
.map-button img{
    width: 1.2rem;
    height: 1.2rem;
}
.show-wall{
    width: 1.2rem;
    height: 1.2rem;
    position:absolute;
    top:3.2rem;
    left:.33rem;
    z-index: 10;
}
.show-wall img{
    width: 1.2rem;
    height: 1.2rem;
}

.museum{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    background: #1C232D;
    display: none;
    overflow: hidden;
}
.museum iframe{
    width: 100%;
    height: 500px;

}
.distance{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    margin-top:.3rem;
}
.distance img{
    width: 7px;
    height:11px;
    margin-right:5px;
}
.distance p{
    font-size: .24rem;
}
.tabArrow{
    width: .42rem;
    height: .22rem;
    position:absolute;
    bottom: .5rem;
    left:50%;
    transform: translate(-50%,0);
}
.map-mask{
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    z-index: 110;
    background: #f1f1f1;
    display: none;
    overflow: hidden;
}
.map-swiper-box{
    width: 100%;
    height: 4.33rem;
    position:absolute;
    bottom:0;
    left:0;
    overflow: hidden;
}
.map-swiper-box > .shadow {
    width: 100%;
    height: 4.33rem;
    background: url("../images/shadow.png") no-repeat center;
    background-size: 100%  4.33rem;
    transform: rotate(180deg);

}
.map-swiper-container{
    width: 100%;
    height: 2.58rem;
    position:absolute;
    bottom:.45rem;
    left:0;
    z-index: 10;
    transition: all .5s;
}
.map-swiper-container .swiper-slide{
    width: 5.56rem;
    height: 2.58rem;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 3px;
}
.map-slide{
    width: 100%;
    height: 2.58rem;
    text-align: center;
}
.map-slide img{
    width: 100%;
    height: 1.8rem;
    border-radius: 3px 3px 0 0;
}
.map-slide p{
    font-size: .24rem;
    color: #737373;
    letter-spacing: 2px;
    margin-top: .22rem;
  
}
.RecommendedLine{
    width: 2.32rem;
    height: .76rem;
    background: #fff;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position:absolute;
    top: .2rem;
    left:50%;
    transform: translate(-50%,0);
    z-index: 10;
    border-radius: .4rem;
    transition: all .5s;
}
.RecommendedLine p{
    font-size:.3rem;
    color: #000000;
    letter-spacing: 2px;
  
}
.RecommendedLine img{
    width: 11px;
    height: 6px;
    transition: all .5s;
}
.map-swiper-box.active .RecommendedLine{
    top:3.2rem;
}
.map-swiper-box.active .RecommendedLine img{
    transform: rotate(180deg);
}
.map-swiper-box.active .map-swiper-container{
    bottom: -3.55rem;
}
.map-swiper-box.active  .shadow {
    width: 100%;
    height: 3.33rem;
    background: url("../images/shadow.png") no-repeat center;
    background-size: 100%  3.33rem;
    transform: rotate(180deg);
    margin-top:3rem;

}
.map-markerWrap{
    width: 55px;
    height: 28px;
    position:relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position:absolute;
    left:50%;
    top:50%
}
.map-marker{
    width: 55px;
    height: 28px;
    background: linear-gradient(to bottom, #37c2b4 0%,#0a8781 100%);
    border-radius: .5rem;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    transition: all .5s;
    position:absolute;
    left:0;
    box-shadow: 4px 3px 17px rgba(8, 17, 39, .3);

}
.map-marker > img{
    width: 22px;
    height: 22px;
    margin-left:1px;
    position:absolute;
    left:0;
}
.map-marker > p{
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color:#fff;
    position:absolute;
    right:0;
    background: linear-gradient(to bottom, #37c2b4 0%,#0a8781 100%);
    border-radius: .5rem;
}
.map-marker.active{
    width: 28px;
    left:11px;
}
.map-markerImg{
    width: 2.4rem;
    height: 1.2rem;
    border-radius: 3px;
    position:absolute;
    top:-1.5rem;
    left:50%;
    transform: translate(-50%,0);
    text-align: center;
    box-shadow: 0px 4px 13px #999;
    display: none;
    z-index: 10;
}
.map-markerImg > img{
    width: 2.4rem;
    height: 1.2rem;
    border-radius: 3px;

}
.map-markerImg > p{
    font-size: .3rem;
    color: #FFFFFF;
    letter-spacing: 0.86px;
    position:absolute;
    bottom:.2rem;
    left:50%;
    transform: translate(-50%,0);
}
.map-markerImg .shadow{
    width: 2.4rem;
    height: 1.2rem;
    background: rgba(0,0,0,.1);
    position:absolute;
    top:0;
    left:0;
    border-radius: 3px;
}
.map-markerWrap:nth-child(2){
    top:20%;
}
.map-markerArrow{
    width:0;
    height:0;
    border-right:.1rem solid transparent;
    border-left:.1rem solid transparent;
    border-top:.1rem solid #0a8781;
    position:absolute;
    bottom:-.08rem;
    left:46%;
    transform: translate(-50%,0);
}
.map-close-btn{
    width: 40px;
    height: 40px;
    background: url("../images/mapClose.png") no-repeat;
    background-size: 40px 40px;
    position:absolute;
    right:.15rem;
    top:.3rem;
}
.map-container{
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    /*background: red;*/
}
/*三维弹出层的样式*/
.threeD-wrap{
    /*白色不透明*/
    background: rgba(255,255,255,1);
}
/* 显示按钮关闭按钮 */
.threeD-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 110;
    overflow: hidden;
    /* background: rgba(0,0,0,.565); */
}
.threeD-close-box{
    z-index: 900;
}
.threeD-marker-close-box{
    z-index: 900;
}
.threeD-container{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.threeD-upglide-wrapper{
    box-sizing: border-box;
    height: 2.9rem;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 75px;
    padding: 0px 0.5rem;
    line-height: 17px;
    overflow: auto;
}
.close-box, .threeD-close-box {
    width: 1rem;
    height: 1rem;
    position: fixed;
    top: .12rem;
    right: .22rem;
}
.close-box, .threeD-marker-close-box {
    display: none;
    width: 1rem;
    height: 1rem;
    position: fixed;
    top: .12rem;
    right: .22rem;
}
.threeD-marker-upglide-wrapper{
    display: none;
    box-sizing: border-box;
    height: 2.9rem;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 75px;
    padding: 0px 0.5rem;
    line-height: 17px;
    overflow: auto;
}
.threeD-marker-upglide-wrapper h1 {
    color: #fff;
}
.threeD-marker-upglide-wrapper p {
    font-size: 14px;
    color: #fff;
}

/*云游阅图*/
.icon-AI-yuexiu{
  width: 1.2rem;
  height: 1.2rem;
  position:absolute;
  top:3rem;
  left:0.33rem;
  z-index: 10;
  cursor: pointer;
}
.icon-AI-yuexiu img{
  width: 1.2rem;
  height: 1.2rem;
}
.yuexiu-AI-page{
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.yuexiu-AI-page .iframe{
  width: 100vw;
  height: 100vh;
}
.yuexiu-AI-page .yuexiu-close-btn{
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.hide-map{
  top: -9999px;
  left: -9999px;
}
