.ticket_switchPage {
	position: relative;
	background: #FFF;
	border-top: 1px solid #E6E9ED;
}

.ticket_switchPage .cont {
	display: table;
	width: 100%;
}

.ticket_switchPage .cont>div {
	display: table-row;
}

.ticket_switchPage .cont>div:HOVER {
	cursor: pointer;
}

.ticket_switchPage .cont>div>div {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #E6E9ED;
	padding: 0.8em;
}

.ticket_switchPage .cont>div>div:FIRST-CHILD {
	padding-right: 0em;
}

.ticket_switchPage .cont .ticket .record {
	width: 100%;
}

.ticket_switchPage .cont .ticket .choice_btn>span,.ticket_switchPage .cont .ticket .nochoice>span
	{
	display: block;
}

.ticket_switchPage .cont .ticket .record>span {
	display: block;
}

.ticket_switchPage .choice_btn span,.ticket_switchPage .nochoice span {
	width: 2.2em;
	height: 2.2em;
	/*padding-left: 0.8em;*/
}

.ticket_switchPage .choice_btn span {
	background: url("../../image/radio2.png") center no-repeat;
	background-size: 2em 2em;
}

.ticket_switchPage .choice span {
	background: url("../../image/radio1.png") center no-repeat;
	background-size: 2em 2em;
}

.ticket_switchPage .nochoice span {
	background: url("../../image/radio4.png") center no-repeat;
	background-size: 2em 2em;
}

.ticket_switchPage .cont .ticket .record .ticketname {
	color: #DD0000;
	font-size: 1.2em;
	line-height: 2;
}

.ticket_switchPage .cont .ticket .record .tickettime {
	font-size: 1em;
}

.ticket_switchPage .cont .noticket {
	text-align: center;
}

.ticket_switchPage .cont .noticket span {
	display: block;
	font-size: 1.2em;
	padding: 0.8em;
}

.btn {
	background-color:#F5F7FA;
}

.button1 {
	padding:0.8em;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust:none; 
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

.confirm {
	background-color:#DD0000;
	color:#FFFFFF;
	height:3em;
	font-size:1.2em;
	width:100%;
}

.button2 {
	padding:0em 0.8em 0.8em 0.8em;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust:none; 
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

.cancel {
	background-color:#FFFFFF;
	height:3em;
	font-size:1.2em;
	width:100%;
}