@charset "UTF-8";
/* 首页样式表 */
a.colorwhite {
  color: white;
}

/* 弹窗样式 */
.dialog-masking {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
}

.index-con .dialog-content .dialog-con {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #ffffff;
  border-radius: 6px;
  -webkit-transform: translate(-50%, -50%);
  /*水平垂直居中*/
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.3);
  z-index: 10;
  padding: 30px 30px 25px;
  width: 370px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.index-con .dialog-content .dialog-info {
  margin-top: 20px;
  margin-bottom: 25px;
}

.index-con .dialog-content .dialog-btn {
  width: 80px;
  height: 30px;
  background: #0099ff;
  border-radius: 15px;
  margin: 0 auto;
}

.index-con .dialog-content .dialog-btn:hover {
  background: #008fee;
}

/* banner轮播 */
.content-banner {
  width: 100%;
  min-width: 1000px;
}

.content-banner .device {
  position: relative;
  height: 250px;
}

.content-banner .device .alone {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  width: 100%;
  height: 100%;
}

.content-banner .arrows {
  width: 1000px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -500px;
  height: 30px;
  margin-top: -15px;
}

.content-banner .device .arrow-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  margin-top: -15px;
}

.content-banner .device .arrow-left {
  background: url(../images/arrow-left1.png) no-repeat left top;
  left: 10px;
  top: 50%;
}

.content-banner .device .arrow-left:hover {
  background: url(../images/arrow-left2.png) no-repeat left top;
}

.content-banner .device .arrow-right {
  background: url(../images/arrow-right1.png) no-repeat left bottom;
  right: 10px;
  top: 50%;
}

.content-banner .device .arrow-right:hover {
  background: url(../images/arrow-right2.png) no-repeat left bottom;
}

.content-banner .swiper-container {
  height: 250px;
  width: 100%;
}

.content-banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.content-banner .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /*水平垂直居中*/
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
}

.content-banner .content-slide {
  padding: 20px;
  color: #fff;
}

.content-banner .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
  z-index: 2;
}

.content-banner .swiper-pagination-switch {
  display: inline-block;
  border-radius: 10px;
  background: #999;
  margin: 0 5px;
  cursor: pointer;
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.7);
}

.content-banner .swiper-active-switch {
  width: 16px;
  height: 7px;
  background: white;
  border-radius: 4px;
}

/* 学习积分 */
.content-score .lists {
  width: 84%;
  margin: 0 8%;
}

.content-score .lists .list {
  width: 33.33%;
  /*height:140px;*/
  /*background:rgba(255,255,255,1);*/
  /*box-shadow:0px 5px 10px 0px rgba(0,0,0,0.06);*/
  /*border-radius:6px;*/
  /*border:1px solid rgba(244,244,244,1);*/
  display: inline-block;
  /*margin-right: 20px;*/
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
}

.content-score .lists .list:nth-of-type(2) {
  padding-top: 0;
}

.content-score .lists .list .progress-canvas {
  /*margin: 15px 0 0 15px;*/
  position: relative;
  height: 100px;
}

.content-score .lists .list:nth-of-type(2) .progress-canvas {
  height: 120px;
}

.content-score .lists .list .circle-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content-score .lists .list .circle-txt .txt-p1 {
  height: 32px;
  font-size: 25px;
  font-family: PingFangSC-Semibold,PingFang SC;
  font-weight: 600;
  color: #0099ff;
  line-height: 32px;
}

.content-score .lists .list:nth-of-type(2) .circle-txt .txt-p1 {
  font-size: 28px;
  margin-bottom: 6px;
}

.content-score .lists .txt {
  width: 172px;
  margin: 0 auto;
}

/* 未报名 */
.content-apply-no {
  padding-bottom: 20px;
}

.content-apply-no .no-img {
  width: 250px;
  height: 160px;
}

.content-apply-no .appli-txt {
  margin: 10px 0;
}

.content-apply-no .btn-apply {
  display: inline-block;
  margin: 0 auto;
  background-color: #0099FF;
  border-radius: 15px;
  line-height: 30px;
  padding: 0 14px;
}

/* 全部知识点 样式表 */
/* 分裂筛选 */
.filter-lists {
  margin-top: 6px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 7px 1px rgba(223, 223, 223, 0.75);
          box-shadow: 1px 1px 7px 1px rgba(223, 223, 223, 0.75);
}

.filter-lists .filter-list {
  padding-top: 14px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.filter-lists .filter-list .label {
  display: inline-block;
  float: left;
  margin-right: 18px;
  width: 72px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-lists .filter-list .lists {
  display: block;
  /*margin-left: 50px;*/
  border-bottom: 1px solid #E9E9E9;
  width: 831px;
}

.filter-lists .filter-list:last-child .lists {
  border-bottom: 0;
}

.filter-lists .filter-list .lists .list {
  margin-bottom: 12px;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  padding: 0 17px;
  line-height: 25px;
}

.filter-lists .filter-list .lists .list.active {
  color: #0099FF;
  background-color: #D4EDFF;
  border-radius: 13px;
}

/* 报名弹窗 */
.apply-dialog .icon-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.apply-dialog .btn {
  height: 30px;
  border-radius: 15px;
  margin: 0 15px;
  padding: 0 14px;
}

.apply-dialog .btn-confirm {
  background: #0099ff;
  border: 1px solid #0099FF;
}

.apply-dialog .btn-confirm:hover {
  background: #008fee;
}

.apply-dialog .btn-cancel {
  background: #ffffff;
  border: 1px solid #92D4FF;
  color: #0099FF;
}

.apply-dialog .btn-cancel:hover {
  background: #E8F5FF;
}

.toast-con {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /*水平垂直居中*/
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 40px;
  padding: 0 14px;
  display: none;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.8);
}

.toast-con p {
  display: none;
}

.toast-con.toast-yes .txt-yes {
  display: block;
}

.toast-con.toast-yes .txt-no {
  display: none;
}

.toast-con.toast-no .txt-yes {
  display: none;
}

.toast-con.toast-no .txt-no {
  display: block;
}

/* 新增的有效时间 */
.invalidLearn {
  width: 100%;
  line-height: 20px;
  padding: 10px 0;
  background-color: #FF8A38;
  text-align: center;
  min-width: 1000px;
}

.index-con .dialog-content.invalidLearnDialog .dialog-btn {
  width: auto;
  padding: 0 14px;
}

.index-con .dialog-content.invalidLearnDialog .dialog-btn.btn-disbaled {
  background: rgba(0, 153, 255, 0.3);
}

/* 必学分类 */
.list-must .book-name {
  color: #E1392E;
}
