.site {
    display: flex;
}

.site .title {
    height: 48px;
    line-height: 48px;
    font-weight: 500;
    font-size: 16px;
    margin-left: 25px;
    border-bottom: 1px solid #F4F5F7;
}

.site .content {
    height: 350px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.site .item {
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
}

.right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 25px;
}

.country-item {
    display: flex;
    align-items: center;
}

.icon-country {
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.icon-select {
    width: 10px;
    height: 15px;
}