@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal
}
* {
    padding: 0;
    margin: 0;
}
img {
    border: 0;
    vertical-align: bottom;
    width: 100%
}
img a {
    border: 0;
    text-decoration: none
}
ol, ul {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #333
}
a:hover {
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    font-size: 100%;
    border: 0;
    margin: 0;
}
body {
    line-height: 1.0;
    -webkit-text-size-adjust: none;
    background-color: #fff;
    font: normal 12px/18px 'Microsoft YaHei';
    color: #ccc;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 13px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.bd-wrap {
    min-width: 320px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
.search-header{
    width:90%;
    margin:0 auto;
    padding-top:25px;
    padding-bottom:7px;
}
.search-header .search-input {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    height: 36px;
}
.search-header .search-input .search-key {
    width: 100%;
    height: 36px;
    border: 0;
    font: normal 12px/34px 'Microsoft YaHei';
    color: #000;
    border-radius: 3px;
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0;
    background: #f2f2f2;
}
.search-header .search-input .search-submit {
    position: absolute;
    right: 0;
    top: 4px;
    width: 50px;
    height: 36px;
}
.search-header .search-submit:before {
    content: "\e6a8";
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 17px;
    line-height: 30px;
}
.end-bottom .txt {
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    padding-bottom: 30px;
    color:#333;
}
/*底部*/

.bottom-fxied {
    z-index: 999;
    position: fixed;
    width: 100%;
    z-index: 100;
    left: 0;
    bottom: 0px;
    height: 56px;
    background-color: #fff;
    padding-bottom: 14px
}
.footer-wrap {
    padding: 10px 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: justify;
    -ms-flex-align: center;
    justify-content: space-between;
    align-content: center;
    background-color: #ffff;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    border-top: 1px solid #e1e1e1
}
.footer-wrap a {
    display: block;
    text-align: center;
    color: #666;
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    font: normal 14px/24px 'Microsoft YaHei'
}
.footer-wrap a.current {
    color: #0a9ae1;
}
.footer-wrap a.current i {
    color: #0a9ae1;
}
.m-footer a .iconfont {
    font-size: 22px;
    display: block;
    line-height: 30px;
    color: #666;
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.m-footer a .iconfont span {
    display: block;
    width: 20px;
    height: 20px;
    display: block;
    color: red;
    text-align: center;
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-color: red;
    border-image: initial;
    border-radius: 40px;
    background: rgb(255, 255, 255);
    font: 12px/18px "Microsoft YaHei";
    right: -10px;
    top: -10px
}
.m-footer a.current .iconfont {
    color: #0a9ae1;
}
.line-f {
    height: 64px;
}

/*热招list*/

.result-list {
    width: 100%;
    height: 100%;
}
.result-list li {
    width: 100%;
}
.result-list li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
}
.result-list li .title {
    height: 30px;
    position: relative;
    width: 100%;
    line-height: 30px;
}
.result-list li .left-title {
    width: 100%;
    height: 100%;
    display: block;
    color: #353535;
    font-size: 14px;
    font-weight: bolder;
}
.result-list li .left-title .hot-hb {
    display: inline-block;
    padding-left: 20px;
}
.result-list li .left-title .hot-hb:before {
    content: "\e784";
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 30px;
    color: #3a88fe;
    font-size: 18px;
}
.result-list li .left-title .hot-rz {
    display: block;
    width: 40px;
    height: 20px;
    background: #3a88fe;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    margin-right: 5px;
    font-size: 10px;
    text-align: center;
    line-height:20px;
}
.result-list li .left-title .job-name {
    display: inline-block;
}
.result-list li .money {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #2886b9;
    font-weight: bolder;
}
.result-list .job-limit {
    width: 100%;
    height: 30px;
    position: relative;
}
.result-list .job-limit span {
    color: #666;
    font-size: 12px;
    line-height: 30px;
}
.result-list .job-limit span.line {
    margin: 0 5px;
}
.result-list .job-limit .selected-num {
    position: absolute;
    right: 0;
    top: 0;
    color: #048be4;
    font-size: 12px;
    line-height: 30px;
}
.result-list .job-limit .selected-num:before {
    content: "\e61b";
    position: absolute;
    left: -26px;
    top: 0px;
    line-height: 30px;
    color: #2193d1;
}
.result-list .job-reward {
    width: 100%;
    height: 30%;
    overflow: hidden;
}
.result-list .reward-infos {
    width: 100%;
    height: 22px;
    position: relative;
}
.result-list .other-reward {
    width: 70%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 22px;
}
@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(10px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-10px);
    }
}
@keyframes bounce-up {
    25% {
        transform: translateY(10px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
}
.result-list .div-gif {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-animation: bounce-up 1.4s linear infinite;
    animation: bounce-up 1.4s linear infinite;
}
.result-list .div-gif:after {
    content: "\e62e";
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 18px;
    line-height: 22px;
    color: #ff594b;
}
.result-list .other-reward li {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    overflow: hidden;
    float: left;
}
.result-list .other-reward li img {
    width: 100%;
}
.result-list .job-reward strong {
    display: inline-block;
    background: #ecf2fe;
    color: #045feb;
    font-size: 12px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0 7px;
    border-radius: 3px;
}
.result-list .com-info {
    width: 100%;
    height: 40px;
    position: relative;
    line-height: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.result-list .com-info .com-name {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #666666;
}
.result-list .com-info .com-address {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-size: 13px;
}
.result-list .com-info .com-address:before {
    content: "\e90a";
    position: absolute;
    left: -26px;
    top: 0px;
    line-height: 30px;
    color: #2193d1;
}
/*热招list*/