.page-wrapper .almap-wrap {
    position: relative;
}

.page-wrapper .almap-wrap #almap {
    width: 100%;
    height: 635px;
}

@keyframes fly {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(1300px);
    }
}

.router-panel, .page-line-trans {
    width: 0;
    height: 635px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.router-head, .plan-summary {
    height: 70px;
    background: #ADAC88;
    padding: 15px 20px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.router-head p, .plan-summary p {
    width: 220px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 0;
}

.router-head p:before, .plan-summary p:before {
    content: '';
    width: 40px;
    height: 40px;
    float: left;
    background: url(../imgs/routericon.png) no-repeat;
    background-size: auto 100%;
    background-position: -215px 0;
}

.router-head p:nth-child(3):before, .plan-summary p:nth-child(3):before {
    content: '';
    background-position: -86px 0;
}

.router-head p:nth-child(4), .plan-summary p:nth-child(4) {
    width: 100px;
}

.router-head p:nth-child(4):before, .plan-summary p:nth-child(4):before {
    content: '';
    background-position: -172px 0;
}

.router-head p span, .plan-summary p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin: 4px 5px 0 10px;
}

.router-head p i, .plan-summary p i {
    font-style: normal;
    font-size: 24px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: middle;
    color: #FFEA00;
}

.router-head p .transfer-num, .plan-summary p .transfer-num {
    margin-left: 10px;
}

.router-type, .plan-head {
    background: #ADAC88;
    padding: 16px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.router-type div, .plan-head div, .plan-summary div, .plan-head span.plan-title {
    display: inline-block;
}

.router-type div span, .plan-head span.plan-title {
    display: inline-block;
    border-radius: 10px;
    padding: 5px 20px;
    margin-right: 15px;
    font-size: 26px;
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    line-height: 46px;
    text-align: center;
    cursor: pointer;

}

.router-type div:first-of-type span.active, .plan-head span.plan-title {
    background: linear-gradient(-30deg, #2BAE85, #1D915C);
    color: #fff;
}

.router-type div:last-of-type img, .plan-head div:last-of-type img {
    height: 36px;
    width: auto;
    cursor: pointer;
    margin: 7px 15px;
}

.router-type div img:nth-child(3), .plan-head div img:nth-child(3) {
    margin: 7px 0;
}

.router-type div img:nth-child(4), .router-type div img:nth-child(5), .plan-head div img:nth-child(4), .plan-head div img:nth-child(5) {
    margin: 7px;
}

.router-type div img.stop-btn, .plan-head div img.stop-btn {
    display: none;
    width: 60px;
}

.map-line-wrap {
    height: 475px;
}

.map-line-wrap .left-wrap {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    padding: 30px 20px;
}

.map-line-wrap ul li, .plan-wrapper ul li {
    margin-left: 50px;
    border-left: 8px solid #2BAE85;
    white-space: normal;
    position: relative;
    font-size: 14px;
    letter-spacing: 2px;
}

.map-line-wrap ul li.start, .plan-wrapper ul li.start {
    min-height: 80px;
}

.map-line-wrap ul li.walking, .plan-wrapper ul li.walking {
    border-left: 8px dotted #c0c0c0;
    min-height: 60px;
}

.map-line-wrap ul li div, .plan-wrapper ul li div {
    margin:-10px 0 25px 30px;
    display: inline-block;
    font-size: 28px;
}
.map-line-wrap ul li.start div,.map-line-wrap ul li.end div{
    margin:-4px 0 25px 30px;
}
.plan-wrapper ul li.start div,.plan-wrapper ul li.end div{
    margin:-4px 0 25px 30px;
}
.map-line-wrap ul li div span, .plan-wrapper ul li div span {
    display: inline-block;
    margin: 10px 30px 0 0;
    font-size: 22px;
}

.map-line-wrap ul li .take-on-station, .plan-wrapper ul li .take-on-station {
    display: block;
    padding: 1px 4px 4px 3px;
    border-radius: 2px;
    margin: 5px 0;
}

.map-line-wrap ul li .subway-name, .plan-wrapper ul li .subway-name {
    font-size: 20px;
    border-radius: 8px;
    padding: 3px 6px;
    background-color: #FEDFDF;
    color: #DA3B42;
}

.map-line-wrap ul li .take-off-station, .plan-wrapper ul li .take-off-station {
    display: block;
    padding: 3px;
    border-radius: 2px;
    margin: 5px 0;
}

.map-line-wrap ul li .speed, .plan-wrapper ul li .speed {
    color: #EE6060;
    margin-left: 15px;
    /*position: absolute;*/
    /*font-size: 20px;*/
    /*top: 72px;*/
    /*left: 80px;*/
    /*width: 150px;*/
    /*display: block; */
}

.map-line-wrap ul li:before, .plan-wrapper ul li:before {
    content: '';
    position: absolute;
    left: -20px;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border: 3px solid #2BAE85;
    border-radius: 50%;
    display: block;
}

.map-line-wrap ul li.end:before, .plan-wrapper ul li.end:before {
    left: -12px;
}

.map-line-wrap ul li.bus:before, .plan-wrapper ul li.bus:before {
    background: url(../imgs/bus.png) no-repeat transparent center center;
    background-position: 0 0;
    filter: none;
}

.map-line-wrap ul li.exchange:before, .plan-wrapper ul li.exchange:before {
    background: url(../imgs/exchange.png) no-repeat transparent center center;
    background-position: 0 0;
    filter: none;
}

.map-line-wrap ul li:not(.end):after, .plan-wrapper ul li:not(.end):after {
    content: '';
    position: absolute;
}

.map-line-wrap ul .transfer-list, .plan-wrapper ul .transfer-list {
    display: inline;
}

.map-line-wrap ul .end, .plan-wrapper ul .end {
    border-left: none;
}

.map-marker-label {
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.4em;
    font-weight: 700;
}

.almap-wrap .JD-tabWrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    transform: translateX(0);
    transition: all 1s ease-in;
    -webkit-transform: transition3d(0, 0, 0);
}

.almap-wrap .JD-tabWrap li.normal {
    background-color: #ffffff;
    line-height: 60px;
    width: 150px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 0 20px;
    margin: 10px 0;
    font-size: 24px;
    line-height: 60px;
    box-shadow: 0px 5px 7px 0px #7A8287;
}

.almap-wrap .MS-tabWrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(0);
    transition: all 1s ease-in;
    -webkit-transform: transition3d(0, 0, 0);
}

.almap-wrap .MS-tabWrap .normal {
    font-size: 22px;
    text-align: center;
    line-height: 56px;
    width: 150px;
    background-color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 15px;
    box-shadow: 0px 5px 7px 0px #7A8287;
}

.almap-wrap .MS-tabWrap .active, .almap-wrap .JD-tabWrap .active {
    background-color: #4297EF !important;
    color: #ffffff;
}

.almap-wrap .MS-tabWrap.hide {
    transform: translateX(-150px);
    transition: -0.12s all 0.5s ease-in;
}

.almap-wrap .JD-tabWrap.hide {
    transform: translateX(-180px);
    transition: -0.12s all 0.5s ease-in;
}

.almap-wrap .right-tabWrap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 10px);
}

.almap-wrap .right-tabWrap.hide {
    transform: translateX(240px);
    transition: -0.3s all 1s ease-in;
}

.almap-wrap .right-tabWrap li {
    position: relative;
    list-style: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 0;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 0px 5px 7px 0px #7A8287;
}

.almap-wrap .right-tabWrap li.active {
    color: #ffffff;
}

.almap-wrap .right-tabWrap li i {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.almap-wrap .right-tabWrap li i img {
    width: 54px;
    height: 54px;
    display: inline-block;
}

.almap-wrap .right-tabWrap li[name=SY] i {
    background: url("../imgs/nav/dot_type/icon_shouy.png") no-repeat;
    background-position: center;
}

.almap-wrap .right-tabWrap li[name=SY].active {
    background: #2BAE85;
}

.almap-wrap .right-tabWrap li[name=PT007] i {
    background: url("../imgs/nav/dot_type/icon_xiaoq.png") no-repeat;
    background-position: center;
}

.almap-wrap .right-tabWrap li[name=PT007].active {
    background: #5FAE4A;
}

.almap-wrap .right-tabWrap li[name=PT006] i {
    background: url("../imgs/nav/dot_type/icon_yiy.png") no-repeat;
    background-position: center;
}

.almap-wrap .right-tabWrap li[name=PT006].active {
    background: #FD4E4E;
}

.almap-wrap .right-tabWrap li[name=PT008] i {
    background: url("../imgs/nav/dot_type/icon_shangm.png") no-repeat;
    background-position: center;
}

.almap-wrap .right-tabWrap li[name=PT008].active {
    background: #E656BD;
}

.almap-wrap .right-tabWrap li[name=PT005] i {
    background: url("../imgs/nav/dot_type/icon_xuex.png") no-repeat;
    background-position: center;
}

.almap-wrap .right-tabWrap li[name=PT005].active {
    background: #944EFD;
}

.almap-wrap .right-tabWrap li[name=PT009] i {
    background: url("../imgs/nav/dot_type/icon_huanc.png") no-repeat;
    background-position: center;
}

.almap-wrap .right-tabWrap li[name=PT009].active {
    background: #7B92E4;
}

.almap-wrap .right-tabWrap li[name=JD] i {
    background: url("../imgs/nav/dot_type/icon_jingd.png") no-repeat;
    background-position: center;
}

.almap-wrap .right-tabWrap li[name=JD].active {
    background: #4297EF;
}

.almap-wrap .right-tabWrap li[name=MS] i {
    background: url("../imgs/nav/dot_type/icon_meis.png") no-repeat;
    background-position: center;
}

.almap-wrap .right-tabWrap li[name=MS].active {
    background: #F27548;
}

.almap-wrap .right-tabWrap li span {
    width: 100px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 24px;
    width: 120px;
    vertical-align: middle;
    text-align: center;
    margin-top: -2px;
}

.almap-wrap .right-tabWrap p {
    text-align: right;
}

.almap-wrap .right-tabWrap p img {
    width: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    border-radius: 20px;
}

.almap-wrap .right-tabWrap p span {
    display: block;
    width: 135px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 0 5px #7a7a7a;
    font-size: 24px;
    margin: 6px 0 0 88px;
}

.dialog {
    width: 350px;
    height: 80px;
    line-height: 80px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    box-shadow: 0 0 2px 2px #aaa;
    color: #f00;
    font-size: 30px;
    text-align: center;
    transition: all 1s;
    display: none;
}

.my-div-icon {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 2px solid #4998FF;
    border-radius: 50%;
}

.page-wrapper.dzdt .almap-wrap .input-control {
    position: absolute;
    z-index: 9999;
    top: 40px;
    left: 24px;
    display: flex;
    align-items: center;
}

.page-wrapper.dzdt .almap-wrap .input-control.hide {
    transform: translateX(-500px);
    transition: -0.12s all 0.5s ease-in;
}

.page-wrapper.dzdt .input-control #mapInput {
    height: 60px;
    width: 400px;
    font-size: 26px;
    color: #000;
    padding: 0 50px 0 15px;
    border: 1px solid rgb(10, 143, 243);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-wrapper.dzdt .input-control button {
    height: 60px;
    font-size: 22px;
    color: #fff;
    padding: 0 15px;
    background-color: rgb(10, 143, 243);
    border: 1px solid rgb(10, 143, 243);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.page-wrapper.dzdt .almap-wrap img.toCenter {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 999999;
}