.spread-btn {
  width: 50px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  border-width: 0;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 8px;
  line-height: 18px;
}

.spread-btn:focus {
  outline: 0
}

.spread-btn:active {
  opacity: .88;
}

.fixed {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 11;
}

/* 分享体样式 */
.share-content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.share-content .head-img .img {
  background-color: #ffffff;
  width: 100%;
}

.share-content .text-content {
  padding: 12px 22px;
  top: 0;
}

.share-content .text-content .text {
  background-color: rgba(255, 255, 255, .9);
  border-radius: 15px;
  padding: 12px 22px;
  text-align: center;
}

.share-content .text-content .text textarea {
  width: calc(100% - 22px);
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

.text textarea:focus {
  outline: 0;
}



.share-content .text-content .title {
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.share-content .text-content .tips {
  font-size: 13px;
  font-weight: 700;
  margin-top: 11px;
}

#qrcode {
  width: 60px;
  height: 60px;
  display: block;
  margin: initial;
}

/* 重置diaolog样式 */
.js_dialog_share .weui-dialog {
  border-radius: 0;
  max-height: 75%;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  overflow: initial;
}

.js_dialog_share .weui-dialog__bd {
  padding: 0 !important;
  margin-bottom: 0 !important;
  flex-flow: wrap !important;
}

/* #close {
  position: absolute;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 50%;
  margin-left: -17.5px;
  z-index: 9999;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  bottom: -65px;
} */

#close {
  position: absolute;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: -17.5px;
  z-index: 9999;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  left: 50%;
  top: -45px;
}


#close:before,
#close:after {
  position: absolute;
  left: 15px;
  top: 8px;
  content: ' ';
  height: 18px;
  width: 4px;
  background-color: #ffffff;
}

#close:before {
  transform: rotate(45deg);
}

#close:after {
  transform: rotate(-45deg);
}

/* .buttons {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 24px;
} */

.buttons {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -60px;
}

.buttons button {
  background-color: #0079FE;
  padding: 10px;
  min-width: 90px;
  font-size: 16px;
  color: #fff;
  border-width: 0;
  outline: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  line-height: 20px;
  border-radius: 5px;
}

.buttons button:focus {
  outline: 0
}

.buttons button:active {
  opacity: .96;
}

.buttons button:not(:first-child) {
  margin-left: 15px;
}

#generateImg {
  display: block;
  width: 100%;
}

@media screen and (min-width: 352px) {
  #generateBox {
    width: 320px;
    margin: 0 auto !important;
  }
}

.qr-content {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
}

.qr-tips {
  margin-left: 10px;
  font-size: 13px;
  color: #999999;
  line-height: 1.8;
  text-align: left;
  font-weight: initial;
}

.share_btn {
  text-align: center;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .16), -3px 0px 6px rgba(0, 0, 0, .16);
  border-radius: 10px;
}