* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px !important;
  line-height: 2;
  font-family: "Microsoft YaHei", "微软雅黑", Heiti, "黑体", Arial, Helvetica, STHeiTi, sans-serif;
}

.warp {
  max-width: 690px;
  margin: 0 auto;
}

.warp img {
  width: 100%;
}

.article {
  margin: 20px 10px;
}

.article p {
  padding: 0;
  line-height: 2;
}

.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;
}

/* 按钮样式 */
.fuzhiwx {
  text-align: center;
  position: relative;
  margin: 20px;
}

.btn {
  background-color: green;
  outline: none;
  width: 180px;
  height: 40px;
  margin: 0;
  padding: 10px 20px !important;
  border: 1px solid transparent;
  outline: none;
  border-radius: 5px;
  font-size: 16px;
  line-height: 40px !important;
  color: #fff;
  display: inline !important;
}

.djimg {
  width: 20px !important;
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
}

/* css */
.wx {
  line-height: 2;
  text-align: center;
  /* padding-bottom: 20px;
  padding-top: 20px; */
  border: 2px dashed green;
  margin: 10px 0;
}

.blod {
  font-weight: 700;
}

.wx-num {
  font-size: 22px;
  background-color: rgb(230, 96, 92);
  color: #ffff00;
  padding: 0 10px;
  font-weight: 700;
  display: inline-block;
  margin: 10px 0;
}

.banquan {
  text-align: center;
  margin-top: 15px;
  color: #ccc;
  font-size: 14px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 690px;
  background: #fff;
  height: 60px;
}

.left-bot {
  width: 80%;
  float: left;
  padding: 5px 0;
}

.left-bot p {
  text-align: center;
  line-height: 25px;
  margin: 0 !important;
}

.left-bot p span {
  font-size: 16px;
  margin: 0;
}

.right-bot {
  float: right;
  width: 20%;
  background: green;
  height: 60px;
}

.right-bot p {
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin: 0 !important;
}

.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;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 0px 8px;
  background-color: #058000;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
}
