﻿/*.no-first{*/
    /*display: none;*/
/*}*/
html{
    font-size: 100px
}
.nav-header{
    width: 5.22rem;
    height:0.55rem;
    line-height: 0.5rem;
    position: absolute;
    top:0;
    left:0;
    background-image: url("../img/nav-header.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index:100;
}
.nav-header-link{
    display: block;
    width:100%;
    height: 100%;
    color: #ffff51 !important;
    font-size: 0.18rem;
    padding-left: 0.6rem;
}
/*传送门*/
.chuansongmen{
    width:2.02rem;
    height:5.1rem;
    position: absolute;
    top:0;
    right:0.2rem;
}


.chuansong-head{
    width:100%;
    height:0.4rem;
    background-image: url("../img/chuansongmen-head-up.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.chuansong-head.on{
    background-image: url("../img/chuansongmen-head-down.jpg");
}
.chuansong-body{
    width:100%;
    height:6.05rem;
    background-image: url("../img/chuansong-body.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}
.chuansong-ul{
    width:100%;
    height:100%;
    position: absolute;
    text-align: center;
    display: block;
    padding-top: 0.16rem;
}
.chuansong-item{
    width:1.7rem;
    height:1.26rem;
    margin: 0 auto;
    /*background-color: rgba(255,255,255,0.3);*/
    margin-top: 0.04rem;
    margin-bottom: 0.16rem;
}

.chuansong-item-box{
    width:1.7rem;
    height:1.26rem;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}
.chuansong-item-pic{
    /*width:1.7rem;*/
    /*height:1.26rem;*/
    width:100%;
    height:100%;
    /*margin-top: 0.18rem;*/
}

.chuansong-item-info{
    text-align: center;
    height:0.31rem;
    line-height: 0.31rem;
    color: #b00d01;
    font-size: 0.16rem;
    position: absolute;
    bottom: 0;
    width:100%;
    /*display: none;*/
    opacity:0;
    background-color: #ecce3a;
    transition: all 0.5s ease-in-out;
}
.chuansong-item-box:hover{
    border:1px solid #ecce3a;
}
.chuansong-item-box:hover .chuansong-item-info{
    /*display: block;*/
    opacity:1;

}
.chuansong-footer{
    width:100%;
    height:0.41rem;
    position: relative;
    background-color: #b00d01;
}
.chuansong-btn{
    width:50%;
    height:100%;
    float: left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.chuansong-btn-up{
    background-image: url("../img/chuansong-btn-up.jpg");
}
.chuansong-btn-up:hover{
    background-image: url("../img/chuansong-up-hover.jpg");
}
.chuansong-btn-down{
    background-image: url("../img/chuansong-btn-down.jpg");
}
.chuansong-btn-down:hover{
    background-image: url("../img/chuansong-down-hover.jpg");
}
.chuansong-btn-border{
    width: 2px;
    height:0.23rem;
    position: absolute;
    top: 0.09rem;
    left: 50%;
    margin-left: -1px;
    border-left: 1px solid #ce372d;
    border-right: 1px solid #86150c;
}

/*当前位置*/
.now-location{
    position: absolute;
    top:0;
    left:0;
    width:5.99rem;
    height:0.5rem;
    background-image: url("../img/now-location.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.location-text{
    height:100%;
    font-size: 0.15rem;
    color: #ffff39;
    width:4.55rem;
    display: flex;
    align-items: center;
    position: absolute;
    left:1.4rem;
}






/*小地图区域*/
.map-box{
    width:6rem;
    height:3.42rem;
    position: absolute;
    left:0;
    top:0.5rem;
}
.map-2d{
    width:6rem;
    height:3.42rem;
    background-image: url("../img/map-2d.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    display: none;

}
.map-spot{
    /*color: #ffffff;*/
    /*font-size: 0.12rem;*/
    position: absolute;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.map-spot:hover{
    color: #ffff51;
}
.map-spot.on{
    color: #ffff51;
}
.map-spot-1{
    left:1.91rem;
    top:2.7rem;
    width:2.22rem;
    height:0.53rem;
    background-image: url("../img/0-1.png");
}
.map-spot-1:hover{
    background-image: url("../img/0-2.png");
}
.map-spot-1.on{
    background-image: url("../img/0-2.png");
}
.map-spot-2{
    width:0.45rem;
    height:0.24rem;
    left:2.79rem;
    top:2.31rem;
    background-image: url("../img/1-1.png");
}
.map-spot-2:hover{
    background-image: url("../img/1-2.png");
}
.map-spot-2.on{
    background-image: url("../img/1-2.png");
}
.map-no-spot{
    width:0.79rem;
    height:0.24rem;
    left:2.62rem;
    top:2.46rem;
    position: absolute;
    background-image: url("../img/1-3.png");
}
.map-spot-3{
    left:0.57rem;
    top:2.1rem;
    width:4.9rem;
    height:0.36rem;

}

.map-spot-3-1{
    width:4.9rem;
    height:0.36rem;
    position: absolute;
    top:0;
    left:0;
    background-image: url("../img/2-2-1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.map-spot-3.on .map-spot-3-1,
.map-spot-3:hover .map-spot-3-1{
    background-image: url("../img/2-2-2.png");
}

.map-spot-3-2{
    left:50%;
    margin-left: -0.51rem;
    top:-0.17rem;
    position: absolute;
    width:1.03rem;
    height:0.17rem;
    background-image: url("../img/2-1-1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.map-spot-3.on .map-spot-3-2,
.map-spot-3:hover .map-spot-3-2{
    background-image: url("../img/2-1-2.png");
}

.map-spot-4{
    left:2.54rem;
    top:0.63rem;
    width:0.96rem;
    height:1.03rem;
    background-image: url("../img/3-1.png");
}
.map-spot-4:hover,
.map-spot-4.on{
    background-image: url("../img/3-2.png");
}

.map-spot-5{
    left:0.71rem;
    top:0.16rem;
    width:1.12rem;
    height:1.77rem;
    background-image: url("../img/4-1.png");
}
.map-spot-5:hover,
.map-spot-5.on{
    background-image: url("../img/4-2.png");
}

.map-spot-6{
    left:4.2rem;
    top:0.15rem;
    width:1.12rem;
    height:1.78rem;
    background-image: url("../img/5-1.png");
}
.map-spot-6:hover,
.map-spot-6.on{
    background-image: url("../img/5-2.png");
}

.map-spot-7{
    left:3.7rem;
    top:1.74rem;
    width:0.44rem;
    height:0.14rem;
    background-image: url("../img/6-1.png");
}
.map-spot-7:hover,
.map-spot-7.on{
    background-image: url("../img/6-2.png");
}
.map-spot-8{
    left:1.82rem;
    top:0.23rem;
    width:2.39rem;
    height:0.33rem;
    background-image: url("../img/7-1.png");
}
.map-spot-8:hover,
.map-spot-8.on{
    background-image: url("../img/7-2.png");
}
.loaction-sopt{
    width:0.32rem;
    height:0.32rem;
    background-image: url("../img/location-icon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:2.25rem;
    left:2.85rem;
}
.map-3d{
    width:100%;
    height:100%;
    background-image: url("../img/map-3d-bg2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:0;
    left:0;
    /*display: none;*/
}

.map3d-spot-1{
    width:2rem;
    height:1.13rem;
    top:2.18rem;
    left:1.99rem;
}
.map3d-spot-1.on,
.map3d-spot-1:hover{
    background-image: url("../img/3d0-1.png");
}
.map3d-spot-2{
    width:0.91rem;
    height:0.3rem;
    top:1.68rem;
    left:2.53rem;

}
.map3d-spot-2.on,
.map3d-spot-2:hover{
    background-image: url("../img/3d1-1.png");
}
.map3d-spot-3{
    width:5.33rem;
    height:0.46rem;
    top:1.34rem;
    left:0.33rem;
}
.map3d-spot-3-1{
    position: absolute;
    width:0.91rem;
    height:0.21rem;
    top:-0.14rem;
    left:50%;
    margin-left: -0.46rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.map3d-spot-3-2{
    width:5.33rem;
    height:0.46rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.map3d-spot-3.on .map3d-spot-3-1,
.map3d-spot-3:hover .map3d-spot-3-1{
    background-image: url("../img/3d2-1.png");
}
.map3d-spot-3.on .map3d-spot-3-2,
.map3d-spot-3:hover .map3d-spot-3-2{
    background-image: url("../img/3d2-2.png");
}
.map3d-spot-4{
    width:0.82rem;
    height:0.61rem;
    top:0.54rem;
    left:2.56rem;
}

.map3d-spot-4.on,
.map3d-spot-4:hover{
    background-image: url("../img/3d3-1.png");
}
.map3d-spot-5{
    width:1.51rem;
    height:0.78rem;
    top:0.34rem;
    left:0.6rem;

}
.map3d-spot-5.on,
.map3d-spot-5:hover{
    background-image: url("../img/3d4-1.png");
}
.map3d-spot-6{
    width:1.52rem;
    height:0.78rem;
    top:0.34rem;
    left:3.88rem;

}
.map3d-spot-6.on,
.map3d-spot-6:hover{
    background-image: url("../img/3d5-1.png");
}
.map3d-spot-7{
    width:0.38rem;
    height:0.13rem;
    top:0.98rem;
    left:3.52rem;

}
.map3d-spot-7.on,
.map3d-spot-7:hover{
    background-image: url("../img/3d6-1.png");
}

.map3d-spot-8{
    width:1.73rem;
    height:0.38rem;
    top:0.12rem;
    left:2.11rem;

}
.map3d-spot-8.on,
.map3d-spot-8:hover{
    background-image: url("../img/3d7-1.png");
}
.map-word{
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}
.map-word-0{
    width:0.61rem;
    height:0.15rem;
    bottom:0;
    left:50%;
    margin-left: -0.28rem;
    background-image: url("../img/mapword-0.png");
}
.map-word-1{
    width:0.45rem;
    height:0.14rem;
    bottom:0;
    left:50%;
    margin-left: -0.23rem;
    background-image: url("../img/mapword-1.png");
}
.map-word-2-1{
    width:0.29rem;
    height:0.46rem;
    top:0;
    left:0;
    background-image: url("../img/mapword-2-1.png");
}
.map-word-2-2{
    width:0.28rem;
    height:0.45rem;
    top:0;
    right:0;
    background-image: url("../img/mapword-2-2.png");
}
.map-word-3{
    width:0.38rem;
    height:0.12rem;
    bottom:0;
    left:50%;
    margin-left: -0.16rem;
    background-image: url("../img/mapword-3.png");
}
.map-word-4{
    width:0.29rem;
    height:0.46rem;
    top:50%;
    left:0;
    margin-top: -0.24rem;
    background-image: url("../img/mapword-4.png");
}
.map-word-5{
    width:0.31rem;
    height:0.46rem;
    top:50%;
    right:0;
    margin-top: -0.25rem;
    background-image: url("../img/mapword-5.png");
}
.map-word-6{
    width:0.38rem;
    height:0.13rem;
    top:0;
    right:0;
    background-image: url("../img/mapword-6.png");
}
.map-word-7{
    width:1.45rem;
    height:0.15rem;
    top:0;
    left:50%;
    margin-left: -0.72rem;
    background-image: url("../img/mapword-7.png");
}
.map-spot:hover .map-word,
.map-spot.on .map-word{
    display: none;
}
.map-current-btn{
    background-color: #393938;
    border-right: 1px solid #acaeaf;
    border-bottom: 1px solid #acaeaf;
    padding: 0 0.07rem;
    display: inline;
    font-size: 0.1rem;
    position: absolute;
    top: 1px;
    left: 1px;
}


.map-btn-box{
    position: absolute;
    width:1.1rem;
    height:0.72rem;
    bottom:0;
    left:0;
}

.map-btn{
    width:100%;
    height:100%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:0;
    left:0;
}
.map-btn-text{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    color: #ffffff;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    line-height: 0.78rem;

    font-size: 0.12rem;
}
/*.map-btn:hover .map-btn-text{*/
    /*display: block;*/
/*}*/
.map-2d-btn{
    background-image: url("../img/thumbnail2.png");
}
.map-3d-btn{
    display: none;
    background-image: url("../img/thumbnail1.png");
}






/*小地图旁边按钮*/
.map-btn-list{
    width:0.36rem;
    height:100%;
    position: absolute;
    right:-0.42rem;
    top:0;
}
.map-btn-ul{
    margin-top: 0.05rem;
    text-align: center;
}
.map-btn-item{
    width:0.36rem;
    height:0.36rem;
    position: relative;
    cursor: pointer;
    display: block;
    margin-bottom: 0.14rem;
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.map-home{
    background-image: url("../img/home-icon.png");
}
.map-home:hover{
    background-image: url("../img/home-active-icon.png");
}
.map-city{
    background-image: url("../img/city-icon.png");
}
.map-city:hover{
    background-image: url("../img/city-active-icon.png");
}
.map-introdece{
    background-image: url("../img/map-video.png");
}
.map-introdece:hover{
    background-image: url("../img/map-video-hover.png");
}
.map-audio{
    background-image: url("../img/audio-icon.png");
    width:100%;
    height:100%;
    position: absolute;
    background-repeat:no-repeat;
    background-size: 100% 100%;
    top:0;
    left:0;
}

.map-audio:hover{
    background-image: url("../img/audio-active-icon.png");
}
.map-audio.off{
    background-image: url("../img/audio-off.png");
}
.map-audio.off:hover{
    background-image: url("../img/audio-off.png");
}
.map-audio-clone{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    /*display: none;*/
}
.map-message{
    background-image: url("../img/message-icon.png");
}
.map-message:hover{
    background-image: url("../img/message-active-icon.png");
}
.map-camera{
    background-image: url("../img/camera-icon.png");
}
.map-camera:hover{
    background-image: url("../img/camera-active-icon.png");
}
.map-news{
    background-image: url("../img/news-icon.png");
}
.map-news:hover{
    background-image: url("../img/news-active-icon.png");
}
.map-share{
    background-image: url("../img/share-icon.png");
}
.map-share:hover{
    background-image: url("../img/share-active-icon.png");
}
.btn-item-info{
    width: 84px;
    height: 24px;
    background-image: url("../img/btn-info-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #dedede;
    font-size: 0.14rem;
    opacity: 0;
    padding-left: 0.08rem;
    transition: all 0.5s ease;
    position: absolute;
    top:-0.1rem;
    left: -0.15rem;
    text-align: center;
    line-height: 0.24rem;
}

.map-btn-item:hover .btn-item-info{
    left:0.5rem;
    opacity: 1;
}

/*菜单列表*/
.menu-list{
    position: absolute;
    width:6rem;
    left:0;
    height:calc(100% - 3.97rem);
    top:3.97rem;
}
.menu-head{
    width:6rem;
    height:0.4rem;
    font-size: 0.18rem;
    color: #ffffff;
    padding-left: 0.33rem;
    line-height: 0.4rem;
    background-image: url("../img/menu-head.png");
    background-repeat:no-repeat;
    background-size: 100% 100%;
    border:1px solid rgba(255,255,255,0.2);
    border-left: none;
}
.menu-body{
    width:5.99rem;
    /*min-height:4rem;*/
    height:calc(100% - 0.35rem);
    background-image: url("../img/menu-body.png");
    background-repeat:no-repeat;
    background-size: 100% 100%;
    padding:0.1rem 0;
    padding-bottom: 0.5rem;
    overflow: hidden;
}
.menu-ul{
    width:5.99rem;
    height:100%;
}
.menu-item{
    width:100%;
    min-height:0.4rem;
    padding-left: 0.33rem;
}
.menu-item-head{
    width:5.3rem;
    min-height:0.4rem;
    position: relative;
    line-height: 0.4rem;
    color: #ffffff;
    display: block;
    font-size: 0.16rem;
    cursor: pointer;
    border-bottom: 0.01rem solid rgba(255,255,255,0.3);
}
.menu-item-head-title{
    width:0.8rem;
    height:100%;
    display: block;
    float: left;
}
.menu-item-head-content{
    width: 4.5rem;
    line-height: 0.4rem;
    display: block;
    float: left;
}
/*.menu-item-head:after{*/
    /*content: "";*/
    /*display: none;*/
    /*width:0.22rem;*/
    /*height:0.22rem;*/
    /*background-image: url("../img/list-arrow.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
    /*position: absolute;*/
    /*right:0;*/
    /*top:50%;*/
    /*margin-top: -0.11rem;*/
/*}*/
.menu-item-head.on{
    color: #ffd503;
}

/*.menu-item-head.active:after{*/
    /*-webkit-transform: rotate(180deg);*/
    /*-moz-transform: rotate(180deg);*/
    /*-ms-transform: rotate(180deg);*/
    /*-o-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
/*}*/
.menu-item-head:hover{
    color: #ffd503;
}
/*.menu-item-head:hover:after{*/
    /*display: block;*/
/*}*/
.menu-item-ul{
    width:100%;
    display: none;
    padding-right: 0.35rem;
}
.menu-item-list{
    width:100%;
    padding-left: 0.3rem;
    min-height:0.4rem;
    position: relative;
    line-height: 0.4rem;
    color: #ffffff;
    font-size: 0.16rem;
    cursor: pointer;
    border-bottom: 0.01rem solid rgba(255,255,255,0.3);
}
.menu-item-list:hover{
    color: #ffd503;
}
.menu-item-list.on{
    color: #ffd503;
}
.menu-item-list-title{
    float: left;
    height:100%;
    width:0.7rem;
    display: block;
}
.menu-item-list-info{
    float: left;
    width:4.3rem;
    line-height: 0.4rem;
    display: block;

}
@media screen and (max-width: 1439px) and (min-width: 1270px){
    .menu-item-head-title{
        width:1.2rem;
    }
    .menu-item-head-content{
        width:4.1rem;
    }
    .menu-item-list-title{
        width:0.9rem;
    }
    .menu-item-list-info{
        width:4.1rem;
    }
}
@media screen and (max-width: 1270px) and (min-width: 791px){
    .menu-item-head-title{
        width:1.2rem;
    }
    .menu-item-head-content{
        width:4.1rem;
    }
    .menu-item-list-title{
        width:1.2rem;
    }
    .menu-item-list-info{
        width:3.8rem;
    }
}
@media screen and (max-width: 790px){
    .menu-item-head-title{
        width:1.5rem;
    }
    .menu-item-head-content{
        width:3.8rem;
    }
    .menu-item-list-title{
        width:1.5rem;
    }
    .menu-item-list-info{
        width:3.5rem;
    }
}
.mCS-message-theme.mCSB_scrollTools{
    width: 0.05rem;
    height:calc(100% - 0.1rem);
}
.mCSB_inside > .mCSB_container{
    margin: 0;
}
.mCS-message-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #e29a25;
}
.mCS-message-theme.mCSB_scrollTools .mCSB_draggerRail{
    width:0;
}

.control-btn{
    width:0.23rem;
    height:1.86rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../img/control.png");
    position: absolute;
    right:-0.22rem;
    top:0.51rem;
    cursor: pointer;
}
.control-btn.on{
    background-image: url("../img/control-active.png");
}
.control-btn:hover{
    background-image: url("../img/control-hover.png");
}
.control-btn.on:hover{
    background-image: url("../img/control-active.png");
}
/*下方操作按钮*/
.operation-box{
    width:2.04rem;
    height:1.68rem;
    position: absolute;
    bottom:0.16rem;
    left:50%;
    margin-left: -1.02rem;

}
.arrow-box{
    width:1.62rem;
    height:0.59rem;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left:50%;
    margin-left: -0.81rem;
    cursor: pointer;
}
.arrow-up{
    background-image: url("../img/arrow-up.png");
    top:0;
}
.arrow-up:hover{
    background-image: url("../img/arrow-up-active.png");
}
.arrow-down{
    background-image: url("../img/arrow-down.png");
    bottom:0;
}
.arrow-down:hover{
    background-image: url("../img/arrow-down-active.png");
}
.auto-rotate{
    width:2.04rem;
    height:0.38rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../img/auto.png");
    position: absolute;
    top:50%;
    margin-top: -0.19rem;
    left:0;
    cursor: pointer;
}
.auto-rotate:hover{
    background-image: url("../img/auto-hover.png");
}
.auto-rotate.on{
    background-image: url("../img/auto-stop.png");
}
.auto-rotate.on:hover{
    background-image: url("../img/auto-stop-hover.png");
}
.operation-btn{
    width:0.3rem;
    height:0.3rem;
    position: absolute;

    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.map-home{
    top:0.36rem;
    left:-0.3rem;
}
/*.map-audio{*/
    /*bottom:0.36rem;*/
    /*left:-0.3rem;*/
/*}*/
/*.map-audio-clone{*/
    /*width:100%;*/
    /*height:100%;*/
    /*!*display: none;*!*/
/*}*/
.map-share{
    bottom:0.36rem;
    left:-0.3rem;
}
.add-btn{
    background-image: url("../img/add.png");
    top:0.36rem;
    right:-0.3rem;
}
.add-btn:hover{
    background-image: url("../img/add-hover.png");
}
.reduce{
    background-image: url("../img/reduce.png");
    bottom:0.36rem;
    right:-0.3rem;
}
.reduce:hover{
    background-image: url("../img/reduce-hover.png");
}
/*解说人物*/
.commentary{
    position: absolute;
    bottom: -20px;
    right:0.3rem;
    width: 196px;
    height: 230px;
    cursor: pointer;
    background-image: url("../img/person.png");
    background-repeat: no-repeat;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: right bottom;
}
.commentary-title{
    position: absolute;
    width: 0.27rem;
    height: 0.94rem;
    background-image: url("../img/jieshuo-title.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom:0.54rem;
    right:0.3rem;
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .commentary-title{
        position: absolute;
        width: 0.324rem;
        height: 1.128rem;
        background-image: url("../img/jieshuo-title.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        bottom:0.54rem;
        right:0.35rem;
    }
}
@media screen and (max-width: 1400px) {
    .commentary-title{
        position: absolute;
        width: 0.4rem;
        height: 1.41rem;
        background-image: url("../img/jieshuo-title.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        bottom:0.8rem;
        right:0.4rem;
    }
}
@media screen and (max-width: 1200px) {
    .commentary-title{
        position: absolute;
        width: 0.4rem;
        height: 1.41rem;
        background-image: url("../img/jieshuo-title.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        bottom:0.8rem;
        right:0.5rem;
    }
}

.close-box{
    position: absolute;
    width: 0.59rem;
    height: 0.59rem;
    right: 0.8rem;
    top: 0.4rem;
    background-image: url("../img/close-btn.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*图片最大化 */

.pic-biggest{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 10000;
    background-color: rgba(34,34,34,0.9);
    padding-top: 0.4rem;
    display: none;
}
.biggest-area{
    width: 12rem;
    height:100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.biggest-area-pic-box,
.biggest-area-pic-box2{
    height:calc(100% - 1rem);
    position: relative;
    width:100%;

}

.biggest-area-pic,
.biggest-area-pic2{
    position: absolute;
    top:50%;
    left:50%;
    display: none;
}
.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;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    bottom:0;
}
.biggest-text{
    position: relative;
    width: 12rem;
    height:1rem;
    color: #ffffff;
    margin:0 auto;
    padding-bottom: 0.1rem;
}
.biggest-pic-index{
    float: left;
    width: 1rem;
    height:100%;
}

.biggest-text-info{
    float: left;
    width: 10.6rem;
    padding:0 0.1rem;
    padding-top: 0.15rem;
    color: #ffffff;
    font-size: 0.24rem;
    text-align: left;
    height:100%;
    overflow-y: auto;
    overflow-x: hidden;
    line-height:normal;

}
.nicescroll-cursors{
    border: none !important;
}
.biggest-pic-index{
    padding: 0.25rem 0 0 0.1rem;
    font-style: italic;
}
.current-pic{
    color: #e5b627;
    font-size: 0.24rem;
    float: left;
}
.current-line{
    margin-top: 0.15rem;
    display: inline-block;
    font-size: 0.28rem;
    float: left;
}
.total-pic{
    font-size: 0.16rem;
    float: left;
    margin-top: 0.25rem;
}
.pic-arrow{
    width:0.57rem;
    height:1.03rem;
    background-image: url("../img/pic-arrow-left.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/pic-arrow-right-hover.png");
}
.pic-left{
    left:0.4rem;
}
.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.4rem;
    -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/loadingif.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:50%;
    margin-top: -1rem;
    left:50%;
    margin-left: -1rem;
    display: none;
}
/*视频区域*/
.container{
    width:100%;
    height:100%;
    background-color: rgba(34,34,34,0.7);
    z-index: 1000;
    position: absolute;
    top:0;
    left:0;
    display: none;
}
.video-box{
    width: 6.4rem;
    height: 4.8rem;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -3.2rem;
    margin-top: -2.6rem;
}
.video-title{
    width: 640px;
    height: 20px;
    color: #ffffff;
    position: absolute;
    top:50%;
    left:50%;
    line-height: normal;
    font-size: 20px;
    text-align: center;
    margin-top: -320px;
    margin-left: -320px;
}

.close-model{
    /*display: none;*/
}
.model-loading{
    width:2rem;
    height:2rem;
    background-image: url("../img/loadingif.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:50%;
    margin-top: -1rem;
    left:50%;
    margin-left: -1rem;
}

/*点赞弹窗*/
/*.zan-container{*/
    /*display: block;*/
/*}*/
.container-box{
    width:11rem;
    min-height:6.7rem;
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -3.5rem;
    margin-left: -5.5rem;
}
.container-head{
    width:100%;
    height:0.56rem;
    background-image: url("../img/zan-head-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.container-head-title{
    width:100%;
    height:100%;
    text-align: left;
    color: #ffff51;
    font-size: 0.22rem;
    line-height: 0.5rem;
    padding-left: 0.43rem;
}
.container-head-text:before{
    display: block;
    content: "";
    float: left;
    width: 2px;
    height:0.22rem;
    margin-top: 0.14rem;
    margin-right: 0.14rem;
    background-color: #ffff51;
}
.container-close{
    width:0.37rem;
    height:0.37rem;
    background-image: url("../img/zan-close.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:0;
    right:0;
    cursor: pointer;
}
.container-body{
    width:100%;
    min-height:6.15rem;
    background-image: url("../img/zan-body-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.message-info-box{
    width:10.54rem;
    min-height:3.65rem;
    margin: 0 auto;
    padding-top: 0.25rem;
    padding-bottom: 0.2rem;
}
.message-info-head{
    width:100%;
}
.message-info-head-left{
    float: left;
    color: #bc2828;
    font-size: 0.18rem;
}
.message-info-head-right{
    float: right;
    color: #333333;
    font-size: 0.14rem;
}
.message-info-num{
    color: #ad0707;
    font-size: 0.16rem;
}
.message-info-body{
    width:100%;
    min-height:3.13rem;
    border:1px solid #e5d6d6;
    background-color: #ffffff;
    margin-top: 0.06rem;
    padding: 0.09rem 0.29rem 0.09rem 0.25rem;
    position: relative;
}
.message-loading{
    width: 2rem;
    height:2rem;
    background-image: url("../img/loadingif.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -1rem;
    margin-left: -1rem;
}

.leave-message-info-ul{
    width:100%;
    min-height: 2.2rem;
    /*overflow: hidden;*/
}
.leave-message-info-list{
    width:100%;
    padding:0.15rem 0;
    border-bottom: 1px solid #b4b3aa;
    font-size: 0.14rem;
    color: #333333;
}
.leave-message-nikename{
    width:15%;
    height:100%;
    float: left;
    margin-right: 2%;
}
.leave-message-content{
    width:82%;
    height:100%;
    float: left;
}
.page-arrow-bg{
    width:1rem;
    height:0.45rem;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top:0;
}

.page-btn-box{
    max-width: 9.1rem;
    height: 0.45rem;
    font-size:0.12rem;
    line-height:150%;
    margin: 0 auto;
    margin-top: 0.22rem;
    position: relative;
    text-align: center;
    color: #333333;

}

.leave-message-chose{
    width: 100%;
    margin: 0 auto;
    margin-top: 0.16rem;
}
.leave-message-chose-head{
    font-size: 0.18rem;
    color: #ffffff;
    margin-bottom: 0.08rem;
}
.leave-message-chose-title{
    float: left;
    font-size: 0.18rem;
    color: #bc2828;
}
.words-num{
    font-size: 0.12rem;
    color: #6e6e6e;
    float: right;
}
.leave-message-select{
    width: 100%;
    height: 1.17rem;
    border:1px solid #e5d6d6;
}

.leave-message-select-box{
    width:100%;
    height:100%;
}
.textarea-wrapper{
    width:100%;
    height:100%;
    font: 0.16rem / 150% "微软雅黑",Arial;
}
.leave-message-textarea{
    width:100%;
    height:100%;
    overflow: hidden;
    outline:none;
    padding:0.1rem 0.12rem;
    background-color: #ffffff;
    border:none;
}

.leave-message-textarea:focus{
    outline:none;
    box-shadow: none;
}

.submit-btn{
    color: #ffffff;
    background-color: #bc2828;
    width: 2.45rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.21rem;
    font-weight:600;
    margin: 0 auto;
    margin-top: 0.1rem;
    text-align: center;
    letter-spacing: 0.1rem;
    border-radius: 0.06rem;
    cursor: pointer;
}
.submit-btn.active,
.submit-btn:hover{
    color: #ffff51;
    cursor: pointer;
}

.pointer-icon{
    width:0.5rem;
    height:0.5rem;
    position: absolute;
    bottom:0.2rem;
    right:0.23rem;
    background-image: url("../img/zan-icon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.pointer-icon:hover{
    background-image: url("../img/zan-icon-active.png");
    -webkit-animation: shake 0.5s ease-in-out;
    -o-animation: shake 0.5s ease-in-out;
    animation: shake 0.5s ease-in-out;
}
.pointer-box{
    width:2.15rem;
    height:2.15rem;
    position: absolute;
    top:50%;
    left:50%;
    display: none;
    margin-top: -1.07rem;
    margin-left: -1.07rem;
}
.pointer-num{
    position: absolute;
    color: #bc2828;
    width:0.45rem;
    height:0.35rem;
    font-size: 0.36rem;
    left:50%;
    margin-left: -0.23rem;
    opacity: 0;
}
.pointer-big{
    width:2.15rem;
    height:2.15rem;
    background-image: url("../img/zan-big.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.pointer-num.animate{
    -webkit-animation: mypraise 0.5s ease-in-out;
    -o-animation: mypraise 0.5s ease-in-out;
    animation: mypraise 0.5s ease-in-out;
}
/*二维码弹窗*/
.share-box{
    width:100%;
    height:100%;
    background-color: rgba(34,34,34,0.7);
    z-index: 1000;
    position: absolute;
    top:0;
    left:0;
    display: none;
}
.share-info{
    width:3.6rem;
    height:3.6rem;
    background-color: #ffffff;
    position: absolute;
    left:50%;
    margin-left: -1.8rem;
    top:50%;
    margin-top: -1.8rem;
}
.qr-text{
    color: #333333;
    text-align: center;
    font-size: 0.16rem;
    position: absolute;
    bottom:0.5rem;
    width:100%;
}
.qr-canvas{
    width:2.05rem;
    height:2.05rem;
    position: absolute;
    left:50%;
    top:50%;
    margin-top: -1.02rem;
    margin-left: -1.02rem;
}
.qr-canvas canvas{
    width:100%;
    height:100%;
}
.close-share{
    width:0.25rem;
    height:0.25rem;
    color: #343434;
    cursor: pointer;
    font-size: 0.25rem;
    position: absolute;
    right:0.1rem;
    top:0.1rem;
}
.close-share:hover{
    color: #e22c2c;
}


/*互动合影*/
/*.photo-container{*/
    /*display: block;*/
/*}*/
.photo-body{
    padding-top: 0.2rem;
    position: relative;
}
.interactive-photo-tip{
    color: #ffffff;
    font-size: 0.16rem;
    width:100%;
    background-color: rgba(0,0,0,0.8);
    padding:0.15rem 0.3rem;
    position: absolute;
    top:0;
    left:0;
    line-height: normal;
    z-index: 100;
}
.close-tip{
    width:0.25rem;
    height:0.25rem;
    background-image: url("../img/close-tip.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:0.1rem;
    right:0;
    cursor: pointer;
}
.photo-body-content{
    width:10.7rem;
    height:5.8rem;
    border: 1px dashed #9c410f;
    margin: 0 auto;
    margin-bottom: 0.14rem;
    padding:0.25rem 0.27rem;
}
.photo-item{
    width:1.22rem;
    height:2.18rem;
    -moz-box-shadow:3px 3px 5px #b1a68b;
    -webkit-box-shadow:3px 3px 5px #b1a68b;
    box-shadow:3px 3px 5px #b1a68b;
    float: left;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    position: relative;
}
.photo-item.no-child{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.photo-item:nth-of-type(7n){
    margin-right: 0;
}
.photo-item-pic{
    width:100%;
    height:100%;
}
.photo-item-loading{
    width:0.2rem;
    height:0.2rem;
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -0.1rem;
    margin-bottom: -0.1rem;
    display: none;
}
/*精彩报道*/
/*.reports-container{*/
    /*display: block;*/
/*}*/
.reports-body{
    height:6.15rem;
}
.reports-content-box{
    padding:0.17rem 0 0.38rem 0.4rem;
    width:100%;
    height:100%;
}
.reports-head-box{
    padding-left: 0.4rem;
}
.reports-head-title{
    display: inline-block;
    height:100%;
    line-height: 0.58rem;
    padding:0 0.2rem;
    cursor: pointer;
}
.reports-head-title.on{
    background-color: #fcebc4;
    color: #ad0707;
}
.reports-head-text:before{
    display: none;
}
.reports-ul{
    width:10.4rem;
    height:100%;
    overflow: hidden;
    display: none;

}
.reports-ul.on{
    display: block;
}
.reports-item{
    width:10.2rem;
    border-bottom: 1px solid #dac595;
    padding-top: 0.23rem;
    padding-bottom: 0.18rem;
    cursor: pointer;
}
.reports-item-left{
    float: left;
}
.news-pic{
    width:3.11rem;
    height:1.75rem;
}
.reports-item-right{
    float: left;
    height:100%;
    width:6.95rem;
    margin-left: 0.14rem;
    cursor: pointer;
}

.reports-title{
    font-size: 0.2rem;
    color: #333333;


}
.reports-item:hover .reports-title{
    color: #ad0707;
}
.reports-content{
    width:100%;
    height:1.2rem;
    color: #333333;
    font-size: 0.14rem;
    text-indent:0.28rem;
    margin-top: 0.1rem;
    overflow: hidden;
}
.reports-from{
    color: #818181;
    font-size: 0.12rem;
}
.reports-from-left{
    float: left;
}
.reports-from-time{
    float: right;
}

.mCS-reports-theme.mCSB_scrollTools{
    width: 0.12rem;
    right:0.1rem;
}
.mCSB_inside > .mCSB_container{
    margin: 0;
}

.mCS-reports-theme.mCSB_scrollTools .mCSB_dragger{
    width:0.12rem;
    height:0.36rem !important;
}
.mCS-reports-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: transparent;
    background-image: url("../img/scroll-btn.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:0.12rem;
    height:0.36rem;
    border-radius: 0;
}
.mCS-reports-theme.mCSB_scrollTools .mCSB_draggerRail{
    width: 2px;
    background-color: #d6b771;
}
/*短视频专区*/
/*.short-video-container{*/
    /*display: block;*/
/*}*/
.short-video-content{
    width:100%;
    height:100%;
    padding-left:0.4rem;
    padding-top: 0.5rem;
}
.short-video-item{
    width:3.11rem;
    height:1.75rem;
    margin-right: 0.43rem;
    margin-bottom: 0.5rem;
    position: relative;
    cursor: pointer;
    float: left;
}

.short-video-item:nth-of-type(3n){
    margin-right: 0;
}
.short-video-postor{
    width:100%;
    height:100%;
}
.play-btn{
    width:0.42rem;
    height:0.42rem;
    background-image: url("../img/short-play-btn.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:0;
    left:0;
}
.short-video-item:hover .play-btn{
    background-image: url("../img/short-play-btn-hover.png");
}
.short-video-text{
    display: inline-block;
    width:100%;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    color: #ffffff;
    font-size: 0.14rem;
    padding:0.1rem 0.07rem;
    position: absolute;
    bottom:0;
    left:0;
    opacity: 1;
    line-height: normal;
}

.short-video-item:hover .short-video-text{
    background-color: #ecce3a;
    color: #c5211e;
}
.short-video-list{
    display: none;
}
.short-video-page-btn{
    max-width: 9.1rem;
    height: 0.45rem;
    font-size:0.12rem;
    line-height:150%;
    margin: 0 auto;
    margin-top: 0.22rem;
    position: relative;
    text-align: center;
    color: #333333;
}
.short-video-ul{
    min-height:4.5rem;
}

/*百件大事*/
/*.hundred-container{*/
    /*display: block;*/
/*}*/
.hundred-body{
    background-image: url("../img/hundred-body-bg.jpg");
    overflow: hidden;
    position: relative;
}
.hundred-content-box{
    width:500%;
    position: absolute;
    top:0;
    height:100%;
    left:0;
}
.hundred-item-box{
    width:11rem;
    height:1.26rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:50%;
    margin-top: -1rem;
    display: none;
}
.first-hundred-box{
    background-image: url("../img/hundred-box-bg1.png");
    left:0;
    display: block;
}
.second-hundred-box{
    background-image: url("../img/hundred-box-bg2.png");
    left:11rem;
}
.third-hundred-box{
    background-image: url("../img/hundred-box-bg3.png");
    left:22rem;
}
.forth-hundred-box{
     background-image: url("../img/hundred-box-bg4.png");
     left:33rem;
 }
.fifth-hundred-box{
    background-image: url("../img/hundred-box-bg5.png");
    left:44rem;
    height:2.57rem;
    margin-top: -2.48rem;
    position: relative;
}
.hundred-item{
    width:1.72rem;
    height:1.11rem;
    position: absolute;
    -moz-box-shadow:3px 3px 5px #c3a58c;
    -webkit-box-shadow:3px 3px 5px #c3a58c;
    box-shadow:3px 3px 5px #c3a58c;
    cursor: pointer;
}
.hundred-item:nth-child(odd){
    top:-1.2rem;
}
.hundred-item:nth-child(even){
    bottom:-1.2rem;
}
.hundred-pic{
    width:100%;
    height:100%;
}
.hundred-item-1,
.hundred-item-2{
    left:0.43rem;
}
.hundred-item-3,
.hundred-item-4{
    left:2.54rem;
}
.hundred-item-5,
.hundred-item-6{
    left:4.65rem;
}
.hundred-item-7,
.hundred-item-8{
    left:6.76rem;
}
.hundred-item-9,
.hundred-item-10{
    left:8.87rem;
}
.hundred-item.hundred-item-last{
    width:4.57rem;
    height:2.63rem;
    top:50%;
    left:50%;
    margin-left: -2.28rem;
    margin-top: -0.4rem;
}
.huandred-arrow-box{
    width:0.8rem;
    height:0.32rem;
    position: absolute;
    left:50%;
    margin-left: -0.4rem;
    bottom:0.85rem;
}
.huandred-arrow-btn{
    width:0.32rem;
    height:0.32rem;
    background-color: #c8b083;
    color: #fdedcd;
    font-size: 0.42rem;
    float: left;
    text-align: center;
    border-radius: 2px;
}
.huandred-arrow-btn:first-of-type{
    margin-right: 0.16rem;
}
.huandred-arrow-btn.on:hover{
    background-color: #c42220;
    cursor: pointer;
}

/*邮票弹窗*/
/*.stamps-container{*/
    /*display: block;*/
/*}*/
.stamps-body{
    background-image: url("../img/hundred-body-bg.jpg");
}
.stamps-content-box{
    width:100%;
    height:100%;
    padding: 0.87rem 0.6rem;
}
.stamps-item{
    width:1.71rem;
    height:1.6rem;
    text-align: center;
    margin-right: 0.27rem;
    margin-bottom: 0.35rem;
    float: left;
    cursor: pointer;

}
.stamps-item:nth-of-type(5n){
    margin-right: 0;
}
.stamps-item-pic-box{
    width:1.71rem;
    height:1.27rem;
    background-image: url("../img/stamps/pic-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.stamps-item-pic{
    width:100%;
    height:100%;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}
.stamps-item:hover .stamps-item-pic{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.stamps-item-text{
    color: #000;
    margin-top: 0.15rem;
}






/*百城纪事*/
/*.city-container{*/
    /*display: block;*/
/*}*/
.city-body{
    background-image: url("../img/city/city-bg.jpg");
    position: relative;
}
.city-spot{
    width:0.62rem;
    height:0.62rem;
    position: absolute;
    cursor: pointer;
}
.city-spot:hover{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.city-spot-1{
    top:1.2rem;
    left:1.31rem;
}
.city-spot-1:hover{
    background-image: url("../img/city/1.png");
}
.city-spot-2{
    top:1.2rem;
    left:2.085rem;
}
.city-spot-2:hover{
    background-image: url("../img/city/2.png");
}
.city-spot-3{
    top:1.2rem;
    left:2.86rem;
}
.city-spot-3:hover{
    background-image: url("../img/city/3.png");
}
.city-spot-4{
    top:1.2rem;
    left:3.635rem;
}
.city-spot-4:hover{
    background-image: url("../img/city/4.png");
}
.city-spot-5{
    top:1.2rem;
    left:4.41rem;
}
.city-spot-5:hover{
    background-image: url("../img/city/5.png");
}
.city-spot-6{
    top:1.2rem;
    left:5.19rem;
}
.city-spot-6:hover{
    background-image: url("../img/city/6.png");
}
.city-spot-7{
    top:1.2rem;
    left:5.97rem;
}
.city-spot-7:hover{
    background-image: url("../img/city/7.png");
}
.city-spot-8{
    top:1.2rem;
    left:6.75rem;
}
.city-spot-8:hover{
    background-image: url("../img/city/8.png");
}
.city-spot-9{
    top:1.2rem;
    left:7.53rem;
}
.city-spot-9:hover{
    background-image: url("../img/city/9.png");
}
.city-spot-10{
    top:1.2rem;
    left:8.3rem;
}
.city-spot-10:hover{
    background-image: url("../img/city/10.png");
}
.city-spot-11{
    top:1.2rem;
    left:9.07rem;
}
.city-spot-11:hover{
    background-image: url("../img/city/11.png");
}
.city-spot-12{
    top:1.99rem;
    left:2.1rem;
}
.city-spot-12:hover{
    background-image: url("../img/city/12.png");
}
.city-spot-13{
    top:1.99rem;
    left:2.87rem;
}
.city-spot-13:hover{
    background-image: url("../img/city/13.png");
}
.city-spot-14{
    top:1.99rem;
    left:3.64rem;
}
.city-spot-14:hover{
    background-image: url("../img/city/14.png");
}
.city-spot-15{
    top:1.99rem;
    left:4.42rem;
}
.city-spot-15:hover{
    background-image: url("../img/city/15.png");
}
.city-spot-16{
    top:1.99rem;
    left:5.19rem;
}
.city-spot-16:hover{
    background-image: url("../img/city/16.png");
}
.city-spot-17{
    top:1.99rem;
    left:5.97rem;
}
.city-spot-17:hover{
    background-image: url("../img/city/17.png");
}
.city-spot-18{
    top:1.99rem;
    left:6.75rem;
}
.city-spot-18:hover{
    background-image: url("../img/city/18.png");
}
.city-spot-19{
    top:1.99rem;
    left:7.524rem;
}
.city-spot-19:hover{
    background-image: url("../img/city/19.png");
}
.city-spot-20{
    top:1.99rem;
    left:8.3rem;
}
.city-spot-20:hover{
    background-image: url("../img/city/20.png");
}
.city-spot-21{
    top:2.76rem;
    left:2.87rem;
}
.city-spot-21:hover{
    background-image: url("../img/city/21.png");
}
.city-spot-22{
    top:2.76rem;
    left:3.64rem;
}
.city-spot-22:hover{
    background-image: url("../img/city/22.png");
}
.city-spot-23{
    top:2.76rem;
    left:4.42rem;
}
.city-spot-23:hover{
    background-image: url("../img/city/23.png");
}
.city-spot-24{
    top:2.76rem;
    left:5.19rem;
}
.city-spot-24:hover{
    background-image: url("../img/city/24.png");
}
.city-spot-25{
    top:2.76rem;
    left:5.965rem;
}
.city-spot-25:hover{
    background-image: url("../img/city/25.png");
}
.city-spot-26{
    top:2.76rem;
    left:6.75rem;
}
.city-spot-26:hover{
    background-image: url("../img/city/26.png");
}
.city-spot-27{
    top:2.76rem;
    left:7.524rem;
}
.city-spot-27:hover{
    background-image: url("../img/city/27.png");
}
.city-spot-28{
    top:3.56rem;
    left:3.65rem;
}
.city-spot-28:hover{
    background-image: url("../img/city/28.png");
}
.city-spot-29{
    top:3.55rem;
    left:4.41rem;
}
.city-spot-29:hover{
    background-image: url("../img/city/29.png");
}
.city-spot-30{
    top:3.55rem;
    left:5.19rem;
}
.city-spot-30:hover{
    background-image: url("../img/city/30.png");
}
.city-spot-31{
    top:3.55rem;
    left:5.965rem;
}
.city-spot-31:hover{
    background-image: url("../img/city/31.png");
}
.city-spot-32{
    top:3.55rem;
    left:6.75rem;
}
.city-spot-32:hover{
    background-image: url("../img/city/32.png");
}
.second-city-box{
    width:11rem;
    min-height:6.7rem;
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -3.5rem;
    margin-left: -5.5rem;
    display: none;
}
.second-city-head{
    width:100%;
    height:0.56rem;
    background-image: url("../img/zan-head-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.city-back{
    width: 0.26rem;
    height:0.26rem;
    background-image: url("../img/city/city_back.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 0.24rem;
    margin-top: 0.15rem;
    float: left;
    cursor: pointer;
}
.second-city-head-title{
    float: left;
    color: #ffffff;
    height:100%;
    margin-left: 0.16rem;
    line-height: 0.56rem;
}
.second-city-body{
    width:100%;
    height:6.15rem;
    background-image: url("../img/city/second-city_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0.5rem;
}
.second-city-name{
    width:100%;
    text-align: center;
}
.second-city-text{
    display: inline-block;
    color: #ffffff;
    font-size: 0.3rem;
    height:0.4rem;
    line-height: 0.4rem;
}
.second-city-text:before{
    content: "";
    display: inline-block;
    width:1.04rem;
    height:0.09rem;
    background-image: url("../img/city/second-text_before.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 0.2rem;
}
.second-city-text:after{
    content: "";
    display: inline-block;
    width:1.04rem;
    height:0.09rem;
    background-image: url("../img/city/second-text_after.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 0.2rem;
}
.second-city-banner{
    width:100%;
    height:4rem;
    position: relative;
}
.swiper-container{
    width:100%;
    height:100%;
    margin: 0;
}
.swiper-wrapper{
    position: relative;
}
.swiper-button-prev.city-prev,
.swiper-button-next.city-next{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:0.37rem;
    height:0.54rem;
    position: absolute;
    top:50%;
    margin-top: -0.27rem;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
}
.swiper-button-prev.city-prev{
    background-image: url("../img/city/city-banner_left.png");
    left:0.2rem;
}
.swiper-button-next.city-next{
    background-image: url("../img/city/city-banner_right.png");
    right:0.2rem;
}
.swiper-slide{
    width:4.71rem;
    height:2.61rem;
    position: absolute;
    top:0;
    left:0;
    cursor: pointer;
    /*float: left;*/
}
.swiper-slide-pic-box{
    margin: 0;
    width:100%;
    height:100%;
    background-image: url("../img/city/slider-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
}
.swiper-slider-pic-btn{
    width:0.62rem;
    height:0.62rem;
    position: absolute;
    bottom:0.2rem;
    right:0.35rem;
}
.swiper-slide-text{
    color: #ffffff;
    text-align: center;
    font-size: 0.26rem;
}
.swiper-slide .swiper-slider-pic{
    height:calc(100% - 0.6rem);
    width:calc(100% - 0.3rem);
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    margin-top: 0.3rem;
}
.third-city-box{
    z-index:100;
    display: none;
}
.video-box-city{
    width:5.4rem;
    height:4rem;
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -2rem;
    margin-left: -2.7rem;
    /*border:1px solid red;*/
}








/*引导页*/
.guide-box{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    /*display: none;*/
}
.guide-item{
    width:100%;
    height:100%;
    position: absolute;

    box-shadow: rgba(0,0,0,.8) 0 0 0 30rem;
    z-index: 100;
}
.guide-first{
    left: 0;
    top: 0.5rem;
    width: 6.55rem;
    height: 3.42rem;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    /*display: none;*/

}

.guide-first-text{
    width:5.88rem;
    height:3rem;
    background-image: url("../img/guide-first.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:0;
    right:-5.85rem;
}
.next-btn{
    width:1.62rem;
    height:0.6rem;
    background-image: url("../img/next-btn.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    cursor: pointer;
}
.next-first{
    right: 0;
    bottom:-0.7rem;
}
.guide-second{
    width:6rem;
    height:2.9rem;
    top:4rem;
    left:0;
    display: none;
}
.guide-second-text{
    width:5.86rem;
    height:1.86rem;
    background-image: url("../img/guide-second.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right:-5.86rem;
    top:0;
}
.next-second{
    bottom:0;
    right:0;
}
.guide-third{
    width:3.03rem;
    height:2.01rem;
    border-radius: 1.5rem / 1rem;
    bottom: 0;
    left:50%;
    margin-left: -1.5rem;
    display: none;
}
.guide-third-text{
    width:7.58rem;
    height:2.87rem;
    background-image: url("../img/guide-third.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left:0;
    top:-2.5rem;
}
.next-third{
    width:1.63rem;
    height:0.68rem;
    background-image: url("../img/go-scene.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom:0.2rem;
    right:0;
    cursor: pointer;
}
.jump-scene{
    width:1.68rem;
    height:0.28rem;
    position: fixed;
    background-image: url("../img/jump-btn.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right:2.4rem;
    top:0.6rem;
    cursor: pointer;
}

.alert-bg{
    width:100%;
    height:100%;
    background-color: rgba(34,34,34,0.7);
    position: absolute;
    top:0;
    left:0;
    display: none;
    z-index:10000;
}
.alert-icon-box{
    width: 3.89rem;
    height:2.49rem;
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -1.25rem;
    margin-left: -1.8rem;
}
.alert-icon{
    width: 3.89rem;
    height:2.49rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: none;
}
.alert-success{
    background-image: url("../img/alert-success.jpg");
}
.alert-failed{
    background-image: url("../img/alert-failed.jpg");
}
.alert-close{
    position: absolute;
    right:0.2rem;
    top:0.2rem;
    color: #2b293e;
    font-size: 0.28rem;
    cursor: pointer;
}
.alert-close:hover{
    color: #d84011;
}
/*音频播放器*/
/*.audio-contanier{*/
    /*display: block;*/
/*}*/
.audio-box{
    width:12rem;
    height:1rem;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -6rem;
    margin-top: -0.5rem;
}
.audio-text{
    font-size: 0.24rem;
    text-align: center;
    position: absolute;
    width:100%;
    top:50%;
    margin-top: -1.5rem;
}

/*点赞图标放大动画结束*/
/*点赞数量加减动画开始*/
@keyframes mypraise
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}

@-moz-keyframes mypraise /* Firefox */
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}

@-webkit-keyframes mypraise /* Safari 和 Chrome */
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}

@-o-keyframes mypraise /* Opera */
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}
/*点赞数量加减动画结束*/
/*动态点赞结束*/
@keyframes shake {
    0%{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20%{
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    40%{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    60%{
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    80%{
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100%{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

