html,
body {
  width: 100%;
  height: 100%;
  font-family: '微软雅黑';
  color: #333;
}
body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
hr {
  margin: 0;
}
ol,
ul {
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:link,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
}
img {
  border: 0;
}
/* IE8不支持outline */
input,
button,
select,
textarea {
  outline: none;
  color: #333;
  border: 0.125em solid #ccc;
}
.hidden {
  display: none;
}
input[type='button'] {
  cursor: pointer;
}

/* 按钮禁用样式 */
.btn-disable {
  cursor: not-allowed !important;
}

/* 提交成功按钮样式 */
.btn-suc {
  background: green !important;
}

/* 提交失败按钮样式 */
.btn-err {
  background: red !important;
}

/* checkbox选中 */
.checked {
  background: url(../img/icon/checkbox-new.png;vpn_img) no-repeat 0 0;
}
.unChecked {
  background: url(../img/icon/checkbox-new.png;vpn_img) no-repeat 0 -1.2em;
}
