.science_icon{
    position: absolute;
    left:0.08rem;
    top:0.16rem;
    width:0.34rem;
    height:0.3rem;
    background: url("../../img/mobile/page/science.png") no-repeat center;
    background-size: 100%;
}
.closexml_icon{
    display:none;
    width: 0.33rem;
    height: 0.33rem;
    position: absolute;
    left: 0.14rem;
    top: 0.14rem;
    background: url("../../img/mobile/page/close_btn.png") no-repeat center;
    background-size: 100% 100%;
}
.location_icon{
    width:0.35rem;
    height:0.35rem;
    position: absolute;
    right:0.5rem;
    top:0.15rem;
    background: url("../../img/mobile/page/location.png") no-repeat center;
    background-size: 100%;
}
.home_icon{
    width:0.35rem;
    height:0.35rem;
    position: absolute;
    right:0.45rem;
    
    background: url("../../img/mobile/page/shouye.png") no-repeat center;
   background-size: 100% 100%;
}
.qrcode_icon{
    width:0.35rem;
    height:0.35rem;
    position: absolute;
    right:0.08rem;
    top:0.15rem;
    background: url("../../img/mobile/page/share_icon.png") no-repeat center;
    background-size: 100%;
}
.like_icon{
    width:0.35rem;
    height:0.35rem;
    position: absolute;
    /*right:0.08rem;*/
    bottom:1.41rem;
    background: url("../../img/mobile/page/like_icon.png") no-repeat center;
    background-size: 100%;
}
.num{
    position: absolute;
    bottom:-0.16rem;
    right:0;
    color:#fff;
    font-size:0.14rem;
}
.front_back{
    position: absolute;
    display:flex;
    flex-direction:column;
    bottom:1.12rem;
    right:0.08rem;
    height:0.93rem;
    width:0.35rem;
    background: url("../../img/mobile/page/arrow_bg.png") no-repeat center;
    background-size: 100% 100%;
}
.front_back span{
    display:block;
    flex:1;
    width:100%;
}
.front_back span.nav-front{
    background: url("../../img/mobile/page/up_unselected.png") no-repeat center;
    background-size: 50%;
}
.front_back span.nav-front.on{
    background: url("../../img/mobile/page/up_selected.png") no-repeat center;
    background-size: 50%;
}
.front_back span.nav-back{
    background: url("../../img/mobile/page/down_unselected.png") no-repeat center;
    background-size: 50%;
}
.front_back span.nav-back.on{
    background: url("../../img/mobile/page/down_selected.png") no-repeat center;
    background-size: 50%;
}
.panda_talk{
    position: absolute;
    left:0.22rem;
    bottom:0.12rem;
    z-index:999;
}
.talk_part{
    position: absolute;
    right:-0.22rem;
    top:0;
}
.dialog_tips{
    display:block;
    position: absolute;
    top:-0.8rem;
    right:0.1rem;
    width:1.22rem;
    height:0.82rem;
    text-align: center;
    background: url("../../img/mobile/page/dialog.png") no-repeat center;
    background-size: 100% 100%;
}
.tips_text{
    display: inline-block;
    text-indent: 2em;
    text-align: justify;
    font-size:0.12rem;
    width:96%;
    height: 55%;
    line-height:0.18rem;
    overflow: hidden;
    margin-top: 0.1rem;
    padding:0 0.1rem 0 0.06rem;
    box-sizing: border-box;
}
.msg_icon{
    width:0.2rem;
    height:0.2rem;
    background: url("../../img/mobile/page/msg_btn.png") no-repeat center;
    background-size: 100% 100%;
}
.list_icon{
    width:0.2rem;
    height:0.2rem;
    margin-top:0.11rem;
    background: url("../../img/mobile/page/intro_btn.png") no-repeat center;
    background-size: 100% 100%;
}
.running_panda{
    width:1rem;
}
.panda_shadow{
    position: absolute;
    bottom:-0.12rem;
    left:50%;
    transform: translate(-50%);
    width:1rem;
}
.in_footer{
    position: absolute;
    height:0.68rem;
    width:100%;
    bottom:0;
    left:0;
    background: url("../../img/mobile/page/bottom_bg.png") no-repeat center;
    background-size: 100% 100%;
}
/*場景介紹彈出層*/
.sceneintro_part{
    display:none;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.7);
    z-index:999;
}
.sceneclose_btn{
    width: 0.33rem;
    height: 0.33rem;
    position: absolute;
    left: 0.14rem;
    top: 0.14rem;
    background: url("../../img/mobile/page/close_btn.png") no-repeat center;
    background-size: 100% 100%;
}
.scene_title{
    position: absolute;
    top:0.65rem;
    left:0;
    width:100%;
    height:1.8rem;
    background: url("../../img/mobile/page/scene_intro.png") no-repeat center;
    background-size: 80% 100%;
}
.scene_text{
    width:2.1rem;
    height:2rem;
    position: absolute;
    top:2.66rem;
    left:50%;
    line-height:0.24rem;
    text-indent: 2em;
    text-align: justify;
    transform: translate(-50%);
}
/*二維碼彈出層*/
.qrcode_part{
    display:none;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: url("../../img/mobile/page/qr_bg.png") no-repeat center;
    background-size: 101% 101%;
    z-index:999;
}
.qrclose_btn{
    width: 0.33rem;
    height: 0.33rem;
    position: absolute;
    left: 0.09rem;
    top: 0.16rem;
    background: url("../../img/mobile/page/close_btn.png") no-repeat center;
    background-size: 100% 100%;
}
.qr_title{
    position: absolute;
    top:0.4rem;
    left:0;
    width:100%;
    height:1.8rem;
    background: url("../../img/mobile/page/qr_title.png") no-repeat center;
    background-size: 95% 100%;
}
.qrcode_share{
    position: absolute;
    left:50%;
    top:2.8rem;
    transform: translate(-50%);
    width:1.53rem;
}
.qrcode_share img{
    width:100%;
}
/*室內地圖彈出層*/
.indoor_part{
    display:none;
    position: absolute;
    left:0;
    top:0;
    z-index:999;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.7);
}
.inclose_btn{
    width: 0.33rem;
    height: 0.33rem;
    position: absolute;
    left: 0.09rem;
    top: 0.16rem;
    background: url("../../img/mobile/page/close_btn.png") no-repeat center;
    background-size: 100% 100%;
}
.inmap_part{
    position: absolute;
    top:0.8rem;
    left:0;
    width:100%;
    height:50%;
    background: url("../../img/mobile/page/mural.png") no-repeat center;
    background-size:95% 100%;
}
.inmap_part>div{
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    transform: translate(-50%);
    display:none;
    width:3rem;
    height:1.83rem;
    background-color: #fff;
}
.inmap_part>div span.map_spot{
    position: absolute;
    display: block;
    width:0.16rem;
    height:0.16rem;
    font-size:0.12rem;
    font-weight:700;
    text-align: center;
    line-height:0.16rem;
    border-radius:50%;
    color:#674e17;
    background-color: #ffefb6;
}
.inmap_part>div span.map_spot.on{
    width:0.5rem;
    height:0.55rem;
    margin:-0.25rem 0 0 -0.16rem;
    background: url("../../img/mobile/location_icon.png") no-repeat center;
    background-size: 100% 100%;
}
.inmap_part>div:first-of-type{
    display:block;
    background: url("../../img/mobile/chengdu_map.png") no-repeat center;
    background-size: 100% 100%;
}
.inmap_part>div:first-of-type span:first-of-type{
    left: 6%;
    top: 40%;
}
.inmap_part>div:nth-child(5){
    display:block;
    background: url("../../img/mobile/chengdu_map.png") no-repeat center;
    background-size: 100% 100%;
}
.inmap_part>div:nth-child(5) span:first-of-type{
    left: 6%;
    top: 40%;
}


.inmap_part>div span:nth-of-type(2){
    left: 6%;
    top: 14%;
}
.inmap_part>div span:nth-of-type(3){
    left: 34%;
    top: 65%;
}
.inmap_part>div span:nth-of-type(4){
    left: 51%;
    top: 65%;
}
.inmap_part>div span:nth-of-type(5){
    left: 78%;
    top: 65%;
}
.inmap_part>div span:nth-of-type(6){
    left: 56%;
    top: 45%;
}
.inmap_part>div span:nth-of-type(7){
    left: 56%;
    top: 15%;
}
.inmap_part>div:nth-of-type(2){
    /*display:block;
     */
    background: url("../../img/mobile/dujiangyan_map.png") no-repeat center;
    background-size: 100% 100%;
}
.inmap_part>div:nth-of-type(2) span:first-of-type{
    left: 22%;
    top: 70%;
}
.inmap_part>div:nth-of-type(2) span:nth-of-type(2){
    left: 39.5%;
    top: 73%;
}
.inmap_part>div:nth-of-type(2) span:nth-of-type(3){
    left: 54%;
    top: 67%;
}
.inmap_part>div:nth-of-type(2) span:nth-of-type(4){
    left: 66%;
    top: 60%;
}
.inmap_part>div:nth-of-type(2) span:nth-of-type(5){
    left: 78%;
    top: 25%;
}
.inmap_part>div:nth-of-type(2) span:nth-of-type(6){
    left: 32%;
    top: 25%;
}

.inmap_part p{
    position: absolute;
    left: 0.15rem;
    width: 3.3rem;
    bottom: 0.09rem;
    font-size:0.14rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left:0.33rem;
    height:0.32rem;
    line-height: 0.39rem;
    background: url("../../img/mobile/page/current_location.png") no-repeat center;
    background-size: 100%;
}
/*科普視頻彈出層*/
.sciencevideo_part{
    display:none;
    position: absolute;
    left:0;
    top:0;
    z-index:999;
    width:100%;
    height:100%;
    background-color: #efefef;
}
.sciencetitle{
    position:relative;
    height:7%;
    width:100%;
    background-color:#2fd09a;
}
.scienceclose_btn{
    position: absolute;
    left:-0.05rem;
    top:50%;
    transform: translateY(-50%);
    height:0.5rem;
    width:0.5rem;
    background:url("../../img/mobile/page/back_icon.png") no-repeat center;
    background-size: 100%;
}
.science_title{
    position: absolute;
    left:50%;
    top:50%;
    height:0.18rem;
    width:0.72rem;
    transform: translate(-50%,-50%);
}
.video_play{
    width:100%;
    height:93%;
    overflow-y:auto;
}
.video_play>a{
    display:block;
    padding:0.1rem 0.1rem 0.07rem 0.1rem;
    margin-bottom:0.06rem;
    background-color: #fff;
    /*height:2.74rem;
     */
    width:100%;
    color:#000;
    box-sizing: border-box;
}
.video_img{
    width:100%;
    height:1.62rem;
    margin-bottom:0.11rem;
    position: relative;
}

.video_img img{
    width:100%;
    height:100%;
}
.video_img .video_playclose{
    position: absolute;
    width:50px;
    height:auto;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.video_play>a h4{
    font-weight: 700;
    text-align: justify;
    height:0.39rem;
    width:100%;
    font-size: 0.15rem;
    margin-bottom:0.13rem;
    overflow: hidden;
}
.quarry{
    height:0.16rem;
    font-size: 0.12rem;
    color:#c5c5c5;
    /*margin-bottom:0.08rem;
     */
}
.quarry span{
    display:inline-block;
}
/*熱點介紹彈出層*/
.pic-biggest{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 10000;
    overflow: hidden;
    background-color: rgba(19, 18, 18, 0.9);
    padding-top: 0.4rem;
    display: none;
}
.biggest-area{
    width: 100%;
    height:100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.biggest-area-pic-box, .biggest-area-pic-box2{
    height:calc(100% - 1rem);
    position: absolute;
    width:100%;
}
.biggest-area-pic, .biggest-area-pic2{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: none;
}
.pinch-zoom-container{
    width:100%;
    /* height:33% !important; */
    position: absolute;
    /* top:1.75rem; */
    left: 0;
    overflow: visible !important;
}
.pic-left-box, .pic-right-box{
    width:50%;
    height:100%;
    position: absolute;
    cursor: pointer;
    top:0;
}
.pic-left-box{
    left:0;
}
.pic-right-box{
    right:0;
}
.biggest-text-info-box{
    width:100%;
    height:1rem;
    min-height:1rem;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    bottom:0;
    cursor: pointer;
}
.biggest-text-info-box:hover{
    height:auto;
}
.biggest-text{
    position: relative;
    width: 100%;
    /* height: 1rem;
     */
    color: #ffffff;
    margin: 0 auto;
    padding-bottom: 0.1rem;
}
.biggest-pic-index{
    float: left;
    width: 14%;
    height:100%;
}
.biggest-text-info{
    float: left;
    width: 85%;
    padding: 0.15rem 0.0rem 0;
    color: #ffffff;
    font-size: 0.12rem;
    text-align: justify;
    height: 100%;
    overflow: hidden;
    line-height: 0.15rem;
}
.biggest-text-info p {
    text-indent: 2em;
}
.nicescroll-cursors{
    border: none !important;
}
.biggest-pic-index{
    padding: 0.15rem 0 0 0.06rem;
    /*font-style: italic;
     */
}
.current-pic{
    color: #e5b627;
    font-size: 0.15rem;
    float: left;
}
.current-line{
    margin-top: 0.1rem;
    display: inline-block;
    font-size: 0.2rem;
    float: left;
}
.total-pic{
    font-size: 0.1rem;
    float: left;
    margin-top: 0.25rem;
}
.pic-arrow{
    width: 0.6rem;
    height: 0.5rem;
    background-image: url("../../img/mobile/page/pic-left_p.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:50%;
    margin-top: -0.52rem;
    cursor: pointer;
    display: none;
}
.pic-arrow:hover{
    background-image: url("../../img/mobile/page/pic-right_p.png");
    background-size: 100% 100%;
}
.pic-left{
    left:-0.1rem;
}
.pic-left:hover{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pic-right{
    right:-0.1rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pic-right:hover{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.pic-loading{
    width:2rem;
    height:2rem;
    background-image: url("../../img/inside/loadingif.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:50%;
    margin-top: -1rem;
    left:50%;
    margin-left: -1rem;
    display: none;
}
.close-box{
    width: 0.33rem;
    height: 0.33rem;
    position: absolute;
    left: 0.09rem;
    top: 0.16rem;
    background: url("../../img/mobile/page/close_btn.png") no-repeat center;
    background-size: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.close-box:hover{
    /* background-image: url("../../img/inside/xx2.png"); */
}
.like.likes {
    background: url("../../img/icon_likes.png") no-repeat;
    background-size: 100% 100%;
}
.canvas-show {
    display: none;
}
.canvas-class {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 1rem !important;
    height: 2rem !important;
    /*display: none;*/
}
.swiper-container{
    position: absolute !important;
    width:100%;
    height:80%;
    top:50%;
    transform:translateY(-50%);
}
.swiper-zoom-container div{
    background-size:contain;
    background-repeat: no-repeat;
    background-position:center;
}
/*橫屏體驗*/
.orientation-tip{
    width:100%;
    height:100%;
    z-index: 10000000;
    background-color: #393939;
    position: fixed;
    top:0;
    left:0;
    overflow: hidden;
    display: none;
}
.landscape-tip{
    width: 1.5rem;
    height: 1.5rem;
    position: fixed;
    top:50%;
    left:50%;
    background-image: url("../../img/landscape-tip.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -0.75rem;
    margin-left: -0.75rem;
}
/*主流機型適配*/
/*iphoneX*/
@media screen and (width:375px) and (height:812px){
    .inmap_part>div {
        bottom: 0.4rem;
        height:2rem;
    }
}
/*ipad*/
@media screen and (width:768px) and (height:1024px){
    .inmap_part {
        top: 0.5rem;
        height: 70%;
    }
}
@media screen and (max-height:662px){
    .inmap_part>div {
        bottom: 0.35rem;
        width: 2.4rem;
        height: 1.63rem;
    }
}
@media screen and (max-height:615px){
    .inmap_part>div {
        bottom: 0.35rem;
        width: 2.3rem;
        height: 1.43rem;
    }
}
@media screen and (max-height:554px){
    .inmap_part>div {
        bottom: 0.35rem;
        width: 2rem;
        height: 1.33rem;
    }
}