/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,table,img{margin:0;padding:0;}
body,button,input,select,textarea{font:12px/1.5 tahoma,simsun, "Microsoft Yahei";color:#000;outline:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;color:#6f7c82;cursor:pointer;}
a:hover{text-decoration:none;}
ul,ol,li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
em{font-style:normal;}
img{border:0;}
/*body{overflow-x:hidden;}
*/

.fl {
    float: left;
}

.fr {
    float: right;
}
.mr10 {
    margin-right: 10px;
}
.clearfix {
    *zoom: 1;
}

.clearfix:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    
}

html {
    height: 100%;
}

body {
    box-sizing: border-box;
    position: relative;
/*    height: 100%;
*/    background: #fff;
}
