
body,
html {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
    "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-family: "微软雅黑", sans-serif;
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-decoration:none;
}

html {
  height: 100%;
  position: relative;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a[href^="http"]:empty::before {
  content: attr(href);
}

img {
  -ms-interpolation-mode: bicubic;
}

img {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  height: auto;
  line-height: 2;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

img:before {
  content: "图片不见了！请您稍等，我们正在抓紧把它找回来 ";
  display: block;
  margin-bottom: 10px;
  border: 1px dotted #e5e5e5;
  height: 100%;
  padding-top: 2%;
  background-color: #f5f5f5;
  box-sizing: border-box;
  color: #487bc9 !important;
  font-size: 12px;
}

img:after {
  content: "\A (图片地址: "attr(src) ")";
  display: block;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 10%;
  line-height: 1.3;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #f59a37 !important;
  white-space: pre-wrap;
  animation: dot 3s infinite step-start both;
}

a,
dd,
div,
dl,
dt,
img,
li,
ol,
p,
span,
ul {
  list-style: none;
}



