.one-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.one-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[v-cloak] {
  display: none;
}

.clearfix:after, .clearfix::before {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}

.layout {
  width: 100%;
  height: 100vh;
  background-color: #e4e6e9;
  display: flex;
}
.layout .left-aside {
  width: 240px;
  background-color: #fff;
  box-shadow: 0px 0px 95px 0px rgba(197, 197, 197, 0.68);
  flex-shrink: 0;
}
.layout .main-center {
  flex: 1;
}
.layout .main-center .mian-center_header {
  height: 56px;
  background: #ffffff;
}
.layout .main-center .mian-center_container {
  height: calc(100% - 56px);
  overflow: auto;
}
/*.layout .main-center .mian-center_container::-webkit-scrollbar {*/
/*  width: 8px;*/
/*  height: 8px;*/
/*}*/
/*.layout .main-center .mian-center_container::-webkit-scrollbar-thumb {*/
/*  background-color: #21caad;*/
/*  border-radius: 8px;*/
/*}*/

.logo {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.logo > a {
  width: 175px;
  height: 98px;
}
.logo > a img {
  height: 100%;
  margin: 0 auto;
  display: block;
}

.menus {
  width: 100%;
}
.menus .menu-item .menu-wap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  cursor: pointer;
}

.menus .menu-item .icon_bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.menus .menu-item .icon_bar .iconfont {
  font-size: 18px;
}
.menus .menu-item .menu-link {
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding: 0 22px;
  font-size: 16px;
  color: #666666;
}
.menus .menu-item .menu-tip {
  margin-right: 22px;
}
.menus .menu-child-wap {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding: 0 22px 0 50px;
  font-size: 16px;
}
.menus .menu-child-wap > a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #666666;
}
.menus .active {
  background-color: #21caad;
}
.menus .active .menu-text,
.menus .active .iconfont {
  color: #fff !important;
}
.menus .menu-child {
  display: none;
}
.menus .active-open {
  display: block !important;
}

.mian-center_header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.mian-center_header .bark {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mian-center_header .space_icon {
  width: 1px;
  height: 17px;
  background: #c5c5c5;
  display: block;
  margin: 0 26px;
}
.mian-center_header .avatar-conton {
  display: flex;
  align-items: center;
}
.mian-center_header .avatar-conton .avatar-img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.mian-center_header .avatar-conton .avatar-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mian-center_header .header-menu {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.mian-center_header .header-menu .btn-wap {
  position: relative;
}
.mian-center_header .header-menu .btn-wap .iconfont {
  font-size: 25px;
}
.mian-center_header .header-menu .btn-wap .bubble {
  position: absolute;
  left: 100%;
  top: 0px;
  padding: 4px;
  background-color: red;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-family: PingFang;
  color: #ffffff;
  transform: translateX(-50%);
}
.mian-center_header .header-menu:hover .drop-down {
  display: block !important;
}
.mian-center_header .header-menu .drop-down {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
}
.mian-center_header .header-menu .drop-down .triangle {
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
  margin: 0 auto;
}
.mian-center_header .header-menu .drop-down .drop-down-conten {
  background-color: #fff;
  border-radius: 8px;
  padding: 4px 6px;
  width: 180px;
}
.mian-center_header .search {
  width: 220px;
  height: 32px;
  background: #f2f4f7;
  border: 1px solid #e9eaeb;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 20px;
}
.mian-center_header .search .iconfont {
  font-size: 22px;
  flex-shrink: 0;
  margin-right: 10px;
}
.mian-center_header .search:focus-within {
  border: 1px solid #20caac;
}
.mian-center_header .search input {
  flex: 1;
  font-size: 14px;
  border: 0;
  outline: 0;
  background-color: transparent;
}
.mian-center_header .search input::placeholder {
  color: #999999;
}

.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: url(../images/bg1.png) no-repeat center center/100% 100%;
  background-size: cover;
}
.login-container .login-card {
  width: 444px;
  height: 492px;
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 35px 30px;
}
.login-container .login-title {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
.login-container .input-row {
  display: flex;
  align-items: center;
  height: 60px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 20px 0;
}
.login-container .input-row:focus-within {
  border: 1px solid #20caac;
}
.login-container .input-row .icon_bar {
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-right: 20px;
}
.login-container .input-row .icon_bar img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.login-container .input-row .code-img {
  width: 112px;
  height: 42px;
  overflow: hidden;
  margin-left: 20px;
  cursor: pointer;
}
.login-container .input-row .code-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.login-container .input-row input {
  flex: 1;
  background-color: transparent;
  outline: 0;
  border: 0;
  font-size: 16px;
  font-weight: 400;
}
.login-container .input-row input::placeholder {
  color: #aaaaaa;
}
.login-container .submit-login {
  height: 60px;
  background: #21caad;
  box-shadow: 0px 10px 25px 0px rgba(0, 83, 204, 0.31);
  border-radius: 4px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.login-container .other-action {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.login-container .other-action .space {
  width: 1px;
  height: 20px;
  background: #bbbbbb;
  display: block;
  margin: 0 20px;
}
.login-container .other-action .remember {
  display: flex;
  align-items: center;
}
.login-container .other-action .remember .remember-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-container .other-action .remember .remember-checkbox input[type=checkbox] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.login-container .other-action .remember .remember-checkbox .hook-icon {
  font-size: 10px;
  color: #20caac;
  display: none;
}
.login-container .other-action .remember .remember-checkbox input[type=checkbox]:checked ~ .hook-icon {
  display: block !important;
}

.home-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 379px;
  background-color: #fff;
  width: 100%;
}
.home-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.user-card {
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(197, 197, 197, 0.2);
  border-radius: 4px;
}
.user-card .user-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px 0;
}
.user-card .user-avatar img {
  width: 100%;
  height: 100%;
  display: block;
}
.user-card .user-name {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.user-card .user-info {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 14px;
}
.user-card .user-menus {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
  border-top: 1px solid #e7e7e7;
  margin-top: 23px;
}
.user-card .user-menus .img {
  width: 63px;
  height: 63px;
  border-radius: 14px;
  overflow: hidden;
}
.user-card .user-menus .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.user-card .user-menus .text {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 16px;
}

.home-card {
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 20px;
  align-self: baseline;
}

.module-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-title .title-left {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.module-title .title-left .icon {
  display: block;
  width: 5px;
  height: 24px;
  background: #1fc6a9;
  border-radius: 2px;
  margin-right: 12px;
}
.module-title .more {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.home-news-list {
  border-top: 1px solid #e7e7e7;
  margin-top: 24px;
}
.home-news-list .home-news-item {
  margin-top: 20px;
  margin-bottom: 40px;
}
.home-news-list .home-news-item:last-child {
  margin-bottom: 0;
}
.home-news-list .home-news-item .link {
  display: flex;
}
.home-news-list .home-news-item .img {
  width: 112px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
}
.home-news-list .home-news-item .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-news-list .home-news-item .desc {
  width: calc(100% - 112px - 20px);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 3px 0;
}
.home-news-list .home-news-item .title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-news-list .home-news-item .desc-p {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  height: 40px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.video-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.video-list .video-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.video-list .video-item:nth-child(3n) {
  margin-right: 0;
}
.video-list .video-item .img {
  width: 100%;
  height: 150px;
}
.video-list .video-item .img img,
.video-list .video-item .img video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
}
.video-list .video-item .video-title {
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
  margin-bottom: 14px;
}
.video-list .video-item .video-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.video-list .video-item .video-info span {
  display: block;
  width: 1px;
  height: 14px;
  background-color: #999;
  margin: 0 10px;
  opacity: 0.8;
}

.time-line-container {
  margin-top: 15px;
}
.time-line-container .time-line {
  width: 100%;
  display: flex;
  align-items: center;
  height: 65px;
}
.time-line-container .time-line:last-child .time::after {
  background-color: transparent;
}
.time-line-container .time-line:first-child .time::before {
  background-color: transparent;
}
.time-line-container .time {
  width: 120px;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.time-line-container .time::after, .time-line-container .time::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.time-line-container .log-mesage {
  width: calc(100% - 120px);
  width: 100%;
  height: 50px;
  background: #f2f4f7;
  box-sizing: border-box;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-left: 15px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.time-line-container .log-mesage::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  left: -11px;
  border-top: 8px solid transparent;
  border-right: 12px solid #f2f4f7;
  border-bottom: 8px solid transparent;
}
.time-line-container .log-mesage p {
  line-height: 50px;
}

.module-head {
  height: 64px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.module-head-radius {
  border-radius: 4px;
}

.categorys {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
.categorys .category-item {
  background-color: #fff;
  display: flex;
  box-sizing: border-box;
  padding: 0 30px;
}
.categorys .category-item .cat-label {
  align-self: baseline;
  height: 74px;
  line-height: 74px;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.categorys .category-item .cat-list {
  display: flex;
  align-self: baseline;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
  flex: 1;
  flex-wrap: wrap;
}
.categorys .category-item .cat-list .cat-item {
  background: #f0f0f0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 4px 12px;
  text-align: center;
  margin-right: 11px;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
  margin-bottom: 10px;
}
.categorys .category-item .cat-list .active {
  background-color: #20caac;
  color: #fff;
}

.course-tabs {
  background-color: #fff;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
}
.course-tabs .tabs-left_btns {
  margin-right: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(221, 223, 223, 0.65);
  border-radius: 6px;
}
.course-tabs .tabs-left_btns .tabs-left_row {
  box-sizing: border-box;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.course-tabs .tabs-left_btns .tabs-left_row:last-child .tabs-label {
  border-bottom: 0;
}
.course-tabs .tabs-left_btns .tabs-left_row:hover {
  background-color: #1fc6a9 !important;
}
.course-tabs .tabs-left_btns .tabs-left_row:hover .tabs-label {
  color: #fff !important;
}
.course-tabs .tabs-left_btns .active {
  background-color: #1fc6a9 !important;
}
.course-tabs .tabs-left_btns .active .tabs-label {
  color: #fff !important;
}
.course-tabs .tabs-left_btns .tabs-label {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.course-tabs .tabs-content {
  flex: 1;
}
.course-tabs .tabs-box .vodel-img {
  height: 350px;
  overflow: hidden;
}
.course-tabs .tabs-box .vodel-img img {
  height: 100%;
  border: solid 1px #efefef;
  border-radius: 3px;
}
.course-tabs .tabs-box .btn {
  width: auto;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  margin-right: 15px;
  padding: 6px 14px;
}
.course-tabs .tabs-box .btn .icon-bar {
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-right: 10px;
}
.course-tabs .tabs-box .btn .icon-bar img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.course-tabs .tabs-box .btn .label {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}

.file-card {
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 11px;
  border-radius: 4px;
}
.file-card .file-title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.file-card .file-p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-top: 16px;
  margin-bottom: 30px;
}
.file-card .file-desc {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  display: flex;
  align-items: center;
}
.file-card .file-desc > span {
  display: block;
  width: 1px;
  height: 14px;
  background-color: #999;
  margin: 0 5px;
}
.file-card .file-desc .num > span {
  color: #ff5a3c;
}
.file-card .user-info {
  display: flex;
  margin-left: 14px;
  align-items: center;
}
.file-card .user-info .avatar {
  width: 24px;
  height: 24px;
  overflow: hidden;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
.file-card .user-info .avatar img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.file-card .install {
  width: 94px;
  height: 40px;
  background: #ff5a3c;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
}
.file-card .install .iconfont {
  margin-right: 10px;
}

.classroom {
  background-color: #fff;
  width: 24.25%;
  height: 302px;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(243, 245, 247, 0.75);
  border-radius: 4px;
  margin-right: 1%;
  margin-top: 1%;
  box-sizing: border-box;
  padding: 20px;
}
.classroom:nth-child(4n) {
  margin-right: 0;
}
.classroom .room-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.classroom .room-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.classroom .room-name {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.classroom .room-desc {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin: 10px 0 10px 0;
  align-items: center;
}
.classroom .room-desc span {
  display: block;
  width: 1px;
  height: 14px;
  background-color: #999;
  margin: 0 5px;
}
.classroom .room-view {
  padding: 2px 6px;
  box-sizing: border-box;
  display: inline-block;
  background: #f6edeb;
  border-radius: 4px;
  font-size: 12px;
  color: #ff5a3c;
}

.labor-base {
  display: block;
  background-color: #fff;
  width: 32.66%;
  margin-right: 1%;
  margin-top: 1%;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 20px 17px;
}
.labor-base .labor-img {
  width: 100%;
  height: 220px;
}
.labor-base .labor-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.labor-base .labor-name {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 24px 0;
  border-bottom: 1px solid #ececec;
}
.labor-base:nth-child(3n) {
  margin-right: 0;
}
.labor-base .labor-desc {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
  margin-top: 17px;
}

.history {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.history span {
  margin: 0 5px;
}

.message-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 30px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.message-item:nth-child(even) {
  background-color: #f2f4f7;
}
.message-item .left {
  display: flex;
  align-items: center;
  width: 90%;
}
.message-item .left .unread {
  background-color: #ff5a3c !important;
}
.message-item .left .icon {
  display: block;
  width: 8px;
  height: 8px;
  background: #ccced1;
  border-radius: 50%;
  margin-right: 17px;
}
.message-item .left p {
  width: calc(100% - 10px);
  max-width: 80%;
}
.message-item .date {
  font-size: 15px;
  font-weight: 400;
  color: #999999;
}

.been-read {
  padding: 4px 10px;
  font-size: 16px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: rgba(102, 102, 102, 0.5);
  border: 1px solid rgba(191, 191, 191, 0.85);
  border-radius: 4px;
  cursor: pointer;
}

.labor-card {
  width: 100%;
  background-color: #fff;
  padding: 0 30px;
  box-sizing: border-box;
}
.labor-card:last-child .labor-card-content {
  border-bottom: 0;
}
.labor-card .labor-card-content {
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgba(221, 221, 221, 0.45);
  box-sizing: border-box;
  padding: 25px 0;
}
.labor-card .img {
  width: 234px;
  height: 152px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 30px;
}
.labor-card .img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.labor-card .desc {
  width: calc(100% - 234px - 30px);
  width: 69vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.labor-card .desc .title {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.labor-card .desc .p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.labor-card .desc .info {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.labor-card .desc .info span {
  width: 1px;
  height: 14px;
  display: block;
  background-color: #999;
  margin: 0 5px;
}

.page-tabs {
  display: flex;
  background-color: #fff;
  padding: 0 35px;
  box-sizing: border-box;
  align-items: center;
  height: 64px;
  border-radius: 4px;
}
.page-tabs .page-tab-btn {
  font-size: 18px;
  color: #666666;
  margin-right: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-tabs .page-tab-btn .iconfont {
  font-size: 25px;
  margin-right: 10px;
}
.page-tabs .active {
  color: #1fc6a9;
}

.download-record {
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 4px;
  margin-top: 11px;
}


.collection-record {
  background-color: #fff;
  padding: 32px 33px;
  box-sizing: border-box;
  margin-top: 10px;
  border-radius: 4px;
}
.collection-record h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collection-record p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-top: 16px;
  margin-bottom: 28px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.collection-record .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collection-record .foot span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.collection-record .foot .cancel {
  width: 94px;
  height: 40px;
  border: 1px solid #21caad;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #21caad;
  cursor: pointer;
}

.schedule {
  background-color: #fff;
  box-sizing: border-box;
  padding: 32px 30px;
  border-radius: 4px;
}
.schedule .schedule-ul {
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}
.schedule .schedule-li {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 30px;
  border-bottom: 1px solid #e6e6e6;
  align-items: center;
  height: 64px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.schedule .schedule-li:nth-child(odd) {
  background-color: #f7f8fa;
}
.schedule .schedule-li .tag {
  background: #c1c1c1;
  border-radius: 4px;
  padding: 5px 10px;
  color: #FFFFFF;
}
.schedule .schedule-li .active {
  border: 1px solid #FF5A3C;
  color: #FF5A3C;
  background-color: transparent !important;
}

.coll-btn {
  background-color: #20CAAC !important;
  margin-left: 20px;
}

.layui-form-label{ font-size: 14px;}