
.search .jobfair .join_jobfair {
    width: 33%;
    height: 1.03rem;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    /*border: 1px solid black;*/
    margin: 0px;
}
.detail_job .wage {
    font-size: 0.3rem;
    color: #f1a254;
    width: 150px;
    text-align: right;
    margin-left: 0rem;
    float: right;
    padding-right: 30px;
}

.detail_job .detail_left {
    display: flex;
    align-items: center;
    width: 5.2rem;
}

.beijing{
    background-image: url(../../images/jobfair_net/php.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
/* 头部消息 */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
}
.nav {
    width: 100%;
    /* height: 0.6rem;
    line-height: 0.6rem; */
    /* background-color: #58C1CB;1 */
    display: flex;
    align-items: center;
    padding: 0.14rem 0.29rem 0.13rem 0.29rem;
    overflow: hidden;
}
.nav .laba {
    width: 15px;
    height: 15px;
}
/* .nav div {
    font-size: 0.26rem;
    color: #58C1CB;
    margin-left: 20px;
} */
.nav .marquee div {
    display: block;
    width: 4.6rem;
    position: absolute;
    top: -.2rem;
    /*-webkit-animation: marquee 15s linear  infinite;
    animation: marquee 40s linear  infinite;*/
}

.marquee div p span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.26rem;
    color: #58C1CB;
    margin-left: 10px;
    height: .45rem;
    line-height: .45rem;
    /*padding-top: 25px;*/
    text-align: left;
    display: block;
    font-family: Arial, Helvetica, sans-serif !important;

}

.marquee div p{
    font-size: 0.26rem;
    color: #58C1CB;
    margin-left: 10px;
    /*padding-top: 35px;*/
    text-align: left;
    height: .45rem;
    overflow: hidden;
}
@keyframes marquee {
    0% {
        transform: translateY(-25px);
    }
    /* 50% {
        transform: translateY(-300px);
    } */
    100% {
        transform: translateY(-675px);
    }
}
/* 招聘会信息 */
.head {
    /* padding-top: 0.27rem; */
    /* background: lightcyan; */
    width: 100%;
}
.head .title {
    font-size: 0.38rem;
    color: #459896;
    text-align: center;
}
.head .name {
    font-size: 0.68rem;
    color: #449279;
    text-align: center;
    padding-top: 0.21rem;
}
.head .phone{
    text-align: center;
    font-size: 0.25rem;
    color: #459896;
    /*padding-top: 7px;*/
}
.head .data {
    /* padding: 0.23rem 0.25rem 0.83rem 0.25rem; */
    margin: 0 auto;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    /* padding-top: 0.23rem; */
    padding-bottom: 0.83rem;
    /*padding-left: 40px;*/
    /*padding-right: 40px;*/
    text-align: center;
}

.head .data div {
    /* width: 50%; */
    /* word-wrap: break-word; */
    font-size: 0.25rem;
    color: #459896;
    /* padding-top: 7px; */
}
.data .phone{
    margin: 0 20px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.data .phone{
    margin: 0 20px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 搜索框 */
.search {
    width: 90%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    /* position: absolute;
    top: 3.4rem;
    left: 0.35rem; */
    /* border: 1px solid black; */
    margin-top: -30px;
}
.search .choose{
    position: absolute;
    left: 25px;
    top: 45px;
    /* border: 1px solid black; */
    width: 60px;
    text-align: center;
    z-index: 99;
    /* background-color: #f4f4f4; */
    background: rgba(0, 0, 0, 0.8);
    display: none;
    border-radius: 0.08rem;
}
.choose div{
    padding: 5px;
    color: white;
}
.choose div:nth-of-type(1){
    border-bottom: 1px solid white;
}
.search .input {
    display: flex;
    align-items: center;
    padding: 0.26rem 0.4rem 0.24rem 0.4rem;
    position: relative;
}
.search .input .icon{
    position: absolute;
    width: 13px;
    height: 13px;
    /* border: 1px solid black; */
    left: 1.7rem;
}
.search .input .left {
    width: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px 0 0 30px;
    background-color: #f4f4f4;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    /* border: 1px solid black; */
}
.search .input .left .jobname {
    font-size: 0.23rem;
    color: #333333;
    padding-left: 0.1rem;
    line-height: normal;
}
.search .input .left img {
    width: 10px;
    height: 10px;
    /* padding-left: 1.375rem; */
}
.search .input .left .xian {
    margin-left: 0.1rem;
    font-size: 0.2rem;
    color: #dbdbdb;
}
.search .input input {
    height: 0.6rem;
    line-height: 0.6rem;
    border: none;
    background-color: #F4F4F4;
    width: 3.5rem;
    padding-left: 30px;
    font-size: 12px;
}
.search .input .right {
    width: 1.1rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #dff5f6;
    border-radius: 0 31px 31px 0;
    text-align: center;
    font-size: 0.24rem;
    color: #03b3bb;
}

.search .jobfair {
    padding: 0 0.4rem 0 0.4rem;
    width: 100%;
    display: flex;
    align-items: center;
    /* border: 1px solid black; */
}
.search .jobfair .join_jobfair {
    width: 33%;
    height: 1.03rem;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    /* border: 1px solid black; */
    margin: 10px 0 10px 0;
}

.search .jobfair .join_jobfair .join_left img {
    width: 0.79rem;
    height: 0.79rem;
}

.search .jobfair .join_jobfair .join_right div:nth-of-type(1) {
    font-size: 0.22rem;
    color: #459896;
    width: 60px;
}

.search .jobfair .join_jobfair .join_right div:nth-of-type(2) {
    width: 0.86rem;
    text-align: center;
    font-size: 0.4rem;
    color: #459896;
}


/* 沟通 */
.inform {
    width: 100%;
    background-color: #e3f4f6;
    padding: 0.2rem 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: 0.3rem; */
}

.inform .inform_left {
    width: 45%;
    border-right: 1px solid #9be6e9;
}

.inform .inform_left .one {
    display: flex;
    align-items: center;
}

.inform .inform_left .one .number {
    font-size: 0.27rem;
    color: #4da169;
}

.inform .inform_left .one .text {
    font-size: 0.23rem;
    color: #50b0b9;
}

.inform .inform_left .two {
    display: flex;
    align-items: center;
}

.inform .inform_left .two .number {
    font-size: 0.27rem;
    color: #4da169;
}

.inform .inform_left .two .text {
    font-size: 0.23rem;
    color: #50b0b9;
}

.inform .inform_right .one {
    display: flex;
    align-items: center;
}

.inform .inform_right .one .number {
    font-size: 0.27rem;
    color: #4da169;
}

.inform .inform_right .one .text {
    font-size: 0.23rem;
    color: #50b0b9;
}

.inform .inform_right .two {
    display: flex;
    align-items: center;
}

.inform .inform_right .two .number {
    font-size: 0.27rem;
    color: #4da169;
}

.inform .inform_right .two .text {
    font-size: 0.23rem;
    color: #50b0b9;
}
/* 参会企业 */
.join_company {
    text-align: center;
    font-size: 0.34rem;
    color: #000000;
    padding: 0.35rem 0 0.35rem 0;
    background-color: #f8f8fa;
}

.join_company .line {
    width: 1.53rem;
    height: 0.12rem;
    background: linear-gradient(#3fb3a2 0%, #eaffec 100%);
    margin: 0 auto;
    opacity: 0.7;
    margin-top: -0.15rem;
}

/* 详情 */
/* .detail{
    border-bottom: 10px solid #f8f8fa;
} */
.person-item{
    background-color: #fff;
}
.fenge{
    width: 100%;
    height: 10px;
    background-color: #f8f8fa;
}
.company {
    padding: 0.2rem;
    display: flex;
    /* align-items: center; */
    border-bottom: 1px solid #f2f2f2;
}

.company .company_left {
    border-radius: 5px;
    padding-top: 5px;
}

.company .company_left img {
    width: 1rem;
    height: 1rem;
}

.company .company_right {
    margin-left: 0.27rem;
}

.company .company_right .company_one {
    display: flex;
    align-items: center;
}

.company .company_right .company_one .index {
    width: 0.4rem;
    height: 0.38rem;
    line-height: 0.38rem;
    /* background-color: #459896; */
    font-size: 0.22rem;
    color: #FFFFFF;
    background-image: url(../../images/jobfair_net/6.png);
    background-size: 100%;
    text-align: center;
}

.company .company_right .company_one .company_name {
    font-size: 0.3rem;
    color: #262626;
    margin-left: 0.14rem;
}
.company .company_right .company_one img{
    width: 0.29rem;
    height: 0.15rem;
    margin-bottom: 20px;
}
.company .company_right .company_two {
    display: flex;
    align-items: center;
    margin-top: 0.22rem;
}

.company .company_right .company_two .company_chat {
    display: flex;
    align-items: center;
    padding: 0.1rem 0.14rem;
    border: 1px solid #ec7f7f;
    border-radius: 22px;
}

.company .company_right .company_two .company_chat div:nth-of-type(1) {
    font-size: 0.22rem;
    color: #EC7F7F;
}

.company .company_right .company_two .company_chat div:nth-of-type(2) {
    font-size: 0.22rem;
    color: #666666;
}

.company .company_right .company_two .company_wait {
    display: flex;
    align-items: center;
    padding: 0.1rem 0.14rem;
    border: 1px solid #58C1CB;
    border-radius: 0.22rem;
    margin-left: 0.37rem;
}

.company .company_right .company_two .company_wait div:nth-of-type(1) {
    font-size: 0.22rem;
    color: #58C1CB;
}

.company .company_right .company_two .company_wait div:nth-of-type(2) {
    font-size: 0.22rem;
    color: #666666;
}

.recruit {
    margin: 0.24rem 0.3rem 0 0.21rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px #e8e8e8 dashed; */
    /* border-bottom: 1px #e8e8e8 dashed; */
    /* padding-bottom: 0.9375rem; */
    /* width: 100%; */
}

.recruit .recruit_left {
    display: flex;
    align-items: center;
    width: 60%;
}

.recruit .recruit_left .recruit_job {
    display: flex;
    align-items: center;
}

.recruit .recruit_left .recruit_job div {
    font-size: 0.24rem;
    color: #74747b;
}

.recruit .recruit_left .recruit_job span {
    font-size: 0.27rem;
    color: #58C1CB;
}

.recruit .recruit_left .recruit_number {
    display: flex;
    align-items: center;
}

.recruit .recruit_left .recruit_number div {
    font-size: 0.24rem;
    color: #74747b;
}

.recruit .recruit_left .recruit_number span {
    font-size: 0.27rem;
    color: #58C1CB;
}

.recruit .recruit_left .shu {
    padding: 0 0.14rem 0 0.14rem;
    font-size: 0.2rem;
    color: #dbdbdb;
}
.recruit .handle_group{
    display: flex;
}
.recruit .handle_group .delivery_btn{
    padding: .1rem .2rem;
    background-color: #00ae66;
    border-radius: 3px;
    color: #fff;
}
.recruit .handle_group .chat_btn{
    padding: .1rem .2rem;
    background-color: #58C1CB;
    border-radius: 3px;
    color: #fff;
    margin-left: .3rem;
}
/* .recruit .recruit_right{
    width: 0.34rem;
    height: 0.34rem;
    background-image: url(image/top.png);
    background-position: 100%;
} */
/* .recruit .recruit_right img {
    width: 0.34rem;
    height: 0.34rem;
} */
.recruit  img {
    width: 0.34rem;
    height: 0.34rem;
}
.detail_job {
    padding: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* border: 1px solid black; */
    width: 100%;
}

.detail_job .detail_left {
    display: flex;
    align-items: center;
    width: 2.2rem;
}

.detail_job .detail_left img {
    width: 0.2rem;
    height: 0.2rem;
}

.detail_job .detail_left .job_name {
    font-size: 0.3rem;
    color: #5c5c5c;
    padding-left: 0.1rem;
    width: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail_job .wage {
    font-size: 0.3rem;
    color: #f1a254;
    width: 2.2rem;
    text-align: right;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 25px;
}

.detail_job .detail_right {
    display: flex;
    align-items: center;
    width: 100px;
    height: 0.58rem;
    line-height: 0.58rem;
    background-color: #58C1CB;
    border-radius: 3px;
    margin-right: 10px;
}

.detail_job .detail_right_disabled {
    display: flex;
    align-items: center;
    width: 100px;
    height: 0.58rem;
    line-height: 0.58rem;
    background-color: #cccccc;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
}

.detail_job .detail_right1 {
    display: flex;
    align-items: center;
    width: 100px;
    height: 0.58rem;
    line-height: 0.58rem;
    background-color: #9a9a9a;
    border-radius: 3px;
    margin-right: 10px;
}

.detail_job .detail_right img {
    width: 0.4rem;
    height: 0.34rem;
    /* margin-top: 0.15rem; */
    margin-left: 0.13rem;
}

.detail_job .detail_right1 img {
    width: 0.4rem;
    height: 0.34rem;
    /* margin-top: 0.15rem; */
    margin-left: 0.23rem;
}

.detail_job .detail_right_disabled img {
    width: 0.4rem;
    height: 0.34rem;
    /* margin-top: 0.15rem; */
    margin-left: 0.13rem;
}

.detail_job .detail_right div {
    font-size: 0.25rem;
    color: #FFFFFF;
    margin-left: 0.12rem;
}

.detail_job .detail_right1 div {
    font-size: 0.25rem;
    color: #FFFFFF;
    margin-left: 0.12rem;
}
.detail_job .detail_right_disabled div {
    font-size: 0.25rem;
    color: #FFFFFF;
    margin-left: 0.12rem;
}
.detail{
    position: relative;
    background-color: white;
}
.detail .online{
    position: absolute;
    right: 0;
    top: -46px;
}
.detail .online img{
    width: 0.49rem;
    height: 0.52rem;
}
.heng {
    background-color: #f8f8fa;
    width: 100%;
    height: 10px;
}

.bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e8e8e8;
    /* opacity: 0.5; */
    padding: 0.17rem 0.24rem 0.17rem 0.24rem;
}

.bottom .button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom .button .people {
    width: 35%;
    background-color: #66bda1;
    border-radius: 5px;
    height: 0.89rem;
    line-height: 0.89rem;
    color: #FFFFFF;
    font-size: 0.32rem;
    text-align: center;
    opacity: 1 !important;
}

.bottom .button .companys {
    width: 30%;
    background-color: #fbbb40;
    border-radius: 5px;
    height: 0.89rem;
    line-height: 0.89rem;
    color: #FFFFFF;
    font-size: 0.32rem;
    text-align: center;
    opacity: 1 !important;
}

.bottom .button .join {
    width: 30%;
    background-color: #ed6b6b;
    border-radius: 5px;
    height: 0.89rem;
    line-height: 0.89rem;
    color: #FFFFFF;
    font-size: 0.32rem;
    text-align: center;
    opacity: 1 !important;
}
.bottom .button .join_jobfair {
    width: 100%;
    background-color: #ed6b6b;
    border-radius: 5px;
    height: 0.89rem;
    line-height: 0.89rem;
    color: #FFFFFF;
    font-size: 0.32rem;
    text-align: center;
    opacity: 1 !important;
}
.position{
    position: fixed;
    right: 45px;
    bottom: 170px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: linear-gradient(-45deg,#4bb6a6 0%,#73c87e 100%);
}
.position.flicker{-webkit-animation: twinkle 1.2s infinite ease-in-out; animation: twinkle 1.2s infinite ease-in-out;}
/*@keyframes twinkle { 0% {opacity: 1;-moz-opacity:1; -khtml-opacity:1; } 49% { opacity: 1; -moz-opacity:1; -khtml-opacity:1; } 50% { opacity: 0; -moz-opacity: 0; -khtml-opacity:0;} 100% { opacity: 0; -moz-opacity:0; -khtml-opacity:0;}}*/
/*@-webkit-keyframes twinkle { 0% { opacity: 1; } 49% { opacity: 1; }50% { opacity: 0; } 100% { opacity: 0; } }*/
/*@-webkit-keyframes twinkle {
    0% {
        opacity: 1;
        transform: scale(.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.8);
    }
}*/
@-webkit-keyframes twinkle
{
    0%, 65%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    70% {
        -webkit-transform:rotate(6deg);
        transform:rotate(6deg);
    }
    75% {
        -webkit-transform:rotate(-6deg);
        transform:rotate(-6deg);
    }
    80% {
        -webkit-transform:rotate(6deg);
        transform:rotate(6deg);
    }
    85% {
        -webkit-transform:rotate(-6deg);
        transform:rotate(-6deg);
    }
    90% {
        -webkit-transform:rotate(6deg);
        transform:rotate(6deg);
    }
    95% {
        -webkit-transform:rotate(-6deg);
        transform:rotate(-6deg);
    }
    100% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}
@keyframes twinkle
{
    0%, 65%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    70% {
        -webkit-transform:rotate(6deg);
        transform:rotate(6deg);
    }
    75% {
        -webkit-transform:rotate(-6deg);
        transform:rotate(-6deg);
    }
    80% {
        -webkit-transform:rotate(6deg);
        transform:rotate(6deg);
    }
    85% {
        -webkit-transform:rotate(-6deg);
        transform:rotate(-6deg);
    }
    90% {
        -webkit-transform:rotate(6deg);
        transform:rotate(6deg);
    }
    95% {
        -webkit-transform:rotate(-6deg);
        transform:rotate(-6deg);
    }
    100% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}


.position img{
    width: 25px;
    height: 25px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}
.position .shuzi{
    position: absolute;
    background-color: red;
    color: white;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    line-height: 15px;
    text-align: center;
    top: -5px;
    right: -5px;
}
.pic{
    transform: rotate(180deg);
}
.pic1{
    transform: rotate(0deg);
}

