body {
	background: #ebf7ff;
}

.register_head {
	position: relative;
	width: 100%;
	height: 2.25rem;
	background-color: #703987;
}

img.reg_logo {
	position: relative;
	display: block;
	max-height: 1.2rem;
	float: left;
	left: .75rem;
	top: .5rem;
}

.date_banner {
	min-height: 8rem;
	text-align: center;
}

.date_banner img {
	width: 100%;
	vertical-align: middle;
}

.date_rule {
	padding: 0 1rem .4rem;
}

.date_rule h2 {
	margin: .15rem 0;
	line-height: 1rem;
	font-size: .75rem;
	color: #703987;
	background: url(//images.zastatic.com/imwap/images/xqh/face_46ca15d.png) 0 0.05rem no-repeat;
	background-size: .9rem .9rem;
	text-indent: 1.15rem;
}

.date_rule p {
	line-height: .85rem;
	font-size: .55rem;
	color: #444;
}

.date_btn {
	width: 25%;
	display: block;
	margin:0 36%;
	font-size: 0.75rem;
	line-height: 1.25rem;
	color: #fff;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	background: #fc687c;
	text-align: center;
	border-radius: .2rem;
	position: absolute;
	top: 55%;
}

.date_btn span {
	padding-left: .2rem;
	font-size: .65rem;
}

@media screen and (max-width: 320px) {
	.date_banner img {
		width: 100%;
	}
	.date_rule {
		margin-bottom: .6rem;
	}
}

@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2) {
	.date_banner img {
		width: 64%;
	}
}