SOURCE

@charset "UTF-8";
/*reset*/
html, body {
  color: #333;
  font-size: 62.5%;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-touch-callout: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  -webkit-text-size-adjust: none;
  /*阻止旋转屏幕时自动调整字体大小*/
  font-weight: normal;
  margin: 0;
  padding: 0; }

body, button, input, select, textarea {
  font-family: "Microsoft YaHei","微软雅黑"; }

textarea {
  resize: none;
  background:none;
  }

input {
  border: none;
  outline: 0; 
  background:none;
}
/*取消按钮在inphone上的默认样式*/
input[type=text], input[type=button], input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none; }

input::-webkit-input-placeholder {
  color: #ccc;
  padding-left: 1%; }

input::-moz-input-placeholder {
  color: #ccc;
  padding-left: 1%; }

textarea::-webkit-input-placeholder {
  color: #ccc; }

input::-webkit-input-speech-button {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  text-align: inherit; }

fieldset{
  border: none; }
img{
  vertical-align:top;
  border:none;
}
abbr, acronym {
  border: none;
  font-variant: normal; }

del {
  text-decoration: line-through; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ins, a, a:hover {
  text-decoration: none;color:#000; }

a:focus, *:focus {
  outline: none; }

*, :before, :after {
  box-sizing: border-box; }
.fl{float:left}
.fr{float:right}
.clearfix:after{content:'';display:block;clear:both;}
console 命令行工具 X clear

                    
>
console