.bh_popwin {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}
.bh_popdata {
  width: 550px;
  background: url(../img/popbg.png) 100% 100% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 80px 90px 60px 55px;
  box-sizing: border-box;
}
.bh_popdata p {
  color: #fff;
  padding: 10px 0px;
}
.bh_popdata p:nth-of-type(1) {
  font-size: 40px;
}
.bh_popdata p:nth-of-type(2) {
  font-size: 18px;
  padding: 0px;
  padding-bottom: 12px;
}
.bh_popdata p input {
  width: 100%;
  padding-left: 10px;
  line-height: 45px;
  font-size: 15px;
  background: #fff;
  box-sizing: border-box;
  border: none;
}
.bh_popdata p input::-webkit-input-placeholder {
  color: #999;
}
.bh_popdata p input::-moz-placeholder {
  color: #999;
}
.bh_popdata p input:-moz-placeholder {
  color: #999;
}
.bh_popdata p input:-ms-input-placeholder {
  color: #999;
}
.bh_popdata p textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  padding-left: 10px;
  padding-top: 10px;
  background: #fff;
  font-size: 15px;
  box-sizing: border-box;
  border: none;
}
.bh_popdata p textarea::-webkit-input-placeholder {
  color: #999;
}
.bh_popdata p textarea::-moz-placeholder {
  color: #999;
}
.bh_popdata p textarea:-moz-placeholder {
  color: #999;
}
.bh_popdata p textarea:-ms-input-placeholder {
  color: #999;
}
.bh_popdatasubmit {
  background: #feb951;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin-top: 12px;
  letter-spacing: 5px;
  cursor: pointer;
}
.bh_popclose {
  position: absolute;
  right: -1%;
  top: -1%;
  width: 12%;
  height: 11%;
  cursor: pointer;
}

.c_discount {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
}
.c_discountimg {
  position: absolute;
  width: 70%;
  max-width: 1030px;
  min-width: 950px;
  left: 50%;
  top: 48%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c_discountimg img {
  width: 100%;
  max-width: 100%;
}
.c_leftpopdata img {
  width: 100%;
  cursor: pointer;
}
.c_disclose {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 5%;
  height: 8%;
  cursor: pointer;
}
.c_leftpop {
  position: fixed;
  width: 180px;
  top: 120px;
  z-index: 9;
  animation: mymove 2.4s infinite;
  -webkit-animation:mymove 2.4s infinite;
  display: none;
}
@keyframes mymove{
  0% {
    top: 10%;
  }
  50% {
    top: 12%;
  }
  100% {
    top: 10%;
  }
}

@-webkit-keyframes mymove {
  0% {
    top: 10%;
  }
  50% {
    top: 12%;
  }
  100% {
    top: 10%;
  }
}
.c_leftpopdata {
  position: absolute;
  width: 100%;
}
.c_leftclose {
  position: absolute;
  right: 11%;
  top: 19%;
  width: 15%;
  height: 15%;
  cursor: pointer;
}