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.16rem;
}

.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;
}

.lan{width:1.2rem;height:100%;position:absolute;top:0;right:1rem;line-height:0.75rem;text-align:center;background:url(../img/top_icon.png) no-repeat 1rem center;color:#fff;background-size:0.2rem auto;}

.language{display:none;position: absolute;left:4rem;top:0.75rem;z-index: 9;width:1.6rem;}
.language li{width:100%;height:0.6rem;background:#29221f;font:0.2667rem/0.6rem "Microsoft YaHei";text-align:center;color:#fff;border-bottom:1px solid #c5a56e;cursor:pointer;}
.language li:nth-child(3){border:none;}
