html,body{
    width: 100%;
    height: 100%;
    font-family: Microsoft YaHei;
}
*{
    margin: 0;
    padding: 0;
}
#cnzz_stat_icon_1260232169{
    display: none;
}
#missImg{
    display: none;
}
@font-face {font-family: 'iconfont';
    src: url('iconfont.eot'); /* IE9*/
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont.woff') format('woff'), /* chrome、firefox */
    url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.size{
    /*display: none;*/
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:0.32rem;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.004rem;
    -moz-osx-font-smoothing: grayscale;}
a{
    text-decoration: none;
    outline: none;
}
.one{
    display: none;
    /*background: url("../data/lishui.png") ;*/
    /*background-size: cover;*/
    /*width: 1000px;*/
    /*height:1037px;*/
    position: relative;
}
 /*.shape{*/
    /*position: absolute;*/
    /*width: 1250px;*/
    /*height: 903px;*/
    /*background-position: center,center;*/
    /*background-size: cover;*/
    /*background: url("../data/11.jpg")no-repeat;*/
/*}*/
 .one .full{
     display: none;
     width: 100%;
    height: 100%;
     /*background: url("../data/route-1.png")no-repeat;*/
     background-size: cover;
 }

 .addSize{
     cursor: pointer;
     line-height: 0.65rem;
     text-align: center;
     top: 0.2rem;
     left: 0.2rem;
     display: inline-block;
     position:absolute;
     width: 0.65rem;
     height: 0.65rem;
     z-index: 999;
     background: url("../data/add.png") no-repeat;
     background-size: cover;
 }
 .removeSize{
     cursor: pointer;
     line-height: 0.65rem;
     text-align: center;
     top: 0.2rem;
     left: 1rem;
     display: inline-block;
     position:absolute;
     width: 0.65rem;
     height: 0.65rem;
     z-index: 999;
     background: url("../data/remove.png") no-repeat;
     background-size: cover;

 }
 .road{
     /*display: none;*/
     position: fixed;
     right: 0.1rem;
     top: 1.5rem;
     z-index: 99;
 }
.road>div{
    cursor: pointer;
    margin-bottom: 0.1rem;
    z-index: 10;
    font-size: 0.24rem;
    font-weight: bolder;
    color: #41586d;
    height: 0.6rem;
    width: 0.8rem;
    text-align: center;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    background-color: #dddddd;
    -webkit-box-shadow: 0 0.04rem 0.06rem #5d5d5d;
    -moz-box-shadow: 0 0.04rem 0.06rem #5d5d5d;
    box-shadow: 0 0.04rem 0.06rem #5d5d5d;
    line-height: 0.6rem;
    border: 1px solid #ffffff;
    padding: 0.04rem 0.08rem;
}
.road>.roadActivity{
    background-color: rgb(126, 199, 232);
    color: #dddddd;
    border: 1px solid rgb(126, 199, 232);
    -webkit-box-shadow: 0 0.02rem 0.06rem #03A9F4;
    -moz-box-shadow: 0 0.02rem 0.06rem #03A9F4;
    box-shadow: 0 0.02rem 0.06rem #03A9F4;
}
.block{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.poiList{
    position: fixed;
    top: 0.2rem;
    left: 0.2rem;
    /* transform: translateY(-50%); */
    z-index: 999;
    box-shadow: 0 0 1px rgba(16, 37, 65, 0.22);
    border-radius: 5px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.poiAll{
    display: none;
    cursor: pointer;
}
.poiItem{
    width: 0.6rem;
    height: 0.6rem;
    display: table-cell;
    cursor: pointer;
    position: relative;
}
.scenic-road{
    width: 0.6rem;
    height: 0.6rem;
    display: table-cell;
    cursor: pointer;
    position: relative;
}
.scenic-road::after{
    content: '';
    width: 60%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    left: 50%;
    bottom:0;
    transform: translateX(-50%);
}
.poiItem::after{
    content: '';
    width: 60%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    left: 50%;
    bottom:0;
    transform: translateX(-50%);
}
.scenic{
    background: url(../data/attractions2@2x.png) no-repeat center center;
    background-size: contain;
}
.scenic.active{
    background: url(../data/attractions_click2@2x.png) no-repeat center center;
    background-size: contain;
}
.canyin{
    background: url(../data/restaurant_chinese@2x.png) no-repeat center center;
    background-size: contain;
}
.canyin.active{
    background: url(../data/restaurant_chinese_click@2x.png) no-repeat center center;
    background-size: contain;
}
.hotel{
    background: url(../data/hotel_chinese@2x.png) no-repeat center center;
    background-size: contain;
}
.hotel.active{
    background: url(../data/hotel_chinese_click@2x.png) no-repeat center center;
    background-size: contain;
}
.park{
    background: url(../data/parking_chinese@2x.png) no-repeat center center;
    background-size: contain;
}
.park.active{
    background: url(../data/parking_chinese_click@2x.png) no-repeat center center;
    background-size: contain;
}
.toilet{
    background: url(../data/toilet@2x.png) no-repeat center center;
    background-size: contain;
}
.toilet.active{
    background: url(../data/toilet_click@2x.png) no-repeat center center;
    background-size: contain;
}
.shop{
    background: url(../data/shopping_chinese@2x.png) no-repeat center center;
    background-size: contain;
}
.shop.active{
    background: url(../data/shopping_chinese_click@2x.png) no-repeat center center;
    background-size: contain;
}
.center{
    background: url(../data/center@2x.png) no-repeat center center;
    background-size: contain;
}
.center.active{
    background: url(../data/center_click@2x.png) no-repeat center center;
    background-size: contain;
}
.scenic-road{
    background: url(../data/road@2x.png) no-repeat center center;
    background-size: contain;
}
.scenic-road.active{
    background: url(../data/road_click@2x.png) no-repeat center center;
    background-size: contain;
}
.rural{
    background: url(../data/Rural@2x.png) no-repeat center center;
    background-size: contain;
}
.rural.active{
    background: url(../data/Rural_click@2x.png) no-repeat center center;
    background-size: contain;
}

.rest-area{
    background: url(../data/rest@2x.png) no-repeat center center;
    background-size: contain;
}
.rest-area.active{
    background: url(../data/rest_click@2x.png) no-repeat center center;
    background-size: contain;
}
.rightBox {
    display: inline-block;
    position: fixed;
    top: 0.2rem;
    right: 0.2rem;
    z-index: 999;
}
.rightBoxLi {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
}
.overall_view img {
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    position: absolute;
    top: 0;
}
.road_box {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
/*线路列表*/
.road_box_content {
    display: none;
    z-index: 999;
    list-style-type: none;
    position: fixed;
    top: 2.1rem;
    right: 0.16rem;
    font-size: 0.24rem;
    width: 1.86rem;
    /* background-color: #333; */
    padding: 0.04rem;
    text-align: center;
    color: aliceblue;
    border-radius: 0.1rem;
}
.sanjiao {
    display: inline-block;
    position: absolute;
    right: 0.364rem;
    top: -12px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #333;
    /* border-radius: 0.06rem; */
}
.road_box_content_li {
    cursor: pointer;
    box-shadow: 0rem 0 0.1rem #a9a9a9;
    /* height: 0.32rem; */
    line-height: 0.32rem;
    border-radius: 0.1rem;
    padding: 0.06rem 0.02rem;
    margin-bottom: 0.1rem;
    background-color: #333;
}
.content_li_active {
    color: #47e7ff;
}
/*线路文字描述*/
.txtBox {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0.18rem;
    font-size: 0.3rem;
    z-index: 999;
    text-align: center;
}
.txtName {
    cursor: pointer;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 auto;
    width: 5rem;
    background-color: #e8e6e6;
    border-radius: 0.05rem;
    color: #252525;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-shadow: 0 0.1rem 0.1rem #9a9393;
}
.txtContent {
    font-size: 0.26rem;
    background-color: #e8e6e6;
    padding: 0.1rem 0;
}


input[type="range"]{
    position: fixed;
    top: 10px;
    left: 20px;
    z-index: 10;
}

.one img{
    width:12px;
    height:14px;
}
.one>.tip{
    position:absolute;
    z-index:2;
    display: none !important;
    /*width:21px;*/
    /*height:25px;*/
}
.one>.tip{
    z-index: 10;
    cursor: pointer;
    background: url("../data/tip.png") no-repeat ;
    background-size: cover;
    background-position: center;
}

.one>.poi-toilet{
    position:absolute;
    z-index: 10;
    cursor: pointer;
    background: url("../data/Mmap_poibtn_toilte.png") no-repeat center center;
    background-size: cover;
}
.one>.poi-scenic{
    position:absolute;
    z-index: 10;
    cursor: pointer;
    background: url("../data/jingdian.png") no-repeat center center;
    background-size: cover;
}
.one>.poi-scenic.scenic-active{
    position:absolute;
    z-index: 10;
    cursor: pointer;
    background: url("../data/jingdian2.png") no-repeat center center;
    background-size: cover;
}
.one>.poi-canyin{
    position:absolute;
    z-index: 10;
    cursor: pointer;
    background: url("../data/Mmap_poibtn_food.png") no-repeat center center;
    background-size: cover;
}
.one>.poi-hotel{
    position:absolute;
    z-index: 10;
    cursor: pointer;
    background: url("../data/Mmap_poibtn_hotel.png") no-repeat center center;
    background-size: cover;
}
.one>.poi-park{
    position:absolute;
    z-index: 10;
    cursor: pointer;
    background: url("../data/Mmap_poibtn_park.png") no-repeat center center;
    background-size: cover;
}
.one>.poi-shop{
    position:absolute;
    z-index: 10;
    cursor: pointer;
    background: url("../data/Mmap_poibtn_shop.png") no-repeat center center;
    background-size: cover;
}
.one>.poi-center{
    position:absolute;
    z-index: 10;
    cursor: pointer;
    background: url("../data/map_poi_flag.png") no-repeat center center;
    background-size: cover;
}
.one>.poi-rural{
    position:absolute;
    z-index: 10;
    cursor: pointer;
    background: url("../data/map_poi_country.png") no-repeat center center;
    background-size: cover;
}
.one>.poi-rest{
    position:absolute;
    z-index: 10;
    cursor: pointer;
    background: url("../data/map_poi_rest.png") no-repeat center center;
    background-size: cover;
}
.one>.tipactive{
    background: url("../data/tipactive.png") no-repeat ;
    background-size: cover;
    background-position: center;
}
.one>.tip_one{
    background: url("../data/tip00.png") no-repeat ;
    background-size: cover;
    background-position: center;
}
.one>.tip_one_active{
    background: url("../data/tip0.png") no-repeat ;
    background-size: cover;
    background-position: center;
}
/*下面导航*/
.one  .sliderGo{
    position: fixed;
    display: none;
    bottom: 0;
    left: 10%;
    background: #ffffff;
    border: 0.06rem solid rgba(237,252,255,0.90);
    box-shadow: 0.04rem 0.04rem 0.06rem 0 rgba(237,252,255,0.90);
    border-radius: 0.08rem;
    font-size: 0.24rem;
    width: 5.34rem;
    height: 0.98rem;
    bottom: 0.3rem;
z-index: 999;
}
.listenBox img {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #a88ca8;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
}
.listenBox {
    display: inline-block;
    padding: 0.06rem;
    background-color:#f2f2f2;
    position: absolute;
    top: -0.5rem;
    border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    margin-left: 0.18rem;
    width: 1.3rem;
    height: 1.3rem;
}
.goTxt{
    display: inline-block;
    margin-left: 1.8rem;
    margin-top: 0.35rem;
}
.goTo {
    cursor: pointer;
    position: absolute;
    width: 0.38rem;
    height: 0.6rem;
    top: 0.18rem;
    right: 0.26rem;
    background: url(../data/Mmap_btn_gps.png) no-repeat;
    background-size: cover;
}
.goTo a {
    color: #0f0e0c;
}
.daohang{
    position: absolute;
    height: 0.35rem;
    top: 0.6rem;
    right: 0.32rem;
    font-family:PingFangSC-Medium;
    font-size:0.16rem;
    color:#364a63;
    text-align:left;
}
.goHead {
    font-family: PingFangSC-Medium;
    font-size: 0.24rem;
    color: #364a63;
    margin-bottom: 0.16rem;
    max-width: 2.9rem;
}
.goSum {
    opacity: 0.5;
    font-family: PingFangSC-Regular;
    font-size: 0.16rem;
    color: #364a63;
    text-align: left;
}
#zhezhao{
    position: absolute;
    font-size: 0.5rem;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 88;
}
/*切换语言*/
.btntranlate{
    /*display: none;*/
    display: block;
    position: fixed;
    right: 0.1rem;
    top: 0.25rem;
    width: 1.6rem;
    height: 0.68rem;
    font-size: 0.24rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    z-index: 99;
    background: url("../data/chs.png")no-repeat;
    background-size: contain;
    text-align: right;
    box-shadow: 0 0 0.02rem #fff;
    -webkit-box-shadow:  0 0 0.02rem #fff;
}
.china{
    left: 0rem;
    display: inline-block;
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    background-color: #F7D044;
    box-shadow: 0 0 0.04rem #ddd;
    -webkit-box-shadow: 0 0 0.04rem #ddd;
}
.btnText{
    display: inline-block;
    position: absolute;
    line-height: 0.5rem;
    left: 0.7rem;
}
.music {
    cursor: pointer;
    z-index: 99;
    width: 0.5rem;
    height: 0.5rem;
    position: fixed;
    top: 0.2rem;
    right: 0.2rem;
    background: url("../data/music1.png")no-repeat;
    background-size: cover;
}
.road-list{
    /* display: flex;
    flex-direction: column; */
    display: none;
    position: fixed;
    top:3.4rem;
    left: 1.1rem;
    z-index: 999;
    list-style: none;
    font-size: 0.24rem;
}
.road-list::before{
    content: '';
    position: absolute;
    left: -0.3rem;
    top:50%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-right: 6px solid #333;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    /* border-radius: 0.06rem; */
}
.road-item{
    cursor: pointer;
    box-shadow: 0rem 0 0.1rem #a9a9a9;
    /* height: 0.32rem; */
    line-height: 0.32rem;
    border-radius: 0.1rem;
    padding: 0.06rem 0.02rem;
    margin-bottom: 0.1rem;
    background-color: #333;
    color: #fff;
    text-align: center;
}
.road-item.road-on{
    color: #47e7ff;
}