﻿@charset "utf-8";
/* CSS Document */
body{ background:#fff; margin:0px; padding:0; font-family:Helvetica; color:#323232;}
p,input,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form{margin:0;padding:0;list-style:none;vertical-align:middle;}
a{ text-decoration:none;}
a:visited {text-decoration:none;}  
a:hover {text-decoration:none;}  
a:active {text-decoration:none;}

/*加载*/
*html body{height:100%;}
*html .load_wrap{ position:absolute; bottom:auto; top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||380)));}

/*用户协议*/
.agreement{ margin-left:10px; margin-right:10px;}
.title_02{font-size:14px; color:#323232; font-weight:bold; margin-bottom:10px; margin-top:20px;}
.agreement_text{font-size:12px; line-height:20px; color:#323232; text-indent:2em; margin-bottom:20px;}
.agreement_text img{ width:100%;}