/* css reset */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font: 14px "微软雅黑",'Helvetica Neue', 'PingFang SC', STHeitiSC-Light, Helvetica, sans-serif;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
 
}
i{
    font-style: normal;
}
strong{
    font-weight: normal;
}
img {
  display: block;
}
a {
  text-decoration: none;
}
a,
input,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  outline: none;
  border: none;
}
.clear:after{content:'200B';display:block;font-size:0;line-height:0;clear:both;}
select,textarea{outline:none;}
/* reset end */
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c5c5c5;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c5c5c5;
}

input:-ms-input-placeholder{
    color: #c5c5c5;
}

input::-webkit-input-placeholder{
    color: #c5c5c5;
    }
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
        -webkit-appearance: none;
}
