.home-page {
  width: 100%;
  background-color: #FFF;
  box-sizing: border-box;
}
.home-header-title {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}
.home-content {
  width: 1350px;
  min-height: 500px;
  background-color: #FFF;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 8px;
}
.home-content .educate-content {
  display: flex;
  justify-content: space-between;
}
.home-content .educate-content--box {
  background-color: #F0F3F9;
  border-radius: 8px;
  flex: 1;
  margin-right: 30px;
}
.home-content .educate-content--table {
  display: flex;
  justify-content: space-around;
  height: 48px;
  line-height: 48px;
  background-size: 100% 100%;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
.home-content .educate-content--table div {
  width: 50%;
  text-align: center;
  cursor: pointer;
}
.home-content .educate-content--table .table--educate {
  position: relative;
  display: inline-block;
}
.home-content .educate-content--table .table--educate::before {
  content: "";
  position: absolute;
  bottom: 0px;
  /* 从底部定位，因为三角形是向上的 */
  left: 48%;
  /* 水平居中 */
  transform: translateX(-50%);
  /* 水平居中调整 */
  border-width: 10px 10px 0 10px;
  /* 上 右 下 左 */
  border-style: solid;
  border-color: white transparent transparent transparent;
  /* 颜色只应用于上方的边框 */
  transform: rotate(180deg);
}
.home-content .educate-content .trainingProcess {
  width: 96%;
  margin-left: 2%;
  height: 100px;
  padding-top: 20px;
}
.home-content .educate-content--hours {
  width: 220px;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home-content .educate-content--hours strong {
  font-size: 18px;
  color: #181818;
}
.home-content .educate-content--hours div {
  font-weight: 400;
  font-size: 14px;
  color: #777777;
}
.home-content .home-Header {
  display: flex;
}
.home-content .header-process {
  width: 100%;
}
.home-content .header-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2%;
}
.home-content .header-card--item {
  width: 44%;
  height: 110px;
  margin-bottom: 2%;
  border-radius: 8px;
  background: #FFF;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-content .header-card--title {
  font-size: 25px;
  font-weight: 600;
}
.home-content .header-card--operate {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.home-content .siteTraining-box {
  display: flex;
  justify-content: space-between;
  margin: 2%;
}
.home-content .siteTraining-box .siteTraining {
  height: 240px;
  width: 45%;
  background-size: 100% 100%;
  padding-left: 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}
.home-content .siteTraining-box .siteTraining-title {
  font-weight: bold;
  font-size: 24px;
  color: #3A3A3A;
}
.home-content .siteTraining-box .siteTraining .bnts {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.training-evaluation-custome-search {
  border-radius: 4px;
}
.training-evaluation-custome-search .cedu-customer-app-input-group-addon {
  padding: 0;
  border: none;
}
.training-operation-body-card .cedu-customer-app-card-body {
  padding: 12px 24px;
}
.training-operation-body-card .training-operation-card .cedu-customer-app-space-item {
  height: 120px;
  width: 110px;
}
.training-operation-body-card .training-operation-card .training-operation-card-item {
  background: #F2FAF4;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 88px;
}
.training-operation-body-card .training-operation-card .training-operation-card-item button {
  line-height: 12px;
  font-size: 11px;
}

.header-container {
  width: 100%;
  background: #2E2E2E;
}
.header-container .login {
  z-index: 99;
  top: 0;
  width: 1350px;
  margin: auto;
  display: flex;
  height: 44px;
  justify-content: space-between;
  align-items: center;
}
.header-container .login-time-style {
  font-weight: 400;
  font-size: 14px;
  color: #878888;
}
.header-container .haderTable {
  width: 100%;
  height: 406px;
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
}
.header-container .haderTable-box {
  width: 1350px;
  height: 70px;
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  background-color: #1B7059;
}
.header-container .haderTable-box--item {
  width: 225px;
  text-align: center;
  cursor: pointer;
  line-height: 70px;
}
.header-container .haderTable-box--itemChoose {
  width: 225px;
  text-align: center;
  height: 100%;
  background-color: #2D8F74;
  cursor: pointer;
  line-height: 70px;
}
.header-container .header-content-user {
  cursor: pointer;
  gap: 10px;
  display: flex;
  color: white;
  align-items: center;
  justify-content: flex-end;
}
.header-container .header-content-user > button {
  padding: 0;
  height: 64px;
}
.header-container .cedu-customer-app-radio-button-wrapper {
  border-color: #6A6B6B;
  background: #6A6B6B;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.header-container .cedu-customer-app-radio-button-wrapper::before {
  background: gray;
}

.global-footer-container {
  width: 100%;
}
.global-footer-container .Connections {
  background: #2C3037;
  color: #8B8E91;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
.global-footer-container .Connections div {
  cursor: pointer;
  margin: 10px;
}
.global-footer-container .global-footer {
  min-height: 150px;
  background-color: #20242C;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
}
.global-footer-container .global-footer .friend-link {
  width: 1350px;
  margin-bottom: 24px;
}
.global-footer-container .global-footer .friend-link .friend-link-title {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  user-select: none;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  gap: 10px;
}
.global-footer-container .global-footer .friend-link .friend-link-title:hover {
  color: #ffffff;
}
.global-footer-container .global-footer .friend-link .friend-link-list {
  padding: 10px 0;
  animation: slideDown 0.3s ease-out;
}
.global-footer-container .global-footer .friend-link .friend-link-list a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s;
}
.global-footer-container .global-footer .friend-link .friend-link-list a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.global-footer-container .global-footer .footer-content {
  width: 1350px;
  display: flex;
  gap: 25px;
  align-items: center;
}
.global-footer-container .global-footer .footer-content .footer-content-item {
  gap: 50px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.global-footer-container .global-footer .footer-content div {
  cursor: pointer;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.no-data-container {
  width: 100%;
}
.no-data-container .no-data-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.todo-mini-wrapper {
  width: 400px;
  height: 240px;
  padding: 12px 14px 28px 16px;
  box-sizing: border-box;
  z-index: 0;
  position: absolute;
  bottom: 2px;
}
.todo-mini-wrapper .background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
.todo-mini-wrapper h3.title {
  margin: 0;
  height: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}
.todo-mini-wrapper .todo-mini {
  display: flex;
  cursor: pointer;
  height: 100%;
}
.todo-mini-wrapper .todo-mini .left-content {
  width: 129px;
  margin-top: 30px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.todo-mini-wrapper .todo-mini .left-content .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #2C67FF !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.todo-mini-wrapper .todo-mini .left-content .count {
  height: 33px;
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  line-height: 33px;
  margin-top: 31px;
}
.todo-mini-wrapper .todo-mini .left-content .text {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 25px;
  margin-top: 4px;
}
.todo-mini-wrapper .todo-mini .todo-mini-list {
  flex: auto;
  padding-top: 16px;
  overflow-y: auto;
}
.todo-mini-wrapper .todo-mini .todo-mini-list .todo-mini-item {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 11px;
  padding-bottom: 12px;
}
.todo-mini-wrapper .todo-mini .todo-mini-list .todo-mini-item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.todo-mini-wrapper .todo-mini .todo-mini-list-empty {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  justify-content: center;
  flex: auto;
}
.todo-mini-modal-list {
  max-height: calc(70vh - 32px);
  overflow-y: auto;
}
.todo-mini-modal-list .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #EBEBEB;
}
.todo-mini-modal-list .list-item:nth-last-of-type(1) {
  border-bottom: 0;
}

.content-card {
  width: 1350px;
  padding: 30px 0;
  background: white;
  border-radius: 12px;
  min-height: 700px;
  box-sizing: border-box;
  margin: auto;
}
.content-card-back {
  display: inline-flex;
  gap: 4px;
  cursor: pointer;
  margin-bottom: 30px;
}
.content-card-back span:first-child {
  font-size: 16px;
  color: #1B7059;
}
.content-card-back span:last-child {
  color: #666666;
  font-size: 16px;
  line-height: 22px;
}
.content-card-title {
  margin-bottom: 30px;
  position: relative;
}
.content-card-title div:first-child {
  color: #000000;
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 18px;
}
.content-card-title div:not(:first-child) {
  position: absolute;
  height: 20px;
  line-height: 20px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #1B7059;
  bottom: 8px;
}
.content-card-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 36px;
  height: 4px;
  background: #1B7059;
}
.content-card-body {
  min-height: 620px;
}
.content-card-child .content-card-title div:first-child {
  text-align: left;
  padding-bottom: 0;
}
.content-card-child .content-card-title:before {
  margin: unset;
}

.Enroll {
  width: 100%;
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.Enroll-header {
  width: 100%;
  background-color: #1B7059;
  color: white;
  font-size: 28px;
  line-height: 64px;
  padding-left: 20px;
  box-sizing: border-box;
}
.Enroll-content {
  width: 1200px;
  margin: 0 auto;
  flex: 1;
  box-sizing: border-box;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: white;
}
.Enroll-content .cedu-customer-app-result-icon {
  margin-bottom: 0;
}
.Enroll-content .cedu-customer-app-result-title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
}
.Enroll-content .cedu-customer-app-divider {
  margin-bottom: 8px;
}
.Enroll-content .step-three-button {
  border-color: #1B7059;
  color: #1B7059;
}
.Enroll-content .success-content {
  width: 100%;
}
.Enroll-content thead tr th {
  background-color: rgba(27, 112, 89, 0.2) !important;
}
.Enroll-content thead tr th::before {
  display: none;
}
.Enroll-content .step-two-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.Enroll-content .step-two-content button {
  width: 240px;
  background-color: rgba(27, 112, 89, 0.2);
  border: 1px #1B7059 dashed;
}
.Enroll-content .cedu-customer-app-steps-item-finish .cedu-customer-app-steps-item-icon,
.Enroll-content .cedu-customer-app-steps-item-active .cedu-customer-app-steps-item-icon {
  background-color: #1B7059;
  border-color: #1B7059;
}
.Enroll-content .cedu-customer-app-steps-item-finish .cedu-customer-app-steps-icon,
.Enroll-content .cedu-customer-app-steps-item-active .cedu-customer-app-steps-icon {
  color: #FFFFFF !important;
}
.Enroll-content .cedu-customer-app-steps-item-content {
  font-weight: bold;
}
.Enroll-content .cedu-customer-app-steps-item-wait .cedu-customer-app-steps-item-icon {
  border-color: rgba(0, 0, 0, 0.25) !important;
  background-color: #ffffff !important;
}
.Enroll-content .cedu-customer-app-steps-item-wait .cedu-customer-app-steps-icon {
  color: rgba(0, 0, 0, 0.25) !important;
}
.Enroll-content .cedu-customer-app-steps-item-title::after {
  height: 2px !important;
}
.Enroll-content .form-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  width: 100%;
}
.Enroll-content .form-line .cedu-customer-app-form-item {
  width: 30%;
}
.Enroll-content .cedu-customer-app-form-item-label label {
  font-weight: bold;
}
.Enroll-content .tage-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.Enroll-content .tage-line button {
  background-color: rgba(27, 112, 89, 0.3);
  color: #1B7059;
  border-color: #1B7059;
}
.Enroll-content .cedu-customer-app-card-body {
  padding: 40px 20px 12px;
}
.Enroll-content .card-content-descriptions .cedu-customer-app-descriptions-item {
  padding-bottom: 6px;
}
.Enroll .bottom-note {
  margin-bottom: 16px;
}
.Enroll .bottom-note .cedu-customer-app-typography {
  color: rgba(0, 0, 0, 0.5) !important;
}

.Entry {
  width: 100%;
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.Entry-header {
  width: 100%;
  height: 100px;
  background-color: #0057ff;
  color: white;
}
.Entry-content {
  width: 1200px;
  margin: 0 auto;
  flex: 1;
  padding: 16px 0;
  box-sizing: border-box;
}

.trainingDetails {
  width: 100%;
  flex: 1;
  overflow: auto;
}
.trainingDetails-header {
  width: 100%;
  background-color: #0057ff;
  color: white;
  font-size: 28px;
  line-height: 64px;
  padding-left: 20px;
  box-sizing: border-box;
}
.trainingDetails-content {
  width: 1350px;
  background-color: white;
  margin: 0 auto;
  flex: 1;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 8px;
}

.special-modal-head {
  width: 100%;
  position: absolute;
  top: -60px;
  left: 0px;
}
.special-modal-head .line-one {
  height: 40px;
  display: flex;
  width: 70%;
}
.special-modal-head .line-one .left {
  width: 100%;
  background-color: #D7EFDF;
  border-radius: 20px 0 0 0;
  display: flex;
  align-items: flex-end;
}
.special-modal-head .line-one .left span {
  font-size: 20px;
  font-weight: bold;
  padding-left: 24px;
  white-space: nowrap;
  line-height: 15px;
}
.special-modal-head .line-one .right {
  width: 0;
  height: 0;
  border-bottom: 24px solid #D7EFDF;
  border-left: 42px solid #D7EFDF;
  border-top: 24px solid transparent;
  border-right: 42px solid transparent;
}
.special-modal-head .line-one .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  right: 8px;
  cursor: pointer;
  display: flex;
}
.special-modal-head .line-two {
  background-color: #D7EFDF;
  height: 40px;
  z-index: 2;
  position: relative;
  border-radius: 0 20px 0 0;
}
.special-modal-head .line-two .line-three {
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  height: 20px;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.my-train-operation-modal .cedu-customer-app-modal-content {
  border-radius: 20px;
}
.my-train-operation-modal .modal-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.my-train-operation-modal .form-item-group {
  display: flex;
  flex-wrap: wrap;
}

.training-evaluation-modal .title {
  font-size: 17px;
}
.training-evaluation-modal .body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 40px;
  margin: 16px 0 40px 0;
}
.training-evaluation-modal .name {
  font-size: 17px;
  font-weight: bold;
  word-wrap: break-word;
}
.training-evaluation-modal .time {
  font-size: 14px;
  color: #999;
}

.user-container-tabs {
  flex: 1;
  width: 1350px;
  margin: 20px auto;
}
.user-container-tabs .tab-content {
  width: calc(100% - 206px);
  background: #fff;
  border-radius: 10px;
  min-height: 570px;
}
.user-container-tabs .user-center-tab-content {
  width: 1350px;
  display: flex;
  gap: 16px;
}
.user-container-tabs .user-center-tab-content .tab-items {
  height: 100%;
  background: #fff;
  width: 190px;
  border-radius: 10px;
}
.user-container-tabs .user-center-tab-content .tab-items .tab-item {
  height: 46px;
  color: #333333;
  cursor: pointer;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
}
.user-content-box {
  width: 100%;
  flex: 1;
}
.user-container-headers {
  height: 200px;
  margin-top: 30px;
  display: flex;
}
.user-container-headers .user-box {
  flex: 1;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.user-container-headers .user-box .namebox {
  display: flex;
  align-items: center;
}
.user-container-headers .todo-list {
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  margin-left: 20px;
}
.user-container-headers .todo-list--box {
  width: 100%;
  height: calc(100% - 20%);
  overflow: auto;
}
.user-container-headers .todo-list--todoItem {
  margin-top: 10px;
}
.user-container-headers .todo-list--todoTile {
  font-weight: 600;
  font-size: 18px;
  color: #181818;
  margin: 10px 20px;
}
.user-container-headers .todo-list--todoItemTitle {
  display: flex;
  background: #F7F7F7;
  border-radius: 4px;
  justify-content: space-between;
  margin: 0 20px;
  padding: 0 20px;
  color: #777777;
}
.user-container-headers .todo-list--todoItemTitle .todo-name {
  font-weight: 600;
  font-size: 16px;
  color: #181818;
}
.user-container-headers .todo-list--todoItemTitle .pad-t20 {
  padding-top: 15px;
}
.user-container-headers .todo-list--todoItemTitle p {
  line-height: 15px;
}
.user-container-headers .todo-list--todoItemTitle--todoItemTitle {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.user-container-haders--width .user-contet {
  height: 150px;
  display: flex;
  align-content: center;
}
.user-container-haders--width .user-contet--user {
  display: flex;
}
.user-container-haders--width .user-contet .Information {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.user-container-haders--width .user-contet .Information .name {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-right: 8px;
}
.user-container-haders--width .user-contet .Information .phone {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.user-container-haders--width .user-img {
  width: 80px;
  height: 80px;
}

/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}
.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.cedu-customer-app_image-file-uploader_ {
  position: relative;
  transition: border-color 0.3s;
  text-align: center;
  overflow: hidden;
  border-radius: var(--gbs-var-border-radius);
  background-color: var(--gbs-var-algorithm);
}
.cedu-customer-app_image-file-uploader_.cedu-customer-app_image-file-uploader-default_ {
  border-color: #d9d9d9;
}
.cedu-customer-app_image-file-uploader_.cedu-customer-app_image-file-uploader-dark_ {
  border-color: #424242;
}
.cedu-customer-app_image-file-uploader_:hover {
  border-color: var(--gbs-var-color-primary);
}
.cedu-customer-app_image-file-uploader_ .cedu-customer-app_image-file-uploader-preview_ {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cedu-customer-app_image-file-uploader_ .cedu-customer-app_image-file-uploader-preview_ .cedu-customer-app-image {
  width: 100%;
  height: 100%;
  display: flex;
  border: none;
  position: relative;
  z-index: 9;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cedu-customer-app_image-file-uploader_ .cedu-customer-app_image-file-uploader-preview_ .cedu-customer-app_image-file-uploader-preview-control_ {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.123s linear;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  justify-content: center;
  font-size: 16px;
}
.cedu-customer-app_image-file-uploader_ .cedu-customer-app_image-file-uploader-preview_:hover .cedu-customer-app_image-file-uploader-preview-control_ {
  opacity: 1;
}
.cedu-customer-app_image-file-uploader_ .cedu-customer-app_image-file-uploader-select_ {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.cedu-customer-app_image-file-uploader_ .cedu-customer-app_image-file-uploader-select_ .cedu-customer-app_image-file-uploader-select-tip_ {
  margin-top: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
}
.cedu-customer-app-form-item-has-error .cedu-customer-app_image-file-uploader_ {
  border-color: #ff4d4f !important;
}
.cedu-customer-app-form-item-has-error .cedu-customer-app_image-file-uploader_ .cedu-customer-app_image-file-uploader-select_ {
  color: #ff4d4f !important;
}

.user-detail-container-tabs {
  flex: 1;
  width: 1350px;
  margin: 20px 0;
  border-radius: 8px;
  background-color: white;
}
.user-detail-container-tabs .user-center-tab-content {
  height: 100%;
  width: 1350px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.user-detail-container-tabs .user-center-tab-content .train-content {
  flex-grow: 1;
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
}
.user-detail-container-tabs .user-center-tab-content .train-content .train-content-part-1 {
  height: 60px;
  line-height: 60px;
  color: #000000;
  font-weight: 600;
  font-size: 22px;
}
.user-detail-container-tabs .user-center-tab-content .train-content .train-content-part-2 {
  overflow: hidden;
}
.user-detail-container-tabs .user-center-tab-content .tab-items {
  height: 100%;
  background: #fff;
  width: 190px;
  border-radius: 10px;
}
.user-detail-container-tabs .user-center-tab-content .tab-items .tab-item {
  width: 158px;
  height: 40px;
  color: #333333;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
}
.user-detail-container-tabs .user-center-tab-content .detail-title {
  font-size: 28px;
  color: #333333;
  font-weight: 600;
  line-height: 39px;
  margin-bottom: 16px;
}
.user-detail-container-tabs .user-center-tab-content .detail-title:hover {
  cursor: pointer;
}
.user-detail-container-tabs .user-center-tab-content .detail-item {
  line-height: 20px;
  font-size: 14px;
}
.user-detail-container-tabs .user-center-tab-content .detail-item:not(:last-child) {
  margin-bottom: 8px;
}
.user-detail-container-tabs .user-center-tab-content .detail-item span:first-child {
  color: #666666;
}
.user-detail-container-tabs .user-center-tab-content .detail-item span:last-child {
  color: #000000;
  font-weight: bold;
}
.user-container-headers {
  height: 200px;
  margin-top: 30px;
  display: flex;
}
.user-container-headers .user-box {
  flex: 1;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.user-container-headers .user-box .namebox {
  display: flex;
  align-items: center;
}
.user-container-headers .todo-list {
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  margin-left: 20px;
}
.user-container-headers .todo-list--box {
  width: 100%;
  height: calc(100% - 20%);
  overflow: auto;
}
.user-container-headers .todo-list--todoItem {
  margin-top: 10px;
}
.user-container-headers .todo-list--todoTile {
  font-weight: 600;
  font-size: 18px;
  color: #181818;
  margin: 10px 20px;
}
.user-container-headers .todo-list--todoItemTitle {
  display: flex;
  background: #F7F7F7;
  border-radius: 4px;
  justify-content: space-between;
  margin: 0 20px;
  padding: 0 20px;
  color: #777777;
}
.user-container-headers .todo-list--todoItemTitle .todo-name {
  font-weight: 600;
  font-size: 16px;
  color: #181818;
}
.user-container-headers .todo-list--todoItemTitle .pad-t20 {
  padding-top: 15px;
}
.user-container-headers .todo-list--todoItemTitle p {
  line-height: 15px;
}
.user-container-headers .todo-list--todoItemTitle--todoItemTitle {
  display: flex;
  align-items: center;
  cursor: pointer;
}

[data-media-query="MAX_WIDTH_479"].floatingSidebar {
  display: none !important;
}
.FloatingSidebar-box {
  z-index: 99;
  width: 100px;
  background: #FFFFFF;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.FloatingSidebar-box .FloatingSidebar-item {
  height: 125px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.FloatingSidebar-box .FloatingSidebar-item-box {
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.FloatingSidebar-box .FloatingSidebar-item-box .FloatingSidebar-images-agent-hover {
  display: none;
}
@keyframes imgAnimation {
  0% {
    width: 44px;
    height: 44px;
  }
  15% {
    width: 88px;
    height: 88px;
  }
  100% {
    width: 44px;
    height: 44px;
  }
}
.FloatingSidebar-box .active {
  animation: imgAnimation 1s;
}
.FloatingSidebar-box .FloatingSidebar-item:hover .FloatingSidebar-item-box {
  border-radius: 50%;
  transition: background-color 0.5s ease;
}
.FloatingSidebar-box .FloatingSidebar-item:hover .image-agent {
  display: none;
}
.FloatingSidebar-box .FloatingSidebar-item:hover .image-hover {
  opacity: 0;
}
.FloatingSidebar-box .FloatingSidebar-item:hover .FloatingSidebar-images-agent-show {
  display: none;
}
.FloatingSidebar-box .FloatingSidebar-item:hover .FloatingSidebar-images-agent-hover {
  display: block;
}
.phone-study-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.phone-study-img .tips {
  color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phone-study-img .tips div {
  width: 100%;
  text-align: center;
}
.FloatingSidebar-Popover {
  width: 200px;
  background: #FFFFFF;
  border-radius: 12px;
}
.FloatingSidebar-Popover-felx {
  cursor: pointer;
  color: #222222;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: start;
}
.FloatingSidebar-Popover-felx img {
  padding-right: 20px;
}

html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.ant-modal-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ant-modal-wrap .ant-modal {
  top: 0;
}
.cedu-customer-app-modal-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cedu-customer-app-modal-wrap .cedu-customer-app-modal {
  top: 0;
}
*::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
  margin-right: -6px;
}
*::-webkit-scrollbar-thumb {
  /*滚动条里面深色条*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(236, 236, 236, 0.1);
  background: #ccc;
}
*::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(236, 236, 236, 0.1);
  border-radius: 10px;
  background: #ededed;
}
.container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 106px;
  /* 确保背景图片随页面滚动 */
  background-attachment: local;
}
.container .label-tage {
  position: relative;
  /* 使伪元素能够相对定位 */
  padding-left: 10px;
  /* 给左侧留出一些空间 */
  font-weight: 600;
  font-size: 16px;
  color: #181818;
  margin-bottom: 16px;
  box-sizing: border-box;
}
.container .label-tage::after {
  display: block;
  content: "";
  /* 或者你可以用 Unicode 字符，如 "\2713" */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
  background-color: #1B7059;
  /* 伪元素的背景颜色 */
}
.container .label-msg {
  font-size: 18px;
  color: #666666;
  line-height: 60px;
}
.container .show-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

