*{
  margin: 0;
  padding: 0;
}
body,html{
  width: 100%;
  height: 100%;
  font-family: PingFangSC-Regular;
}
input, textarea {
  /* user-select: auto;
  -webkit-user-select: auto; */
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
}
#container{
  border-radius:25px
}
input {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}
html {
  /* 解决IOS默认滑动卡顿的情况 */
  -webkit-overflow-scrolling : touch;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
em, i {
  font-style: normal;
}
ul,li{
  list-style-type: none;
}
strong {
  font-weight: normal;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
img {
  border: none;
}