@charset "utf-8";
@media only screen and (min-width:320px){html{font-size:11px!important}.viewport{max-width:320px}}
@media only screen and (min-width:360px){html{font-size:12px!important}.viewport{max-width:360px}}
@media only screen and (min-width:420px){html{font-size:14px!important}.viewport{max-width:420px}}
@media only screen and (min-width:480px){html{font-size:16px!important}.viewport{max-width:480px}}
@media only screen and (min-width:540px){html{font-size:18px!important}.viewport{max-width:540px}}
@media only screen and (min-width:630px){html{font-size:21px!important}.viewport{max-width:630px}}
@media only screen and (min-width:720px){html{font-size:24px!important}.viewport{max-width:720px}}
@media only screen and (min-width:810px){html{font-size:27px!important}.viewport{max-width:810px}}
@media only screen and (min-width:900px){html{font-size:30px!important}.viewport{max-width:900px}}
@media only screen and (min-width:990px){html{font-size:33px!important}.viewport{max-width:990px}}
@media only screen and (min-width:1080px){html{font-size:36px!important}.viewport{max-width:1080px}}
@media only screen and (min-width:1260px){html{font-size:42px!important}.viewport{max-width:1260px}}
@media only screen and (min-width:1440px){html{font-size:48px!important}.viewport{max-width:1440px}}
@media only screen and (min-width:1620px){html{font-size:54px!important}.viewport{max-width:1620px}}
@media only screen and (min-width:1800px){html{font-size:60px!important}.viewport{max-width:1800px}}
@media only screen and (min-width:1980px){html{font-size:66px!important}.viewport{max-width:1980px}}
@media only screen and (min-width:2160px){html{font-size:72px!important}.viewport{max-width:2160px}}

html,body,div,td,th,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,span,s,b,em,i,a,cite,tt,font,u,code,a,label,input,textarea {
	margin:0;
	padding:0;
	color:#666;
	font-size:100%;
	list-style:none;
	font-style:normal;
	text-decoration:none;
	font-family:"微软雅黑",arial,sans-serif;
}
body {background-color:#f0f0f0;}
a:hover {color:#333;}
.clear {
	clear:both;
	height:0;
	font-size:0px;
	display:block;
}
.ell {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.agreement {
	width:94%;
	background-color:#fff;
	padding:1rem 3%;
	float:left;
	overflow:hidden;
	position:relative;
}
.agreement h1 {
	line-height:4rem;
	font-size:2rem;
	color:#333;
	font-weight:normal;
	width:100%;
	text-align:center;
	float:left;
}
.agreement p {
	line-height:1.8rem;
	width:100%;
	text-align:justify;
}
.agreement p b,.agreement p span {
	width:100%;
	margin:1.2rem 0 0.4rem;
	float:left;
}
.agreement p cite {
	padding:0 1.2rem 1.2rem;
	background-color:#f2f2f2;
	float:left;
}
.agreement p i {
	color:#f60;
	border-bottom:1px solid #f60;
}
.agreement p font {
	width:100%;
	text-indent:2rem;
	float:left;
}
ul.ask {
	width:100%;
	padding:0 0 0.8rem;
	background-color:#fff;
	float:left;
}
ul.ask li {
	width:92%;
	margin-left:4%;
	border-bottom:1px solid #ccc;
	float:left;
}
ul.ask li span {
	width:94%;
	margin:0.8rem 0 0 3%;
	line-height:2.4rem;
	font-size:1.2rem;
	color:#333;
	float:left;
	position:relative;
	cursor:pointer;
}
ul.ask li span b {
	width:1rem;
	height:1rem;
	background:url(../images/arrow.png) no-repeat -1rem 0;
	background-size:auto 100%;
	position:absolute;
	top:0.7rem;
	right:0;
	z-index:3;
}
ul.ask li span.open b {background-position:0 0;}
ul.ask li i {
	width:94%;
	padding:0.5rem 3%;
	line-height:1.4rem;
	background-color:#f0f0f0;
	float:left;
	display:none;
}
ul.ask li i em {
	width:100%;
	margin:0.3rem 0;
	float:left;
}