
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
/*Base*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, input,textarea,button,a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
  margin:0;
  padding:0;
  border:0;
  //iconfont-style:normal;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: 400;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
a {
  text-decoration: none !important;
  background: transparent; /*修正win8系统IE连接灰色背景*/
  outline:none;
}
a:focus {
  outline: 0;
}
a:active,
a:hover {
  outline: 0;
}
/*//fieldset {*/
/*//  border: 1px solid #c0c0c0;*/
/*//  margin: 0 2px;*/
/*//  padding: 0.35em 0.625em 0.75em;*/
/*//}*/
/*legend*/
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  outline:none;
}
/*//button,*/
/*//input {*/
/*//  line-height: normal;*/
/*//}*/
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  /*padding: 0;*/
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /*padding: 0;*/
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="text"],
input[type="number"]{
  -webkit-appearance: none;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol,
li {
  list-style: none;
}
.noselect{
  user-select: none;
  /* -moz-user-select: none; */
  /* -webkit-user-select: none;
  -ms-user-select: none; */
}
body{
  background: #f7f7f7;
}
div{
  box-sizing: border-box;
}
/*!* iphone 6p *!*/
/*//@media only screen and (max-width: 414px){*/
/*//  .w1200,.w1040{*/
/*//    width:100%;*/
/*//  }*/
/*//}*/
