@charset "UTF-8";
.wrapper {
  width: 100%; }

.header-nav {
  width: 100%;
  height: 70px;
  background: #fff;
  position: fixed;
  top: 0px;
  z-index: 400;
  transform: translate(0, -70px);
  -ms-transform: translate(0, -70px);
  -moz-transform: translate(0, -70px);
  -webkit-transform: translate(0, -70px);
  -o-transform: translate(0, -70px);
  transition: all .4s ease;
  -webkit-transition: all .4s ease; }
  .header-nav.active {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0); }
  .header-nav h2 {
    position: absolute;
    left: 0;
    line-height: 70px;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    padding-left: 28px; }

.header-nav-list {
  text-align: center; }
  .header-nav-list a {
    display: inline-block;
    margin-right: 78px;
    line-height: 70px;
    font-size: 16px;
    color: #000000; }
    .header-nav-list a:hover {
      color: #ff4200; }
    .header-nav-list a.active {
      position: relative;
      color: #ff4200; }
      .header-nav-list a.active:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background: #ff4200;
        left: 0;
        bottom: 0; }

.buy {
  position: absolute;
  right: 30px;
  height: 40px;
  top: 50%;
  margin-top: -20px; }
  .buy span {
    display: inline-block;
    margin-right: 24px;
    font-size: 24px;
    color: #f01404;
    line-height: 40px; }
  .buy a {
    display: inline-block;
    width: 152px;
    height: 40px;
    background: #f71e0f;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center; }
    .buy a em {
      margin: 0 16px; }
    .buy a i {
      font-size: 16px;
      color: #fff; }

.path-banner {
  width: 100%;
  height: 459px;
  background-repeat: no-repeat;
  background-position: center 70px;
  background-attachment: fixed;
  background-size: auto auto;
  position: relative; }

.path-banner-wrap {
  width: 1107px;
  height: calc(100% - 100px);
  margin: 0 auto;
  position: relative;
  padding-top: 100px; }

.path-position {
  left: 0;
  top: 30px;
  position: absolute; }
  .path-position a, .path-position span {
    font-size: 14px;
    color: #d6d8e0;
    line-height: 18px; }

.path-banner-tit-img {
  height: 96px;
  width: 100%;
  text-align: center; }
  .path-banner-tit-img img {
    display: inline-block;
    width: auto;
    height: 96px; }

@keyframes rotate {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); } }
.path-banner-play {
  width: 240px;
  height: 142px;
  background: url(../images/learning_path_banner-play.png) no-repeat center;
  margin: 0 auto;
  margin-top: 28px;
  cursor: pointer;
  position: relative; }
  .path-banner-play:hover a {
    animation: rotate 1s ease-in-out infinite alternate; }
  .path-banner-play a {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    left: 0;
    right: 0;
    top: 44px;
    margin: auto;
    text-align: center;
    line-height: 42px; }
    .path-banner-play a i {
      display: block;
      width: 42px;
      height: 42px;
      text-align: center;
      line-height: 42px;
      font-size: 42px;
      color: #6ccdff; }

.path-course-info {
  position: absolute;
  width: calc(100% - 50px);
  height: 90px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  bottom: -45px;
  box-shadow: 0 12px 24px rgba(7, 17, 27, 0.1);
  padding-left: 4px;
  padding-right: 45px; }
  .path-course-info:after {
    content: "";
    clear: both;
    display: block; }
  .path-course-info dl {
    width: 150px;
    padding-top: 24px;
    text-align: center;
    float: left; }
    .path-course-info dl dt {
      font-size: 12px;
      color: #444444; }
    .path-course-info dl dd {
      font-size: 20px;
      color: #444444;
      margin-top: 4px;
      font-weight: 600; }
      .path-course-info dl dd span {
        font-size: 12px;
        color: #444444; }
  .path-course-info .picc {
    float: left;
    padding-left: 44px;
    width: 160px; }
    .path-course-info .picc dt {
      text-align: left; }
      .path-course-info .picc dt img {
        display: block; }
    .path-course-info .picc dd {
      font-size: 16px;
      color: #444444;
      font-weight: 600; }

.mask-model {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: 1000;
  text-align: center; }
  .mask-model:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.model-play-box {
  display: inline-block;
  width: 724px;
  height: 407px;
  background: #fff;
  position: relative;
  vertical-align: middle; }

.mask-close {
  position: absolute;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  right: -18px;
  top: -18px;
  font-size: 16px;
  color: #444;
  background: #fff;
  text-align: center;
  line-height: 36px;
  cursor: pointer; }

.model-play-wrap {
  width: 100%;
  height: 100%; }

.pci-line {
  float: left;
  width: 1px;
  height: 38px;
  margin-top: 27px;
  background: #e2e2e2; }

.join-course {
  width: 168px;
  height: 50px;
  border-radius: 3px;
  background: #ff2812;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
  float: right;
  margin-top: 20px;
  -webkit-transition: all .4s ease; }
  .join-course:hover {
    background: #e82410; }

.main {
  padding-top: 86px;
  background: #f8fafc; }

.path-nav-list {
  width: 1107px;
  margin: 0 auto;
  text-align: center; }
  .path-nav-list a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #444444;
    line-height: 50px;
    margin-right: 128px; }
    .path-nav-list a span {
      position: absolute;
      font-size: 14px;
      color: #000;
      top: 12px;
      left: 76px;
      line-height: normal; }
  .path-nav-list a:last-child {
    margin-right: 0; }
  .path-nav-list .active {
    font-size: 18px;
    color: #000000;
    font-weight: 600; }
    .path-nav-list .active:after {
      content: "";
      position: absolute;
      width: 26px;
      height: 4px;
      border-radius: 2px;
      background: #ff3312;
      bottom: 0;
      left: 50%;
      margin-left: -13px; }

.learning_path_list {
  width: 1170px;
  margin: 0 auto;
  padding-bottom: 50px;}
  .learning_path_list .state {
    width: 100%;
    height: 48px;
    margin-top: 12px;
    line-height: 48px; }
  .learning_path_list .state ul {
    float: right; }
  .learning_path_list .state ul:after {
    content: "";
    clear: both;
    display: block; }
  .learning_path_list .state li {
    float: left;
    padding-left: 22px;
    font-size: 12px;
    color: #444;
    margin-right: 24px; }
  .learning_path_list .xuexizhong {
    background: url(../images/xuexizhong.png) no-repeat left center; }
  .learning_path_list .yixuewan {
    background: url(../images/yixuewan.png) no-repeat left center; }
  .learning_path_list .weixuexi {
    background: url(../images/weixuexi.png) no-repeat left center; }
  .learning_path_list .jijiangshangxian {
    background: url(../images/jijiangshangxian.png) no-repeat left center; }
  .learning_path_list .course-content {
    width: calc(100% - 60px);
    padding: 0 30px;
    padding-bottom: 35px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 20px;
    padding-top: 6px; }
  .learning_path_list .course-content-tit {
    padding-top: 34px;
    padding-bottom: 18px;
    line-height: 24px; }
  .learning_path_list .course-content-tit:after {
    content: "";
    clear: both;
    display: block; }
  .learning_path_list .course-content-tit h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    display: inline-block; }
  .learning_path_list .free {
    display: inline-block;
    width: 35px;
    height: 18px;
    background: url(../images/free-icon.png) no-repeat center;
    font-size: 12px;
    color: #ffffff !important;
    text-align: center;
    margin-left: 6px;
    line-height: 18px;
    text-shadow: 1px 1px 1px #e03007; }
  .learning_path_list td .free {
    float: left;
    margin-top: 10px; }
  .learning_path_list h6 .jinjie{
    font-size: 14px;
    color: #165DFFFF;
    font-weight: 600;
    margin-left: 4px;
  }
  .learning_path_list .tishi {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    background: url(../images/tishi.png) no-repeat;
    line-height: 22px;
    cursor: pointer;
    vertical-align: middle;
    position: relative; }
  .learning_path_list .tishi:hover .tishi-content {
    display: inline-block; }
  .learning_path_list .tishi-content {
    display: none;
    padding: 0 10px;
    line-height: 22px;
    font-size: 12px;
    color: #444;
    border: 1px solid #e8e8e8;
    background: #fff;
    left: 26px;
    top: 50%;
    margin-top: -11px;
    position: absolute; }
  .learning_path_list .tishi-content em {
    display: block;
    font-style: normal;
    width: 570px; }
  .learning_path_list .tishi-content:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 9px;
    background: url(../images/jiao_left.png) no-repeat; }
  .learning_path_list .timer {
    float: right;
    padding-left: 20px;
    font-size: 12px;
    color: #888888;
    background: url(../images/clock2.png) no-repeat left center; }
  .learning_path_list .timer span {
    margin-left: 6px; }
  .learning_path_list .tab {
    width: 100%;
    border-collapse: collapse; }
  .learning_path_list .tab a {
    color: #444; }
  .learning_path_list .tab tr:nth-child(odd) {
    background: #f7f7f7; }
  .learning_path_list .tab tr:nth-child(even) {
    background: #f2f4f4; }
  .learning_path_list .tab td {
    border: 1px solid #edefef;
    position: relative;
    cursor: pointer;
    width: 33.3%; }
  .learning_path_list .tab td a {
    display: block; }
  .learning_path_list .tab td:hover {
    background: #fff;
    color: #ff7826; }
  .learning_path_list .tab td:hover .course-tit {
    color: #ff7826; }
  .learning_path_list .th {
    height: 50px;
    line-height: 50px;
    text-align: left;
    border: 1px solid #edefef; }
  .learning_path_list .th span {
    /* display: inline-block; */
    font-size: 14px;
    color: #ff4318;
    /* text-align: center; */
    line-height: 24px;
    /* width: 24px; */
    /* height: 25px; */
    /* background: url(../images/gr_pink_li.png) no-repeat; */
    /* background-size: 24px 25px; */
    font-family: "Arial Regular";
    font-weight: 600;
    margin-left: 18px; }
  .learning_path_list .th h6 {
    display: inline-block;
    font-size: 14px;
    color: #444444;
    margin-left: 12px; }
  .learning_path_list .td {
    line-height: 38px;
    width: 33%;
    font-size: 12px;
    color: #444; }
  .learning_path_list .td span {
    float: left;
    margin-left: 18px;
    margin-right: 12px; }
  .learning_path_list .td > i {
    float: right;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 12px;
    margin-top: 12px; }
  .learning_path_list .course-tit {
    float: left;
    display: inline-block;
    max-width: calc(100% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .learning_path_list .course-tit-icon {
    max-width: calc(100% - 130px) !important; }
  .learning_path_list .shiting {
    float: left;
    display: inline-block;
    width: 35px;
    height: 18px;
    background: url(../images/shiting-icon.png) no-repeat center;
    font-size: 12px;
    color: #ffffff !important;
    text-align: center;
    margin-left: 6px;
    margin-top: 10px;
    line-height: 18px;
    text-shadow: 1px 1px 1px #df5b08; }
  .learning_path_list .learning-path-list-wrap {
    width: 100%;}

/*-------------------学员评价----------------------*/
.student-evaluation {
  width: 1107px;
  margin: 0 auto;
  margin-top: 47px; }
  .student-evaluation:after {
    content: "";
    clear: both;
    display: block; }

.student-evaluation-wrap {
  width: 735px;
  float: left; }
  .student-evaluation-wrap dl {
    width: calc(100% - 60px);
    padding: 34px 30px 50px;
    background: #fff;
    margin-bottom: 23px; }
    .student-evaluation-wrap dl:after {
      content: "";
      clear: both;
      display: block; }
  .student-evaluation-wrap dt {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden; }
    .student-evaluation-wrap dt img {
      display: block;
      width: 100%;
      height: 100%; }
  .student-evaluation-wrap dd {
    float: left;
    margin-left: 18px;
    width: calc(100% -  88px); }

.teacher-txt {
  margin-top: 18px; }
  .teacher-txt h5 {
    font-size: 12px;
    color: #9095b1;
    position: relative; }
    .teacher-txt h5 span {
      padding-right: 14px;
      background: #fff;
      display: inline-block;
      position: relative;
      z-index: 2; }
    .teacher-txt h5:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background: #e7e8ed;
      top: 50%;
      left: 0; }
  .teacher-txt p {
    font-size: 12px;
    color: #9095b1;
    line-height: 20px;
    margin-top: 10px; }

.evaluation-info {
  float: right;
  width: 265px;
  height: 296px;
  border-radius: 5px;
  background: #eff2f5;
  padding: 0 40px; }
  .evaluation-info h3 {
    font-size: 72px;
    color: #444444;
    text-align: center;
    padding-top: 34px; }
  .evaluation-info ul {
    border-top: 1px solid #dbe0e5;
    margin-top: 30px;
    text-align: center;
    padding-top: 24px; }
    .evaluation-info ul li {
      display: inline-block; }
      .evaluation-info ul li h5 {
        font-size: 12px;
        color: #444444; }
      .evaluation-info ul li p {
        font-size: 16px;
        color: #ff9900;
        margin-top: 4px; }
    .evaluation-info ul li:nth-child(1) {
      float: left; }
    .evaluation-info ul li:nth-child(3) {
      float: right; }

.evaluation-info-xing {
  text-align: center;
  font-size: 14px;
  color: #ff9900; }

.evaluation-user {
  width: 100%; }
  .evaluation-user:after {
    content: "";
    clear: both;
    display: block; }

.evaluation-name {
  float: left;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.evaluation-time {
  float: right;
  font-size: 12px;
  color: #444444;
  line-height: 24px; }

.evaluation-xing {
  margin-top: 14px; }
  .evaluation-xing i {
    font-size: 14px;
    color: #ff9900; }

.evaluation-txt {
  font-size: 14px;
  color: #444444;
  line-height: 24px;
  margin-top: 8px;
  word-wrap: break-word; }

.course-detail {
  margin-top: 47px; }

.view-course-content .th span {
  color: #1885ff; }
.view-course-content .tab tr:nth-child(odd) {
  background: #f0fff1; }
.view-course-content .tab tr:nth-child(even) {
  background: #e3f9e4; }



















.course-wrap{
  width: 1170px;
  margin: 0 auto;
  border:1px solid #edefef;
  box-sizing: border-box;
  background: #fff;
  border-radius:5px;
  padding: 8px 28px 30px;

}
.course-wrap-top{
  width: 100%;
  line-height: 62px;
}
.course-wrap-top:after{
  content:"";
  display: block;
  overflow: hidden;
  clear: both;
}
.course-wrap-top h3{
  float: left;
  font-size: 16px;
  color: #070000;
  font-weight: bold;
}
.course-wrap-top p{
  font-size: 14px;
  color: #999999;
  float: right;
}
.course-wrap-top p img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.course-wrap-table{
  width: 100%;
  border-radius: 5px;
  background: #edefef;
  padding: 1px;
  box-sizing: border-box;
  overflow: hidden;
}
.course-wrap-head{
  height: 47px;
  width: 100%;
  line-height: 47px;
  padding: 0 17px;
  box-sizing: border-box;
  background: #ffffff;
}
.course-wrap-head h5{
  font-size: 16px;
  color: #070000;
  font-weight: bold;
}
.course-wrap-head h5 span{
  font-size: 16px;
  color: #ff4318;
  font-weight: bold;
}
.course-wrap-body{
  width: 100%;
  margin-top: 1px;
}
.course-wrap-row{
  width: 100%;
  height: 47px;
  margin-bottom: 1px;
}
.course-wrap-row:after{
  content:"";
  display: block;
  clear: both;
  overflow: hidden;
}
.course-wrap-row:last-child{
  margin-bottom: 0;
}
.course-wrap-row>div{
  width:369px;
  float: left;
  height: 47px;
  font-size: 14px;
  color: #070000;
  line-height: 47px;
  box-sizing: border-box;
  padding: 0 16px;
  margin-right: 1px;
}
.course-wrap-row>div:last-child{
  margin-right: 0;
}
.course-wrap-row>div span{
  display: inline-block;
  width: 30px;
  font-size: 14px;
  color: #ff4318;
  font-weight: bold;
}
.course-wrap-row:nth-child(odd)>div{
  background: #f7f7f7;
}
.course-wrap-row:nth-child(even)>div{
  background: #f2f4f4;
}
.learning_path_list .tab td:hover .course-node-list{
    display: block;
}
.course-node-list{
  display: none;
  position: absolute;
  width: 242px;
  height: auto;
  padding: 18px 16px 18px 24px;
  background: #fff;
  border:1px solid #e5e5e5;
  left: 50%;
  transform: translateX(-50%);
  top: 37px;
  z-index: 2;
  border-radius: 10px;

}

.course-node-list:before{
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -16px;;
  left: 50%;
  padding:0;
  border-bottom:8px solid #FFFFFF;
  border-top:8px solid transparent;
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  display: block;
  content:'';
  z-index: 12;
}
.course-node-list:after{
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -18px;;
  left: calc(50% - 1px);
  padding:0;
  border-bottom:9px solid #cccccc;
  border-top:9px solid transparent;
  border-left:9px solid transparent;
  border-right:9px solid transparent;
  display: block;
  content:'';
  z-index:10
}

.course-node-list ul li{
  font-size: 14px;
  color: #000000;
  line-height: 24px;

}
.course-node-list ul li a{
  width: calc(100% - 22px);
  font-size: 14px;
  color: #000000;
  vertical-align: middle;
  display: inline-block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-node-list ul li:before{
  content:"";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dcdcdc;
  margin-right: 16px;
  vertical-align: middle;
}

/*# sourceMappingURL=learning_path.css.map */
