.person-wrap {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin-bottom: 1rem;
}

.person-title {
    text-align: center;
    font-size: 0.36rem;
    font-weight: 600;
    padding-top: 0.5rem;
    margin-bottom: 0.4rem;
}

.person-card {
    width: 100%;
    background: white;
    box-shadow: 0px 1px 10px 0px rgba(177, 177, 183, 0.19);
    border-radius: 4px;
    padding: 0.25rem 0.35rem;
    margin-bottom: 0.5rem;
}

.person-sup {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.person-info .person-name {
    font-size: 0.3rem;
    font-weight: 600;
}

.person-info .company-name {
    font-size: 0.24rem;
    color: #999;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
}

.user-name {
    font-weight: 600;
}

.person-info .person-name .work {
    font-size: 0.24rem;
    color: #999;
    margin-left: 0.2rem;
}

.wrap-photo {
    width: 1rem;
    height: 1rem;
    margin-right: 0.2rem;
}

.wrap-photo .user-photo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.person-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.person-item-title .photo {
    width: 0.5rem;
}

.row-info .right-title .photo {
    /* width: 0.5rem; */
    height: 100%;
    vertical-align: middle;
}

.tel-phone {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tel-phone .tel-num {
    font-size: 0.24rem;
    color: #999;
}

.tel-phone .phone-icon {
    width: 0.4rem;
}

.person-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.4rem;
}

.person-sub .info-item .info-num {
    text-align: center;
    font-size: 0.3rem;
    font-weight: 600;
}

.person-sub .info-item .icons-num {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-size: 0.24rem;
    margin-top: 0.1rem;
}

.person-sub .info-item .icons {
    width: 0.35rem;
    margin-right: 0.1rem;
}

.person-list {
    
}

.logo-wraps {
    height: 100%;
}

.person-list .person-item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0.2rem;
}

.person-list .person-item .person-item-title {
    font-size: 0.3rem;
    font-weight: 600;
}

.person-list .person-item .row-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    font-size: 0.24rem;
    line-height: 0.56rem;
    height: 0.56rem;
}

.person-list .person-item .row-info .right-title {
    color: #999;
}

.person-list .person-item .bug-service {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.3rem;
    font-size: 0.24rem;
}

.person-list .person-item .bug-service .app-icon {
    width: 0.9rem;
    margin-right: 0.2rem;
}

.edit-form {
    width: 3.5rem;
    outline: none;
    border: 0;
    border: 1px solid #ccc;
    padding: 0.1rem;
    height: 0.56rem;
    font-size: 0.24rem;
    border-radius: 6px;
}

.mode-btn {
    color: rgb(50, 85, 230);
    font-size: 0.28rem;
}

.layui-layer-loading0 {
    margin-left: calc(50% - 30px);
}

.select-wrap {
    width: 3.5rem;
    height: 100%;
    flex: 1;
    position: relative;
}

.select-input {
    width: 100%;
    height: 0.56rem;
    line-height: 0.56rem;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    font-size: 0.24rem;
}

.down-arrow {
    width: 0.25rem;
    line-height: 0.56rem;
    position: absolute;
    top: 0.1rem;
    right: 0.2rem;
    transform: rotate(90deg);
}

.select-list {
    width: 100%;
    max-height: 4rem;
    background: #fff;
    padding: 6px 0;
    border: 1px solid #E4E7ED;
    border-radius: 6px;
    position: absolute;
    top: 0.8rem;
    z-index: 1000;
    overflow: auto;
}

.select-item {
    padding-left: 14px;
    height: 0.56rem;
    line-height: 34px;
    cursor: pointer;
    font-size: 0.24rem;
}

.hide {
    display: none;
}