.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.42857143;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 8px;
  vertical-align: middle;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.entry-shang {
  padding: 15px 0 20px;
  text-align: center;
}

.article_text .entry-shang p {
  font-size: 14px;
}

.btn-bred {
  min-width: 128px;
  border-color: #e74851;
  background: #e74851;
  color: #fff;
}

.zs-modal-bg {
  z-index: 9;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  display: none;
}

.zs-modal-box {
  z-index: 999;
  width: 350px;
  position: fixed;
  left: 50%;
  bottom: 5%;
  margin: -195px 0 0 -171px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 10px;
  display: none;
}

.zs-modal-head {
  padding: 0 16px;
  position: relative;
}

.zs-modal-head img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.zs-modal-head .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 24px;
  text-align: center;
}

.zs-modal-head .author {
  padding-top: 15px;
  font-size: 18px;
  display: block;
}

.zs-modal-head .author a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
}

.zs-modal-head .author img {
  margin-right: 8px;
  width: 35px;
  height: 35px;
}

.zs-modal-box .zs-modal-head .tip {
  background: #A80000;
  padding: 6px 10px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  border-radius: 6px;
  margin-top: 10px;
  position: relative;
  line-height: 25px;
  margin-bottom: 10px;
  white-space: normal;
}

.zs-modal-head .tip i {
  display: block;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #A80000 transparent;
  border-style: dashed dashed solid dashed;
  content: "";
  position: absolute;
  left: 8px;
  top: -7px;
}

.zs-modal-body {
  padding: 0 15px;
}

