﻿
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow: scroll;
}

body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #666;
    font-size: 13px;
    font-family: Arial;
    min-width: 1200px;
}

dd, dl, h1, h2, h3, h4, h5, p {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

b, em, strong {
    font-style: normal;
    font-weight: 400;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

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

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

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

/*--------------------------------------------------------------*/
#main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    zoom: 1;
    padding-bottom: 50px;
}

#main:after, #main:before {
    display: table;
    line-height: 0;
    content: "";
}

#main:after {
    clear: both;
}

.main-content {
    margin-top: 25px;
    zoom: 1;
}

.main-content:after, .main-content:before {
    display: table;
    line-height: 0;
    content: "";
}

.main-content:after {
    clear: both;
}

.main-content .sidebar {
    width: 270px;
    float: right;
}

.main-content .sidebar {
    width: 100%;
    height: 160px;
}

.main-content .content {
    width: 900px;
    float: left;
}

.main-content .contentNew {
    width: 1200px;
    float: left;
}

.main-content {
    margin-top: 0;
}

.form {
    padding: 1.1em 0 .5em;
}

.button-match, .form label, .dropdown {
    vertical-align: top;
}

.form label {
    display: inline-block;
    display: inline;
    zoom: 1;
    height: 26px;
    line-height: 26px;
}

.g-gap-right-large {
    margin-right: 2px;
}

.dropdown {
    display: inline-block;
    zoom: 1;
    position: relative;
}

.g-gap-right {
    margin-right: 10px;
}

.button-match {
    display: inline-block;
    zoom: 1;
    background-color: #00b156;
    color: #fff;
    cursor: pointer;
    height: 28px;
    line-height: 26px;
    text-align: center;
    width: 6em;
}

#disclaimer h3 {
    font-family: "Microsoft YaHei", "微软雅黑";
    margin-bottom: .5em;
}

#disclaimer ul {
    color: #999;
}

#filter {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    zoom: 1;
}

#filter .filter-group {
    border-top: 1px solid #dcdcdc;
    padding: 2px 10px 0 10px;

    height: 30px;
    position: relative;
    zoom: 1;
}

#filter .filter-group.opened {
    overflow: visible;
    height: auto;
}

#filter .hidden {
    display: none;
}

#filter .first {
    border-top: none;
}

#filter .filter-label {
    color: #555;
    float: left;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

#filter .filter-label i {
    width: 26px;
    height: 26px;
    float: left;
    margin-top: 7px;
}

#filter .filter-label .icon-location {
    background-position: 4px -574px;
}

#filter .filter-label .icon-content {
    background-position: -44px -118px;
}

#filter .filter-label .icon-classtime {
    background-position: -35px -577px;
}

#filter .filter-label .icon-startingtime {
    background-position: 4px -117px;
}

#filter .filter-label .icon-classtype {
    background-position: -84px -574px;
}

#filter .filter-label .icon-language {
    background-position: -89px -119px;
}

#filter .filter-label .icon-age {
    background-position: -131px -118px;
}

#filter .filter-label .icon-goal {
    background-position: -179px -116px;
}

#filter .filter-label .icon-level {
    background-position: -229px -118px;
}

#filter .filter-label .icon-servicetype {
    background-position: -277px -116px;
}

#filter .filters {
    zoom: 1;
    margin-left: 70px;
    position: relative;
}

#filter .filters:after, #filter .filters:before {
    display: table;
    line-height: 0;
    content: "";
}

#filter .filters:after {
    clear: both;
}

#filter ul {
    width: 90%;
}

#filter li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}

#filter li a {
    float: left;
    color: #717171;
    height: 20px;
    line-height: 20px;
    margin-top: 4px;
    padding: 0 10px;
    white-space: nowrap;
}

#filter li a.selected, #filter li a:hover {
    background-color: #fe8d32;
    color: #fff;
    text-decoration: none;
}

#filter .opened .more {
    background-position: 27px -363px;
}

#filter {

    line-height: 3em;
    border: none;
}

#filter .filter-group {
    height: 3em;
    border-top: none;
    border-bottom: 1px solid #eceded;
}

#filter .filter-group-input {
    border-top: 1px solid #dcdcdc;
    padding: 10px;
    position: relative;
    zoom: 1;
}

#filter .filter-group-input {
    border-top: none;
    border-bottom: 1px solid #eceded;
}


.search-zy {
    background: #f8f8f8;
}

.search-zy .search-zyInput {
    height: 40px;
    line-height: 120px;
    vertical-align: middle;
    background: #fff;
    text-align: center;
}

.search-zy .inputWrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.search-zy .search-zyInput input {
    float: left;
    width: 90%;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    padding: 0 36px 0 20px;
    border-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 14px;
    background: #f7f7f7;
}

.search-zy .search-zyInput .search-zySubmit {
    float: left;
    width: 10%;
    height: 42px;
    line-height: 42px;
    background: #03a9f4;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    display: block;
    color: #fff;
    font-size: 14px;
}

.search-zy .search-zyInput .search-zySubmit2 {
    float: left;
    width: 10%;
    height: 42px;
    line-height: 42px;
    background: #03a9f4;
    border-radius: 3px;
    display: block;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.search-zy .search-zyInput .search-zy312 {
    float: left;
    width: 10%;
    height: 42px;
    line-height: 42px;
    background: #03a9f4;
    border-radius: 3px;
    display: block;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.mntb_button6:hover {
    background-color: #ff0000;
    color: #ffffff;
}

#filter .filter-label {
    width: 7em;
    line-height: 3em;
}

#filter .filters {
    margin-left: 7em;
    width: 810px;
}

#filter .filter-group-last {
    border-bottom: none;
}

#filter .more {
    height: 15px;
    line-height: 15px;
    top: 10px;
    right: -50px;
}

#filter div.provice {
    _margin-top: 5px;
}

#filter a.provice {
    display: inline-block;
    zoom: 1;
    width: 3em;
    line-height: 16px;
    _margin-top: 5px;
    _margin-bottom: 8px;
}

.filter-tag {
    cursor: pointer;
    padding: 4px 5px;
    white-space: nowrap;

}

.filter-tag:hover {
    text-decoration: none;
}

.filter-tag-selected {
    background-color: #03a9f4;
    color: #fff;
}

.g-gap-right-large span {
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 3px;
}

.filter-tag-selected span {
    color: #e84c33;
    /*background: url(../img/XX_black.png) no-repeat;*/
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 3px;
}

.filter-tag-disabled {
    color: #bbb;
    cursor: text;
}

.g-gap-top-large {
    margin-top: 20px;
}

.result-empty {
    padding: 2em;
    text-align: center;
}

.main-content .sidebar {
    width: 270px;
    float: right;
}

.result-table {
    border-top: 1px solid #eceded;
    border-left: 1px solid #eceded;
    width: 100%;
}

.result-table thead, tfoot {
    background-color: #f8f8f8;
}

.result-table td, .result-table th {
    border-right: 1px solid #eceded;
    border-bottom: 1px solid #eceded;
    text-align: center;
    padding: .7em .5em;
}

.tron {
    background-color: #BBFFEE;
    color: #800080;
}


.tronc {
    background-color: #BBFFEE;
    color: #800080;
}

.tronc a {
    color: #800080;
}

.tronw {
    background-color: #BBFFEE;
    color: #800080;
}

.tronw a {
    color: #800080;
}

.chongci {
    background-color: #FD0100;
    color: #FFFFFF;
}

.chongci a {
    color: #FFFFFF;
}

.wentuo {
    background-color: #FFB7DD;
    color: #800080;
}

.wentuo a {
    color: #800080;
}

.dianji {
    background-color: #BBFFEE;
    color: #800080;
}

.dianji a {
    color: #800080;
}

.dianjizy {
    background-color: #03a9f4;
    color: #FFFFFF;
}

.dianjizy a {
    color: #FFFFFF;
}

.td_chong {
    width: 23px;
    height: 23px;
    display: inline-block;
    background-color: #FD0100;
    color: #ffffff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    margin-right: 3px;
}

.td_wen {
    background-color: #FFB7DD;
    color: #800080;
}

.td_bao {
    background-color: #ffffff;
    color: #800080;
    border: 1px solid #333333;
}

.td_xin {
    width: 23px;
    height: 23px;
    display: inline-block;
    background-color: #63A431;
    color: #ffffff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    margin-right: 3px;
}

.compare-add, .compare-ready, .compare-remove {
    background: url(../images/add.png) no-repeat;
    display: inline-block;
    zoom: 1;
}

.compare-add {
    background-position: 1 -1px;
    cursor: pointer;
    width: 17px;
    height: 17px;
}

.compare-ready {
    background-position: 0 -18px;
    cursor: pointer;
    width: 18px;
    height: 14px;
}

.compare-remove {
    background-position: 0 -32px;
    cursor: pointer;
    width: 19px;
    height: 19px;
}

.error-info {
    line-height: 26px
}

.error-info {
    color: #da1515;
    visibility: hidden;
}

/*分页*/
#pager {
    margin-top: 30px;
    margin-bottom: 30px
}

#pager {
    text-align: center;
    font-size: 0;
    clear: left;
}

.edu-pager {
    display: inline-block;
    zoom: 1;
    font-size: 14px;
    margin: 0 auto
}

.edu-pager:after, .edu-pager:before {
    display: table;
    line-height: 0;
    content: ""
}

.edu-pager:after {
    clear: both
}

.edu-pager a {
    border: 1px solid #e2e2e2;
    background-color: #fafafa;
    color: #555;
    cursor: pointer;
    float: left;
    padding: 5px 12px;
    border-radius: 2px;
    margin-left: 10px
}

.edu-pager a:hover {
    border-color: #afafaf;
    text-decoration: none
}

.edu-pager a:first-child {
    margin-left: 0
}

.edu-pager .edu-pager-current {
    border-color: #03a9f4;
    background-color: #03a9f4;
    color: #fff;
    cursor: text
}

.edu-pager .edu-pager-current:hover {
    border-color: #03a9f4
}

.edu-pager .edu-pager-ellipsis {
    border: none;
    background-color: transparent;
    cursor: text
}

.onesite-component-footer {
    height: 65px !important;
    visibility: visible !important;
    text-align: center;
    font-size: 15px;
    background: #fff;
    border-top: 2px solid #c9c9c9;
    color: #888;
    margin-top: 20px;
}

.onesite-component-footer-jiaoyu {
    border-top-color: #6bb433;
}

.footer-img {
    width: 1200px;
    margin: 0 auto;
}

#college-compare-result {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

#college-compare-result .mask {
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: .5;
    filter: alpha(opacity=50);
}

#college-compare-result .result {
    background-color: #fff;
    border-top: 1px solid #eceded;
    border-left: 1px solid #eceded;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 2px 2px 5px #565e59;
}

#prompt_div {
    margin-top: 10px;
    border-bottom: 1px solid #eceded;
    padding: 2px 10px 10px 10px;
}

#prompt_div .chongci {
    display: inline-block;
    zoom: 1;
    background-color: #FD0100;
    color: #fff;
    height: 28px;
    line-height: 26px;
    text-align: center;
    width: 4em;
}

#prompt_div .qiuwen {
    display: inline-block;
    zoom: 1;
    background-color: #FFB7DD;
    color: #800080;
    height: 28px;
    line-height: 26px;
    text-align: center;
    width: 4em;
}

#prompt_div .baodi {
    display: inline-block;
    zoom: 1;
    background-color: #fff;
    color: #800080;
    height: 28px;
    line-height: 26px;
    text-align: center;
    width: 4em;
    border: 1px solid #333333;
}

#prompt_div .lbcj {
    display: inline-block;
    zoom: 1;
    background-color: #fff;
    color: black;
    height: 35px;
    line-height: 35px;
    text-align: center;
    min-width: 16em;
    border: 1px solid #03a9f4;
    padding-left: 5px;
    padding-right: 5px;
    /*float: right;*/
    border-radius:6px;
}

#prompt_div .lbcj:hover {
    background: #e9e9e9;
    color: #6d6d6d;
    cursor: pointer;
}

#tdleft, #tdleft2 {
    text-align: left;
}

.errmsg {
    width: 100%;
    height: 20px;
    color: red;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding: 5px;
}

.customer-table {
    width: 100%;
}

.customer-table thead, tfoot {
    background-color: #f8f8f8;
}

.customer-table td, .customer-table th {
    text-align: center;
    padding: .7em .5em;
}

.customer_input {
    height: 44px;
    border-radius: 5px;
    line-height: 44px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #dfdcdc;

    text-indent: 12px;
    width: 300px;
}

.customer_input:hover {
    cursor: pointer;
    border-color: #9c9c9c !important;
}

#customer-table .t_category {
    display: inline-block;
    zoom: 1;
    background-color: #fff;
    color: black;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 6em;
    border: 1px solid #dfdcdc;
    margin-left: 20px;
}

#customer-table .t_category:hover {
    background: #e9e9e9;
    color: #6d6d6d;
    cursor: pointer;
}

#customer-table .t_category.active {
    background: #03a9f4;
    color: #fff
}

#customer-table .enter {
    display: inline-block;
    zoom: 1;
    background-color: #fff;
    color: #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 12em;
    border: 1px solid #dfdcdc;
    border-radius: 3px;
    background: #03a9f4;
    cursor: pointer;
}

.fa-sort {
    background: #fff;
    border: 1px solid #eee;
    margin-top: 30px;
}

.fa-parent {
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    border-bottom: 2px solid #03a9f4;
}

.fa-parent a {
    float: left;
    display: inline-block;
    font-size: 18px;
    transition: all .1s;
    overflow: hidden;
    border-right: 1px #fff solid;
    padding: 0 25px;
    text-decoration: none;
}

.fa-parent a.selected, .fa-parent a:hover {
    background: #03a9f4;
    color: #fff;
    text-decoration: none;
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.screen-box {
    height: auto;
    *zoom: 1;
    border-bottom: 1px dashed #dedede;
    margin-top: 0px;
    font-family: 'Microsoft YaHei', SimSun, Arial, sans-serif
}

.screen-box:before, .screen-box:after {
    display: table;
    content: "";
    line-height: 0
}

.screen-box:after {
    clear: both
}

.screen-box .title {
    width: 80px;
    float: left;
    height: auto;
    *zoom: 1;
    line-height: 25px;
    color: #999;
    font-size: 14px;
    margin-left: 5px;
    padding-top: 4px;
}

.screen-box .title:before, .screen-box .title:after {
    display: table;
    content: "";
    line-height: 0
}

.screen-box .title:after {
    clear: both
}

.screen-box .list {
    width: 870px;
    float: left;
    height: auto;
    *zoom: 1;
}

.screen-box .list:before, .screen-box .list:after {
    display: table;
    content: "";
    line-height: 0
}

.screen-box .list:after {
    clear: both
}

.screen-box .list ul {
    margin-left: -5px;
    *zoom: 1;
}

.screen-box .list ul:before, .screen-box .list ul:after {
    display: table;
    content: "";
    line-height: 0
}

.screen-box .list ul:after {
    clear: both
}

.screen-box .list ul li {
    font-size: 14px;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px
}

.screen-box .list ul li a {
    padding: 7px 8px;
    color: #444;
    display: inline-block
}

.screen-box .list ul li a:hover {
    color: #e84c33
}

.screen-box .list ul li a.all {
    display: block;
    padding: 4px 8px;
    color: #444;
    background: #eee
}

.screen-box .list ul li a.all:hover {
    color: black;
}

.screen-box .list ul li a.active {
    display: block;
    float: left;
    padding: 6px 8px;
    border: 1px solid #ccc;
    background: 0;
    color: #555;
}

.screen-box .list ul li a.active:hover {
    border: 1px solid #999;
    color: #444
}

.duma-wrap {
    margin-bottom: 30px;
    clear: both;
}

.duma-wrap .title {
    border-bottom: 2px #555 solid;
    text-align: center;
    height: 36px;
    line-height: 36px;
    margin-bottom: 38px;
}

.duma-wrap .title span {
    display: inline-block;
    font-size: 36px;
    font-weight: 400;
    position: relative;
    top: 50%;
    padding: 0 20px;
    background: #fff;
}

.duma-wrap .title a {
    color: #555;
    text-decoration: none;
}

.duma-wrap .title {
    color: #555;
}

.agfwz {
    margin-left: 15px;
    font-size: 16px;
    color: #666;
}

.zyt-select {
    width: 220px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #555;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    margin: 5px 5px 5px 10px;
}

.category-select {
    width: 86px;
    height: 32px;
    text-align: center;
}

.Ctable {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.Ctable thead tr th {
    font-weight: 400
}

.Ctable tr th {
    font-size: 16px !important;
    background: #f0f0f0;
    vertical-align: middle;
    text-align: center;
    color: #666;
    border-color: #d7d7d7;
    font-weight: 400 !important
}

.Ctable tr.activate td {
    background: #faeded
}

.Ctable tr td {
    font-size: 14px !important;
    vertical-align: middle;
    text-align: center;
    color: black;
    background: #fefefe;
}

.Ctable th, .Ctable td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.Ctable tbody tr:hover > td, .Ctable tbody tr:hover > th {
    background-color: #f5f5f5
}

.zycbpx {
    cursor: pointer;
}

.clearboth:after {
    display: block;
    clear: both;
    content: "";
    overflow: hidden;
    height: 0px;
}

/* 职业测评*/
.clearboth {
    *zoom: 1;
}

.width {
    width: 1200px;
    margin: 0 auto;
}

.kbd-wrap {
    width: 100%;
    padding: 70px 0;
}

.kbd-wrap .voc_in {
    width: 100%;
}

.kbd-wrap .voc_in ul {
    width: 100%;
}

.kbd-wrap .voc_in ul li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.kbd-wrap .voc_in ul li span {
    display: block;
}

.kbd-wrap .voc_in ul li span.left {
    float: left;
    width: 250px;
    height: 140px;
}

.kbd-wrap .voc_in ul li span.left img {
    width: 100%;
}

.kbd-wrap .voc_in ul li span.center {
    float: left;
    width: 720px;
    margin-left: 30px;
}

.kbd-wrap .voc_in ul li span.center a {
    display: block;
}

.kbd-wrap .voc_in ul li span.center a.a_t {
    font: bold 18px 'microsoft yahei';
    color: #333333;
    background: url(../images/icon-evaluate.png) no-repeat left center;
    padding-left: 24px;
    margin-bottom: 25px;
}

.kbd-wrap .voc_in ul li span.center a.a_b {
    font: normal 14px "microsoft yahei";
    color: #666666;
    line-height: 28px;
    border-left: 3px solid #198aff;
    padding-left: 15px;
}

.kbd-wrap .voc_in ul li span.right {
    float: right;
    width: 130px;
}

.kbd-wrap .voc_in ul li span.right em {
    display: block;
    width: 130px;
    font: normal 14px "microsoft yahei";
    color: #999999;
    text-align: center;
}

.kbd-wrap .voc_in ul li span.right a {
    display: block;
    width: 130px;
    height: 35px;
    background: #198aff;
    font: normal 14px "microsoft yahei";
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-top: 17px;
}

/* 职业测评     end*/

.kbd-zscb-px {
    width: 650px;
    height: 110px;
    margin: 0 auto;
}

.kbd-px-text {
    display: inline-block;
    zoom: 1;
    margin: 0 auto;
    margin-top: 12px;
    margin-left: 50px;
}

.kbd-px {
    display: inline-block;
    zoom: 1;
    font-size: 28px;
    margin: 0 auto;
    margin-top: 15px;
    margin-left: 50px;
}

.kbd-px:after, .kbd-px:before {
    display: table;
    line-height: 0;
    content: ""
}

.kbd-px:after {
    clear: both
}

.kbd-px a {
    border: 1px solid #e2e2e2;
    background-color: #fafafa;
    color: #555;
    cursor: pointer;
    float: left;
    padding: 6px 13px;
    border-radius: 2px;
    margin-left: 20px
}

.kbd-px a:hover {
    border-color: #afafaf;
    text-decoration: none
}

.kbd-px a:first-child {
    margin-left: 0
}

.kbd-px .kbd-px-current {
    border-color: #03a9f4;
    background-color: #03a9f4;
    color: #fff;
}

.kbd-px .kbd-px-current:hover {
    border-color: #fe9904;
}

.wnsj {
    float: right;
}
