.eight_interests {
    box-sizing: border-box;
    background: #FAFBFF;
    padding: 5rem 18.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.125rem;
}
.eight_interests_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 2.375rem;
    color: #333333;
}
.interests_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.5rem;

}
.interests_item {
    box-sizing: border-box;
    flex-basis: calc(50% - 1.25rem);
    background: #fff;
    border-radius: 1rem;
    padding: 3.125rem;
    display: flex;
    align-items: center;
    gap: 3.125rem;
}
.dominance_item_icon {
    width: 7.5rem;
    height: 8.125rem;
}
.dominance_introduces {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.dominance_introduces > span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 1.625rem;
    color: #333333;
}
.dominance_introduces > i {
    font-style: normal;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1.25rem;
    color: #666666;
    line-height: 1.875rem;
}
