/*2019.618活动弹窗*/
.activityLayer{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.4);*/
  z-index: 999;
  display: none;
}
.activityLayer .layerContent{
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -950px;
  width: 1900px;
  height: 100%;
  text-align: center;
}
.activityLayer .layerContent .activityBg {
  top: 0;
  position: relative;
  left: 0;
  min-width: 1190px;
  width: 100%;
  height: 100%;
}
.activityLayer .layerContent .closeBtn{
  /*position: absolute;*/
  /*right: 24%;*/
  /*top: 12%;*/
  /*padding: 2px 15px;*/
  /*font-size: 40px;*/
  /*color: #fff;*/
  /*cursor: pointer;*/
  /*background: rgba(0,0,0,0.5);*/
  position: absolute;
  left: 49%;
  top: 70%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.activityLayer .layerContent .activityHref{
  position: absolute;
  left: 41%;
  top: 20%;
  cursor: pointer;
  width: 350px;
  height: 450px;
}
