.center .loading {
	overflow: auto;
	text-align: center;
	background: #FFF;
	border-top: 1px solid #E6E9ED;
	border-bottom: 1px solid #E6E9ED;
}

.center .loading>div {
	display: inline-block;
}

.center .loading .loading_word {
	position: relative;
	top: -1em;
}

#loading {
	font-size: 20px;
	width: 0.1em;
	height: 0.1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	margin: 0.8em;
}

.center .sort {
	background: #FFF;
	display: table;
	width: 100%;
	margin-bottom: 0.8em;
	height: 3em;
}

.center .sort>div {
	display: table-cell;
	width: 33.3%;
	vertical-align: middle;
	text-align: center;
}

.center .sort>div:HOVER {
	cursor: pointer;
}

/* .center .sort .selected {
	color: #DD0000;
	border-bottom: 2px solid #DD0000;
} */

.center .sort .selected span {
	position: relative;
	top: 1px;
}

.center .sort>div>span {
	font-size: 1.2em;
}

.center {
	background: #F5F7FA;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust:none; 
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

.ticket_switchPage {
	position: relative;
	background: #F5F7FA;
}

.ticket_switchPage .cont {
	display: table;
	width: 100%;
	background:#FFF;
	border-top:1px solid #E6E9ED;
}

.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;*/
    border-radius: 50%;
}

.ticket_switchPage .choice_btn span {
	background-image: url("../../image/radio2.png");
	background-position: center;
    background-repeat: no-repeat;
	background-size: 2em 2em;
}

.ticket_switchPage .choice span {
	background-image: url("../../image/radio1.png");
	background-position: center;
    background-repeat: no-repeat;
	background-size: 2em 2em;
}

.ticket_switchPage .nochoice span {
	background-image: url("../../image/radio4.png");
	background-position: center;
    background-repeat: 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 .noticket {
	background: #FFF;
	text-align: center;
}

.ticket_switchPage .noticket span {
	display: block;
	font-size: 1.2em;
	padding: 0.8em;
}

.i_input::-webkit-input-placeholder {
  color: #CCD1D9;
}
.i_input:-moz-placeholder {
  color: #CCD1D9;
}
.i_input:-ms-input-placeholder {
  color: #CCD1D9;
}

.info {
	display: table;
	width: 100%;
}

.info>div {
	background:#FFF;
	display: table-row;
}

.info>div:HOVER {
	cursor: pointer;
}

.info>div>div {
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #E6E9ED;
	border-bottom: 1px solid #E6E9ED;
	padding: 0.8em;
}

.info2>div:HOVER {
	cursor: pointer;
}

.info2>div>div {
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #E6E9ED;
	padding: 0.8em;
}

.info>div>div:FIRST-CHILD {
	padding-right: 0.5em;
}

.info1 {
	padding-bottom:0.8em;
}

.info2 {
	padding-top:0.8em;
}

.title span {
	font-size:1.2em;
	white-space: nowrap;
}

.txt {
	width: 90%;
}

.txt input {
	font-size:1.2em;
	width:99%;
	border:none;
	color:#999;
}

.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%;
}

.couponnum {
	display: table-cell;
	padding-right: 0.8em;
	vertical-align: middle;
}

.couponnum .span1 {
	font-size:1.2em;
	/* color:#DD0000; */
}

.couponnum .span2 {
	color:#999;
}

.more {
	display: table-cell;
	vertical-align: middle;
}

.more img {
	width: 0.8em;
}

.usedrecord {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.center .usedrecord .title {
	background: #E6E9ED;
}

.center .usedrecord .title>div {
	font-weight: bold;
}

.center .usedrecord .record {
	background: #FFF;
}

.center .usedrecord .record>div {
	border-bottom: 1px solid #E6E9ED;
}

.center .usedrecord .record .amt {
	/* color: #DD0000; */
	font-weight: bold;
}

.center .usedrecord .row {
	display: table-row;
	vertical-align: middle;
}

.center .usedrecord .row>div {
	display: table-cell;
	text-align: center;
	font-size: 1.2em;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	vertical-align: middle;
}

.usedrecord .norecord {
	background: #FFF;
	text-align: center;
}

.usedrecord .norecord span {
	display: block;
	font-size: 1.2em;
	padding: 0.8em;
}

.center .usedrecord .row .time {
	width: 40%;
	padding-left: 0.8em;
}

.center .usedrecord .row .phone {
	width: 40%;
}

.center .usedrecord .row .amt {
	width: 20%;
	padding-right: 0.8em;
}