* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.textOne {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (-webkit-max-device-pixel-ratio: 1) {
    ::-webkit-scrollbar-track-piece {
        background-color: #FFFFFF;
    }

    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #c2c2c2;
        background-clip: padding-box;
        min-height: 28px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: #A0A0A0;
    }
}

body {
    margin: 0;
    padding: 0;
    font-size: .16rem;
    box-sizing: border-box;
    font-family: 'MicrosoftYaHei', "微软雅黑";
}

ul,
li,
a,
img {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.scroll {
    overflow-y: auto;
}

.scroll::-webkit-scrollbar-button {
    display: none;
}

.scroll::-webkit-scrollbar {
    width: 2px;
    background: #fff;
    border-radius: 1px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #25a4d9;
    border-radius: 1px;
}

.clear_f:after,
.clear_f:before {
    content: "";
    clear: both;
    display: table;
    height: 0;
}

body {
    position: relative;
}

.ol-zoom {
    display: none;
}

a {
    font-size: .14rem;
    color: #333;
    text-decoration: none;
}

html,
body,
.map {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 0px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 53px;
    left: -50px;
    min-width: 100px;
    width: 377px;
}

.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
}

.operationBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3rem;
    background: #fff;
    box-shadow: 0px 0px 6px #666;
}

.operationBox .operationBoxP {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
}

.operationBox .changeBox {
    background: #fff;
    box-shadow: 1px 1px 2px #333;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
}

.operationBox .changeBox span {
    background: #FFF;
    display: block;
    padding: 4px 10px;
    font-size: 14px;
    cursor: pointer;
}

.operationBox .changeBox span.active {
    background: #3b81ff;
    color: #fff;
}

.operationBox .changeBox span:hover {
    background: #3b81ff;
    color: #fff;
}

.operationBox .operationBoxP .btnleftLocation {
    float: left;
    position: relative;
}


/*=========================*/

.mapcontentBox {
    width: .5rem;
    margin: auto;
    margin-top: .2rem;
    background: #fff;
    box-shadow: 1px 1px 2px #333;
}

.mapcontentBox .mapcontentLiBox {
    position: relative;
}

.mapcontentBox .mapcontentLiBox span {
    font-size: .18rem;
    line-height: .5rem;
    height: .5rem;
    color: #000;
    text-align: center;
    font-weight: bolder;
    display: block;
    color: #fff;
    cursor: pointer;
}

.mapcontentBox .mapcontentLiBox:nth-child(2n-1) span {
    background: #3b5998;
}

.mapcontentBox .mapcontentLiBox:nth-child(2n) span {
    background: #1da1f2;
}

.mapcontentBox .mapcontentLiBox .fleftBox {
    position: absolute;
    top: 0;
    right: .5rem;
    width: 2rem;
    display: none;
}

.mapcontentBox .mapcontentLiBox:hover .fleftBox {
    display: block;
}

.mapcontentBox .mapcontentLiBox .fleftBox .fleft {
    margin-right: .1rem;
    background: #fff;
    box-shadow: 1px 1px 2px #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: .5rem;
}

.fleftBox .fleft .fleftTitile {
    font-size: 14px;
    text-indent: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-weight: bold;
}

.mapcontentBox .mapcontentLiBox .fleftBox .fleft a {
    display: block;
    padding: 10px;
}

.mapcontentBox .mapcontentLiBox .fleftBox .fleft a:hover {
    background: #1da1f2;
    color: #fff;
}

.searchBox {
    padding: .2rem;
}

.searchBox .inputBox {
    position: relative;
}

.searchBox .inputBox input {
    height: 34px;
    width: 100%;
    border: 1px solid #E6E6E6;
    text-indent: 10px;
    outline: 0;
    border-radius: 4px;
}

.searchBox .inputBox .searchBtn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #E52B31;
    color: #fff;
    padding: 0 14px;
    line-height: 34px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.searchBox .inputBox .searchBtn:hover {
    background: #f54a50;
}

.searchBox .inputBox .searchBtn:active {
    background: #E52B31;
}

.searchBox .selectBox {
    margin-top: .2rem;
}

.searchBox .selectBox select {
    width: 100%;
    border: 1px solid #E6E6E6;
    height: 34px;
    border-radius: 4px;
    text-indent: 10px;
    color: #555;
    outline: none;
}

.searchBox .selectBox select option {
    text-indent: 10px;
    outline: 0;
}

.subjectBox {
    overflow: auto;
    width: 3rem;
    margin-right: -2px;
    border-top: 1px solid #E6E6E6;
    height: calc(100% - 116px);
}

.subjectBox .subjectCol {
    width: 50%;
    height: 1.5rem;
    float: left;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
    display:none;
}

.subjectBox .subjectCol:hover p {
    color: #E52B31;
}

.subjectBox .subjectCol.active p {
    color: #E52B31;
}

.subjectBox .subjectCol:nth-child(2n) {
}

.subjectBox .subjectCol .imgBox {
    width: .5rem;
    height: .51rem;
    margin: auto;
    margin-top: .3rem;
    margin-bottom:.1rem;
    background: #eee;
    overflow: hidden;
}

.subjectBox .subjectCol .imgBox img {
    max-width: 100%;
    min-height: 100%;
}

.subjectBox .subjectCol .imgBox.mapshz {
    background: url(../img/mapshz.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol.active .imgBox.mapshz {
    background: url(../img/mapshz_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol .imgBox.mapm {
    background: url(../img/mapm.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol.active .imgBox.mapm {
    background: url(../img/mapm_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol .imgBox.mapfw {
    background: url(../img/mapfw.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol.active .imgBox.mapfw {
    background: url(../img/mapfw_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol .imgBox.mapsg {
    background: url(../img/mapsg.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol.active .imgBox.mapsg {
    background: url(../img/mapsg_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol .imgBox.mapother {
    background: url(../img/mapother.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol.active .imgBox.mapother {
    background: url(../img/mapother_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol .imgBox.mapeat {
    background: url(../img/mapeat.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol.active .imgBox.mapeat {
    background: url(../img/mapeat_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol .imgBox.mapplay {
    background: url(../img/mapplay.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol.active .imgBox.mapplay {
    background: url(../img/mapplay_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol .imgBox.mapbwg {
    background: url(../img/mapbwg.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol.active .imgBox.mapbwg {
    background: url(../img/mapbwg_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol .imgBox.mapwhg {
    background: url(../img/mapwhg.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol.active .imgBox.mapwhg {
    background: url(../img/mapwhg_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol .imgBox.maptsg {
    background: url(../img/maptsg.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol.active .imgBox.maptsg {
    background: url(../img/maptsg_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol .imgBox.mapmsg {
    background: url(../img/mapmsg.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol.active .imgBox.mapmsg {
    background: url(../img/mapmsg_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol .imgBox.mapdb {
    background: url(../img/mapdb.png) no-repeat;
    background-position: bottom;
    background-size: auto 100%;
}

.subjectBox .subjectCol.active .imgBox.mapdb {
    background: url(../img/mapdb_a.png) no-repeat;
    background-position: bottom;
    background-size: auto 100%;
}

.subjectBox .subjectCol .imgBox.mapmovie {
    background: url(../img/mapmovie.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol.active .imgBox.mapmovie {
    background: url(../img/mapmovie_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}


.subjectBox .subjectCol .imgBox.mapjy {
    background: url(../img/mapjy.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol.active .imgBox.mapjy {
    background: url(../img/mapjy_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol .imgBox.mapsjd {
    background: url(../img/mapsjd.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol.active .imgBox.mapsjd {
    background: url(../img/mapsjd_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol .imgBox.mapmsg {
    background: url(../img/mapmsg.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol.active .imgBox.mapmsg {
    background: url(../img/mapmsg_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}
.subjectBox .subjectCol .imgBox.mapyyt {
    background: url(../img/mapyyt.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol.active .imgBox.mapyyt {
    background: url(../img/mapyyt_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}



.subjectBox .subjectCol .imgBox.mapcline {
    background: url(../img/mapcline.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
    width: .5rem;
}

.subjectBox .subjectCol.active .imgBox.mapcline {
    background: url(../img/mapcline_a.png) no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.subjectBox .subjectCol p {
    font-size: .16rem;
    text-align: center;
    margin-top: 8px;
    color: #979797;
}

.lineLeftLocation {
    float: left;
    position: relative;
    display: none;
}

.lineLeftLocation .lineLeftLocationBox {
    position: absolute;
    top: 0;
    right: .1rem;
    background: #fff;
}

.lineLeftBox {
    width: 3rem;
    min-height: 180px;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 2px 2px 6px #888;
}

.lineLeftBox .lineTopBox {
    padding: .2rem;
    text-align: center;
    box-shadow: 1px 1px 1px #eee;
    position: relative;
}

.lineLeftBox .lineTopBox p {
    background: url(../img/bgmaplinetop.png) no-repeat;
    background-position: center;
    font-size: 16px;
    color: #333;
}

.lineLeftBox .lineBox {
    max-height: 526px;
    overflow: auto;
}

.lineColBox {
    box-shadow: 1px 1px 1px #eee;
    padding: 10px;
}

.lineColBox:hover {
    background: #eee;
    cursor: pointer;
}

.lineColBox.active {
    background: #fcf7e6;
    cursor: pointer;
}

.lineColBox.active p.linep .lineRadio {
    background: url(../img/radio_on.png) no-repeat;
    background-size: 100% 100%;
}

.lineColBox p {
    font-size: 14px;
    color: #777;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.lineColBox p.linep {
    padding: 10px 0;
    padding-left: 20px;
}

.lineColBox p.linep .lineName {
    color: #000;
    display: inline-block;
    margin-right: 38px;
    max-height: 40px;
    font-weight:500;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lineColBox p.linep .linePrice {
    position: absolute;
    top: 10px;
    right: 0;
    color: #E52B31;
}

.lineColBox .lineBtnP {
    padding: 20px 0;
    text-align: center;
}

.lineColBox .lineBtnP .lineBtn {
    border-radius: 26px;
    cursor: pointer;
    color: #333;
    margin: .1rem .2rem;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding:4px 10px;
}
.lineColBox .lineBtnP .lineBtn:hover{
    color:#fff;
    background-color: #E52B31;
}
.lineColBox .lineBtnP .detailBtn {
    border-radius: 26px;
    cursor: pointer;
    color: #333;
    margin: .1rem .2rem;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding:4px 10px;
}
.lineColBox .lineBtnP .detailBtn:hover{
    color:#fff;
    background-color: #E52B31;
}

.lineColBox .lineDetail {
    padding: .1rem 0;
}
.detailBtn{
    cursor: pointer;
    font-size:14px;
}

.targetBox {
    width: 1rem;
}

.tagBox {
    position: absolute;
    top: .1rem;
    left: 0;
    right: 3rem;
}

.tagBox .tagContent {
    margin: auto;
    width: 7rem;
}

.tagBox .tagContent .tagLi {
    width: 2rem;
    height: 44px;
    margin-right: .5rem;
    height: .56rem;
    line-height: .56rem;
    float: left;
    background: red;
    background: url(../img/trip_bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    cursor: pointer;
}

.tagBox .tagContent .tagLi.active {
    background: url(../img/dbx.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.tagBox .tagContent .tagLi:last-child {
    margin-right: 0;
}

.lineRadio {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/radio.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    left: 0;
}

.lineLeftBox .lineTopBox .closeIcon {
    position: absolute;
    top: .1rem;
    right: .1rem;
    background: url(../img/close2.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    width: .2rem;
    height: .2rem;
    cursor: pointer;
}

.lineLeftBox .lineTopBox .closeIcon:hover {
    background: url(../img/close.png) no-repeat;
    background-size: 100% 100%;
}


/*========    地标    =========*/

.dbBox {
    width: 300px;
    height: 140px;
    cursor: default;
    position: relative;
}

.dbBox .dbtitle {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-height: 24px;
}

.dbBox .dbcontent {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    height: 82px;
}

.dbBox .dbBtnList {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.dbBox .dbBtnList .btn {
    display: inline-block;
    background: #2ECD70;
    padding: 4px 16px;
    border-radius: 4px;
    color: #fff;
    margin-left: 26px;
    cursor: pointer;
}

.dbBox .dbBtnList .btn:nth-child(2) {
    background: #F39D12;
}

.dbBox .closeBtn {
    position: absolute;
    top: -12px;
    right: 0px;
    cursor: pointer;
    font-size: 21px;
    color: #807e7e;
}

.dbBox .closeBtn:hover {
    color: #ef2f2f;
}

.shBox {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: -1;
}

.shBox .list-container {
    width: 50%;
    height: 1.5rem;
    float: left;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
}

.shBox .list-container .imgBox {
    width: .42rem;
    height: .46rem;
    margin: auto;
    margin-top: .3rem;
    background: #eee;
    overflow: hidden;
}

.shBox .list-container p {
    font-size: .16rem;
    text-align: center;
    margin-top: 8px;
    color: #979797;
}

.trafficBox {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    background: #fff;
    width: 280px;
    transition: left 0.5s;
}

.trafficBox .traffic {
    height: 100%;
    width: 100%;
    overflow: auto;
}

.trafficBox .trafficTop {
    text-align: center;
    display: none;
}

.trafficBox .trafficTop .trafficType {
    float: left;
    padding: 12px 0;
    width: 50%;
    cursor: pointer;
}


.trafficBox .trafficTop .trafficType.active {
    background: #F5F5F5;
}

.trafficBox .trafficTop .trafficType:hover {
    background: #d8d8d8;
}

.trafficBox .trafficTop .trafficType p {
    font-size: 14px;
    color: #333;
}

.trafficMain {
    display: none;
}

.trafficBox .lineBox {
    height: 170px;
    overflow: auto;
    padding: 10px;
}

.trafficBox .lineListBox {
    white-space: nowrap;

}

.trafficBox .lineListBox > li {
    display: inline-block;

}

.trafficBox .lineListBox .lineTextBox {
    display: block;
    white-space: normal;
    width: 60px;
    padding-left: 20px;
    position: relative;
}

.trafficBox .lineListBox .lineTextBox .lineIcon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("../img/redicon.png") no-repeat;
    background-size: 100% 100%;
}

.trafficBox .lineListBox .lineTextBox .line {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 45px;
    right: -10px;
    border: 1px dashed #D2D2D2;
}

.trafficBox .lineListBox .lineTextBox p {
    writing-mode: tb-rl;
    text-align: right;
    padding-top: 10px;
    margin-left: -4px;
    font-size: 12px;
}


.trafficBox .lineTypeBox {
    padding: 12px 6px;
}

.trafficBox .lineTypeBox .lineul {
    font-size: 0;
    border: 1px solid #eee;
    white-space: nowrap;
}

.trafficBox .lineTypeBox .lineul .linetypeli {
    display: inline-block;
    width: 50%;
    text-align: center;
    border: 1px solid #eee;
    padding: 6px;
    overflow: hidden;
}

.trafficBox .lineTypeBox .lineul .linetypeli:first-child {
    border: 0;
}

.trafficBox .lineTypeBox .lineul .linetypeli.active {
    background: #F5F7F7;
}

.trafficBox .lineTypeBox .lineul .linetypeli a {
    font-size: .1rem;
    color: #797979;
    display: block;
}

.trafficBox .lineTypeBox .lineul .linetypeli.active a {
    color: #1E1E1E;
    font-weight: bold;
}

.trafficBox .lineTypeBox .lineul .linetypeli:hover {
    background: #F5F7F7;
}

.trafficBox .lineTypeBox .lineul .linetypeli:hover a {
    color: #1E1E1E;
}

.trafficBox .lineListDetailsBox {
    padding: 0 6px;
}

.trafficBox .lineListDetailsBox .lineDetailsBox {

}

.lineDetailsBox .lineListUl .lineli {
    position: relative;
    cursor: pointer;
}

.lineDetailsBox .lineListUl .lineli:hover {
    background: #f3f3f3;
}

.lineDetailsBox .lineListUl .lineli p {
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    margin-left: 34px;
}

.lineDetailsBox .lineListUl .lineli .loadIcon {
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 1px solid #ddd;
    background: #eee;
    position: absolute;
    top: 16px;
    left: 1px;
    background-size: 671px 238px;
    border-radius: 50%;
}

/*=============================================*/
.lineDetailsBox .lineListUl .lineli .straightIcon {
    background: url("../img/diricon.png") no-repeat;
    background-position: -87px -23px;;
    z-index: 10;
    background-size: 671px 238px;
}

.lineDetailsBox .lineListUl .lineli .rightTurnIcon {
    background: url("../img/diricon.png") no-repeat;
    background-position: -124px -23px;;
    z-index: 10;
    background-size: 671px 238px;
}

.lineDetailsBox .lineListUl .lineli .leftTurnIcon {
    background: url("../img/diricon.png") no-repeat;
    background-position: -87px -23px;;
    z-index: 10;
    background-size: 671px 238px;
}

.lineDetailsBox .lineListUl .lineli .sRightTurnIcon {
    background: url("../img/diricon.png") no-repeat;
    background-position: -207px -23px;;
    z-index: 10;
    background-size: 671px 238px;
}

.lineDetailsBox .lineListUl .lineli .sLeftTurnIcon {
    background: url("../img/diricon.png") no-repeat;
    background-position: -87px -23px;;
    z-index: 10;
    background-size: 671px 238px;
}

.lineDetailsBox .lineListUl .lineli .bLeftTurnIcon {
    background: url("../img/diricon.png") no-repeat;
    background-position: -87px -23px;;
    z-index: 10;
    background-size: 671px 238px;
}

.lineDetailsBox .lineListUl .lineli .bRightTurnIcon {
    background: url("../img/diricon.png") no-repeat;
    background-position: -87px -23px;;
    z-index: 10;
    background-size: 671px 238px;
}

.lineDetailsBox .lineListUl .lineli .baLeftTurnIcon {
    background: url("../img/diricon.png") no-repeat;
    background-position: -327px -23px;;
    z-index: 10;
    background-size: 671px 238px;
}

.lineDetailsBox .lineListUl .lineli .kLeftTurnIcon {
    background: url("../img/diricon.png") no-repeat;
    background-position: -164px -23px;;
    z-index: 10;
    background-size: 671px 238px;
}

.lineDetailsBox .lineListUl .lineli .kRightTurnIcon {
    background: url("../img/diricon.png") no-repeat;
    background-position: -207px -23px;;
    z-index: 10;
    background-size: 671px 238px;
}

.lineDetailsBox .lineListUl .lineli .inRingIcon {
    background: url("../img/diricon.png") no-repeat;
    background-position: -87px -23px;;
    z-index: 10;
    background-size: 671px 238px;
}

.lineDetailsBox .lineListUl .lineli .outRingIcon {
    background: url("../img/diricon.png") no-repeat;
    background-position: -87px -23px;;
    z-index: 10;
    background-size: 671px 238px;
}

.lineDetailsBox .lineListUl .lineli .reduceSpeedIcon {
    background: url("../img/diricon.png") no-repeat;
    background-position: -87px -23px;;
    z-index: 10;
    background-size: 671px 238px;
}

.lineDetailsBox .lineListUl .lineli .startIconIcon {
    background: url("../img/diricon.png") no-repeat;
    background-position: -47px -104px;
    z-index: 10;
    background-size: 671px 238px;
}

.lineDetailsBox .lineListUl .lineli .endIconIcon {
    background: url("../img/diricon.png") no-repeat;
    background-position: -126px -103px;
    z-index: 10;
    background-size: 671px 238px;
}


/*=============================================*/

.lineDetailsBox .detailsBoxL {
    height: 70px;
    background: #FEE9EA;
    padding: 6px;
    border: 1px solid #E6E6E6;
}

.lineDetailsBox .detailsBoxL:hover {
    background: #f7d6d8;
    cursor: pointer;
}

.lineDetailsBox .detailsBoxL p {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.lineDetailsBox .detailsBoxL p.infoLine {
    padding: 6px 0;
}

.lineDetailsBox .detailsBoxL p.infoLine span {
    display: block;
    width: 33.333%;
    float: left;
    border-left: 1px solid #c5c5c5;
}

.lineDetailsBox .detailsBoxL p.infoLine span:first-child {
    border: none;
}


.lineDetailsBox .detailsBoxL p.infoText {
    text-align: left;
    padding: 6px;
}


.popTop {
    padding: 10px 40px 0 15px;
    height: 36px;
}

.popTop h2 {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.popContent {
    padding: 12px;
    position: relative;
    height: 130px;
    background: #F5F5F5;
    margin-right: 2px;
}

.popContent .imgBox {
    width: 145px;
    height: 100px;
    background: #eee;
    position: absolute;
    top: 14px;
    left: 11px;
    overflow: hidden;
}

.popContent .imgBox img {
    width: 100%;
    height: 100%;
}

.popContent .textBox {
    margin-left: 156px;
}

.popContent .textBox p {
    font-size: 12px;
    color: #333;
}

.popContent .textBox p.address {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom:2px;
}
.popContent .textBox p.introduce {
    max-height: 88px;
    overflow: hidden;
}
#whdbPOP .popContent .textBox .activeHeight{
    max-height:105px;
}

.btnBox {
    height: 40px;
    padding: 6px 15px;
    border-radius: 0 0 10px 10px;
    white-space: nowrap;
}

.btnBox a {
    display: inline-block;
    width: 66px;
    padding: 16px 21px;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    border-left: 1px solid #eee;
    text-indent: -9999px;
}

.btnBox a:first-child {
    border-left: 0;
}

.btnBox .btnBoxDetails {
    background: url("../img/btnBoxDetails.png") no-repeat;
    background-position: center center;
}

.btnBox .btnBoxDetails:hover {
    background: url("../img/btnBoxDetails_a.png") no-repeat;
    background-position: center center;
}

.btnBox .btnBoxDetails_d {
    background: url("../img/btnBoxDetails_d.png") no-repeat;
    background-position: center center;
    cursor: auto;
}


.btnBox .btnBoxQj {
    background: url("../img/btnBoxQj.png") no-repeat;
    background-position: center center;
}

.btnBox .btnBoxQj:hover {
    background: url("../img/btnBoxQj_a.png") no-repeat;
    background-position: center center;
}

.btnBox .btnBoxQj_d {
    background: url("../img/btnBoxQj_d.png") no-repeat;
    background-position: center center;
    cursor: auto;
}


.btnBox .btnBoxDw {
    background: url("../img/btnBoxDw.png") no-repeat;
    background-position: center center;
}

.btnBox .btnBoxDw:hover {
    background: url("../img/btnBoxDw_a.png") no-repeat;
    background-position: center center;
}

.btnBox .btnBoxDw_d {
    background: url("../img/btnBoxDw_d.png") no-repeat;
    background-position: center center;
    cursor: auto;
}

.btnBox .btnBoxQd {
    background: url("../img/btnBoxQd.png") no-repeat;
    background-position: center center;
}

.btnBox .btnBoxQd:hover {
    background: url("../img/btnBoxQd_a.png") no-repeat;
    background-position: center center;
}

.btnBox .btnBoxQd_d {
    background: url("../img/btnBoxQd_d.png") no-repeat;
    background-position: center center;
    cursor: auto;
}


.btnBox .btnBoxZd {
    background: url("../img/btnBoxZd.png") no-repeat;
    background-position: center center;
}

.btnBox .btnBoxZd:hover {
    background: url("../img/btnBoxZd_a.png") no-repeat;
    background-position: center center;
}

.btnBox .btnBoxZd_d {
    background: url("../img/btnBoxZd_d.png") no-repeat;
    background-position: center center;
    cursor: auto;
}

.closeBtn {
    position: absolute;
    top: 4px;
    right: 14px;
    font-size: 20px;
    cursor: pointer;
}

.closeBtn:hover {
    color: red;
}


/**
* 搜索
*/
.searchLineList {
    height: 100%;
    overflow: auto;
    box-shadow: 0px 0px 6px #666;
}

.searchLineList .searchLiBox {
    height: 80px;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 10px;
    position: relative;
    cursor: pointer;
}

.searchLineList .searchLiBox.active {
    background: #f3e8cf;
}

.searchLineList .searchLiBox:hover {
    background: #f3efe5;
}


.searchLineList .searchLiBox .searcgLineTitle {
    font-size: 14px;
    color: #333;
    margin-right: 30px;
    font-weight: bold;
}

.searchLineList .searchLiBox .searchLineContent {
    font-size: 12px;
    color: #666;
    padding: 14px 0;
    margin-right: 30px;

}

.searchLineList .searchLiBox .searchIconBox {
    position: absolute;
    top: 10px;
    right: 4px;
    width: 30px;
    height: 30px;
}

.searchLineList .searchLiBox .searchIconBox .searchIcon {
    display: block;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 50%;
    background: #ccc;
}

.searchLineList .searchLiBox .searchIconBox .searchIcon img {
    width: 100%;
}

.searchLineList .searchLiBox .searchIconBox .searchIText {
    margin-top: 4px;
    display: block;
    color: #666;
    font-size: 12px;
}


.mapNoData {
    background: url(../img/nodata.png) no-repeat;
    background-size: 100%;
    width: 50%;
    margin: 40px auto 0px auto;
    min-height: 147px;
}

.cloneBox {
    position: absolute;
    right: 200px;
    bottom: 200px;
    z-index: 111;
    border-radius: 10px;
    border: 1px solid #cccccc;
    background: #fff;
}

.popBox {
    min-width: 100px;
    width: 377px;
}


/*==================================    路线规划 ===============================*/
.loadPlan {
    height: 100%;
    overflow: auto;
    box-shadow: 0px 0px 6px #666;
}


/*==============================================*/
.loadTitleBox .loadTitleText {
    padding: 16px;
    font-size: 16px;
    font-weight: normal;
    box-shadow: 1px 0 7px #b1afaf;
    background: #fff;
}

/*======================== loadInputBox  ======================*/
.loadInputBox {
    background: #F5F5F5;
    position: relative;
    margin: 10px 0;
}

.loadInputBox .loadInput {
    margin-left: 10px;
    position: relative;
}

.loadInputBox .loadInput .loadInputCol {
    padding: 16px 0;
    border-bottom: 1px solid #EBEBEB;
    vertical-align: top;
}

.loadInputBox .loadInput .loadInputCol input {
    font-size: 14px;
    color: #333;
    outline: 0;
    border:none;
    padding: 10px;
    background: none;
    width:240px;
    
}

.loadInputBox .loadInput .loadInputCol .startIcon {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 2px solid #2ad242;
    border-radius: 50%;
}


.loadInputBox .loadInput .loadInputCol .endIcon {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 2px solid #e52b31;
    border-radius: 50%;
}

.loadInputBox .changeIcon {
    position: absolute;
    top: 56px;
    left: 20px;
    background: url(../img/loadChange.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    cursor: pointer;
}
.backBtn{
    position: absolute;
    right:20px;
    bottom:10px;
    cursor: pointer;
    background-color:#fff;
    z-index: 1000;
}
.backBtn .backIcon{
    width:38px;
    height:38px;
}

.loadListsUl .loadList {
    position: relative;
    cursor: pointer;
}

.loadListsUl .loadList:hover {
    background: #f7f2e8;
}

.loadListsUl .loadList .loadListBox {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    margin: 0 54px 0 34px;
}

.loadListsUl .loadList .loadLiIcon {
    position: absolute;
    top: 34px;
    left: 12px;
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url("../img/locationicon.png") no-repeat;
    background-size: 100% 100%;
}

.loadListsUl .loadList .loadValText {
    position: absolute;
    top: 30px;
    right: 4px;
    font-size: 12px;
}

.loadListsUl .loadList .loadLiTitle {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding: 5px 0;
}

.loadListsUl .loadList .loadLiAddress {
    font-size: 12px;
    color: #888;
    padding: 5px 0;
}
