*{
    margin:0px;
    padding:0px;
    text-decoration: none;
    font-family: "Microsoft YaHei",sans-serif;
    list-style: none;
    outline: none;
    word-wrap: break-word;
    word-break: break-all;
}

*,*:before,*:after{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
}

a{
    cursor: pointer;
}


html,body{
    -webkit-tap-highlight-color:transparent;
    padding:0;
    margin:0;
    font-size:62.5%;
    background-color:#fff;
}

html,body{
    width: 100%;
    height:100%;
    overflow: hidden;
}

#container{
    position: absolute;
    width: 100%;
    top:0;bottom: 0;
    left:0;
    z-index: 50;
}

.info_ul {
    margin: 0 0 5px 0;
    padding: 0.2em 0;
}

.info_ui_img {
    background-image: url("404.png");
    background-position: 97% 0%;
    background-repeat: no-repeat;
    background-size: 50px;
}

.info_ui_Nimg {
    background-position: 97% 0%;
    background-repeat: no-repeat;
    background-size: 40px;
}

.info_li {
    line-height: 26px;
    font-size: 15px;
    /* color: #0C8816; */
}

.info_lierr {
    line-height: 26px;
    font-size: 15px;
    color: #D81E06;
    border: none;
}

.info_span {
    width: 80px;
    display: inline-block;
}

.btn {
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #D81E06;
    color: #fff;
    margin: 0 auto;
}

.ta-c {
    text-align: center;
    margin-top: 10px;
}

.first_div {    
    position: absolute;
    /* text-align: left; */
    margin-left: 3rem;
    bottom: 5rem;
}

.second_div {
    position: relative;
    margin-left: 11rem;
}

.third_div {
    position: absolute;
    text-align: center;
}
.third_div img {
    width: 70%;
}

#icon-panel{
    width: 100%;
    position: absolute;
    bottom: 3.5rem;
    z-index: 999;
}

#icon-panel ul{
    width: 100%;
    list-style: none;
    text-align: center;
}

#icon-panel ul li{
    display: inline-block;
    width: 9rem;
    height: 9rem;
}

#icon-panel ul li img{
    width: 100%;
    height: 100%;
}

ul.first li{
    margin:0 0.1rem;
}

ul.second li{
    margin: 0 1rem;
}

#overlay{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 1001;
    background-color: #333;
    display: none;
}

#route-ul{
    list-style: none;
    width: 100%;
}

.img01, .img02 {
    width: 95%;
}

#route-ul img{
    width: 300px;
}

#route-ul li{
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #ccc;
    text-align: center;
    color:#333;
    font-size: 18px; 
    overflow:hidden;
    word-break:keep-all;
    white-space:nowrap;
    text-overflow:ellipsis;
}
  
    .row p {
        line-height: 24px;
        margin-left: 7px;
        margin-right: 5px;
    }


    #img-panel {
        width: 90%;
    }

    #img-panel img {
        width: 100%;
    }


    #route-panel {
        width: 90%;
    }


    #route-panel img {
        width: 100%;
    }

    #routelist {
        text-align: left;
        margin-left: 1.7rem;
        margin-top: 0.7rem;
    }


    #routelist span {
        font-weight: bold;
        font-size: 18px;
    }

    #message {
        margin-left: 20px;
        text-align: left;
    }


    #message ul {
        list-style: none;
        width: 100%;
    }

    .message-ul li{
        height: 30px;
        line-height: 30px;
        display: inline-block;
    }
    
    #message ul li img {
        width: 15px;
    }

    #message ul li span {
        font-size: 15px;
    }

    .rowImg{
     border-bottom:1px dashed #ccc;width:100%;
     padding-top: 15px;
     padding-bottom: 10px;
    }
    .aaa{
    vertical-align:middle; /* 居中对齐， */
    padding:6px;
    margin-bottom:-55px;
    text-align: left;
    }

    .aaa img{
        width: 20px;
        vertical-align: middle;
    }
    .aaa span{
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        overflow:hidden;
        word-break:keep-all;
        white-space:nowrap;
        text-overflow:ellipsis;
        padding: 20px 0; /* 撑开高度 */
    }

    #minmap{
        position: relative;
        width: 93%;
        left: 3.5%;
        bottom: 10px;
        margin-top: 20px;
        height: 246px;
}
        
    .header_div {
        background:url(../image/header.png) no-repeat center top;
        background-size: 100% auto;
        z-index: 999;
        position: absolute;
        border: none;
        width: 100%;
        height: 50%;
        opacity: 0.6;
        display: inline;
    }

    .title_div img {
        width: 100%;
    }