@charset "utf-8";
.head-common-space {
  margin-top: 60px;
}
body {
  background: #f9fcff;
}
.right-ad-fixed {
  display: block;
  z-index: 1002;
  right: 80px;
  top: 414px;
  width: 118px;
  height: 118px;
  position: fixed;
}
.right-ad-fixed .close {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 15px;
  top: 8px;
  right: 5px;
  cursor: pointer;
  text-align: center;
  background: #fff;
  color: #f4902d;
  z-index: 5;
  border-radius: 20px;
  border: 1px solid #f4902d;
}
.right-ad-fixed > a {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: two-up-down 0.8s ease infinite 80ms alternate;
  animation: two-up-down 0.8s ease infinite 80ms alternate;
}
@keyframes two-up-down {
  from {
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
  to {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.qkjc-banner {
  width: 100%;
  height: 340px;
  position: relative;
}
.qkjc-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.qkjc-banner .swiper-container .swiper-slide {
  min-width: 1200px;
}
.qkjc-banner .swiper-container .swiper-slide > a {
  width: 100%;
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.qkjc-banner .swiper-container .swiper-button-prev {
  left: 0;
}
.qkjc-banner .swiper-container .swiper-button-next {
  right: 0;
}
.qkjc-banner .swiper-container .swiper-button {
  height: 100%;
  top: 0;
  margin-top: 0;
  padding: 0 10px;
}
.qkjc-banner .swiper-container .swiper-button:after {
  color: #fff;
}
.qkjc-banner .swiper-container .swiper-pagination {
  width: auto;
  left: 50%;
  bottom: 20px;
  height: 3px;
  line-height: 3px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0;
}
.qkjc-banner .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.qkjc-banner .swiper-container .swiper-pagination-bullet {
  border-radius: 0;
  display: inline-block;
  width: 30px;
  height: 3px;
  line-height: 3px;
  background: rgba(255, 255, 255, 0.45);
}
.qkjc-banner .swiper-container .swiper-pagination-bullet-active {
  background: #fff;
}
.prefecture-wrap {
  margin: 20px 0 40px;
}
.prefecture-wrap .prefecture-box {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 5px 10px;
  width: 330px;
  height: 127px;
  background: #ffffff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(146, 157, 154, 0.05);
  margin-right: 27px;
}
.prefecture-wrap .prefecture-box:nth-child(2) {
  margin-right: 26px;
}
.prefecture-wrap .prefecture-box:last-child {
  margin-right: 0;
}
.prefecture-wrap .prefecture-box .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #f9fcff;
  height: 16px;
  line-height: 16px;
}
.prefecture-wrap .prefecture-box .title > .iconfont {
  font-size: 18px;
  color: #67d5b5;
  margin-right: 10px;
  height: 16px;
  line-height: 16px;
}
.prefecture-wrap .prefecture-box .title .name {
  font-weight: bold;
  height: 16px;
  font-size: 16px;
  color: #354352;
  line-height: 16px;
  letter-spacing: 1px;
}
.prefecture-wrap .prefecture-box .title .control-box {
  position: relative;
}
.prefecture-wrap .prefecture-box .title .control-box .btn {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: 1px solid #dfe4e8;
  border-radius: 2px;
  margin-right: 10px;
  font-size: 22px;
  text-align: center;
  color: #9aa8b6;
  cursor: pointer;
  overflow: hidden;
}
.prefecture-wrap .prefecture-box .title .control-box .btn:before {
  position: absolute;
  height: 16px;
  line-height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.prefecture-wrap .prefecture-box .title .control-box .btn.prev {
  right: 26px;
}
.prefecture-wrap .prefecture-box .title .control-box .btn.next {
  right: 0;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.prefecture-wrap .prefecture-box .title .control-box .btn.next:before {
  -webkit-transform: translate(-50%, -47%);
  -moz-transform: translate(-50%, -47%);
  -ms-transform: translate(-50%, -47%);
  -o-transform: translate(-50%, -47%);
  transform: translate(-50%, -47%);
}
.prefecture-wrap .prefecture-box .title .control-box .btn:hover {
  border-color: #49c29f;
  color: #49c29f;
}
.prefecture-wrap .prefecture-box .list {
  margin-top: 15px;
}
.prefecture-wrap .prefecture-box .list li {
  float: left;
  text-align: center;
  width: 66px;
  height: 25px;
  line-height: 25px;
  background: #ebf1f5;
  border-radius: 2px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 15px;
  margin-bottom: 10px;
}
.prefecture-wrap .prefecture-box .list li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  padding: 0 5px;
  color: #3e4c5b;
  letter-spacing: 1px;
  text-indent: 2px;
}
.prefecture-wrap .prefecture-box .list li:hover {
  background: #67d5b5;
}
.prefecture-wrap .prefecture-box .list li:hover > a {
  color: #fff;
}
.prefecture-wrap .prefecture-box .list li:nth-child(4),
.prefecture-wrap .prefecture-box .list li:nth-child(8) {
  margin-right: 0;
}
.prefecture-wrap .prefecture-box .course-menu {
  margin-top: 10px;
  height: 25px;
  line-height: 25px;
}
.prefecture-wrap .prefecture-box .course-menu .text {
  width: 240px;
  font-size: 14px;
  color: #3e4c5b;
  letter-spacing: 1px;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.prefecture-wrap .prefecture-box .course-menu .text:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #67d5b5;
  margin-right: 10px;
  vertical-align: 3px;
}
.prefecture-wrap .prefecture-box .course-menu .text:hover {
  color: #67d5b5;
}
.prefecture-wrap .prefecture-box .course-menu .btn {
  width: 66px;
  height: 25px;
  background: #67d5b5;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.prefecture-wrap .prefecture-box .course-menu .btn:hover {
  background: #49c29f;
}
.prefecture-wrap .prefecture-box .cut-box {
  width: 100%;
  overflow: hidden;
}
.prefecture-wrap .prefecture-box .cut-box ul {
  white-space: nowrap;
  margin-top: 15px;
}
.prefecture-wrap .prefecture-box .cut-box li {
  text-align: center;
  display: inline-block;
}
.prefecture-wrap .prefecture-box .cut-box li .icon {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto 10px;
}
.prefecture-wrap .prefecture-box .cut-box li .icon img {
  width: 100%;
}
.prefecture-wrap .prefecture-box .cut-box li .name {
  height: 12px;
  font-size: 12px;
  color: #3e4c5b;
  line-height: 12px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.prefecture-wrap .prefecture-box .cut-box li:hover .name {
  color: #67d5b5;
}
.prefecture-b-wrap {
  margin-bottom: 80px;
}
.prefecture-b-wrap .list {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  width: 450px;
  height: 200px;
  overflow: hidden;
  margin-right: 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  text-align: left;
}
.prefecture-b-wrap .list .b-title {
  height: 24px;
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 1px;
  padding-top: 20px;
}
.prefecture-b-wrap .list .label {
  height: 20px;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 1px;
  padding-top: 15px;
}
.prefecture-b-wrap .list .btn {
  border: none;
  background: none;
  margin-top: 70px;
  text-align: center;
  min-width: 70px;
  padding: 0 15px;
  height: 32px;
  background: #67d5b5;
  border-radius: 3px;
  box-shadow: 0px 13px 20px 0px rgba(118, 196, 125, 0.41);
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.prefecture-b-wrap .list .btn:hover {
  background: #49c29f;
}
.prefecture-b-wrap .list:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0px 4px 10px 0px rgba(146, 157, 154, 0.3);
}
.prefecture-b-wrap .list:last-child {
  margin-right: 0;
}
.module-title {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  background: url(//static.588ku.com/qianku_tutorial/index/images/title-bg.png) no-repeat 49.2% top;
  -o-background-size: 11%;
  background-size: 11%;
}
.module-title.long {
  margin-bottom: 48px;
  padding-top: 20px;
  background: url(//static.588ku.com/qianku_tutorial/index/images/title-b-bg.png) no-repeat 47.5% center;
  -o-background-size: 11%;
  background-size: 24%;
}
.module-title h2 {
  height: 32px;
  line-height: 32px;
  letter-spacing: 1px;
  text-indent: 1px;
  padding-bottom: 8px;
}
.module-title h2 > a {
  font-size: 32px;
  font-weight: bold;
  color: #354352;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: text;
}
.module-title .label {
  height: 14px;
  font-size: 14px;
  color: #9aa8b6;
  line-height: 14px;
  letter-spacing: 1px;
}
.module-title .more {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 14px;
  font-size: 14px;
  color: #3e4c5b;
  line-height: 14px;
  letter-spacing: 1px;
  white-space: nowrap;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.module-title .more > .iconfont {
  display: inline-block;
  margin-left: 5px;
  color: #3e4c5b;
  vertical-align: -2px;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.module-title .more:hover {
  color: #67d5b5;
}
.module-title .more:hover > i {
  color: #67d5b5;
}
.module-wrap {
  margin-bottom: 40px;
}
.module-wrap ul {
  margin-right: -24px;
}
.module-wrap li.list {
  position: relative;
  float: left;
  width: 332px;
  height: 273px;
  overflow: hidden;
  margin-right: 24px;
  margin-bottom: 40px;
  border-radius: 2px;
  box-shadow: 0px 2px 5px 0px rgba(146, 157, 154, 0.05);
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background: #fff;
}
.module-wrap li.list > a {
  display: block;
}
.module-wrap li.list .img-box {
  position: relative;
  width: 100%;
  height: 196px;
  overflow: hidden;
}
.module-wrap li.list .img-box .duration {
  position: absolute;
  right: 20px;
  bottom: 10px;
  white-space: nowrap;
  min-width: 60px;
  padding: 0 8px;
  height: 16px;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 9px;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1px;
  z-index: 5;
}
.module-wrap li.list .img-box img {
  width: 100%;
}
.module-wrap li.list .info-box {
  padding: 17px 20px 15px;
}
.module-wrap li.list .info-box h4 {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 15px;
  height: 18px;
  line-height: 18px;
  color: #354352;
  font-size: 16px;
  letter-spacing: 1px;
}
.module-wrap li.list .info-box h4 > em {
  display: inline-block;
  min-width: 16px;
  padding: 0 3px;
  height: 18px;
  line-height: 18px;
  background: #84b1ed;
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  margin-right: 5px;
  vertical-align: 2px;
}
.module-wrap li.list .info-box h4 > .title {
  display: inline-block;
  width: 275px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.module-wrap li.list .info-box h4 > .play-icon {
  display: inline-block;
  color: #67d5b5;
  font-size: 20px;
  vertical-align: 3px;
}
.module-wrap li.list .info-box h4:hover {
  color: #67d5b5;
}
.module-wrap li.list .info-box .name {
  margin-left: -5px;
}
.module-wrap li.list .info-box .other {
  height: 12px;
  line-height: 12px;
}
.module-wrap li.list .info-box .other > span {
  white-space: nowrap;
  height: 12px;
  font-size: 12px;
  color: #3e4c5b;
  line-height: 12px;
  letter-spacing: 1px;
}
.module-wrap li.list .info-box .other > span b {
  color: #3e4c5b;
  margin-left: 10px;
  font-weight: normal;
}
.module-wrap li.list .info-box .other .score {
  color: #ffbc42;
}
.module-wrap li.list:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0px 4px 10px 0px rgba(146, 157, 154, 0.3);
}
.module-wrap.software li.list {
  height: 338px;
  box-shadow: 0px 2px 5px 0px rgba(146, 157, 154, 0.15);
}
.module-wrap.software .sw-head {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 23px 10px;
  height: 92px;
  border-bottom: 1px solid #ebeef1;
}
.module-wrap.software .sw-head .info > p {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.module-wrap.software .sw-head .info .name {
  height: 20px;
  font-size: 20px;
  text-align: left;
  color: #354352;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.module-wrap.software .sw-head .info .name:hover {
  color: #67d5b5;
}
.module-wrap.software .sw-head .info .num {
  height: 12px;
  font-size: 12px;
  text-align: left;
  color: #354352;
  line-height: 12px;
}
.module-wrap.software .sw-head .icon {
  width: 58px;
  height: 58px;
  margin-right: 6px;
}
.module-wrap.software .sw-head .icon img {
  width: 100%;
}
.module-wrap.software .sw-body {
  padding: 10px 23px 17px;
}
.module-wrap.software .sw-body .intro {
  height: 42px;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
  color: #354352;
  line-height: 14px;
  letter-spacing: 1px;
  margin-bottom: 26px;
  word-break: break-word;
}
.module-wrap.software .sw-body > ul {
  margin-right: -27px;
  height: 70px;
}
.module-wrap.software .sw-body .label-list {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  width: 77px;
  height: 29px;
  line-height: 29px;
  margin-right: 27px;
  margin-bottom: 6px;
  background: #ebf1f5;
  border-radius: 2px;
  overflow: hidden;
  font-size: 12px;
  color: #3e4c5b;
  text-align: center;
}
.module-wrap.software .learn-btn {
  margin-top: 28px;
  width: 286px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  background: #67d5b5;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  overflow: hidden;
  border-radius: 2px;
  text-indent: 1px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.module-wrap.software .learn-btn:hover {
  background: #49c29f;
}
.module-wrap.series li.list {
  height: 322px;
}
.module-wrap.series li.list .info-box {
  padding: 10px 26px 0 10px;
}
.module-wrap.series li.list .info-box .intro {
  position: relative;
  height: 12px;
  font-size: 12px;
  color: #3e4c5b;
  line-height: 23px;
  letter-spacing: 1px;
  overflow: hidden;
  height: 42px;
  word-break: break-all;
}
.module-wrap.series li.list .info-box .relevant-info {
  margin-top: 16px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
}
.module-wrap.series li.list .info-box .relevant-info > span {
  color: #3e4c5b;
  letter-spacing: 1px;
}
.module-wrap.series li.list .info-box .relevant-info > span.divide {
  border-left: 1px solid #67d5b5;
  padding-left: 20px;
  margin-left: 20px;
}
.privilege-wrap {
  font-size: 0;
  text-align: center;
}
.privilege-wrap .privilege-box {
  position: relative;
  display: inline-block;
  width: 194px;
  height: 112px;
  margin: 0 12.5px;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 4px 10px 0px rgba(146, 157, 154, 0.3);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.privilege-wrap .privilege-box:before,
.privilege-wrap .privilege-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 47px;
  height: 31px;
  z-index: 0;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.privilege-wrap .privilege-box:before {
  left: 0;
  background-image: url("//js.588ku.com/qianku_tutorial/index/images/privilege-bg-l.png");
}
.privilege-wrap .privilege-box:after {
  right: 0;
  background-image: url("//js.588ku.com/qianku_tutorial/index/images/privilege-bg-r.png");
}
.privilege-wrap .privilege-box > .iconfont {
  display: block;
  margin: 10px auto;
  width: 68px;
  height: 68px;
  line-height: 68px;
  font-size: 68px;
  color: #67d5b5;
}
.privilege-wrap .privilege-box > p {
  padding: 0 10px;
  height: 14px;
  font-size: 14px;
  color: #9aa8b6;
  line-height: 14px;
  letter-spacing: 1px;
  text-indent: 1px;
  white-space: nowrap;
}
.privilege-wrap .became-vip {
  width: 200px;
  height: 42px;
  line-height: 42px;
  margin: 60px auto 0;
  background: #67d5b5;
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.privilege-wrap .became-vip > a {
  display: block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}
.privilege-wrap .became-vip:hover {
  background: #49c29f;
}
