html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ' ';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font: 12px/1.5 Helvetica,Arial,sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

input {
  outline: 0; }

/* .hidden {
	float: left;
	width: 0;
	height: 0;
	overflow: hidden;
}

.hiddenText {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
} */
.sans {
  font-family: 'Microsoft Yahei','Hiragino Sans GB','WenQuanYi Micro Hei',STHeiti,\534E\6587\7EC6\9ED1,SimHei,Helvetica,Arial,sans-serif; }

.smallSans {
  font-family: 'Microsoft Yahei','Hiragino Sans GB','WenQuanYi Micro Hei',STHeiti,\534E\6587\7EC6\9ED1,SimSun,Helvetica,Arial,sans-serif; }

.none {
  display: none; }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* table {
	margin-left: 1px;
} */
/* table td,table th {
	padding: 5px 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
} */
a {
  text-decoration: none; }

@charset "UTF-8";
/* 存放index的样式 */
* {
  user-select: none; }

.swiper-container[data-v-dc82389a] {
  width: 1000px;
  height: 320px;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-slide a[data-v-dc82389a] {
  display: block;
  width: 1000px;
  height: 320px;
  cursor: pointer;
}

.tags[data-v-f8bed22a] {
  width: 1000px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px auto 0;
  flex-wrap: wrap;
}
.tags span[data-v-f8bed22a] {
    display: inline-block;
    width: 108px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #d1d4de;
    background: #fff;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin-right: 40px;
    line-height: 34px;
    margin-bottom: 20px;
    cursor: pointer;
}
.tags .active[data-v-f8bed22a] {
    color: #fff;
    background: #00b8a4;
    border-color: transparent;
}

.card[data-v-49575822] {
  width: 310px;
  height: 410px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 4px 12px 0 rgba(105, 105, 105, 0.12);
  transition: All .39s ease-in-out;
  border: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 35px;
  margin-right: 35px;
  cursor: pointer;
}
.card[data-v-49575822]:hover {
    transform: translateY(-10px);
}
.card[data-v-49575822]:nth-child(3n) {
    margin-right: 0;
}
.card--top[data-v-49575822] {
    height: 371px;
    padding-top: 12px;
    width: 286px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.card--top .card-icon[data-v-49575822] {
      height: 180px;
      border-radius: 4px;
      background-color: #ddd;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
}
.card--top .card-icon .course-time[data-v-49575822] {
        width: 262px;
        height: 28px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.3);
        line-height: 28px;
        padding: 0 12px;
        font-size: 14px;
        position: absolute;
        bottom: 0;
}
.card--top .card-icon .course-time span[data-v-49575822] {
          background-color: transparent;
}
.card--top .card-icon .course-time span[data-v-49575822]:last-child {
            float: right;
}
.card--top .course-title[data-v-49575822] {
      font-size: 20px;
      color: #333;
      margin-top: 8px;
      font-weight: 700;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
}
.card--top .course-desc[data-v-49575822] {
      font-size: 14px;
      color: #484848;
      margin-top: 3px;
      height: 22px;
      padding: 10px 0;
      overflow: hidden;
}
.card--top .course-desc .desc-item[data-v-49575822] {
        display: inline-block;
        background: #f5f5f5;
        border-radius: 11px;
        height: 22px;
        padding: 0 10px;
        margin-right: 20px;
        margin-bottom: 20px;
}
.card--top .teacher[data-v-49575822] {
      font-size: 14px;
      color: #747474;
      margin-top: 3px;
      height: 26px;
      line-height: 26px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.card--top .price-wrap[data-v-49575822] {
      color: #fc1b16;
      font-size: 18px;
      line-height: 64px;
      position: relative;
      font-family: 'Microsoft Yahei','Hiragino Sans GB','WenQuanYi Micro Hei','STHeiti','SimHei',Helvetica,Arial,sans-serif;
}
.card--top .price-wrap .course-buy[data-v-49575822] {
        position: absolute;
        bottom: 15px;
        right: 12px;
        float: right;
        display: block;
        width: 98px;
        height: 30px;
        line-height: 30px;
        padding-top: 0;
        border-radius: 15px;
        background-color: #ff7c34;
        font-size: 16px;
        color: #fff;
        z-index: 999;
        cursor: pointer;
        text-align: center;
}
.card--bottom[data-v-49575822] {
    height: 39px;
    line-height: 39px;
    color: #999;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #f1f4f6;
}

.kytable[data-v-57a0611e] {
  width: 1000px;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  min-height: 200px;
  flex-wrap: wrap;
}

@charset "UTF-8";
/* 页尾样式 */
#ft a[data-v-0fa96c9a]:hover {
  color: #ff8330 !important;
}
#ft .footer_copyright[data-v-0fa96c9a] {
  width: 100%;
  padding: 20px 0 50px;
  font-size: 12px;
}
#ft .footer_copyright .footer_copyright-con[data-v-0fa96c9a] {
  width: 1190px;
  margin: 0 auto;
  position: relative;
}
#ft .footer_copyright .footer_copyright-con .footer_copyright-con-ul[data-v-0fa96c9a] {
  line-height: 50px;
}
#ft .footer_copyright .footer_copyright-con .footer_copyright-con-ul li[data-v-0fa96c9a] {
  display: inline-block;
  padding-right: 20px;
}
#ft .footer_copyright .footer_copyright-con .footer_copyright-con-ul li a[data-v-0fa96c9a] {
  color: #545e64;
  text-decoration: none;
}
#ft .footer_copyright .footer_copyright-con .footer_copyright-con-ul li a[data-v-0fa96c9a]:hover {
  text-decoration: underline;
}
#ft .footer_copyright .footer_copyright-con p[data-v-0fa96c9a] {
  line-height: 24px;
  color: #828282;
}
#ft .footer_copyright .footer_copyright-con p a[data-v-0fa96c9a] {
  color: #828282;
  text-decoration: none;
}
#ft .footer_copyright .footer_copyright-con p a[data-v-0fa96c9a]:hover {
  text-decoration: underline;
}
#ft .footer_copyright .footer_copyright-con .footer_copyright-logo[data-v-0fa96c9a] {
  position: absolute;
  bottom: 0;
  right: 0;
}
#ft .footer_copyright .footer_copyright-con .footer_copyright-logo .footer_copyright__img[data-v-0fa96c9a] {
  display: inline-block;
  padding: 0 15px;
}
#ft .footer_copyright .footer_copyright-con .footer_copyright-logo .footer_copyright__img.footer_copyright__credit[data-v-0fa96c9a] {
  margin-right: 50px;
}
#ft .footer_copyright .footer_copyright-con .footer_copyright-logo .footer_copyright-logo__line[data-v-0fa96c9a] {
  display: inline-block;
  width: 0;
  height: 35px;
  border-right: 1px solid #e1e6ee;
}
#ft .k12hezuo[data-v-0fa96c9a] {
  display: none;
}
@media screen and (max-width: 1200px) {
#ft .footer_copyright .footer_copyright-con[data-v-0fa96c9a] {
    width: 1000px;
}
#ft .footer_copyright .footer_copyright-con .footer_copyright-logo[data-v-0fa96c9a] {
    position: absolute;
    bottom: 20px;
    right: 15px;
}
}
#ft .anbei[data-v-0fa96c9a] {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

