html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
  height: 100%;
}
html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  font-family: PingFang SC, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "STHeiti", "微软雅黑", "Microsoft YaHei", sans-serif;
}
body {
  -webkit-user-select: none;
  user-select: none;
  color: #000;
}
.cf:before,
.cf:after {
  display: table;
  content: ' ';
}
.cf:after {
  clear: both;
}
.hide {
  display: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
input,
select,
textarea,
button {
  font-size: 100%;
  -webkit-appearance: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
abbr,
acronym {
  font-variant: normal;
  border: 0;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: 500;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
q:before,
q:after {
  content: '';
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a:hover {
  text-decoration: underline;
}
ins,
a {
  text-decoration: none;
}
/*!common*/
*,
:before,
:after {
  box-sizing: border-box;
}
a,
a:active,
a:hover,
a:visited {
  text-decoration: none;
}
select,
textarea,
input[type=text],
input[type=search],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=color] {
  -webkit-user-select: text;
  user-select: text;
  outline-style: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select {
  vertical-align: middle;
  border-radius: 4px;
  outline-style: none;
  background: #fff;
  border: solid 1px #e5e5e5;
  background-size: 0.42666667rem 0.26666667rem;
}
button {
  width: 100%;
  border: 0;
  text-align: center;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
textarea {
  resize: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.center {
  right: 0;
  left: 0;
  margin: auto;
}
.distable-cell {
  display: table-cell;
  vertical-align: middle;
}
/*placeholder颜色重置*/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
::-moz-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-weight: normal;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.step {
  text-align: left;
  padding: 0.4rem;
  font-size: 0.53333333rem;
  color: #222;
  font-weight: bold;
  position: relative;
}
.step img {
  width: 0.4rem;
  height: 0.42666667rem;
  margin-left: 0.13333333rem;
}
.step .resmsg {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  font-size: 0.37333333rem;
  color: #F28041;
  font-weight: normal;
}
.step .resmsg .tip {
  width: 0.37333333rem;
  height: 0.37333333rem;
  margin-right: 0.13333333rem;
  vertical-align: -0.04rem;
}
