@CHARSET "utf-8";
/*课程弹窗*/
.cover-box{
  display: none;
  filter:Alpha(Opacity=70);/*100为不透明，0为全透明*/
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 998;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgb(51, 51, 51);
  z-index: 1;
}
.program-pop{
  position: relative;
  z-index: 999;
  /*background-color: #eee;*/
  /*border-right: 2px solid #fff;*/
  /*border-left: 2px solid #fff;*/
  *min-height: 10px;
  *height: auto !important;
  width: 1200px;
    /*display: flex;*/
    /*justify-content:center;*/
    height: 630px;
  margin: 0 auto;
}
.program-pop .version-box-top{
  height: 52px;
}
.program-pop .version-box-top .lc-top-class .select{
	color: #00b48b;
}
.program-pop .version-box-top .lc-top-class .select span {
	background: url(../../main/images/common/jiantou-up-hover.png) no-repeat center 14px;
}

.program-pop .version-box{
  /*position: absolute;*/
	/*top: 15px;*/
  /* left: -2px;
  top: -52px; */
  /*height: 580px;*/
  /*display: none;*/
    /*left: -100px;*/
}
.program-pop .version-content{
  background-color: #fff;
  width: 1050px;
  height: 560px;
  z-index: 11111;
  /* overflow: auto; */
  /*padding-top: 30px;*/
  /*border-radius: 0px 6px 6px 6px;*/
    top: 15px;
    /* left: -2px;
  }
  .program-pop .version-content-padding{
    /* padding-top: 30px; */
  background-color: #F7FAF9;
  /*padding: 32px 24px;*/
}
.version-content-padding{
    padding: 32px 24px;
}
.program-pop .version-content-title{
  height: 34px;
  /*border-bottom: 1px solid #008c72 !important;*/
  /*padding-left: 15px;*/
}
.program-pop .version-content-title ul li{
  float: left;
  width: 100px;
  height: 33px;
  font-size: 16px;
  line-height: 33px;
  color: #666;
  text-align: center;
  /*border: 1px solid #e8e8e8;*/
  cursor: pointer;
  border-bottom: none;
    position: relative;
}
.program-pop .version-content-title ul li:hover{
  background-color: #eee;
}
.program-pop .green-border{
    color: #00AA86!important;
  /*border-bottom: 3px solid #fff !important;*/
  /*border-left: 1px solid #008c72 !important;*/
  /*border-right: 1px solid #008c72 !important;*/
  /*border-top: 3px solid #008c72 !important;*/
  /*color: #008c72 !important;*/
  /*height: 30px !important;*/
  /*line-height: 30px !important;*/
  /*background-color: #fff !important;*/
}
.program-pop .green-border:after{
    content: '';
    width: 40px;
    height: 2px;
    background: #00AA86;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 20px);

}
.program-pop .version-content-filler{
  display: none;
  /*padding: 30px;*/
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
  /*background-color: #fff;*/
}
/*课程版本第一个盒子开始*/
.program-pop .green{
  color: #008c72 !important;
}
.program-pop .green:hover{
  color: #00b48b !important;
}
.program-pop .red{
  color: #ff0000 !important;
}
.program-pop .yellow{
  color: #ff6600 !important;
}
.program-pop .lucency{
  text-indent: 2em;
  color: #666;
  font-size: 16px;
  padding-top: 100px;
  padding-left: 50px;
  width: 435px;
  height: 260px;
  background: url(../../images/default/lucency.png) no-repeat 0px 60px;
}
.program-pop .lucency span{
  cursor: pointer;
}
.program-pop .kelaiman-big{
  width: 320px;
  height: 415px;
  background: url(../../images/default/kelaiman-big.png) no-repeat center center;
}
.program-pop .table tr th {
  height:26px;
  border: none;
}
.program-pop .table tr td {
  border: none;
}
.program-pop .table tr{
  border-bottom:1px solid #cee0dd;
}
/* .view{
  position: relative;
} */
.program-pop .view-box{
  background-color: #fff;
  position: absolute;
  width: 360px;
  display: none;
  left: -240px;
  top: 6px;
  z-index: 1;
}
.program-pop .triangle-green{
  z-index: 999;
  position: absolute;
  top: -2px;
  left: 40px;
  display: none;
  width: 17px;
  height: 10px;
  background: url(../../images/default/triangle-green.png) no-repeat center center;
}
.program-pop .view-progress-b{
  float: left;
  margin-top: 7px;
  background-color: #b5b5b5;
  width: 100px;
  height: 5px;
}
.program-pop .view-progress-s{
  background-color: #ff9900;
  width: 20%;
  height: 5px;
}
.program-pop .table tr td p{
  float: right;
  font-size: 12px;
}
/*课程版本第一个盒子结束*/
/*课程版本第二个盒子开始*/
.program-pop .choose-box{
  height: 452px;
  border: 1px solid #008c72;
}
.program-pop .choose-series{
  float: left;
  width: 16.6%;
  height: 414px;
}
.program-pop .choose-version{
  float: left;
  width: 35.6%;
  height: 450px;
  box-sizing: border-box;
  border-left: 1px solid #b9d3ce;
  border-right: 1px solid #b9d3ce;
  position: relative;
}
.program-pop .choose-course{
  float: left;
  width: 47.8%;
  height: 414px;
}
.program-pop .choose-series ul{
  background-color: #fff;
  height: 414px;
  overflow: auto;
  overflow-x:hidden;
}
.program-pop .choose-version ul{
  background-color: #fff;
  display: none;
  height: 414px;
  overflow-y: scroll;
  overflow-x:hidden;
  /* margin-left: 20px; */
  width: 100%;
}
.program-pop .choose-course ul{
  background-color: #fff;
  display: none;
  height: 414px;
  overflow: auto;
  overflow-x:hidden;
}
.program-pop .choose-series-title{
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #00AA86;
  border-bottom: 1px solid #b9d3ce;
}
.program-pop .choose-version-title{
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #00AA86;
  border-bottom: 1px solid #b9d3ce;
  text-align: center;
}
.program-pop .choose-version-title .left-text{
	float: left;width: 182px;line-height: 34px;text-align: right;
}
.program-pop .choose-version-title .right-order{
	float: left;width: 30px;line-height:34px;margin-left:4px;margin-top:2px;
}
.program-pop .choose-course-title{
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #00AA86;
  border-bottom: 1px solid #b9d3ce;
}
.program-pop .choose-box ul li{
  font-size: 14px;
  color: #333;
  height: 35px;
  line-height: 35px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #b9d3ce;
}
.program-pop .choose-box ul li:hover{
  background-color: #e5f3f1;
  cursor: pointer;
}
.program-pop .choose-hover{
  background-color: #e5f3f1 !important;
}
.program-pop .choose-course ul li:hover{
  background-color: #e5f3f1;
  cursor: pointer;
  color: #333;
}
.program-pop .choose-hover-last{
  background-color: #e5f3f1 !important;
  color: #333 !important;
}
.program-pop .elves{
  float: left;
  width: 24px;
  height: 35px;
}
.program-pop .review_program{
  background: url(../../images/global/review.png) no-repeat center center;
}
.program-pop .nostudy_program{
  background: url(../../images/global/nostudy.png) no-repeat center center;
}
.program-pop .studying_program{
  background: url(../../images/global/studying.png) no-repeat center center;
}
.program-pop .studyover_program{
  background: url(../../images/global/studyover.png) no-repeat center center;
}

.program-pop .nostudy_parent_series{
	background: url(../../images/global/nostudy_parent_series_gray.png) no-repeat center center;
}
.program-pop .selected .nostudy_parent_series{
	background: url(../../images/global/nostudy_parent_series_white.png) no-repeat center center;
}
.program-pop .studying_parent_series{
	background: url(../../images/global/studying_parent_series_gray.png) no-repeat center center;
}
.program-pop .selected .studying_parent_series{
	background: url(../../images/global/studying_parent_series_white.png) no-repeat center center;
}
.program-pop .nostudy_series{
  background: url(../../images/global/nostudy_series_gray.png) no-repeat center center;
}
.program-pop .selected .nostudy_series{
  background: url(../../images/global/nostudy_series_white.png) no-repeat center center;
}
.program-pop .studying_series{
  background: url(../../images/global/studying_series_gray.png) no-repeat center center;
}
.program-pop .selected .studying_series{
  background: url(../../images/global/studying_series_white.png) no-repeat center center;
}

.program-pop .choose-study{
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  *margin-right: 20px;
}
.program-pop .elves-font{
  float: left;
  margin-top: 6px;
}
.program-pop .elves-mark{
  float: right;
  margin-right: 10px;
  *margin-right: 25px;
  font-size: 14px;
  margin-top: 5px;
  color: #ccc;
}
.program-pop .introduce{
  font-size: 12px;
  color: #008c72;
  float: left;
  margin-top: 9px;
  float: right;
  margin-right: 10px;
  display: none;
}
.program-pop .wordbook{
  font-size: 12px;
  color: #008c72;
  float: left;
  margin-top: 9px;
  float: right;
  margin-right: 20px;
  display: none;
}
.program-pop .introduce:hover{
  color: #01b896;
}
.program-pop .wordbook:hover{
  color: #01b896;
}
.program-pop .selected{
	background: #008c72 !important;
	color: #fff !important;
}
/*课程版本第二个盒子结束*/

/*任务课程  start*/
.task-class-title {
	text-align: center;
	color: #fff;
	line-height: 34px;
	font-size: 14px;
	background-color: #00b48b;
}

.task-class-box {
	/*background-color: #e6e6e6;*/
	padding: 0 10px 10px;
}

.task-class-select {
	padding: 16px 0;
	font-size: 14px;
}

.task-class-select-desc {
	color: #999;
	line-height: 30px;
	float:left;
}

.task-class-select-list li {
	float: left;
	width: 96px;
	font-size:12px;
	height: 30px;
	line-height: 30px;
	color: #ff9900;
	background-color: #ffeeeb;
	margin-left: 10px;
	text-align: center;
	border: 1px solid #ff9900;
	border-radius: 5px;
	cursor: pointer;
}

.task-class-select-list .disabled {
	background-color: #ccc;
	color: #fff;
	cursor: default;
	border: 1px solid #ccc;
}

.task-class-table {
	border: 1px solid #fff;
}


.task-class-table tr th {
	background-color: #fff;
	color: #999;
	padding: 0;
	line-height: 34px;
	position: relative;
}

.task-class-table tr th span span {
	position: absolute;
	width: 8px;
	height: 6px;
}


.task-class-table tr th  .upArrow {
	padding: 4px;
}

.task-class-table tr th .bottomArrow {
	padding: 4px;
}

.task-class-table tr .th-className {
	width: 370px;
	min-width: 370px;
}

.upArrow {
	background: url(../../images/default/order-upArrow.png) no-repeat center;
}
.upArrow-active {
	background: url(../../images/default/order-upArrow-active.png) no-repeat center;
}

.bottomArrow {
	background: url(../../images/default/order-downArrow.png) no-repeat center;
}

.bottomArrow-active {
	background: url(../../images/default/order-downArrow-active.png) no-repeat center;
}

.task-class-table tr .th-className .upArrow {
	top: 6px;
  	left: 258px;
}

.task-class-table tr .th-className .bottomArrow {
	top: 14px;
  	left: 258px;
}

.task-class-table tr .th-studyType {
	width: 220px;
	min-width: 220px;
}

.task-class-table tr .th-studyType .upArrow {
	top: 6px;
  	left: 140px;
}

.task-class-table tr .th-studyType .bottomArrow {
	top: 14px;
  	left: 140px;
}
.task-class-table tr .th-reviewNumber {
	width: 150px;
	min-width: 150px;
}

.task-class-table tr .th-operate {
	width: 100px;
	min-width: 100px;
}

.task-class-table tr td {
	background-color: #fff;
	color: #333;
}

.task-class-table tr .td-className {
	text-align: left;
}

.task-class-table tr .td-operate {
	color: #008c72;
}

.task-class-line {
	height: 1px;
	border-bottom: 1px dashed #ccc;
	margin: 15px 0;
}

.study-task-table {
	/* margin-top: 10px; */
}

.study-task-table .td-learnProgress>div {
	overflow: hidden;
	padding-left: 34px;
}

.study-task-table .td-learnProgress>div span {
	float: left;
	margin-right: 6px;
	width: 16px;
	height: 16px;
}


/*任务课程  end*/
.orderSpan {
	/* width:8px;
	height:6px;
	position:relative; */
	width: 8px;
	display: inline-block;
	padding-top: 3px;
	cursor: pointer;
}

.orderSpan .upArrow {
	position: absolute;
    height: 6px;
    padding: 8px;
    left: -4px;
}
.orderSpan .bottomArrow {
    position: absolute;
    height: 12px;
    padding: 12px;
    left: -8px;
}

.orderSpan .learned-upArrow,.orderSpan .series-version-upArrow {
	/* position: absolute;
    height: 6px;
    padding: 8px;
    left: -4px; */
    display: inline-block;
    height: 8px;
	width: 6px;
	float: left;
}

.orderSpan .learned-bottomArrow,.orderSpan .series-version-bottomArrow {
    /* position: absolute;
    height: 12px;
    padding: 12px;
    left: -8px; */
    display: inline-block;
    height: 8px;
	width: 6px;
	float: left;
}

/* .orderSpan .series-version-upArrow {
    position: absolute;
    height: 14px;
    padding: 8px;
    left: -4px;
}

.orderSpan .series-version-bottomArrow {
    position: absolute;
    height: 22px;
    padding: 12px;
    left: -8px;
    cursor:pointer;
} */

.learned-upArrow {
	background: url(../../images/default/order-upArrow2.png) no-repeat center;
}
.learned-upArrow-active {
	background: url(../../images/default/order-upArrow2-active.png) no-repeat center;
}

.learned-bottomArrow {
	background: url(../../images/default/order-downArrow2.png) no-repeat center;
}

.learned-bottomArrow-active {
	background: url(../../images/default/order-downArrow2-active.png) no-repeat center;
}


.series-version-upArrow {
	background: url(../../images/default/order-upArrow2.png) no-repeat center;
}
.series-version-upArrow-active {
	background: url(../../images/default/order-upArrow2-active.png) no-repeat center;
}

.series-version-bottomArrow {
	background: url(../../images/default/order-downArrow2.png) no-repeat center;
}

.series-version-bottomArrow-active {
	background: url(../../images/default/order-downArrow2-active.png) no-repeat center;
}

.version-fast-nav{
    position: absolute;
    right:0px;
    background: #666;
    min-height: 250px;
}
.version-fast-nav>div{
    padding: 2px 4px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    display: block;
    cursor: pointer;
}
.version-fast-nav>div:hover{
	background-color: #888888;
}
/*9/3升级*/
.programBox{
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -94px;
    left: 0;
    z-index: 101;
}
.programContent{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 560px;
    width: 1200px;
    background: #fff;
    border-radius: 0px 8px 8px 8px
}
.programLeft{
    /*float: left;*/
    width: 150px;
    /*height: 200px;*/
    background: #ffffff;
    height:560px;
}
.program-pop .table tr:nth-child(odd) td{
    background: #F7F7F7;
}
.programLeft div{
    width: 128px;
    height: 64px;
    padding-left: 24px;
    line-height: 64px;
    font-size: 18px;
    color: #999999;
    cursor: pointer;
}
.programLeft div:hover{
    color: #00AA86!important;

}
.activeModelDialog{
    background: url("../images/9.3/active.png") no-repeat;
    background-size: contain;
    color: #00AA86!important;
    font-weight: bold;
}


.choose-grade-title {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color: #008c72;
    border-bottom: 1px solid #b9d3ce;
}
.choose-grade {
    float: left;
    width: 16.6%;
    height: 413px;
    box-sizing: border-box;
    border-right: 1px solid #b9d3ce;
}


.course-detail {
    width: 418px;
    height: 200px;
    position: absolute;
    top: 38px;
    right: 0;
    border: 1px solid #008c72;
    border-radius: 10px;
    background-color: #f2f2f2;
    padding: 10px;
    display: none;
    z-index: 1;
}





.program-pop .version-content{
    padding: 0px;
}


.program-pop .version-content,.program-pop .version-content{
    padding: 0!important;
}

.program-pop .version-content-filler{
    padding: 0px!important;
    margin: 0px;
}

.select-wrap{
    display: inline-block;
    padding: 0px 22px;

}
.version-box-top{
    line-height: 60px!important;
    height: 70px!important;
}

.program-pop{
    background: none!important;
    border: none;
}
.select-table>#appent-select{
    /*display: inline-block!important;*/
    overflow: hidden;
}
.select-table .select-table-tr{
    width: initial!important;
}
.select-table .select-table-tr td:first-child {
    width: 450px!important;
}
.select-table .select-table-tr td:nth-child(3) {
    width: 140px!important;
}.select-table .select-table-tr td:nth-child(4) {
    width: 140px!important;
}.select-table .select-table-tr td:nth-child(5) {
    width: 140px!important;
}
