@charset "UTF-8";
@font-face {
  font-family: "微软雅黑";
}
@font-face {
  font-family: "方正兰亭纤黑";
}

@font-face {
  font-family: "方正兰亭";
}

* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑","方正兰亭纤黑";
  list-style: none;
  box-sizing: border-box;
  font-size: 16px;
}

img {
  border: 0;
  outline: none;
}

a {
  text-decoration: none;
  border:none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color:transparent;
  outline:none;
}

@font-face {
  font-family: "iconfont";
}

.iconfont {
  font-family: "iconfont";
}
.backTop img{
  width: 80%;
  margin-top: 5px;
}
