@font-face {
    font-family: "NotoSansHans-Regular";
    src: url(".../font/NotoSansHans-Regular.woff2") format("woff2"),
         url("../font/NotoSansHans-Regular.woff") format("woff"),
         url("../font/NotoSansHans-Regular.ttf") format("truetype"),
         url("../font/NotoSansHans-Regular.eot") format("embedded-opentype"),
         url("../font/NotoSansHans-Regular.svg") format("svg"),
         url("../font/NotoSansHans-Regular.otf") format("opentype");
  }

@font-face {font-family: 'webfont';
    src: url('../font/NotoSansHans-Regular.eot'); 
    src: url('../font/NotoSansHans-Regular.eot?#iefix') format('embedded-opentype'), 
    url('../font/webfont.woff') format('woff'), 
    url('../font/webfont.ttf') format('truetype'), 
    url('../font/webfont.svg#webfont') format('svg'); 
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
dl,
dt,
dd,
span {
    padding: 0;
    margin: 0;
}

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

td {
    border-color: #000;
}

fieldset,
img {
    border: 0px;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ul,
dl {
    list-style: none;
}
li{
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

img {
    vertical-align: middle;
    border: 0;
}

input,
button {
    vertical-align: middle;
    outline: none;
    border: none;
}

input {
    text-indent: 2px;
}

button {
    cursor: pointer;
}

abbr,
acronym {
    border: 0px;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}
body{
    height: 100%;
    background-color: #fff;
    font-family:'微软雅黑',"webfont","NotoSansHans-Regular",'Arial','sans-serif';
    min-width: 1280px;
    
}


.w{
    margin: 0 auto;
    width: 1200px;
}


.clearfix:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

input::-webkit-input-placeholder {
  color: #bbb;
}
input::-moz-placeholder {
  
  color: #bbb;
}
input:-moz-placeholder {
  
  color: #bbb;
}
input:-ms-input-placeholder {
  
  color: #bbb;
}