.contactList{
    width: calc(100% - 60px);
    margin: 0 auto 120px;
}
.contactItem{
    width: 100%;
    padding: 35px 32px 30px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.contactItem:last-child{
    margin-bottom: 0;
}
.contactItem img{
    width: 156px;
    height: 156px;
    border-radius: 78px;
    margin-right: 32px;
    object-fit: contain;
}
.name-sex{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.name{
    font-weight: 500;
    font-size: 30px;
    color: #2F3037;
    text-align: left;
}
.sex{
    margin-left: 12px;
    height: 30px;
    background: #4FC2B8;
    border-radius: 16px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    width: 88px;
}
.sex i{
    font-size: 20px;
    color: #fff;
}
.person_info{
    min-height: 132px;
}
.info-item{
    color: #333333 !important;
    font-size: 24px !important;
    margin-bottom: 12px;
    line-height: 24px !important;
    display: flex;
}
.info-item label{
    margin-right: 20px;
    white-space: nowrap;
}
.noneToGet{
    width: 100%;
    text-align: center;
    position:absolute;
    bottom: 168px;
    left: 0;
}
.noneToGet div{
    font-size: 24px;
    color: #7E807E;
    margin-bottom: 30px;
}
.noneToGet button{
    width: 252px;
    height: 48px;
    background: #108391;
    border-radius: 30px;
    border: none;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
}
