* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}
#__nuxt {
    height: 100%;
}
#jobfairContent {
    position: relative;
    height: auto;
}
.header {
    width: 100%;
    height: auto;
}
.header .header__nav-block {
    width: 100%;
    height: 64px;
    font-size: 16px;
    color: #000;
    line-height: 64px;
    border-bottom: 1px solid #e6ebf5;
}
.header .header-container {
    width: 1208px;
    margin: 0 auto;
    height: 64px;
}
.header .header__nav-block .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .header__nav-block .header__nav .header__nav-logo {
    height: 40px;
    cursor: pointer;
}
.header .header__nav-block .header__nav .header__nav-logo img {
    height: 90%;
    display: block;
}
img {
    border: 0;
}
.header .header__nav-block .header__nav .header__nav-list, .header .header__nav-block .header__nav .header__nav-list .header__nav-list-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .header__nav-block .header__nav .header__nav-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 28px;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .header__nav-block .header__nav .header__nav-list .header__nav-list-page {
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header .header__nav-block .header__nav .header__nav-list, .header .header__nav-block .header__nav .header__nav-list .header__nav-list-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .header__nav-block .header__nav .header__nav-list .header__nav-list-page .header__nav-list-page-item {
    cursor: pointer;
    font-size: 16px;
    color: #5a6885;
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
}
.header .header__nav-block .header__nav .header__nav-list .header__nav-list-admin-item-login {
    height: 32px;
    line-height: 32px;
    color: #253047;
    border: 1px solid #253047;
    border-radius: 18px;
}
.header .header__nav-block .header__nav .header__nav-list .header__nav-list-admin-item {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding: 0 15px;
}
#jobfairContent #jobfairBar {
    min-height: 100%;
    padding-bottom: 190px;
}
.jWidth {
    width: 1200px;
    margin: 0 auto;
}
#jobfairDetails .jobfairInfo-container {
    margin-top: 47px;
}
#jobfairDetails .jobfairInfo-container .jobfair-jobfairInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 32px;
    margin-top: 19px;
}
#jobfairDetails .jobfairInfo-container .jobfair-jobfairInfo .img {
    width: 410px;
    height: 232px;
}
#jobfairDetails .jobfairInfo-container .jobfair-jobfairInfo .jobfairInfo-content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 25px;
    color: #888;
}
#jobfairDetails .jobfairInfo-container .jobfair-jobfairInfo .jobfairInfo-content h2 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
#jobfairDetails .jobfairInfo-container .jobfair-jobfairInfo .jobfairInfo-content h2 span {
    font-weight: 300;
    margin-left: 10px;
}
#jobfairDetails .jobfairInfo-container .jobfair-jobfairInfo .jobfairInfo-content .time {
    margin-top: 11px;
}
#jobfairDetails .jobfairInfo-container .jobfair-jobfairInfo .jobfairInfo-content .companyNav {
    background-color: #f2f2f2;
    margin-top: 20px;
    height: 96px;
}
.companyNav .content {
    width: 100%;
    margin: 0 auto;
    padding-top: 18px;
    position: relative;
}
.companyNav .content .clearfix {
    width: 95%;
}
li, ul {
    list-style: none;
}
.companyNav .content li {
    float: left;
    width: 28.33%;
    height: 54px;
    text-align: center;
    border-right: 1px solid #d5dae7;
}
.companyNav .content li .text1 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
}
.companyNav .content li .text3 {
    padding-left: 3px;
}
.companyNav .content li .text2, .companyNav .content li .text3 {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    font-weight: 300;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}
#jobfairDetails .jobfairInfo-container .jobfair-jobfairInfo .jobfairInfo-content .enter-but {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

#jobfairDetails .jobfairInfo-container .jobfair-jobfairInfo .jobfairInfo-content .enter-but .end {
    background-color: #ed6f6f;
}
#jobfairDetails .jobfairInfo-container .jobfair-jobfairInfo .jobfairInfo-content .time i {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background-color: #36c2b1;
    padding: 2px;
    margin-right: 7px;
}
#jobfairDetails .jobfairInfo-container .jobfair-jobfairInfo .jobfairInfo-content .time i.end {
    background-color: #ed6f6f;
}
i {
    font-style: normal;
}
#jobfairDetails .jobfairInfo-container .jobfair-jobfairInfo .jobfairInfo-content .time span.dd {
    margin-left: 8px;
}
#jobfairDetails .jobfairInfo-container .jobfair-jobfairInfo .jobfairInfo-content .time span {
    font-size: 14px;
    font-weight: 300;
}
#jobfairDetails .jobfairInfo-container .jobfair-jobfairInfo .jobfairInfo-content .enter-but .but {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    margin-right: 15px;
}
#jobfairDetails .jobfairInfo-container .jobfair-jobfairInfo .jobfairInfo-content .enter-but .but {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    margin-right: 15px;
}
#jobfairDetails .jobfairInfo-container .jobfair-jobfairInfo .jobfairInfo-content .enter-but .enter a {
    display: block;
    color: #51a1ff;
}
.companyNav .content li:last-child {
    border-right: none;
}
.companyNav .content li {
    float: left;
    width: 28.33%;
    height: 54px;
    text-align: center;
    border-right: 1px solid #d5dae7;
}
a {
    text-decoration: none;
    color: inherit;
}
#jobfairDetails .schoolInfo {
    min-height: 200px;
    margin-top: 30px;
    padding-bottom: 100px;
}
.el-tabs {
    clear: both;
}
.el-tabs__header {
    padding: 0;
    position: relative;
    margin: 0 0 15px;
}
.el-tabs__header {
    border-bottom: 1px solid #d1dbe5;
    padding: 0;
    position: relative;
    margin: 0 0 15px;
}
.el-tabs__nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
    position: relative;
}
.el-tabs__nav-scroll {
    overflow: hidden;
}
.resize-triggers, .resize-triggers > div, .contract-trigger:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.resize-triggers {
    animation: 1ms resizeanim;
    visibility: hidden;
    opacity: 0;
}
.el-tabs__item {
    padding: 0 20px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
}
.el-tabs__nav {
    white-space: nowrap;
    position: relative;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    float: left;
    z-index: 2;
}
.el-tabs__active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #409EFF;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    list-style: none;
}
.el-tabs__item.is-active {
    color: #409EFF;
}
#jobfairDetails .schoolInfo .el-tabs__item {
    font-size: 16px;
}
.resize-triggers > div {
    background: #eee;
    overflow: auto;
}
.resize-triggers, .resize-triggers > div, .contract-trigger:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}
.contract-trigger:before {
    width: 200%;
    height: 200%;
}
.resize-triggers, .resize-triggers > div, .contract-trigger:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}
#jobfairFooter {
    padding-top: 20px;
    width: 100%;
    background-color: #fff;
    margin-top: -190px;
}
#jobfairFooter .topBar {
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}
#jobfairFooter .bottomBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
}
.jWidth {
    width: 1200px;
    margin: 0 auto;
}
#jobfairFooter .tipbottom {
    padding-bottom: 20px;
}
#jobfairFooter .tip {
    text-align: center;
    color: #888;
    font-size: 12px;
    clear: both;
    padding-bottom: 20px;
}

#jobfairFooter .topBar .topContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#jobfairFooter .topBar .topContent .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}
#jobfairFooter .topBar .topContent .item .img img {
    width: 100%;
    height: 100%;
}
img {
    border: 0;
}
#jobfairFooter .topBar .topContent .item .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#jobfairFooter .topBar .topContent .item .info p.title {
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
#jobfairFooter .topBar .topContent .item .info p {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #888;
}
#jobfairFooter .bottomBar .img {
    width: 84px;
    margin-right: 30px;
}
#jobfairFooter .bottomBar .img img {
    width: 100%;
}
#jobfairFooter .bottomBar ul li {
    display: inline-block;
    padding: 0 25px;
    color: #000;
}
#jobfairFooter .bottomBar ul li a {
    font-weight: 400;
    font-size: 14px;
}
a {
    text-decoration: none;
    color: inherit;
}
#jobfairFooter .bottomBar .img2 {
    cursor: pointer;
    width: 95px;
    margin-left: 30px;
}
#jobfairFooter .bottomBar .img2 img {
    width: 100%;
}
#jobfairFooter .topBar .topContent .item .img {
    width: 58px;
    height: 58px;
    margin-right: 20px;
}
#jobfairFooter .tipmsg {
    width: 566px;
    margin: 0 auto;
    text-align: left;
    color: #888;
    font-size: 12px;
    clear: both;
}
#jobfairFooter .tipbottom {
    padding-bottom: 20px;
}
.el-tabs__content {
    overflow: hidden;
    position: relative;
}
#jobfairDetails .schoolInfo .detailInfo {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.62;
    text-align: justify;
    color: #000;
}

.header .header__banner {
    width: 100%;
    height: auto;
    position: relative;
}

.header .header__banner img {
    width: 100%;
    height: auto;
    display: block;
}

.header .header__banner .text {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffe475;
    width: 100%;
    font-weight: 400;
    text-align: center;
}

.header .header__banner .text .jobfairName {
    overflow: hidden;
    white-space: nowrap;
    font-size: 36px;
}
.header .header__banner .text .jobfairTime {
    margin-top: 4px;
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #ffe475;
}
#jobfairContent #jobfairBar {
    min-height: 100%;
    padding-bottom: 190px;
}
#companyDetail {
    width: 100%;
    padding-bottom: 100px;
}
#companyDetail{width:100%;padding-bottom:100px}
#companyDetail .company-info{padding-top:20px;background-color:rgba(81,162,255,.1)}
#companyDetail .company-info .header{margin-bottom:15px}
#companyDetail .company-info .header span{color:#000;font-size:24px;font-weight:500;vertical-align:middle}
#companyDetail .company-info .header img{width:30px;height:30px;vertical-align:middle;margin-right:6px}
#companyDetail .company-info .tag-list .tag-item{display:inline-block;height:33px;padding:6px 20px 6px 13px;border-radius:1px;background-color:#e6f0ff;border:1px solid #c8e0ff;font-size:14px;font-weight:300;color:#000;margin-right:24px}
#companyDetail .container{width:1198px;margin:0 auto;padding:0 0 20px}#companyDetail .container .tab-bar{width:100%;border-bottom:1px solid #dedede}
#companyDetail .container .tab-bar .tab-bar-item{color:#51a1ff;font-size:16px;font-weight:500;width:64px;padding:16px 0;border-bottom:3px solid#51a1ff}
#companyDetail .container .position-info .table-container .table-body .table-item.name,#companyDetail .container .position-info .table-container .table-head .table-item.name{width:260px;padding-right:20px;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
#companyDetail .container .position-info .table-container .table-body .table-item.companyName,#companyDetail .container .position-info .table-container .table-head .table-item.companyName{width:260px;padding-right:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
#companyDetail .container .position-info .table-container .table-body .table-item.address,#companyDetail .container .position-info .table-container .table-body .table-item.xinzi,#companyDetail .container .position-info .table-container .table-head .table-item.address,#companyDetail .container .position-info .table-container .table-head .table-item.xinzi{width:260px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
#companyDetail .container .position-info .table-container .table-body .table-item.setting,#companyDetail .container .position-info .table-container .table-head .table-item.setting{-webkit-box-flex:1;-ms-flex:1;flex:1}
#companyDetail .container .position-info .table-container .table-head{display:-webkit-box;display:-ms-flexbox;display:flex;height:48px;line-height:48px;padding-left:15px;background-color:#f5f5f5;margin:15px 0;font-size:16px;font-weight:300}
#companyDetail .container .position-info .table-container .table-body .table-body-item{padding-left:15px;background-color:#fff;border:1px solid #51a1ff;padding-bottom:10px;padding-top:10px;margin-bottom:12px;border-left:5px solid #51a1ff}
#companyDetail .container .position-info .table-container .table-body .head{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:300;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
#companyDetail .container .position-info .table-container .table-body .head .table-item.name{color:#51a1ff;font-size:18px;font-weight:500}
#companyDetail .container .position-info .table-container .table-body .body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
#companyDetail .container .position-info .table-container .table-body .body .info{width:1000px;color:#888;font-size:12px;font-weight:300;margin:10px 0}
#companyDetail .container .position-info .table-container .table-body .body .info .head{margin-bottom:10px;display:block}
#companyDetail .container .position-info .table-container .table-body .body .info .head .table-item{display:inline-block}
#companyDetail .container .position-info .table-container .table-body .body .info .head .table-item.name{width:260px;padding-right:20px;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
#companyDetail .container .position-info .table-container .table-body .body .info .head .table-item.companyName{width:260px;padding-right:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#000}
#companyDetail .container .position-info .table-container .table-body .body .info .head .table-item.xinzi{width:260px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
#companyDetail .container .position-info .table-container .table-body .body .info .head .table-item.address{width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
#companyDetail .container .position-info .table-container .table-body .body .info .infoText{width:100%;margin-bottom:10px}
#companyDetail .container .position-info .table-container .table-body .body .info .infoText .item{display:inline-block;margin-left:48px}
#companyDetail .container .position-info .table-container .table-body .body .info .infoText .item:first-of-type{margin-left:0}
#companyDetail .container .position-info .table-container .table-body .body .info .content{display:-webkit-box;display:-ms-flexbox;display:flex}
#companyDetail .container .position-info .table-container .table-body .body .info .content .text{width:1000px;padding-right:80px;text-align:justify;color:#888;font-size:14px;font-weight:300;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;cursor:pointer}
#companyDetail .container .position-info .table-container .table-body .body .infoBtn{-webkit-box-flex:1;-ms-flex:1;flex:1}
#companyDetail .container .position-info .table-container .table-body .body .infoBtn .btn .button{width:120px;height:40px;line-height:40px;text-align:center;border-radius:4px;background-color:#51a1ff;color:#fff;font-size:16px;font-weight:300;cursor:pointer}
#companyDetail .container .position-info .table-container .table-body .body .infoBtn .btn .disabled{width:120px;height:40px;line-height:40px;text-align:center;border-radius:4px;font-size:16px;font-weight:300;background-color:#eef1f6;color:#bfcbd9;cursor:inherit}
#companyDetail .container .position-info .table-container .table-body .body .infoBtn .resumeCount{display:none;width:120px;text-align:center;color:#888;margin-top:10px;font-size:14px}
#companyDetail .container .position-info .table-container .noData{margin:60px 0;text-align:center}
#companyDetail .container .company-descrition .content{padding-top:18px}
#companyDetail .container .company-descrition .content div{line-height:1.5;text-align:justify;color:#000;font-size:14px;font-weight:300}
.header .header__nav-block .header__nav .header__nav-list .header__nav-list-page .header__nav-list-page-item-active {
    color: #253047;
    position: relative;
}
.header .header__nav-block .header__nav .header__nav-list .header__nav-list-page .header__nav-list-page-item-active:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 2px;
    background: #4785ff;
    border-radius: 1px;
}
