body {
	background-color: #F5F7FA;
}

.ticket_header,.ticket_switchPage,.foot {
	position: relative;
}

.ticket_header .ticket_confirm:HOVER {
	cursor: pointer;
}

.ticket_header .ticket_confirm {
	float: right;
	font-size: 1.2em;
	padding-top: 0.2em;
	color: #DD0000;
}

.ticket_header .back_ticket {
	float: left;
	height: 2em;
	width: 2em;
	background: url("../../../image/back.png") left no-repeat;
	background-size: 1em 1.8em;
}

.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;
	border-radius: 50%;
}

.ticket_switchPage .choice_btn span {
	background-size: 2em 2em;
	background-image: url("../../../image/radio2.png");
	background-position: center;
	background-repeat: no-repeat;
}

.ticket_switchPage .choice span {
	background-size: 2em 2em;
	background-image: url("../../../image/radio1.png");
	background-position: center;
	background-repeat: no-repeat;
}

.ticket_switchPage .nochoice span {
	/* background: url("../../../image/radio4.png") center no-repeat;
	background-size: 2em 2em; */
	color: #999;
}

.ticket_switchPage .cont .ticket .record .ticketname {
	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;
}

.ticket_btn {
	padding: 0.8em;
	background: #F5F7FA;
}

#ticket_btn {
	width: 100%;
	padding: 0.8em;
	color: #FFF;
	font-size: 1.2em;
}

.coupon_back {
	float: left;
    height: 2em;
    width: 2em;
    background: url("../../../image/back.png") left no-repeat;
    background-size: 1em 1.8em;
}