
.loginModal_dialog.el-dialog .el-dialog__header {
    padding: 10px !important;
}
.loginModal_dialog.el-dialog .el-dialog__body {
    padding: 0 !important;
    z-index: 999999;
}

.popWin[data-v-e13fd74c] {
  width: 100%;
  height: 100%;
}
.uploadImg[data-v-e13fd74c] {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.btnRotate[data-v-e13fd74c] {
  height: 40px;
  z-index: 9999;
  width: 100%;
  display: table;
  box-sizing: border-box;
}
.btnRotate input[data-v-e13fd74c] {
  background: none;
  border: navajowhite;
  color: #65a2e7;
  font-size: 50px;
  outline: none;
  float: left;
  cursor: pointer;
}
.btnRotate input[data-v-e13fd74c]:last-child {
  float: right;
}
/*底部按钮建*/
.bottom-button[data-v-e13fd74c] {
  box-sizing: border-box;
  background: #fff;
  height: 60px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-button i.icon[data-v-e13fd74c] {
  font-size: 30px;
}
.bottom-button .uploading[data-v-e13fd74c],
.bottom-button .selectImg[data-v-e13fd74c],
.bottom-button .cancel[data-v-e13fd74c] {
  width: 80px;
  height: 40px;
  line-height: 40px;
  color: white;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}
.bottom-button .cancel[data-v-e13fd74c] {
  background: #8e8c8c;
}
.bottom-button .selectImg[data-v-e13fd74c],
.bottom-button .uploading[data-v-e13fd74c] {
  background: #65a2e7;
  position: relative;
}
.bottom-button .selectImg[data-v-e13fd74c] {
  width: 120px;
}
.bottom-button .selectImg span[data-v-e13fd74c],
.bottom-button .selectImg input[data-v-e13fd74c] {
  display: block;
  left: 0;
  width: 100%;
}
.bottom-button .text[data-v-e13fd74c] {
  position: absolute;
  z-index: 5;
  left: 15px;
}
.bottom-button .uploads[data-v-e13fd74c] {
  opacity: 0;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/*改变背景色*/
.cropper-box[data-v-e13fd74c] {
  background: #333 !important;
}
/*使截图框变为圆形*/
.cropper-crop-box[data-v-e13fd74c] {
  overflow: hidden;
  border-radius: 50% !important;
}
/*截图相关样式*/
.cropper-content[data-v-e13fd74c] {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  height: 70vh;
}
.cropper-content .cropper[data-v-e13fd74c] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cropper-content .show-preview[data-v-e13fd74c] {
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cropper-content .show-preview .preview[data-v-e13fd74c] {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background: #cccccc;
  margin-left: 40px;
}

