@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  outline: 0 none;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  font-family: 'PingFangSC-Regular', "微软雅黑", "Microsoft YaHei", "宋体", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #333333;
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

input[type='text'],
input[type='tel'],
input[type='password'] {
  -webkit-appearance: none;
}