.header {
	background: #F5F7FA;
}

.center .type {
	background: #FFF;
	display: table;
	width: 100%;
}

.center .type>div {
	display: table-cell;
	width: 33.3%;
	vertical-align: middle;
	text-align: center;
}

.center .type>div:HOVER {
	cursor: pointer;
}

.center .type>div>span:FIRST-CHILD {
	padding: 0.8em 0em;
	display: inline-block;
}

.center .type>div>span {
	font-size: 1.2em;
}

.center .line { /* border: 1px solid #DD0000; */
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	bottom: 0em;
	display: block;
}

.center .cont {
	padding: 0.5em;
}

.center .cont .ticket {
	display: table;
	width: 100%;
	padding-top: 0.5em;
}

.center .cont .ticket:FIRST-CHILD {
	padding-top: 0em;
}

.center .cont .ticket>div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

.center .cont .ticket .left, .center .cont .ticket .right {
	width: 0.4em;
	position: relative;
	z-index: 9;
}

.center .cont .used .ticket_cont {
	background: #999;
}

.center .cont .ticket .ticket_cont .table {
	display: table;
	width: 100%;
}

.center .cont .ticket .ticket_cont .table>div {
	display: table-cell;
	vertical-align: middle;
}

.center .cont .ticket .ticket_cont .table .mincons {
	background: #999;
	/* width: 25vw;
	height: 25vw; */
}

@media screen and (orientation: portrait) {
	.center .cont .ticket .ticket_cont .table .mincons {
		height: 25vw;
		width: 25vw;
	}
	.center .cont .ticket .ticket_cont .table .record {
		width: 75%;
	}
	.center .cont .ticket .ticket_cont .top, .center .cont .ticket .ticket_cont .bottom
		{
		left: 25%;
	}
}

@media screen and (orientation: landscape) {
	.center .cont .ticket .ticket_cont .table .mincons {
		height: 25vh;
		width: 25vh;
	}
	.center .cont .ticket .ticket_cont .table .record {
		width: calc(100vw -   25vh);
	}
	.center .cont .ticket .ticket_cont .top, .center .cont .ticket .ticket_cont .bottom
		{
		left: calc(25vh - 0.5em);
	}
}

.center .cont .ticket .ticket_cont .table .mincons span {
	font-size: 1.2em;
	color: #FFF;
	display: block;
	/* padding: 1.8em 0em; */
	white-space: nowrap;
	text-align: center;
}

.center .cont .ticket .ticket_cont .table .mincons label {
	font-size: 2.5em;
}

.center .cont .ticket .ticket_cont .table .record { /* width: 75%; */
	background: #FFF;
	padding-left: 1.8em;
	border: 1px solid #999;
}

.center .cont .ticket .ticket_cont .table .record span {
	color: #999;
	display: block;
	font-size: 1em;
	line-height: 1.8;
}

.center .cont .ticket .ticket_cont .table .record .time {
	white-space: nowrap;
}

.center .cont .ticket .ticket_cont .table .record .name {
	font-size: 1.2em;
}

.center .cont .ticket .ticket_cont .top, .center .cont .ticket .ticket_cont .bottom
	{
	width: 0.6em;
	height: 0.6em;
	position: absolute;
	background: #F5F7FA;
	border-radius: 50%;
	margin-left: -0.3em;
	border: 1px solid #999;
}

.center .cont .ticket .ticket_cont .top {
	top: -0.3em;
}

.center .cont .ticket .ticket_cont .bottom {
	bottom: 0em;
	margin-bottom: -0.3em;
}

.center .cont .noticket {
	text-align: center;
}

.center .cont .noticket span {
	display: block;
	font-size: 1.2em;
}

.code {
	display: none;
	position: fixed;
	width: 100%;
	z-index: 99;
	background: #FFF;
	text-align: center;
	top: 50%;
	margin-top: -18em;
}

.code .Barcode {
	padding: 3.5em 0em 2em 0em;
}

.code .QRCode {
	padding: 1em 0em 3.5em 0em;
}

.code>div:nth-child(3) {
	background: #999;
	height: 10em;
}

.code img {
	display: inline-block;
}

#Barcode {
	width: 90%;
}

#QRCode {
	width: 50%;
}

#ticketno {
	display: block;
	font-size: 2em;
	font-family: "arial";
	line-height: 1.5;
}

#shadow {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: black;
	zoom: 1;
	top: 0;
	left: 0;
}

#shadow {
	z-index: 91;
}

.bartab {
	padding: 0.5em;
}

.bartab .tabview {
	display: table;
	width: 100%;
	font-size: 1.2em;
	text-align: center;
	background-color: #FFFFFF;
	line-height: 2em;
}

.bartab .tabview>div {
	display: table-cell;
}

.bartab .tabview .choosed {
	color: #FFFFFF;
}