@charset "utf-8";
.team-cen{
    height:100%;
    background-color: #f7f8fa;
}

.team-cen .main.container{
    min-height: 1000px;
    padding-bottom: 100px;
}

@media screen and (min-width: 992px ) {
    .team-cen .main.container{
        width: 1000px;
        padding: 0;
    }
}
.team-cen .mian.container{
    min-height: 1000px;
    padding-bottom: 100px;
}
.team-cen .head-block{
    margin-top: 30px;
    padding-bottom: 24px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    min-height: 248px;
}
.team-cen .head-bg{
    width: 100%;
    height: 90px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background-color: #333333;
}
.team-cen .team-ava{
    margin-top: -33px;
    margin-left: 30px;
    float: left;
    width: 160px;
    height: 160px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background-color: #fff;
    position: relative;
}
.team-cen .team-ava .team-header-photo-edit{
    background-color: #fff;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out ;
    -ms-transition: all 0.5s ease-in-out ;
    -o-transition: all 0.5s ease-in-out ;
    transition: all 0.5s ease-in-out ;

}
.team-cen .team-ava .edit-btn{
    background-color: #bababa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 8px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 33px);
    display: none;
}
.team-cen .team-ava:hover .edit-btn{
    display: block;
}
.team-cen .team-ava:hover .team-header-photo-edit{
    opacity: 0.5;
}
.team-cen .team-ava img{
    width: 100%;
    height:100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 4px solid #fff;
}
.team-cen .team-name-sign{
    float: left;
    margin-left: 20px;
}
.team-cen .name-info{
    color: #333;
    font-size: 26px;
    margin-top: 16px;
    line-height: normal;
}
.team-cen .sign-info{
    color: #999;
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
}
.team-cen .sign-info .fa-edit, .team-cen .name-info .fa-edit{
    color: #999;
    display: none;
    padding: 0 5px;
    cursor: pointer;
}
.team-cen .sign-info:hover .fa-edit, .team-cen .name-info:hover .fa-edit {
    display: initial;
}
.team-cen .name-edit-div{
    display: none;
    font-size: 26px;
    margin-top: 16px;
}
.team-cen .sign-edit-div{
    display: none;
    font-size: 14px;
    margin-top: 10px;
}
.team-cen #sign_edit, .team-cen #name_edit{
    border: 1px solid #66afe9;
    width: 100%;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.team-cen .rank-info{
    margin-top: 13px;
    font-size: 14px;
}
.team-cen .team-rank{
    color: #226dd4;
}
.team-cen .contact-block{
    float: right;
    margin-top: 88px;
    margin-right: 26px;
    display: none;
}
.team-cen .contact-block span{
    width: 130px;
    height: 34px;
    line-height: 34px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    transition: all ease-in-out .2s;
    color: #fff;
    background-color: rgb(204, 204, 204);
    border: 1px solid rgb(204, 204, 204);
}
.team-cen .contact-block .cancel-follow{
    background-color: rgb(34, 109, 212);
    border-color: rgb(34, 109, 212);
}
.team-cen .contact-block span#dissolve_btn{
    display: none;
}
.team-cen .contact-block i{
    margin-right: 5px;
}
.team-cen .info-block{
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 13px;
    padding: 0 0 20px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
}
.team-cen .info-tags{
    padding: 0 30px;
    background-color: #fff;
    /*border-bottom:1px solid #f2f2f2;*/
    height: 55px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.team-cen .tags-container{
    width: 525px;
}

.team-cen .tag-item{
    color: #999;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 52px;
}
.team-cen .tag-item:hover{
    color: #333;
    font-weight: 700;
}
.team-cen .tag-item:not(:last-child){
    margin-right: 40px;
}
@media screen and  (max-width: 500px){
    .team-cen .info-tags{
        overflow-x: scroll;
        padding: 0 5px;
    }
    .team-cen .tag-item:not(:last-child) {
        margin-right: 14px;
    }
    .team-cen .tag-item{
        /*width: 92px;*/
    }
}
.team-cen .tag-item.on{
    color: #333;
    font-weight: 700;
    border-bottom: 3px solid #398fd1;
    line-height: 52px;
    margin-bottom: -1px;
}
.team-cen .user-block{

}
.team-cen .user-block:after{
    display: block;
    height:0;
    overflow: hidden;
    clear: both;
    content: '';
}
.team-cen .user-item{
    float: left;
    width: 434px;
    height: 152px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 17px 16px;
    position: relative;
    margin: 10px 13px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 996px){
    .team-cen .user-item{
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}
@media screen and (max-width: 767px){
    .team-cen .user-item{
       width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
        height:auto;
    }
}
.team-cen .user-block{
    padding: 20px 15px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    min-height: 500px;
}
.team-cen .user-item:after{
    display: block;
    clear: both;
    overflow: hidden;
    height:0;
    content: '';
}
.team-cen .user-ava{
    width: 120px;
    height: 120px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    border:1px solid #E1E8ED;
    float: left;
    position: relative;
}
.team-cen .ava-img{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.team-cen .user-info{
    float: left;
    margin-left: 18px;
}
.team-cen .user-name{
    color: #333;
    font-size: 16px;
    font-weight: 700;
}
.team-cen .join-time{
    font-size: 13px;
    line-height: 21px;
}
.team-cen .user-sign{
    color: #999;
    font-size: 13px;
    line-height: 21px;
    max-width: 260px;
}
.team-cen .user-rank{
    margin-top: 8px;
    font-size: 14px;
}
.team-cen .user-rank span{
    color: #226dd4;
}
.team-cen .medal-ava{
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -8px;
    right: -8px;
}
.team-cen .medal-ava img{
    height:100%;
    width:100%;
}
@media screen and (max-width: 767px){
    .team-cen .user-block{
        padding: 20px 5px;
    }
    .team-cen .user-ava{
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .team-cen .user-info{
        float: none;
        margin-left: 0;
        text-align: center;
        margin-top: 10px;
    }
    .team-cen .user-sign{
        max-width: none;
    }
}
.team-cen .operate-btns{
    position: absolute;
    top: 14px;
    right: 16px;
    text-align: right;
}
.team-cen .operate-btn{
    color: #696e78;
    cursor: pointer;
    display: none;
}
.team-cen .operate-btn:hover{
    color: #398fd1;
}
.team-cen .operate-options{
    z-index: 999;
    right: 0;
    top: 20px;
    background-color: #fff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
    color: #333;
    padding: 2px;
    display: none;
}
.team-cen .operate-options p{
    color: #333;
    cursor: pointer;
    display: block;
    min-width: 50px;
    padding: 7px 13px;
    white-space: nowrap;
}
.team-cen .operate-options p:hover{
    background-color: #f2f2f5;
    color: #398fd1;
}

/*//企业认可 */
.firm-thank .firm-thank-block{
    width: 100%;
    padding: 33px 24px;
    background-color: #fff;
    min-height: 500px;
    margin-bottom: 100px;
}
.firm-thank .firm-thank-block .null-p{
    text-align: center;
    color: #999;
    font-size: 20px;
    margin-top: 60px;
}
.firm-thank .firm-thank-block:after{
    display: block;
    clear: both;
    overflow: hidden;
    height:0;
    content: '';
}
.firm-thank .firm-item{
    float: left;
    width: 100%;
}
@media (min-width: 940px){
    .firm-thank .firm-item{
        width: 20%;
    }
}
.firm-thank .firm-info{
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #c5c5c5;
    padding: 20px 0;
    margin: 10px;
    text-align: center;
    overflow: hidden;
}
.firm-thank .firm-info .firm-ava-container{
    position: relative;
    width: 100px;
    margin: 0 auto;
}
.firm-thank .firm-info .firm-ava-container img{
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
}
.firm-thank .firm-name{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f2f2f5;
    margin: -20px;
    border-top: 1px solid #e5e5e5;
    padding: 10px 10px;
    position: relative;
}
.firm-thank .firm-name a{
    font-size: 14px;
}
.firm-thank .sunmit-num{
    color: #888;
    text-align: center;
    margin: 6px 0 11px;
}

@media screen and (max-width: 767px) {
    .team-basic-info{
        text-align: center;
    }
    .team-cen .team-ava{
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .team-cen .team-name-sign{
        float: none;
        margin-left: 0;
    }
    .team-cen .contact-block{
        float: none;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
    }
    .team-cen .container{
         padding-right: 0;
         padding-left: 0;
    }
}