/* 清除浮动 */
/* 圆角 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #f30;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/*常用颜色*/
/* 圆角  */
/*边框圆角*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* clicked color */
.clcikActive {
  color: #fff;
  background: #33b0c4;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
/*阴影*/
/* box-sizing */
body {
  background-color: #f4f4f4;
}
.dwmQue {
  margin-top: 30px;
  *zoom: 1;
  zoom: 1;
  background-color: #fff;
  padding: 30px 40px;
  /*
	.queweek{
		li{
			background: url(../../images/questions/pro-video.png) 10px 20px no-repeat;
		}
	}
	.quetest{
		li{
			background: url(../../images/questions/pro-test.png) 10px 20px no-repeat;
		}
	}*/
}
.dwmQue:after {
  content: " ";
  clear: both;
  display: table;
}
.dwmQue h2 {
  font-size: 20px;
  color: #333;
}
.dwmQue ul {
  padding-bottom: 20px;
}
.dwmQue li {
  color: #666;
  border-bottom: solid 1px #E6EAEE;
  padding: 10px 5px 15px 10px;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
}
.dwmQue li i {
  color: #0294ff;
}
.dwmQue li p {
  width: 36%;
  padding-right: 10px;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dwmQue li span {
  width: 20%;
  display: inline-block;
  overflow: hidden;
}
.dwmQue li span .quepass {
  color: #419f45;
}
.dwmQue li span .quefail {
  color: #dd5555;
}
.dwmQue li em {
  width: 20%;
  display: inline-block;
  position: relative;
  height: 26px;
  line-height: 30px;
  padding-left: 56px;
  box-sizing: border-box;
  overflow: hidden;
}
.dwmQue li em img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 2px;
  box-shadow: 0 2px 5px 0 rgba(153, 153, 153, 0.5);
  -moz-box-shadow: 0 2px 5px 0 rgba(153, 153, 153, 0.5);
  -webkit-box-shadow: 0 2px 5px 0 rgba(153, 153, 153, 0.5);
}
.dwmQue li em img:nth-child(1) {
  left: 0;
}
.dwmQue li em img:nth-child(2) {
  left: 14px;
}
.dwmQue li em img:nth-child(3) {
  left: 28px;
}
.dwmQue li em.queptwo {
  padding-left: 40px;
}
.dwmQue li em.quepone {
  padding-left: 30px;
}
.dwmQue li em.quezero {
  padding-left: 0;
}
.dwmQue li q {
  width: 200px;
  text-align: right;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.dwmQue li button {
  width: 80px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 0 5px 5px 5px;
  background: -webkit-linear-gradient(#ffffff, #f3f5f8);
  background: -o-linear-gradient(#ffffff, #f3f5f8);
  background: -moz-linear-gradient(#ffffff, #f3f5f8);
  background: linear-gradient(#ffffff, #f3f5f8);
  border: 1px solid #ced0da;
  color: #666;
}
.dwmQue li button:hover {
  background: #0294ff;
  border: solid 1px #0294ff;
}
.dwmQue li button:hover a {
  color: #fff;
}
.dwmQue .queday li p {
  width: 28%;
}
.dwmQue .queday li span {
  width: 16%;
}
.dwmQue .queday li em {
  width: 16%;
}
.sliderBox {
  position: relative;
  padding-top: 1px;
  width: 85%;
  margin-top: 20px;
  color: #999;
}
.recome1-num,
.recome2-num,
.recome3-num,
.recome4-num,
.recome5-num,
.recome2-time {
  position: absolute;
  top: -27px;
  font-size: 40px;
  color: #d55;
  z-index: 1;
}
.recome1-nums,
.recome2-nums,
.recome3-nums,
.recome4-nums,
.recome5-nums,
.recome2-times {
  position: absolute;
}
.recome1-num,
.recome1-nums {
  left: 2px;
}
.recome2-num,
.recome2-nums {
  left: 10%;
}
.recome3-num,
.recome3-nums {
  left: 21%;
}
.recome4-num,
.recome4-nums {
  left: 65%;
}
.recome2-time,
.recome2-times {
  left: 32%;
}
.recome5-num,
.recome5-nums {
  right: -2px;
}
.leftGrip i {
  position: absolute;
  top: -13px;
  left: 3px;
  color: #9ea7b4;
}
.leftGrip span {
  position: absolute;
  bottom: 22px;
  border-radius: 2px;
  font-size: 12px;
  background: #9ea7b4;
  line-height: 18px;
  text-align: center;
  left: -5px;
  color: white!important;
  width: 24px!important;
}
.set-namesBox {
  display: none;
}
.points {
  padding-top: 1px;
}
.points .set-myPanel {
  display: none;
  border: 1px solid #ddd;
  margin-top: 35px;
  margin-left: 5px;
  width: 80%;
}
.points .panel-heading {
  padding: 0 5px;
  line-height: 38px;
}
.points .panel-heading > i {
  float: right;
  color: #666;
  display: inline-block;
  margin-top: 14px;
  margin-right: 2px;
}
.points ul {
  display: none;
}
.points ul li {
  border-top: 1px solid #eee;
  padding: 13px 5px 13px 30px;
  height: 22px;
  line-height: 22px;
  z-index: 0;
}
.points ul li label {
  display: block;
  margin: 0 30px 0 5px;
  height: 22px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.points ul li .cjsBtn {
  margin-top: 0;
  margin-left: 0;
  left: 10px;
}
.points ul li > i {
  position: absolute;
  z-index: 2;
  padding: 2px;
  font-size: 12px;
  background-color: #eee;
  color: #fff;
  right: 5px;
  top: 16px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.points ul li.si-curr > i {
  background-color: #f16969;
}
.points .levelsmenu > ul > ul {
  margin-left: 20px;
}
.points .levelsmenu > ul > ul > ul {
  margin-left: 20px;
}
.points .levelsmenu > ul > ul > ul > ul {
  margin-left: 20px;
}
.points .levelsmenu > ul > ul > ul > ul > ul {
  margin-left: 20px;
}
.examsys202104 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
}
.examsys202104 .examsysContent {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -184px;
  margin-left: -290px;
  width: 620px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.examsys202104 .examsysContent h2 {
  line-height: 45px;
  font-size: 18px;
  color: #999;
  border-bottom: 1px solid #E6EAEF;
}
.examsys202104 .examsysContent h2 span.hideExamsys {
  float: right;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.examsys202104 .examsysContent dl {
  margin-top: 20px;
  padding-right:10px;
  /* padding-bottom: 20px; */
  overflow-y:auto;
  max-height:235px;
}
/*修改滚动条样式*/
.examsys202104 .examsysContent dl::-webkit-scrollbar{
  width:6px;
  height:6px;
  /**/
}
.examsys202104 .examsysContent dl::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:2px;
}
.examsys202104 .examsysContent dl::-webkit-scrollbar-thumb{
  background: #bfbfbf;
  border-radius:10px;
}
.examsys202104 .examsysContent dl::-webkit-scrollbar-thumb:hover{
  background: #999;
}
.examsys202104 .examsysContent dl::-webkit-scrollbar-corner{
  background: #179a16;
}
.examsys202104 .examsysContent dl dd {
  color: #FF7962;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 10px;
}
.examsys202104 .examsysContent a {
  display: inline-block;
  width: 200px;
  height: 48px;
  line-height: 48px;
  background: #0193FF;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 30px;
}
