@media (min-width: 650px) {
.el-dialog[data-v-39c2e763] {
    width: 500px;
}
.el-drawer.ltr[data-v-39c2e763],
  .el-drawer.rtl[data-v-39c2e763] {
    height: 100%;
    top: 0;
    bottom: 0;
    width: 500px !important;
}
}
@media (max-width: 650px) {
.el-dialog[data-v-39c2e763] {
    width: 100%;
    height: 100%;
    margin-top: 0 !important;
    z-index: 3;
}
.el-drawer.ltr[data-v-39c2e763],
  .el-drawer.rtl[data-v-39c2e763] {
    height: 100%;
    top: 0;
    bottom: 0;
    width: 100% !important;
}
}
.mainContent[data-v-39c2e763] {
  width: 100%;
}
.demo-drawer__content[data-v-39c2e763] {
  padding: 20px;
}
.addDrawer .el-drawer__body[data-v-39c2e763] {
  overflow: auto;
}
.el-drawer[data-v-39c2e763] {
  z-index: 3;
}
.details[data-v-39c2e763] {
  font-size: 14px;
}
.details span[data-v-39c2e763]:nth-child(1) {
    color: #999;
}
.details span[data-v-39c2e763]:nth-child(2) {
    margin-left: 10px;
}
.details span:nth-child(2) img[data-v-39c2e763] {
      margin: 10px 0;
}
.details div[data-v-39c2e763] {
    margin-bottom: 20px;
}

