html,body{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    
    -moz-user-select: none; /*鐏嫄*//*閫変腑鏂囧瓧鏃堕伩鍏嶅嚭鐜拌摑鑹茶儗鏅�*/   
    -webkit-user-select: none; /*webkit娴忚鍣�*//*閫変腑鏂囧瓧鏃堕伩鍏嶅嚭鐜拌摑鑹茶儗鏅�*/   
    -ms-user-select: none; /*IE10*//*閫変腑鏂囧瓧鏃堕伩鍏嶅嚭鐜拌摑鑹茶儗鏅�*/
    user-select: none;/*閫変腑鏂囧瓧鏃堕伩鍏嶅嚭鐜拌摑鑹茶儗鏅�*/
        
        
}
*{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*左上*/
.BMap_pop div:nth-child(1) > div {
    /*    background-color: #f0f0f0 !important;
    border: 1px solid #ccc !important;*/
    border-radius: 10px 0 0 0;
}
 /*右上*/
.BMap_pop div:nth-child(3) > div {
    /*    background-color: #f0f0f0 !important;
    border: 1px solid #ccc !important;*/
    border-radius: 0 10px 0 0 ;
}
 
/*右下*/
.BMap_pop div:nth-child(7) > div {
    /*    background-color: #f0f0f0 !important;
    border: 1px solid #ccc !important;*/
    border-radius:0 0 10px 0;
}
 
/*左下*/
.BMap_pop div:nth-child(5) > div {
    /*    background-color: #f0f0f0 !important;
    border: 1px solid #ccc !important;*/
    border-radius: 0 0 0 10px;
}


.sl1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical; /*省略号*/
}

.sl2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; /*省略号*/
}

.sl3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical; /*省略号*/
}

.bgc {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

img[src="https://api.map.baidu.com/images/iw_close1d3.gif"] {
    display: none;
}

#remindBox {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    background: #00000099;
    padding: 20px 20px;
    width: 380px;
    max-width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 10;
    line-height: 26px;
    letter-spacing: 1px;
    z-index: 9999;
}

@media only screen and (min-width: 300px){
    .briefIntroduction, .languagePopup, .popupBox{
        width: 90% !important;
    }
    .brieContent .content{
        height: 68px !important;
        width: 94%;
    }
    .brieCenterList li .list .text,.basicList li p{
        font-size: 12px !important;
    }
  /*  .swiper{
        width: 90% !important;
        height: 150px !important;
    }*/
    .demo{
        width: 50%;
    }
    .demo img{
        width: 100%;
    }
    
    .groupBox ul li img{
        width: 25px;
        height: 25px;
    }

}
@media only screen and (min-width: 900px){
    .briefIntroduction, .languagePopup, .popupBox{
        width: 50% !important;
    }
  /*  .swiper{
        width: 90% !important;
        height: 300px !important;
    }*/
    .demo{
        width: 215px;
    }
}

@media only screen and (min-width: 1400px){
    .briefIntroduction, .languagePopup, .popupBox{
        width: 30% !important;
    }
    /*.swiper{
        width: 90% !important;
        height: 300px !important;
    }*/
    .demo{
        width: 215px;
    }
    .demo img{
        width: 100%;
    }
    
    .groupBox ul li img{
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 700px),
screen and (max-height: 389px) {
    body .mask .jiaotong_box, .qr_box #jiaotong{
        width: 100%;
    }
}


/* 榧犳爣绉诲叆鎵嬪娍 */
.cursor{
    cursor: pointer;
}

#mapBox{
    width: 100%;
    height: 100%;
}

/* 渚ц竟鏍� */
.actionBarBox{
    position: fixed;
    top: 10%;
    /* right: 0; */
    background-color: #fff;
    z-index: 9999;
    padding: 10px;
    display: block;
   /* display: flex;
    flex-direction: column;*/
    transition: all 0.3s;
    /*display: none;*/
}

.actionBarBox div{
    flex: 1;
}

.actionBarBox .text{
    margin: 0 0 10px 0;
    font-size: 12px;
    text-align: center;
    color: #383838;
}

/* 瀵艰埅鏍� */
.navMarkerBox{
    position: absolute;
    width: 110px;
    right: -110px;
    background-color: #fff;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s;
}
.navMarkerList{
    padding: 5px;
    margin: 0;
}
.navMarkerList li{
    list-style: none;
    font-size: 14px ;
    cursor: pointer;
    text-align: center;
    margin-bottom: 5px;
    padding: 5px 0;
    color: #303030;
    border-radius: 5px;
    /* border-bottom: 1px solid rgb(124, 124, 124); */
}

/* 鏅尯绠€浠� */
.briefIntroduction{
    position: fixed;
    top: -400px;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    min-width: 310px;
    background-color: #fff;
    padding: 10px;
    z-index: 999;
    /*display: none;*/
    transition: all 0.3s;
}

.briefIntroduction ul{
    list-style: none;
}

.brieHander {
    display: flex;
    align-content: center;
    border-bottom: 1px solid #e4e4e4;
}

.avatarBox{
    width: 75px;
    height: 75px;
    position: relative;
}

.brieHander .avatar{
    width: 70px;
    height: 70px;
    border: 2px solid #d2dce8;
    border-radius: 50%;
    margin-right: 20px;
}

.brieHander .palayBtn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.brieContent{
    margin-left: 10px;
}

.brieContent .name{
    margin: 0;
}

.tag span{
    font-size: 12px;
    color: #04a9a3;
    border: 1px solid #04a9a3;
    padding: 1px 3px;
}

.brieContent .content{
    margin: 10px 0;
    font-size: 12px;
    width: 90%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 寮规€т几缂╃洅瀛愭ā鍨嬫樉绀� */
    display: -webkit-box;
    /* 闄愬埗鍦ㄤ竴涓潡鍏冪礌鏄剧ず鐨勬枃鏈鏁� */
    -webkit-line-clamp: 2;
    /* 璁剧疆鎴栨绱几缂╃洅瀵硅薄鐨勫瓙鍏冪礌鐨勬帓鍒楁柟寮� */
    -webkit-box-orient: vertical;
}

.moreDetail{
    color: #04a9a3;
    font-size: 14px;
}

.brieCenter{
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    height: 60px;
}

.brieCenter ul{
    /* padding-left: 10px; */
    float: left;
    margin: 10px 0;
    display: flex;
}

.basicInfoBox ul{
    padding-left: 20px;
    margin: 10px 0;
}

.brieCenter ul li{
    display: inline;
    margin-right: 30px;
}
.basicList li p{
    font-size: 14px;
}
.brieCenterList li .list{
    text-align: center;
}

.brieCenterList li .list img{
    width: 20px;
    height: 20px;
}

.brieCenterList li .list .text{
    font-size: 14px;
    margin: 0;
}

.phone{
    text-decoration: none;
    color: #000;
}

/* 鍏紬鍙蜂簩缁寸爜 */
.mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000045;
    z-index: 999;
    display: none;
}
.mask .qr_box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mask .jiaotong_box{
    width: auto;
}

#jiaotong{
    width: auto;
}

/* 璇█閫夋嫨寮圭獥 */
.languagePopup{
    position: fixed;
    top: -310px;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    min-width: 310px;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    z-index: 999;
    transition: all 0.3s;
}
.languageHander{
    position: relative;
    text-align: center;
    background-color: #30c7ec;
}
.languageHander .lgChoose{
    margin: 0;
    padding: 12px;
    color: #fff;
}
.lgcloseImg{
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    width: 30px;
}
.languageList{
    padding-left: 0;
    margin: 0;
}
.languageList li{
    list-style: none;
    border-bottom: 1px solid #efefef;
    padding: 15px 8px;
}
.languageList input{
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}
.languageIcon{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.lgText{
    font-size: 14px;
}
.chooseIcon{
    position: absolute;
    /* top: 50%; */
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("/images/map/choose.png") no-repeat 50%;
    background-size: 100%;
    vertical-align: middle;
    right: 8px;
    /* margin-top: -.2rem; */
}

/* 鍏虫敞鐐瑰垎缁� */
.markerGroup{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 49px; */
    background-color: #fff;
    z-index: 999;
    transition: all 3s;
    
}
.menuBox{
    height: 100%;
}
.groupBox{
    width: 100%;
    height: 51px;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #; */
}
.groupBox ul{
    float: left;
    list-style: none;
    margin: 0;
    padding-left: 20px;
    overflow-x: auto;
    white-space: nowrap;
    padding-right: 40px;
}
.groupBox ul li{
    display: inline-block;
    /* margin-right: 20px; */
    padding-right: 20px;
    /* border: 1px solid #000; */
    text-align: center;
    /* margin: 0;
    padding: .1rem;
    color: #606060;
    min-width: 1.2rem;
    width: 1.2rem;
    height: 100%; */
}
.groupBox ul li img{
    width: 20px;
    height: 20px;
}
.groupBox ul li p{
    margin: 0;
    font-size: 12px;
}
.active{
    display: block;
}
.hide{
    display: none;
}
.btnExpand{
    position: absolute;
    right: 0;
    top: 0;
    line-height: .1rem;
    display: block;
    content: "";
    width: 40px;
    height: 51px;
    background: #fff url("/images/map/arrow-top.png") 50% no-repeat;
    background-size: 18px 6px;
}
#clickClose{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 51px;
    z-index: 999;
    display: none;
}
.btnExpand span{
    width: 1px;
    bottom: .13rem;
    top: .13rem;
    position: absolute;
    margin: .1rem 0 0 .1rem;
    display: inline-block;
    border-left: 1px solid #dcdcdc;
}
.listItem,.routeItem{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pointName{
    margin-left: 10px;
    font-size: 14px;
}
.pointText{
    flex:1;
    margin-left: 10px;
    font-size: 12px;
    color: #999999;
}
.pointItemBox{
    background-color: #fafbf9;
    border-top: 1px solid #e8e8e8;
    /* height: 15rem; */
    overflow: auto;
}
.searchBox{
    display: flex;
    align-items: center;
}
.searchInput{
    margin: 5px 10px;
    width: 95%;
    height: 30px;
    border-radius: .9rem;
    border: 0;
    background-color: #efefef;
    padding: 0 .9rem;
    outline: none;
}
.searchIcon{
    width: 32px;
    height: 32px;
}
#pointList{
    padding-left: 20px;
    margin-top: 0;
    height: 200px;
    min-height: 200px;
}
#pointList li{
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    font-size: 1rem;
    min-height: 40px;
}
    #pointList .pointIcon {
        height: 40px;
        width: 60px;
        border-radius: 3px;
        object-fit: cover;
        vertical-align: middle;
    }
.routePointItem {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.routePointIcon{
    width: 23px;
    height: 33px;
}
.listRouteRightBox{
    margin-right: 10px;
    margin-left: 10px;
    width: 33px;
    height: auto;
}
.listRightBox{
    margin-right: 10px;
    /*width: 70px;*/
    height: auto;
    display:flex;
}
.listRightBox span{
    border: 1px solid #33abe3;
    border-radius: 5px;
    color: #33abe3;
    font-size: 14px;
    margin-right: 10px;
    padding: 2px 5px;
}

/* marker璇︽儏寮圭獥 */
.popupBox{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30%;
    min-width: 310px;
    height: 75%;
    display: none;
    background-color: #fff;
    border-radius: 15px;
    z-index: 999;
    /* overflow: hidden; */
}
.popupDiv{
    position: relative;
    height: 100%;
}
.titleBox{
    text-align: center;
    height: 49px;
    line-height: 49px;
    background-color: #30c7ec;
    position: relative;
}
.titleBox .title{
    color: #ffff;
    width: 100%;
    margin: 0;
}
.closeImg{
    position: absolute;
    top: 0;
    right: 0;
}
.contentBox{
    overflow: auto;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 80px;
}
/*.swiper{
    width: 100%;
    height: 300px;
    margin-top: 10px;
    border-radius: 5px;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}*/
.carouselImg{
    width: 100%;
    height: 100%;
}
.contText{
    text-indent: 2em;
    font-size: 14px;
    padding: 0 15px;
    /*height: 400px;*/
    text-align:justify;
    white-space: pre-line;
    line-height: 25px;
}
.operationBox{
    position: absolute;
    bottom: 0;
    height: 70px;
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #d2d2d2;
    background-color: #fff;
}
.panoramaImg{
    width: 25px;
    height: 25px;
}
.playAudioImg{
    width: 48px;
    height: 48px;
}
.panoramaText{
    font-size: 14px;
    color: #999;
}
.operationBox div{
    text-align: center;
}

.operationBox p{
    margin: 0;
}
.markerAudioBox{
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    left: -100px;
    top: 10%;
    transition: all 0.3s;
    z-index: 999;
}
.palyBtn{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.currentImg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* 鏃嬭浆 */
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}
@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@keyframes fadenum{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}

/* 淇℃伅绐楀彛 */
.infoWinBox{
    width: 18rem;
    background: #fff;
    border-radius: 5px;
    max-width: 18rem;

    /* position: fixed;
    top: 40%;
    left: 50%;
    z-index: 999; */
}
.info-top {
    border-bottom: 1px solid #efefef;
    display: block;
    /* margin: 5px 10px; */
    padding: 0 0 .4rem;
}
.info-top .title{
    max-width: 9rem;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    overflow: hidden;
    vertical-align: middle;
    margin-right: .65rem;
    font-size: 18px;
}
.info-top .distance{
    display: inline-block;
    right: 39px;
    position: absolute;
    padding-left: .36rem;
    color: #999;
    vertical-align: middle;
    font-size: 14px;
}
.info-top .gohere{
    position: absolute;
    display: inline-block;
    background-image: url("/images/map/goHere.png");
    width: 30px;
    height: 30px;
    background-size: cover;
    right: 5px;
    top: -2px;
    cursor: pointer;
}
.info-content{
    width: 100%;
    height: 7rem;
    display: flex;
    overflow-y: auto;
    /* margin: 10px; */
}
.info-content-h{ 
    height: 2rem !important; 
}
.leftImg{
    position: relative;
    width: 100px;
    height: 100px;
    float: left;
    margin: .2rem;
    display: inline-block;
}
.viewPhoto{
    display: block;
    float: left;
    height: 100%;
    width: 100px;
    height: 100px;
    border-radius: 3px;
    -webkit-animation-name: fadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: .6s;
    background: #efefef;
    object-fit: cover;
}
.quanjing{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    padding: .005rem;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

.rightContent{
    margin: .2rem 0;
    color: #202020;
    overflow: hidden;
    position: static;
    margin-left: 10px;
}
.rightText{
    /* width: 3.155rem; */
    height: 65px;
    color: #666;
    font-size: 16px;
    /* line-height: .4rem; */
    margin: 0 0 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: pre-line;
}
.hotelRightText{
    height: 96%;
    color: #666;
    font-size: 15px;
    white-space: pre-line;
    overflow: auto;
}
.detail,.poupAduio,.poupVideo{
    display: inline-block;
    width: 50px;
    border: 1px solid #04a9a3;
    border-radius: 5px;
    height: 25px;
    color: #04a9a3;
    line-height: 25px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
}
.poupAduio{
    background-color: #ffc044;
    border-color: transparent;
    color: #fff; 
}
.poupVideo{
    background-color: #41a2bb;
    border-color: transparent;
    color: #fff; 
}

.detail .icon,.poupAduio .icon, .poupVideo .icon{
    background-image: url("/images/map/brief.png");
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: .08rem;
}
.poupAduio .icon, .poupVideo .icon{
    background-image: url("/images/map/audio.png");
}
.tdt-infowindow-content{
    margin: 10px !important;
}
.tdt-infowindow-content p{
    margin: 0 !important;
}
.tdt-infowindow-close-button{
    display: none;
}
.tdt-label, .tdt-label0, .tdt-label1{
    color: #fff !important;
    background: #00000085 !important;
    border: none !important;
    border-radius: 20px;
}

/* 瀹氫綅 */
.location{
    position: fixed;
    bottom: 20%;
    left: 10px;
    width: 30px;
    height: 30px;
    z-index: 888;
    background-color: #fff;
    border-radius: 5px;
}

.location img{
    margin: 5px;
    width: 20px;
    height: 20px;
}
 
.BMap_stdMpCtrl {
    bottom: 10% !important;
    z-index: 888 !important;
}

/* demo */
.demo{
    position: fixed;
    z-index: 888;
    top: 10px;
    right: 10px;
    display: none;
}

/* 浜ら€氬浘鐗� */
#jiaotongImg{
    display: none;
}
.jtPhoto{
    margin: 0 auto;
}
.mask_box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* 寮€鍦哄姩鐢� */
.openingAnimationBox{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.openingVideo{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.coverImg{
    width: 100%;
    height: auto;
    z-index: 9;
}
.clickBtn{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    background-color: white;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
}       

.clickBtnBox{
    width: 100%;
    height: 100%;
}

.videoBox{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    background-color: #00000061;
}
.videoPopup{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
}
.videoBox #video{
    object-fit: contain;
    width: 100%;
    height: auto;
}
.colseVideo{
    position: absolute;
    top: -20px;
    right: -10px;
}

/* 鍏ㄦ櫙 */
.yunIframeBox{
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 999;
    display: none;
}
#yunIframe{
    width: 100%;
    height: 100%;
}
.yunBackImg{
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 9;
}