@charset "UTF-8";
.footer {
  padding: 0.45rem 0.4rem;
  background-color: #2c2c34;
  color: #fff;
  text-align: center;
}
.footer img, .footer p {
  display: inline-block;
  vertical-align: middle;
}
.footer img {
  width: 1.2rem;
}
.footer a {
  color: #fff;
}

/*分享BOX*/
.shareBox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.shareBox .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  z-index: 2;
}
.shareBox > .wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.94rem;
  background-color: #fff;
  font-size: 0;
  text-align: center;
  z-index: 2;
}
.shareBox > .wrap > .close {
  display: block;
  width: 6.64rem;
  text-align: center;
  z-index: 1;
  border: 1px solid #666;
  line-height: 0.78rem;
  color: #666;
  font-size: 0.26rem;
  margin: 0 auto;
  border-radius: 0.35rem;
}
.shareBox .sns_icon {
  display: inline-block;
  width: 0.96rem;
  height: 1.43rem;
  margin: 0.56rem 0.34rem 0.44rem 0.34rem;
  background: url("../images/share.png") 0 0 no-repeat;
  background-size: 586% 100%;
}
.shareBox .s-weibo {
  background-position: -1.55rem 0;
}
.shareBox .s-qzone {
  background-position: -3.11rem 0;
}
.shareBox .s-qq {
  background-position: -4.68rem 0;
}
.shareBox .weixin-share {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url("//kow.hn7senses.com/m/static/news/images/weixin-share.png") 0 0 no-repeat;
  background-size: contain;
}
.shareBox .weixin-share1 {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shareBox .weixin-share1 .wrap {
  position: relative;
  left: 0;
  top: 0;
  width: 6.9rem;
  height: 3.48rem;
  margin: 3.3rem auto 0.3rem auto;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}
.shareBox .weixin-share1 .wrap p {
  font-size: 0.36rem;
  line-height: 0.46rem;
  color: #333;
  margin-top: 1rem;
}
.shareBox .weixin-share1 .close {
  position: relative;
  right: 0;
  top: 0;
  display: block;
  margin: 0 auto;
  width: 0.88rem;
  height: 0.88rem;
  background: url("../images/close.png") 0 0 no-repeat;
  background-size: contain;
  z-index: 1;
}

.layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  display: none;
}

.popbox {
  position: fixed;
  left: 50%;
  top: 10%;
  z-index: 2;
  display: none;
  box-sizing: border-box;
}
.popbox .close {
  position: absolute;
  width: 0.79rem;
  height: 0.79rem;
  background: url("../images/close.png") 0 0 no-repeat;
  background-size: cover;
  z-index: 2;
  cursor: pointer;
}

.prebox {
  text-align: center;
  padding-top: 0.9rem;
  width: 6.73rem;
  height: 7.15rem;
  background: url(../images/prebox.png) 0 0 no-repeat;
  background-size: 100%;
  margin-left: -3.36rem;
  font-size: 0.3rem;
}
.prebox .close {
  bottom: -1.5rem;
  left: 50%;
  margin-left: -0.4rem;
}
.prebox .list {
  width: 5.3rem;
  height: 0.76rem;
  line-height: 0.76rem;
  margin: 0 auto 0.26rem auto;
}
.prebox input[type=tel],
.prebox input[type=email],
.prebox input[type=text] {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #b49d5f;
  padding: 0.1rem 0.2rem;
  line-height: 0.56rem;
  box-sizing: border-box;
}
.prebox input {
  background: transparent;
}
.prebox input, .prebox button {
  font-size: 0.3rem;
}
.prebox .submit {
  display: block;
  width: 5.01rem;
  height: 1.23rem;
  margin: 0.48rem auto 0 auto;
  background: url("../images/btn-pre.png") 0 0 no-repeat;
  background-size: 100%;
}
.prebox .iptCode .smscode {
  float: left;
  height: 100%;
}
.prebox .iptCode input.smscode {
  width: 60%;
}
.prebox .iptCode button.smscode {
  background-color: #b49d5f;
  color: #fff;
  width: 40%;
}
.prebox .model {
  border: 1px solid #b49d5f;
}
.prebox .iptRaido {
  position: relative;
  width: 50%;
  float: left;
  height: 100%;
}
.prebox .iptRaido input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
.prebox .iptRaido label {
  display: block;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
  width: 100%;
  height: 100%;
  text-align: center;
}
.prebox .iptRaido input:checked + label {
  background-color: #b49d5f;
  color: #fff;
}
.prebox .success {
  display: none;
  text-align: center;
  padding-top: 1.5rem;
}
.prebox .success h2 {
  font-size: 0.44rem;
  font-weight: bold;
  line-height: 1;
}
.prebox .success p {
  font-size: 0.18rem;
  line-height: 1;
  margin: 22px 0 15px 0;
}
.prebox .success .btn-share {
  display: block;
  width: 2.9rem;
  height: 0.76rem;
  line-height: 0.76rem;
  background-color: #b49d5f;
  color: #fff;
  font-size: 0.3rem;
  margin: 0 auto;
}
.prebox .error {
  padding-left: 28px !important;
  background: url("//kow.hn7senses.com/static/web202006/images/icon-error.png") 7px center no-repeat;
}
.prebox .error::-webkit-input-placeholder {
  color: #ff3b3b !important;
}/*# sourceMappingURL=common.css.map */