.agreement-mask-wrap .mask-content {
  width: 920px;
  height: 660px;
  position: absolute;
  top: calc(50% - 330px);
  left: calc(50% - 460px);
  padding-top: 40px;
}

.agreement-mask-wrap .mask-content .agreement-content {
  width: 880px;
  height: 620px;
  padding: 60px 40px;
  border-radius: 8px;
  background: #fff;
}

.agreement-mask-wrap .mask-content .agreement-content iframe {
  width: 100%;
  height: 100%;
}

.agreement-mask-wrap .mask-content .mask-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
/*# sourceMappingURL=mask-agreement.css.map */