.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: #333;
  margin-top: 9px;
}

.score-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #ffb800;
  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: #333;
  float: left;
}

.rate-num {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 14px;
  color: #ff5722;
  float: left;
}

/* 进度条 */
#myProgress {
  width: 350px;
  background-color: #ffecc1;
  float: left;
  margin: 3.5px 10px 0;
}

#myBar {
  width: 25%;
  height: 6px;
  background-color: #ff5722;
  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: #333;
}

.score-left-num {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 14px;
  color: #ff5722;
}

/* 排名 */
.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 {
  margin: 0 20px;
  border-bottom: 1px solid #f0f1f3;
}

.list-tab {
  float: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 40px;
  color: ##999;
  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: 0 20px;
}

.content-left {
  width: 320px;
  float: left;
  min-height: 700px;
  background: #fff;
  height: 700px;
  overflow: auto;
  border-radius: 5px;
}

/* 滚动条样式 */
.content-left::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 2px;
}

.content-left::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 6px;
}

.content-left::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}

.content-left::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 6px;
}

.content-left::-webkit-scrollbar-track:hover {
  background-color: #fff;
}

/* 滚动条样式 */
.content-left:hover::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ccc;
  border-radius: 2px;
}

.content-left:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 6px;
}

.content-left:hover::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

.content-left:hover::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 6px;
}

.content-left:hover::-webkit-scrollbar-track:hover {
  background-color: #e1e1e1;
}

.content-right {
  width: 840px;
  margin-left: 18px;
  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: 400;
  color: #333;
  float: left;
  line-height: 25px;
}

.right-allscore {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  float: left;
  margin-left: 10px;
  line-height: 25px;
}

.right-studyNum,
.right-scoreNow {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  float: left;
  /*width:25%;*/
}

.right-scoreNow {
  margin-left: 15px;
}

.right-state {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #666;
  float: right;
}

.right-num {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #ff5722;
  padding: 0 7px;
}

.task-title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  background-color: #116ff2;
  text-align: center;
  float: left;
  width: auto;
  padding: 0 10px;
  border-radius: 2px;
}

.task-content {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #333;
  width: 700px;
  padding-bottom: 40px;
  margin-top: 4px;
}

.task-content-boder {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #333;
  width: 700px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f0f1f3;
  margin-top: 4px;
}

.taskContent {
  height: 500px;
  overflow: auto;
  box-sizing: border-box;
}

.task-nopass {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ff5722;
  background-color: #ffecec;
  float: right;
  width: 700px;
  padding-left: 10px;
  margin: 20px 0;
}

.task-btn {
  display: table;
  text-align: right;
}

.task-btn .btnItem {
  width: auto;
  padding: 0 10px;
  height: 36px;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  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: #ff5722;
  color: #fff;
}

.state {
  display: block;
  float: left;
  margin: 0px 5px;
  font-style: normal;
  background-color: #ffb800;
  color: #ffffff;
  padding: 0px 15px;
  border-radius: 15px;
  display: none;
  font-size: 14px;
  line-height: 25px;
}

.ok-img {
  line-height: 38px;
  height: 14px;
  display: none;
  width: 15px;
}