body {
	font-family: "微软雅黑";
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

.wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.wrap img {
	width: 100%;
	height: 100%;
}

.logo_tip,.cont {
	text-align: center;
	position: relative;
	z-index: 9;
}

.logo_tip .logo {
	padding: 50px;
}

.logo_tip .logo img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
}

.logo_tip .tip {
	padding-bottom: 50px;
}

.logo_tip .tip span {
	font-size: 36pt;
}

.cont .back_wrap img {
	width: 92%;
}

.cont .value,.cont .date_limit,.cont .btn {
	position: absolute;
}

.cont .value {
	color: #FFF;
	left: 50%;
}

.cont .value span {
	display: inline-block;
	line-height: 1;
}

.cont .value span:FIRST-CHILD {
	font-size: 40pt;
}

.cont .value span:LAST-CHILD {
	font-size: 120pt;
}

.cont .date_limit span {
	display: block;
}

.cont .date_limit .date {
	font-size: 28pt;
	padding: 5px 0px;
}

.cont .date_limit .limit {
	font-size: 36pt;
}

.cont .btn {
	width: 100%;
	bottom: 70px;
}

.cont .btn>div:FIRST-CHILD {
	margin-bottom: 25px;
}

.cont .btn input {
	width: 78%;
	font-size: 36pt;
	height: 100px;
	font-family: "微软雅黑";
	-webkit-appearance: none;
}

#use {
	background: #fdf2d6;
	color: #ee3822;
	border: 1px solid #fdf2d6;
}

#mycoupons {
	border: 1px solid #fdf2d6;
	background: #ee3822;
	color: #fdf2d6;
}

.center {
	background: #FFF;
}

.center .img,.center .tips {
	text-align: center;
	padding-bottom: 3em;
}

.center .img {
	padding-top: 8em;
}

.center .img img {
	width: 10em;
	height: 10em;
	display: inline-block;
}

.center .tips span {
	font-size: 1.2em;
}

.center .tips span label {
	font-size: 1em;
	display: block;
}

.center .btn {
	display: table;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding-bottom: 8em;
}

.center .btn>div {
	display: table-cell;
	width: 50%;
	text-align: center;
}

.center .btn>div:FIRST-CHILD {
	padding-left: 0.8em;
	padding-right: 0.4em;
}

.center .btn>div:LAST-CHILD {
	padding-right: 0.8em;
	padding-left: 0.4em;
}

.center .btn>div>input {
	width: 100%;
	font-size: 1.2em;
	height: 2.5em;
}

#coupons {
	background: #FFF;
	border: 1px solid #E6E9ED;
}

#goHome {
	background: #DD0000;
	color: #FFF;
}