.take-photo-wrap .el-dialog__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.take-photo-wrap .el-dialog__header .el-dialog__headerbtn {
    top: 13px;
}
.take-photo-wrap .el-dialog__header .el-dialog__close {
    color: #666666;
    font-size: 20px;
    font-weight: bold;
}
.take-photo-wrap .el-dialog__header .el-dialog__title {
    font-size: 16px;
}
.take-photo-wrap .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.take-photo-wrap .flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.take-photo-wrap .el-dialog__body {
  padding: 20px;
}
.take-photo-wrap .el-dialog__body .content-wrap {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    height: 430px;
}
.take-photo-wrap .el-dialog__body .content-wrap .m-content__right,
    .take-photo-wrap .el-dialog__body .content-wrap .m-content__left {
      border: 1px solid #e6e6e6;
      padding: 5px 20px 10px 20px;
      height: 408px;
}
.take-photo-wrap .el-dialog__body .content-wrap .m-content-item__title {
      font-weight: bold;
      font-size: 14px;
      color: #303133;
      margin-bottom: 5px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.take-photo-wrap .el-dialog__body .content-wrap .m-content__left {
      width: 442px;
}
.take-photo-wrap .el-dialog__body .content-wrap .m-content__left .m-left__tip-text {
        font-weight: 400;
        font-size: 12px;
        color: #909399;
        line-height: 20px;
}
.take-photo-wrap .el-dialog__body .content-wrap .m-content__left .m-left__img-success {
        width: 140px;
        height: 180px;
        margin: 18px auto 20px auto;
}
.take-photo-wrap .el-dialog__body .content-wrap .m-content__left .m-tip__img-text .m-item {
        margin-right: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.take-photo-wrap .el-dialog__body .content-wrap .m-content__left .m-tip__img-text .m-item .m-tip__img {
          width: 80px;
          height: 80px;
}
.take-photo-wrap .el-dialog__body .content-wrap .m-content__left .m-tip__img-text .m-item .m-tip__text {
          font-weight: 400;
          font-size: 12px;
          color: #909399;
          margin: 4px auto 0px auto;
}
.take-photo-wrap .el-dialog__body .content-wrap .m-content__left .m-text-list-style {
        display: inline-block;
        width: 4px;
        height: 4px;
        background-color: #909399;
        margin-right: 4px;
        margin-bottom: 2px;
}
.take-photo-wrap .el-dialog__body .content-wrap .m-content__right {
      width: 301px;
      margin-left: 20px;
}
.take-photo-wrap .el-dialog__body .content-wrap .m-content__right .camera-zone-wrap {
        position: relative;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.take-photo-wrap .el-dialog__body .content-wrap .m-content__right .camera-zone-wrap .camera-zone {
          position: absolute;
          background: #000000;
          border: 1px solid #e6e6e6;
          border-radius: 4px;
          overflow: hidden;
}
.take-photo-wrap .el-dialog__body .content-wrap .m-content__right .camera-zone-wrap .camera-zone video {
            position: absolute;
            top: 0;
}
.take-photo-wrap .el-dialog__body .content-wrap .m-content__right .camera-zone-wrap .camera-photo {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          border-radius: 4px;
          overflow: hidden;
          width: 100%;
          height: 100%;
}
.take-photo-wrap .el-dialog__body .content-wrap .m-content__right .m-right__camera {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        background: #ffa112;
        border-radius: 4px;
        padding: 8px 20px;
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        cursor: pointer;
        margin: 8px auto 0px auto;
}
.take-photo-wrap .el-dialog__body .content-wrap .m-content__right .m-right__camera .m-camera__text {
          margin-left: 6px;
          cursor: pointer;
}
.take-photo-wrap .el-dialog__body .button-group {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
}
.take-photo-wrap .el-dialog__body .button-group .el-button {
      padding: 12px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 4px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.take-photo-wrap .el-dialog__body .button-group .cancel-button {
      background: white;
      color: #606266;
      border: 1px solid #E6E6E6;
}
.take-photo-wrap .el-dialog__body .button-group .ensure-button {
      background: #409eff;
      color: white;
      margin-left: 20px;
      border: 1px solid #409eff;
}

@charset "UTF-8";
.login-out-dialog .el-dialog__header {
  padding: 12px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.login-out-dialog .el-dialog__header .el-dialog__title {
    font-weight: 400;
    font-size: 16px;
    color: #303133;
}
.login-out-dialog .el-dialog__header .el-dialog__headerbtn {
    top: 12px;
}
.login-out-dialog .el-dialog__header .el-dialog__headerbtn .el-icon-close {
      font-size: 20px;
      font-weight: bold;
      color: #666666;
}
.login-out-dialog .el-dialog__body {
  padding: 0;
}
.login-out-dialog .el-dialog__body .m-dialog__body {
    padding: 20px 20px 0px 20px;
    overflow-y: auto;
}
.login-out-dialog .el-dialog__body {
  /*滚动条样式*/
}
.login-out-dialog .el-dialog__body .m-dialog__body::-webkit-scrollbar {
    width: 4px;
}
.login-out-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-out-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-out-dialog .m-dialog__footer {
  text-align: center;
  padding: 20px;
}
.login-out-dialog .m-dialog__footer .el-button {
    margin-left: 20px;
}
.login-out-dialog .m-dialog__footer .el-button:first-child {
      margin-left: 0px;
}
.login-out-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-out-dialog .c-text-tips .c-text-number-red {
    color: #ff5959;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 3px;
}
.login-out-dialog .c-text-tips .c-text-red {
    color: #ff5959;
}
.login-out-dialog .el-form {
  margin: 0 20px 10px 20px;
  background: #f2f6fc;
  padding: 20px 0 18px 0;
}
.login-out-dialog .el-form .el-input__inner {
    width: 350px;
}
.login-out-dialog .el-form .el-form-item {
    margin-bottom: 0px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.login-out-dialog .el-form .el-form-item .el-form-item__content {
      margin-left: 0px !important;
}
.login-out-dialog .el-dialog__footer {
  text-align: center !important;
}
.login-out-dialog .el-form-item__label {
  color: #333333;
}
.login-out-dialog .el-button + .el-button {
  margin-left: 20px !important;
}
.login-out-dialog .el-dialog__header {
  text-align: left !important;
}
.login-out-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-out-dialog .el-button + .el-button {
  margin-left: 20px !important;
}

@charset "UTF-8";
.login-force-out-dialog .el-dialog__header {
  padding: 12px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.login-force-out-dialog .el-dialog__header .el-dialog__title {
    font-weight: 400;
    font-size: 16px;
    color: #303133;
}
.login-force-out-dialog .el-dialog__header .el-dialog__headerbtn {
    top: 12px;
}
.login-force-out-dialog .el-dialog__header .el-dialog__headerbtn .el-icon-close {
      font-size: 20px;
      font-weight: bold;
      color: #666666;
}
.login-force-out-dialog .el-dialog__body {
  padding: 0;
}
.login-force-out-dialog .el-dialog__body .m-dialog__body {
    padding: 20px 20px 0px 20px;
    overflow-y: auto;
}
.login-force-out-dialog .el-dialog__body {
  /*滚动条样式*/
}
.login-force-out-dialog .el-dialog__body .m-dialog__body::-webkit-scrollbar {
    width: 4px;
}
.login-force-out-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-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-dialog .m-dialog__footer {
  text-align: center;
  padding: 20px;
}
.login-force-out-dialog .m-dialog__footer .el-button {
    margin-left: 20px;
}
.login-force-out-dialog .m-dialog__footer .el-button:first-child {
      margin-left: 0px;
}
.login-force-out-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-dialog .c-text-tips .c-text-number-red {
    color: #ff5959;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 3px;
}
.login-force-out-dialog .c-text-tips .c-text-red {
    color: #ff5959;
}
.login-force-out-dialog .el-form {
  margin: 0 20px 10px 20px;
  background: #f2f6fc;
  padding: 20px 0 18px 0;
}
.login-force-out-dialog .el-form .el-input__inner {
    width: 350px;
}
.login-force-out-dialog .el-form .el-form-item {
    margin-bottom: 0px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.login-force-out-dialog .el-form .el-form-item .el-form-item__content {
      margin-left: 0px !important;
}
.login-force-out-dialog .el-dialog__footer {
  text-align: center !important;
  padding-top: 0px !important;
}
.login-force-out-dialog .el-form-item__label {
  color: #333333;
}
.login-force-out-dialog .el-button + .el-button {
  margin-left: 20px !important;
}
.login-force-out-dialog .el-dialog__header {
  text-align: left !important;
}
.login-force-out-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-dialog .el-button + .el-button {
  margin-left: 20px !important;
}

.d-update-classroom-address-wrap .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-update-classroom-address-wrap .flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.d-update-classroom-address-wrap .el-dialog__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.d-update-classroom-address-wrap .el-dialog__header .el-dialog__title {
    font-size: 16px;
}
.d-update-classroom-address-wrap .el-dialog__body {
  padding: 20px;
}
.d-update-classroom-address-wrap .el-dialog__body .m-content-wrap .m-content__title {
    font-weight: 400;
    font-size: 14px;
    color: #303133;
}
.d-update-classroom-address-wrap .el-dialog__body .m-content-wrap .m-content__form {
    background: #f2f6fc;
    padding: 20px 20px 0px 20px;
    margin-top: 20px;
}
.d-update-classroom-address-wrap .el-dialog__body .m-content-wrap .m-content__form .m-form__tip {
      font-weight: 400;
      font-size: 14px;
      color: #303133;
}
.d-update-classroom-address-wrap .el-dialog__body .m-content-wrap .m-content__form .m-form__tip .m-tip__icon {
        color: #ffa112;
        font-size: 16px;
        margin-right: 10px;
}
.d-update-classroom-address-wrap .el-dialog__body .m-content-wrap .m-content__form .m-form__tip .m-tip__red-text {
        color: #ff5959;
}
.d-update-classroom-address-wrap .el-dialog__body .m-content-wrap .m-content__form .el-form {
      margin-top: 20px;
}
.d-update-classroom-address-wrap .el-dialog__body .m-content-wrap .m-content__form .el-form .el-form-item .el-form-item__label {
        font-weight: 400;
        font-size: 14px;
        color: #333333;
}
.d-update-classroom-address-wrap .el-dialog__body .m-content-wrap .m-content__form .el-form .el-form-item .el-autocomplete,
      .d-update-classroom-address-wrap .el-dialog__body .m-content-wrap .m-content__form .el-form .el-form-item .m-form__input {
        width: 350px;
}
.d-update-classroom-address-wrap .el-dialog__footer {
  text-align: center;
  padding-top: 0px;
}
.d-update-classroom-address-wrap .el-dialog__footer .ensure-button {
    background: #409eff;
    margin-left: 20px;
    color: white;
}

@charset "UTF-8";
.p-verify-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
  position: relative;
}
.p-verify-photo .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-verify-photo .flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.p-verify-photo .m-left {
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 2;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
}
.p-verify-photo .m-left .m-left__qrcode {
      background: #ffffff;
      -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
      border: 1px solid #e5e5e5;
      margin-left: 10px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
}
.p-verify-photo .m-left .m-left__qrcode .m-qrcode__operation-row {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 10px 10px 0px 10px;
}
.p-verify-photo .m-left .m-left__qrcode .m-qrcode__operation-row .m-title {
          font-weight: bold;
          font-size: 16px;
          color: #303133;
}
.p-verify-photo .m-left .m-left__qrcode .m-qrcode__operation-row .m-operation__left,
        .p-verify-photo .m-left .m-left__qrcode .m-qrcode__operation-row .m-operation__right {
          font-size: 16px;
}
.p-verify-photo .m-left .m-left__qrcode .m-qrcode__operation-row .m-operation__left .m-operation__item,
          .p-verify-photo .m-left .m-left__qrcode .m-qrcode__operation-row .m-operation__right .m-operation__item {
            margin-left: 20px;
            cursor: pointer;
}
.p-verify-photo .m-left .sign-record-wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-top: 33px;
      overflow: hidden;
}
.p-verify-photo .m-left .sign-record-wrap .sign-record-list {
        height: 100%;
        width: 182px;
        padding: 14px;
        margin-left: 10px;
        background: #ffffff;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
        border: 1px solid #e5e5e5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        overflow-y: auto;
}
.p-verify-photo .m-left .sign-record-wrap .sign-record-list::-webkit-scrollbar {
          width: 3px;
}
.p-verify-photo .m-left .sign-record-wrap .sign-record-list::-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: #d9d9d9;
}
.p-verify-photo .m-left .sign-record-wrap .sign-record-list::-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: white;
}
.p-verify-photo .m-left .sign-record-wrap .sign-record-list .m-sign-record__title {
          font-weight: bold;
          font-size: 14px;
          color: #303133;
}
.p-verify-photo .m-left .sign-record-wrap .sign-record-list .m-sign-record__title span {
            font-weight: 400;
}
.p-verify-photo .m-left .sign-record-wrap .sign-record-list .sign-in-box-no-data {
          height: 100%;
          color: #606266;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 12px;
}
.p-verify-photo .m-left .sign-record-wrap .m-record-list__open-close {
        width: 10px;
        height: 52px;
        background: #8ec5fd;
        border-radius: 0px 4px 4px 0px;
        color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.p-verify-photo .m-left .sign-record-wrap .m-record-list__close {
        margin-left: 0px;
}
.p-verify-photo .m-left .sign-record-wrap .m-record-list .m-record-list__item {
        margin-top: 12px;
}
.p-verify-photo .m-left .sign-record-wrap .m-record-list .m-record-list__item .m-item__name-source {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
}
.p-verify-photo .m-left .sign-record-wrap .m-record-list .m-record-list__item .m-item__name-source .m-item__name {
            font-weight: 400;
            font-size: 12px;
            color: #606266;
            white-space: nowrap;
            /* 防止文字换行 */
            overflow: hidden;
            /* 隐藏溢出内容 */
            text-overflow: ellipsis;
            /* 显示省略号 */
}
.p-verify-photo .m-left .sign-record-wrap .m-record-list .m-record-list__item .m-item__name-source .m-item__sign-source {
            font-weight: 400;
            font-size: 12px;
            color: #909399;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-left: 10px;
}
.p-verify-photo .m-left .sign-record-wrap .m-record-list .m-record-list__item .m-item__time {
          font-weight: 400;
          font-size: 12px;
          color: #909399;
          margin-top: 5px;
}
.p-verify-photo .m-left .sign-list-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.p-verify-photo .m-left .sign-list-wrap .verify {
        width: 558px;
        background: #ffffff;
        border: #e5e5e5 1px solid;
        padding: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
.p-verify-photo .m-left .sign-list-wrap .verify .btns {
          text-align: right;
}
.p-verify-photo .m-left .sign-list-wrap .verify .update-user-face {
          margin-left: 15px;
}
.p-verify-photo .m-left .sign-list-wrap .verify .start-to-clazz {
          height: 20px;
          padding: 20px 0 20px 0;
          color: #eb2121;
          font-weight: bold;
}
.p-verify-photo .m-left .sign-list-wrap .verify .start-to-clazz .to-clazz-close {
            line-height: 100%;
            padding-top: 3px;
}
.p-verify-photo .m-right {
    width: 1200px;
}
.p-verify-photo .m-right .train-plan-info {
      background: #ffffff;
      border: #e5e5e5 1px solid;
      padding: 16px 20px 12px 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 1200px;
      font-family: Microsoft YaHei;
}
.p-verify-photo .m-right .train-plan-info .m-plan-name {
        font-weight: bold;
        font-size: 16px;
        color: #333333;
        margin-bottom: 6px;
}
.p-verify-photo .m-right .train-plan-info .info-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 28px;
}
.p-verify-photo .m-right .train-plan-info .info-wrap .m-info__left {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
.p-verify-photo .m-right .train-plan-info .info-wrap .m-info__left .m-row__item {
            font-family: Microsoft YaHei;
            font-weight: 400;
            font-size: 14px;
            color: #606266;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 33.3%;
}
.p-verify-photo .m-right .train-plan-info .info-wrap .m-info__left .meeting-info-cell span {
            white-space: nowrap;
            /* 防止文字换行 */
            overflow: hidden;
            /* 隐藏溢出内容 */
            text-overflow: ellipsis;
            /* 显示省略号 */
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
}
.p-verify-photo .m-right .train-plan-info .info-wrap .m-line {
          display: inline-block;
          width: 2px;
          height: 70px;
          background: #e6e6e6;
          margin-top: 34px;
}
.p-verify-photo .m-right .train-plan-info .info-wrap .m-line__min {
          height: 50px;
}
.p-verify-photo .m-right .train-plan-info .info-wrap .m-info__right {
          background: #ffa112;
          -webkit-box-shadow: 0px 4px 8px 0px rgba(251, 151, 0, 0.36);
                  box-shadow: 0px 4px 8px 0px rgba(251, 151, 0, 0.36);
          border-radius: 20px;
          padding: 6px 30px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-left: 60px;
          margin-right: 40px;
          cursor: pointer;
}
.p-verify-photo .m-right .train-plan-info .info-wrap .m-info__right .button-icon {
            width: 13px;
            height: 14px;
            margin-right: 9px;
}
.p-verify-photo .m-right .train-plan-info .info-wrap .m-info__right .button-title {
            font-weight: bold;
            font-size: 16px;
            color: #ffffff;
}
.p-verify-photo .m-right .train-plan-info .info-wrap .m-info__right .el-loading-mask {
            background-color: rgba(255, 255, 255, 0.4);
}
.p-verify-photo .m-right .m-sign-wrap {
      width: 100%;
      background: #ffffff;
      border: #e5e5e5 1px solid;
      padding: 10px 20px 20px 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: 10px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__left {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          width: 50%;
          -ms-flex-negative: 0;
              flex-shrink: 0;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__left .m-sign-top__left {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-negative: 0;
                flex-shrink: 0;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__left .m-sign-top__left .m-left__label {
              font-weight: 400;
              font-size: 14px;
              color: #606266;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              margin-right: 10px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__left .m-sign-top__left .el-input {
              width: 200px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__left .m-sign-top__left .el-button {
              margin-left: 10px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__left .m-wait-sign-list .m-list__title-count {
            margin-top: 15px;
            font-weight: bold;
            font-size: 16px;
            color: #333333;
            -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                    align-items: baseline;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__left .m-wait-sign-list .m-list__title-count .m-count__value {
              font-weight: 400;
              font-size: 14px;
              color: #606266;
              margin-left: 10px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__left .m-wait-sign-list .m-list__title-count .m-count__value .red-text {
                color: #ff5959;
                padding-left: 5px;
                font-weight: bold;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__left .m-wait-sign-list .el-table {
            border-top: 1px solid #e5e5e5;
            margin-top: 16px;
            color: #333333;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__left .m-wait-sign-list .el-table thead {
              font-weight: bold;
              font-size: 14px;
              color: #333333;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__left .m-wait-sign-list .el-table .el-table__body-wrapper .el-table__cell {
              padding: 12px 0px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__left .m-wait-sign-list .el-table .el-table__body-wrapper .cell {
              line-height: 20px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__left .m-wait-sign-list .el-table .table-btn-sign-in-text {
              color: #409eff !important;
              cursor: pointer;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          width: 50%;
          overflow: hidden;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          padding-top: 4px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .sign-tips-wrapper {
            padding-left: 20px;
            font-weight: 400;
            font-size: 14px;
            color: #936218;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .sign-tips-wrapper .m-tips__info-img {
              width: 18px;
              height: 18px;
              margin-right: 6px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .sign-tips-wrapper .notice-bar {
              padding-left: 100%;
              word-break: keep-all;
              white-space: nowrap;
              animation: animation-notice 50s linear infinite both;
              -webkit-animation: animation-notice 50s linear infinite both;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .sign-tips-wrapper .notice-box {
              text-align: right;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
              overflow: hidden;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .sign-tips-wrapper .white-nowrap {
              word-break: keep-all;
              white-space: nowrap;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify {
            background-color: #f2f3f7;
            margin-left: 20px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            padding: 15px 20px;
            margin-top: 35px;
            height: 590px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__top-row {
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__top-row .m-top__left {
                font-weight: bold;
                font-size: 14px;
                color: #333333;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__top-row .m-top__right-operation-btn .m-btn-item {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                margin-left: 20px;
                cursor: pointer;
                color: #909399;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__top-row .m-top__right-operation-btn .m-btn-item .m-btn__img {
                  margin-right: 6px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__top-row .m-top__right-operation-btn .m-btn-item-active {
                color: #409eff;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__top-row .m-top__right-operation-btn .update-user-face {
                color: #409eff;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__empty {
              font-weight: bold;
              font-size: 14px;
              color: #606266;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              padding-top: 170px;
              font-family: Microsoft YaHei;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__empty .m-empty__img {
                width: 132px;
                height: 162px;
                -o-object-fit: contain;
                   object-fit: contain;
                margin-bottom: 20px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__empty .c-empty__text {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info {
              height: 100%;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-user-info {
                margin: 0px auto;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-user-info .m-user__photo-row {
                  margin-top: 30px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-user-info .m-user__photo-row .m-photo__item {
                    width: 180px;
                    height: 230px;
                    position: relative;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-user-info .m-user__photo-row .m-photo__item .m-item__camera,
                    .p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-user-info .m-user__photo-row .m-photo__item .m-item__img {
                      width: 180px;
                      height: 230px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-user-info .m-user__photo-row .m-photo__item .m-item__label {
                      font-weight: 400;
                      font-size: 12px;
                      color: #ffffff;
                      padding: 4px;
                      background-color: rgba(0, 0, 0, 0.4);
                      position: absolute;
                      top: 0;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-user-info .m-user__photo-row .m-item__camera {
                    margin-left: 40px;
                    background-color: #333333;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-user-info .m-verity__user-info-text {
                  font-weight: 400;
                  font-size: 14px;
                  color: #606266;
                  margin-top: 10px;
                  width: 100%;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-user-info .m-verity__user-info-text .m-user__img {
                    width: 16px;
                    height: 14px;
                    margin-right: 10px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-user-info .m-btn__camera_verity {
                  margin: 20px auto 0px auto;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-user-info .m-empty-sign-user__tip {
                  margin-top: 20px;
                  font-size: 16px;
                  color: #606266;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-verity-photo-tips {
                margin-left: 20px;
                margin-bottom: 20px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-verity-photo-tips .m-tip__img-text .m-item {
                  margin-right: 20px;
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center;
                  -webkit-box-pack: center;
                      -ms-flex-pack: center;
                          justify-content: center;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-verity-photo-tips .m-tip__img-text .m-item .m-tip__img {
                    width: 78px;
                    height: 78px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-verity-photo-tips .m-tip__img-text .m-item .m-tip__text {
                    font-weight: 400;
                    font-size: 12px;
                    color: #909399;
                    margin: 4px auto 0px auto;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-verity-photo-tips .m-tip__text {
                  margin-top: 12px;
                  margin-right: 30px;
                  font-weight: 400;
                  font-size: 12px;
                  color: #909399;
                  line-height: 20px;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-verity-photo-tips .m-tip__text li {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                            flex-direction: row;
                    -webkit-box-align: self-start;
                        -ms-flex-align: self-start;
                            align-items: self-start;
}
.p-verify-photo .m-right .m-sign-wrap .m-sign__user-and-verify .m-user-and-verify__right .m-sign__verify .m-verify__user-info .m-verity-photo-tips .m-tip__text .m-text-list-style {
                    display: inline-block;
                    width: 4px;
                    height: 4px;
                    background-color: #909399;
                    margin-right: 4px;
                    margin-top: 7px;
                    -ms-flex-negative: 0;
                        flex-shrink: 0;
}
.p-verify-photo .el-pagination {
    text-align: center;
    margin-top: 20px;
}
@-webkit-keyframes animation-notice {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
}
@keyframes animation-notice {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
}
.driver-fix-stacking {
  overflow: hidden;
}


/*# sourceMappingURL=12.cb97f537.css.map*/