body {

    /*background: #f1f1f3;*/
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    color: #717171;
}
body.is-pc-1 {
    max-width: 640px;
    margin: 0 auto;
}
body.is-pc-1 .container,
body.is-pc-1 .container-fluid,
body.is-pc-1 .filter,
body.is-pc-1 .modal-frame {
    width: 640px !important;
    max-width: 640px !important;
}
body.is-pc-1 .modal-frame,
body.is-pc-1 .nav-footer .fixed {
    left: 50%;
    margin-left: -320px;
}
body.is-pc-1 #list>*,
body.is-pc-1 #list2>* {
    width: 100%;
}
.fs-12 {font-size: 12px;}
.c-888 {color: 888;}
.mx-2 {margin-left: 2px;margin-right: 2px;}
.px-10 {padding-left: 10px;padding-right: 10px;}
.py-5 {padding-top: 5px;padding-bottom: 5px;}

.zhao-index .job-tag .tag {
    background-color: #ffffff !important;
}
.zhao-index .modal-block {
    background: #F1F1F3;
    padding: 15px 15px !important;
}
.user-index .ul-block {
    padding-top: 0 !important;
}
.position-detail .ul-block {
    padding-top: 5px !important;
}
.position-detail .ul-block .container .row .col-xs-12.span-10 {
    margin-top: 10px;    /*background-color: #ededed;*/
}
.user-info .ul-block .container .row .span-10 {
    border-bottom: 1px solid #ccc;
}

/*Company  Job  list*/
.company-position-list .ul-block .container #list {
    margin-left: -5px;
    margin-right: -5px;
}

/*Company  Job  tag*/
.company-position-list .ul-block .container .row.job-tag {
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;/*    margin-left: -5px;
    margin-right: -5px;*/
}
.col-xs-12.title.span-10 {
    margin-top: 10px;
}
.user-index {
    background-color: #ffffff !important;
}
.user-info {
    background-color: #ffffff !important;
}
p {
    margin-bottom: 5px;
}
a, a:visited, a:hover {
    color: #717171;
}
input[type=text], input[type=password] {
    border: none;
    outline: none;
}
input.has-error {
    border: #a94442 1px solid;
}
a:focus, a:hover {
    text-decoration: none;
}

/*头部*/
header {
    background-color: #FB8200;
    height: 45px;
}
header button {
    margin-top: 11px;
    border-color: #fff !important;
}
header button i {
    color: #fff !important;
}
header h3 {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    margin-top: 16px;
}
header .icon {
    position: relative;
    z-index: 10;
}

/*底部菜单*/
.nav-footer-block {
    height: 50px;
}
.nav-footer .fixed {
    background: #EBEBEB;   /* border-top: #fff 1px solid;*/
    box-shadow: 0 0 0 4px #EBEBEB;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1999;
}
.nav-footer .nav a {
    padding: 5px 15px 5px 15px;
}
.nav-footer .nav .img {
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.nav-footer .nav span {
    display: block;
    padding-top: 2px;
    color: #727272;
    font-size: x-small;
}
.nav-footer .nav .img.apply {
    background-image: url(../images/apply.png);
}
.nav-footer .nav .img.meeting {
    background-image: url(../images/meeting/tab-default.png);
}
.nav-footer .nav .img.radish {
    background-image: url(../images/wanted/radish-gray.png);
}
.nav-footer .nav .img.list {
    background-image: url(../images/list.png);
}
.nav-footer .nav .img.user {
    background-image: url(../images/user.png);
}
.nav-footer .nav .active span {
    color: #FC8201;
}
.nav-footer .nav .active .img.apply {
    background-image: url(../images/apply_check.png);
}
.nav-footer .nav .active .img.meeting {
    background-image: url(../images/meeting/tab-selected.png);
}
.nav-footer .nav .active .img.radish {
    background-image: url(../images/wanted/radish-normal.png);
}
.nav-footer .nav .active .img.list {
    background-image: url(../images/list_check.png);
}
.nav-footer .nav .active .img.user {
    background-image: url(../images/user_check.png);
}

/* 职位列表 */
.filter {
    background: #ffe8c6;
    border-bottom: #fff 1px solid;
    padding: 10px 0;
}
.filter .city {
    font-size: 16px;
    color: #717171;
    line-height: 25px;
}
.filter .city span {
    font-size: 12px;
}
.filter .head-img {
    height: 70px;
    width: 70px;
}
.filter .info {
    padding: 16px 0 16px 100px;
}
.search_group {
    border-radius: 12px;
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    height: 25px;
}
.search_group i {
    width: 15%;
    text-align: center;
    top: 3px;
}
#keyword_form input#keyword,
#search_form input#search {
    height: 25px;
    background: none !important;
}
i.glyphicon.glyphicon-filter {
    top: 3px;
}
.reward-count {
    color: #fb8200;
}
.search_group form {
    width: 80%;
    display: inline-block;
}
.search_group input {
    width: 100%;
}
.ul-block {
    padding-top: 10px;
}
.ul-block.job-list {
    padding-top: 0;
}
.a-block-wrapper {
    display: block;
    padding: 0;
}
.li-block {
    padding: 10px 10px 5px;
    /*background: #fff;*/
}
.job.li-block {
    position: relative;
}
.job .image {
    width: 17%;
    margin-right: 10px;
    float: left;
}
.job .title {
    width: 62%;
    float: left;
}
.job .title.wide {
    width: 78%;
}
.job .title h4 {
    margin: 0;
    font-weight: normal;
    color: #fb8200;
}
.job .title.wide h4 {
    width: 80%;
}
.job .title h4 a {
    color: #000;
    font-weight: normal;
}
.job .price {
    width: 25%;
    text-align: right;
    float: left;
}
.job .price p:first-child {
    font-size: 20px;
    line-height: 24px;
    color: #FB8200;
}
p.city-company {
    font-size: 13px;
}
.job .reward {
    position: absolute;    /*bottom: 11px;*/
    right: 10px;
    font-size: 13px;
}
.job .title-right-text {
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 13px;
}
.job .sub-info-right-text {
    position: absolute;
    right: 10px;
    top: 30px;
    font-size: 12px;
}
.date {
    right: 10px;
    float: right;
    bottom: 5px;
    position: absolute;
}
#list>*,
#list2>* {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #dedede;
}
#list>div.li-block {
    padding: 10px 10px 5px;
}
#list>a>div.li-block {
    padding: 0;
}
#list>div.li-block>div>p,
#list>a>.li-block>div>p {
    font-size: 13px;
}
.myRelay>.container {
    padding: 0;
}
.job p {
    font-size: 12px;
}
.job p, .job h4 {
    margin-bottom: 5px !important;
}
.job .btn {
    margin-top: 8px;
}
.job .image, .company .logo {
    /*
    min-height: 60px;
    line-height: 60px;
    */
    background-color: #ebebeb;
}

/* 公司详情 */
.company .logo {
    float: left;
    width: 15%;
    margin-right: 10px;
}
.row .company>a>.logo {
    margin-top: 7px;
}
.company .title {
    float: left;
    width: 77%;
}
.company .title h4 {
    color: #000;
}
.company .title span {
    margin-left: 5px;
}
.job-tag .title {
    color: #000;
    line-height: 25px;
    font-size: 15px;
    text-indent: 5px;
}
.job-tag .tag {
    display: block;
    background: #ffffff;
    padding: 5px;
    height: 30px;
    overflow: hidden;
}
.job-tag .tag.active {
    outline: #FB8200 2px solid;
    color: #FB8200;
}
.tag-flat {
    display: block;
    background: transparent;
    padding: 2px 5px;
    overflow: hidden;
    color: #FB8200;
    border: 1px solid #FB8200;
    border-radius: 2px;
    font-size: 12px;
}

/* 奖金明细、我的传播、我的应聘、间接应聘 */
.thead>div, .tbody>div {
    float: left;
    text-align: center;
}
.thead {
    font-size: 16px;
    color: #000;
}
.jianJie .thead {
    font-size: 14px;
}
.thead div:first-of-type, .tbody div:first-of-type {
    text-align: left;
}
.thead div:last-of-type, .tbody div:last-of-type {
    text-align: right;
}
.bonus .thead>div, .bonus .tbody>div {
    width: 33%;
}
.applyJob .thead>div, .applyJob .tbody>div, .myRelay .thead>div, .myRelay .tbody>div {
    width: 30%;
}
.applyJob .thead>div:first-of-type, .applyJob .tbody>div:first-of-type {
    width: 40%;
}
.myRelay .thead>div:first-of-type, .myRelay .tbody>div:first-of-type {
    width: 70%;
}
.jianJie .thead>div:nth-of-type(1), .jianJie .tbody>div:nth-of-type(1) {
    width: 15%;
}
.jianJie .thead>div:nth-of-type(2), .jianJie .tbody>div:nth-of-type(2) {
    width: 45%;
}
.jianJie .thead>div:nth-of-type(3), .jianJie .tbody>div:nth-of-type(3) {
    width: 20%;
}
.jianJie .thead>div:nth-of-type(4), .jianJie .tbody>div:nth-of-type(4) {
    width: 20%;
}
.zhiJie .thead>div:nth-of-type(1), .zhiJie .tbody>div:nth-of-type(1) {
    width: 15%;
}
.zhiJie .thead>div:nth-of-type(2), .zhiJie .tbody>div:nth-of-type(2) {
    width: 65%;
}
.zhiJie .thead>div:nth-of-type(3), .zhiJie .tbody>div:nth-of-type(3) {
    width: 20%;
}

/*表单*/
.form-block {

    /*margin-bottom: 10px;*/
    position: relative;
    padding: 6px 10px;
    background: #fff;    /*border-bottom: 1px solid #ccc;*/
}
.form-block label {

    /*float: left;*/
    width: 30%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    display: block;
    margin-bottom: 0;
    color: #000;
}
.form-block input[type=text] {
    width: 100%;
    float: left;
    padding: 10px 10px;
    display: block;   /* background-color: #efefef;*/
    border: 1px solid #999999;
}
.form-block .styled-select {
    width: 68%;
    height: 30px;
    overflow: hidden;
    border: 1px solid #CBCBCB;
    position: relative;
    background: #fff;
}
.form-block .styled-select:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 18px;
    height: 30px;
    background: #fff;
}
.form-block .styled-select:after {
    content: "\e259";
    position: absolute;
    right: 5px;
    top: 7px;
    display: inline-block;
    margin-left: 2px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-block .styled-select select {
    background: transparent;
    width: 130%;
    padding: 3px 8px;
    font-size: 14px;
    border: none;
    height: 25px;
    -webkit-appearance: none;
    outline: none;
}

/*个人设置*/
.info-block {
    position: relative;
    padding: 15px 10px;
    background: #fff;
}
.info-block .icon {
    float: left;
    height: 16px;
    margin-right: 5px;
    margin-top: 2px;
}
.info-block .title {
    float: left;    /* line-height: 20px; */
    color: #000;
    font-size: 14px;
}
.info-block .value {
    float: right;
    padding-right: 20px;
}
.info-block .input {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 15px 10px;
    width: 100%;
    height: 100%;
    background: #fff;
}
.info-block .input input {
    border: none;
    outline: none;
}
.info-block .button {
    line-height: 23px;
}
.info-block .button a {
    margin-left: 10px;
}

/*手机验证*/
.phone-block input[type=text], .phone-block input[type=password] {
    padding: 10px 5px;
    width: 100%;
}
.phone-block .prompt {
    width: 58%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background: #fff;
    overflow: hidden;
    font-size: 12px;
}

/*职位详情*/
.job-block {
    position: relative;
    padding: 0px 10px 5px 10px;
    background: #fff;
    margin-top: 5px;
}
.job-block .collection {
    position: absolute;
    top: 10px;
    right: 3px;
    width: 20px;
    height: 20px;
    background: url(../images/job_collection.png) no-repeat;
    background-size: cover;
}
.job-block .collection.active {
    background-image: url(../images/job_collection_check.png);
}
.job-title {
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
}
.job-title p {
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: #BFBFBF 1px solid;
    margin-bottom: 0;
}
.job-content {
    padding: 10px;
    background: #fff;
    line-height: 1.8em;
}
.job-content p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #717171;
    word-wrap: break-word;
    word-spacing: 0.5px;
}
.item-content.job-content p { 
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.4em;
}
.job-content p img {
margin-left: -32px;
}
.job-content p:first-child {
margin-top: 0;
}
.job-nav {
    position: fixed;
    bottom: 49px;
    left: 0;
    right: 0;
    z-index: 900;
    padding-top: 8px;
    padding-bottom: 7px;
}
/* 详情页底部还是不要nav了 */
.position-detail .job-nav {
    bottom: 0;
    background: #F1F1F3;
}
.position-detail .nav-footer {
    display: none;
}
.job-tip {
position: fixed;
bottom: 0;
top: 0;
left: 0;
right: 0;
z-index: 800;
background-color: rgba(0, 0, 0, 0.6);
}
.job-tip-frame {
position: absolute;
bottom: 70px;
width: 100%;
box-sizing: border-box;
padding: 0 25px;
}
.job-tip-frame:after {
display: block;
content: '';
position: absolute;
right: 90px;
bottom: -10px;
border-top: #fff 10px solid;
border-left: transparent 10px solid;
border-right: transparent 10px solid;
width: 0;
height: 0;
overflow: hidden;
}
.job-tip-frame>div {
background: #fff;
border-radius: 5px;
padding: 15px;
}
.job-tip-frame .title {
padding: 5px 0;
font-size: 16px;
border-bottom: #BFBFBF 1px solid;
}
.job-tip-frame .content {
padding: 5px 0;
}
.job-tip-frame .content p {
line-height: 20px;
margin-bottom: 10px;
}
.job-tip-frame .content p:last-child {
margin-bottom: 0;
}
.job-tip-frame .close {
position: absolute;
right: 40px;
top: 15px;
}

/*全屏模态框*/
.modal-frame {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1050;
padding: 10px;
display: none;
}
.modal-frame .close {
position: absolute;
top: 20px;
right: 20px;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.modal-block {
background: #F1F1F3;
padding: 35px 20px;
}
.modal-open .modal-block {
overflow-x: hidden;
overflow-y: auto;
}
.modal-block .btn-default {
width: auto;
min-width: 80px;
}
.modal-block .history {
line-height: 30px;
border-bottom: #ccc 1px solid;
color: #000;
font-size: 16px;
}
.modal-block .close {
height: 30px;
}

/*图标*/
.ico {
display: inline-block;
position: relative;
top: 1px;
line-height: 1;
}
.ico-bubble:before {
display: block;
content: '';
height: 12px;
width: 12px;
background-image: url(../images/SPEECH_BUBBLE.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
.ico-yen:before {
display: block;
content: '';
height: 12px;
width: 12px;
background-image: url(../images/SALARY.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
.ico-apply:before {
display: block;
content: '';
height: 18px;
width: 18px;
background-image: url(../images/APPLY-job.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
margin-bottom: -4px;
}
.ico-forward:before {
display: block;
content: '';
height: 20px;
width: 18px;
background-image: url(../images/FORWARD.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
margin-bottom: -4px;
}
.ico-zhao-company:before {
display: block;
content: '';
height: 16px;
width: 16px;
background-image: url(../images/company.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
margin-bottom: -2px;
}
.ico-zhao-location:before {
display: block;
content: '';
height: 16px;
width: 16px;
background-image: url(../images/add.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
margin-bottom: -2px;
}
.ico-zhao-web:before {
display: block;
content: '';
height: 16px;
width: 16px;
background-image: url(../images/website.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
margin-bottom: -2px;
}

/*通用*/
#loading p {
color: #000;
text-align: center;
font-size: 16px;
}
.fixed {
position: fixed;
}
.block {
display: block;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.job-tag .span-10 {
margin-bottom: 10px;
}
.user-index .ul-block .container .row .span-10 {
border-bottom: 1px solid #ccc;
}
.phone-block .span-10 {
margin-bottom: 6px;
}
.span-20 {
margin-bottom: 20px;
}
.span-30 {
margin-bottom: 30px;
}
.railing-10 {
margin-right: 10px;
}
.rerailing-10 {
margin-left: 20px;
}
button.icon {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
text-align: center;
}
button.border {
border: #7C7C7C 2px solid;
border-radius: 50%;
width: 25px;
height: 25px;
}
button.border i {
color: #7C7C7C;
}
.font-h {
font-size: 16px;
}
.font-middle {
font-size: 14px;
}
.font-span {
font-size: 12px;
}
.font-gold {
color: #FB8200 !important;
}
.font-red {
color: #f00;
}
.font-black {
color: #000 !important;
}
.overflow {
overflow: hidden;
}
.text-center {
text-align: center !important;
}
.arrow-right {
position: absolute;
top: 50%;
right: 20px;
margin-top: -10px;
}
.bonus .vertical-middle {
height: 52px;
line-height: 52px;
text-align: center;
}
.applyJob .vertical-middle {
height: 77px;
line-height: 77px;
text-align: center;
}
.head-img {
border-radius: 35px;
overflow: hidden;
}
.head-img img {
width: 100%;
}

/* bootstrap样式重写 */
.btn {
padding-top: 4px;
padding-bottom: 4px;
color: #fff !important;
background: #FB8200;
}
.btn-default {
    padding-top: 6px;
    padding-bottom: 6px;
    background: #FB8200 !important;
    border: none;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
    line-height: 20px;
}
.btn-logout {
border-radius: 3px;
padding-top: 6px;
padding-bottom: 6px;
}
.btn-code {
font-size: 12px;
height: 44px;
width: 40%;
background: #FB8200;
}
.btn-code[disabled=disabled] {
background: #9E9EA0;
}
.form-block:before, .info-block:before {
display: table;
content: " ";
}
.form-block:after, .info-block:after {
display: table;
content: "";
clear: both;
}
.bgReplyPrompt {
background-image: url(../images/replyPrompt-v4.jpg);
background-size: 100%;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 2000;
}
.bgReplySuccessPrompt {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2000;
}
.bgReplySuccessPrompt .bg {
background-size: cover;
background-position: center bottom;
background-color: #ccc;
background-image: url(../images/relaySuccessPrompt.jpg);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2001;
}
.bgReplySuccessPrompt .frame {
position: relative;
z-index: 2002;
}
.bgReplySuccessPrompt .content {
margin-top: 15px;
border-radius: 5px;
background: rgba(255, 255, 255, 0.6);
padding: 20px;
font-size: 4.7vw;
}
.bgReplySuccessPrompt .content span {
color: #FB8200;
}
.bgReplySuccessPrompt .content p {
margin-bottom: 20px;
}
.bgReplySuccessPrompt .qr {
width: 60%;
margin: 60px auto 0;
text-align: center;
}
.bgReplySuccessPrompt .qr img {
height: 30vh;
}
.bgReplySuccessPrompt .closebtn {
display: none;
}
@media (min-height:500px) {
.bgReplySuccessPrompt .closebtn {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    z-index: 2002;
}
}
.jobtt {
font-size: 18px;
color: #FB8200;
}
.overflow-btn {
height: 40px;
line-height: 40px;
background: #fff;   /* border-top: #BFBFBF 1px solid;*/
}
.overflow-btn i {
font-size: 9px;
}
.reply-line {
text-align: center;
clear: both;
transition: height .6s;
-moz-transition: height .6s;
-webkit-transition: height .6s;
-o-transition: height .6s;
overflow: hidden;
height: 90px;
}
.reply-line.no-height {
height: 0;
}
.reply-line.open-height {
height: 90px;
}
.reply-line .circle, .reply-line .line {
display: inline-block;
height: 90px;
vertical-align: top;
}
.reply-line span {
display: inline-block;
height: 60px;
background-position: center center;
background-repeat: no-repeat;
}
.reply-line .circle span {
width: 60px;
border-radius: 50%;
background-size: cover;
background-color: #fb8200;
line-height: 60px;
color: #fff;
text-align: center;
font-size: 18px;
}
.reply-line .line span {
width: 35px;
background-size: contain;
background-image: url(../images/reply_line.png);
}
.open-line {
display: block;
text-align: center;
line-height: 20px;
color: #fb8200;
clear: both;
}
.open-line:hover {
color: #fb8200;
}

/* bootstrap override */
.img-responsive {
display: inline-block;
vertical-align: middle;
max-height: 100%;
}

/* 额外 */

/*.bg-gray-main {background-color: #f1f1f3 !important;}*/
.city.modal-controller.modal-open .glyphicon-chevron-down, .city.modal-controller .glyphicon-chevron-up {
display: none;
}
.city.modal-controller .glyphicon-chevron-down, .city.modal-controller.modal-open .glyphicon-chevron-up {
display: inline;
}
.c-gray {color: #aaa;}
.mt-3 {margin-top: 3px;}
.mt-8 {
margin-top: 8px; /* border-bottom: 1px solid #cccccc;*/
}
.mt-20 {
margin-top: 20px;
}
.mb-20 {
margin-bottom: 20px;
}
.mr-8 {
margin-right: 8px;
}
.pl-5 {
padding-left: 5px;
}
.pr-5 {
padding-right: 5px;
}
.w-p40 {
width: 40%;
}
.w-p50 {
width: 50%;
}
.w-p60 {
width: 60%;
}
.w-p100 {
width: 100%;
}
.ov-h {overflow: hidden;}
.fl {float: left;}
.fr {float: right;}
.fs-12 {font-size: 12px !important;}
.fs-13 {font-size: 13px !important;}
.fs-14 {font-size: 14px !important;}
.reward-line .glyphicon {
display: inline-block;
opacity: .7;
}
.w-break {
    word-wrap: break-word;
    word-break: break-all;
}

/*  职位列表页原橙色页头去掉，将搜索栏底色改成橙色，变成页头 */
.zhao-index .top-header {
display: none;
}
#frame.job-list.scroll-padding {
    padding-top: 46px;
}
.zhao-index #filter_tool {
border-bottom: none;
box-shadow: none;
background-color: #FB8200;    /* 修正移动端不固定问题 */
position: fixed !important;
top: 0px;
width: 100%;
z-index: 99999;
}
.zhao-index .filter .city {
color: #fff;
}
.zhao-index button.border {
border: #fff 2px solid;
}
.zhao-index button.border i {
color: #fff;
}

/* 详情页增加招聘人数 */
.head-count-0 {
display: none;
}
.detail-info-line>small {
margin-right: 8px;
}
.detail-info-line>small:last-child {
margin-right: 0;
}
.form-clear-input {
position: absolute;
right: 0;
top: 3px;
width: 16px;
height: 16px;
line-height: 16px;
color: #aaa;
}
.company.li-block.clearfix.relative {
    padding: 10px 25px;
    background: #ededed;
    margin-left: -10px;
    margin-right: -10px;
}
.reward-line.refined-reward-wrapper.ov-h {
margin-top: -10px;/*    float: right;
top: -48px;
position: relative;*/
}
.col-refined-company {
    background-color: #fff;
    padding: 0;
}
.col-refined-company .title {
    width: 95%;
    margin: 0;
}
.col-refined-company .title .title-label {
    margin-left: 0;
    font-weight: 400;
}
.col-refined-company .title .title-content {
    color: #FB8200;
    font-weight: 700;
    margin-left: 0;
}
.col-refined-company .company.li-block.clearfix.relative {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 5px 20px;
    background-color: #fff;
}
.top-tab-info .tab-item {
background-color: rgba(255, 232, 198, 0.2);
border: 1px solid rgba(251, 130, 0, 0.5);
width: 44%;
margin: auto;
margin-left: 15px;
margin-top: 15px;
padding: 5px;
padding-left: 10px;
}
h4.info-title {
float: left;
}
.detail {
float: left;
margin-top: 8px;
margin-left: 12px;
color: black;
}
.user-my-reward.ul-block.container {
}
.li-block.span-30.clearfix {
background-color: rgba(255, 232, 198, 0.2);
border: 1px solid rgba(251, 130, 0, 0.5);
margin-bottom: 10px !important;
margin-top: 8px;
margin-left: 10px;
margin-right: 10px;
padding-bottom: 10px;
}
.user-info .arrow-right {
right: 10px !important;
}
.company-position-list .container {
padding-right: 5px;
padding-left: 5px;
}
.company-position-list .ul-block .container .row.job-tag {
background-color: #ebebeb;
/*padding: 10px;*/
}
.overflow-btn {
float: right;
position: relative;
top: -34px;
}
.user-index .arrow-right {
right: 10px !important;
}
.user-my-reward .container {
/*padding-left: 5px !important;
padding-right: 5px !important;*/
}
.row.job-tag {
margin-right: -5px;
margin-left: -5px;
}
.company-position-list .row {
margin-right: -5px;
margin-left: -5px;
}
.company-position-list .company{
     padding: 10px 10px 5px;
     background-color: none !important;
    margin-bottom: -40px;
}
.user-my-reward .row{
  /*  margin-right: -5px;
    margin-left: -5px;*/
}
ul.reward-rule,
ul.reward-rule li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}
ul.reward-rule li {
    overflow: hidden;
    margin-top: 10px;
    background-color: #f5f5f5;
    padding: 5px;
}
ul.reward-rule li .image-wrapper {
    margin-right: 10px;
}

ul.reward-rule li .image-wrapper img {
    width: 60px;
    height: 60px;
}
ul.reward-rule li .text-wrapper p {
    font-size: 14px;
    line-height: 1.25;
}
ul.reward-rule li .text-wrapper.text-line-2 p {
    font-size: 13px;
}
ul.reward-rule li .text-wrapper p.title {
    font-size: 16px;
    color: #fb8200;
    margin-bottom: 3px;
    margin-top: 10px;
}
ul.reward-rule li .text-wrapper.text-line-2 p.title {
    margin-top: 3px;
}
.job-tag.fs-12 .tag {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
}
.job-tag.fs-13 .tag {
    font-size: 13px;
}
.job-tag-wrapper {
    height: 400px;
    overflow-y: scroll;
}
.job-tag-wrapper .job-tag .span-10 {
    padding-left: 5px;
    padding-right: 5px;
}
.job-tag-wrapper .row.job-tag {
    padding: 0;
    margin: 0;
}
.zero-hide-0 {
    display: none;
}

#list.meeting-list>*,
#list.wanted-list>* {
    display: block;
    border-bottom: 1px solid #dedede;
    padding: 10px 5px;
}
#list.meeting-list>*:last-child,
#list.wanted-list>*:last-child {
    border-bottom: none;
}
#list.meeting-list div.title {
    width: 78%;
}
#list.meeting-list div.title p {
    padding-left: 16px;
    background-size: 13px;
    background-position: 1px 2px;
    background-repeat: no-repeat;
    font-size: 13px;
}
#list.meeting-list div.title p.time-info {
    background-image: url(../images/meeting/time.png);
}
#list.meeting-list div.title p.address {
    background-image: url(../images/meeting/location.png);
}
.meeting-list .detail-row {
    padding-top: 0;
}
.meeting-list .detail-row dl {
    margin-bottom: 0.4em;
}
.meeting-list .detail-row dl dt {
    float: left;
    font-size: 15px;
    padding-left: 16px;
    background-size: 14px;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    color: #fb8200;
    font-weight: normal;
    width: 85px;
    padding-top: 2px;
}
.meeting-list .detail-row dl dt.content {
    background-image: url(../images/meeting/document.png);
}
.meeting-list .detail-row dl dt.condition {
    background-image: url(../images/meeting/filter.png);
}
.meeting-list .detail-row dl dt.people {
    background-image: url(../images/meeting/group.png);
}
.meeting-list .detail-row dl dt.money {
    background-image: url(../images/meeting/dollar.png);
}
.meeting-list .detail-row dl dt.info {
    background-image: url(../images/meeting/info.png);
}
.meeting-list .detail-row dl dd {
    margin-left: 80px;
    font-size: 15px;
    padding-top: 3px;
}
.meeting-list .detail-row dl.next-line dt {
    float: none;
    margin-bottom: 5px;
}
.meeting-list .detail-row dl.next-line dd {
    margin-left: 10px;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

body.mod-meeting .job .title h4 {
    font-size: 15px;
}
#meeting-title {
    width: 98% !important;
}
#meeting-title p {
    font-size: 15px !important;
}
body.meeting-detail #list .job .title h4 {
    font-size: 18px;
}
.wanted-detail-content #list.wanted-list>* {
    border-bottom: 0;
}
.job-title.item-title,
.job-content.item-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content-top-info {
    width: 100%;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    background: #ededed;
    color: #9d9d9d;
}
.content-top-info .left {
    float: left;
}
.content-top-info .right {
    float: right;
}
.imgicon {
    padding-left: 19px;
    background-size: 14px;
    background-position: 0px 15px;
    background-repeat: no-repeat;
}
.imgicon.icon-money {
    background-image: url(../images/wanted/money.png);
}
.imgicon.icon-identity {
    background-image: url(../images/wanted/identity.png);
}
.imgicon.icon-verify {
    background-image: url(../images/wanted/verify.png);
}

.position-detail #MEIQIA-BTN-HOLDER {
    bottom: 100px;
}