body{background: #f95f71}
.container{
	width: 6.4rem;
	height: auto;
	overflow: hidden;
	background: #f95f71;
	margin: auto;
}

header{
	width: 100%;
	height: 3.9rem;
	background: url("header.jpg") center center no-repeat;
	background-size: 100% 100%;
}

.content{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.content .description{
	width: 5.5rem;
	font-size: .28rem;
	text-align: center;
	line-height: .35rem;
	padding: .7rem 0;
	margin:auto;
}

.content dl{width: 5.5rem; height: auto; overflow: hidden; padding: .15rem 0; margin: auto; border:#000 solid 0px;}
.content dl dt{
	width: 1.3rem;
	float: left;
	text-align: right;
	font-size: .3rem;
	line-height: .77rem;
}
.content dl dd{
	width: 4.2rem;
	height: auto;
	overflow: hidden;
	float: left;
}
.content dl dd input{
	width: 3.8rem;
	padding: 0 .2rem;
	height: .77rem;
	border: #77031b solid 3px;
	box-sizing: border-box;
	border-radius: .4rem;
	float: left;
	font-size: .28rem;
	outline: none;
}
.submit{
	display: block;
	width: 5.5rem;
	height: .8rem;
	background: url("submit.png") center center no-repeat;
	background-size: 100% 100%;
	text-indent: 9999px;
	margin: auto;
	margin-top: .2rem;
}
.hlx-modal{
	width: 4rem;
	height: .6rem;
	line-height: .6rem;
	overflow: hidden;
	font-size: .28rem;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,.8);
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -2rem;
	margin-top: -.3rem;
	border-radius: .2rem;
	display: none;
}