@charset "utf-8";
input,textarea,button,select{-webkit-appearance:none; resize: none; outline: none;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cccccc;  
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cccccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cccccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cccccc;
}

button,input,textarea{ font-family: "微软雅黑";}

/* 设置HTML5元素为块 */
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {
display: block;
}
/* 图片自适应 */
img {
width:auto\9; /* ie8 */
-ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
vertical-align:middle;
}
/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{margin:0; padding:0; border:none;}
body{ font-family: "Microsoft YaHei", "微软雅黑", "黑体", "宋体"; color:#333;    font-size: 14px;
    line-height: 1;}
address, cite, dfn, em, var { font-style:normal; }
em,i{font-style:normal;}
strong{font-weight: normal;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
a{text-decoration:none; color:#666666; font-family:Microsoft YaHei,Tahoma,Arial,sans-serif;}
a:active{color:none; text-decoration:none;}
a:hover{ text-decoration:none;}
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
ul, ol { list-style:none; }

body, html {
    width: 100%;
    height: 100%;
}

body {
    min-height: 100%;
    min-width: 1200px;
    height: auto;
    position: relative;
    background-color: #ffffff;
    padding-bottom:122px!important;
}

.fn-clear:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fn-left {
	float: left;
}

.fn-right {
	float: right;
}

.hide{
	display: none;
}