.over-training-dialog .tips {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 30px;
}
.over-training-dialog .el-form .el-input {
  width: 300px;
}
.over-training-dialog .el-form .el-input__inner {
  width: inherit;
}

.select-leader-dialog .el-dialog__header {
  border-bottom: #e5e5e5 1px solid;
  padding: 10px 20px 10px;
}
.select-leader-dialog .el-dialog__header .el-dialog__headerbtn {
    top: 15px;
}
.select-leader-dialog .el-dialog__body .no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-leader-dialog .el-dialog__body .no-data-text {
  margin-top: 35px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #606266;
  line-height: 20px;
}
.select-leader-dialog .el-pagination {
  text-align: center;
  margin-top: 10px;
}

@charset "UTF-8";
.select-class-room-dialog .el-dialog__header {
  border-bottom: #e5e5e5 1px solid;
  padding: 10px 20px 10px;
}
.select-class-room-dialog .el-dialog__header .el-dialog__headerbtn {
    top: 15px;
}
.select-class-room-dialog .el-dialog__body .no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-class-room-dialog .el-dialog__body .no-data-text {
  margin-top: 35px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #606266;
  line-height: 20px;
}
.select-class-room-dialog .classroom-style span {
  font-size: 10px;
  color: #333333;
  margin-right: 20px;
}
.select-class-room-dialog .classroom-style span i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 2px;
}
.select-class-room-dialog .classroom-style span i.selecte {
      background: #e5e5e5;
}
.select-class-room-dialog .classroom-style span i.selected {
      background: #409eff;
}
.select-class-room-dialog .classroom-style span i.using {
      background: #f32938;
}
.select-class-room-dialog .room-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.select-class-room-dialog .room-list li {
    width: 80px;
    height: 60px;
    background: #e5e5e5;
    margin: 15px;
    text-align: center;
    color: #333333;
    font-size: 12px;
    padding: 10px;
    line-height: 23px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /* 控制显示的行数 */
    white-space: normal;
    /* 处理多余的空白字符 */
    margin-bottom: 10px;
    /* 为了更好的布局效果，可以根据需要调整 */
}
.select-class-room-dialog .room-list li.blue {
      background: #409eff;
      color: #ffffff;
}
.select-class-room-dialog .room-list li.red {
      background: #f32938;
      color: #ffffff;
}
.select-class-room-dialog .room-list li:hover {
      background: #409eff;
      color: #ffffff;
      cursor: pointer;
}
.select-class-room-dialog .el-pagination {
  text-align: center;
  margin-top: 10px;
}

@charset "UTF-8";
.login-force-out-sure-dialog .el-dialog__header {
  padding: 12px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.login-force-out-sure-dialog .el-dialog__header .el-dialog__title {
    font-weight: 400;
    font-size: 16px;
    color: #303133;
}
.login-force-out-sure-dialog .el-dialog__header .el-dialog__headerbtn {
    top: 12px;
}
.login-force-out-sure-dialog .el-dialog__header .el-dialog__headerbtn .el-icon-close {
      font-size: 20px;
      font-weight: bold;
      color: #666666;
}
.login-force-out-sure-dialog .el-dialog__body {
  padding: 0;
}
.login-force-out-sure-dialog .el-dialog__body .m-dialog__body {
    padding: 20px 20px 0px 20px;
    overflow-y: auto;
}
.login-force-out-sure-dialog .el-dialog__body {
  /*滚动条样式*/
}
.login-force-out-sure-dialog .el-dialog__body .m-dialog__body::-webkit-scrollbar {
    width: 4px;
}
.login-force-out-sure-dialog .el-dialog__body .m-dialog__body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #cccccc;
}
.login-force-out-sure-dialog .el-dialog__body .m-dialog__body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f2f2f2;
}
.login-force-out-sure-dialog .m-dialog__footer {
  text-align: center;
  padding: 20px;
}
.login-force-out-sure-dialog .m-dialog__footer .el-button {
    margin-left: 20px;
}
.login-force-out-sure-dialog .m-dialog__footer .el-button:first-child {
      margin-left: 0px;
}
.login-force-out-sure-dialog .c-text-tips {
  padding: 18px 20px 20px 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #303133;
  line-height: 20px;
  text-align: left;
}
.login-force-out-sure-dialog .c-text-tips .c-text-number-red {
    color: #ff5959;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 3px;
}
.login-force-out-sure-dialog .c-text-red {
  color: #ff5959;
}
.login-force-out-sure-dialog .el-form {
  margin: 0 20px 10px 20px;
  padding: 20px 0 18px 0;
}
.login-force-out-sure-dialog .el-form .el-input__inner {
    width: 350px;
}
.login-force-out-sure-dialog .el-form .el-form-item {
    margin-bottom: 0px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.login-force-out-sure-dialog .el-form .el-form-item .el-form-item__content {
      margin-left: 0px !important;
}
.login-force-out-sure-dialog .el-dialog__footer {
  text-align: center !important;
}
.login-force-out-sure-dialog .el-form-item__label {
  color: #333333;
}
.login-force-out-sure-dialog .c-task-photo {
  text-align: left;
}
.login-force-out-sure-dialog .c-task-photo .reset-photo-btn {
    margin-top: 14px;
    margin-left: 45px;
    width: 90px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(#ffffff));
    background: linear-gradient(0deg, #f2f2f2, #ffffff);
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #606266;
    height: 30px;
    line-height: 30px;
    padding: 0px !important;
}
.login-force-out-sure-dialog .c-task-photo .reset-photo-btn:hover {
      background: #ecf5ff;
      border: 1px solid #b3d8ff;
      color: #409eff;
}
.login-force-out-sure-dialog .c-task-photo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.login-force-out-sure-dialog .c-task-photo-content .c-task-photo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.login-force-out-sure-dialog .c-task-photo-content .c-task-photo-box .scanning-photo {
      width: 180px;
      height: 220px;
      background: #e6e6e6;
      border-radius: 4px;
      border: 1px solid #e6e6e6;
}
.login-force-out-sure-dialog .c-task-photo-content .c-task-desc-box {
    line-height: 20px;
    font-size: 12px;
    margin-left: 20px;
    text-align: left;
    width: 270px;
}
.login-force-out-sure-dialog .c-task-photo-content .c-task-desc-box span {
      color: #ff5959;
}
.login-force-out-sure-dialog .c-task-photo-content .c-task-desc-right-box {
    margin-left: 5px;
}
.login-force-out-sure-dialog .c-task-photo-qr-content {
  margin-top: -4px;
  margin-left: -15px;
}
.login-force-out-sure-dialog .el-form {
  padding-bottom: 10px !important;
  margin-bottom: 0px !important;
}
.login-force-out-sure-dialog .dialog-footer .el-button + .el-button {
  margin-left: 20px !important;
}
.login-force-out-sure-dialog .icon-text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  width: 100%;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.login-force-out-sure-dialog .icon-text img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.login-force-out-sure-dialog .icon-text-qr {
  margin-top: 5px !important;
}
.login-force-out-sure-dialog .icon-text1 {
  color: #409eff;
  background: #f2f6fc;
}
.login-force-out-sure-dialog .icon-text0,
.login-force-out-sure-dialog .icon-text2 {
  color: #ff5959 !important;
  background: #fcf2f2 !important;
}
.login-force-out-sure-dialog .task-photo-img {
  position: absolute !important;
  width: 180px !important;
  height: 220px !important;
  left: 1px !important;
  background: #e6e6e6 !important;
  border-radius: 4px !important;
  border: 1px solid #e6e6e6 !important;
}
.login-force-out-sure-dialog .qr-scanning-photo {
  width: 175px;
  height: 175px;
}
.login-force-out-sure-dialog .task-type-form-item {
  padding: 20px 0;
  height: 36px;
  line-height: 36px;
}
.login-force-out-sure-dialog .el-button + .el-button {
  margin-left: 20px !important;
}
.login-force-out-sure-dialog .el-dialog__header {
  text-align: left !important;
}
.login-force-out-sure-dialog .c-desc-form-item .el-form-item__content {
  width: 460px !important;
}
.login-force-out-sure-dialog .el-textarea__inner {
  color: #303133 !important;
  font-size: 14px;
  padding-top: 12px;
  padding-left: 11px;
  font-family: Microsoft YaHei;
}
.login-force-out-sure-dialog .m-task-app-photo {
  margin-left: 85px !important;
  margin-top: -22px;
}
.login-force-out-sure-dialog .el-dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
  height: 42px;
  line-height: 42px;
  padding: 0px 0px 0px 20px !important;
  padding-top: 2px;
}
.login-force-out-sure-dialog .el-button + .el-button {
  margin-left: 20px !important;
}
.login-force-out-sure-dialog .el-input__count {
  bottom: 8px;
  right: 8px;
  height: 10px;
  line-height: 10px;
}
.login-force-out-sure-dialog .el-textarea__inner::-webkit-input-placeholder {
  font-size: 12px !important;
  color: #cccccc !important;
}
.login-force-out-sure-dialog .el-textarea__inner::-moz-placeholder {
  font-size: 12px !important;
  color: #cccccc !important;
}
.login-force-out-sure-dialog .el-textarea__inner:-ms-input-placeholder {
  font-size: 12px !important;
  color: #cccccc !important;
}
.login-force-out-sure-dialog .el-textarea__inner::-ms-input-placeholder {
  font-size: 12px !important;
  color: #cccccc !important;
}
.login-force-out-sure-dialog .el-textarea__inner::placeholder {
  font-size: 12px !important;
  color: #cccccc !important;
}

@charset "UTF-8";
.d-end-train-dialog .el-dialog__header {
  padding: 12px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.d-end-train-dialog .el-dialog__header .el-dialog__title {
    font-weight: 400;
    font-size: 16px;
    color: #303133;
}
.d-end-train-dialog .el-dialog__header .el-dialog__headerbtn {
    top: 12px;
}
.d-end-train-dialog .el-dialog__header .el-dialog__headerbtn .el-icon-close {
      font-size: 20px;
      font-weight: bold;
      color: #666666;
}
.d-end-train-dialog .el-dialog__body {
  padding: 0;
}
.d-end-train-dialog .el-dialog__body .m-dialog__body {
    padding: 20px 20px 0px 20px;
    overflow-y: auto;
}
.d-end-train-dialog .el-dialog__body {
  /*滚动条样式*/
}
.d-end-train-dialog .el-dialog__body .m-dialog__body::-webkit-scrollbar {
    width: 4px;
}
.d-end-train-dialog .el-dialog__body .m-dialog__body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #cccccc;
}
.d-end-train-dialog .el-dialog__body .m-dialog__body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f2f2f2;
}
.d-end-train-dialog .m-dialog__footer {
  text-align: center;
  padding: 20px;
}
.d-end-train-dialog .m-dialog__footer .el-button {
    margin-left: 20px;
}
.d-end-train-dialog .m-dialog__footer .el-button:first-child {
      margin-left: 0px;
}
.d-end-train-dialog .c-text-tips {
  padding: 18px 20px 20px 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #303133;
  line-height: 20px;
  text-align: left;
}
.d-end-train-dialog .c-text-tips .c-text-number-red {
    color: #ff5959;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 3px;
}
.d-end-train-dialog .c-text-red {
  color: #ff5959;
}
.d-end-train-dialog .icon-image {
  width: 16px;
  height: 16px;
  margin-right: 9px;
}
.d-end-train-dialog .c-form-wrapper {
  background: #f2f6fc;
  margin: 0 20px 10px 20px;
  padding: 22px 20px 18px 20px;
}
.d-end-train-dialog .c-form-wrapper .c-form-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #303133;
    line-height: 20px;
    margin-bottom: 18px;
}
.d-end-train-dialog .el-form .el-input__inner {
  width: 350px;
}
.d-end-train-dialog .el-form .el-form-item {
  margin-bottom: 0px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-end-train-dialog .el-form .el-form-item .el-form-item__content {
    margin-left: 0px !important;
}
.d-end-train-dialog .el-dialog__footer {
  text-align: center !important;
}
.d-end-train-dialog .el-form-item__label {
  color: #333333;
}
.d-end-train-dialog .el-dialog__header {
  text-align: left !important;
}
.d-end-train-dialog .el-dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
  height: 42px;
  line-height: 42px;
  padding: 0px 0px 0px 20px !important;
  padding-top: 2px;
}
.d-end-train-dialog .el-button + .el-button {
  margin-left: 20px !important;
}

@charset "UTF-8";
.d-start-new-train-dialog .el-dialog__header {
  padding: 12px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.d-start-new-train-dialog .el-dialog__header .el-dialog__title {
    font-weight: 400;
    font-size: 16px;
    color: #303133;
}
.d-start-new-train-dialog .el-dialog__header .el-dialog__headerbtn {
    top: 12px;
}
.d-start-new-train-dialog .el-dialog__header .el-dialog__headerbtn .el-icon-close {
      font-size: 20px;
      font-weight: bold;
      color: #666666;
}
.d-start-new-train-dialog .el-dialog__body {
  padding: 0;
}
.d-start-new-train-dialog .el-dialog__body .m-dialog__body {
    padding: 20px 20px 0px 20px;
    overflow-y: auto;
}
.d-start-new-train-dialog .el-dialog__body {
  /*滚动条样式*/
}
.d-start-new-train-dialog .el-dialog__body .m-dialog__body::-webkit-scrollbar {
    width: 4px;
}
.d-start-new-train-dialog .el-dialog__body .m-dialog__body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #cccccc;
}
.d-start-new-train-dialog .el-dialog__body .m-dialog__body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f2f2f2;
}
.d-start-new-train-dialog .m-dialog__footer {
  text-align: center;
  padding: 20px;
}
.d-start-new-train-dialog .m-dialog__footer .el-button {
    margin-left: 20px;
}
.d-start-new-train-dialog .m-dialog__footer .el-button:first-child {
      margin-left: 0px;
}
.d-start-new-train-dialog .c-text-tips {
  padding: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #303133;
  line-height: 20px;
  text-align: left;
}
.d-start-new-train-dialog .c-text-red {
  color: #ff5959;
}
.d-start-new-train-dialog .c-text-number-red {
  color: #ff5959;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 3px;
}
.d-start-new-train-dialog .c-text-desc-red {
  color: #ff5959;
}
.d-start-new-train-dialog .icon-image {
  width: 16px;
  height: 16px;
  margin-right: 9px;
}
.d-start-new-train-dialog .c-form-wrapper {
  background: #f2f6fc;
  margin: 0 20px 10px 20px;
  padding: 22px 20px 18px 20px;
}
.d-start-new-train-dialog .c-form-wrapper .c-form-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #303133;
    line-height: 20px;
    margin-bottom: 19px;
}
.d-start-new-train-dialog .c-form-wrapper .c-form-header .c-text-desc {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: left;
}
.d-start-new-train-dialog .el-form .el-input__inner {
  width: 350px;
}
.d-start-new-train-dialog .el-form .el-form-item {
  margin-bottom: 0px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-start-new-train-dialog .el-form .el-form-item .el-form-item__content {
    margin-left: 0px !important;
}
.d-start-new-train-dialog .el-dialog__footer {
  text-align: center !important;
}
.d-start-new-train-dialog .el-form-item__label {
  color: #333333;
}
.d-start-new-train-dialog .el-button + .el-button {
  margin-left: 20px !important;
}
.d-start-new-train-dialog .el-dialog__header {
  text-align: left !important;
}
.d-start-new-train-dialog .el-dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
  height: 42px;
  line-height: 42px;
  padding: 0px 0px 0px 20px !important;
  padding-top: 2px;
}
.d-start-new-train-dialog .el-button + .el-button {
  margin-left: 20px !important;
}

@charset "UTF-8";
.c-ellipsis-tooltip[data-v-1aa704ba] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  /* 处理纯数字/字母不换行问题 */
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


/*# sourceMappingURL=7.6db5b185.css.map*/