﻿/* html reset */
html{ font-size:62.5%;}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
table, tr, td{margin:0; padding:0; border:0px;}
fieldset, img {border:none; display:block;}
ul, li, ol, dl, dt, dd{list-style:none;}
input, textarea{outline-style:none; font-size:14px; font-family:Arial,Microsoft YaHei;}
input[type="submit"]{cursor:pointer; border:0px;}
textarea{resize:none;}
a{text-decoration:none; cursor:pointer;}
body{color:#333333; font-size:1.4rem; font-family:Arial,Microsoft YaHei; background:#f7f7f7;}

.warp{max-width:960px; overflow:hidden; margin:0px auto;}

.brE3{border:1px solid #e3e3e3;}

.bgW{background:#fff;}
.bg3{background:#333;}
.bg6{background:#666;}
.bg9{background:#999;}
.bgG{background:#3C9;}           /* GREEN */
.bgR{background:#F55;}           /* RED */
.bgB{background:#0066CC;}        /* BLUE */
.bgE3{background:#e3e3e3;}
.bgF7{background:#f7f7f7;}

.clW{color:#fff;}
.cl3{color:#333;}
.cl6{color:#666;}
.cl9{color:#999;}
.clG{color:#3C9;}           /* GREEN */
.clR{color:#F55;}           /* RED */
.clB{color:#0066CC;}        /* BLUE */
.clE3{color:#e3e3e3;}

.tac{text-align:center;}
.tar{text-align:right;}
.tal{text-align:left;}

.fl{float:left;}
.fr{float:right;}
.clearfix:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.clearfix{zoom:1;}    
.clear{clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden;}

.hd{width:0px; height:0px; overflow:hidden;}

.load{width:100%; height:100%; background:url(../images/blockBg.png); position:absolute; left:0px; top:0px; z-index:99;}
.load p{width:124px; height:124px; position:absolute; left:50%; top:50%; margin:-62px 0 0 -62px; background:url(../images/loading.gif);}
.load span{display:block; width:40px; height:40px; margin:42px; text-align:center; line-height:40px; color:#ffffff;}
