.inquire_box{
	width:100%;
	height:120px;
	overflow:hidden;
	background:linear-gradient(to right, rgba(99,205,254,1), rgba(99,171,254,1));
	position:fixed;
	left:0px;
	top:0px;
	z-index:999;
}

.btn_exchange_box{
	width:17%;
	height:120px;
	overflow:hidden;
	float:left;
	position:relative;
}

.btn_exchange_box a{
	display:block;
	width:36px;
	height:36px;
	border-radius:36px;
	background-color:#fff;
	position:absolute;
	top:42px;
	left:50%;
	margin-left:-17px;
}

.btn_exchange_box a i{
	width:100%;
	text-align:center;
	line-height:36px;
	color:#5bb0f4;
	font-size:16px;
}

.inquire_enter{
	width:80%;
	margin-right:3%;
	height:120px;
	overflow:hidden;
	float:left;
}

.inquire_enter a{
	display:block;
	width:85%;
	padding-left:15%;
	height:44px;
	border-radius:6px;
	background-color:#F0F4F7;
	overflow:hidden;
	margin-top:10px;
	position:relative;
	color:#5BB0F4;
	line-height:44px;
	font-size:16px;
}

.inquire_enter a .ico_inquire{
	display:block;
	width:15%;
	height:44px;
	text-align:center;
	position:absolute;
	left:0px;
	top:0px;
	line-height:44px;
	color:#5bb0f4;
	font-size:20px;
}

.inquire_enter a .arrow_enter{
	width:10%!important;
	height:44px;
	line-height:44px;
	position:absolute;
	top:0px!important;
	right:0px!important;
	font-size:10px;
	text-align:center;
}

.inquire_bot{
	width:90%;
	padding-left:5%;
	padding-right:5%;
	overflow:hidden;
	background-color:#fff;
	padding-top:15px;
	position:fixed;
	left:0px;
	bottom:0px;
	z-index:999;
}

.inquire_bot ul{
	width:100%;
	height:40px;
	overflow:hidden;
	margin-bottom:15px;
}

.inquire_bot ul .btn_start{
	width:48%;
	overflow:hidden;
	float:left;
}

.inquire_bot ul .btn_start button{
	background:none;
	outline:none;
	width:100%;
	height:40px;
	border-radius:40px;
	border:1px solid #3ed35a;
	color:#3ED35A;
	font-size:16px;
}

.inquire_bot ul .btn_end{
	width:47%;
	overflow:hidden;
	float:right;
}

.inquire_bot ul .btn_end button{
	background:none;
	outline:none;
	width:100%;
	height:40px;
	border-radius:40px;
	border:1px solid #ff5050;
	color:#ff5050;
	font-size:16px;
}

.inquire_bot a{
	display:block;
	width:100%;
	height:44px;
	border-radius:6px;
	background:linear-gradient(to right, rgba(99,205,254,1), rgba(99,171,254,1));
	color:#fff;
	margin-bottom:15px;
	text-align:center;
	font-size:16px;
	line-height:44px;
}

.inquire_bot .btn_confirm_null{
	background:none;
	background-color:#dddddd;
}

.inquire_img_bot{
	width:100%;
	overflow:hidden;
	position:fixed;
	left:0px;
	bottom:0px;
	z-index:0;
}

.inquire_img_bot img{
	display:block;
	width:100%;
}

.inquire_detail_box{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	background-color:#fff;
	border-radius:10px;
	margin-top:8%;
	overflow:hidden;
	box-shadow:0px 6px 16px 0px rgba(13,85,143,0.1);
	position:relative;
}

.inquire_info{
	width:92%;
	padding-left:4%;
	padding-right:4%;
	padding-top:30px;
	padding-bottom:30px;
	background:linear-gradient(to right, rgba(99,205,254,1), rgba(99,171,254,1));
}

.inquire_linenum{
	width:100%;
	height:18px;
	overflow:hidden;
	margin-top:5px;
}

.inquire_linenum li{
	width:50%;
	height:18px;
	overflow:hidden;
	float:left;
}

.inquire_linenum li span{
	display:block;
	min-width:20px;
	height:18px;
	padding-left:5px;
	padding-right:5px;
	border-radius:2px;
	background-color:#fff;
	text-align:center;
	line-height:18px;
	color:#5BB0F4;
}

.inquire_linenum .linenum_strat span{
	float:left;
	margin-right:5px;
}

.inquire_linenum .linenum_end span{
	float:right;
	margin-left:5px;
}

.inquire_station{
	width:100%;
	height:30px;
	overflow:hidden;
	position:relative;
	margin-top:10px;
}

.inquire_station li{
	width:46%;
	height:30px;
	overflow:hidden;
}

.inquire_station li 	span{
	font-size:18px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
}

.inquire_station .station_left{
	float:left;
}

.inquire_station .station_right{
	float:right;
}

.inquire_station .station_left span{
	float:left;
}

.inquire_station .station_right span{
	float:right;
}

.inquire_station i{
	display:block;
	width:44px;
	height:30px;
	line-height:30px;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-22px;
	top:0px;
	font-size:18px;
	color:#fff;
}

.inquire_note{
	width:100%;
	height:20px;
	overflow:hidden;
	position:relative;
}

.inquire_note li{
	width:40%;
	overflow:hidden;
	height:20px;
}

.inquire_note li span{
	font-size:12px;
	color:#fff;
	line-height:20px;
}

.inquire_note li span i{
	color:#c6e2ff;
	font-style:normal;
}

.inquire_note .note_left{
	float:left;
}

.inquire_note .note_left span{
	float:left;
}

.inquire_note .note_right{
	float:right;
}

.inquire_note .note_right span{
	float:right;
}

.inquire_note strong{
	display:block;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	height:18px;
	width:72px;
	border-radius:18px;
	border:1px solid #fff;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-36px;
	text-align:center;
	line-height:18px;
}

.inquire_content_area{
	width:92%;
	margin-left:4%;
	margin-right:4%;
	overflow:hidden;
	/*border-bottom:1px dashed #dddddd;*/
}

.cutline_box{
	width:100%;
	height:16px;
	overflow:hidden;
	position:relative;
}

.cutline_box span{
	display:block;
	width:100%;
	height:7px;
	border-bottom:1px dashed #dddddd;
}

.cutline_box i{
	display:block;
	width:16px;
	height:16px;
	border-radius:16px;
	background-color:#e5ecf1;
	position:absolute;
	top:0px;
}

.cutline_box .cutline_spot_left{
	left:-8px;
}

.cutline_box .cutline_spot_right{
	right:-8px;
}

.inquire_content{
	width:100%;
	padding-top:20px;
	padding-bottom:15px;
	overflow:hidden;
}

.inquire_content li{
	overflow:hidden;
	float:left;
}

.inquire_content li span{
	display:block;
	width:100%;
	font-size:12px;
	color:#999999;
	line-height:20px;
	height:20px;
}

.inquire_content li h1{
	width:100%;
	height:40px;
	line-height:40px;
	font-size:12px;
	color:#5BB0F4;
}

.inquire_content li h1 em{
	font-style:normal;
	font-size:26px;
	font-weight:bold;
}

.inquire_content_left{
	width:40%;
}

.inquire_content_mid{
	width:30%;
}

.inquire_content_right{
	width:30%;
}

.inquire_content_right span{
	text-align:right;
}

.inquire_content_right h1{
	text-align:right;
} 

.btn_link_stations{
	width:100%;
	overflow:hidden;
	padding:20px 0px;
}

.btn_link_stations button{
	border:none;
	background:none;
	width:140px;
	height:36px;
	border-radius:6px;
	border:1px solid #5BB0F4;
	font-size:14px;
	color:#5BB0F4;
	display:block;
	margin-left:auto;
	margin-right:auto;
	outline:none;
}

