@charset "utf-8";
/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,table,th,td{margin:0;padding:0}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body{font:12px/18px "Microsoft YaHei","SimSun",Arial,Helvetica,sans-serif;background:#fff;none repeat scroll 0 0 #F4F4F4}
input,select,button,textarea{vertical-align:middle;font-size:12px;outline:none}
ol,ul{list-style:none}img{border:0}em{font-style:normal}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
table{border-collapse:collapse;border-spacing:0}
textarea{resize:none}
a{color:#000;outline:none;text-decoration:none}
a:hover{color:#f54343;text-decoration:none;}
img{-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
}
:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
}


.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}

.clearmarginout:before {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}