.wrapper {
  min-height: 100vh;
  padding-bottom: 60px;
}

header {
  margin-bottom: 30px;
}

.fixed-box {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f2f4f7;
}

.fixed-box--fixed {
  position: fixed;
  z-index: 300;
}

.plan-card {
  border-radius: 4px;
  padding: 0 50px;
  background-color: #fff;
}

.teacher-infor {
  display: flex;
  justify-content: space-between;
  min-height: 196px;
}

.teacher-infor .teacher-media {
  margin-top: 40px;
  width: 916px;
}

.teacher-infor .teacher-media .portrait {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.teacher-infor .teacher-media .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #202021;
  margin-bottom: 3px;
  margin-top: 4px;
}

.teacher-infor .teacher-media .detail {
  font-size: 14px;
  line-height: 18px;
  color: #adb1b7;
  margin-bottom: 8px;
}

.teacher-infor .teacher-media .text {
  font-size: 14px;
  line-height: 30px;
  color: #1d1c1c;
}

.teacher-infor .image {
  margin-top: 10px;
  width: 228px;
  height: 173px;
}

#planFixedBox .plan-detail {
  margin-top: 0;
}

.plan-detail {
  margin-top: 30px;
}

.plan-detail-header {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
  position: relative;
  padding-top: 35px;
}

.plan-detail-header .infor .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #202021;
  margin-bottom: 6px;
}

.plan-detail-header .infor .time {
  font-size: 14px;
  line-height: 18px;
  color: #adb1b7;
  margin-bottom: 22px;
}

.plan-detail-content {
  position: relative;
  overflow: hidden;
}

.plan-detail .up-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: none;
}

.study-timeline {
  position: relative;
  margin-top: 32px;
}

.study-timeline:before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 180px;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #f2f4f7;
}

.study-timeline > li {
  display: flex;
  position: relative;
}

.study-timeline > li:nth-last-child(1)::before {
  content: " ";
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 180px;
  width: 1px;
  height: 100%;
}

.study-timeline > li .node-image {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 2px solid #bcebe0;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 170px;
  z-index: 100;
}

.study-timeline > li .node-image--finish {
  border: none;
  background-image: url(../imgs/common/round_success_green.png);
}

.study-timeline > li .timeline-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 180px;
  padding-right: 26px;
  box-sizing: border-box;
}

.study-timeline > li .timeline-left .time {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #202021;
  position: relative;
}

.study-timeline > li .timeline-left .time .year {
  position: absolute;
  top: -100%;
  right: 0;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #e4e6eb;
  white-space: nowrap;
}

.study-timeline > li .timeline-left .chaoqi {
  width: 52px;
  height: 20px;
  background: #ff6b49;
  border-radius: 4px;
  line-height: 20px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
}

.study-timeline > li .timeline-right {
  flex: 1;
  padding-left: 30px;
  padding-bottom: 16px;
}

.study-timeline > li .timeline-right .tips-text {
  font-size: 14px;
  line-height: 20px;
  color: #fd9e01;
  margin-bottom: 13px;
  white-space: pre-wrap;
}

.study-card {
  background: #fafafb;
  border-radius: 4px;
  width: 850px;
  padding: 26px 58px 10px;
  position: relative;
  margin-bottom: 16px;
}

.study-card .lable {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 8px 0px 8px 0px;
  font-size: 12px;
  padding: 0 10px;
}

.study-card .lable--yellow {
  background: rgba(253, 159, 0, 0.1);
  color: #fd9f00;
}

.study-card .lable--green {
  background: rgba(0, 179, 138, 0.1);
  color: #00b38a;
}

.study-card .study-item {
  display: flex;
  margin-bottom: 16px;
}

.study-card .study-item-title {
  font-size: 14px;
  line-height: 18px;
  color: #bec0c4;
  margin-bottom: 11px;
  margin-top: 28px;
}

.study-card .study-item-title:nth-child(1) {
  margin-top: 0;
}

.study-card .study-item .icon {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 21px;
  height: 21px;
  margin-right: 8px;
  box-sizing: border-box;
  background-image: url(../imgs/plan/round_success_gray.png);
}

.study-card .study-item .icon--finish {
  border: none;
  background-image: url(../imgs/plan/round_success_green.png);
}

.study-card .study-item .text {
  flex: 1;
  font-size: 14px;
  line-height: 21px;
  color: #202021;
}

.study-card .study-card-type {
  position: absolute;
  bottom: 20px;
  right: 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 70px;
  height: 26px;
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #3d3e40;
  background-color: #fff;
  border: 1px solid #f2f4f7;
  border-radius: 14px;
  cursor: pointer;
}

#currentStudy .node-image {
  border-color: #00b38a;
}

.plan-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

.plan-list .plan-item {
  border-radius: 4px;
  border: 1px solid #e4e8f2;
  margin-bottom: 40px;
}

.plan-list .plan-item .header-top {
  height: 64px;
  background: #f8f9fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 4px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #3d3e40;
}

.plan-list .plan-item .table-item {
  width: 100%;
}

.plan-list .plan-item .table-item tr th {
  text-align: center;
  height: 50px;
  background: rgba(0, 179, 138, 0.7);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.plan-list .plan-item .table-item tr td {
  padding: 18px 14px;
  font-size: 14px;
  color: #3d3e40;
  border-bottom: 1px solid #e4e8f2;
  border-right: 1px solid #e4e8f2;
  /* white-space: pre-wrap; */
}

.plan-list .plan-item .table-item tr td:last-child {
  text-align: center;
  border-right: 0;
}

.plan-list .plan-item .table-item tr td:first-child {
  text-align: center;
}

.plan-list .plan-item .table-item tr:last-child {
  border-radius: 0 0 4px 4px;
}

.plan-list .plan-item .table-item tr:last-child td {
  border-bottom: 0;
}

.plan-list .plan-item .table-item .relevant-c {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.plan-list .plan-item .table-item .relevant-btn {
  background: rgba(0, 179, 138, 0.05);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(0, 179, 138, 0.3);
  color: #00b38a;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin-top: 20px;
  white-space: initial;
}

.plan-list .plan-item .table-item .relevant-btn span {
  margin-left: 16px;
}

.plan-list .plan-item .table-item .relevant-btn img {
  margin-left: 5px;
}

.plan-list .plan-item .table-item .status-title {
  font-size: 14px;
  color: #00b38a;
  font-weight: bold;
}

.plan-list .plan-item .table-item .status-title.success {
  color: #959ba6;
}

.plan-list .plan-item .table-item .status-title.orange {
  color: #ff6b49;
}

.plan-list .plan-item .table-item .status-title.blue {
  color: #0d9aff;
}

.plan-list .plan-item .table-item .status-content {
  background: #f8f9fb;
  border-radius: 4px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
}

.plan-list .plan-item .table-item .status-content .left-content {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  color: #6c7380;
  text-align: left !important;
}

.plan-list .plan-item .table-item .status-content .left-content .me {
  color: #00b38a;
}

.plan-list .plan-item .table-item .status-content .left-content .teach-me {
  color: #0d9aff;
}

.plan-list .plan-item .table-item .status-content img {
  margin-left: 12px;
}

.plan-list .plan-item .table-item .status-content:hover .img-show {
  display: block;
}

.plan-list .plan-item .table-item .status-content:hover .img-no {
  display: none;
}

.plan-list .plan-item .table-item .img-no {
  display: block;
}

.plan-list .plan-item .table-item .img-show {
  display: none;
}

.plan-list .plan-item .table-item .summarize-btn {
  width: 80px;
  height: 28px;
  background: #dde1eb;
  font-size: 12px;
  color: #3d3e40;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 17px;
}

.plan-list .plan-item .table-item .summarize-btn img {
  margin-right: 5px;
}

.plan-list .plan-item .table-item .summarize-btn:hover {
  background: rgba(0, 179, 138, 0.05);
  color: #00b38a;
}

.plan-list .plan-item .table-item .summarize-btn:hover .img-show {
  display: block;
}

.plan-list .plan-item .table-item .summarize-btn:hover .img-no {
  display: none;
}

.summary-title {
  font-size: 18px;
  color: #3d3e40;
  font-weight: bold;
  margin-top: 5px;
}

.summaryModal .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.summaryModal .modal-content {
  border-radius: 16px;
}

.summaryModal .modal-body {
  padding: 30px;
}

.summaryModal .modal-dialog {
  margin-top: 300px;
}

.summary-content textarea {
  margin-top: 20px;
  border-color: #dde1eb;
  font-size: 14px;
  padding: 16px 20px;
  height: 180px;
  border-radius: 4px;
}

.summary-content textarea::placeholder {
  color: #c4c7cd;
}

.summary-bt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.summary-bt a {
  width: 160px;
  height: 44px;
  color: #fff !important;
  font-size: 14px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  cursor: pointer;
}

.summary-bt .cancell-btn {
  background: #959ba6;
}

.summary-bt .confirm-btn {
  background: #00b38a;
}

.relevantModal .modal-content {
  border-radius: 16px;
}

.relevantModal .modal-body {
  padding: 30px;
}

.relevantModal .modal-dialog {
  margin-top: 280px;
}

.relevantModal .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.relevantModal .summary-schedule {
  font-size: 12px;
  margin-top: 2px;
  color: #959ba6;
}

.relevantModal .summary-schedule .fb {
  color: #00b38a;
  margin-left: 8px;
}

.relevantModal .relevantModal-list {
  margin-top: 20px;
  max-height: 300px;
  overflow-y: auto;
}

.relevantModal .relevantModal-item {
  background: #fafafb;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 10px;
}

.relevantModal .relevantModal-item .top {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px 0 8px 0;
  padding: 2px 10px;
}

.relevantModal .relevantModal-item .top.orange {
  background: #fff4e3;
  color: #ff9933;
}

.relevantModal .relevantModal-item .top.lv {
  background: #e0f5ee;
  color: #00b38a;
}

.relevantModal .relevantModal-item .contents {
  margin-top: 15px;
}

.relevantModal .relevantModal-item .contents .item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.relevantModal .relevantModal-item .contents .item img {
  margin-right: 10px;
}

.relevantModal .relevantModal-item .contents .item .text {
  font-size: 13px;
  color: #202021;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.relevantModal .relevantModal-item .contents .item:last-child {
  margin-bottom: 0;
}

.show-models {
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 6px 24px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 6px 6px;
  width: 337px;
  padding: 16px;
  left: -50px;
  top: 60px;
  z-index: 2;
  display: none;
  text-align: left !important;
}

.show-models .me {
  color: #00b38a;
}

.show-models .teach-me {
  color: #0d9aff;
}

.hover-show:hover .show-models {
  display: block;
}

.status-box {
  /* width: 218px; */
  margin: 0 auto;
}

.table-item {
  table-layout: fixed;
}

.plan-list .plan-item .table-item tr td .text {
  white-space: pre-wrap;
}

.show-models .me-text {
  white-space: pre-wrap;
}

.show-models .teach-me-text {
  white-space: pre-wrap;
}
