@charset "UTF-8";
/* CSS Document */

/*通用 start*/
* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
	}
a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	color: #000;
	}
img {
	border: 0;
	}
input {
	outline: none;
}
input:focus {
    outline:none;
	}
ul>li {
	list-style: none;
	}
b,h5 {
	font-weight: normal;
	}
.bottom_footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.bottom_footer p {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	color: #333;
	background: #f8f8f8;
}
.main img {
	width: 75px;
	margin: 20% auto;
	display: block;
}
.login_label{
	position: relative;
}
.login_content {
	width: 75%;
	height: auto;
	margin: 20px auto 0;
}
.login_content .login_label {
	display: block;
	height: 44px;
	line-height: 44px;
	border: 1px solid #ddd;
	border-radius: 48px;
	margin: 0 auto 15px;
}
.login_content .login_label input {
	background: transparent;
	border: 0;
	color: #000;
	/*font-size: 16px;*/
	padding: 11px 20px;
	box-sizing: border-box;
	display: block;
	/*text-align: center;*/
	width: 100%;
}
.login_btn a {
	display: block;
	height: 44px;
	line-height: 44px;
	border: 1px solid #03a9f4;
	background: #03a9f4;
    background: -moz-linear-gradient(left,#03a9f4,#00bcd4);
    background: -webkit-gradient(linear,0 50%,100% 50%,from(#03a9f4),to(#00bcd4));
    background: -webkit-linear-gradient(left,#03a9f4,#00bcd4);
    background: -o-linear-gradient(left,#03a9f4,#00bcd4);
	border-radius: 48px;
	margin: 0 auto 20px;
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #fff;
	-webkit-box-shadow: 0px 5px 8px rgba(3, 169, 244, .4);
    -moz-box-shadow: 0px 5px 8px rgba(3, 169, 244, .4);
    box-shadow: 0px 5px 8px rgba(3, 169, 244, .4);
}
.ticket_nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 89;
}
.ticket_nav p {
	width: 100%;
	color: #fff;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	background: #03a9f4;
    background: -moz-linear-gradient(left,#03a9f4,#00bcd4);
    background: -webkit-gradient(linear,0 50%,100% 50%,from(#03a9f4),to(#00bcd4));
    background: -webkit-linear-gradient(left,#03a9f4,#00bcd4);
    background: -o-linear-gradient(left,#03a9f4,#00bcd4);
}
.list_all ul {
	margin: 10px 0 15px 0;
}
.list_all ul li {
	position: relative;
	/*padding: 0 0 20px 0;*/
	overflow: hidden;
}
.list_all ul li a {
	display: block;
}
.list_all ul li a p {
	width: 72%;
	color: #333;
	font-size: 18px;
	display: block;
	padding: 30px 15px 30px 0;
	margin: 18px auto;
	text-align: center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 20px rgba(3, 169, 244, .4);
    -moz-box-shadow: 0px 5px 20px rgba(3, 169, 244, .4);
    box-shadow: 0px 5px 20px rgba(3, 169, 244, .4);
}
.list_all ul li a span {
	position: absolute;
	bottom: 30px;
	right: 8%;
	color: #fff;
	padding: 0 15px;
	height: 30px;
	line-height: 28px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #03a9f4;
	background: -moz-linear-gradient(left,#03a9f4,#00bcd4);
    background: -webkit-gradient(linear,0 50%,100% 50%,from(#03a9f4),to(#00bcd4));
    background: -webkit-linear-gradient(left,#03a9f4,#00bcd4);
    background: -o-linear-gradient(left,#03a9f4,#00bcd4);
}
.list_all ul li a span i.fa-angle-right {
	margin-left: 10px;
}
.pic_lft {
	font-size: 25px;
	color: #03a9f4;
	float: left;
	margin-left: -10px;
	padding-top: 2px;
}
.ticket_nav .back {
	position: absolute;
	top: 0;
	left: 0;
	height: 48px;
	line-height: 48px;
	display: block;
	color: #fff;
	padding: 0 15px;
	font-size: 16px;
}
.ticket_nav a i {
	margin-right: 5px;
	font-size: 18px;
}
.ticket_nav .list {
	position: absolute;
	top: 0;
	right: 0;
	height: 48px;
	line-height: 48px;
	display: block;
	color: #fff;
	padding: 0 15px;
	font-size: 16px;
}
.list img {
	width: 19px;
	height: 18px;
	display: block;
	padding: 15px 0;
}
.pro_all {
	margin-bottom: 55px;
}
.pro_all ul li {
	margin: 15px 0;
}
.pro_all ul li .pro_nav {
	padding: 15px 20px;
	box-sizing: border-box;
	background: #fff;
	display: -webkit-flex; 
	display: flex;	
}
.pro_id {
	-webkit-box-flex: 1; 
	-moz-box-flex: 1; 
	-ms-flex: 1;
	flex: 1; 
	margin-right: 3%;
}
.pro_id span {
	background: #03a9f4;
	display: block;
	width: 48px;
	height: 48px;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
}
.pro_id span b {
	display: block;
}
.pro_cot {
	-webkit-box-flex: 4; 
	-moz-box-flex: 4; 
	-ms-flex: 4;
	flex: 4;
	border-right: 1px solid #ddd;
	margin-right: 5%;
}
.pro_cot span {
	display: block;
}
.pro_look {
	float:right;
	position: relative;
	overflow: hidden;width: 10%;
}
.pro_look span{
	width: 36px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #333;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -13px;
}
.num {
	color: #666;
	margin-top: 5px;
}
.bg_gray {
	background: #f8f8f8;
}
.pro_panel {
	background: #fff;
	padding: 20px 20px 10px 20px;
	-webkit-box-shadow: 0px 5px 20px rgba(3, 169, 244, .4);
    -moz-box-shadow: 0px 5px 20px rgba(3, 169, 244, .4);
    box-shadow: 0px 5px 20px rgba(3, 169, 244, .4);
}
.pro_panel a {
	background: #eee;
	display: block;
	padding: 15px;
	margin-bottom: 10px;
	color: #333;
}
.pro_panel a i {
	float: right;
	color: #666;
}
.pro_panel {
	display: none;
}
.graybg {
	background: #c7eeff!important;
}
.zzc,.list_zzc {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 90;
}
.zzc {
    display: none;
}
.pro_show {
	display: none;
	z-index: 100;
	background: #fff;
	position: fixed;
	top: 10%;
	left: 50%;
	width: 90%;
	margin-left: -45%;
	margin-bottom: 10%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 20px;
	box-sizing: border-box;
}
.pro_show p {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.pro_show .no {
	display: block;
	width: 60px;
	height: 18px;
	text-align: center;
	margin: 30px auto;
	font-size: 14px;
	color: #666;
}
.pro_show .no i,.list_show .no i {
	margin-right: 5px;
} 
.pro_show ul {
	max-height: 315px;
	overflow-y: scroll;
}
.pro_show ul li {
	padding: 5px;
}
.pro_show ul li span {
	color: #666;
}
.list_show {
	background: #fff;
	z-index: 100;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: scroll;
	border-left: 2px solid #03a9f4;
}
.list_show ul li,.list_show p {
	text-align: center;
}
.list_show ul li a {
	display: block;
	border-bottom: 1px dashed #eee;
	padding: 20px 30px;
	font-size: 18px;
}
.list_show p {
	padding: 15px;
	border-bottom: 1px solid #eee;
	color: #03a9f4;
	font-weight: 900;
	font-size: 18px;
}
.list_show ul li:last-child {
	border-bottom: 0;
}
.list_nav,.pro_all,.nav {
	margin-top: 58px;
}
.list_mon {
	padding: 20px;
	background: #fff;
}
.list_title {
	color: #666;
}
.list_search {
	display: block;
	margin: 20px 0 10px 0;
	height: 41px;
	overflow: hidden;
	border: 1px solid #03a9f4;
	position: relative;
}
.list_search i {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 12.5px;
}
.list_search input,.list_search a {
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
}
.list_sl {
	width: 78%;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #fff;
	border: 0;
}
.list_btn {
	width: calc(22% - 4px);
	background: #03a9f4;
	color: #fff;
	text-align: center;
	float: right;
}
.list_mid {
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	margin: 10px 0 60px;
}
.list_mid li span {
	color: #666;
}
.table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	border-left: 1px solid #eee;
}
.table tr th,.table tr td {
	font-size: 14px;
	text-align: center;
	word-break:break-all;
	padding: 10px 5px;
	border-right: 1px solid #eee;
} 
.table tr th {
	background: #ddd;
}
.table tr td {
	border-bottom: 1px solid #eee;
}
.list_search select {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 0;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.list_top {
	background: #ccc;
	padding: 10px;
	box-sizing: border-box;
}
.list_p {
	padding: 20px 10px;
	box-sizing: border-box;
}
.list_p i {
	float: right;
}
.table_panel {
	display: none;
	padding: 5px;
	box-sizing: border-box;
}
.list_line {
	margin-bottom: 10px;
}
.list_line li {
	border: 1px solid #ccc;
}
.table_title {
	background: #5eb95e;
	font-size: 12px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff!important;
}
.table_gary {
	background: #f00;
	font-size: 12px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff!important;
}
.nav {
	margin-bottom: 58px;
}
.nav_ims {
	padding: 15px 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background: #fff;
}
.nav_df {
	display: -webkit-flex; 
	display: flex;
}
.nav_xx {
	-webkit-box-flex: 5; 
	-moz-box-flex: 5; 
	-ms-flex: 5;
	flex: 5; 
}
.nav_gn {
	-webkit-box-flex: 1; 
	-moz-box-flex: 1; 
	-ms-flex: 1;
	flex: 1;
}
.nav_gn a {
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	display: block;
	margin: 6px;
	font-size: 13px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #5eb95e;
	color: #5eb95e;
}
.nav_ims p {
	padding: 3px 0;
}
.nav_ims p span {
	color: #666;
}
.table_nav {
	background: #fff;
	width: 100%;
}
.table_nav tr th {
	padding: 12px 15px;
	text-align: left;
	font-weight: inherit;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 35%;
}
.table_nav tr .table_nav_top {
	background: #ddd;
}
.table_nav tr td {
	padding: 10px;
	text-align: left;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 65%;
}
.table_nav tr td input {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.an_btn {
	width: 100%;
}
.an_btn a {
	width: 120px;
	height: 42px;
	line-height: 42px;
	background: #03a9f4;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin: 30px auto;
	color: #fff;
	text-align: center;
}
.again_show {
	display: none;
    z-index: 100;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 200px;
    margin-left: -40%;
    margin-top: -100px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.again_show h3 {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.again_show p {
	padding: 15px 0;
}
.again_btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-flex; 
	display: flex;
}
.again_btn a {
	width: 50%;
	-webkit-box-flex: 1; 
	-moz-box-flex: 1; 
	-ms-flex: 1;
	flex: 1; 
	display: inline-block;
	text-align: center;
	padding: 15px 0;
}
.again_btn .no {
	background: #ddd;
}
.again_btn .yes {
	color: #fff;
	background: #03a9f4;
	background: -moz-linear-gradient(left,#00bcd4,#03a9f4);
    background: -webkit-gradient(linear,0 50%,100% 50%,from(#00bcd4),to(#03a9f4));
    background: -webkit-linear-gradient(left,#00bcd4,#03a9f4);
    background: -o-linear-gradient(left,#00bcd4,#03a9f4);
}
.tz_btn {
	background: #5eb95e;
    font-size: 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff!important;
    padding: 8px 12px;
}
.tz_btn_y {
	background: #ccc;
	font-size: 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666!important;
    padding: 8px 6px;
}
.cd_show {
    width: 80%;
    height: 320px;
    margin-left: -40%;
    margin-top: -160px;
}
.cd_show p span {
	display: block;
	color: #666;
}
.out_btn a {
	width: 80%;
	display: block;
	text-align: center;
	border: 1px solid #ddd;
	padding: 5px 0;
	font-size: 14px;
	background: #f8f8f8;
	margin: 0 auto 68px;
}