.find_title {
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0 20px;
}

.find_title h2 {
    float: left;
    height: 21px;
    font-size: 16px;
    font-weight: bold;
    color: #181C29;
    line-height: 50px;
}

.find_title {
    margin-top: 9px;
}

.find_search_box {
    float: right;
    margin-top: 9px;
}

.find_title input {
    width: 300px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #EAEDF3;
    padding-left: 10px;
    color: #181C29;
    font-size: 12px;
}

.find_title button {
    display: inline-block;
    width: 74px;
    height: 32px;
    background: #fff;
    border: 1px solid #e60012;
    border-radius: 4px;
    font-weight: 500;
    color: #e60012;
    font-size: 12px;
    transition: all .3s;
}

.find_title button:hover {
    background: rgba(230, 0, 18, .03);
    color: #e60012;
}

.gs_head_ul {
    height: 57px;
    background: #F2F4F7;
}

.gs_head_ul li {
    float: left;
    line-height: 57px;
    padding-left: 20px;
    font-size: 13px;
    color: #636977;
}

.gs_list .gs_tr {
    display: flex;
    width: 100%;
    height: 96px;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid transparent;
    transition: all .3s;
}

.gs_list .gs_tr:hover {
    border: 1px solid #e60012;
    box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.05);
}

.gs_list .gs_tr .gs_item {
    float: left;
    padding-left: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 16px;
}

.gs_head_ul li.h_item1,
.gs_list .gs_item1 {
    width: 220px;
}

.gs_head_ul li.h_item2,
.gs_list .gs_item2 {
    width: 280px;
}

.gs_head_ul li.h_item3,
.gs_list .gs_item3 {
    width: 120px;
}

.gs_head_ul li.h_item4,
.gs_list .gs_item4 {
    width: 120px;
}

.gs_head_ul li.h_item5,
.gs_list .gs_item5 {
    width: 220px;
}

.gs_head_ul li.h_item6,
.gs_list .gs_item6 {
    width: 200px;
    padding-right: 20px;
}

.gs_list .gs_item1 img {
    width: 56px;
    height: 56px;
    border-radius: 4px;
    border: 1px solid #F2F4F7;
}

.gs_list .gs_item3,
.gs_list .gs_item4,
.gs_list .gs_item5,
.gs_list .gs_item6 {
    font-size: 13px !important;
    color: #636977 !important;
}

.gs_list .gs_item1 span {
    width: 124px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.gs_list .gs_item6 span {
    display: flex;
    align-items: center;
    height: 60px;
    line-height: 20px;
    overflow-y: hidden;
}

/*
人脉列表
*/
.user-card-search-h2 {
    font-size: 16px; font-weight: 600; color: #000; line-height: 36px; margin: 0;
}

.user-card-search-btn {
    border: 1px solid #e60012;
    color: #fff;
    border-radius: 0 2px 2px 0;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}

.user-card-search-btn:hover {
    color: #e60012;
    border-color: rgba(230, 0, 18, .22) !important;
    background: rgba(230, 0, 18, .06) !important;
}

.user-card-search-input {
    border-radius: 2px 0 0 2px;
    height: 28px;
    border-right: none;
}

.user-card-avatar {
    position: relative;
}

.user-card-avatar > img {
    width: 48px;
    height: 48px;
    border-radius: 2px;
}

.user-card-div-one {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 18px;
}

.user-card-div-two {
    font-size: 11px;
    color: #666;
    margin: 4px 0;
}

.user-card-div-three {
    font-size: 11px;
    color: #666;
}

.user-card-div-four {
    text-align: right;
    line-height: 48px;
}

.card-item {
    background: #fff;
    border-radius: 2px;
    padding: 12px;
    border: 1px solid #e8e8e8;
    height: 100%;
}

.card-item:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.tag-cert {
    background: #e60012;
    color: #fff;
    font-size: 10px;
    padding:2px 5px;
    border-radius: 1px;
    margin-left: 4px;
}

.tag-cert-two {
    font-size: 12px;
    color: #666;
    margin-left: 6px;
}

/* 加好友按钮 */
.add-friend {
    color: #e60012;
    font-size: 12px;
    cursor: pointer;
    padding: 2px 8px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}

.add-friend:hover {
    background-color: rgba(230, 0, 18, .03);
}

.add-friend i {
    font-size: 10px;
    margin-right: 2px;
}

/* 地区标签 */
.area-tag {
    background-color: #f5f5f5;
    color: #666;
    font-size: 11px;
    padding: 1px 6px;
    border-radius: 2px;
    margin-right: 4px;
}