.carousel{
    margin-top: 10px;
}

.person{
    display: flex;
    flex-wrap: wrap;
}
.person-item{
    width: 33%;
    justify-content: center;
    text-align: center;
}
.person-item-avatar div{

}
.person-item-avatar{

}
.person-item-name{
    font-size: 14px;
    color: #EBD3A5;
    line-height: 25px;
}
.person-item-country{
    font-size: 12px;
    color: #EBD3A565;

}
.person-item-btn{
    width: 80px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 15px;
    margin: 10px auto;
    border: #EBD3A5 1px solid ;
    color: #EBD3A5;
    padding: 5px 10px;
}
.person-item-btn:hover{
    background-color: #EBD3A550;
}
.person-item-avatar{
    background-image: url('/static/images/crown.png'); /* 替换为你的背景图URL */
    background-size: cover; /* 使背景图覆盖整个容器，同时保持宽高比 */
    background-position: center; /* 将背景图居中显示 */
    background-repeat: no-repeat; /* 防止背景图重复 */
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.person-item-avatar img{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    border-radius: 31px;
    border: 1px solid #EBD3A5;
}
.lang{
    background: none;
    color: #EBD3A5;
    font-size: 14px;
}
.lang option{
    background:none;
    background-color: #00000080;
}