/*
 * @Author: 天吾
 * @Date: 2019-01-23 16:29:55
 * @Last Modified by: 天吾
 * @Last Modified time: 2019-04-27 19:55:52
 */
/*
    size 统一用  sm base lg  表示,  对于不能满足的情况, 仿照衣服尺寸加上 x(EXTRA) 比如  font-size-xlg 表示特大
*/
.gd-editor-upload-panel {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.gd-editor-upload-panel__body {
  flex: 1 0 auto;
}
.gd-editor-upload-panel__footer {
  margin-bottom: 30px;
}
.gd-editor-upload-panel .gd-editor-upload-panel__title {
  font-size: 24px;
  color: #000;
  line-height: 37px;
  margin-bottom: 10px;
  margin-top: 1em;
  padding: 0;
  background: transparent;
  font-family: MicrosoftYaHei;
}
.gd-editor-upload-panel__desc {
  font-size: 12px;
  color: #bbb;
  text-align: center;
}
.gd-editor-upload-panel__upload-btn {
  margin-top: 70px;
  margin-bottom: 24px;
  min-width: 170px;
}
.gd-editor-upload-panel__qrcode {
  margin-top: 44px;
  margin-bottom: 50px;
  width: 148px;
  height: 148px;
}
.gd-editor-upload-panel__qrcode-desc {
  color: #999;
  font-size: 13px;
}
.gd-editor-upload-panel__back-pc {
  margin-top: 30px;
}
.gd-editor-upload-panel__upload-modal {
  text-align: left;
}
.gd-editor-upload-panel__upload-modal .gd-modal {
  padding: 23px;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
}
.gd-editor-upload-panel__upload-modal-title {
  font-weight: 700px;
}
.gd-editor-upload-panel__upload-modal-desc {
  color: #dedede;
  margin-bottom: 50px;
}
.gd-editor-upload-panel__upload-modal-url-upload {
  color: #dedede;
  margin-bottom: 50px;
}
.gd-editor-upload-panel__qrcode-scaned {
  display: block;
  margin: auto;
  margin-top: 44px;
}
.gd-editor-upload-panel__url-upload {
  margin-top: 6px;
  display: flex;
}
.gd-editor-upload-panel__url-upload input {
  line-height: 1;
  padding: 0 10px;
  outline: 0;
  height: 36px;
  width: 160px;
  border-radius: 2px;
  border: 1px solid #999;
  color: #ccc;
  background: #000;
  box-sizing: border-box;
}
.gd-editor-upload-panel__url-upload .gd-button {
  border-radius: 2px;
  border: 1px solid #999;
  color: #ccc;
  margin-left: 6px;
  width: 60px;
  height: 36px;
  padding: 0 12px;
  background: #000;
  box-sizing: border-box;
  background: transparent;
}
.gd-editor-upload-panel .gd-mask {
  bottom: 55px;
}
.gd-editor-upload-panel__importer .gd-modal {
  min-width: 900px;
  text-align: center;
}
.gd-editor-upload-panel__importer .gd-modal__body {
  margin: 0;
}
.gd-editor-upload-panel__importer-title {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.gd-editor-upload-panel__importer .gd-progress {
  padding-top: 2.286em;
}
.gd-editor-upload-panel__importer .gd-button {
  line-height: 84px;
  border: 0;
  color: #005cf9;
  font-size: 16px;
}
.gd-upload-modal-fade-leave-to .gd-modal {
  transform: translate3d(0, 347px, 0);
}
.gd-upload-modal-fade-enter .gd-modal {
  transform: translate3d(0, 347px, 0);
}
