* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-style: normal;
}

html,
body {
	width: 100%;
	height: 100%;
	font-size: .14rem;
}
body{
	background: #fff;
	-webkit-overflow-scrolling:touch;
	overflow:auto; 
}
.container {
	width: 100%;
	line-height: .32rem;
}

.header {
	height: .80rem;
	background: url(../img/logo.png) .40rem center no-repeat #e8f2f8;
	-webkit-background-size: auto 50%;
	background-size: auto 50%;
}

.main {
	width: 100%;
	padding: .60rem;
	padding-top: .20rem;
}

.agree_title {
	line-height: .86rem;
	text-align: center;
	font-size: .24rem;
}

.main p a {
	color: #2d93da;
}

.container h5 {
	padding: .10rem 0;
}

.container p {
	text-indent: 2em;
	word-break: break-all;
}

a {
	display: inline;
}

.container .list_disc {
	text-indent: 0;
}

.list_disc i {
	float: left;
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 5px;
	margin: .12rem .10rem 0 0;
}

.cancel {
	position: absolute;
	top: .24rem;
	right: .24rem;
	width: 0.32rem;
	height: 0.32rem;
	background: url(../img/cancel.png) no-repeat;
	background-size: 100%;
	display: none;
}