/* CSS Document */
body {
    margin:0;
    padding:0;
}
div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
ol,ul {list-style:none;}
/*h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}*/
address,cite,code,em,th {font-weight:normal; font-style:normal;}

.fB{font-weight:bold;}
.f12px{font-size:12px;}
.f16px{font-size:16px;}
.left{float:left;}
.right{float:right;}
a {color:#2b2b2b; text-decoration:none; cursor: pointer;}
a:visited {text-decoration:none;}
a:hover {color:#4B8AC3;text-decoration:none;}
a:active {color:#4B8AC3;}


html,body{
    height: 100%;
    font-size: 62.5%;
    font-family: '寰蒋闆呴粦';
}

img,input{
    border: 0;
}

ul,ol,li{
    list-style-type: none;
}

input{
    outline: none;
}

.br4{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}