﻿.easy-box {
  z-index: 2147483647;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy-box .easy-cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.53);
}
.easy-box .easy-content {
  position: relative;
}
.easy-box .close {
  font-size: 30px;
  position: absolute;
  top: 0;
  right: -1px;
  color: #4e4e4e;
  opacity: 1;
  z-index: 6;
  width: 38px;
  height: 38px;
  text-align: center;
  background: #C3C3C3;
  display: flex;
  justify-content: center;
  align-items: center;
}