
.dialog-wrap {
  display: none;
}

.mydialog {
  background: none !important;
  box-shadow: none !important;
}

.dialog-content {
  background: url('../images/huodong.png');
  width: 800px;
  height: 412px;
  overflow: hidden;
  position: relative;
}

.dialog-content ul {
  margin: 110px 150px 0 140px;
}

.dialog-content li {
  display: flex;
  line-height: 1.6;
  align-items: center;
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}

.dialog-content li img {
  margin-right: 5px;
}

.mydialog .layui-layer-setwin .layui-layer-close2 {
  background: url('../images/close.png');
  width: 85px;
  height: 127px;
}

.mydialog .layui-layer-setwin .layui-layer-close2:hover {
  background: url('../images/close-1.png');

}

.btn-huodong {
  position: absolute;
  width: 183px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: url('../images/hd11.png');
  /* margin: 0 auto; */
  left: 250px;
  bottom: 80px;
  /* margin-top: 30px; */
}