.card-active {
    position: relative;
}

.hover-image {
    position: absolute;
    top: -20px; /* 距离顶部距离 */
    right: 0; /* 靠右侧 */
    z-index: 999; /* 确保悬浮图片在最上层 */
}

.hover-image img {
    width: auto; /* 图片宽度 */
    height: 100px; /* 图片高度 */
}

.hover-image1 {
    position: absolute;
    top: -20px; 
    right: 0;
    z-index: 999; 
}

.hover-image1 img {
    width: auto; 
    height: 50px;
}