
.dialog-wrap[data-v-2d7cfcef]{
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  /*width: 50%;*/
  height: 100%;
  z-index: 9999;
  top: 15vh;
}
.modal[data-v-2d7cfcef]{
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.3);*/
}
.dialog[data-v-2d7cfcef]{
  min-width: 540px;
  background: white;
  position: absolute;
  margin: 0 auto;
}
.title-wrap[data-v-2d7cfcef]{
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 80px 0 15px;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.title[data-v-2d7cfcef]{
  width: calc(100% - 80px);
  height: 100%;
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  left: 0;
}
.content-wrap[data-v-2d7cfcef]{
  padding-top: 0px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content[data-v-2d7cfcef]{
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.submit[data-v-2d7cfcef]{
  background: rgb(55, 173, 255);
  color: #fff;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px;
  font-size: 14px;
}
.submit[data-v-2d7cfcef]:hover{
  opacity: 0.7;
}
.close[data-v-2d7cfcef],
.max-win[data-v-2d7cfcef]{
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.close[data-v-2d7cfcef]:hover,
.max-win[data-v-2d7cfcef]:hover{
  opacity: 0.7;
}
.max-win[data-v-2d7cfcef]{
  right: 45px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAqUlEQVQ4T9XTMQ4BQRiG4WcP4AAKrQtoaByAXiFRcQKFSyhcQCkatQOIRBRcQCkStROQTbaYYiUbQzKmnv/N+33zT4YTWr5z9hmeaOAWycwZ1ySAM/SCNEusipQfGQ7RLIAdPDCIAYZVT9FOGthHHXmP6bzyu3X9U8MJ7th+8A1LI29wwCJpYA3HwvCCdUXb0sgjjANA3uU8BlhxtvTa7/Zwh26MWjB7fgHwRkuR58BbzAAAAABJRU5ErkJggg==');
}
.restore[data-v-2d7cfcef]{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAmUlEQVQ4T2NkoDJgRDOPnYGBwZICO+6gGyjLwMDwiIGB4SAZhmoxMDC04zIQXZwY81czMDAco4mBRQwMDL3EOAGHGlAwPWFgYIC7EGSgBQMDQxgZhv5nYGAYNZCBYTQMSUo8NEk2yC4oAmU9akUK2GCaGVjBwMBwjaTQgyi2R8p6cBfKMDAwqJBhGEzLcQYGhp8wDjnlHl67ATeRPO4mAG3EAAAAAElFTkSuQmCC');
}
.close[data-v-2d7cfcef]{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA10lEQVQ4T73UMQ9BMRDA8f/7GBLfxm4hMZEYmdhYBAsbE5vJ4Cvw6eSkJw2v7WlfdHt57a937fUqoAV0gCtlYwjcK2AA3IAzMM00T8AE6AkoYwcsMlHFNsBawVxUsT2wFMQH5fsAzIAjME+kr3PfWB1oRYMbf0aoQdXu7n5GswiBsvbrfLzLCx5JDPRRuUGZu0pVQgoU9AKMXbrJWrWAmrqYxaBiWxdhUcqxSwlG+peysbwWc2FbsGjx+yn/gikabA6Ntq8mG2xfUm4DXfd2Mxv2a9kIeDwBWWVE6C9M+OEAAAAASUVORK5CYII=');
}
.resize[data-v-2d7cfcef]{
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  cursor: nw-resize;
}
.dialog-enter-active[data-v-2d7cfcef],
.dialog-leave-active[data-v-2d7cfcef]{
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dialog-enter-active .dialog[data-v-2d7cfcef],
.dialog-leave-active .dialog[data-v-2d7cfcef]{
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dialog-enter .dialog[data-v-2d7cfcef],
.dialog-leave-to .dialog[data-v-2d7cfcef]{
  -webkit-transform: scale3d(.1, .1, .1);
          transform: scale3d(.1, .1, .1);
}
.dialog-enter[data-v-2d7cfcef],
.dialog-leave-to[data-v-2d7cfcef]{
  opacity: 0;
}

