@charset "gbk";
/*common*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, blockquote, pre, form, input, textarea, fieldset, table, th, td{margin:0;padding:0;}
html{height:100%;}
body, button, input, select, textarea{font:12px/1.5 "宋体", sans-serif;}
body{background:url(../images/body.jpg) no-repeat 50% 50% #fff;color:#000;}
ul, ol{list-style:none;}
img{border:none;vertical-align:top;}
:focus{outline:0;}

/*float*/
.f-l{float:left;}
.f-r{float:right;}
.c-b{clear:both;}
.clear{clear:both;height:0;font-size:0;overflow:hidden;}
.clearfix:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{clear:both;zoom:1;}
.v-a-m{vertical-align:middle;}

/*font*/
h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4, h5, h6{font-size:100%;}
.f-w-b{font-weight:bold;}
.f-w-n{font-weight:normal;}
.black{color:#000;}
.red{color:#f00;}
.gray{color:#999;}
.t-a-l{text-align:left;}
.t-a-c{text-align:center;}
.t-a-r{text-align:right;}
.t-d-u{text-decoration:underline;}
.f-s-12{font-size:12px;}
.f-s-14{font-size:14px;}

/*link*/
a{color:#000;text-decoration:none;}
a:hover{text-decoration:underline;}

/*table*/
table{border-collapse:collapse;border-spacing:0;}

/*layout*/
.m-b-10{margin-bottom:10px;}
.m-a{margin:0 auto;}

/*box*/
.box{width:380px;height:100px;position:absolute;left:50%;top:50%;margin:-200px 0 0 -190px;}
.box .loading{width:370px;height:18px;margin:217px 0 0 17px;}
.box .loading .in{height:18px;background:url(../images/loading.png) no-repeat 100% 0;}
.box .percent{font-family:Tahoma;font-size:22px;color:#0066b8;padding:28px 0 0 205px;}