@-webkit-keyframes slideup {
  0% {
    -webkit-transform: translate3d(0px, 300px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
}
@-webkit-keyframes slidedown {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 300px, 0px);
  }
}
.shareQRCodeWrapper {
  text-align: center;
  color: #999;
  font-size: 14px;
}
.shareQRCodeWrapper img {
  display: block;
  margin: 20px auto;
}
.fx_bg {
  background: rgba(0, 0, 0, 0.8);
  z-index: 1050;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.wxTips {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 10px;
  right: 10%;
  position: fixed;
}
.fx_content {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1051;
  border-top: 0;
  background-color: #fff;
  min-height: 100px;
  color: #000000;
  border-top: 1px solid #eee;
}
.fx_content .shareClose {
  border: none;
  outline: none;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -30px;
  cursor: pointer;
}
.fx_content .shareClose .close {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 5px 0;
  overflow: hidden;
}
.fx_content .shareClose .close.rounded::before,
.fx_content .shareClose .close.rounded::after {
  border-radius: 5px;
}
.fx_content .shareClose .close.black::before,
.fx_content .shareClose .close.black::after {
  height: 8px;
  margin-top: -4px;
}
.fx_content .shareClose .close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fx_content .shareClose .close::before,
.fx_content .shareClose .close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}
.fx_content .shareClose .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fx_content .shareClose:hover .close::before,
.fx_content .shareClose:hover .close::after {
  background: #ff666b;
}
.fx_list {
  min-height: 100px;
  width: 100%;
  margin: 0 auto;
}
.fx_list button {
  outline: none;
  border: none;
  background: transparent;
  text-align: center;
  float: left;
  width: 33.333%;
  height: 100px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fx_list button img {
  margin: 0 auto;
  display: block;
  width: 50px;
  height: 50px;
}
.fx_list button em {
  font-style: normal;
  font-weight: normal;
  color: #000;
  font-size: 14px;
  margin-top: 5px;
}
.fx_list button:hover {
  background: #e5e5e5;
}
.fx_list span:active {
  background-color: #f8f8f8;
}
.fx_list::after {
  content: '';
  display: block;
  clear: both;
}
