.main-card {
  height: auto;
  font-size: 0.14rem;
}
.main-card .page-title {
  display: flex;
  align-items: center;
  padding-bottom: 0.6rem;
}
.main-card .page-title .back-btn {
  cursor: pointer;
  margin-right: 0.25rem;
}
.main-card .page-title .back-btn img {
  width: 0.24rem;
  height: 0.26rem;
}
.main-card .page-title .title {
  font-size: 0.28rem;
  color: #171725;
}
.main-card .whios-title {
  font-size: 0.18rem;
  color: #1E2736;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.main-card .whios-title .el-divider {
  margin-right: 0.08rem 0;
  margin-left: 0;
  width: 0.03rem;
  background-color: var(--color-primary);
}
.main-card .tem-form .el-form-item {
  margin-left: 0.17rem;
}
.main-card .tem-form .user-type {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  border-radius: 0.03rem;
}
.main-card .tem-form .user-type.disabeld .type-item {
  color: #bcbec2;
  background-color: #f4f4f5;
  cursor: not-allowed;
}
.main-card .tem-form .user-type .type-item {
  line-height: 1;
  padding: 0.12rem 0.4rem;
}
.main-card .tem-form .user-type .type-item:nth-of-type(1) {
  border: 0.01rem solid #E6EAED;
}
.main-card .tem-form .user-type .type-item:nth-of-type(2) {
  border-top: 0.01rem solid #E6EAED;
  border-right: 0.01rem solid #E6EAED;
  border-bottom: 0.01rem solid #E6EAED;
}
.main-card .tem-form .user-type .type-item.is-active {
  border: 0.01rem solid var(--color-primary);
  color: var(--color-primary);
}
.main-card .tem-form .el-input {
  width: 4.2rem;
  height: 0.4rem;
}
.main-card .tem-form .form-tip {
  line-height: 0.24rem;
  font-size: 0.14rem;
  color: #8692B0;
}
.main-card .tem-form .bule-text {
  cursor: pointer;
  margin-left: 0.1rem;
  color: var(--color-primary);
  font-size: 0.14rem;
}
.main-card .tem-form .a-blue-text {
  cursor: pointer;
  color: var(--color-primary);
  font-size: 0.14rem;
}
.main-card .tem-form .a-blue-text:hover {
  text-decoration: underline;
}
.main-card .tem-form .sub-box {
  margin-top: 0.4rem;
}
.main-card .tem-form .sub-box .el-button {
  font-size: 0.16rem;
  height: 0.46rem;
  color: rgb(255 255 255 / 90%);
   border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    background: #0c4a99;
}
/*  */
.temp-dialog .el-dialog__header {
  display: none;
}
.temp-dialog .el-dialog__body {
  padding: 0.6rem 0.8rem;
}
.temp-dialog .tit {
  font-size: 0.24rem;
  color: #171725;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 0.3rem;
}
.temp-dialog .details {
  padding: 0.2rem 0rem 0.2rem 0.3rem;
  border: 1px solid #E6E7EB;
  border-radius: 0.03rem;
}
.temp-dialog table {
  width: 100%;
}
.temp-dialog tr > td {
  font-size: 0.13rem;
  color: #4E5259;
  padding: 0.1rem 0 0.1rem 0 !important;
  line-height: 1.2;
  box-sizing: border-box;
  max-width: 50%;
}
.temp-dialog tr > td:nth-child(2n+1) {
  white-space: nowrap;
  color: #8692B0;
  padding-right: 0 !important;
}
.temp-dialog tr > td:nth-child(2n+2) {
  min-width: 1.2rem;
}
.temp-dialog .close-dia {
  line-height: 0.46rem;
  display: block;
  cursor: pointer;
  border: none;
  background: #E7E7E7;
  margin: 0 auto;
  padding: 0 0.4rem;
  border-radius: 0.03rem;
  font-size: 0.16rem;
  color: #1E2736;
  margin-top: 0.4rem;
}
.hide-upload .el-upload {
  display: none;
}
.red {
  color: var(--color-danger);
}
.empty-item .el-form-item__content {
  line-height: 1.5;
  color: #606266;
}
/* real-dialog */
.real-dialog .details {
  background: #F3F3F5;
  margin-bottom: 0.2rem;
}
.real-dialog .details tr > td {
  padding: 0.05rem 0 !important;
  line-height: 1;
}
.real-dialog .el-form-item__label {
  padding-bottom: 0;
}
.real-dialog .el-select {
  width: 100%;
}
.real-dialog .upload-box {
  display: flex;
  column-gap: 0.1rem;
}
.real-dialog .upload-box .upload-item {
  flex: 1;
}
.real-dialog .upload-box .upload-item .avatar-uploader {
  text-align: center;
}
.real-dialog .upload-box .upload-item .upload {
  box-shadow: 0px 0.08rem 0.12rem 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.03rem;
  padding: 0.24rem 0.26rem;
  background: #fff;
  line-height: 1;
  font-size: 0;
  width: 100%;
  height: 1.6rem;
  text-align: center;
  box-sizing: border-box;
}
.real-dialog .upload-box .upload-item .upload img {
  max-width: 100%;
  max-height: 100%;
}
.real-dialog .f-btn {
  margin-bottom: 0;
}
.real-dialog .dialog-footer {
  margin-top: 0.16rem;
}
.mr-10 {
  margin-right: 0.1rem;
}
.success-dialog .dialog-content {
  margin-top: 0.3rem;
}
