.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.vdialog-mask {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vdialog-mask .box {
  width: 600px;
}

.vdialog-mask .box .header {
  padding: 19px 21px;
  height: 16px;
  display: flex;
  align-items: center;
  background: #618fcb;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  justify-content: space-between;
  font-size: 16px;
}

.vdialog-mask .box .header .text {
  color: #fff;
}

.vdialog-mask .box .header .close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(/commImage/10.2/ui/icon/12.png) no-repeat -146px 5px;
}

.vdialog-mask .box .content {
  background: #fff;
  padding: 40px 45px;
  font-size: 16px;
  color: #333333;
  display: flex;
}

.vdialog-mask .box .content .icon {
  width: 70px;
  height: 54px;
  background: url(/commImage/10.2/ui/icon/52.png) no-repeat;
}

.vdialog-mask .box .content .success {
  background-position: -100px 0;
}

.vdialog-mask .box .content .warn {
  background-position: 0 0;
}

.vdialog-mask .box .content .error {
  background-position: 0 -100px;
}


.vdialog-mask .box .content .ctx {
  font-size: 18px;
  color: #333333;
  line-height: 27px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.vdialog-mask .box .footer {
  background: #ededed;
  padding: 15px;
  text-align: right;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 32px;
  padding: 20px 20px;
}

.vdialog-mask .box .footer .btn {
  height: 32px;
  line-height: 32px;
  padding: 0;
  font-family: '\5FAE\8F6F\96C5\9ED1';
  font-size: 14px;
  margin: 0 5px;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  width: 100px;
  color: #fff;
  background: #5db75d;
}
