@charset "utf-8";

/*定义公共样式*/
* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  font: 14px '微软雅黑';
  color: #515a6e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
b {
  font-weight: normal;
}
input,
button,
textarea {
  outline: none;
  border: none;
  background: none;
}
button,
input,
optgroup,
select,
textarea {
  border: none;
  vertical-align: middle;
  font-family: 'Microsoft Yahei';
  outline: none;
}
button,
input {
  border-radius: 0;
  padding: 0;
}
textarea,
input {
  -webkit-user-modify: read-write-plaintext-only; /*Android 下 input focus 消除高亮外框*/
}
textarea {
  resize: none;
}
input[type='button'],
input[type='submit'] {
  cursor: pointer;
}
input[type='checkbox'],
input[type='radio'] {
  vertical-align: -2px;
}

img {
  border: none;
  display: block;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #666;
}
.clear {
  clear: both;
}
a,
input {
  outline: none;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
i,
em {
  font-style: normal;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

button {
  cursor: pointer;
}
.cur {
  cursor: pointer;
}
.clear {
  clear: both;
}

.container {
  width: 1200px;
  margin: 0 auto;
}
* {
  box-sizing: border-box;
  
}
