.sales-main {
    padding-top: 75px;
}
.sales-banner {
    margin-bottom: 70px;
}
.sales-right {
    width: calc(100% - 300px);
}
.sales-list {
    padding-left: 20px;
}
.sales-info {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #e8e8e8;
}
.sales-info .avatar {
    margin-right: 40px;
}
.sales-info>div:first-of-type {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;

}
.sales-info div:first-of-type img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.sales-info .name {
    font-size: 26px;
    color: #303030;
    font-weight: 600;
    margin-right: 45px;
}
.sales-info .level {
    font-size: 24px;
    color: #909090;
}
.sales-info .fl div:first-of-type {
    margin-bottom: 20px;
    line-height: 35px;
}
.sales-info .email {
    font-size: 20px;
    color: #606060;
}

@media (max-width: 1400px) {
    .sales-right {
        width: calc(100% - 300px);
    }
    .sales-banner img {
        width: 100%;
    }
}