@charset "utf-8";
/*****
去除padding  margin
*****/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, figcaption, figure, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0
}
/*****
设置正文字体及大小
*****/
body, button, input, select, textarea {
  font-family: "微软雅黑";
  color: #30363b;
}
button{
  border:none;
  outline: none;
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6,b{
  font-weight: normal;
}
a {
  text-decoration: none
}
* {
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
}
li {
  list-style: none;
}
input {
  outline: none;
}
a {
  color: #333333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  height: 100%;
  overflow-x: hidden;
}
img {
  border: none;
  vertical-align: middle;
}
address, cite, dfn, em, var, i {
  font-style: normal
}
/* 去除iphone ipad 设备默认按钮样式 */
input[type="button"],
input[type="submit"],
input[type="reset"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cccccc;
}
