@charset "utf-8";
/* CSS Document */
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
    margin: 0;
    padding: 0;
    font-family: "Arial","Microsoft Yahei";}
table{
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;}
body {
    font-size: 12px;
    font-family: "Arial","Microsoft Yahei";}
footer{
   font-family: "Arial","Microsoft Yahei";}
img{
    border: none;}
img, input {
    /*pointer-events: none;*/
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;}

/*li {
    display: list-item;
    list-style-type: none;
}*/

input, select, textarea {
    outline: none;
    border: none;
    background: none;}
textarea {
    resize: none;}
a {
    text-decoration: none;
    color: #3A3A3A;}
/*Clear fix*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;}
.clearfix {
    zoom: 1;}
.fl {
    float: left;}
.fr {
    float: right;}