@charset "utf-8";
/*公共样式 start*/
/*html,body{height:100%}*/
*{margin:0; padding:0;}
body,html{}
body,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset,img,div,input,a{border:0 none;margin:0;padding:0;font-weight:normal;font-family: "微软雅黑"; font-style:normal;color: #333; font-size:12px;}
ul,ol,li{list-style-type:none;}
select,input,img{vertical-align:middle; outline:none;}
a img{border:0;}
a{text-decoration:none; color:#333;blr:expression(this.onFocus=this.blur());outline: none;}
em,i,cite,strong{font-style:normal; font-weight:normal;}
.left{float:left;}
.right{float:right;}
input[type=text]{ color:#999; border:1px solid #e3e3e3; width:120px; height:18px; padding:5px; border-radius:5px;}
input[type=button]{cursor:pointer;}
select{width:120px; height:30px; margin-left:10px;}

.pointer{cursor:pointer;}
/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}


/* Chrome/Safari and web-kit-based browsers 
   (if it doesn't work, try maybe also on the parent/wrapper)
*/
::-webkit-file-upload-button {
    cursor:pointer;
}

/* IE11 (if it doesn't work, try maybe also on the parent/wrapper) */
input[type=file],input[type=submit] {
    cursor:pointer;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a9a9a9;  
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a9a9a9;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a9a9a9;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a9a9a9;
}

input:focus {
            color: #000;
        }
		
.fa{  
font-size: 16px;
    margin-right: 5px;
    text-shadow: none;
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}