@charset "UTF-8";
/**
 *
 *
 * 课程首页
 *
 *
 **/
.filterx {
  margin-top: 90px; }
  .filterx-type ul {
    padding-bottom: 24px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff; }
  .filterx-type li {
    height: 20px;
    font-size: 14px;
    color: #303133;
    line-height: 20px;
    padding: 4px 12px;
    margin-top: 20px;
    margin-left: 20px;
    text-align: center;
    box-sizing: content-box;
    flex: none;
    cursor: pointer; }
    .filterx-type li.active {
      background-color: #0088ff;
      border-radius: 4px;
      color: #fff; }
  .filterx-other {
    display: flex;
    margin-top: 20px; }
    .filterx-other button {
      position: relative;
      margin-right: 20px;
      width: 100px;
      height: 32px;
      font-size: 14px;
      color: #303133;
      width: 100px;
      line-height: 32px;
      background-color: #fff;
      text-align: center;
      padding-right: 12px;
      cursor: pointer;
      border-radius: 4px; }
      .filterx-other button.active, .filterx-other button.active2 {
        border: 1px solid #0088ff;
        color: #0088ff; }
    .filterx-other-icon {
      display: flex;
      width: 6px;
      position: absolute;
      right: 30px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .filterx-other-time .filterx-other-icon, .filterx-other-hot .filterx-other-icon {
      flex-direction: column;
      justify-content: space-between;
      height: 10px; }
      .filterx-other-time .filterx-other-icon i, .filterx-other-hot .filterx-other-icon i {
        height: 4px;
        width: 6px;
        background: url("../image/shape2.png") no-repeat center/contain;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
        .filterx-other-time .filterx-other-icon i:nth-child(2), .filterx-other-hot .filterx-other-icon i:nth-child(2) {
          -webkit-transform: rotate(0);
                  transform: rotate(0); }
    .filterx-other-time.active .filterx-other-icon i:nth-child(1), .filterx-other-hot.active .filterx-other-icon i:nth-child(1) {
      background-image: url("../image/shape.png"); }
    .filterx-other-time.active2 .filterx-other-icon i:nth-child(2), .filterx-other-hot.active2 .filterx-other-icon i:nth-child(2) {
      background-image: url("../image/shape.png"); }

.course-list {
  display: flex;
  flex-wrap: wrap; }

/**
 *
 *
 * 课程详情
 *
 *
 **/
.coursex {
  margin-top: 70px; }
  .coursex-level {
    margin-top: 20px;
    height: 18px;
    font-size: 12px;
    color: #303133;
    line-height: 18px; }
    .coursex-level li {
      margin-left: 18px;
      position: relative; }
      .coursex-level li:after {
        content: "/";
        display: block;
        position: absolute;
        top: 0;
        left: -10px; }
      .coursex-level li:first-child {
        margin-left: 0; }
        .coursex-level li:first-child:after {
          display: none; }
  .coursex-video {
    width: 840px;
    height: 472px;
    position: relative; }
    .coursex-video video {
      width: 100%;
      height: 100%; }
  .coursex-directory {
    width: 340px;
    height: 472px; }
    .coursex-directory .mCustomScrollbar {
      height: 422px;
      overflow: hidden; }
      .coursex-directory .mCustomScrollbar .mCSB_inside > .mCSB_container {
        margin-right: 0; }
      .coursex-directory .mCustomScrollbar ol {
        display: none;
        background-color: #272728; }
    .coursex-directory-title {
      height: 50px;
      font-size: 16px;
      color: #fff;
      line-height: 50px;
      padding: 0 20px; }
    .coursex-directory-chapter {
      height: 54px;
      font-size: 14px;
      color: #e5e5e5;
      line-height: 54px;
      padding: 0 35px 0 20px;
      display: flex;
      position: relative;
      cursor: pointer; }
      .coursex-directory-chapter.active:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .coursex-directory-chapter .chapternum {
        width: 20px;
        flex: none; }
      .coursex-directory-chapter:after {
        content: "";
        width: 14px;
        height: 14px;
        background: url("../image/course-detail-top.png") no-repeat center/contain;
        display: block;
        position: absolute;
        top: 20px;
        right: 14px; }
    .coursex-directory-item {
      height: 66px;
      display: flex;
      flex-direction: column;
      padding: 11px 11px 11px 62px;
      cursor: pointer;
      position: relative; }
      .coursex-directory-item.play:after {
        background-image: url("../image/course-detail-play.png"); }
      .coursex-directory-item.active {
        background-color: #0088ff; }
      .coursex-directory-item .timex {
        height: 17px;
        font-size: 12px;
        color: #fff;
        line-height: 17px;
        display: flex;
        align-items: center; }
        .coursex-directory-item .timex span {
          margin-right: 6px;
          margin-top: 2px; }
      .coursex-directory-item .textx {
        height: 20px;
        font-size: 14px;
        color: #e5e5e5;
        line-height: 20px; }
      .coursex-directory-item:after {
        content: "";
        width: 16px;
        height: 16px;
        background: url("../image/course-detail-pause.png") no-repeat center/contain;
        display: block;
        position: absolute;
        top: 25px;
        left: 40px; }
.coursex-directory-live:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../image/course_live.png") no-repeat center/contain;
  display: block;
  position: absolute;
  top: 25px;
  left: 40px;
}
      .coursex-directory-item .newx-icon,
      .coursex-directory-item .attempt-icon {
        width: 30px;
        height: 12px;
        margin-left: 6px;
        display: block; }
      .coursex-directory-item .attempt-icon {
        background: url("../image/course-detail-attempt.png") no-repeat center/contain; }
      .coursex-directory-item .newx-icon {
        background: url("../image/course-detail-new.png") no-repeat center/contain; }
  .coursex-desc {
    height: 103px;
    width: 720px;
    padding: 20px; }
    .coursex-desc-title {
      height: 33px;
      font-size: 24px;
      color: #fff;
      line-height: 33px; }
    .coursex-desc-people {
      display: flex;
      margin-top: 10px;
      height: 20px;
      align-items: center; }
      .coursex-desc-people span {
        color: #e5e5e5;
        font-size: 14px; }
      .coursex-desc-people .wx-icon,
      .coursex-desc-people .xcx-icon {
        width: 20px;
        height: 20px;
        display: block;
        margin-left: 30px;
        cursor: pointer;
        padding-bottom: 43px; }
        .coursex-desc-people .wx-icon-code,
        .coursex-desc-people .xcx-icon-code {
          width: 120px;
          height: 137px;
          display: none;
          flex-direction: column;
          align-items: center;
          background-color: #fff;
          position: absolute;
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
          z-index: 10;
          top: 36px; }
          .coursex-desc-people .wx-icon-code img,
          .coursex-desc-people .xcx-icon-code img {
            height: 100px;
            width: 100px;
            margin-top: 10px;
            display: block; }
          .coursex-desc-people .wx-icon-code p,
          .coursex-desc-people .xcx-icon-code p {
            height: 20px;
            font-size: 14px;
            color: #303133;
            line-height: 20px;
            margin-top: 3px;
            width: auto; }
      .coursex-desc-people .wx-icon {
        background: url("../image/course-detail-wx.png") no-repeat center/contain;
        position: relative; }
        .coursex-desc-people .wx-icon:hover .wx-icon-code {
          display: flex; }
      .coursex-desc-people .xcx-icon {
        background: url("../image/course-detail-shape.png") no-repeat center/contain;
        position: relative; }
        .coursex-desc-people .xcx-icon:hover .xcx-icon-code {
          display: flex; }
  .coursex-button {
    height: 103px;
    width: 460px;
    display: flex;
    padding-top: 27px;
    justify-content: center; }
    .coursex-button button {
      height: 48px;
      font-size: 18px;
      color: #fff;
      line-height: 48px;
      border-radius: 4px;
      text-align: center;
      cursor: pointer;
      margin-left: 20px;
      width: 180px; }
      .coursex-button button:first-child {
        margin-left: 0; }

.detailx {
  width: 700px;
  min-height: 632px;
  padding: 20px;
  background-color: #fff;
  margin-right: 20px;
  position: relative; }
  .detailx-jump {
    height: 22px;
    font-size: 16px;
    color: #303133;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .detailx-jump a {
      color: #303133 !important; }
    .detailx-jump ._title {
      font-weight: bold; }
    .detailx-jump ._download {
      position: relative;
      margin-right: 20px; }
      .detailx-jump ._download:after {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: -19px;
        height: 16px;
        width: 16px;
        background: url("../image/course-detail-download.png") no-repeat center/contain; }
    .detailx-jump ._question {
      margin-left: 20px; }
  .detailx-nodata {
    position: absolute;
    top: 191px;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    .detailx-nodata img {
      width: 120px;
      height: 102px; }
    .detailx-nodata p {
      height: 20px;
      font-size: 14px;
      color: #c0c4cc;
      line-height: 20px;
      margin-top: 10px;
      width: auto; }

.evaluatex {
  width: 460px;
  min-height: 632px;
  padding: 20px;
  background-color: #fff;
  position: relative; }
  .evaluatex-jump {
    height: 22px;
    font-size: 16px;
    color: #303133;
    line-height: 22px;
    display: flex;
    justify-content: space-between; }
    .evaluatex-jump-eval {
      color: #0088ff;
      cursor: pointer; }
  .evaluatex-textarea {
    margin-top: 20px; }
    .evaluatex-textarea textarea {
      background-color: #f6f6f6;
      border-radius: 2px;
      height: 70px;
      width: 100%;
      font-size: 14px;
      padding: 10px; }
    .evaluatex-textarea-submit {
      height: 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 10px; }
      .evaluatex-textarea-submit span {
        color: #c0c4cc;
        font-size: 12px; }
      .evaluatex-textarea-submit button {
        width: 52px;
        height: 24px;
        font-size: 14px;
        color: #fff;
        width: 52px;
        line-height: 24px;
        background-color: rgba(4, 134, 254, 0.5);
        cursor: pointer; }
  .evaluatex-item {
    padding: 20px 0 10px;
    border-bottom: 1px solid #eeeeee; }
    .evaluatex-item:last-child {
      border-bottom: none; }
    .evaluatex-item-avatar {
      height: 30px;
      width: 30px;
      margin-right: 10px; }
    .evaluatex-item-content {
      width: 380px; }
      .evaluatex-item-content ._my {
        height: 22px;
        font-size: 14px;
        color: #303133;
        line-height: 22px;
        display: flex;
        justify-content: space-between; }
      .evaluatex-item-content ._zan {
        color: #909399;
        position: relative; }
        .evaluatex-item-content ._zan:after {
          content: "";
          display: block;
          position: absolute;
          top: 2px;
          left: -18px;
          height: 16px;
          width: 16px;
          background: url("../image/course-detail-zan.png") no-repeat center/contain; }
        .evaluatex-item-content ._zan.active {
          color: #F56C6C; }
          .evaluatex-item-content ._zan.active:after {
            background-image: url("../image/course-detail-zaned.png"); }
      .evaluatex-item-content ._desc {
        font-size: 13px;
        color: #909399;
        line-height: 20px;
        margin-top: 8px; }
      .evaluatex-item-content ._reply {
        font-size: 13px;
        color: #909399;
        line-height: 20px;
        margin-top: 8px; }
        .evaluatex-item-content ._reply span {
          color: #0088ff; }
  .evaluatex-page {
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .evaluatex-page i,
    .evaluatex-page span,
    .evaluatex-page input {
      margin-right: 16px; }
    .evaluatex-page input {
      width: 48px;
      height: 22px;
      border-radius: 4px;
      border: 1px solid #d9d9d9;
      text-align: center; }
    .evaluatex-page i {
      height: 14px;
      width: 14px;
      display: block;
      background: url("../image/cate-arrow-2.png") no-repeat center/contain; }
      .evaluatex-page i:nth-child(1) {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .evaluatex-nodata {
    position: absolute;
    top: 218px;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    .evaluatex-nodata img {
      width: 70px;
      height: 57px; }
    .evaluatex-nodata p {
      height: 17px;
      font-size: 12px;
      color: #909399;
      line-height: 17px;
      margin-top: 10px;
      width: auto; }

/**
 *
 *
 * 课程支付
 *
 *
 **/
.payx {
  margin-top: 70px;
  padding-bottom: 50px; }
  .payx-level {
    margin-top: 20px;
    height: 18px;
    font-size: 12px;
    color: #303133;
    line-height: 18px; }
    .payx-level li {
      margin-left: 18px;
      position: relative; }
      .payx-level li:after {
        content: "/";
        display: block;
        position: absolute;
        top: 0;
        left: -10px; }
      .payx-level li:first-child {
        margin-left: 0; }
        .payx-level li:first-child:after {
          display: none; }
  .payx-title {
    display: flex;
    height: 100px;
    font-size: 18px;
    color: #0088ff;
    line-height: 100px;
    background-color: #fff;
    margin-top: 20px;
    align-items: center; }
    .payx-title img {
      margin-left: 40px;
      height: 30px;
      width: 30px; }
    .payx-title span {
      margin-left: 20px;
      font-weight: bold; }
  .payx-order {
    background-color: #fff;
    margin-top: 20px;
    overflow: hidden; }
    .payx-order ul {
      display: flex; }
      .payx-order ul li {
        height: inherit; }
        .payx-order ul li:nth-child(1) {
          width: 300px; }
        .payx-order ul li:nth-child(2) {
          width: 180px; }
        .payx-order ul li:nth-child(3) {
          width: 280px; }
        .payx-order ul li:nth-child(4) {
          width: 220px; }
        .payx-order ul li:nth-child(5) {
          width: 196px; }
    .payx-order-title li {
      padding-left: 20px;
      color: #303133;
      font-size: 14px;
      height: 50px;
      line-height: 50px;
      border-bottom: 1px solid #f6f6f6; }
    .payx-order-content {
      margin: 10px 0; }
      .payx-order-content li {
        border-right: 1px solid #f6f6f6; }
        .payx-order-content li:last-child {
          border-right: none; }
    .payx-order-course {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 10px; }
      .payx-order-course img {
        width: 220px;
        height: 124px;
        margin-top: 10px; }
      .payx-order-course .p1 {
        width: 220px;
        font-size: 16px;
        color: #303133;
        width: 220px;
        line-height: 22px;
        margin-top: 10px; }
      .payx-order-course .p2 {
        width: 220px;
        height: 17px;
        font-size: 12px;
        color: #909399;
        width: 220px;
        line-height: 17px;
        margin-top: 10px; }
    .payx-order-handleMoney, .payx-order-actuallyMoney, .payx-order-integral {
      height: 22px;
      font-size: 16px;
      color: #303133;
      line-height: 22px;
      padding: 20px 0 0 20px; }
    .payx-order-integral .pricex {
      color: #909399;
      font-size: 14px;
      margin-top: 40px; }
    .payx-order-promoCode {
      padding: 16px 0 0 20px; }
      .payx-order-promoCode .inputx {
        display: flex; }
        .payx-order-promoCode .inputx input {
          background-color: #f6f6f6;
          width: 178px;
          height: 32px;
          font-size: 14px;
          color: #303133;
          width: 178px;
          line-height: 32px;
          padding: 12px;
          margin-right: 10px; }
        .payx-order-promoCode .inputx button {
          width: 52px;
          height: 32px;
          font-size: 14px;
          color: #fff;
          width: 52px;
          line-height: 32px;
          background-color: #0088ff;
          border-radius: 2px;
          text-align: center;
          cursor: pointer; }
      .payx-order-promoCode .pricex {
        display: flex;
        align-items: center;
        height: 22px;
        margin-top: 24px; }
        .payx-order-promoCode .pricex span:nth-child(1) {
          color: #0088ff;
          font-size: 16px;
          margin-right: 20px; }
        .payx-order-promoCode .pricex span:nth-child(2) {
          color: #909399;
          font-size: 14px; }
      .payx-order-promoCode .tipx {
        margin-top: 26px;
        height: 17px;
        font-size: 12px;
        color: #f56c6c;
        line-height: 17px; }
  .payx-method {
    height: 80px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 20px;
    background-color: #fff; }
    .payx-method-title {
      margin-left: 40px;
      height: 22px;
      font-size: 16px;
      color: #303133;
      line-height: 22px; }
    .payx-method li {
      height: 40px;
      font-size: 16px;
      color: #303133;
      line-height: 40px;
      padding: 0 22px;
      border-radius: 2px;
      border: 1px solid #eeeeee;
      margin-left: 40px;
      display: flex;
      align-items: center;
      font-weight: bold; }
      .payx-method li.active {
        border-color: #0088ff;
        background-color: #e5f3ff; }
      .payx-method li.alipay i {
        height: 24px;
        width: 24px;
        margin-right: 12px;
        display: inline-block;
        background: url("../image/alipay.png") no-repeat center/contain; }
      .payx-method li.wechat i {
        height: 24px;
        width: 21px;
        margin-right: 12px;
        display: inline-block;
        background: url("../image/wechat2.png") no-repeat center/contain; }
  .payx-submit {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .payx-submit-price {
      height: 25px;
      font-size: 18px;
      color: #0088ff;
      line-height: 25px;
      margin-top: 20px; }
    .payx-submit-integral {
      height: 17px;
      font-size: 12px;
      color: #909399;
      line-height: 17px;
      margin-top: 5px; }
    .payx-submit-button {
      width: 202px;
      height: 50px;
      font-size: 18px;
      color: #fff;
      width: 202px;
      line-height: 50px;
      background-color: #0088ff;
      border-radius: 4px;
      text-align: center;
      cursor: pointer;
      margin-top: 15px; }

.weixin_pay_outside {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.1); }

.weixin_pay_alert {
  width: 270px;
  height: 290px;
  padding: 0px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -135px;
  margin-top: -145px;
  z-index: 100;
  text-align: center; }
  .weixin_pay_alert .closeSpan {
    width: auto;
    height: auto;
    text-align: right;
    display: block; }
  .weixin_pay_alert .closeSpan img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer; }
  .weixin_pay_alert .img_close {
    width: 40px;
    height: 40px;
    vertical-align: middle; }
  .weixin_pay_alert .shaomiao_QRcord {
    display: block;
    text-align: center;
    margin-top: 20px;
    opacity: 0.8; }
  .weixin_pay_alert .spanPay_QRcord {
    display: block;
    text-align: center; }
    .weixin_pay_alert .spanPay_QRcord img {
      width: 151px;
      height: 151px;
      vertical-align: middle; }
  .weixin_pay_alert .weixin_tip {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: 12px; }

/**
 *
 *
 * 课程搜索
 *
 *
 **/
.courseSearch {
  margin-top: 90px; }
  .courseSearch-tab {
    display: flex;
    margin-right: 20px; }
    .courseSearch-tab-item {
      width: 100px;
      height: 32px;
      font-size: 14px;
      color: #303133;
      width: 100px;
      line-height: 32px;
      background-color: #fff;
      border-radius: 2px;
      text-align: center;
      cursor: pointer;
      margin-right: 20px; }
      .courseSearch-tab-item.active {
        border: 1px solid #0088ff;
        color: #0088ff; }
  .courseSearch-content {
    margin: 20px 0 50px; }
    .courseSearch-content .content-box {
      display: none; }
      .courseSearch-content .content-box.active {
        display: block; }
    .courseSearch-content .content-box ul {
      display: flex;
      flex-wrap: wrap; }
