.modal-bg-frame {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: 'alpha(opacity=30)';
  display: none;
}

.upload-modal-frame {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 560px;
  display: none;
}

.upload-modal-frame .modal-title {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  height: 52px;
  line-height: 52px;
  background-color: #F8F8F8;
  padding: 0 20px;
}

.upload-modal-frame .modal-title .title {
  font-size: 18px;
  height: 52px;
  line-height: 52px;
}

.upload-modal-frame .modal-title i {
  font-size: 18px;
  cursor: pointer;
}

.modal-content {
  padding: 30px 50px;
}

.modal-content .lab-item {
  padding: 0 20px 0 10px;
}

.modal-content .file-frame {
  width: 160px;
  height: 100px;
  border: 1px dashed #ccc;
  text-align: center;
  margin: 25px auto 35px;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  position: relative;
}

.file-frame i {
  font-size: 60px;
  color: #9A0C13;
}

.file-frame .file-component {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: 'alpha(opacity=0)';
}

.file-frame-descp {
  color: #ADADAD;
  font-size: 13px;
}

.frame-bottom {
  text-align: center;
}

.frame-bottom .file-name {
  font-size: 13px;
  padding-bottom: 20px;
}

.frame-bottom .txt-descp {
  color: #C5C5C5;
  font-size: 13px;
}

.frame-bottom .bottom-btn-group {
  padding: 16px 0;
}

.frame-bottom .bottom-btn-group input[type="button"] {
  background-color: #DF0615;
  border: none;
  color: #fff;
  padding: 5px 30px;
}

.frame-bottom .bottom-btn-group .cancel-btn {
  opacity: 0.5;
}

.frame-bottom .bottom-btn-group .ok-btn {
  margin-left: 20px;
}

.frame-bottom .other-operate {
  font-size: 13px;
  text-decoration: underline;
  color: #4C79B8;
}
