*{
  margin:0;
  padding:0;
  color:#666666;
  font-size: 12px;
  box-sizing: border-box;
  line-height: 150%;
}
html{
  font-family: '微软雅黑';
  font-size: 12px;
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
.curPosition {
  padding: 0.8333rem;
  background: #EFEFEF;
}

.curPosition>a:last-child {
  color: #bd1a2d;
}
input,button{
  border:none;
  outline:none;
}
@media screen and (min-width: 760px) {
  *{
    font-size: 16px !important;
  }
}
