@charset "utf-8";.search-inputs {
    position: relative
}

.autocomp-close {
    position: absolute;
    top: 0
}

.search-warning {
    display: none;
    position: relative;
    color: #ff7800;
    font-size: 12px;
    line-height: 22px;
    padding: 0 0 10px 18px;
    overflow: hidden
}

.search-warning::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    background: url(../images/pub.__1423475280__.png) no-repeat -148px -24px;
    -webkit-background-size: 160px auto;
    -ms-background-size: 160px auto;
    background-size: 160px auto;
    margin-top: -11px
}

.search-warning.active {
    display: block
}

.btn {
    position: relative;
    border-radius: 2px;
    font: 14px/2em arial,microsoft yahei,sans-serif;
    text-align: center;
    text-decoration: none;
    outline: 1px solid rgba(0,0,0,.02);
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none
}

.btn-default {
    width: 100%;
    height: 30px;
    background-color: #fff;
    border: 1px solid #c8c6c4;
    color: #333
}

.btn-default[disabled] {
    color: #858585
}

.btn-default.touch {
    background-color: #d6d6d6
}

.btn-primary {
    width: 100%;
    height: 30px;
    background-color: #62af01;
    border: 1px solid #559801;
    color: #fff
}

.btn-primary[disabled] {
    color: #c0df99
}

.btn-primary.touch {
    background-color: #529301
}

.btn-primary.active {
    width: 100%;
    height: 30px;
    background-color: #fff;
    border: 1px solid #c8c6c4;
    color: #333
}

.btn-primary.active[disabled] {
    color: #858585
}

.btn-primary.active.touch {
    background-color: #d6d6d6
}

.btn-info {
    width: 100%;
    height: 30px;
    background-color: #ec671f;
    border: 1px solid #c35519;
    color: #fff
}

.btn-info[disabled] {
    color: #f7c2a5
}

.btn-info.touch {
    background-color: #c6561a
}

.btn-danger {
    width: 100%;
    height: 30px;
    background-color: #be0000;
    border: 1px solid #be0000;
    color: #fff
}

.btn-danger[disabled] {
    color: #f5a9a9
}

.btn-danger.touch {
    background-color: #9f0000
}

.btn-large {
    height: 42px;
    font-size: 16px;
    line-height: 42px
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 84%;
    background-color: #fff;
    border-radius: 2px;
    margin-left: -42%;
    margin-top: -62px;
    z-index: 500;
    display: none
}

.popup-head {
    border-bottom: 1px solid #d5d5d5;
    font-size: 15px;
    font-weight: 500;
    line-height: 39px;
    text-align: center
}

.popup-body {
    padding: 5px 8px
}

.popup-bar {
    padding: 8px 4px;
    display: -webkit-box
}

.popup-bar .btn-group {
    -webkit-box-flex: 1;
    padding: 0 4px;
    display: block
}

.popup-location .popup-head {
    display: none
}

.popup-location .popup-body {
    padding: 9px 8px 1px
}

.popup-location .popup-body p {
    text-align: center
}

.popup-location .popup-body p strong {
    color: #67b700;
    font-weight: 500
}

.gj-search {
    background: #fff
}

.location {
    position: relative;
    background-color: #fff;
    border-top: 1px solid #dbdbdb;
    color: #505050;
    padding: 6px 35px 6px 80px
}

.location span {
    position: absolute;
    top: 6px;
    left: 10px;
    color: #878787
}

.location b {
    font-weight: 500
}

.location.active b {
    color: #579b00
}

.location .icon-refresh {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-indent: -999em;
    display: block;
    overflow: hidden
}

.location .icon-refresh::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: url(../images/ist.__1423540114__.png) no-repeat -108px 0;
    -webkit-background-size: 160px auto;
    -moz-background-size: 160px auto;
    -ms-background-size: 160px auto;
    background-size: 160px auto;
    margin: -10px 0 0 -10px;
    overflow: hidden
}

.positioning .icon-refresh::after {
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear
}

@-webkit-keyframes spinnerRotate {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes spinnerRotate {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(-360deg)
    }
}

@-ms-keyframes spinnerRotate {
    from {
        -ms-transform: rotate(0)
    }

    to {
        -ms-transform: rotate(-360deg)
    }
}

.column-head {
    background-color: #f4f4f4;
    border: 1px solid #dbdbdb;
    border-width: 1px 0;
    border-bottom-color: #e9e9e9
}

.column-title {
    color: #878787;
    padding: 4px 10px
}

.column-title span {
    color: #a3a3a3;
    font-size: 12px;
    margin-left: 5px
}

.category {
    position: relative;
    padding: 0 5px
}

.column-body .category:last-of-type::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: 1
}

.category li {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    border-bottom: 1px solid #dcdcdc
}

.category li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #c2c2c2;
    margin-top: -7px;
    overflow: hidden
}

.category li:nth-child(4n)::after {
    display: none
}

.category li.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 5px solid #7d8083;
    margin-left: -5px;
    overflow: hidden
}

.category a,.category b {
    width: 100%;
    color: #505050;
    font-weight: 500;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 6px 0;
    display: block;
    overflow: hidden
}

.category .touch {
    background-color: #f0f0f0
}

.category-child {
    position: relative;
    background-color: #7d8083;
    padding: 2px 5px 0;
    margin-top: -1px;
    display: none
}

.category-child::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #7d8083;
    font-size: 0;
    display: block;
    overflow: hidden
}

.category-child.active {
    display: block
}

.category-child li {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    border: 1px solid #909395;
    border-width: 0 1px 1px 0
}

.category-child li:nth-child(4n) {
    border-right: 0
}

.category-child a {
    width: 100%;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 6px 0;
    display: block;
    overflow: hidden
}

.category-child .touch {
    background-color: #b4bac0
}

.blank {
    height: 8px;
    background-color: #f0f0f0;
    border-top: 1px solid #e3e3e3;
    overflow: hidden
}

.result {
    min-height: 188px;
    border-top: 1px solid #dbdbdb;
    padding-bottom: 50px
}

.result b {
    color: #579b00;
    font-weight: 500
}

.result-title {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e9e9e9;
    color: #878787;
    font-weight: 500;
    padding: 4px 10px
}

.result-list {
    padding: 0 10px
}

.result-list li {
    border-bottom: 1px solid #dcdcdc
}

.result-list a {
    padding: 6px 10px;
    display: block
}

.result-list .touch {
    position: relative;
    background: 0
}

.result-list .touch::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    padding: 0 10px;
    z-index: -1
}

.noResult .result-title {
    background: 0;
    border: 0 none;
    color: #505050;
    font-size: 16px;
    text-align: center;
    padding-top: 66px
}

.noResult .result-cont {
    color: #878787;
    text-align: center
}

.noResult .result-cont a {
    position: relative;
    color: #579b00;
    padding-right: 8px
}

.noResult .result-cont .icon-arrow {
    position: absolute;
    width: 8px;
    text-indent: -999em;
    overflow: hidden
}

.noResult .result-cont .icon-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    width: 5px;
    height: 5px;
    border: 1px solid #579b00;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: -2px 0 0 0
}

.footer {
    padding: 15px 10px
}

.location .icon-freshen {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-indent: -999em;
    display: block;
    overflow: hidden
}

.location .icon-freshen:after {
    display: block;
    content: "";
    background: url(../images/icon_baidu_app.png) no-repeat;
    background-size: 160px;
    background-position: 0 -125px;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 13px;
    top: 13px
}

.positioning .icon-freshen:after {
    animation: circle 1s infinite linear;
    -moz-animation: circle 1s infinite linear;
    -webkit-animation: circle 1s infinite linear
}

@-webkit-keyframes circle {
    0% {
        transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

.recruitment-day-city .location.active b {
    color: #ff3600
}

.recruitment-day-city .column-head,.recruitment-day-city .blank {
    background: #fdfceb
}

.recruitment-day-city .column-title,.recruitment-day-city .column-title span {
    color: #ff8564
}

.recruitment-day-city .location .icon-refresh::after {
    background-position: -130px -60px
}
