.home-alert-activity{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0,0,0,0.7)!important;*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);*/
  opacity: 0.7;
  background-color: #000;
  filter: alpha(opacity=70);
  z-index: 19;
}
div.home-alert-box{
  position: fixed;
  width: 580px;
  height: 590px;
  top: 50%;
  left: 50%;
  margin-left: -290px;
  margin-top: -295px;
  background: url(/app_series/pingancn/assets/img/home-alert.png) center center no-repeat;
  /*background: url(home-alert.png) center center no-repeat;*/
  z-index: 99;
}
.home-alert-box.en-activity{
  background: url(/app_series/pingancn/assets/img/en-home-alert.png?t=20180102) center center no-repeat;
  /*background: url(en-home-alert.png) center center no-repeat;*/
}
.home-alert-box a{
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 43px;
    top: 10px;
    color: #fff;
    right: -90px;
    font-size: 50px;
    background: #666;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.home-alert-box span{
    position: absolute;
    color: #B541DE;
    font-weight: bold;
    font-size: 16px;
    margin: 209px 0 0 86px;
    text-align: center;
}
.home-alert-box p{
    position: absolute;
    color: #fff;
    font-size: 24px;
    bottom: 165px;
    left: 211px;
}
.home-alert-box.en-activity p{
    bottom: 168px;
    left: 50%;
    width: 580px;
    margin-left: -290px;
    text-align: center;
    font-size: 15px;
}


/*M站*/
.home-alert-activityM{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
}
.home-alert-activityM>div{
  position: absolute;
  width: 5rem;
  height: 5.1rem;
  top: 50%;
  left: 50%;
  margin-left: -2.6rem;
  margin-top: -2.55rem;
  background: url(/app_series/pingancn/assets/img/home-alert.png) center center no-repeat;
  background-size: cover;
}
.home-alert-activityM.en-activity>div{
  background: url(/app_series/pingancn/assets/img/en-home-alert.png) center center no-repeat;
  background-size: cover;
  width: 8.4rem;
  height: 8rem;
  margin-left: -4.2rem;
  margin-top: -4rem;
}
#closeActi{
    display: block;
    position: absolute;
    width: .50rem;
    height: .50rem;
    line-height: .45rem;
    top: .10rem;
    left: 4.5rem;
    color: #fff;
    right: -.90rem;
    font-size: .50rem;
    background: #666;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.en-activity #closeActi{
    left: 6.5rem;
}
.home-alert-activityM span{
    position: absolute;
    color: #B541DE;
    font-weight: bold;
    font-size: .16rem;
    margin: 2.09rem 0 0 .86rem;
    text-align: center;
}
.home-alert-activityM span img{
    position: absolute;
    width: 1rem;
    top: -0.25rem;
    left: -0.1rem;
}
.home-alert-activityM p{
    position: absolute;
    color: #fff;
    font-size: .24rem;
    bottom: 1.21rem;
    left: 1.6rem;
}
.home-alert-activityM.en-activity p{
    bottom: 2rem;
    left: 50%;
    width: 5.6rem;
    margin-left: -2.8rem;
    text-align: center;
}