* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 20px;
  font-family: "Microsoft YaHei", "微软雅黑", Heiti, "黑体", Arial, Helvetica, STHeiTi, sans-serif;
  line-height: 2;
}

.warp {
  max-width: 700px;
  margin: 0 auto;
}

.warp img {
  ;
  ;
}

.article {
  margin: 20px 20px;
  text-align: justify;
}

.wx {
  margin: 7.5px 5px;
  border: 2px dashed white;
  text-align: center;
  padding: 15px 0;
}

.red {
  color: red;
  font-weight: 700;
}

.wx .red span {
  color: #b80000;
  border-bottom: 1px solid;
  font-weight: bold;
}

.wxbtn {
  position: initial;
  border: 5px solid white;
  color: white;
  border-radius: 5px;
  font-size: 16px;
  text-indent: 0em;
  padding: 0px 4px;
  text-decoration: none;
  background-color: green;
}

.title {
  margin: 20px 20px;
}

.title p {
  font-size: 20px;
  padding: 0;
  color: white;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: -1px 3px 9px #b13a38;
  background: green;
  box-shadow: -1px 3px 9px green;
}

.banquan {
  text-align: center;
  font-size: 14px;
  color: #ccc;
  margin-bottom: 70px;
}

.footer {
  position: fixed;
  bottom: 0;
  background: #fff;
  text-align: center;
  height: 5rem;
  width: 100%;
  max-width: 700px;
  font-size: 1.1rem;
}

.dianji {
  position: relative;
  left: -45px;
  top: 10px;
  width: 20px !important;
  display: inline !important;
  vertical-align: middle;
}

.my-skin {
  background: #eee;
}

#layer-wx {
  padding: 20px;
  text-align: center;
  background: #eee;
}

#layer-wx #wx-a {
  text-decoration: none;
  background-color: green;
  padding: 5px 10px;
  outline: none;
  border-radius: 10px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

.left-content {
  display: block;
  width: 272px;
  height: auto;
  position: fixed;
  z-index: 1024;
  top: 10%;
  right: 39%;
  margin-right: -480px;
  box-sizing: border-box;
  padding: 15px 18px;
  border: 1px #aaa solid;
  background-color: #fff;
}

.left-content img {
  display: block;
  text-align: center;
  width: 80%;
  height: auto;
  margin: 0 auto;
  max-width: 125px;
}

.left-content img:first-child {
  border-radius: 80%;
}

.left-content p {
  font-size: 15px;
}

.left-content .blod {
  margin-top: 20px;
}

.left-wx {
  text-align: center;
}

.left-wx span {
  color: #fff;
  font-size: 14px;
  padding: 0px 8px;
  background-color: #058000;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
}
