*{
	margin:0;
	padding: 0;
}

ul li{
	list-style-type: none;
}

.head-top{
    height: 44px;
}
.bus-infor{
	padding-left: 10px;
	color:#fff;
}
.bus-infor h2{
    font-size: 23px;
}
.bus-infor ul li{
	color:#fff;
	line-height: 22px;
	font-size: 14px;
}
.show-more{
    margin-top:5px;
}
.show-more a{
    font-size: 14px;
    color: #fff;
}
.direction-div{
   background-color: #26bfbd;
   padding: 15px 20px;
   overflow: hidden;
}
.bound-box{
   float: left;
   color: #afafaf;
   font-size: 14px;
}
.bound-box span{
   font-size: 16px;
   color: #060606;
   padding-left: 5px;
}
.switch-div{
   float:right;
   color: #585858;
}
.switch-div a{
   color: #585858;
   padding: 10px 0;
   font-size: 15px;
}
.switch-div a img{
	vertical-align: middle;
	width:17px;
	margin-right: 5px;
}
.stops-list{
	padding-left:13px;
	position: relative;
	margin: 20px 0;
	color: #26bfbd;
}
.line-box{
    position: absolute;
    top: 0;
    right:90%;
    background-color: #5e93bc;
    width: 3px;
    height: 100%;
    z-index: 1;
}
.stops-list ol{
   z-index: 10;
   counter-reset: index;
}
.stops-list ol li{
	list-style-type: none;
	padding-bottom: 45px;
	font-size: 15px;
	padding-left: 15%;
	position: relative;
	z-index: 5;
}
.stops-list ol li:first-child:before {
    content: '起';
    width: 25px;
    height: 25px;
    line-height: 25px;
    right: 90%;
    margin: 0;
}
.stops-list ol li:last-child:before {
    content: '终';
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #5e93bc;
    right: 90%;
    margin: 0;
}
.stops-list ol li:last-child:before {
    content: '终';
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #da6d44;
    right: 90%;
    margin: 0;
}
.stops-list ol li:after {
    content: '';
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transition: 0.2s;
    transform-origin: center;
    transform: rotateZ(135deg);
    -webkit-transform: rotateZ(135deg);
    width: 6px;
    height: 6px;
    position: absolute;
    right: 90%;
    margin-right: 9px;
    top: 3px;
    line-height: 21px;
}
.stops-list ol li:last-child{
	padding-bottom: 0;
}
.stops-list ol li:before {
	content:'';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #5e93bc;
    text-align: center;
    position: absolute;
    right: 90%;
    margin-right:4px;
    top: 0;
    line-height: 21px;
    border-radius: 20px;
}
.stops-list ol li:first-child:after,.stops-list ol li:last-child:after{
	content:none;
}
.stops-list ol li a{
    color:#5e93bc;
}
.stops-list ol li span{
 	float: right;
}
.stops-list ol li span img{
	width: 22px;
	vertical-align:middle;
}
.stops-list ol li b{
	font-weight: normal;
	position: absolute;
	left:-28px;
	top:2px;
	color:#555;
}

.mui-toast-container {
	bottom: 50% !important;
	margin-bottom: -51px !important;
}

.mui-toast-container.mui-active {
    bottom: 50% !important;
	margin-bottom: -51px !important;
	opacity:0.9;
}

.mui-toast-message {
	background:url(/xkxtrip/images/succ.png) no-repeat center 16px #000;   /*toast的背景图片*/
	background-size: 28%;
	opacity:0.7;
	filter:Alpha(opacity=70);
	color: #ffffff; /*toast中字体颜色*/
	padding: 70px 15px 15px;/*toast中文字的位置*/
}
.line-sx{
	width:100%;
	overflow: initial;
}
.stops-list {
	float:left;
}
.stops-list ol li p.license-p{
	position: absolute;
	text-align: left;
	overflow: hidden;
	color: #ee6633;
	left: 15%;
	bottom: 8px;
	margin: 0;
	line-height: 20px;
}
.carno{
   	float:left;
   	margin-right: 15px;
   	display: inline;
   	font-size: 12px;
}

.cartime{
   	float:left;
	color: #2ebb2e;
   	display: inline;
   	font-size: 12px;
}

.stops-list-first {
	float:left;
	padding-right: 13px;
	position: relative;
	margin: 20px 0;
	color: #26bfbd;
}

.stops-list-first ol {
	z-index: 10;
	counter-reset: index;
}

.stops-list-first ol li {
    list-style-type: none;
    padding-bottom: 45px;
    font-size: 15px;
    padding-right: 15%;
    position: relative;
    z-index: 5;
	text-align:right;
}
.stops-list-first ol li:before {
    content:'';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #69b2e9;
    text-align: center;
    position: absolute;
    left: 90%;
    margin-left:4px;
    top: 0;
    line-height: 21px;
    border-radius: 20px;
}
.stops-list-first ol li:after {
	content:'';
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transition: 0.2s;
    transform-origin: center;
    transform: rotateZ(135deg);
    -webkit-transform: rotateZ(135deg);
    width: 6px;
    height: 6px;
    position: absolute;
    left: 90%;
    margin-left: 9px;
    top: 3px;
    line-height: 21px;
}
.stops-list-first ol li:first-child:after,.stops-list-first ol li:last-child:after{
	content:none;
}
.stops-list-first ol li:first-child:before{
	content:'起';
	width: 25px;
    height: 25px;
    line-height: 25px;
    left: 90%;
    margin: 0;
}
.stops-list-first ol li:last-child:before{
	content:'终';
	width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #da6d44;
    left: 90%;
    margin: 0;
}
.stops-list-first ol li:last-child {
    padding-bottom: 0;
}
.stops-list-first ol li p.license-p{
   	position: absolute;
   	text-align: left;
   	overflow: hidden;
   	color: #ee6633;
   	right: 15%;
   	bottom: 8px;
   	margin:0;
   	line-height: 20px;
	text-align:right;
}
/* .stops-list-first ol li p span{ */
/* 	float:left; */
/*    	margin-right:0; */
/*    	display: inline; */
/* } */
.stops-list-first ol li a{
	text-align:right;
	color: #69b2e9;
}
.line-box-first{
	position: absolute;
    top: 0;
    left: 90%;
    background-color: #69b2e9;
    width: 3px;
    height: 100%;
    z-index: 1;
}
.stops-list-first ol li b {
    font-weight: normal;
    position: absolute;
    right: -28px;
    top: 2px;
    color: #555;
}
.sh-div{
	float:left;
	width:50%;
	
}
.bus-time{
	color:#ffefb2;
	margin-bottom:0 !important;
	text-align:center;
	
}
.busicon{
	display:block;
	overflow: hidden;
	text-align:center;
}
.busicon img{
	height:25px;
	float:left;
	padding-right:5px;
}
.busicon span{
	line-height:20px;
}
.busposition-a{
	float: left;
}
.busposition-a img {
    width: 20px;
    height: auto;
    vertical-align: middle;
}

.stops-list-first ol li:last-child p.license-p {
    top: 30px !important;
    bottom: 0 !important;
    height: 20px !important;
}
.stops-list ol li:last-child p.license-p {
    top: 30px !important;
    bottom: 0 !important;
    height: 20px !important;
}
.mui-content{
    overflow: hidden;
}

.mui-table-view.mui-grid-view .sh-xx{
	background-color: #69b2e9;
	margin: 0;
	padding-bottom: 10px;
	min-height: 146px;
}
.mui-table-view.mui-grid-view .xh-xx{
	background-color: #5e93bc;
	margin: 0;
	padding: 10px 14px 10px 0;
	min-height: 146px;
}
.mui-table-view.mui-grid-view{
	padding: 0;
}
.lwzj-p{
	font-size: 13px;
	color: #d73b2f;
	border: 1px solid #d73b2f;
	padding: 0 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	position: absolute;
	width: 60px;
	height: 22px;
	line-height: 22px;
	right: 30px;
    top: 20px;
}
.lwzj-p-right{
	font-size: 13px;
	color: #d73b2f;
	border: 1px solid #d73b2f;
	padding: 0 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	position: absolute;
	width: 60px;
	height: 22px;
	line-height: 22px;
	left: 30px;
    top: 20px;
}
