.h-18 {
    height: 4.5rem
}

.w-11 {
    width: 2.75rem;
}

.h-11 {
    height: 2.75rem;
}

.w-13 {
    width: 3rem;
}

.h-13 {
    height: 3rem;
}

.flex-none {
    flex: none
}

.inset-0 {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.flex-auto {
    flex: 1 1 auto;
}

.text-xs {
    font-size: 0.75rem /* 12px */;
    line-height: 1rem /* 16px */;
}

.text-sm {
    font-size: 0.875rem /* 14px */;
    line-height: 1.25rem /* 20px */;
}

.text-current {
    color: currentColor
}

/*.site-card:hover {*/
/*    background-color: var(--bs-dark);*/
/*}*/

.strict-link:hover {
    color: currentColor !important;
}

/*隐藏滚动条*/
.no-scrollbar {
    scrollbar-width: none; /* Firefox */
}

.no-scrollbar::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}


.aspect-square {
    aspect-ratio: 1/1;
}

.aspect-backdrop, .aspect-video {
    aspect-ratio: 16/9;
}

.aspect-poster {
    aspect-ratio: 2/3;
}

.card-action1 {
    transition: transform 0.3s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.card-action1:hover {
    transform: translateY(-4px);
}
.card-action2{
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.card-action2:hover {
    border-color: var(--bs-danger);
}

