a {
  text-decoration: none;
  color: #fff;
}

button {
  font-size: 16px;
  border: 0;
  display: inline-block;
}

.pbOpacity,
.pbOpacityError {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}

.pbContent {
  width: 300px;
  height: 320px;
  background-color: #fff;
  margin: 40% auto;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  text-align: center;
}

.pbCTitle1 {
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  color: #666;
  border-bottom: 2px solid #eee;
}

.pbCcloseIcon {
  background: url(../images/close.jpg) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: 31px;
  border-radius: 10px;
}

.pbCImg {
  margin-top: 12%;
  text-align: center;
}

.pbCImg img {
  display: inline-block;
  width: auto !important;
}

.pbCTitle2 {
  font-size: 16px;
  margin-top: 10px;
  padding: 0 10px;
}

.pbCTitle2 .public {
  color: #f54343;
  font-weight: bold;
}

.pbCTitle3 {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  padding: 0 10px;
}

.pbCTowxBox {
  position: absolute;
  bottom: 18px;
  width: 100%;
}

.pbCTowx {
  width: 90%;
  display: block;
  margin: 0 auto;
  text-decoration: underline;
  background-color: #f54343;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  border: 1px solid rgba(255, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  text-align: center;
}

.modal-sm {
  width: 90%;
  margin: 30px auto;
  max-width: 400px;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

#mydel {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: -16px;
  top: 82px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  border-radius: 50px;
  font-family: Arial;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-body {
  position: relative;
  padding: 15px;
}

.pic {
  background: #fff;
  text-align: center;
}

.pic img {
  width: 65%;
}

.qq_Mask {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75) none repeat scroll 0% 0%;
  z-index: 100000;
  display: none;
  margin: 0 auto;
  max-width: 640px;
}

.qq_Mask img {
  position: absolute;
  bottom: 40%;
  max-width: 640px;
  left: 10%;
  width: 80%;
  top: inherit;
}

.qq_Mask .alertleft {
  display: block;
  position: absolute;
  width: 40%;
  height: 60px;
  bottom: 45%;
  left: 10%;
}

.qq_Mask .alertright {
  display: block;
  position: absolute;
  width: 40%;
  height: 60px;
  bottom: 45%;
  right: 10%;
}

.wxicon {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 20%;
  right: 6px;
  z-index: 100;
}

.wxicon img {
  width: 100%;
  height: 100%;
}

.wxnum {
  display: inline-block;
  padding: 2px 8px;
}