* {
	margin: 0;
	padding: 0;
}


#main {
	width: 100%;
	height: 100%;
	position: fixed;
	margin: 0 auto;
	background-color: #ccc;
}
#searchDetail {
	border-radius: 5px;
	height:auto;
	width:588;
	display:none;
	position:fixed;
	top: 12%;
	left: 5px;
	background-color: #009f95;
	opacity: 0.90;
}
			
.select_right {
	border-radius:16px;
	width: 310px;
	height: 606px;
	position: fixed;
	top: 12%;
	left: 5px;
	background-color: #2F7E74;
	opacity: 0.90;
	padding:10px 15px;
}

.select_title {
	width: 100%;
	height: 50px;
}

.select_title p {
	font-size: 28px;
	color: #fff;
	position: relative;
	margin-left: 2%;
}

.select_title hr {
	width: 96%;
	position: relative;
	margin-left: 2%;
	margin-top: 5px;
}

.body_left {
	width: 30px;
	height: 33px;
	position: absolute;
	top: 7px;
	right: 10px;
	overflow: hidden;
	cursor:pointer;
}

.body_left img {
	width: 23px;
	height: 23px;
	position: relative;
	top:10px;
	left: 3px;
}

.body_right {

	width: 30px;
	height: 33px;
	position: absolute;
	top: 7px;
	right: 10px;
	overflow: hidden;
	display: none;

}

.body_right img {
	width: 23px;
	height: 23px;
	position: relative;
	top:10px;
	left:3px;
}
.select_body fieldset {
	width: 88%;
	margin-top:15px;
	padding: 7px 10px; 
	position: relative;
	top: 25px;
	left: 5px;
	color:#EEF8FF;
}

.select_body fieldset legend {
	color: #fff;
	position: relative;
	top: -5px;
}

.select_body fieldset input {
	border:none;
	height: 25px;
	
	margin-right:6px;
}
.select_body fieldset input[type="text"] {
	padding:0 22px 0 6px;
	width:225px;
}

/*四个单选按钮*/
#radio1 {
	position: relative;
	top: 6px;
}

#radio2 {
	position: relative;
	top: 6px;
}

#radio3 {
	position: relative;
	top: 6px;
}

#radio4 {
	position: relative;
	top: 6px;
}

/*查询按钮*/
.query {
	position: relative;
	top:36px;
	left:200px;
}

.query button {
	width: 100px;
	height: 40px;
}

/*表格集合*/
#change {
	position: absolute;
	top: 58px;
	right: 18px;
}

.map {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: -1;
}
.input-disabled {
	background-color: #F0F0F0;
	border: 1px solid #F0F0F0;
	outline: 0;
}
.search-option {
	display: flex;
	flex-direction: row;
	position: absolute;
	width: 195px;
	top: 64px;
	left: 18px;
	align-items: center;
	justify-content: space-between;
	color:#fff;
}

















/*.select_body table {
	width: 100%;
}

.select_body table tr {
	width: 100%;
	height: 30px;
}

.select_body table tr th {
	width: 35%;
	text-align: left;
}

.select_body table tr th p {
	color: #fff;
	font-size: 18px;
}

.select_body table tr td {
	width: 50%;
	text-align: center;
}

.select_body table tr td input {
	width: 150px;
	height: 25px;
	position: relative;
	left: -28px;
}

.select_body table tr td button {
	width: 80px;
	height: 30px;
	position: relative;
	top: 15px;
}*/

#forbid1 {
	position: relative;
	top: -17px;
	left: 80px;
}

#forbid2 {
	position: relative;
	top: -17px;
	left: 100px;
}

#forbid3 {
	position: relative;
	top: -17px;
	left: 80px;
}

#forbid4 {
	position: relative;
	top: -17px;
	left: 120px;
}

#change_model:hover {
	color: #fff;
}

#change_index:hover {
	color: #fff;
}

#li_model {
	border-radius: 5px;
	width: 850px;
	height: 550px;
	position: absolute;
	top: 50px;
	left: 320px;
	background-color: yellow;
	display: none;
	overflow: hidden;
	overflow-y: visible;
}

.listing {
	border: 0px solid yellow;
	width: 100%;
	height: auto;
	position: relative;
	top: 6px;
	left: -1px;
}

.listing table tr th {
	border: 0px solid greenyellow;
	width: 120px;
	height: 30px;
	text-align: center;
}

.listing table tr td {
	border: 1px solid greenyellow;
	width: 120px;
	height: 30px;
	text-align: center;
}

/*弹出框*/
#departure-frame {
	border-radius: 5px;
	width: 450px;
	height: 250px;
	position: absolute;
	z-index: 2;
	display: none;
}

.departure-frame-search {
	width: 100%;
	height: 40px;
	position:absolute;
	top: 0px;
	background-color: #8ae0e0;
	float: left;
}

.departure-frame-search li {
	border-radius: 5px;
	width: 13.2%;
	height: 30px;
	list-style: none;
	float: left;
	text-align: center;
	margin: 10px auto;
	/*background-color: #0093ff;*/
}

.li_change {
	border-radius: 5px;
	width: 13.2%;
	height: 30px;
	list-style: none;
	float: left;
	text-align: center;
	margin: 10px auto;
	background: greenyellow;
}

.departure-frame-list1 {
	border: 1px solid red;
	border-radius: 5px;
	width: 100%;
	position: absolute;
	top: 41px;
	left: -1px;
	background-color: #fff;
	z-index: 3;
}

.departure-frame-list1 table {
	width: 450px;
}

.departure-frame-list1 table tr {
	width: 100%;
	height: 30px;
}

.departure-frame-list1 table tr th {
	width: 18%;
	height: 30px;
	list-style: none;
	color: blue;
	margin-top:10px;
	text-align: center;
	margin: auto;
}
.departure-frame-list1 table tr td {
	width: 15%;
	height: 30px;
	list-style: none;
	margin-top:10px;
	text-align: center;
	font-size: 15px;
	margin: auto;
}

.departure-frame-list2 {
	border: 1px solid red;
	border-radius: 5px;
	width: 100%;
	position: absolute;
	top: 41px;
	left: -1px;
	background-color: #fff;
	z-index: 3;
	display: none;
}

.departure-frame-list2 table {
	width: 450px;
}

.departure-frame-list2 table tr {
	width: 100%;
	height: 30px;
}

.departure-frame-list2 table tr th {
	width: 18%;
	height: 30px;
	list-style: none;
	color: blue;
	margin-top:10px;
	text-align: center;
	margin: auto;
}
.departure-frame-list2 table tr td {
	width: 15%;
	height: 30px;
	list-style: none;
	margin-top:10px;
	text-align: center;
	font-size: 15px;
	margin: auto;
}

.departure-frame-list3 {
	border: 1px solid red;
	border-radius: 5px;
	width: 100%;
	position: absolute;
	top: 41px;
	left: -1px;
	background-color: #fff;
	z-index: 3;
	display: none;
}

.departure-frame-list3 table {
	width: 450px;
}

.departure-frame-list3 table tr {
	width: 100%;
	height: 30px;
}

.departure-frame-list3 table tr th {
	width: 18%;
	height: 30px;
	list-style: none;
	color: blue;
	margin-top:10px;
	text-align: center;
	margin: auto;
}
.departure-frame-list3 table tr td {
	width: 15%;
	height: 30px;
	list-style: none;
	margin-top:10px;
	text-align: center;
	font-size: 15px;
	margin: auto;
}
.departure-frame-list4 {
	border: 1px solid red;
	border-radius: 5px;
	width: 100%;
	position: absolute;
	top: 41px;
	left: -1px;
	background-color: #fff;
	z-index: 3;
	display: none;
}

.departure-frame-list1 table {
	width: 450px;
}

.departure-frame-list4 table tr {
	width: 100%;
	height: 30px;
}

.departure-frame-list4 table tr th {
	width: 18%;
	height: 30px;
	list-style: none;
	color: blue;
	margin-top:10px;
	text-align: center;
	margin: auto;
}
.departure-frame-list4 table tr td {
	width: 15%;
	height: 30px;
	list-style: none;
	margin-top:10px;
	text-align: center;
	font-size: 15px;
	margin: auto;
}

.departure-frame-list5 {
	border: 1px solid red;
	border-radius: 5px;
	width: 100%;
	position: absolute;
	top: 41px;
	left: -1px;
	background-color: #fff;
	z-index: 3;
	display: none;
}

.departure-frame-list5 table {
	width: 450px;
}

.departure-frame-list5 table tr {
	width: 100%;
	height: 30px;
}

.departure-frame-list5 table tr th {
	width: 18%;
	height: 30px;
	list-style: none;
	color: blue;
	margin-top:10px;
	text-align: center;
	margin: auto;
}
.departure-frame-list5 table tr td {
	width: 15%;
	height: 30px;
	list-style: none;
	margin-top:10px;
	text-align: center;
	font-size: 15px;
	margin: auto;
}

.departure-frame-list6 {
	border: 1px solid red;
	border-radius: 5px;
	width: 100%;
	position: absolute;
	top: 41px;
	left: -1px;
	background-color: #fff;
	z-index: 3;
	display: none;
}

.departure-frame-list6 table {
	width: 450px;
}

.departure-frame-list6 table tr {
	width: 100%;
	height: 30px;
}

.departure-frame-list6 table tr th {
	width: 18%;
	height: 30px;
	list-style: none;
	color: blue;
	margin-top:10px;
	text-align: center;
	margin: auto;
}
.departure-frame-list6 table tr td {
	width: 15%;
	height: 30px;
	list-style: none;
	margin-top:10px;
	text-align: center;
	font-size: 15px;
	margin: auto;
}

.departure-frame-list7 {
	border: 1px solid red;
	border-radius: 5px;
	width: 100%;
	position: absolute;
	top: 41px;
	left: -1px;
	background-color: #fff;
	z-index: 3;
	display: none;
}

.departure-frame-list7 table {
	width: 450px;
}

.departure-frame-list7 table tr {
	width: 100%;
	height: 30px;
}

.departure-frame-list7 table tr th {
	width: 18%;
	height: 30px;
	list-style: none;
	color: blue;
	margin-top:10px;
	text-align: center;
	margin: auto;
}
.departure-frame-list7 table tr td {
	width: 15%;
	height: 30px;
	list-style: none;
	margin-top:10px;
	text-align: center;
	font-size: 15px;
	margin: auto;
}
#detalTitle
{
	margin-top:7px;
	margin-left:5px
}

#depart_airport{max-width: 200px;height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left;}
#dest_airport{max-width: 200px;height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left;}
#dest_tps{float: left;}

.layui-table-tool
{
	overflow: hidden!important;
}