.font-weight {
    font-weight: 800
}

.ml-5 {
    margin-left: 0.1rem
}

.ml-20 {
    margin-left: 0.6rem
}

.color-red {
    color: red
}

.color-blue {
    color: aquamarine
}

.color-999 {
    color: rgb(153, 153, 153)
}

body {
    background-color: rgb(96, 200, 249)
}

@media screen and (max-width: 320px) {
    .ml-5 {
        margin-left: 0rem !important
    }
}
.findname,.endfindname,.his-findname,.his-endfindname{
    position: absolute;
}
.his-findname,.his-endfindname{
    color: #333;
    top: 0.7rem;
}
.station-animation{
    -webkit-animation: animation-scroll 0.3s linear 0s 1;
            animation: animation-scroll 0.3s linear 0s 1;
    -webkit-animation-fill-mode:forwards;
            animation-fill-mode:forwards
}
.his-animation{
    -webkit-animation: animation-scroll-his 0.3s linear 0s 1;
            animation: animation-scroll-his 0.3s linear 0s 1;
    -webkit-animation-fill-mode:forwards;
            animation-fill-mode:forwards
}
@-webkit-keyframes animation-scroll-his {
    0% {
        top: 0.65rem;
    }
    100%{
        top: 0;
    }
}
@keyframes animation-scroll-his {
    0% {
        top: 0.65rem;
    }
    100%{
        top: 0;
    }
}
@-webkit-keyframes animation-scroll {
    0% {
        top: 0;
    }
    100%{
        top: -0.7rem;
    }
}
@keyframes animation-scroll {
    0% {
        top: 0;
    }
    100%{
        top: -0.7rem;
    }
}
.content-box {
    width: 92%;
    margin: 0 auto;
    margin-top: 0.6rem;
    padding: 0 0 0.24rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    border-radius: 6px
}

.content-box .type-box ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -moz-box-pack: space-around;
    -webkit--moz-box-pack: space-around;
    box-pack: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.32rem;
    text-align: center;
    padding: 0.12rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: antiquewhite
}

.content-box .search-box {
    position: relative;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 0 0.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.content-box .search-box .trans-stadion {
    position: absolute;
    right: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content-box .search-box .trans-stadion img {
    width: 0.7rem
}

.content-box .search-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -moz-box-pack: space-around;
    -webkit--moz-box-pack: space-around;
    box-pack: space-around;
}

.content-box .search-box li {
    position: relative;
    padding: 0rem 0.04rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(232, 232, 232);
    height: 0.88rem;
    line-height: 0.88rem;
    overflow: hidden;
}

.content-box .wx-content .search-box .bus-title {
    text-align: center;
    color: #009eff;
    font-size: 0.36rem;
    padding: 0rem 0;
    line-height: 0.76rem;
    height: 0.76rem
}

.content-box .wx-content .search-box .bus-title img {
    width: 0.4rem;
    padding-top: 0.18rem
}

.content-box .wx-content .search-box .bus-title span {
    vertical-align: top;
}

.content-box .wx-content .search-box li:nth-child(2) {
    margin-right: 0.9rem;
}

.content-box .search-box li:last-child {
    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-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none
}

.content-box .search-box .departcity::before {
    background-color: #1fcc9e
}

.content-box .search-box .reachcity::before {
    background-color: red
}

.circle::before {
    content: "";
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 0.2rem;
    margin-bottom: 0.04rem
}

.content-box .check {
    width: 92%;
    height: 0.8rem;
    line-height: 0.8rem;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 0.4rem;
    margin: 0 auto;
    background: linear-gradient(45deg, #febc22, #fa8208);
    border-radius: 2rem
}

.content-box .other-business {
    margin-top: 0.2rem;
    padding: 0 0.3rem;
}

.content-box .other-business ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    -moz-box-pack: space-around;
    -webkit--moz-box-pack: space-around;
    box-pack: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0.06rem 0
}

.content-box .other-business ul li {
    width: 20%;
}

.content-box .other-business ul img {
    width: 0.48rem;
    margin-bottom: 0.1rem
}

.carousel {
    position: relative;
    width: 92%;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 0.3rem;
    padding-bottom: 0.32rem;
    background-color: rgb(96, 200, 249);
}

.carousel .slider {
    width: 100%;
    height: 69px;
    border-radius: 2rem
}

.carousel img {
    width: 100%;
    height: 69px
}

.current {
    width: 20px;
    border-radius: 15px;
    background: rgb(255, 255, 255)
}

.carousel .focus {
    bottom: -0.2rem
}

.carousel .focus>div {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
}

.carousel .focus>div span {
    width: 0.12rem;
    height: 0.12rem;
    margin-left: 0.08rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    display: inline-block;
    float: inherit
}

.advert {
    position: fixed;
    bottom: 42px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.showmask {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none
}

.advert img {
    width: 100%;
}

.current {
    width: 0.4rem!important;
    background: #FFFFFF!important;
    border-radius: 0.6rem!important;
}

.start_li {
    line-height: 0.98rem!important;
    padding: 0rem 0.04rem!important;
    height: 0.98rem!important;
}
.lineHistorybox{
	width: 100%;
	height: 1rem;
	overflow: hidden;
	border-bottom: solid 0.12rem #ededed;
	padding:0 0.3rem;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	display: none;
}
.lineHistory{
	float: left;
	width: 4.8rem;
	height: 0.9rem;
	line-height: 0.9rem;
	overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 0.5rem;
}
.lineHistory ul{
	min-width:4.8rem;
    height: 0.9rem;
    overflow-x: scroll;
}
.lineHistory ul li{
	float: left;
	padding-right: 0.4rem;
	color: #999;
	font-size: 0.22rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
}
.lineHistory ul li:last-child{
	padding-right: 0;
}
.clearlinehitory{
	float: right;
	width: 1.3rem;
	height: 0.9rem;
	line-height: 0.9rem;
	color: #009eff;
	font-size: 0.22rem;
	text-align: center;
}