.jobfair-wrap {
    padding-top: 50px;
    box-sizing: border-box;
    min-height: calc(100% - 100px);
}

/*头部*/
.detail-header {
    background-color: #fff;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.05);
    width: 100%;
}
.header-ctnr {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}
.header-top {
    display: flex;
}
.header-top img {
    width: 432px;
    height: 162px;
    object-fit: cover;
}
.header-info {
    margin-left: 15px;
    width: 753px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header-info .top {
    line-height: 42px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(23,35,64,0.85);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.header-info .middle {
    display: flex;
    margin-bottom: 7px;
}
.header-info .middle span {
    font-size: 13px;
    font-weight: 400;
    color: rgba(23,35,64,0.45);
    line-height: 24px;
}
.header-info .middle span.time {
    color: rgba(23,35,64,0.85);
    margin-left: 30px;
}
.header-info .middle .hot {
    width: 72px;
    height: 24px;
    line-height: 24px;
    background-color: rgba(255,75,89,0.1);
    border-radius: 20px 20px 20px 20px;
    color: #FF4B59;
    font-size: 12px;
    text-align: center;
}
.header-info .middle .order {
    width: 72px;
    height: 24px;
    line-height: 24px;
    background-color: rgba(91,207,134,0.1);
    border-radius: 20px 20px 20px 20px;
    color: #5BCF86;
    font-size: 12px;
    text-align: center;
}
.block-b-up .history {
    width: 72px;
    height: 24px;
    line-height: 24px;
    background-color: rgba(23,35,64,0.06);
    border-radius: 20px 20px 20px 20px;
    color: rgba(23,35,64,0.65);
    font-size: 12px;
    text-align: center;
}
.header-info .bottom {
    display: flex;
    align-items: flex-end;
}
.header-info .bottom>div {
    width: 138px;
    height: 65px;
    background-color: #F8F9FC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    position: relative;
    margin-right: 6px;
    box-sizing: border-box;
}
.header-info .bottom span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(23,35,64,0.65);
    line-height: 21px;
}
.header-info .bottom span.num {
    color: #1B55BA;
    font-size: 16px;
    line-height: 28px;
}
.header-info .bottom span.unit {
    position: absolute;
    right: 25px;
    top: 12px;
}
.header-info .bottom .jf-share {
    width: 120px;
    height: 30px;
    background: #F8F9FC;
    border-radius: 2px 2px 2px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.header-info .bottom .jf-share i,
.header-info .bottom .jf-share span {
    color: #2652A0;
}
/*分享*/
.el-popover {
    min-width: auto;
}
.el-popper .code-div {
    display: flex;
    flex-flow: column;
}
.el-popper .code-div span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(23, 35, 64, 0.3);
    text-align: center;
}
.el-popper .code-img {
    width: 117px;
    height: 117px;
}
/*消息轮播*/
.message-bar {
    margin-top: 30px;
    padding: 0 10px;
}
.message-bar .el-carousel__item {
    background: rgba(250,173,20,0.1);
    border-radius: 2px 2px 2px 2px;
}
.message-bar .medium {
    font-size: 14px;
    font-weight: 400;
    color: rgba(23,35,64,0.85);
    line-height: 38px;
    padding: 0 20px;
}
.message-bar .medium i {
    color: #FA6A43;
    margin-right: 18px;
}
/*tab*/
.header-ctnr .el-tabs {
    margin-top: 30px;
}
.header-ctnr .el-tabs__header {
    margin-bottom: 0;
}
.header-ctnr .el-tabs__nav-wrap {
    overflow: hidden;
    position: relative;
}
.header-ctnr .el-tabs__item {
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(23,35,64,0.85);
}
.header-ctnr .el-tabs__item.is-active {
    font-size: 20px;
    color: #2652a0;
    font-weight: 500;
}
.header-ctnr .el-tabs__active-bar {
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #2652a0;
    z-index: 1;
}
.header-ctnr .el-tabs__nav {
    height: 58px;
    white-space: nowrap;
    position: relative;
    transition: transform 0.3s;
    float: left;
    z-index: 2;
}

/*body*/
.detail-body {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
}
.detail-body .intro {
    background-color: #fff;
    padding: 30px 42px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(23,35,64,0.65);
    line-height: 24px;
}
/*职位搜索*/
.zhaopin .search-box {
    background-color: #fff;
    padding: 20px;
}
.zhaopin .search-box .el-form-item {
    margin-bottom: 0;
}
.zhaopin .search-box .el-input-group__append {
    background-color: #2652A0;
    color: #fff;
    border-radius: unset;
}
.zhaopin .search-box .search-box-form {
    display: flex;
    flex-direction: column;
}
.zhaopin .search-box .search-box-form .el-form-item {
    margin-right: 8px;
}
.zhaopin .search-box .clear {
    flex: 1;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: rgba(23,35,64,0.65);
    line-height: 28px;
    cursor: pointer;
}
.zhaopin .search-box .el-input--mini .el-input__inner {
    height: 30px;
    line-height: 30px;
}
.zhaopin .search-box .el-input__suffix {
    top: -3px;
}
.zhaopin .search-box .el-cascader .el-input__suffix {
    top: 0;
}
.zhaopin .search-box .el-input--mini .el-input__icon {
    line-height: 30px;
}
.zhaopin .search-box .el-range-editor.is-active,
.zhaopin .search-box .el-range-editor.is-active:hover,
.zhaopin .search-box .el-select .el-input.is-focus .el-input__inner {
    border-color: #2652A0;
}
.zhaopin .search-box .el-select .el-input__inner:focus {
    border-color: #2652A0;
}
.el-select-dropdown .el-select-dropdown__item.selected {
    color: #2652A0;
}
.sel-btn {
    font-weight: 400;
    font-size: 14px;
    color: rgba(23,35,64,0.65);
    width: 200px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #D2D7DF;
    box-sizing: border-box;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.sel-btn i {
    display: none;
    color: #2652A0;
    position: absolute;
    right: 8px;
    top: 7px;
    cursor: pointer;
}
.sel-btn.actived i {
    display: block;
}
.sel-btn.actived {
    border: 1px solid #2652A0;
    color: #2652A0;
    cursor: default;
}

/*悬浮条*/
.jobfair-fixed-bar {
    width: 100%;
    height: 100px;
    background: url('../images/bg.png');
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jobfair-fixed-bar>span {
    font-size: 16px;
    font-weight: 700;
    color: #1f4286;
    margin-right: 10px;
}
.jobfair-fixed-bar span i {
    color: #1f4286;
    font-size: 16px;
}
.jobfair-fixed-bar .el-button {
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    padding: 0;
    border: none;
    background-image: linear-gradient(-253.7023272272386deg, #2362f3 5.7267596216248124%, #2c4de8 91.43642801294628%);
}
.jobfair-fixed-bar .el-button.purple {
    background-image: linear-gradient(-258.90627698844213deg, #2b4fe9 1.2702078521939881%, #8366ff 94.83833718244802%);
    box-shadow: -3px 3px 5px 0px rgba(42, 83, 235, 0.26);
}
.jobfair-fixed-bar .el-button span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jobfair-fixed-bar .el-button img {
    margin-left: 8px;
    vertical-align: middle;
}

/*弹层*/
.login-dialog .el-dialog__header {
    padding: 0;
}
.order-success-dialog .el-dialog__header {
    text-align: center;
}
.order-success-dialog .el-dialog__header .el-dialog__title {
    font-size: 19px;
    font-weight: 500;
    color: #2652A0;
}
.order-success-dialog .el-dialog__body {
    padding: 10px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.order-success-dialog .el-dialog__body .tips {
    font-size: 14px;
    font-weight: 400;
    color: rgba(23,35,64,0.7);
    line-height: 20px;
}
.order-success-dialog .el-dialog__body .qrcode {
    width: 120px;
    height: 120px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.order-success-dialog .el-dialog__body .qrcode img {
    width: 100%;
    height: 100%;
}
.order-success-dialog .el-dialog__body .btn-group {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.order-success-dialog .el-dialog__body .btn-group .el-button {
    width: 248px;
    height: 38px;
    border-radius: 2px 2px 2px 2px;
}
.el-dialog__body .el-button.primary {
    background: #2652A0;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.el-dialog__body .el-button.cancel {
    background: #EEF0F5;
    font-size: 14px;
    font-weight: 400;
    color: rgba(23,35,64,0.85);
    margin-left: 0;
    margin-top: 10px;
}
.order-fail-dialog .el-dialog__header {
    padding: 0;
}
.order-fail-dialog .el-dialog__body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.order-fail-dialog .el-dialog__body i {
    font-size: 60px;
    color: rgba(33,133,255,0.6);
}
.el-dialog__body .tips1 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(23,35,64,0.85);
    line-height: 20px;
    margin-top: 14px;
}
.el-dialog__body .tips2 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(23,35,64,0.65);
    line-height: 20px;
    margin-top: 6px;
    text-align: center;
}
.order-fail-dialog .el-dialog__body .el-button {
    margin-top: 30px;
}
.end-dialog .el-dialog__body {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.end-dialog .el-dialog__body .el-button {
    margin-top: 20px;
}