@charset "UTF-8";
.vueCropper .el-dialog {
  min-width: 500px;
}
.vueCropper #fielinput {
  position: relative;
  /*设置input父元素*/
  font-size: 30px;
  color: #cecece;
  width: 148px;
  height: 148px;
  line-height: 148px;
  text-align: center;
  background: #fff;
  border: 1px dashed #e4e4e4;
  border-radius: 6px;
  overflow: hidden;
}
.vueCropper #fielinput:hover {
    border-color: #005FC9;
}
.vueCropper #fielinput:hover .avatar-uploader-icon {
      color: #005FC9;
}
.vueCropper #fielinput input {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  bottom: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.vueCropper #fielinput img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.cropper-content .cropper {
  width: auto;
  height: 300px;
}

.joinExpert[data-v-7f138048] {
  overflow: hidden;
  background: #e7ecf2;
}
.joinExpert .top[data-v-7f138048] {
    text-align: center;
    height: 80px;
    line-height: 80px;
    background: #d2dde8;
    font-weight: bold;
    font-size: 24px;
    color: #314e6d;
}
.joinExpert .main[data-v-7f138048] {
    overflow: hidden;
    background: #ffffff;
    padding: 50px 40px 0;
    margin-bottom: 50px;
}
.joinExpert .main .tips[data-v-7f138048] {
      display: flex;
      align-items: center;
}
.joinExpert .main .tips .msg[data-v-7f138048] {
        margin: 0 0 0 20px;
}
.joinExpert .main .tips .msg P[data-v-7f138048] {
          color: #FB8900;
}
.joinExpert .main .tips .msg P[data-v-7f138048]:first-child {
            margin-bottom: 20px;
}
.joinExpert .main .tips .msg P label[data-v-7f138048] {
            color: #f56c6c;
            font-size: 12px;
}
.joinExpert .main .tips .msg P span[data-v-7f138048] {
            color: #7e7e7e;
            font-size: 12px;
}
.joinExpert .main .certificate[data-v-7f138048] {
      margin-bottom: 22px;
}
.joinExpert .main .certificate > .el-button[data-v-7f138048] {
        margin-bottom: 22px;
}
.joinExpert .main .btn[data-v-7f138048] {
      margin: 30px 0 50px;
      text-align: center;
}
.joinExpert .main .btn .el-button--primary[data-v-7f138048] {
        width: 190px;
        height: 48px;
        font-size: 16px;
}

.joinExpert .el-form-item {
  border: 1px solid #e3e9f0;
  display: flex;
  align-items: center;
}
.joinExpert .el-select,
.joinExpert .el-input,
.joinExpert .el-textarea,
.joinExpert .el-cascader {
  width: 99.8%;
}
.joinExpert .el-form-item__label {
  text-align: center;
  font-size: 16px;
  color: #333333;
  padding: 0;
  flex-shrink: 0;
}
.joinExpert .el-form-item__content {
  margin-left: 0 !important;
  width: 100%;
}
.joinExpert .el-input,
.joinExpert .el-textarea {
  border-left: 1px solid #e3e9f0;
}
.joinExpert .el-input__inner {
  font-size: 15px;
  height: 52px;
  line-height: 52px;
  border: none;
}
.joinExpert .el-input__inner::-moz-placeholder {
    color: #bdbcbc;
}
.joinExpert .el-input__inner::placeholder {
    color: #bdbcbc;
}
.joinExpert .el-textarea__inner {
  font-size: 15px;
  border: none;
}
.joinExpert .el-textarea__inner::-moz-placeholder {
    color: #bdbcbc;
}
.joinExpert .el-textarea__inner::placeholder {
    color: #bdbcbc;
}

