body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, ::before, ::after {
	margin: 0;
	padding: 0
}

body {
	font-size: 12px;
	font-family: PingFangSC-Light, Microsoft Yahei, Arial, Helvetica, sans-serif !important;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

div, span {
	-webkit-tap-highlight-color: transparent;
}

a:hover {
	color: #000;
	text-decoration: none
}

a:visited {
	color: #000;
}
a#pay{
	line-height: 36px;
	width: 200px;
	text-align: center;
	display: inline-block;
	margin-left: 215px;
	background: #f90;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 10px;
}
em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

input, input[type="button"], input[type="submit"], input[type="file"], input[type="text"], input[type="number"], button {
	border: none;
	border-style: none;
	-webkit-appearance: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-border-radius: 0px;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

select {
	background-color: #fff;
}

.hide {
	display: none;
}

.show {
	display: block;
}

[v-cloak] {
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

/*按钮样式*/
.blue-btn {
	color: #fff !important;
	border: solid 1px #0076a3 !important;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.blue-btn:active {
	color: #999 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}


.red-btn {
	color: #fff !important;
	border: solid 1px #b73948 !important;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top, #f16c7c, #bf404f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}

.red-btn:active {
	color: #999 !important;
	background: #ba4b58 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top, #cf5d6a, #a53845);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}

.white-btn {
	color: #0095cd !important;
	border: solid 1px #0095cd !important;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.white-btn:active {
	color: #999 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.disable {
	color: #565752 !important;
	background: #D4D4D4 !important;
}

.top {
	min-height: 70px;
	position: relative;
	min-width: 1200px;
}

.banner {
	position: absolute;
	width: 100%;
	top: 0;
	height: 70px;
	z-index: 100;
}

.banner .banner-mid {
	width: 1200px;
	margin: 0 auto;
}

.banner .logo {
	float: left;
	height: 100%;
}

.logo img {
	margin-top: 5px;
	height: 60px;
}

.banner .links {
	float: right;
	line-height: 70px;
	font-size: 18px;
}

.links li {
	float: left;
	padding: 0 20px;
}

.links a {
	/*display: inline-block;*/
	height: 100%;
	color: #8590a6;
	font-weight: 700;
	cursor: pointer;
	letter-spacing: 2px;
}

.links a:hover {
	background-color: #2b9dff;
}

.links a.active {
	height: 70px;
	border-bottom: 4px solid #2b9dff;
}
.links a:hover{
	color: #ffffff;
	text-decoration: none;
}

.banner .user-login {
	float: right;
	height: 70px;
	position: relative;
}

.user-login .portrait {
	display: inline-block;
	height: 44px;
	width: 44px;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 13px;
	vertical-align: top;
}

.user-login .portrait img {
	display: block;
	height: 100%;
}

.user-login .login-btn {
	display: inline-block;
	vertical-align: top;
	line-height: 70px;
	color: #8590a6;
	font-size: 18px;
	font-weight: 700;
	max-width: 110px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.user-login .login-btn a {
	color: #8590a6;
}

.user-login .login-btn a:hover {
	color: #000;
	cursor: pointer;
}

.user-login .turn-btn {
	display: inline-block;
	height: 100%;
	width: 70px;
	position: relative;
}

.assist-word{
	padding: 0px 20px;
	font-size: 27px;
	color: #006dbb;
	font-weight: 600;
	line-height: 70px;
	letter-spacing: 2px;
}

.turn-btn i {
	display: block;
	height: 100%;
	background: url("choose.png") no-repeat 50% 50%;
	background-size: 28px;
	cursor: pointer;
}

.turn-btn .adminact {
	position: absolute;
	right: 10px;
	top: 55px;
	background-color: #fff;
	border: 1px solid #ccc;
	user-select: none;
}

.adminact:before {
	position: absolute;
	right: 12px;
	top: -7px;
	content: "";
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ccc;
}

.adminact:after {
	position: absolute;
	right: 11px;
	top: -6px;
	content: "";
	height: 0;
	width: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
}

.adminact li {
	text-align: center;
	width: 100px;
	height: 30px;
	padding: 5px;
	font-weight: 400;
}

.adminact a {
	display: block;
	line-height: 30px;
}

.adminact a:hover {
	background-color: #37d176;
	border-radius: 3px;
	color: #fff;
}

/*弹出框公共部分*/
.login-layout,
.register-layout,
.repassword-layout,
.disclaimer-layout{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
}


.banner .all-title {
	text-align: center;
	line-height: 80px;
	position: relative;
	font-size: 30px;
}

.banner .all-close {
	position: absolute;
	right: 0;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 45px;
	font-size: 40px;
	cursor: pointer;
}

.banner .all-input-layout {
	text-align: right;
	height: 50px;
	margin-bottom: 20px;
	line-height: 50px;
	font-size: 20px;
}

.banner .all-input {
	float: right;
	height: 100%;
	border: 1px solid #ccc;
	width: 400px;
	font-size: 20px;
	padding-left: 5px;
	margin-left: 30px;
	margin-right: 100px;
	box-sizing: border-box;
}

.banner .all-sure{
	display: block;
	height: 50px;
	width: 300px;
	margin: 20px auto;
	background-color: #2686e0;
	color: #fff;
	font-size: 20px;
}
.banner .all-sure:hover{
	background-color: #3baaff;
	cursor: pointer;
}

/*登录弹出框*/
.login-layout .login-content {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 360px;
	width: 600px;
	margin: -180px 0 0 -300px;
	background-color: #fff;
}

.login-content .to-forget-pw {
	float: left;
	color: #3baaff;
	font-size: 15px;
	margin-left: 120px;
}

.login-content .to-register {
	float: right;
	color: #3baaff;
	font-size: 15px;
	margin-right: 100px;
}

/*注册框和找回密码框部分*/
.register-layout .register-content{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 600px;
	width: 750px;
	margin: -300px 0 0 -300px;
	background-color: #fff;
}

.repassword-layout .repassword-content{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 450px;
	width: 600px;
	margin: -225px 0 0 -300px;
	background-color: #fff;
}

.register-content .check-code:first-of-type,
.repassword-content .check-code:first-of-type {
	width: 120px;
	margin-left: 10px;
	font-size: 16px;
	background-color: #2686e0;
	color: #fff;
}

.register-content .check-code:last-of-type ,
.repassword-content .check-code:last-of-type {
	width: 170px;
	margin-right: 0;
}

.register-content .check-code:first-of-type:hover ,
.repassword-content .check-code:first-of-type:hover {
	background-color: #3baaff;
	cursor: pointer;
}

.register-content .user-type {
	float: left;
	width: 120px;
	text-align: center;
	margin-right: 30px;
	cursor: pointer;
}

.register-content .user-type:first-of-type {
	margin-left: 135px;
}

.user-type input {
	height: 20px;
	width: 20px;
	vertical-align: top;
	margin: 16px 10px 0 0 !important;
}

.register-content .disclaimer {
	text-align: center;
}
.register-content .disclaimer label{
	cursor: pointer;
}

/*免责声明部分*/
.disclaimer .disclaimer-btn {
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
	vertical-align: top;
	margin: 15px 10px 0 0;
}

.disclaimer .disclaimer-btn.tick {
	background: url("/static/images/tick.png") no-repeat;
	background-size: 19px;
}

.disclaimer-layout {
	z-index: 9999;
}

.disclaimer-layout .disclaimer-dialog {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 600px;
	width: 700px;
	margin: auto;
	background-color: #fff;
	border-radius: 6px;
}

.disclaimer-dialog .title {
	display: table;
	width: 100%;
	height: 6%;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #2686e0;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}

.disclaimer-dialog .title span {
	display: table-cell;
	vertical-align: middle;
}

.disclaimer-dialog .content {
	box-sizing: border-box;
	height: 85%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 30px;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: SimSun-ExtB;
}

.disclaimer-dialog .btn-layout {
	display: table;
	width: 100%;
	box-sizing: border-box;
	height: 9%;
	text-align: center;
	padding: 5px 25%;
}

.disclaimer-dialog .btn-layout .sure {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	border-radius: 6px;
}

.btn-layout .sure-btn {
	border-radius: 6px;
	background-color: #2686e0;
	width: 100px;
	height: 40px;
	margin-right: 20px;
	font-size: 16px;
}

.btn-layout .cancel-btn {
	border-radius: 6px;
	width: 100px;
	height: 40px;
	font-size: 16px;
}


.message-layout {
	min-width: 1200px;
	background-color: #333;
	height: 400px;
	font-size: 16px;
}

.message-layout .message {
	width: 1200px;
	margin: 0 auto;
}

.mess-left {
	float: left;
	box-sizing: border-box;
	height: 300px;
	width: 800px;
	margin-top: 50px;
	padding-left: 20px;
	border-right: 2px solid #fff;
}

.news {
	height: 200px;
}

.news ul {
	float: left;
	width: 33.33333%;
}

.news li:first-of-type {
	font-size: 20px;
	color: #fff;
}

.news li {
	margin: 5px 0;
}

.news a {
	color: #ccc;
}

.news a:hover {
	color: #fff;
}

.friend-links {
	line-height: 20px;
	margin-top: 20px;
}

.friend-links a {
	color: #ccc;
}

.friend-links a:hover {
	color: #fff;
}

.friend-links li:first-of-type {
	font-size: 20px;
	margin: 0;
	color: #fff;
}

.friend-links li {
	float: left;
	margin: 0 10px;
}

.follow {
	color: #fff;
	width: 365px;
	float: right;
	height: 300px;
	margin-top: 50px;
}

.follow .title {
	font-size: 23px;
	line-height: 50px;
	letter-spacing: 2px;
}

.code img {
	height: 150px;
}

.follow .contact {
	font-size: 21px;
	line-height: 70px;
}

.copyright {
	border-top: 1px solid #ccc;
	line-height: 30px;
	text-align: center;
}

/*分页样式ajaxPaging*/
.paging {
	height: 50px;
	padding: 20px 0 0 50px;
	width: 100%;
	box-sizing: border-box;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #666;
	background-color: #fff;
}

input.mulButton {
	display: inline-block;
	height: 30px;
	width: 30px;
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
	color: #666;
	background-color: #fff;
	border-radius: 2px;
	font-weight: 600;
	font-family: "Microsoft YaHei";
	cursor: pointer;
	margin: 0 2px;
}

input.mulButton.choose {
	border: 1px solid #cd2823;
	background-color: #fff;
	color: #cd2823;
}

input.goButton {
	display: inline-block;
	height: 30px;
	width: 40px;
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
	color: #666;
	background-color: #fff;
	border-radius: 2px;
	font-weight: 600;
	font-family: "Microsoft YaHei";
	cursor: pointer;
}

.topageValue {
	box-sizing: border-box;
	height: 30px;
	width: 40px;
	border: 1px solid #ccc !important;
	text-align: center;
}

.col-carousel{
	color: #333333;
}
.tilte-100-col{
	background: url("/car.png") no-repeat center left;
	padding-left: 76px;
	line-height: 60px;
	font-size: 32px;
	letter-spacing: 17px;
	display: inline-block;
}
.tilte-100-col.tilte-100-colHuowu{
	background: url("/huowu.png") no-repeat center left;
}
.tilte-100 span{
	font-family: 'Arial';
	font-size: 20px;
	color: #999999;
}
.tilte-100 {
	text-align: center;
	margin-bottom: 40px;
}
.station-col-top span{
	float: left;
	font-size: 18px;
	color: #333;
}
.line-dot{
	padding: 0 20px;
}
.spanBlock{
    width: 260px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.station-col-bottom span{
	color: #999999;
	float: left;
}
.station-col-bottom span em{
	color: #333;
}
.station-col-bottom{
	margin-top: 14px;
}
.historyOrder{
	background: #e5e8f7;
	color: #11294d !important;
	margin: 0 10px;
}
.spanBtn{
	background: #ff6d05;
	color: #ffffff !important;
	cursor: pointer;
}
.spanBtn,.historyOrder{
	padding: 2px 5px;
	float: right !important;
}
.station.station1 {
	width: 730px;
}
.col-carousel {
	width: 1200px;
	margin: 40px auto 100px auto;
}
span.destination.spanBlock {
	text-align: right;
}
.station-col {
	border-bottom: 1px dashed #ddd;
	padding:14px 0;
}
.station-col:first-child {
	/*padding-top:0;*/
}
.station1{
	float: left;
	height: 410px;
	overflow: hidden;
}
.station2{
	float: right;
	height: 368px;
	overflow: hidden;
	border: 6px solid #ddd;
	width: 410px;
}
.s-100-box-two .station1{
	float: right;
}
.s-100-box-two .station2{
	float: left;
}
.s-100-box-two{
	margin-top: 90px;
}
.modal-body span{
     color: #757575;
    display: block;
    line-height:56px;
    font-size: 18px;
 }
.modal-body span em{
    color: #000;
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 33px;
}
.modal-dialog {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.modal-dialog.modal-dialog-two-rr{
	transform:none !important;
}

.request-detail span {
	overflow-y: auto !important;
	color: #757575 !important;
	display: block;
	line-height: 56px;
	font-size: 18px;
	padding-top: 0px;
}

.request-detail span em {
	color: #000;
	display: inline-block;
	width: 100px;
	text-align: right;
	margin-right: 33px;
}

.red{
    color: red !important;
}
.more {
	position: absolute;
	bottom: -10px;
	padding: 0 25px;
	border-radius: 100px;
	left: 58%;
	transform: translateX(-50%);
	cursor: pointer;
	line-height: 32px;
	color: #fa890c;
}
.more a{
	color: #fa890c;
}
.more a:hover{
	color: #fa890c;
	text-decoration: none;
}
.a100-body{
	position:relative;
}
.b100-body .more{
	right: 0;
	width: 129px;
	left: 1167px;
}
.info-tuiSong{
	position: absolute;
	right:-30px;
	top:20px;
	cursor: pointer;
}
.radius-info{
	position: absolute;
	color: #ffffff;
	background: #f56c6c;
	line-height: 18px;
	display: block;
	border-radius: 10px;
	padding: 0 10px;
	top:2px;
	right:46px;
}
.rudius{
	font-size: 10px;
	min-width: 12px;
	height: 16px;
	line-height: 16px;
	background: #e33e33;
	border-radius: 10px;
	border: 1px solid #fff;
	color: #fff;
	font-style: normal;
	left: 28px;
	top: 16px;
	position: absolute;
	transform: scale(.9);
	vertical-align: middle;
	padding: 0 3px;
	text-align: center;
	white-space: nowrap;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.info-tuiSong a{
	position: relative;
}
.dropdown-menuAds{
    position: absolute;
    top: 70px;
    left:20px;
    background: #fff;
    overflow: hidden;
    width: 100%;
    display: none;
   box-shadow: 1px 1px 50px rgba(0,0,0,.3)
}
.dropdown-menuAds a{
	display: block;
	color: #333;
	cursor: pointer;
	width: 100%;
	font-size: 12px;
	line-height: 32px;
	padding: 0;
	margin: 0;
	padding: 0 14px;
}
.dropdown-menuAdsLi:hover .dropdown-menuAds{
	display: block;
}

.links .dropdown-menuAdsLi a.active {
    height: inherit;
    /*border-bottom: none;*/
}

.dropdown-menuAds03{
    min-width: 150px;
    max-width: 30%;
    left: 0px;
}

.dialog-cancel-btn{
	position: absolute;
	top: 0;
	right: 15px;
	width: 39px;
	height: 39px;
	color: #666;
	border: none;
	background: transparent url("cancel.png") no-repeat center;
	cursor: pointer;
}