html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output,  section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border: none;
	display: block;
	width: 100%;
}
a{
	display: block;
	text-decoration: none;
}
body{
    position: relative;
    height: 100%;

}
/*
 * 用户协议
 */
.agree-wrap{
	width: 100%;
	padding-top: 0.18rem;
}
.agree{
	background-color: #fff;
	margin: 0px auto;
	padding: 0px 0.25rem;
}
.agree-tit{
	height: 0.94rem;
	line-height: 0.94rem;
	font-size: 0.24rem;
	text-align: center;
}
.agree h5,
.agree p{
	text-indent: 0.28rem;
	word-break: break-all;
	line-height: 0.28rem;
	font-size: 0.14rem;
	padding-bottom: 0.3rem;
}

.agree p a{
	color: #2d93da;
}
.agree p span{
	display:block;
	padding-left: 0.28rem;
	padding-top:0.14rem;
	text-indent: 0px;
}

.agree p em{
	display:block;
	padding-left: 0.28rem;
	text-indent: 0px;
	font-style: normal;
}
