.jw-edit-image.jw-img-editor {
  position: fixed;
  height: 100%;
  width: 100%;
}
.jw-edit-image.jw-img-editor .jw-img-editor-bg {
  position: fixed;
  opacity: 0.1;
  background: #000000;
  height: 100%;
  width: 100%;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content {
  margin: auto;
  width: 800px;
  height: 555px;
  position: absolute;
  margin: auto;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-content-title {
  line-height: 72px;
  font-size: 18px;
  color: #666666;
  padding-left: 30px;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-content-title .close {
  position: absolute;
  top: 0px;
  right: 30px;
  cursor: pointer;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-content-left {
  float: left;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-content-left .jw-upload-drop .drop-1 {
  font-size: 18px;
  color: #b0b0b0;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-content-left .jw-upload-drop .drop-2 {
  font-size: 13px;
  color: #b0b0b0;
  margin-top: 10px;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-content-left .jw-upload-drop .jw-upload-button .ant-btn {
  background: #404a53;
  border-radius: 2px;
  width: 177px;
  height: 30px;
  font-size: 13px;
  color: #ffffff;
  margin-top: 16px;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-content-left .jw-img-desc {
  font-size: 13px;
  color: #999999;
  padding-left: 30px;
  margin-top: 13px;
  font-weight: 300;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-content-left .jw-img-content {
  width: 440px;
  height: 330px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-content-left .jw-img-content .jw-img-content-left-bg {
  opacity: 0.3;
  background: #000000;
  height: 100%;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-content-left .jw-img-content canvas {
  position: absolute;
  top: 45px;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-content-right {
  float: left;
  width: 260px;
  overflow: hidden;
  margin-top: 35px;
  font-size: 13px;
  color: #999999;
  letter-spacing: 0;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-content-right .preview-img {
  width: 160px;
  height: 64px;
  margin-top: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-content-right .jw-upload-button {
  position: relative;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-content-right .jw-upload-button .ant-btn {
  background: #404a53;
  border: 1px solid #404a53;
  border-radius: 2px;
  width: 70px;
  height: 30px;
  padding: 0 !important;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: -0.31px;
  margin-top: 20px;
  font-weight: 300;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-content-right .jw-upload-button .ant-upload-list {
  display: none;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-editor-options {
  position: absolute;
  bottom: 32px;
  width: 100%;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-editor-options .editor-save {
  float: right;
  margin-right: 30px;
  background: #404a53;
  border-radius: 2px;
  width: 72px;
  height: 30px;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: -0.31px;
  border: none !important;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-editor-options .editor-save:hover {
  border: none !important;
}
.jw-edit-image.jw-img-editor .jw-img-editor-content .jw-img-editor-options .editor-cancel {
  float: right;
  margin-right: 12px;
  border: 1px solid #404a53;
  border-radius: 2px;
  width: 70px;
  height: 30px;
  font-size: 13px;
  color: #404a53;
  letter-spacing: -0.31px;
}
