.a-dialog {
  position: fixed;
  _position: absolute;
  opacity: 1;
  visibility: visible;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.a-dialog-overlay {
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: block;
  position: fixed;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.75) !important;
  top: 0;
  left: 0;
}
.a-dialog-header {
  margin-top: 0;
  margin-bottom: 0;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  color: #666;
  padding: 0 10px;
  padding-right: 60px;
  font-size: 14px;
  background: #f7f7f7;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
}
.a-dialog-close {
  position: absolute;
  right: 15px;
  top: 2px;
  font-size: 0;
  line-height: initial;
}
.a-dialog-close a.close_btn {
  font-family: arial;
  font-size: 28px;
  _font-size: 22px;
  font-weight: 500;
  color: #999;
  text-decoration: none;
  float: right;
  padding-right: 0;
  line-height: 35px;
}
.a-dialog-move {
  position: absolute;
  right: 15px;
  *right: 0;
  top: 2px;
  font-size: 0;
  line-height: initial;
}
.a-dialog-footer {
  padding: 0 15px 12px;
  text-align: right;
}
.a-dialog-body {
  padding: 15px;
}
.a-dialog-btn {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  margin-left: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.a-dialog-btn-0 {
  background-color: #409eff;
  color: #fff;
  margin-left: 0;
}
