@charset "UTF-8";
a {
  text-decoration: none !important;
}
a:hover {
  color: #1e87f0;
}

:focus-visible {
  outline: none;
}

.auto-height {
  height: auto;
  overflow: hidden;
}

.cover {
  width: 35px;
  height: 35px;
  display: inline-block;
}
.cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shadow, #kaoti .group a {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.inline-block {
  display: inline-block !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.pointer {
  cursor: pointer;
}

.color {
  color: #1e87f0 !important;
}
.color * {
  color: #1e87f0 !important;
}

.bg-color {
  background-color: #1e87f0 !important;
  color: #FFF;
}

.hover-bg-color:hover {
  background-color: #1e87f0 !important;
  color: #FFF !important;
}

.hover-color:hover {
  color: #1e87f0 !important;
}

.red {
  color: #fe8a8a !important;
}
.red * {
  color: #fe8a8a !important;
}

.bg-red {
  background-color: #fe8a8a !important;
  color: #FFF;
}

.hover-bg-red:hover {
  background-color: #fe8a8a !important;
  color: #FFF !important;
}

.hover-color:hover {
  color: #fe8a8a !important;
}

.gray {
  color: #ededed !important;
}
.gray * {
  color: #ededed !important;
}

.bg-gray {
  background-color: #ededed !important;
  color: #FFF;
}

.hover-bg-gray:hover {
  background-color: #ededed !important;
  color: #FFF !important;
}

.hover-color:hover {
  color: #ededed !important;
}

.text-gray {
  color: #ababab !important;
}
.text-gray * {
  color: #ababab !important;
}

.bg-text-gray {
  background-color: #ababab !important;
  color: #FFF;
}

.hover-bg-text-gray:hover {
  background-color: #ababab !important;
  color: #FFF !important;
}

.hover-color:hover {
  color: #ababab !important;
}

.yellow {
  color: #ff8904 !important;
}
.yellow * {
  color: #ff8904 !important;
}

.bg-yellow {
  background-color: #ff8904 !important;
  color: #FFF;
}

.hover-bg-yellow:hover {
  background-color: #ff8904 !important;
  color: #FFF !important;
}

.hover-color:hover {
  color: #ff8904 !important;
}

.dark {
  color: #666 !important;
}
.dark * {
  color: #666 !important;
}

.bg-dark {
  background-color: #666 !important;
  color: #FFF;
}

.hover-bg-dark:hover {
  background-color: #666 !important;
  color: #FFF !important;
}

.hover-color:hover {
  color: #666 !important;
}

.white {
  color: #FFF !important;
}
.white * {
  color: #FFF !important;
}

.bg-white {
  background-color: #FFF !important;
  color: #FFF;
}

.hover-bg-white:hover {
  background-color: #FFF !important;
  color: #FFF !important;
}

.hover-color:hover {
  color: #FFF !important;
}

.normal {
  font-style: normal;
  font-weight: normal;
}
.normal b, .normal i {
  font-style: normal;
  font-weight: normal;
}

@keyframes shan {
  0% {
    opacity: 0;
  }
  100% {
    color: #fe8a8a;
    opacity: 1;
  }
}
.flex {
  display: flex;
}
.flex > * {
  flex: 1;
}

.box-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.hide {
  display: none;
}

.bold {
  font-weight: bolder;
}

.f-12 {
  font-size: 12px !important;
}

.svg-12 {
  fill: currentColor;
  vertical-align: -0.15rem;
  display: inline-block;
  height: 12px;
  width: 12px;
}

.f-14 {
  font-size: 14px !important;
}

.svg-14 {
  fill: currentColor;
  vertical-align: -0.15rem;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.f-16 {
  font-size: 16px !important;
}

.svg-16 {
  fill: currentColor;
  vertical-align: -0.15rem;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.f-18 {
  font-size: 18px !important;
}

.svg-18 {
  fill: currentColor;
  vertical-align: -0.15rem;
  display: inline-block;
  height: 18px;
  width: 18px;
}

.f-22 {
  font-size: 22px !important;
}

.svg-22 {
  fill: currentColor;
  vertical-align: -0.15rem;
  display: inline-block;
  height: 22px;
  width: 22px;
}

.bb-1 {
  border-bottom: 1px solid #ededed !important;
}

.bt-1 {
  border-top: 1px solid #ededed !important;
}

.btb-1 {
  border-top: 1px solid #ededed !important;
  border-bottom: 1px solid #ededed !important;
}

.bbd-1 {
  border-bottom: 1px dashed #ededed !important;
}

.btd-1 {
  border-top: 1px dashed #ededed !important;
}

.btbd-1 {
  border-top: 1px dashed #ededed !important;
  border-bottom: 1px dashed #ededed !important;
}

.bb-5 {
  border-bottom: 5px solid #ededed !important;
}

.bt-5 {
  border-top: 5px solid #ededed !important;
}

.btb-5 {
  border-top: 5px solid #ededed !important;
  border-bottom: 5px solid #ededed !important;
}

.bbd-5 {
  border-bottom: 5px dashed #ededed !important;
}

.btd-5 {
  border-top: 5px dashed #ededed !important;
}

.btbd-5 {
  border-top: 5px dashed #ededed !important;
  border-bottom: 5px dashed #ededed !important;
}

.bb-15 {
  border-bottom: 15px solid #ededed !important;
}

.bt-15 {
  border-top: 15px solid #ededed !important;
}

.btb-15 {
  border-top: 15px solid #ededed !important;
  border-bottom: 15px solid #ededed !important;
}

.bbd-15 {
  border-bottom: 15px dashed #ededed !important;
}

.btd-15 {
  border-top: 15px dashed #ededed !important;
}

.btbd-15 {
  border-top: 15px dashed #ededed !important;
  border-bottom: 15px dashed #ededed !important;
}

.pd-tb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.mg-tb-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.pd-lr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.mg-lr-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.pd-0 {
  padding: 0px !important;
}

.mg-0 {
  margin: 0px !important;
}

.pd-tb-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.mg-tb-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.pd-lr-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.mg-lr-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.pd-1 {
  padding: 1px !important;
}

.mg-1 {
  margin: 1px !important;
}

.pd-tb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.mg-tb-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.pd-lr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.mg-lr-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.pd-5 {
  padding: 5px !important;
}

.mg-5 {
  margin: 5px !important;
}

.pd-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.mg-tb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.pd-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.mg-lr-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.pd-10 {
  padding: 10px !important;
}

.mg-10 {
  margin: 10px !important;
}

.pd-tb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.mg-tb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.pd-lr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.mg-lr-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.pd-15 {
  padding: 15px !important;
}

.mg-15 {
  margin: 15px !important;
}

.pd-tb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.mg-tb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.pd-lr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.mg-lr-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.pd-20 {
  padding: 20px !important;
}

.mg-20 {
  margin: 20px !important;
}

.pd-tb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.mg-tb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.pd-lr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.mg-lr-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.pd-30 {
  padding: 30px !important;
}

.mg-30 {
  margin: 30px !important;
}

.pd-t-0 {
  padding-top: 0px !important;
}

.pd-t-1 {
  padding-top: 1px !important;
}

.pd-t-5 {
  padding-top: 5px !important;
}

.pd-t-10 {
  padding-top: 10px !important;
}

.pd-t-15 {
  padding-top: 15px !important;
}

.pd-t-20 {
  padding-top: 20px !important;
}

.pd-t-30 {
  padding-top: 30px !important;
}

.pd-b-0 {
  padding-bottom: 0px !important;
}

.pd-b-1 {
  padding-bottom: 1px !important;
}

.pd-b-5 {
  padding-bottom: 5px !important;
}

.pd-b-10 {
  padding-bottom: 10px !important;
}

.pd-b-15 {
  padding-bottom: 15px !important;
}

.pd-b-20 {
  padding-bottom: 20px !important;
}

.pd-b-30 {
  padding-bottom: 30px !important;
}

.pd-l-0 {
  padding-left: 0px !important;
}

.pd-l-1 {
  padding-left: 1px !important;
}

.pd-l-5 {
  padding-left: 5px !important;
}

.pd-l-10 {
  padding-left: 10px !important;
}

.pd-l-15 {
  padding-left: 15px !important;
}

.pd-l-20 {
  padding-left: 20px !important;
}

.pd-l-30 {
  padding-left: 30px !important;
}

.pd-r-0 {
  padding-right: 0px !important;
}

.pd-r-1 {
  padding-right: 1px !important;
}

.pd-r-5 {
  padding-right: 5px !important;
}

.pd-r-10 {
  padding-right: 10px !important;
}

.pd-r-15 {
  padding-right: 15px !important;
}

.pd-r-20 {
  padding-right: 20px !important;
}

.pd-r-30 {
  padding-right: 30px !important;
}

.mg-t-0 {
  margin-top: 0px !important;
}

.mg-t-1 {
  margin-top: 1px !important;
}

.mg-t-5 {
  margin-top: 5px !important;
}

.mg-t-10 {
  margin-top: 10px !important;
}

.mg-t-15 {
  margin-top: 15px !important;
}

.mg-t-20 {
  margin-top: 20px !important;
}

.mg-t-30 {
  margin-top: 30px !important;
}

.mg-b-0 {
  margin-bottom: 0px !important;
}

.mg-b-1 {
  margin-bottom: 1px !important;
}

.mg-b-5 {
  margin-bottom: 5px !important;
}

.mg-b-10 {
  margin-bottom: 10px !important;
}

.mg-b-15 {
  margin-bottom: 15px !important;
}

.mg-b-20 {
  margin-bottom: 20px !important;
}

.mg-b-30 {
  margin-bottom: 30px !important;
}

.mg-l-0 {
  margin-left: 0px !important;
}

.mg-l-1 {
  margin-left: 1px !important;
}

.mg-l-5 {
  margin-left: 5px !important;
}

.mg-l-10 {
  margin-left: 10px !important;
}

.mg-l-15 {
  margin-left: 15px !important;
}

.mg-l-20 {
  margin-left: 20px !important;
}

.mg-l-30 {
  margin-left: 30px !important;
}

.mg-r-0 {
  margin-right: 0px !important;
}

.mg-r-1 {
  margin-right: 1px !important;
}

.mg-r-5 {
  margin-right: 5px !important;
}

.mg-r-10 {
  margin-right: 10px !important;
}

.mg-r-15 {
  margin-right: 15px !important;
}

.mg-r-20 {
  margin-right: 20px !important;
}

.mg-r-30 {
  margin-right: 30px !important;
}

.toh-1, .course-extend .uk-switcher li h5 {
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.toh-2 {
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.toh-3, .course-extend .uk-switcher li p.intro {
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-15 {
  border-radius: 15px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.no-scrollbar::-webkit-scrollbar, body::-webkit-scrollbar, html::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.no-scrollbar::-webkit-scrollbar-track, body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  width: 0;
  opacity: 0;
}

.response-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul, ol {
  padding: 0;
  margin: 0;
}

* {
  font-size: 14px;
  font-family: "math", "Microsoft YaHei" !important;
}

.uk-logo {
  padding-left: 0 !important;
}

.uk-offcanvas .uk-navbar-item {
  justify-content: left;
  min-height: 60px;
  padding-left: 20px;
  border-bottom: 1px dashed #EEE;
}
.uk-offcanvas .uk-navbar-item.on {
  color: #1e87f0 !important;
}

@media screen and (max-width: 800px) {
  .swiper-slide {
    height: 200px !important;
  }
}
.uk-offcanvas-bar {
  background-color: #FFF;
}
.uk-offcanvas-bar * {
  color: #555 !important;
}

.uk-container {
  width: 90% !important;
  max-width: 1900px !important;
  padding: 0;
}

.uk-navbar-container .uk-navbar-item {
  padding: 0 10px;
  min-height: 50px;
}
.uk-navbar-container .uk-navbar-item.on {
  background-color: #1e87f0;
  color: #FFF;
}
.uk-navbar-container .uk-navbar-right {
  margin-left: 0;
}

footer {
  background-color: #000;
}
footer .uk-container {
  max-width: 1200px !important;
}
footer a {
  color: #FFF;
}
footer .qrcode img {
  width: 80px !important;
  height: 80px !important;
}
footer h6 {
  font-size: 16px;
  color: #FFF;
  font-weight: bolder;
}
footer ul {
  list-style: none;
}
footer ul li {
  margin-bottom: 15px;
}
footer ul li a {
  font-size: 14px;
}

.left-menu li {
  padding: 10px 0 0 0;
}
.left-menu .uk-nav-sub ul {
  padding-left: 25px !important;
}

.content-detail img {
  max-width: 100%;
}
.content-detail p {
  margin: 0 0 5px 0;
  display: block;
  height: auto;
  overflow: hidden;
}

.data-item {
  margin-top: 0 !important;
  margin-bottom: 20px;
}

.pay-item.on .uk-card, .pay-item:hover .uk-card {
  background-color: #1e87f0 !important;
  color: #FFF;
}

#Pagination a, #Pagination span {
  display: inline-block;
  padding: 5px 15px;
}
#Pagination a.current, #Pagination span.current {
  background-color: #1e87f0;
  color: #FFF;
}

#index-swiper {
  text-align: center;
}
#index-swiper .swiper-slide {
  height: 450px !important;
  display: block;
}
#index-swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#index-swiper .swiper-pagination {
  margin: -40px auto 0 auto;
  width: 100% !important;
}
#index-swiper .swiper-pagination span {
  padding: 5px;
  margin: 0 5px;
}

.banner a {
  height: 100px !important;
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-search {
  float: right;
}

#course-filter .group {
  margin: 20px 0;
}
#course-filter .group .list {
  width: calc(100% - 70px);
  display: inline-block;
}
#course-filter .group .label {
  float: left;
  margin-right: 10px;
}
#course-filter span {
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
  line-height: 1.5;
  font-size: 0.875rem;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 10px;
  border-radius: 2px;
  text-transform: uppercase;
}

.course-list-item-intro p {
  line-height: 1.5;
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 13px;
  color: #ababab;
}

#course-list .shadow, #course-list #kaoti .group a, #kaoti .group #course-list a, .course-list .shadow, .course-list #kaoti .group a, #kaoti .group .course-list a {
  padding: 10px;
}
#course-list .shadow .course-list-item-img, #course-list #kaoti .group a .course-list-item-img, #kaoti .group #course-list a .course-list-item-img, .course-list .shadow .course-list-item-img, .course-list #kaoti .group a .course-list-item-img, #kaoti .group .course-list a .course-list-item-img {
  width: 120px;
  height: 120px;
  margin-right: 10px;
}
#course-list .shadow .course-list-item-intro, #course-list #kaoti .group a .course-list-item-intro, #kaoti .group #course-list a .course-list-item-intro, .course-list .shadow .course-list-item-intro, .course-list #kaoti .group a .course-list-item-intro, #kaoti .group .course-list a .course-list-item-intro {
  width: calc(100% - 230px);
}
#course-list .shadow .course-list-item-intro h5, #course-list #kaoti .group a .course-list-item-intro h5, #kaoti .group #course-list a .course-list-item-intro h5, .course-list .shadow .course-list-item-intro h5, .course-list #kaoti .group a .course-list-item-intro h5, #kaoti .group .course-list a .course-list-item-intro h5 {
  margin-bottom: 0;
}
#course-list .shadow .uk-button, #course-list #kaoti .group a .uk-button, #kaoti .group #course-list a .uk-button, .course-list .shadow .uk-button, .course-list #kaoti .group a .uk-button, #kaoti .group .course-list a .uk-button {
  padding: 0 15px;
  margin-bottom: 20px;
  width: 90px;
  color: #FFF;
}

#course-video-list .shadow, #course-video-list #kaoti .group a, #kaoti .group #course-video-list a {
  position: relative;
}
#course-video-list .response-img {
  text-align: center;
}
#course-video-list .icon-play {
  font-size: 48px;
  position: absolute;
  left: calc(50% - 24px);
  margin-top: 60px;
  cursor: pointer;
}

#course-detail h1 {
  max-width: calc(100% - 200px);
}
#course-detail .uk-list h6 {
  margin: 0;
}
#course-detail .uk-list li {
  border-bottom: 1px dashed #EEE;
  padding-bottom: 10px;
}

.course-extend .uk-tab:before {
  border-bottom: none;
}
.course-extend .uk-tab li.uk-active a {
  color: #FFF;
  background-color: #1e87f0;
}
.course-extend .uk-switcher li a {
  margin-right: 10px;
}
.course-extend .uk-switcher li h5 {
  margin-bottom: 5px;
}
.course-extend .uk-switcher li p.intro {
  margin: 15px 0;
}
.course-extend .uk-grid-margin {
  margin-top: 25px !important;
}

#kaoti .group {
  margin-bottom: 15px;
}
#kaoti .group a {
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 14px !important;
}
#kaoti .group a:hover {
  background-color: #1e87f0;
  color: #FFF;
}
#kaoti .uk-sticky {
  background-color: #FFF;
}

.timu-list .timu {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px dashed #EEE;
}
.timu-list .timu h6 {
  font-family: 楷体 !important;
  line-height: 1.5;
}
.timu-list .timu:hover {
  border-radius: 5px;
  cursor: pointer;
  border-color: #1e87f0;
}

.static {
  margin-left: 30px;
}
.static p {
  margin: 10px 0;
}
.static .note span, .static .note label {
  display: inline-block;
  color: #666;
}
.static .note label {
  width: 70px;
  text-align: right;
}

.jiexi, .answer {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  vertical-align: top;
  margin-top: 10px;
  font-size: 13px;
}
.jiexi .label, .answer .label {
  margin-right: 10px;
  width: 40px;
  display: inline-block;
}
.jiexi .intro, .answer .intro {
  display: inline-block;
  width: calc(100% - 50px);
  font-family: 楷体 !important;
  font-weight: bolder;
}

.cuoti-list .label {
  width: 70px;
  text-align: right;
}
.cuoti-list .intro {
  width: calc(100% - 70px);
}
.cuoti-list .your {
  margin-left: 50px;
}

#user-center .user-info {
  width: calc(100% - 70px);
}

.analysis label {
  width: 80px;
}
.analysis .uk-card {
  padding: 25px;
}

.login-switch {
  position: absolute;
  right: 10px;
  top: 10px;
}

.send-code {
  padding-left: 25px;
  padding-right: 25px;
}

#login-form .response-img {
  width: 80px;
  height: 80px;
  padding-bottom: 10px;
}
#login-form .response-img img {
  border-radius: 100%;
}
#login-form .uk-subnav {
  text-align: center;
  display: block;
}
#login-form .uk-subnav li {
  display: inline-block;
}
#login-form .uk-subnav li a {
  font-size: 14px;
}
#login-form .uk-subnav li.uk-active a {
  color: #1e87f0;
}

#user_profile .uk-form-label {
  color: #ababab;
}

/* zsyxx 全站：视口宽度小于 UIkit @m（960px）时不显示顶部轮播 */
@media (max-width: 959px) {
  .swiper-container {
    display: none !important;
  }
}

/* 移动端缩小根字号，导航、卡片、表单等 rem 单位随之略缩，便于小屏阅读 */
@media screen and (max-width: 959px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 13px;
  }
}
/*# sourceMappingURL=app.css.map */