/* 联系人区域 */
.contacts__container {
    padding-bottom: 20px;
}

/* 联系人每项 */
.component-contacts__item {
    width: 940px;
    height: 40px;
    background-color: #fff;
}

/* 联系人行选中 */
.component-contacts__item>.contacts-icon {
    float: left;
    width: 30px;
    height: 40px;
    line-height: 40px;
}

/* 联系人信息每条 */
.component-contacts__item>.contacts-info {
    position: relative;
    float: right;
    width: 910px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #333;
}


.component-contacts__item>.contacts-info:hover {
    background-color: var(--info-light);
}

/* 信息行选中  */
.contacts-info:hover>.button__items {
    display: block !important;
}