/* 班车首页 */

.time-top {
    background: -webkit-linear-gradient(left, #4390f7, #63cdf9);
    background: linear-gradient(to right, #4390f7, #63cdf9);
    color: #fff;
    box-shadow: 0 3px 7px 0px rgba(18, 144, 240, .5);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.current-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.1rem 0 0rem;
}

.current-time input {
    background: transparent;
    color: #fff;
    text-align: center;
    line-height: 0.28rem;
    font-size: 0.18rem;
    width: 1.5rem;
}

.current-time i.iconfont {
    font-size: 0.3rem;
}

.current-time i.icon-left {
    margin-left: 0.15rem;
    font-size: 0.28rem
}

.current-time i.icon-right {
    margin-right: 0.15rem;
    font-size: 0.28rem;
}

.time-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    padding: 0.04rem 0.15rem;
    font-size: 0.1rem;
}

.time-list li {
    opacity: 0.8;
}

.time-list li.today {
    background: #fff;
    box-shadow: 0 3px 7px 0px rgba(18, 144, 240, .5);
    color: #34a0ef;
    opacity: 1;
    padding: 0.08rem;
    font-size: 0.13rem;
    border-radius: 5px;
    margin-bottom: -0.1rem;
    margin-top: -0.1rem;
}


/* swiper modify */

.swiper-container {
    padding: 0.18rem 0.15rem;
    box-sizing: border-box;
}

.swiper-slide {
    box-shadow: 0 2px 8px 1px rgba(61, 158, 232, .3);
    height: 0.26rem;
    line-height: 0.26rem;
    border-radius: 0.13rem;
    text-align: center;
    color: #34a0ef;
    font-size: 0.15rem;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.08rem;
    box-sizing: border-box;
}

.swiper-slide.active {
    color: #fff;
    box-shadow: 0 2px 8px 1px rgba(73, 166, 249, .8);
    background: -webkit-linear-gradient(left, #4390f7, #63cdf9);
    background: linear-gradient(to right, #4390f7, #63cdf9);
}

.swiper-slide span {
    /*white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;*/
}

.list li {
    padding: 0rem 0.25rem;
    margin: 0.1rem 0;
    box-shadow: 0 1px 5px 1px rgba(61, 158, 232, .15);
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.list li:first-child {
    margin-top: 0;
}

.list li.dis {
    background: #f2f2f2;
}

.list-top {
    padding: 0.08rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-top .detail-bus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
}

.detail-bus .line {
    height: 1px;
    background: #abdbfc;
    width: 0.95rem;
    -ms-flex-negative: 0;
    margin: 0 0.1rem;
    text-align: left;
}

.detail-bus .end-details,
.detail-bus .start-details {
    -ms-flex: 4;
    -webkit-box-flex: 4;
    flex: 4;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    overflow: hidden;
    text-align: center;
}

.detail-bus .time {
    color: #34a0ef;
    font-size: 0.17rem;
    text-align: left;
}

.detail-bus .address {
    color: #303030;
    font-size: 0.15rem;
    overflow: hidden;
    max-width: 0.6rem;
    white-space: nowrap;
}

.list-top a {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 2;
    text-align: right;
    color: #34a0ef;
    font-size: 0.15rem;
    line-height: 0.27rem;
    text-align: right;
}

.list-top a i.iconfont {
    font-size: 0.17rem;
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
}

.list li .list-bottom {
    border-top: 1px solid #e5e5e5;
    padding: 0.08rem 0;
}

.list li .list-bottom p:first-child {
    color: #323232;
    opacity: 0.9;
    font-size: 0.15rem;
}

.list li .list-bottom p span {
    color: #323232;
    opacity: 0.5;
    font-size: 0.12rem;
}

.list li .list-bottom p span:not(:last-child) {
    margin-right: 0.075rem;
}

.area-list {
    margin-top: 1.04rem;
    padding-bottom: 0.1rem;
}

.nodata {
    padding-top: 1rem;
}

.nodata img {
    display: block;
    opacity: 0.1;
    width: 2.15rem;
    height: 1.78rem;
    margin: 1rem auto 0.2rem;
}

.nodata p {
    text-align: center;
    opacity: 0.2;
    color: #323232;
    font-size: 0.18rem;
}


/* 班车详情页 */

.detail-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.detail-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}

.detail-top>div:first-child {
    height: 0.8rem;
    background: -webkit-linear-gradient(left, #4390f7, #63cdf9);
    background: linear-gradient(to right, #4390f7, #63cdf9);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0.6rem;
    text-align: center;
}

.detail-top a {
    position: absolute;
    left: 0.25rem;
    font-size: 0.28rem;
    color: #fff;
}

.detail-top .detail-address {
    font-size: 0.18rem;
    margin-bottom: 0.05rem;
}

.detail-top .detail-time {
    opacity: 0.8;
    font-size: 0.13rem;
}

.detail-top .notice {
    box-shadow: 0 3px 7px 1px rgba(9, 68, 113, .15);
    padding: 0 0.05rem;
    line-height: 0.27rem;
    font-size: 0.12rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    /*备注*/
    max-height: 1rem;
    overflow: auto;
    min-width: 0.27rem;
}

.notice>span {
    display: inline-block;
    vertical-align: middle;
    color: #323232;
    opacity: 0.6;
}

.notice>span:first-child {
    width: 0.8rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0.05rem;
}

.notice>span:nth-child(2) {
    margin: 0 0.27rem 0 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice>span:last-child {
    color: #34a0ef;
    width: 0.3rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0.05rem;
    opacity: 1;
    text-align: right;
}

.notice.active {
    padding-bottom: 0.2rem;
}

.notice.active>span:nth-child(2) {
    margin: 0 0.05rem 0 0.7rem;
    white-space: normal;
    overflow: auto;
    text-overflow: inherit;
    word-break: break-all;
}

.notice.active i {
    position: absolute;
    bottom: 0rem;
    font-size: 0.15rem;
    font-weight: bold;
    color: #34a0ef;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#map-con {
    margin-top: 1.07rem;
    height: 4.36rem;
    width: 100%;
}

.mapnotice {
    margin-top: 0.8rem !important;
}

.source-detail {
    height: 1.23rem;
    background: #fff;
    width: 100%;
    box-shadow: 0 -3px 7px 0px rgba(9, 68, 113, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.3rem;
}

.show-icon {
    color: #34a0ef;
    font-size: 0.13rem;
    text-align: right;
}

.source-detail {
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.source-detail ul li {
    border-left: 0.03rem solid #34a0ef;
    padding-left: 0.2rem;
    position: relative;
    color: #323232;
}

.source-detail ul li:not(:first-child):not(:last-child) {
    font-size: 0.13rem;
    padding: 0.05rem 0 0.05rem 0.2rem;
    opacity: 0.9;
}

.source-detail ul li:last-child,
.source-detail ul li:first-child {
    font-size: 0.17rem;
}

.source-detail ul li:first-child:before,
.source-detail ul li:last-child:before {
    background: #34a0ef;
    color: #fff;
    border-radius: 50%;
    width: 0.22rem;
    height: 0.22rem;
    line-height: 0.22rem;
    text-align: center;
    font-size: 0.12rem;
    position: absolute;
    left: -0.12rem;
}

.source-detail ul li:first-child span,
.source-detail ul li:last-child span {
    display: inline-block;
    vertical-align: middle;
}

.source-detail ul li:first-child span {
    margin-top: -0.05rem;
}

.source-detail ul li:last-child span {
    margin-bottom: -0.05rem;
}

.source-detail ul li:first-child:before {
    content: '始';
    top: 0;
}

.source-detail ul li:last-child:before {
    content: '终';
    bottom: 0;
}

.source-detail ul li .addr-time {
    font-size: 0.14rem;
    margin-left: 0.05rem;
}

.amap-logo,
.amap-copyright {
    display: none !important;
}


/* 展开 */

.wrap.active-wrap #map-con .amap-zoomcontrol {
    display: none !important;
}

.show-details {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    background: #f2f2f2;
}

.show-details>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    padding: 0 0.3rem 0.27rem;
    overflow: auto;
    height: 100%;
}

.show-details .source-left,
.show-details .show-icon {
    padding: 0.21rem 0;
}

.show-details li:not(:first-child):not(:last-child):before {
    content: '';
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.0654rem;
    border: 0.03rem solid #34a0ef;
    box-sizing: border-box;
    margin: auto;
    background: #fff;
    border-radius: 50%;
}

.show-details li i.iconfont {
    font-size: 0.18rem;
    color: #34a0ef;
    margin-left: 0.05rem;
}

.source-detail ul li:last-child i.iconfont {
    margin-bottom: -0.05rem
}

.show-details>div >p {
    text-align: center;
    background: #fff;
    line-height: 0.27rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #848484;
    font-size: 0.12rem;
}

.show-details>div>p i {
    font-size: 0.18rem;
    color: #34a0ef;
    margin: 0 0.05rem 0 0.05rem;
    position: relative;
    top: -0.02rem;
}

.model {
    position: fixed;
    z-index: 501;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3)
}

.alert-box {
    background: #fff;
    width: 70%;
    padding: 0.2rem;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    border-radius: 5px;
}

.alert-box p {
    margin: 0.05rem 0 0.25rem;
    text-align: center;
    color: #323232;
    opacity: 0.9;
    font-size: 0.15rem;
}

.alert-box .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 90%;
    margin: 0.15rem auto 0;
}

.alert-box .btn-group a {
    display: block;
    line-height: 0.3rem;
    text-align: center;
    width: 40%;
    border-radius: 5px;
    background: #34a0ef;
    color: #fff;
}

.alert-box .btn-group a:first-child {
    background: #ccc;
}
