/* bootstrap scss mixins overwrite */
.hsk-index .main-banner p {
  line-height: 2;
  text-align: center;
  text-indent: 2em; }
.hsk-index .main-banner img {
  min-height: 400px; }
.hsk-index .section {
  padding-top: 50px;
  background-color: #e1e5ed;
  color: #333333; }
  .hsk-index .section:nth-child(2n + 1) {
    background-color: #f2f6f9; }
  .hsk-index .section em {
    color: #3fa2fc;
    font-style: normal; }
  .hsk-index .section p {
    line-height: 2; }
  .hsk-index .section h2 {
    color: #333333;
    margin-top: -20px;
    padding-bottom: 10%; }
  .hsk-index .section.types {
    padding-top: 0;
    padding-bottom: 25px; }
.hsk-index .part-content {
  position: relative;
  z-index: 0;
  padding-right: 70px; }
  .hsk-index .part-content .no {
    font-size: 160px;
    color: #d5dbe6;
    position: absolute;
    top: 0;
    z-index: -1;
    font-weight: bold; }
.hsk-index .section:nth-child(2n + 1) .part-content {
  padding-left: 70px; }
.hsk-index .section:nth-child(2n + 1) .no {
  color: #e2e9ef; }
.hsk-index .tb .tb-cell.picture {
  width: 40%; }
  .hsk-index .tb .tb-cell.picture img {
    width: 100%; }
.hsk-index .types .block {
  margin-left: 6%;
  margin-right: 6%;
  padding-left: 0;
  padding-right: 0;
  margin-top: -80px;
  position: relative;
  z-index: 1; }
  .hsk-index .types .block img {
    margin-top: 10px; }
  .hsk-index .types .block a {
    color: #333333;
    text-decoration: none; }
    .hsk-index .types .block a:hover img {
      margin-top: -5px; }
  .hsk-index .types .block .tb-cell {
    position: relative; }
    .hsk-index .types .block .tb-cell + .tb-cell:before {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      content: '';
      border-left: 1px dotted #e4e4e4; }

.nav-hsk {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(170, 188, 215, 0.6);
  -moz-box-shadow: 0px 0px 6px 0px rgba(170, 188, 215, 0.6);
  -ms-box-shadow: 0px 0px 6px 0px rgba(170, 188, 215, 0.6);
  box-shadow: 0px 0px 6px 0px rgba(170, 188, 215, 0.6); }
  .nav-hsk .nav > li.switch-level a i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    font-style: normal;
    text-align: center;
    margin-right: 10px;
    color: white; }
    .nav-hsk .nav > li.switch-level a i.l1 {
      background: #ffb500; }
    .nav-hsk .nav > li.switch-level a i.l2 {
      background: #ff6f21; }
    .nav-hsk .nav > li.switch-level a i.l3 {
      background: #5fc256; }
    .nav-hsk .nav > li.switch-level a i.l4 {
      background: #00aee0; }
    .nav-hsk .nav > li.switch-level a i.l5 {
      background: #b956c2; }
    .nav-hsk .nav > li.switch-level a i.l6 {
      background: #6a6ec6; }
  .nav-hsk .nav > li.switch-level > a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px; }
  .nav-hsk .nav > li > a {
    display: block;
    min-width: 150px;
    text-align: center;
    line-height: 70px;
    color: #333333; }
    .nav-hsk .nav > li > a img {
      vertical-align: middle; }
  .nav-hsk .nav > li.active > a, .nav-hsk .nav > li > a:focus, .nav-hsk .nav > li > a:hover {
    color: #333333;
    background-color: #fafafa;
    border-radius: 0; }
  .nav-hsk .nav > li .dropdown-menu {
    border: 0;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav-hsk .nav > li .dropdown-menu a {
      padding-top: 10px;
      padding-bottom: 10px; }

.hsk, .hsk body {
  background-color: #f2f6f9; }
.hsk h1 {
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 1em; }
.hsk .main {
  margin-top: 20px; }
.hsk .app {
  position: relative; }
  .hsk .app img {
    width: 100%; }
  .hsk .app .qrcode {
    position: absolute;
    left: 17.1875%;
    top: 36.8421052632%;
    width: 26.25%; }
  .hsk .app span {
    color: white;
    position: absolute;
    bottom: 0;
    padding-bottom: 8%;
    left: 6.875%;
    font-size: 12px;
    display: inline-block;
    width: 46.875%;
    overflow: hidden;
    height: 17px;
    opacity: .6;
    text-align: center; }
.hsk .sidebar-second {
  padding-left: 0; }
.hsk .sidebar-second .links, .hsk .sidebar .links {
  list-style: none;
  margin: -15px 0 !important;
  padding: 0; }
  .hsk .sidebar-second .links a, .hsk .sidebar .links a {
    display: block;
    padding: 15px 10px 15px 30px;
    color: #666666;
    outline: none; }
  .hsk .sidebar-second .links li, .hsk .sidebar .links li {
    position: relative; }
    .hsk .sidebar-second .links li + li, .hsk .sidebar .links li + li {
      border-top: 1px dashed #e4e4e4; }
    .hsk .sidebar-second .links li > i, .hsk .sidebar .links li > i {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -10px;
      font-size: 20px; }
.hsk .sidebar-second .tmjc, .hsk .sidebar .tmjc {
  background: url("../png/tmjc.png") 0 center no-repeat; }
.hsk .sidebar-second .note, .hsk .sidebar .note {
  background: url("../png/note.png") 0 center no-repeat; }
.hsk .sidebar-second .add-nw, .hsk .sidebar .add-nw {
  background: url("../png/aw.png") 0 center no-repeat; }
.hsk .sidebar-second .collect > i, .hsk .sidebar .collect > i {
  color: #ffda00; }

.words-stages {
  list-style: none;
  padding: 0;
  margin: 0; }
  .words-stages li {
    float: left;
    width: 14.2857142857%;
    margin: 15px 0; }
    @media (max-width: 1199px) {
      .words-stages li {
        width: 16.6666666667%; } }
    @media (max-width: 991px) {
      .words-stages li {
        width: 20%; } }
    @media (max-width: 630px) {
      .words-stages li {
        width: 25%; } }
    .words-stages li a {
      position: relative;
      display: block;
      width: 72px;
      height: 72px;
      left: 50%;
      margin-left: -36px;
      border-radius: 28px;
      border: 4px solid #9cceff;
      background: #f1f9fc;
      text-align: center;
      line-height: 68px;
      font-size: 22px;
      font-weight: bold;
      color: #39a0ff;
      text-decoration: none; }
      .words-stages li a:hover {
        background: #dcf0f8; }
    .words-stages li.has-star a {
      line-height: 60px; }
    .words-stages li.sight a:after {
      content: '';
      position: absolute;
      left: 1px;
      top: 1px;
      right: 1px;
      bottom: 1px;
      border: 1px solid #9cceff;
      border-radius: 24px; }
    .words-stages li .stars {
      display: block;
      width: 50px;
      height: 20px;
      position: absolute;
      left: 7px;
      bottom: -5px;
      background: #9cceff;
      border-radius: 10px;
      z-index: 1; }
      .words-stages li .stars:before, .words-stages li .stars:after {
        display: block;
        content: '';
        height: 12px;
        position: absolute;
        left: 5px;
        top: 4px; }
      .words-stages li .stars:before {
        width: 40px;
        z-index: 0;
        background: url(../png/star0.png) space 0 0; }
      .words-stages li .stars:after {
        z-index: 1;
        width: 0;
        background: url(../png/star1.png) space 0 0; }
      .words-stages li .stars.star1:after {
        width: 12px; }
      .words-stages li .stars.star2:after {
        width: 26px; }
      .words-stages li .stars.star3:after {
        width: 40px; }

.words-view .sidebar-second .user-rc, .words-view .sidebar .user-rc {
  color: #666666; }
.words-view .sidebar-second .icon, .words-view .sidebar .icon {
  border-radius: 5px;
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  color: white; }
.words-view .sidebar-second .icon-a, .words-view .sidebar .icon-a {
  background: #9ccfff; }
.words-view .sidebar-second .icon-star, .words-view .sidebar .icon-star {
  background: #ffd34d; }
.words-view .sidebar-second .search, .words-view .sidebar .search {
  margin-top: 15px; }
.words-view .sidebar-second .buttons, .words-view .sidebar .buttons {
  margin-top: 15px; }
  .words-view .sidebar-second .buttons .btn, .words-view .sidebar .buttons .btn {
    padding-top: 10px;
    padding-bottom: 10px; }
.words-view .wd-text, .words-view .wd-py, .words-view .wd-trans {
  font-size: 18px;
  text-align: center; }
.words-view .wd-text, .words-view .wd-py {
  color: #333333; }
.words-view .wd-trans {
  color: #999999; }
.words-view .wd-prop {
  font-size: 14px;
  color: #c6c6c6;
  border: 1px solid #c6c6c6;
  padding: 0 4px;
  display: inline-block;
  border-radius: 2px; }
  .words-view .wd-prop.wd-right {
    position: relative;
    left: 50%;
    top: -66px;
    margin-left: 8%; }

.words-list .list-view {
  text-align: center; }
  .words-list .list-view > .items {
    text-align: left;
    margin: -8px -5px; }
  .words-list .list-view > .summary {
    text-align: left;
    margin-bottom: 10px; }
.words-list .search {
  margin-bottom: 20px; }
  .words-list .search .form-control {
    box-shadow: none;
    border-left-width: 0; }
  .words-list .search .input-group-addon {
    color: #b2bfc8; }
  .words-list .search .form-control, .words-list .search .input-group-addon {
    border-color: #e1e8ed;
    background-color: #f2f6f9; }
    .words-list .search .form-control:focus, .words-list .search .input-group-addon:focus {
      border-left-width: 1px;
      border-color: #c1d0da; }
  .words-list .search .btn {
    background: #39a0ff; }
    .words-list .search .btn:hover {
      background: #0688ff; }
.words-list .word-item {
  display: inline-block;
  margin: 8px 5px; }
  .words-list .word-item a {
    padding: 15px;
    display: inline-block;
    min-width: 120px;
    max-width: 255px;
    background-color: #edf6ff;
    border: 1px solid #d3e4f4;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    color: #333333;
    font-size: 18px; }
    .words-list .word-item a:hover {
      background-color: #baddff; }
    .words-list .word-item a .transl {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #999999; }

.practice-index .sections {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  overflow: hidden; }
  .practice-index .sections > .row {
    margin-left: 0;
    margin-right: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .practice-index .sections .sec-header {
    background: #f4f4f4; }
    .practice-index .sections .sec-header > div {
      font-weight: normal;
      color: #888888;
      border: 0;
      padding-top: 15px;
      padding-bottom: 15px; }
  .practice-index .sections .sec-item > div {
    padding-top: 15px;
    padding-bottom: 15px; }
  .practice-index .sections .progress {
    margin: 0;
    border-radius: 10px; }
    .practice-index .sections .progress .progress-bar {
      border-radius: 10px; }

.test-index .paper-list {
  padding-left: 30px;
  padding-right: 30px; }
.test-index .dep1 {
  margin: 0 -30px; }
  .test-index .dep1 > div {
    padding: 15px 30px; }
.test-index .test-header {
  background: url("../png/exam.png") no-repeat 30px center #f4f4f4;
  padding-left: 55px !important; }
.test-index .test-paper {
  padding-top: 15px;
  padding-bottom: 15px; }
.test-index .paper {
  display: block;
  position: relative;
  padding-top: 129.0909090909%;
  border-radius: 4px; }
  .test-index .paper:after {
    content: 'HSK';
    position: absolute;
    right: 8px;
    bottom: 2px;
    font-size: 20px; }
  .test-index .paper:hover {
    transform: translateY(-5px); }
  .test-index .paper.t1 {
    color: #215e6a;
    background: #a4eefd; }
    .test-index .paper.t1:after {
      color: #8bdcf2; }
    .test-index .paper.t1:hover {
      background: #8be9fc; }
  .test-index .paper.t2 {
    color: #344582;
    background: #afbdf1; }
    .test-index .paper.t2:after {
      color: #9cabe4; }
    .test-index .paper.t2:hover {
      background: #a2b2ef; }
  .test-index .paper .content {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin-top: -45px; }
  .test-index .paper .progress {
    background: rgba(0, 0, 0, 0.12);
    width: 51.8181818182%;
    height: 8px;
    border-radius: 4px;
    margin: auto; }
  .test-index .paper .progress-bar {
    background: #2bc8a0;
    border-radius: 4px; }

.test-view .paper-info th {
  font-weight: normal; }

/*# sourceMappingURL=hsk.css.map */
