@charset "utf-8";
@layer utilities {
    .card-hover {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .card-hover:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.15);
    }
    .highlight {
        @apply bg-red-50 px-1 rounded text-red-800 font-medium;
    }
    .rule-item {
        @apply py-1 border-b border-gray-100 last:border-0;
    }
}

.color-ff2f28{
    color: #ff2f28;
}

.color-f60{
    color: #f60;
}

.bgc-fff{
    background-color: #fff;
}

.index-more-1{
    border-top: 2px solid #f60;
}

/* rotate */
#rotate {
    position: relative;
    margin: 10px auto 0px;
    margin-bottom: 10px;
    width: 230px;
    height: 250px;
}

#rotate a {
    position: absolute;
    padding: 3px 6px;
    font-family: Microsoft YaHei;
    color: #2877b2;
    TOP: 0px;
    font-weight: bold;
    text-decoration: none;
    left: 0px
}

#rotate a:hover {
    text-decoration: underline
}