.mate {
    margin-top: 1.021rem;
}

.mate-icon {
    text-align: center;
    margin-bottom: 63px;
    
}
.mate-icon img {
    width: 80px;
	height: 80px;
    margin-bottom: 24px;
}
.mate-icon div {
    font-size: 22px;
    color: #333333;
}
.mate-edit {
    width: 4.688rem;
    padding: 18px;
    box-sizing: border-box;
    min-height: 103px;
    background-color: #eef1f5;
	border: solid 2px #ebeff5;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
}
.mate-edit-title {
    font-weight: bold;
}
.mate-edit-item {

}
@media (max-width:800px) {
    .mate-edit {
        width: 90%;
    }
}





