.wrapper {
  width: 100%; }

.banner {
  width: 100%;
  height: 301px;
  background: url(../images/coursedetails_banner.jpg) no-repeat;
  background-size: 100% 100%; }

.banner-wrap {
  width: 1162px;
  height: 100%;
  margin: 0 auto;
  position: relative; }

.position {
  padding-top: 25px; }
  .position ul:after {
    content: "";
    clear: both;
    display: block; }
  .position li {
    float: left; }
    .position li a {
      font-size: 12px;
      color: #878fa9; }
    .position li span {
      font-size: 12px;
      color: #878fa9;
      margin-left: 8px;
      margin-right: 5px; }

.banner-tit {
  font-size: 36px;
  color: #fff;
  padding-top: 58px; }

.sur-course-details-wrap {
  margin-top: 35px; }
  .sur-course-details-wrap:after {
    content: "";
    clear: both;
    display: block; }

.buynow-btn {
  display: inline-block;
  float: left;
  width: 232px;
  height: 50px;
  background: #fe5f11;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-align: center; }
  .buynow-btn span {
    color: #ff8b52;
    margin: 0 10px; }
  .buynow-btn:hover {
    background: #e73a0c; }

.sur-course-details {
  float: left;
  margin-left: 10px; }
  .sur-course-details:after {
    content: "";
    clear: both;
    display: block; }
  .sur-course-details li {
    width: 112px;
    height: 46px;
    border-right: 1px solid #878fa9;
    float: left; }
    .sur-course-details li p {
      font-size: 12px;
      color: #fff;
      text-align: center; }
    .sur-course-details li p:nth-child(2) {
      font-size: 20px;
      padding-top: 8px; }
  .sur-course-details li:last-child {
    border: none; }

.collect-share {
  position: absolute;
  right: 0;
  bottom: 74px;
  z-index: 30; }
  .collect-share:after {
    content: "";
    clear: both;
    display: block; }
  .collect-share > a, .collect-share span {
    display: inline-block;
    float: left;
    width: 52px;
    height: 48px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.8); }

.collect-btn {
  margin-right: 10px;
  background: rgba(0, 0, 0, 0.8) url(../images/collect_btn.png) no-repeat center 10px; }
  .collect-btn:hover {
    background: rgba(0, 0, 0, 0.8) url(../images/collect_btn.png) no-repeat center -38px; }

.collect-btn-ed {
  background: rgba(0, 0, 0, 0.8) url(../images/collect_ed.png) no-repeat center 10px; }

.share-btn {
  position: relative;
  background: rgba(0, 0, 0, 0.8) url(../images/share_btn.png) no-repeat center 10px; }
  .share-btn:hover .share-list {
    display: block; }

.share-list {
  display: none;
  position: absolute;
  right: 1px;
  top: 58px;
  width: 137px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1); }
  .share-list:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 57px;
    right: 0;
    top: -57px;
    background: #fff url(../images/share_btn.png) no-repeat center -38px;
    box-shadow: 0px -1px 0px 1px rgba(0, 0, 0, 0.1); }
  .share-list ul {
    padding: 0 20px; }
    .share-list ul li {
      border-bottom: 1px solid #f0f0f0; }
      .share-list ul li a {
        font-size: 12px;
        color: #888888;
        padding-left: 34px; }

.share-weibo {
  line-height: 50px;
  background: url(../images/disanfang_weibo.png) no-repeat 1px 17px; }

.share-weixin {
  padding-top: 18px;
  background: url(../images/disanfang_weixin.png) no-repeat 1px 20px; }
  .share-weixin img {
    width: 100%;
    height: 94px;
    margin-bottom: 15px;
    margin-top: 10px; }

.share-qq {
  line-height: 50px;
  background: url(../images/disanfang_qq.png) no-repeat 1px 17px; }

.main {
  width: 100%;
  background: #ffffff;
 }
  .main:after {
    content: "";
    clear: both;
    display: block; }

.main-wrap {
  width: 1162px;
  background: #fff;
  margin: 0px auto; }
  .main-wrap:after {
    content: "";
    clear: both;
    display: block; }

.main-left {
  width: calc(100% - 313px);
  background: #fff;
  float: left;
  padding-bottom: 50px;
  background: #fff; }

.main-right {
  width: 282px;
  padding-left: 30px;
  background: #fff;
  border-left: 1px solid #f3f3f3;
  padding-top: 14px;
  float: right;
  padding-bottom: 50px; }

.about {
  font-size: 14px;
  color: #444444;
  line-height: 26px;
  padding-top: 32px;
  height: 80px;
  padding-right: 28px; }

.tit {
  margin-top: 60px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
  font-size: 16px;
  color: #fe5f11;
  margin-right: 30px; }

.list {
  width: calc(100% - 60px);
  padding-right: 60px;
  padding-top: 22px; }
  .list h3 {
    font-size: 16px;
    color: #000;
    padding-left: 30px;
    background: url(../images/list.png) no-repeat left center; }
    .list h3 span {
      margin-left: 10px; }
    .list h3 i {
      float: right;
      width: 13px;
      height: 9px;
      background: url(../images/jiao_xia.png) no-repeat;
      margin-top: 4px; }
  .list ul {
    padding-top: 20px;
    padding-bottom: 23px;
    padding-left: 30px; }
    .list ul li {
      width: calc(100% - 45px);
      height: 38px;
      border: 1px solid #f5f5f6;
      padding-left: 45px;
      line-height: 38px;
      font-size: 14px;
      background: #f5f5f6 url(../images/jiao_right.png) no-repeat 24px 13px;
      margin-bottom: 10px;
      cursor: pointer; }
      .list ul li:hover {
        background: #364060 url(../images/jiao_right.png) no-repeat 24px -20px;
        border-color: #4a5487; }
        .list ul li:hover a {
          color: #fff; }
        .list ul li:hover .list-content-time {
          display: none; }
        .list ul li:hover .start-btn {
          display: block; }
      .list ul li p {
        float: right;
        margin-right: 22px; }

.list-content {
  font-size: 14px;
  color: #444; }
  .list-content span {
    margin-left: 10px; }

.shiting {
  font-size: 12px;
  color: #fe5f11;
  margin-right: 14px;
  padding-left: 17px;
  background: url(../images/shiting.png) no-repeat left center; }

@keyframes stylie-transform-keyframes {
  0% {
    transform: translate(-10px, 0px); }
  100% {
    transform: translate(0px, 0px); } }
.start-btn {
  display: none;
  width: 93px;
  height: 25px;
  border-radius: 3px;
  background: #fe5f11;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  float: right;
  margin-right: 8px;
  margin-top: 7px;
  animation-name: stylie-transform-keyframes;
  animation-duration: 300ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  transform-origin: 0 0; }
  .start-btn:hover {
    background: #e73a0c; }

.teach-tit {
  font-size: 16px;
  color: #666666;
  padding-top: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ececec; }

.teach {
  width: 100%;
  height: 70px; }

.teach dl {
  margin-top: 21px; }
  .teach dl:after {
    content: "";
    clear: both;
    display: block; }

.teach dt {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  float: left; }

.teach dt img {
  display: inline-block;
  width: 100%;
  height: 100%; }

.teach dd {
  width: calc(100% - 106px);
  float: left;
  padding-left: 16px;
  padding-right: 20px; }

.teach-name2 {
  font-size: 16px;
  color: #000;
  padding-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.teach-name2 img {
  display: inline-block;
  margin-left: 10px; }

.teach-position {
  font-size: 12px;
  color: #444;
  padding-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.teach-course-content {
  width: calc(100% - 53px);
  border: 1px solid #f0f0f0;
  padding: 0 29px 0 24px;
  margin-top: 28px;
  background: #fff;
  padding-bottom: 26px;
  position: relative; }
  .teach-course-content:after {
    content: "";
    position: absolute;
    left: 22px;
    top: -16px;
    width: 25px;
    height: 16px;
    background: url(../images/jiao_top.png) no-repeat; }
  .teach-course-content h2 {
    font-size: 14px;
    color: #666666;
    padding-top: 24px; }
  .teach-course-content p {
    font-size: 12px;
    color: #888888;
    line-height: 21px;
    padding-top: 16px; }
  .teach-course-content ul {
    padding-top: 16px; }
    .teach-course-content ul li {
      font-size: 12px;
      color: #888888;
      line-height: 21px; }

.tuijian-list {
  padding-top: 22px; }
  .tuijian-list li {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666666;
    cursor: pointer; }
    .tuijian-list li a:nth-child(1) {
      font-size: 14px;
      color: #666666;
      display: inline-block;
      width: 190px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .tuijian-list li:hover .keshi {
      display: none; }
    .tuijian-list li:hover .shiting-btn {
      display: inline-block; }

.keshi {
  font-size: 12px;
  color: #888;
  padding-left: 26px;
  line-height: 28px;
  float: right;
  background: url(../images/shiting2.png) no-repeat left 7px; }

.shiting-btn {
  display: none;
  width: 38px;
  height: 28px;
  line-height: 28px;
  padding-left: 39px;
  color: #fff;
  border-radius: 3px;
  float: right;
  background: #fe5f11 url(../images/shiting2.png) no-repeat 14px -25px;
  animation-name: stylie-transform-keyframes;
  animation-duration: 300ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  transform-origin: 0 0; }
  .shiting-btn:hover {
    background: #e73a0c url(../images/shiting2.png) no-repeat 14px -25px; }

.fuwu-list {
  padding-top: 26px; }
  .fuwu-list li {
    padding-left: 30px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #666666;
    background: url(../images/list_dui.png) no-repeat left center; }





/*----------------footer--------------------*/
/* line 1290, ../sass/enterprise_index.scss */
.footer {
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
}

/* line 1295, ../sass/enterprise_index.scss */
.footer-top {
  width: 1050px;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 26px;
  border-bottom: 1px solid #eff2f5;
}
/* line 14, ../sass/enterprise_index.scss */
.footer-top:after {
  content: "";
  clear: both;
  display: block;
}

/* line 1303, ../sass/enterprise_index.scss */
.footer-logo {
  float: left;
  display: block;
  width: 158px;
  padding-top: 10px;
}
/* line 1308, ../sass/enterprise_index.scss */
.footer-logo img:nth-child(1) {
  display: inline-block;
  width: 158px;
  height: 50px;
}
/* line 1313, ../sass/enterprise_index.scss */
.footer-logo img:nth-child(2) {
  display: inline-block;
  width: 140px;
  height: 30px;
  margin-top: 36px;
  margin-left: 30px;
}

/* line 1321, ../sass/enterprise_index.scss */
.siteinfo {
  margin-left: 34px;
  float: left;
}
/* line 1324, ../sass/enterprise_index.scss */
.siteinfo h3 {
  font-size: 16px;
  color: #444;
  padding-bottom: 8px;
  font-weight: 600;
}
/* line 1330, ../sass/enterprise_index.scss */
.siteinfo a {
  font-size: 14px;
  color: #808ea8;
  display: block;
  line-height: 32px;
}

/* line 1337, ../sass/enterprise_index.scss */
.joinus {
  margin-left: 64px;
  float: left;
}
/* line 1340, ../sass/enterprise_index.scss */
.joinus h3 {
  font-size: 16px;
  color: #444;
  padding-bottom: 8px;
  font-weight: 600;
}
/* line 1346, ../sass/enterprise_index.scss */
.joinus h6 {
  font-size: 14px;
  color: #808ea8;
  line-height: 32px;
}
/* line 1351, ../sass/enterprise_index.scss */
.joinus > div {
  font-size: 14px;
  color: #808ea8;
  line-height: 32px;
}

/* line 1357, ../sass/enterprise_index.scss */
.joinus-weixin {
  display: block;
  vertical-align: middle;
  width: 22px;
  height: 17px;
  background: url(../images/weixin-joinus.png) no-repeat center;
}

/* line 1364, ../sass/enterprise_index.scss */
.joinus-weixin-wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 22px;
}
/* line 1370, ../sass/enterprise_index.scss */
.joinus-weixin-wrap:hover .gongzhonghao {
  display: block;
}

/* line 1375, ../sass/enterprise_index.scss */
.gongzhonghao {
  display: none;
  position: absolute;
  width: 146px;
  height: 146px;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  left: 50%;
  margin-left: -86px;
  bottom: 55px;
  text-align: center;
  border-radius: 5px;
}
/* line 1387, ../sass/enterprise_index.scss */
.gongzhonghao:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #fff;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
}
/* line 1396, ../sass/enterprise_index.scss */
.gongzhonghao img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1402, ../sass/enterprise_index.scss */
.joinus-weibo {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 17px;
  background: url(../images/xinlang-joinus.png) no-repeat center;
}

/* line 1410, ../sass/enterprise_index.scss */
.course-class {
  float: right;
}
/* line 1412, ../sass/enterprise_index.scss */
.course-class h3 {
  font-size: 16px;
  color: #444;
  padding-bottom: 8px;
  font-weight: 600;
}
/* line 1418, ../sass/enterprise_index.scss */
.course-class ul {
  padding-top: 31px;
}
/* line 14, ../sass/enterprise_index.scss */
.course-class ul:after {
  content: "";
  clear: both;
  display: block;
}
/* line 1422, ../sass/enterprise_index.scss */
.course-class li {
  float: left;
  width: 65px;
}
/* line 1425, ../sass/enterprise_index.scss */
.course-class li a {
  display: block;
  width: 100%;
  height: auto;
}
/* line 1430, ../sass/enterprise_index.scss */
.course-class li img {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
/* line 1436, ../sass/enterprise_index.scss */
.course-class li p {
  font-size: 12px;
  color: #8a97ae;
  padding-top: 10px;
  text-align: center;
}

/* line 1445, ../sass/enterprise_index.scss */
.footer-friendlink {
  width: 1050px;
  margin: 0 auto;
  padding-top: 18px;
}
/* line 14, ../sass/enterprise_index.scss */
.footer-friendlink:after {
  content: "";
  clear: both;
  display: block;
}
/* line 1450, ../sass/enterprise_index.scss */
.footer-friendlink h5, .footer-friendlink a {
  font-size: 12px;
  color: #a5aec0;
  float: left;
  line-height: 28px;
  vertical-align: middle;
}
/* line 1457, ../sass/enterprise_index.scss */
.footer-friendlink span {
  margin: 0 4px;
  font-size: 12px;
  color: #a5aec0;
  float: left;
  line-height: 28px;
  vertical-align: middle;
}

/* line 1466, ../sass/enterprise_index.scss */
.footer-copyright {
  width: 1050px;
  margin: 0 auto;
}
/* line 14, ../sass/enterprise_index.scss */
.footer-copyright:after {
  content: "";
  clear: both;
  display: block;
}
/* line 1470, ../sass/enterprise_index.scss */
.footer-copyright p {
  font-size: 12px;
  color: #808ea8;
  padding-top: 28px;
  float: left;
}

/* line 1477, ../sass/enterprise_index.scss */
.footer-siteinfoCredits {
  float: right;
}
/* line 1479, ../sass/enterprise_index.scss */
.footer-siteinfoCredits a {
  margin: 0 10px;
}
/*# sourceMappingURL=vipCourse_details.css.map */
