/* 弹窗 */
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, .8);
}

.popup {
  width: 6rem;
  z-index: 9;
  border-radius: .3rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}

.close {
  display: block;
  width: .75rem;
  position: absolute;
  bottom: -1.05rem;
  left: 50%;
  transform: translateX(-50%);
}

.popup h3 {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: .4rem;
  letter-spacing: .01rem;
  border-radius: .3rem .3rem 0 0;
  color: #fff;
  font-weight: 600;
  background: #2cba9f;
  background: -webkit-linear-gradient(to bottom, #2cba9f, #008269);
  background: -o-linear-gradient(to bottom, #2cba9f, #008269);
  background: -moz-linear-gradient(to bottom, #2cba9f, #008269);
  background: linear-gradient(to bottom, #2cba9f, #008269);
  margin: 0 auto;
  box-shadow: 0 .05rem .13rem #0062505e;
}
.grayBg h3{
  background: #8d8d8d;
  background: -webkit-linear-gradient(right, #8d8d8d, #767676);
  background: -o-linear-gradient(right, #8d8d8d, #767676);
  background: -moz-linear-gradient(right, #8d8d8d, #767676);
  background: linear-gradient(to right, #8d8d8d, #767676);
  box-shadow: 0 .05rem .13rem #d6d6d6;
}
.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: .4rem .2rem;
  box-sizing: border-box;
  text-align: center;
}
.popup-m p {
  width: 100%;
  text-align: center;
  line-height: 0.36rem;
  margin: 0 auto;
  margin-bottom: 0.38rem;
  font-size: .24rem;
  color: #333333;
  text-align: center;
}
.popup-m p span {
  color: #008269;
}
.popup-m p span.color2{
  color: #ee0000;
}
.popup-m img{
  display: block;
}
.ewm {
  width: 2.31rem;
  margin-bottom: 0.25rem;
  margin-top: -0.15rem;
  box-shadow: 0 .1rem .2rem #1e9a8142;
  border-radius: .1rem;
}
.ewm2 {
  width: 2.31rem;
  margin-bottom: 0.3rem;
  box-shadow: 0 .1rem .2rem #1e9a8142;
  border-radius: .1rem;
}
.img1{
  width: 2.58rem; margin-bottom: .1rem;
}
.img2{
  width: 2.91rem; margin-bottom: .1rem;
}
.popBtn {
  width: 4.06rem; line-height: .98rem; display: block; border-radius: .5rem; margin: -.1rem auto 0;
  font-size: .4rem; color: #fff; border: .01rem solid #ffca8c; text-shadow: 0 .02rem .05rem #ff7033;
  background: #ffcb2e;
  background: -webkit-linear-gradient(bottom, #ffcb2e, #ff650e);
  background: -o-linear-gradient(bottom, #ffcb2e, #ff650e);
  background: -moz-linear-gradient(bottom, #ffcb2e, #ff650e);
  background: linear-gradient(to bottom, #ffcb2e, #ff650e);
}
.popBtn2{
  width: 3.65rem; line-height: 0.9rem; margin-bottom: .3rem;
}

/* 活动规则 */ 
#actRules .popup-m{
  padding-left: .6rem; padding-right: 0.4rem;
}
.popup-m h4 {
  font-size: .3rem; color: #008269; font-weight: 600; display: flex; justify-content: flex-start; align-items: center; margin-bottom: 0.1rem;
}
.popup-m h4 span{
  width: 3.45rem; height: 0.01rem; background: url(../images/popup_actRules_line.png) no-repeat center / 100%; margin-left: 0.26rem;
}
.popup-list {
  margin-bottom: 0.3rem;
  text-align: left;
}
.popup-list02 {
  margin-bottom: 0;
}
.popup-list p {
  width: 100%;
  margin: 0 auto;
  font-size: .24rem;
  color: #444;
  line-height: 0.36rem;
  text-align: left;
}
.popup-list p span{
  color: #008269;
  font-weight: 400;
}

/* 分享弹窗 */
.share {
  width: 100%;
  max-width: 750px;
  position: fixed;
  left: 0;
  top: .6rem;
  z-index: 9;
  text-align: center;
}
.share img.share_img{
  width: 3.95rem; display: inline-block; margin: auto; margin-right: -.7rem;
}
.share p{
  font-size: .3rem; line-height: .4rem; color: #fff;
  margin: .3rem auto .4rem;
}
.share p span{ 
  color: #fcedff; display: block; margin-top: 0.32rem;
}
.share p span b{
  color: #fff555; display: block; font-weight: normal;
}
#pcEwm{
  display: none;
}
#pcEwm .popup-p{
  margin-bottom: 0;
}

.fix-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  text-align: center;
}