.score-left {
  background: rgba(254, 250, 243, 1);
  width: 960px;
  padding: 15px 0;
  border-radius: 10px;
  float: left;
}
/* .left-score{
	border-right: 1px solid ##E6E6E6;
} */
.score-num {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 12px;
  color: rgba(51, 51, 51, 1);
}
.score-title {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 12px;
  color: #787878;
  margin-top: 9px;
}
.score-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #ffecc1;
  text-align: center;
  display: table;
  margin: 0 80px;
  float: left;
}
.score-box {
  display: table-cell;
  vertical-align: middle;
}

.rate-title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 14px;
  color: #787878;
  float: left;
}
.rate-num {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 14px;
  color: #f45f5f;
  float: left;
}
/* 进度条 */
#myProgress {
  width: 350px;
  background-color: #ffecc1;
  float: left;
  margin: 3.5px 10px 0;
}

#myBar {
  width: 25%;
  height: 6px;
  background-color: #f45f5f;
  text-align: center;
  line-height: 6px;
  color: white;
  border-radius: 3px;
}
.score-left-title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 14px;
  color: #787878;
}
.score-left-num {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 14px;
  color: #f45f5f;
}

/* 排名 */
.score-right {
  width: 210px;
  float: right;
  background-color: #ffb800;
  height: 114px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
.rank-title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
}
.rank-num {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
}
.logo-img {
  position: absolute;
  top: 0;
  left: 42px;
  width: 32px;
}
.tab-list {
  padding-left: 20px;
  border-bottom: 1px solid #f0f1f3;
}
.list-tab {
  float: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 40px;
  color: ##999999;
  padding: 0 25px;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}
.tab-list .tab-chose {
  background-color: #116ff2;
  color: #fff;
}

.list-content {
  overflow: hidden;
  margin-top: 10px;
  padding: 10px;
}
.content-left {
  min-height: 700px;
  background: #fff;
  overflow: auto;
  border-radius: 5px;
}
.content-right {
  width: 870px;
  padding: 0 38px;
  box-sizing: border-box;
  float: right;
  min-height: 700px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  height: 700px;
}
.list-content .secLevel {
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  height: 0;
}
/* 列表右边题目详情 */
.right-title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #444;
    float: left;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    white-space: nowrap;
}
.right-allscore {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #787878;
  float: right;
  margin-left: 10px;
}
.right-studyNum,
.right-scoreNow {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #787878;
  float: left;
}
.right-scoreNow {
  margin-left: 20px;
}
.right-state {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #787878;
  float: right;
}
.right-num {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ff5722;
  padding: 0 5px;
}
.task-title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  background-color: #1e9fff;
  text-align: center;
  float: left;
  width: auto;
  padding: 0 8px;
  border: 2px;
}
.task-content {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #333;
  width: 430px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.taskContent {
  /* height: 500px;
    overflow: auto;
    box-sizing: border-box; */
}
.task-nopass {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #f45f5f;
  background-color: #ffecec;
  float: right;
  width: 700px;
  padding-left: 10px;
  margin: 20px 0;
}

.task-btn {
  display: table;
  text-align: right;
}
.task-btn .btnItem {
  width: 88px;
  height: 38px;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
  border-radius: 4px;
}
.task-btn .btnLeft {
  background: #116ff2;
  color: #fff;
}
.task-btn .btnMake {
  background: #26c51a;
  color: #fff;
}
.task-btn .btnRight {
  background: #ffb800;
  color: #fff;
}
.task-btn .btnCenter {
  background: #f45f5f;
  color: #fff;
}

.secLevel .secLevelItem {
  width: 100%;
  height: 230px;
  padding: 0 10px 0 33px;
  box-sizing: border-box;
  line-height: 42px;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
}
.taskContent #assignBtnContainer {
  width: 100%;
  margin-top: 10px;
}
.state {
  display: block;
  float: left;
  margin: 0px 5px;
  font-style: normal;
  background-color: #ffb800;
  color: #ffffff;
  padding: 0px 10px;
  border-radius: 10px;
  display: none;
}
