.page-container .page-wrap {
  margin-top: 10px;
}
.submit-list-tab {
  width: 1200px;
  margin: 20px auto 10px;
  background: #fff;
  padding: 20px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.submit-list-tab .tab-item {
  width: 110px;
  height: 37px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #6b7683;
  background: transparent;
  font-size: 14px;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  margin-right: 20px;
  border: solid 1px #bdc5ce;
  cursor: pointer;
  background-color: #edf2f5;
}
.submit-list-tab .tabActive {
  background-color: #4c64fe;
  color: #ffffff;
  font-size: 16px;
}
.course-detail {
  width: 100%;
  background-color: #edf2f5;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.course-detail .course-title {
  margin-bottom: 13px;
}
.course-detail .course-title div {
  float: left;
}
.course-detail .course-title .course-name {
  letter-spacing: 1px;
  color: #4c64fe;
  font-size: 14px;
}
.course-detail .course-title .course-class {
  letter-spacing: 1px;
  color: #ff6600;
  font-size: 14px;
  margin-left: 29px;
}
.course-detail .course-info div {
  float: left;
  color: #555555;
  font-size: 13px;
  margin-right: 40px;
}
.table-container {
  background: #fff;
  min-height: 200px;
}
.table-container .tablebox {
  width: 100%;
}
.table-container .tablebox table {
  width: 100%;
}
.table-container .tablebox table th {
  height: 35px;
  background-color: #f7fafc;
  font-weight: normal;
  color: #666666;
  border: 1px solid #f2f3f8;
  font-size: 14px;
}
.table-container .tablebox table th:nth-of-type(5) {
  width: 200px;
}
.table-container .tablebox table tbody td {
  height: 35px;
  text-align: center;
  color: #444444;
  font-size: 13px;
  border: 1px solid #f2f3f8;
}
.table-container .tablebox table tbody td span {
  height: 18px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 0 5px;
  cursor: pointer;
}
.table-container .tablebox table tbody td .item-correct {
  background-color: #0ba5fe;
}
.table-container .tablebox table tbody td .item-check {
  background-color: #fc7821;
  margin-left: 20px;
}
.table-container .tablebox table tbody td .item-exam {
  background-color: #6378fe;
}
.table-container .tablebox table tbody td .no-done {
  background-color: red;
}
.table-container .tablebox table tbody td .no-start {
  background-color: #0ba5fe;
}
.nodata {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
