*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #333333;
}

li{
    list-style-type: none;
}
ol{
    list-style: none;
}
p{
    padding:0;
    margin: 0;
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
}
.home-body{
    background: #f2f4f7;
}
.home-body:before {
    content: ' ';
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    height: 614px;
    background: linear-gradient(180deg, #00bebd 0, #88fffe 50%, #fff 100%);
    opacity: .1;
    z-index: -1;
}
.container{
    width:1184px;
    margin: auto;
}
header{
    background: #00bebd;
    padding: 7px 0;
}
.logo img{
margin-top: 2px;
}
.head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.head .left{
display: flex;
align-items: center;
}
.head .nav ul{
    display: flex;
    align-items: center;
}
.head .nav ul li{
    padding: 0 10px;
    margin-left: 50px;
}
.head .nav ul li a{
    color: #fff;
    font-weight: bold;
}
.head .user-nav ul{
display: flex;
align-items: center;
}
.head .user-nav ul li{
margin: 0 10px;
}
.head .user-nav ul li a{
color: #fff;
}
.head .user-nav ul .btn{
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 14px;
    padding: 7px 12px;
}
.search{
    width: 900px;
    margin:auto;
    border: 2px solid #00bebd;
    border-radius: 10px;
    height: 54px;
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
    background: #fff;
}
.se-inp{
background-color: #00bebd;
height: 100%;
width: 100%;
}
.search .sel-ul{
    padding: 0px 18px;
    width: 84px;
}
.sel-ul .ic img{
    vertical-align: middle;
    width: 7px;
    height: 4px;
    margin-left: 7px;
}
.search .se-inp{
    border-radius: 0 7px 7px 0;
}
.search .se-inp input{
    width: 760px;
    border-radius: 10px;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 0px 18px;
}
.search .se-inp button{
    background: #00bebd;
    width: 128px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border: none;
    height: 88%;
}
.banner img{
    width: 100%;
}
.job{
    margin-top: 64px;
}
.box-title {
    font-size: 32px;
    font-weight: 600;
    color: #222;
    line-height: 45px;
    margin-bottom: 12px;
    text-align: center;
}
.job-tab ul{
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.job-tab ul li{
    width: 9%;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    cursor: pointer;
    color: #666;
    font-size: 16px;
    transition: all .2s linear;
    position: relative;
}
.job-tab ul li.cur{
    font-weight: 600;
    color: #00bebd;
}
.job-tab ul li.cur:after{
    content: '';
    position: absolute;
    width: 28px;
    height: 3px;
    background: linear-gradient(90deg, #16d9d8 0, #00bebd 100%);
    border-radius: 2px;
    left: 50%;
    bottom: -1px;
    margin-left: -14px;
    z-index: 2;
}
.job-li ul{
    display: flex;
    flex-wrap: wrap;
}
.job-li ul li {
    width: 32.33%;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 1.5% 1.5% 0;
    background: #fff;
}
.job-li ul li:nth-child(3n){
    margin: 0 0 1.5% 0;
}
.sub-li {
    border-radius: 12px;
    transition: all .2s linear;
}
.job-li ul li:hover
 {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .05);
}
.sub-li .job-info {
    padding: 16px 20px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.sub-li .sub-li-top {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 12px;
}
.sub-li .sub-li-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 22px;
    overflow: hidden;
    flex: 1;
}
.city-site .merge-city-job li .sub-li .sub-li-top .name {
    position: relative;
    max-width: 200px;
    margin-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
    font-weight: 500;
    line-height: 22px;
    transition: all .2s linear;
}
.salary{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    max-width: none;
    font-size: 16px;
    font-weight: 500;
    color: #fe574a;
    line-height: 22px;
    flex: none;
}
.job-text{
    font-size: 13px;
    color: #8d92a1;
    text-overflow: ellipsis;
    white-space: normal;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    word-break: break-all;
    max-width: none;
}
.job-text span {
    display: inline-block;
    height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
    padding: 2px 10px;
    border-radius: 4px;
    background: #f8f8f8;
}
.job-text span+span {
    margin-left: 8px;
}
.sub-li-bottom {
    background: linear-gradient(90deg, #f5fcfc 0, #fcfbfa 100%);
   
}
.sub-li-bottom a {
    display: flex;
    padding: 12px 20px;
    align-items: center;
}
.sub-li-bottom p {
    line-height: 24px;
    font-size: 14px;
    border-radius: 4px;
    color: #61687c;
}
.sub-li-bottom a.user-info img {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    border-radius: 2px;
}

.sub-li-bottom .sub-li-bottom-commany-info {
    font-size: 12px;
    color: #b9b9b9;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
}
.sub-li-bottom .name {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    transition: all .2s linear;
}
.sub-li-bottom .sub-li-bottom-commany-info .type {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sub-li-bottom .sub-li-bottom-commany-info .level {

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vline {
    display: inline-block;
    width: 1px;
    height: 10px;
    vertical-align: middle;
    background: #e0e0e0;
    margin: 0 4px;
}
.common-tab-more {
    margin-top: 8px;
    text-align: center;
}
.common-tab-more a{
    width: 184px;
    text-align: center;
    background: rgba(0, 190, 189, .1);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #00a6a7;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
.common-tab-more a:hover {
    background: #00bebd;
    color: #fff;
    border-color: #00bebd;
}
.company-info-top {
    display: block;
    height: 44px;
    padding: 16px 20px;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(242, 250, 250) 0px, rgb(252, 251, 250) 100%);
}
.company-info-top .company-img
 {
    height: 44px;
    width: 44px;
    line-height: 44px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
}
.company-info-top .company-img img
{
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    display: block;
    border-radius: 4px;
}
.company-info-top .company-info {
    float: left;
    margin-left: 16px;
    width: 282px;
}
.company-info-top h3 {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(34, 34, 34);
    line-height: 22px;
    max-width: 100%;
    text-overflow: ellipsis;
    margin: 0px 0px 4px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
}
.company-info-top p {
    height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: rgb(153, 153, 153);
    line-height: 18px;
}
.company-job-list {
    display: block;
    overflow: hidden;
    padding: 4px 20px 12px;
}

.company-job-item {
    display: block;
    height: auto;
    font-size: 0px;
    box-sizing: border-box;
    padding: 12px 0px;
    margin: 0px;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    overflow: hidden;
}
.company-job-item .job-info {
    display: block;
    width: 100%;
    padding: 0px;
}
.company-job-item .job-info-top {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 12px;
}
.company-job-item .job-info .name {
    position: relative;
    max-width: 200px;
    line-height: 22px;
    font-size: 16px;
    color: rgb(34, 34, 34);
    margin-right: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.2s linear;
}
.company-job-item .job-info .salary {
    font-size: 16px;
    color: rgb(254, 87, 74);
    line-height: 22px;
    text-align: right;
    max-width: none;
    font-weight: 500;
    flex: 1 1 0%;
}
.company-job-item .job-text {
    font-size: 13px;
    color: rgb(102, 102, 102);
    padding-right: 0px;
    line-height: normal;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.company-job-item .job-text span {
    display: inline-block;
    height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: rgb(102, 102, 102);
    line-height: 18px;
    padding: 2px 10px;
    border-radius: 4px;
    background: rgb(248, 248, 248);
}

.company-li>ul {
    margin-right: -16px;
    overflow: hidden;
    display: flex;
}
.company-li>ul>li {
    background: rgb(255, 255, 255);
    border-radius: 12px;
    overflow: hidden;
    width: 32.33%;
    margin: 0 1.5% 1.5% 0;
}
.more-job-btn {
    display: block;
    width: 122px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgb(0, 166, 167);
    margin: 0px auto;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 190, 189, 0.6);
    border-image: initial;
    transition: 0.2s linear;
    margin-bottom: 24px;
}
.company .box-title{
    margin-bottom: 24px;
}
footer{
    background: #313438;
    padding-bottom:10px;
    margin-top: 43px;
}
.foot{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.foot .foot-nav {
    display: flex;
    width: 60%;
}
.foot .foot-nav ul{
    width: 24%;
}
.foot .foot-nav ul li a{
    color: #d6d6d7;
    line-height: 28px;
    font-size: 12px;
}
.foot .foot-contact{
    width: 52%;
}
.foot .foot-contact h5{
    font-size:14px;
    color: #d6d6d7;
    margin-bottom: 15px;
    line-height: 28px;
}
.foot .foot-contact p{
    font-size: 12px;
    color: #9d9d9d;
    line-height: 24px;
}
.foot .tel{
    width: 30%;
}
.foot .foot-logo{
margin-bottom: 15px;
text-align: right;
}
.foot .tel p{
    color: #9d9d9d;
    font-size: 12px;
    text-align: right;
    line-height: 28px;
}
.foot .foot-icon {
    margin-top: 6px;
    display: flex;
}
.foot .foot-icon a{
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-right: 23px;
    background: rgb(255, 255, 255,0.1);
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.cr{
    color: #9d9d9d;
    font-size: 12px;
    line-height: 26px;
}
.cr a{
    color: #9d9d9d;
    margin-right: 15px;
}
.cr img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -3px 2px 0 0;
}
.neiye-search{
    background:#228988;
    padding: 15px 0 25px;
}
.neiye-search p{
    border: 1px solid #00bebd;
    border-radius: 50px;
    background: #fff;
    width: 656px;
    display: flex;
    align-items: center;
}
.neiye-search p img{
    width: 24px;
    margin-left: 24px;
}
.neiye-search p input{
    width: 77.5%;
    outline: none;
    border: none;
    height: 46px;
    padding: 0 18px;
}
.neiye-search p button{
    color: #fff;
    width: 96px;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    padding: 8px 0;
    background: #00bebd;
    border-radius: 30px;
    cursor: pointer;
    border: none;
}
.filter-condition{
    display: flex;
     /* position: sticky; */
    top: 110px;
    left: 0;
    padding: 16px 0;
    width: 100%;
    z-index: 100;
}
.is-scroll .filter-condition{
    animation: all .5s ease-out;
    background: #1f232a;
    z-index: 100;
}
.filter-condition.is-fixed{
    position: fixed;
}
.condition-filter-select {
    display: inline-block;
    position: relative;
    background: #f8f8f8;
    border-radius: 4px;
    margin-right: 8px;
}

.condition-filter-select .current-select {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 20px;
    cursor: pointer;
    transition: all .2s linear;
    padding: 6px 20px 6px 8px;
}

.condition-filter-select .filter-select-dropdown {
    position: absolute;
    top: 40px;
    left: 0;
    width: 168px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ededed;
    z-index: 4;
    display: none;
}
.condition-filter-select:hover .filter-select-dropdown{
    display: block;
}
.condition-filter-select:hover .current-select{
    font-weight: 500;
    color: #00a6a7;
}
.condition-filter-select:hover .current-select:after{
    border-bottom-color: #00a6a7;
}
.condition-filter-select:hover:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -8px;
    display: block;
    width: 100%;
    height: 8px;
    z-index: 4;
    background: transparent;
}
.condition-filter-select .filter-select-dropdown ul {
    padding: 4px 8px;
}
.condition-filter-select .filter-select-dropdown ul li {
    position: relative;
    display: block;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    padding: 8px 24px 8px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all .2s linear;
}
.condition-filter-select .filter-select-dropdown ul li:hover {
    color: #00a6a7;
    font-weight: 500;
    background: #f8f8f8;
}

.condition-filter-select .filter-select-dropdown ul li:hover a{
    color: #00a6a7;
    display: block;
}

.pos-icon .placeholder-text{
    color: #00bebd;
}
.pos-icon .placeholder-text i img{
    width: 14px;
vertical-align: middle;
    margin-left: 8px;
    margin-right: 5px;
    margin-top: -3px;
}
.condition-filter-select .current-select:after {
    content: " ";
    position: absolute;
    top: 15px;
    right: 8px;
    width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid #cccccc;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  z-index: 1;
  transform: rotate(180deg);
}
.recommend-result-job{
    display: flex;
}
.job-list-container{
    float: left;
    width: 392px;
    padding-left: 12px;
    margin-left: -12px;
    padding-right: 12px;
    margin-right: -12px;
}

.job-detail-container{
    position: sticky;
    right: 0;
    left: 400px;
    top: 20px;
    flex: 1;
    margin-left: 16px;
    max-height: calc(100vh - 260px);
    overflow-y: auto;
    border-radius: 16px 16px 0 0;
}
.job-detail-container::-webkit-scrollbar {
  display: none;
}
.job-list-container .card-area{
    margin-top: 16px;
}
.job-list-container .card-area:first-child{
    margin-top: 0;
}
.job-card-wrap{
    transition: box-shadow .2s linear;
    border-radius: 12px;
}
.job-card-wrap .job-card-box{
    position: relative;
    border-radius: 12px;
    cursor: pointer;
    background: #fff;
    z-index: 2;
}
.job-card-wrap .job-card-box .job-info{
    display: block;
    padding: 16px 24px;
}
.job-card-wrap .job-card-box .job-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 24px;
}
.job-card-wrap .job-card-box .job-title .job-name{
    flex: 1;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    padding-right: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s linear;
}
.job-card-wrap .job-card-box .job-title .job-salary{
    font-size: 20px;
    color: #fe574a;
    line-height: 24px;
    height: 24px;
    flex-shrink: 0;
}
.job-card-wrap .job-card-box .tag-list{
    height: 22px;
    overflow: hidden;
    margin-left: -4px;
    margin-right: -4px;
    margin-top: 16px;
}
.job-card-wrap .job-card-box .tag-list li {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    background: #f8f8f8;
    border-radius: 4px;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    padding: 2px 8px;
    transition: all .2s linear;
}
.job-detail-box .tag-list li+li{
    margin-left: 20px;
}
.job-card-wrap .job-card-box .job-card-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 24px;
    background: linear-gradient(90deg, #f5fcfc, #fcfbfa);
    border-radius: 0 0 12px 12px;
}
.job-card-wrap .job-card-box .boss-info{
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    margin-right: 4px;
    transition: all .2s linear;
}

.job-card-wrap .job-card-box .boss-logo{
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.job-card-wrap .job-card-box .boss-logo img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.job-card-wrap .job-card-box .boss-name{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.job-card-wrap .job-card-box .company-location{
    font-size: 12px;
    color: #666;
    line-height: 18px;
    flex-shrink: 0;
}
.job-card-wrap.active .job-card-box{
    z-index: 2;
    border: 2px solid #00bebd;
}
.job-card-wrap.active .job-card-box .job-title .job-name{
    color: #00a6a7;
}
.job-card-wrap:hover
 {
    z-index: 2;
    box-shadow: 0 20px 16px 0 hsla(0, 0%, 70.2%, .2);
}
.job-detail-box{
    background: #fff;
    border-radius: 16px;
    min-height: 100%;
}
.job-detail-box .job-detail-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px 24px;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(175.2617deg, #f1ffff 4%, #f8fefe 35%, #fff 62%);
    transition: box-shadow .2s linear;
}
.job-detail-box .job-header-info{
    flex: 1;
}
.job-detail-box .job-detail-info{
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.job-detail-box .job-detail-info .job-name{
    font-size: 20px;
    font-weight: 600;
    color: #222;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.job-detail-box .job-detail-info .job-salary {
    font-size: 24px;
    color: #fe574a;
    line-height: 29px;
    flex-shrink: 0;
    margin-left: 20px;
}
.job-detail-box .tag-list{
    overflow: hidden;
    height: 20px;
    margin-top: 16px;
    display: flex;
}
.job-detail-box .tag-list li {
    position: relative;
    color: #222;
    line-height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.job-detail-box .tag-list li:before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background: url(../images/pos.png) 0 0 / 16px auto no-repeat;
}
.job-detail-box .tag-list li:nth-child(2):before{
    background: url(../images/nianfen.png) 0 0 / 16px auto no-repeat;
}
.job-detail-box .tag-list li:nth-child(3):before{
    background: url(../images/xueli.png) 0 0 / 16px auto no-repeat;
}
.job-detail-box .tag-list li a{
    color: #222;
}
.job-detail-box .tag-list li a, .job-detail-box .tag-list li span{
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.job-detail-box .job-detail-op{
    flex-shrink: 0;
}
.job-detail-box .op-btn{
    float: left;
    width: 104px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    line-height: 20px;
    padding: 7px 20px;
    color: #00a6a7;
    border: 1px solid #00bebd;
    transition: all .2s linear;
}
.job-detail-box .op-btn.op-btn-like{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
}
.job-detail-box .op-btn.op-btn-like:before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/shoucang.png) 0 0 / 18px auto no-repeat;
    margin-right: 4px;
}
.job-detail-box .op-btn+.op-btn {
    margin-left: 12px;
}
.job-detail-box .op-btn.op-btn-chat {
    border: none;
    background: #00bebd;
    color: #fff;
}
.job-detail-box .job-detail-body{
    padding: 0 24px 24px;
}
.job-detail-box .job-detail-body .job-detail-operate{
    float: right;
}
.job-detail-box .job-detail-body .link-report-new{
    float: right;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
    cursor: pointer;
    transition: all .2s linear;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.job-detail-box .job-detail-body .link-report-new:before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background: url(../images/jubao.png) 0 0px no-repeat;
    background-size: 16px auto;
}
.wechat-share{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}
.job-detail-box .job-detail-body .wechat-share {
    float: right;
    margin-right: 24px;
}
.wechat-share .link-wechat-share {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #999;
    transition: all .2s linear;
}
.wechat-share .link-wechat-share:before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background: url(../images/wexin.png) 0 0 no-repeat;
    background-size: 16px auto;
}
.job-detail-box .job-detail-body .job-label-list{
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: -4px;
    margin-left: -4px;
}
.job-detail-box .job-detail-body .job-label-list li{
    background: #f8f8f8;
    border-radius: 4px;
    padding: 4px 12px;
    font-size: 13px;
    color: #666;
    line-height: 20px;
    float: left;
    margin: 4px;
}
.job-detail-box .job-detail-body .desc{
    margin-top: 24px;
    font-size: 14px;
    color: #222;
    line-height: 24px;
    word-break: break-all;
}
.job-detail-box .job-detail-body .job-boss-info{
    display: flex;
    align-items: center;
    border-top: 1px solid #ededed;
    padding-top: 24px;
    margin-top: 24px;
}
.job-detail-box .job-detail-body .job-boss-info .detail-figure{
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border: 1px solid #f6fdfd;
    border-radius: 100%;
}
.job-detail-box .job-detail-body .job-boss-info .detail-figure img{
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
}

.job-detail-box .job-detail-body .job-boss-info .name{
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 22px;
    display: flex;
    align-items: center;
}
.job-detail-box .job-detail-body .job-boss-info .boss-info-attr{
    font-size: 12px;
    color: #666;
    line-height: 17px;
    margin-top: 4px;
    display: flex;
    align-items: center;
}
.job-detail-box .job-detail-body .job-address{
    border-top: 1px solid #ededed;
    padding-top: 24px;
    margin-top: 24px;
}

.job-detail-box .job-detail-body .job-address .job-address-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 22px;
}
.job-detail-box .job-detail-body .job-address .job-address-desc {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    display: flex;
    align-items: center;
    word-break: break-all;
}
.job-detail-box .job-detail-body .job-address .job-address-desc:before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background: url(../images/map.png) 0 0 / 16px auto no-repeat;
}
.job-banner {
    background: linear-gradient(90deg, #3b526a 0, #345a6d 100%);
    padding: 18px 0 30px 0;
    height: auto;
    color: #fff;
    display: flex;
}
.job-primary.detail-box {
    border: none;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    color: #4a4160;
    zoom: 1;
}
.detail-box .info-primary {
    position: relative;
    padding-top: 35px;
    width: 680px;
    float: left;
}
.job-status {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
}
.job-status span{
    vertical-align: middle;
}
.job-banner .name {
    padding: 0;
    line-height: 41px;
    height: 41px;
    font-size: 32px;
    color: #fff;
    font-weight: 400;
}
.job-banner .name h1 {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    margin-right: 30px;
    margin-top: 1px;
    max-width: 360px;
}
.job-banner .salary {
    font-size: 34px;
    color: #f26d49;
    line-height: 41px;
    height: auto;
    font-weight: 400;
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
}
.job-banner .info-primary p {
    margin-top: 16px;
    margin-bottom: 0;
    color: #fff;
    line-height: 20px;
}
.job-banner .info-primary p .text-desc {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    height: 20px;
    margin-right: 20px;
}
.job-banner .info-primary p .text-city {
    transition: none;
}
.job-banner p .text-desc:before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background: url(../images/pos.png) 0 0 / 16px auto no-repeat;
}
.job-banner .info-primary p .text-desc {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    height: 20px;
    margin-right: 20px;
}
.job-banner .info-primary p .text-experiece:before {
    background: url(../images/nianfen.png) 0 0 / 16px auto no-repeat;
}
.job-banner p .text-degree:before {
     background: url(../images/xueli.png) 0 0 / 16px auto no-repeat;
}
.job-banner .job-op {
    margin-top: 20px;
}
.job-body-wrapper .detail-box .job-op .btn-container
 {
    position: relative;
    font-size: 0;
}
.detail-box .job-op .btn-container .btn {
    cursor: pointer;
    width: 150px;
    border-radius: 12px;
    font-size: 18px;
    line-height: 43px;
    height: 45px;
    transition: all .2s linear;
    box-sizing: border-box;
    letter-spacing: 1px;
    background: #5dd5c8;
    min-width: 112px;
    vertical-align: middle;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    color: #00d1d0;
    border: 1px solid #00bebd;
}
.detail-box .job-op .btn-container .btn-interest:before {
    content: ' ';
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    background: url(../images/shoucang.png) 0 0 / 24px auto no-repeat;
    width: 24px;
    height: 24px;
    transition: none;
}
.detail-box .job-op .btn-container .btn-startchat-wrap {
    background: #00bebd;
    color: #fff;
    border: 1px solid #00bebd;
    position: relative;
    display: inline-block;
    width: 150px;
    border-radius: 12px;
    font-size: 18px;
    line-height: 43px;
    height: 45px;
    transition: all .2s linear;
    box-sizing: border-box;
    margin-left: 16px;
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1px;
    min-width: 112px;
}
.detail-box .job-op .btn-container .btn-startchat {
    background: #00bebd;
    color: #fff;
    border: 1px solid #00bebd;
    position: relative;
    margin-top: 0;
    float: none;
}

.tag-container-new {
    width: 504px;
    position: relative;
    float: right;
}
.detail-box .tag-container-new {
    line-height: 0;
    margin-top: 32px;
    text-align: right;
    box-sizing: border-box;
}
.detail-box .tag-container-new {
    margin-top: 36px;
    width: 480px;
}
.tag-container-new .tag-more {
    opacity: 0;
    height: 23px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 8px;
    line-height: 16px;
    display: none;
}
.tag-container-new .tag-more .link-more {
    height: 26px;
    line-height: 21px;
    background: rgba(199, 113, 113, 0.05);
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    padding: 0 8px;
    border: none;
    margin: 0;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    border: 1px solid transparent;
    display: inline-block;
    vertical-align: top;
}
.tag-container-new .tag-more .tag-all {
    width: 500px;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: 14px 12px;
    top: 36px;
    right: 0;
    zoom: 1;
   display: none;
    position: absolute;
    z-index: 100;
    height: auto;
    box-sizing: border-box;
    margin-right: 0;
    overflow: initial;
    text-align: left;
}
.tag-container-new .tag-more:hover .tag-all{
    display: block;
}
.job-tags span {
      height: 28px;
    line-height: 28px;
    background: rgba(255, 255, 255, .05);
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    padding: 0 8px;
    border: none;
    margin-right: 8px;
    margin-bottom: 8px;
}
.job-banner .job-tags {
    padding-top: 8px;
    height: 27px;
    overflow: hidden;
    display: inline-block;
}
.tag-more .job-tags span{
    background: rgba(0, 190, 189, .1);
    color: #00a6a7;
    margin: 6px 8px;
}
 .job-sider {
    float: right;
    width: 284px;
    padding-bottom: 0px;
}
.company-sider, .job-sider {
    float: right;
    width: 284px;
    padding-bottom: 0px;
}

.job-sider .sign-wrap {
    margin-bottom: 16px;
}
.job-sider .sign-form {
    width: auto;
    height: auto;
    background-color: #5dd5c8;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}
.job-sider .sign-form {
    position: relative;
    background: linear-gradient(180deg, #00bebd, #00a6a7) hsla(0, 0%, 100%, .21);
    border-radius: 14px;
    margin-bottom: 16px;
    padding-left: 12px;
    padding-right: 12px;
    min-height: 249px;
}
.job-sider .sign-form:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(54, 202, 202, 0), #fff);
    border-radius: 12px;
}
.job-sider #sign-side {
    position: absolute;
    bottom: 0;
    right: 0;
}
.job-body-wrapper .job-sider .sign-form .title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 2px;
    display: block;
    padding: 20px 0 24px;
    position: relative;
}
.app-login-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 18px;
    background: linear-gradient(180deg, rgba(245, 252, 252, .8), #fcfbfa);
    border-radius: 12px 12px 0 0;
    border: 1px solid #f7fdfd;
    backdrop-filter: blur(7px);
}
.app-login-wrapper .qr-img-box {
    position: relative;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.app-login-wrapper .qr-img-box .qr-code {
    width: 160px;
    height: 160px;
    border-radius: 8px;
}
.app-login-wrapper .qrcode-invalid-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sider-company {
    border-radius: 12px;
    padding-bottom: 20px;
    background: #fff;
    margin-bottom: 16px;
}
 .sider-company .title {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 22px;
    padding: 12px 24px;
    background: linear-gradient(90deg, #f5fcfc 0, #fcfbfa 100%);
    margin-bottom: 0;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
}
.sider-company .company-info {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 22px;
}
.sider-company img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    float: left;
}
.sider-company p {
    padding: 0 24px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333;
    line-height: 21px;
    margin-bottom: 8px;
}
.sider-company p i {
    display: inline-block;
    vertical-align: -4px;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    background: url(../images/dg1u3dcnun1661743137830.png) 0 0 / 16px auto no-repeat;
}
.sider-company p .icon-scale {
    background: url(../images/dg1u3dcnun1661743137830.png) 0 -16px / 16px auto no-repeat;
}
.sider-company p .icon-industry {
    background: url(../images/dg1u3dcnun1661743137830.png) 0 -32px / 16px auto no-repeat;
}
.sider-company p a {
    transition: all .2s linear;
    flex: 1;
}
.sider-company .look-all {
    position: relative;
    border-radius: 8px;
    border: 1px solid #00bebd;
    font-weight: 500;
    color: #00a6a7;
    line-height: 20px;
    padding: 7px 0;
    text-align: center;
    display: block;
    width: 158px;
    margin: 24px auto 0;
    transition: all .2s linear;
}
.job-detail {
    position: relative;
    border: none;
    padding-right: 0;
    margin-right: 300px;
    padding-bottom: 0;
    min-height: 813px;
}
.job-detail-section {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 20px 30px;
    margin-top: 16px;
}
.detail-section-operate {
    position: absolute;
    top: 20px;
    right: 30px;
}
.detail-section-operate .link-wechat-share {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.detail-section-operate .link-wechat-share:before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background: url(../images/wexin.png) 0 0 / 16px auto no-repeat;
}
.detail-section-operate .link-report {
    display: inline-flex;
    align-items: center;
    margin-left: 24px;
}
.detail-section-operate .link-report:before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background: url(../images/jubao.png) 0 0px / 16px auto no-repeat;
}
.detail-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.job-detail-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 25px;
    margin-bottom: 20px;
}
.job-keyword-list {
    overflow: hidden;
    margin-top: -8px;
}
.job-keyword-list li {
    margin-top: 8px;
    margin-right: 8px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    float: left;
    padding: 4px 12px;
    white-space: nowrap;
    background: #f8f8f8;
    border-radius: 4px;
}
.job-sec-text {
    display: inline;
    word-break: break-all;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 28px;
    color: #333;
    font-size: 15px;
    text-align: justify;
    letter-spacing: 0;
}
.job-boss-info {
    border-top: 1px solid #ededed;
    padding-top: 20px;
}
.job-boss-info .detail-figure {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border: 1px solid #f6fdfd;
    border-radius: 100%;
}
.job-boss-info .detail-figure img {
    width: 56px;
    height: 56px;
    display: block;
    border-radius: 100%;
    margin-right: 0;
}
.job-boss-info .name
 {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.job-boss-info .boss-info-attr {
    font-size: 15px;
    color: #666;
    line-height: 21px;
    margin-top: 8px;
    display: flex;
    align-items: center;
}
.vdot{
    display: inline-block;
    padding: 0 10px 0 7px;
    font-style: normal;
}
.company-info-box .fold-text
{
    max-height: 85px;
    overflow: hidden;
}
.company-info-box .fold-text img{
    max-width: 100%;
}

.job-box {
    margin-top: 16px;
    background: 0 0;
}
.job-sider .sign-form .title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 16px;
}
.company-list ul {
    height: auto;
    overflow: hidden;
    width: 110%;
}
.company-tab-box{
    margin-top: 22px;
    margin-bottom: 22px;
}
.company-tab-box li {
    border-radius: 12px;
    background: #fff;
    margin: 0 16px 21px 0;
    height: 140px;
    width: 284px;
    float: left;
}
.company-tab-box li .sub-li {
    border-radius: 12px;
    display: block;
    height: 140px;
    width: 284px;
    background-color: #fff;
}
.company-tab-box li a {
    color: #414a60;
    display: block;
    height: 77px;
    margin: 0 20px;
    padding-top: 20px;
    border-bottom: none;
}
.company-tab-box li .company-info img {
    width: 54px;
    height: 54px;
    float: left;
    border-radius: 10px;
    border: solid 1px #f2f5fa;
}
.company-tab-box li .conpany-text {
    text-align: left;
    margin-left: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company-tab-box li .conpany-text h4 {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 9px;
    color: #222;
    font-weight: 500;
}
.company-tab-box li .sub-li .conpany-text span {
    display: inline-block;
    color: #666;
    padding: 0 8px;
    background: #f8f8f8;
    font-size: 13px;
    border-radius: 4px;
    max-width: 66px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}
.company-tab-box li .sub-li .conpany-text span+span {
    margin-left: 8px;
}
.company-tab-box li .about-info {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #666;
    background: linear-gradient(90deg, #f5fcfc 0, #fcfbfa 100%);
    border-radius: 0 0 12px 12px;
    margin: 0;
    padding-top: 0;
}
.company-tab-box li .about-info p {
    width: 240px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.company-tab-box .about-info .vline {
    margin: 0 4px;
    position: relative;
    top: -1px;
}
.company-tab-box .sub-li .h {
    color: #00a6a7;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    max-width: 145px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.company-se{
    background: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 0;
    margin-bottom: 0;
}


/* style2 开始*/
.company-banner .info-primary{
    display: flex;
    align-items: center;
}
.company-banner .info-primary>img{
    width: 70px;
    height: 70px;
    border-radius: 12px;
}
.company-banner .info-primary .info {
    margin-left: 24px;
}
.company-banner .info-primary .info p {
    margin-top: 3px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company-banner .info-primary h1 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    padding: 0px 0 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dolt {
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    margin: 0 7px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
}
.company-banner .industry-link {
    color: #fff;
}
.company-banner .detail-box{
    display: flex;
    flex-direction: column;
}
.company-banner .brand-list .brand-label {
    margin: 16px 8px 0 0;
    padding: 0 8px;
    display: inline-block;
    color: #fff;
    height: 21px;
    line-height: 21px;
    background: rgba(34, 34, 34, .2);
    border-radius: 4px;
    font-size: 12px;
}
.company-tab {
    width: 1184px;
    margin: 16px auto 0;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}
.company-tab a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 12px 0;
    font-size: 18px;
    color: #333;
    line-height: 25px;
    margin: 0;
    border: none;
    transition: all .2s linear;
}
.company-tab a.cur {
    color: #00a6a7;
}
.company-tab a.cur:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
    z-index: 1;
    width: 28px;
    height: 3px;
    background: linear-gradient(90deg, #16d9d8, #00bebd);
    border-radius: 2px;
}
.company-tab a+a {
    margin-left: 32px;
}
.company-hotjob {
    width: 1184px;
    margin: 16px auto 0;
    background: #fff;
    border-radius: 12px;
    padding: 20px 30px;
    overflow: visible;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.company-hotjob h3 {
    margin-bottom: 16px;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 25px;
}
.company-hotjob .more, .company-job .more {
    font-size: 15px;
    color: #00a6a7;
    line-height: 21px;
    font-weight: 500;
    margin-right: 0;
    margin-top: 4px;
    padding-right: 6px;
    background: 0 0;
    transition: all .2s linear;
    float: right;
}
.company-hotjob .more:after, .company-job .more::after {
    content: " ";
    position: relative;
    top: -5px;
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 7px;
    margin-top: 7px;
    margin-left: 8px;
    background: url(../images/01vcskhm8y1652252017628.png) -6px -8px / 10px auto no-repeat;
}
.company-hotjob ul {
    font-size: 0;
    white-space: nowrap;
    margin: -8px;
    display: flex;
}
.company-hotjob li {
    display: inline-block;
    font-size: 14px;
    margin: 8px;
    border-radius: 12px;
}
.company-hotjob li a {
    position: relative;
    display: block;
    width: 364px;
    height: 96px;
    border: 1px solid #ededed;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.company-new .info-primary
 {
    overflow: visible;
}
.company-hotjob li .name {
    margin-bottom: 12px;
    padding-bottom: 0;
    height: 22px;
}
.company-hotjob li .salary {
    font-size: 20px;
    font-family: kanzhun-Regular, kanzhun;
    color: #fe574a;
    line-height: 24px;
    position: relative;
    top: -2px;
    float: right;
}
.company-hotjob li .name b {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #222;
    line-height: 22px;
    max-width: 190px;
    transition: all .2s linear;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company-hotjob li .info-primary-bottom {
    display: block;
}
.company-hotjob li .tag-list {
    display: inline-block;
    height: 22px;
    overflow: hidden;
    vertical-align: middle;
    max-width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company-hotjob li .tag-list-item {
    background: #f8f8f8;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 13px;
    color: #666;
    line-height: 18px;
    float: left;
    transition: all .2s linear;
}
.company-hotjob li .company-location {
    float: right;
    font-size: 13px;
    color: #666;
    line-height: 18px;
    margin-top: 4px;
}
.job-sec h3 {
    margin-bottom: 20px;
}
.job-sec:first-child h3{
    margin-bottom: 10px;
}
.company-photo-list {
    position: relative;
    border-radius: 12px;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.company-photo-list .swiper-container {
    max-height: 248px;
    border-radius: 12px;
    margin-left: -4px;
    margin-right: -4px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform,left,top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform,left,top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0,0);
    -ms-transition-property: -ms-transform,left,top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.company-photo-list .swiper-wrapper {
    transition-duration: .3s;
}
.company-photo-list .swiper-wrapper.swiper-wrapper-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: flex-start;
    align-content: flex-start;
}
.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.company-photo-list .swiper-container li {
    width: 200px !important;
    height: 120px !important;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 4px;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    margin-bottom: 10px;
}
.company-photo-list li img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s linear;
}
.company-photo-list li .company-img-mask {
    transition: all .2s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}
.company-photo .swiper-btn {
    display: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -28px;
    width: 30px;
    height: 56px;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
    border-radius: 15px;
    cursor: pointer;
    transition: all .2s linear;
}
.company-photo .swiper-prev-btn {
    left: -15px;
}
.company-photo .swiper-next-btn {
    right: -15px;
}
.company-detail-section .job-sec+.job-sec {
    margin-top: 36px;
}
.company-talents-list {
    overflow: hidden;
    margin-bottom: -12px;
}
.company-talents-list li {
    float: left;
    background: #f8f8f8;
    border-radius: 4px;
    padding: 4px 12px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-right: 8px;
    margin-bottom: 12px;
}
.job-location {
    font-size: 13px;
    position: relative;
    border-radius: 12px;
    box-shadow: none;
    margin-top: 0;
}
.job-location .location-address {
    display: block;
    position: relative;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 30px;
    border: none;
    background: 0 0;
    transition: all .2s linear;
    cursor: pointer;
}
.job-location .location-address:before {
    content: " ";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 2px;
    z-index: 1;
    background: url(../images/map.png) 0 0 / 18px auto no-repeat;
}
.company-job {
    background: #fff;
    border-radius: 12px;
    margin-top: 16px;
    padding: 20px 30px;
}
.company-job h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 25px;
    margin-bottom: 16px;
    padding: 0;
    background: 0 0;
}
.company-job .more.fr {
    float: right;
}
.company-job .job-list {
    margin-bottom: 0;
    width: 100%;
	margin-right: 0;
    min-height: 260px;
	padding: 0;
}
.company-job .job-list li {
    position: relative;
    z-index: 1;
    border: none;
    border-radius: 12px;
    padding: 16px;
    height: auto;
    transition: all .2s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	background: #fff;
    margin-bottom: 10px;
	cursor: pointer;
}
.company-job .job-list li:hover {
    background: #f7f7f7;
    position: relative;
    z-index: 11;
}
.company-job .job-primary {
    padding: 0;
    margin: 0;
    height: 56px;
	position: relative;
}
.company-job .info-primary {
    width: 560px;
	overflow: visible;
	float: left;
}
.company-job .job-primary .name {
	line-height: 22px;
    height: 22px;
    margin-bottom: 8px;
	text-overflow: unset;
}
.job-list li .name .title-box {
    height: 22px;
    line-height: 22px;
	white-space: nowrap;
    display: inline-block;
}
.company-job .job-list li .name .title-box .job-area,.company-job .job-list li .name .title-box .job-title {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 22px;
    height: 22px;
	max-width: 192px;
	display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.company-job .job-list li .job-primary .name .title-box span {
    vertical-align: middle;
}
.company-job .job-list li .name .title-box .job-area, .company-job .job-list li .name .title-box .job-title {
    font-size: 16px;
    color: #222;
    line-height: 22px;
    height: 29px;
    font-weight: normal;
}
.company-job .job-list li .job-primary .name .title-box .job-area {
    display: inline-block;
    color: #222;
    font-size: 16px;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 10px;
}

.company-job .info-primary .name+p {
    font-size: 14px;
    color: #61687c;
    margin-top: 5px;
}
.company-job .info-primary .name+p {
    margin: 0;
    overflow: hidden;
}
.company-job .info-primary .name+p .salary {
    font-size: 20px;
    font-family: kanzhun-Regular, kanzhun;
    color: #fe574a;
    line-height: 24px;
    float: left;
    margin-right: 8px;
}
.company-job li .tag-list {
    height: 22px;
    float: left;
    margin-top: 2px;
}
.company-job li .tag-list-item {
    background: #f7f7f7;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 13px;
    color: #666;
    line-height: 18px;
    float: left;
    margin-right: 8px;
    transition: all .2s linear;
}
.info-publis {
    float: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
	display: block !important;
	width: 218px;
    margin-top: 4px;
    overflow: hidden;
}
.info-publis-avatar {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    margin-right: 16px;
    float: left;
}
 .info-publis-avatar img {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    margin: 0;
	vertical-align: middle;
}
.info-publis-info {
    float: left;
    max-width: 154px;
}
.info-publis-info .name {
    display: block;
    font-size: 16px;
    color: #222;
    line-height: 22px;
    height: 22px;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.info-publis-info .boss-title {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.work-time {
    padding-bottom: 0;
}
.work-time p{
    padding: 14px 24px; 
}
.work-time p img {
    height: 16px;
    width: 16px;
}
.about-setail{
    padding-right: 0;
    margin-right: 0;
}
.about-setail .job-detail-section{
    padding: 2% 4%;
    margin: 4% 0 10% 0;
}
.about-setail .detail-content-header h3{
    font-weight: normal;
    color: #00bebd;
    font-size: 22px;
    margin-bottom: 10px;
    padding-top: 1%;
}
.about-setail .job-sec-text p{
    line-height: 36px;
    color:#333333;
}
.about-setail .job-sec-text img{
    max-width: 100%;
}
.about-banner{
    text-align: center;
    flex-direction: column;
    padding: 28px 0 30px 0;
}
.about-banner h2{
    font-size: 36px;
}
.about-banner p{
    font-size: 24px;
}
.contact ul{
    display: flex;
    padding: 5% 0;
}
.contact ul li{
    text-align: center;
    width: 30%;
    margin: 0 2%;
    font-size: 26px;
    line-height: 48px;
}
.contact ul li p img{
    width: 37%;
}
.contact ul li .p1{
    color: #333333;
}
.contact ul li .p2{
    color: #858585;
}
.qr{
    text-align: center;
    font-size: 40px;
    line-height: 74px;
    font-weight: bold;
    padding-top: 12%;
    padding-bottom: 4%;
}
.qr img{
    padding-top: 5%;
}
.message-banner h2{
    text-align: left;
}
.message ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    padding-right: 40px;
    border-bottom: 1px solid #eeeeee;
}
.message ul li:first-child{
    /*background: #eeeeee;
    padding: 0 40px;*/
}
.message ul li .mess-tab,.message ul li .mess-tab02{
    padding: 12px 0;
}
.message ul li .mess-tab span,.message ul li .mess-tab02 span{
    color: #474747;
    display: inline-block;
    line-height: 34px;
    width: 88px;
    text-align: center;
}
.message ul li .mess-tab02 span{
    text-align: right;
}
.message ul li .mess-tab .acti{
    color: #fff;
    background: #00bebd;
    border-radius: 50px;
}
.message .mess-li span{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #00bebd;
    width: 38px;
    line-height: 24px;
    border-radius: 4px;
    text-align: center;
    margin-right: 10px;
}
.message .mess-li input{
    margin: 0 14px;
}
.message .time{
    color: #939393;
}

#main {
    min-height: calc(100vh - 300px);
}
.resume-container {
    display: flex;
    align-items: start;
    padding-top: 20px;
    position: relative;
}
.resume-catalogue {
    width: 160px;
}
.resume-catalogue-group {
    background-color: #fff;
}
.resume-catalogue-group:first-child {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
.resume-catalogue .catalogue-title {
    display: block;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
    color: #333;
    font-weight: 400;
}
.resume-catalogue .catalogue-title.main-title {
    padding: 12px 20px;
    color: #222;
    font-weight: 600;
    background: linear-gradient(90deg, #f5fcfc, #fcfbfa);
    border-radius: 16px 16px 0 0;
}
.resume-catalogue .catalogue-list {
    padding: 4px;
}
.resume-catalogue .catalogue-list .catalogue-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    line-height: 20px;
    cursor: pointer;
    border-radius: 4px;
    transition: all .2s linear;
    color: #333;
    margin-bottom: 5px;
}
.resume-catalogue .catalogue-list .catalogue-item a{
    display: block;
    width: 100%;
}
.resume-content {
    flex: 1;
    position: relative;
    margin-right: 16px;
    margin-left: 16px;
}
.resume-content .data-tips, .resume-content .resume-content-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, .03);
}
.resume-content .resume-box-header {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    background: linear-gradient(90deg, #f5fcfc, #fcfbfa);
    border-radius: 16px 16px 0 0;
}
.resume-content .resume-box-header h2 {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}
.resume-box .item-primary {
    position: relative;
    padding: 12px 24px;
    box-sizing: content-box;
    transition: all .2s linear;
}
.baseinfo-container{
    padding: 8px 24px 12px;
}
.resume-box .header-upload {
    width: 80px;
    height: 80px;
    flex: none;
}
.baseinfo-container .header-upload{
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 1;
}

.resume-box .header-upload .header-box {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.resume-box .header-upload .header-mask {
    display: none;
    background-color: rgba(0, 0, 0, .6);
    background-image: url(../images/ku6zps7ghx1698224013168.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 32px auto;
}
.resume-box .header-upload .header-loading, .resume-box .header-upload .header-mask {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.resume-box .header-upload .header-img {
    display: block;
}
.resume-box .header-upload:hover .header-mask {
    display: block;
}
.baseinfo-container .user-info{
    position: relative;
    margin-right: 116px;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all .2s linear;
    cursor: pointer;
}
.baseinfo-container .user-info:hover{
    background: #f8f8f8;
}
.baseinfo-container .user-info:hover .op{
    display: block;
}
.resume-box .item-primary .op
 {
    position: absolute;
    right: 3px;
    top: 12px;
}
.baseinfo-container .op{
    display: none;
    right: 16px;
    top: 12px;
}
.resume-box .item-primary .op a {
    display: inline-block;
    line-height: 24px;
    padding: 0 5px;
    color: #00a6a7;
}
.resume-box .item-primary .op .link-edit {
    font-size: 13px;
}
.resume-box .item-primary .op .link-edit:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../images/c17gxiu5881690268634125.png);
    background-repeat: no-repeat;
    background-position: 0 -16px;
    background-size: 16px auto;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.resume-box .item-primary .name {
    font-size: 24px;
    font-weight: 500;
}
.baseinfo-container .user-info .name{
    color: #222;
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    font-weight: 500;
}
.resume-box .info-flex {
    display: flex;
}
.resume-box .info-flex-item {
    flex: 1;
}
.baseinfo-container .info-labels{
    position: relative;
    margin-top: 16px;
}
.resume-box .item-primary .info-labels p {
    margin-top: 10px;
}
.baseinfo-container .info-labels p{
    margin-top: 0;
}
.prev-line {
    display: inline-block;
    vertical-align: middle;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.resume-box .prev-line {
    min-width: 80px;
    max-width: 260px;
}
.baseinfo-container .info-labels .prev-line{
    line-height: 20px;
    height: 20px;
}
.fz-resume {
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background: url(../images/l4iz0pkxgr1696645712998.png) 0 0 / 16px auto no-repeat;
}
.fz-experience {
    background-position: 0 -32px;
}
.fz-degree {
    background-position: 0 -80px;
}
.fz-status {
    background-position: 0 -48px;
}
.fz-tel {
    background-position: 0 -16px;
}
.fz-weixin {
    background-position: 0 -64px;
}
.prev-dot:before, .prev-line:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0;
}
.prev-line:before {
    width: 1px;
    height: 12px;
    background-color: #e0e0e0;
}
.resume-box .prev-line:before {
    margin: 0 15px;
}
.resume-box .resume-baseInfo .info-labels .prev-line:before {
    margin: 0 16px;
    background: transparent;
    width: 0;
}
.baseinfo-container .info-labels p+p{
    margin-top: 16px;
}

.resume-box .item-primary .title {
    position: relative;
    padding-left: 14px;
    font-size: 20px;
    height: 27px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-left: 16px;
}
.resume-box .item-primary .title:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 17px;
    background: #00bebd;
    border-radius: 3px;
    left: 0;
    top: 5px;
}
.resume-box .item-primary li {
    padding: 8px 16px;
    position: relative;
    min-height: 40px;
    border-radius: 8px;
    transition: all .2s linear;
}
.resume-box .resume-summary .primary-info {
    word-break: break-all;
}
.resume-box .item-primary li .primary-info .info-text {
    padding: 10px 0;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    word-break: break-all;
    text-align: justify;
    letter-spacing: 0;
}
.resume-box .item-primary li .primary-info .info-text:first-of-type {
    padding-top: 0;
}
.resume-box .item-primary li .primary-info .info-text:last-of-type
{
    padding-bottom: 0;
}
.resume-box .item-primary li .primary-info .info-text.advantage-text
{
    padding-top: 0;
}
.resume-box .advantage-show .op {
    background-color: hsla(0, 0%, 97.3%, .9);
    transition: all .2s linear;
    padding-left: 5px;
}
.resume-box .item-primary li .op {
     display: none;
    bottom: unset;
    top: 10px !important;
    right: 14px !important;
}
.resume-box .item-primary li:hover .op{
    display: block;
}
.resume-box .item-primary .title .link-add {
    /* display: none; */
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    font-weight: 400;
    color: #00a6a7;
}

.wechat-share .wechat-qrcode-wrap{
    position: absolute;
    top: 36px;
    left: -38px;
    z-index: 10;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    background-color: #fff;
    display: none;
}
.wechat-share.on .wechat-qrcode-wrap{
    display: block;
}

.wechat-share .wechat-qrcode-wrap .arrow {
    display: block;
    position: relative;
    z-index: 11;
    width: 20px;
    height: 10px;
    margin: -10px auto 0;
}

.wechat-share .wechat-qrcode-wrap .arrow-shadow {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 10px 8px 20px 3px #000;
}

.wechat-share .wechat-qrcode-wrap .arrow-noumenon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
}

.wechat-share .wechat-qrcode-wrap .qrcode {
    display: block;
    position: relative;
    z-index: 12;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
}

.wechat-share .wechat-qrcode-wrap .qrcode-img {
    display: block;
    position: relative;
    z-index: 13;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

#wechat-qrcode-wrap,#wechat-qrcode-wrap2 {
    display: none;
    float: left;
    position: absolute;
    top: 36px;
    left: -38px;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
    border: 1px solid #ededed;
    border-radius: 12px;
    width: 160px;
    height: 160px;
}

#wechat-qrcode-wrap .arrow,#wechat-qrcode-wrap2 .arrow {
    display: block;
    position: relative;
    z-index: 11;
    width: 20px;
    height: 10px;
    margin: -10px auto 0 auto;
}

#wechat-qrcode-wrap .arrow-shadow,#wechat-qrcode-wrap2 .arrow-shadow {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 10px 8px 20px 3px #000;
}

#wechat-qrcode-wrap .arrow-noumenon,#wechat-qrcode-wrap2 .arrow-noumenon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
}

#wechat-qrcode-wrap .qrcode,#wechat-qrcode-wrap2 .qrcode {
    display: block;
    position: relative;
    z-index: 12;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
}

#wechat-qrcode-wrap .qrcode-img,#wechat-qrcode-wrap2 .qrcode-img {
    display: block;
    position: relative;
    z-index: 13;
    width: 130px;
    height: 130px;
    margin: 0 auto;
}

.resume-box .item-primary .title .link-add:before {
    content: " ";
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: 0 -80px;
    background-image: url(../images/c17gxiu5881690268634125.png);
    margin-right: 4px;
}
.expect-list-title{
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding: 0 16px;
    margin-bottom: 4px;
    margin-top: 16px;
}

.resume-box .resume-expectList .item-primary li, .resume-box .resume-userinfo .item-primary li
{
    margin-top: 0;
}
.expectation-list .split-line{
    position: relative;
    display: inline-block;
    max-width: 180px;
    padding-right: 12px;
    padding-left: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.expectation-list .split-line.position-item{
    font-weight: 400;
    color: #222;
}
.expectation-list .split-line:first-of-type {
    padding-left: 0;
}
.expectation-list .split-line:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    width: 1px;
    height: 12px;
    background-color: #ccc;
}
.expectation-list .split-line{
    position: relative;
    display: inline-block;
    max-width: 180px;
    padding-right: 12px;
    padding-left: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.expectation-list .split-line.money-item{
    max-width: 100px;
}
.expectation-list .split-line.city-item {
    max-width: 154px;
    color: #999;
}
/*.expectation-list .split-line:last-of-type {
    padding-right: 0;
}*/
.resume-box .item-primary li .primary-info .info-text-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.resume-box .item-primary li .primary-info .info-text-block .text-block-main {
    display: flex;
}
.resume-box .item-primary li .primary-info .info-text-block .name, .resume-box .item-primary li .primary-info .info-text-block .position-name {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 22px;
    display: inline-block;
    max-width: 240px;
    word-break: break-all;
}
.resume-box .item-primary li .primary-info .info-text-block .position-name
{
    margin-left: 16px;
    max-width: 200px;
}
.page-resume .gray {
    color: #999;
}
.resume-box .item-primary li .primary-info .keywords {
    padding-top: 8px;
}
.resume-box .item-primary li .primary-info .keywords span {
    display: inline-block;
    color: #999;
    padding: 2px 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #444;
    line-height: 20px;
    background: rgba(0, 0, 0, .04);
    border-radius: 4px;
}
.resume-box .item-primary li .primary-info .info-text .text-type {
    font-weight: 600;
    color: #222;
    line-height: 24px;
    margin-right: 4px;
    float: left;
    width: 45px;
}
.resume-box .item-primary li .primary-info .info-text .text-desc {
    display: block;
    overflow: auto;
}
.school-badge-wrapper{
    position: relative;
    min-height: 52px;
}
.school-badge-wrapper img
{
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 0;
    width: 48px;
    height: 48px;
}
.school-badge-wrapper .school-info{
    display: flex;
    align-items: center;
}
.school-badge-wrapper .school-name {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    max-width: 354px;
    word-break: break-all;
}
.school-badge-wrapper .school-period{
    display: inline-block;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-left: 16px;
    align-self: start;
}
.school-badge-wrapper .school-attr-list{
    display: block;
    overflow: hidden;
    margin-top: 8px;
}
.school-badge-wrapper .school-attr-list li
{
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    float: left;
    padding: 0 8px;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    min-height: auto;
    color: #222;
}
.school-badge-wrapper .school-attr-list li:first-child {
    padding-left: 0;
}

.sider-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 16px;
    position: relative;
    border-radius: 12px;
}
.resume-settings {
    position: relative;
    padding-top: 14px;
}
.resume-container .user-sider .sider-box, .resume-container .user-sider .sider-box .swiper-container
{
    width: 100%;
}
.resume-settings:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 46px;
    background: linear-gradient(90deg, #f5fcfc, #fcfbfa);
    border-radius: 12px 12px 0 0;
    z-index: 0;
}
.sider-box .sider-title {
    height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 20px;
    align-items: center;
    display: flex;
}
.resume-settings .sider-title {
    position: relative;
    margin-bottom: 12px;
}
.sider-box .sider-title em {
    font-style: normal;
    flex: 1;
}
.resume-settings .pull-right {
    font-size: 14px;
    color: #56cbc4;
}
.resume-settings .setting-item {
    color: #414a60;
    padding: 15px 30px;
    margin: 0 -30px;
    line-height: 20px;
    position: relative;
}
.resume-settings .setting-item .pull-right {
    float: right;
    font-size: 13px;
    color: #9fa3af;
}
.resume-settings .setting-item+.setting-item {
    border-top: 1px solid #f3f3f3;
}
.resume-settings .setting-item:last-child {
    padding: 15px 30px;
    margin-bottom: -15px;
}
.resume-settings .text-green {
    color: #56cbc4;
}
.nav-figure{
    display: flex;
    align-items: center;
}
.user-nav li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    margin: 0 5px;
}
.user-nav li.nav-figure {
    margin-right: 0;
    margin-left: 5px;
    position: relative;
    padding: 7px 0 6px;
}
.user-nav li a {
    padding: 0 5px;
    position: relative;
}
#header a {
    color: #fff;
}
.user-nav li.nav-figure>a {
    border-radius: 6px;
    padding: 0 5px;
    height: 36px;
    display: flex;
    align-items: center;
    transition: all .2s linear;
}
.nav-figure .label-text {
    margin-top: -2px;
    line-height: 20px;
    padding-right: 4px;
    vertical-align: middle;
    max-width: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}
.nav-figure img {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    vertical-align: middle;
}

.resume-container .user-sider {
    position: relative;
    width: 264px;
    font-size: 14px;
}

.user-content-box{
    padding-bottom: 6%;
}
.hetong{
    padding-top: 20px;
}
.hetong ul{
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
}
.hetong ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 75px;
    cursor: pointer;
    padding:0 22px;
    border-bottom: 1px solid #dfdfdf;
}
.hetong ul li:first-child,.hetong ul li:last-child{
    line-height: 60px;
}
.hetong ul li:last-child{
    border-bottom:none
}
.hetong ul li p{
    display: flex;
    align-items: center;
}
.hetong ul li p .img{
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    margin-left: 10px;
}
.hetong ul li:last-child p .img{
    width: 40px;
    height: 40px;
}
.hetong ul li p .img img{
    width: 100%;
    border-radius: 50px;
}
.hetong ul li:nth-child(2) div .btn{
    display: block;
    width: 130px;
    line-height: 48px;
    text-align: center;
    background:#12ae86;
    color: #fff;
    border-radius: 10px;
}
.hetong-content-box .resume-settings .pull-right{
    margin-left: 20px;
    color: #000;
}
.hetong-content-box .resume-settings .pull-right-act{
    color: #12ae86;
}
.user-content-box .resume-settings .setting-item .pull-right{
    font-size: 14px;
}
.user-content-box .resume-settings .setting-item .pull-right span{
    margin-left: 10px;
}
.user-content-box .sel select{
    border: none;
    color: #9fa3af;
    outline: none;
}
.user-content-box .sel select option{
    color: #000;
}
.form-content-box{
    padding:20px;
}
.rengzheng{
    margin-bottom: 20px;
    text-align: center;
}
.rengzheng p{
    color:#4fd964;
    font-size: 22px;
}
.rengzheng.dairenzheng p{
    color:#FF822B;
}
.rengzheng.shibai p{
    color:#dd524d;
}
.form-content-box form>p{
    margin: 10px 0;
    color: #636363;
}
.form-content-box form>p label span{
    color: #ff0000;
}
.form-content-box form>p input{
    outline: none;
    padding: 15px;
    border: 1px solid #e4e4e4;
    width: 415px;
    border-radius: 8px;
}
.form-content-box form>p:first-of-type input{
    padding: 0;
    border: none;
    border-radius:0;
    width: unset;
}
.form-content-box form>p:first-of-type img{
    vertical-align: top;
}
.form-content-box form>p button{
    background: #00bebd;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    margin-top: 20px;
}
.form02-content-box .form01 ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.form02-content-box .form01 .icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.form02-content-box .form01 ul li p:nth-child(2){
    color: #757575;
}
.form02-content-box .form02{
    margin-top: 30px;
}
.form02-content-box .form02 ul li{
    margin: 10px 0;
}
.form02-content-box .form02 ul li:first-child input{
    padding: 6px 4px;
    margin-top: 10px;
    border: none;
    text-align: center;
    border-bottom: 1px solid #666;
    outline: none;
}

.resume-box .item-form {
    padding: 20px 32px;
    margin: 8px;
    background: #f8f8f8;
    border-radius: 16px;
    position: relative;
    display: none;
}

.resume-box .item-form h3.title {
    font-size: 16px;
    height: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resume-box .item-form .ui-form {
    margin-left: -20px;
    margin-right: -20px;
}

.resume-box .item-form .form-item {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 0 20px;
}

.resume-box .resume-expectList .item-form .form-item:nth-child(odd), .resume-box .resume-userinfo .item-form .form-item:nth-child(odd) {
    margin-bottom: 0;
}

.resume-box .resume-expectList .item-form .form-item.mb20, .resume-box .resume-userinfo .item-form .form-item.mb20 {
    margin-bottom: 20px;
}

.form-item:after, .form-item:before {
    content: "";
    display: table;
}

.ui-form .item-label {
    text-align: right;
    vertical-align: middle;
    float: left;
    color: #495060;
    line-height: 1;
    padding: 10px 12px 10px 0;
    box-sizing: border-box;
}

.ui-form-label-top .item-label {
    float: none;
    display: inline-block;
    padding: 0 0 10px;
}

.resume-box .item-form .form-item .item-label {
    color: #666;
    line-height: 20px;
}

.resume-box .item-form .ui-form.ui-form-label-top .item-label {
    padding: 0 0 8px;
}

.form-item .item-content {
    position: relative;
    line-height: 32px;
}

.input-wrap {
    position: relative;
    display: inline-block;
    min-width: 300px;
    vertical-align: middle;
    line-height: normal;
}

.resume-box .item-form .form-item .city-select-container, .resume-box .item-form .form-item .datepicker-wrap, .resume-box .item-form .form-item .input-wrap, .resume-box .item-form .form-item .ui-cascader, .resume-box .item-form .form-item .ui-cascader-selection, .resume-box .item-form .form-item .ui-select {
    width: 100%;
    flex: 1;
}

.input {
    display: inline-block;
    width: 100%;
    height: 34px;
    line-height: 1.5;
    padding: 5px 8px;
    font-size: 14px;
    border: 1px solid #e3e7ed;
    border-radius: 0;
    color: #414a60;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    transition: border .2s
    ease-in-out, background-color .2s
    ease-in-out, box-shadow .2s
    ease-in-out;
}

button, input[type=button], input[type=number], input[type=search], input[type=submit], input[type=tel], input[type=text], textarea {
    -webkit-appearance: none;
}

.resume-box .item-form .input,.resume-box .item-form select {
    height: 44px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 8px;
    border-color: #e6e6e6;
    box-shadow: none;
    font-weight: 500;
    color: #222;
    transition: all .2s
    linear;
    width: 100%;
}

.resume-container *{
    box-sizing: border-box;
}

.resume-box .item-form .input:hover {
    border-color: #00bebd;
}

a:active, a:focus, a:hover, button, input, textarea,select {
    outline: 0;
}

.radio {
    display: inline-block;
    margin-right: 20px;
    white-space: nowrap;
    position: relative;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
}

.radio-group-rectangle .radio-item {
    display: inline-block;
    border: 1px solid #e3e7ed;
    background-color: #fff;
    line-height: 36px;
    min-width: 148px;
    text-align: center;
    cursor: pointer;
    color: #9fa3b0;
}

.resume-box .item-form .radio-group-rectangle .radio-item {
    width: 203px;
    min-width: auto;
    line-height: 42px;
    border-radius: 8px;
    border-color: #e6e6e6;
    color: #999;
    font-weight: 500;
}

.resume-box .item-form .radio-group-rectangle .radio-checked {
    background: rgba(0, 190, 189, .1);
    border: 1px solid #00bebd;
    color: #00a6a7;
}

.radio-group-rectangle .radio-item .radio-inner {
    display: none;
}

.radio:last-of-type {
    margin-right: 0;
}

.resume-box .item-form .form-item .append-tip {
    display: none;
    position: absolute;
    z-index: 99;
    top: 44px;
    left: 0;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 14px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-top: 0;
    border-radius: 8px;
}

.resume-box .item-form .form-item .datepicker-wrap:hover .append-tip, .resume-box .item-form .form-item .input-group-with-append:hover .append-tip, .resume-box .item-form .form-item .radio-group:hover .append-tip, .resume-box .item-form .form-item .ui-select:hover .append-tip {
    display: block;
}

.resume-box .item-form .form-btns {
    text-align: right;
    padding: 0 20px;
}

.resume-box .resume-expectList .item-form .form-btns, .resume-box .resume-userinfo .item-form .form-btns {
    position: absolute;
    bottom: 26px;
    right: 17px;
}

.resume-box .item-form .form-btns .btn {
    margin-right: 20px;
    padding: 10px 15px;
    min-width: 88px;
    border-radius: 8px;
    border-color: #ededed;
    transition: all .2s
    linear;
}

.resume-box .item-form .form-btns .btn-outline {
    color: #999;
}

.resume-box .item-form .form-btns .btn-primary {
    border-color: #00bebd;
    background: #00bebd;
    color: #fff;
}

.resume-box .item-form .form-btns .btn:last-of-type {
    margin-right: 0;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.btn-circle, .btn-dashed, .btn-outline {
    border-style: dashed;
    background-color: #fff;
}

.btn-circle, .btn-outline {
    border-style: solid;
}

.resume-box .btn {
    margin: 0;
    padding: 9px 15px;
    line-height: 1;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e3e7ed;
    color: #414a60;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: background-color .1s
    linear, box-shadow .1s
    linear;
    outline: none;
    user-select: none;
}

.btn-primary {
    background-color: #5dd5c8;
    border-color: #5dd5c8;
    color: #fff;
}

.resume-box .resume-expectList .item-form .form-btns.form-btn-normal, .resume-box .resume-userinfo .item-form .form-btns.form-btn-normal {
    position: static;
    padding-bottom: 0;
}

.resume-box .item-primary li:hover {
    background: #f8f8f8;
    cursor: pointer;
}

.resume-catalogue .catalogue-list .catalogue-item.active, .resume-catalogue .catalogue-list .catalogue-item:hover {
    background-color: #f8f8f8;
    color: #00a6a7;
    font-weight: 600;
}

.resume-catalogue .catalogue-list .catalogue-item.active a, .resume-catalogue .catalogue-list .catalogue-item:hover a{
    color: #00a6a7;
}

.form02-content-box .form02 .biaoqian em{
    font-style: normal;
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #999;
    border-radius: 4px;
    color: #999;
    margin-top: 10px;
    cursor: pointer;
}
.form02-content-box .form02 .biaoqian em.xuanze{
    background: #00bebd;
    border: 1px solid #00bebd;
    color: #fff;
}
.form02-content-box .form02 ul li span,
.form02-content-box .form03 h2 span,
.form02-content-box .form04 ul li span,
.form02-content-box .form05 h2 span
{
    color: #ff0000;
}
.form02-content-box .form03 ul li{
    margin-top: 0px;
}
.form02-content-box .form04 {
    margin-top: 30px;
}
.form02-content-box .form04 ul li{
    border-bottom: 1px solid #999;
    line-height: 30px;
    margin: 10px 0;
}
.form02-content-box .form04 ul li p:nth-child(2),
.form02-content-box .form04 ul li p:nth-child(3)
{
    color: #999;
}
.form02-content-box .form04 ul li:nth-child(2) {
    line-height: normal;
    margin-top: 20px;
}
.form02-content-box .form04 ul li p input{
    border: none;
    outline: none;
    width: 100%;
    height: 30px;
}

.form02-content-box .form04 ul li p select{
    border: none;
    outline: none;
    width: 100%;
    height: 30px;
    color: #333;
}
.form02-content-box .form05{
    margin-top: 30px;
}
.form02-content-box .form05 ul li:first-child p {
    border-bottom: 1px solid #999;
}
.form02-content-box .form05 ul li:first-child p input{
    padding: 6px 0;
    border: none;
    outline: none;
    width: 100%;
}
.form02-content-box .form06{
    margin-top: 30px;
}
.form02-content-box .form06 ul{
    color: #999;
    line-height: 36px;
}
.form02-content-box .form06 ul li p:nth-child(2) .up-img{
    height: 100px;
    vertical-align: top;
}
.album-item{
    margin-right: 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.album-item .album-del{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-style: normal;
    color: #999;
    font-size: 22px;
    border: 1px solid #999;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    border-radius: 100%;
}
.form02-content-box .formbtn{
    margin: 20px 0 30px 0;
    text-align: center;
}
.form02-content-box .formbtn button{
    width: 220px;
    line-height: 37px;
    background-color: #00bebd;
    border: none;
    outline: none;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.job-content-box .add-btn a{
    background-color: #00bebd;
    color: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 10px 20px;
}
.job-content-box .job-sel ul{
    display: flex;
    margin: 20px 0;
}
.job-content-box .job-sel ul li{
    padding: 5px 20px;
    cursor: pointer;
}
.job-content-box .job-sel ul li.act{
    background-color: #ecffff;
    color: #00bebd;
    border-radius: 5px;
}
.job-content-box .job-show{
    display: flex;
    justify-content: space-between;
    width: 74%;
}
.job-content-box .job-show h2{
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 16px;
}
.job-content-box .job-show p{
    font-size: 14px;
    color: #e9e9e9;
}
.job-content-box .job-show p span{
    font-size: 14px;
    color: #919191;
    padding-right: 5px;
    padding-left: 5px;
}
.job-content-box .job-show p span:first-child{
    padding-left: 0px;
}
.job-content-box .job-show .job-see{
    display: flex;
}
.job-content-box .job-show .job-see>div{
    text-align: center;
    margin-left: 15px;
}
.job-content-box .job-state{
    width: 15%;
    text-align: center;
}
.job-content-box .job-state span{
    color: green;
    margin-right: 0px;
}
.job-content-box .job-edit{
    width: 11%;
}
.job-content-box .job-edit a{
    color: #00bebd;
    margin: 0 10px;
}
.job-content-box .job-ul .job-li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.fenye{
    display: flex;
    justify-content: center;
    color: #767575;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
}
.fenye li{
    display: inline-block;
    width: auto;
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid #ebeff3;
    text-align: center;
    color: #767575;
    margin: 0 5px;
}

.fenye li:first-child{
    display: none;
}

.fenye li a{
    display: block;
    padding: 0 10px;
}

.fenye li .sel{
    background-color: #00bebd;
    color: #fff;
}
.page p a{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid #ebeff3;
    text-align: center;
    color: #767575;
    margin: 0 5px;
}
.page .page-act{
    background-color: #00bebd;
    color: #fff;
}
.job-li-clock{
    color: #aaaaaa;
}
.job-li-clock .job-state span{
    color: #aaaaaa;
}
.form-edit{}
.form-edit p{
    margin: 20px 0;
}

.edit-content-box{
    padding: 20px;
}
.form-edit p em,.form-edit div em{
    font-style: normal;
    text-align: right;
    width: 70px;
    display: inline-block;
    margin-right: 10px;
}
.form-edit .form-p1 select{
    border: 1px solid #eeeeee;
    padding: 10px;
    width: 236px;
}
.form-p6 .layui-input-inline{
    float: none;
    width: 112px;
}
.form-p6 .layui-input-inline select{
    width: 100%;
}
.form-edit .form-p2 input
{
    border: 1px solid #eeeeee;
    outline: none;
    padding: 10px;
    width: 50%;
}
.form-edit .form-p3 span{
    margin-right: 10px;
}
.form-edit .form-p3 select{
    border: 1px solid #eeeeee;
    padding: 10px;
}
.form-edit .form-p3 input[type=text]{
    border: 1px solid #eeeeee;
    outline: none;
    padding: 10px;
    width: 19%;
}
.form-edit .form-p3 .xinziyaoqiu{
    margin-left: 10px;
}
.form-edit .form-p4 textarea{
    width: 50%;
    height: 400px;
    vertical-align: top;
    padding: 1%;
    border: 1px solid #eeeeee;
}
.form-edit .form-p5 span.skill-item{
    display: inline-block;
    background-color: #1e9fff;
    color: #fff;
    padding: 4px 6px;
    border-radius: 2px;
    cursor: pointer;
}
.form-edit .form-p5 span em{
    font-style: normal;
    width: 6px;
}
.form-edit .form-p5 span:last-child{
    background:none;
    font-weight: bolder;
    color: #333333;
}
.form-edit .form-p6 select{
    border: 1px solid #eeeeee;
    padding: 10px;
}
.form-edit .form-p7 span{
    margin-right: 2%;
}
.form-edit .form-p7 span input{
    outline: none;
    border: 1px solid #eeeeee;
    padding: 10px;
    width: 28%;
}
.form-edit .form-p8 button{
    width: 80px;
    line-height: 40px;
    border: none;
    background: #00bebd;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.upload-container{
    position: relative;
}

.upload-container .upload-btn{
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 0;
    top: 0;
    left: 0;
}

ul.ban{
    display: flex;
    flex-wrap: wrap;
}

ul.ban li{
    width: 48%;
    margin-right: 20px;
}

.form02-content-box .form04 ul li{
    margin-right: 20px;
}

.form02-content-box .form04 ul.ban li:nth-of-type(even){
    margin-right: 0;
}

.duotushangchuan{
    border: 1px solid #999;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    font-size: 50px;
    cursor: pointer;
}

.tpl-select-company{
    display: block;
    margin-top: 20px;
    width: 300px;
    border: 1px solid #ddd;
    padding: 10px 5px;
    outline: none;
    color: #666;
}

.contract-tpl-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.contract-tpl-item{
    width: 23%;
    margin-right: 2%;
    box-shadow: 0 0 1px 0 #666;
    margin-bottom: 20px;
}

.contract-tpl-item:nth-of-type(4n){
    margin-right: 0;
}

.contract-tpl-item img{
    display: block;
    width: 100%;
    height: 240px;
}

.contract-tpl-item p{
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.contract-tpl-item p a{
    background: #00bebd;
    color: #fff;
    border-radius: 3px;
    padding:2px 10px;
    font-size: 13px;
}