<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
é¦–é¡µcss
 */
.categories-command {
    padding: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.categories-command #categories-carousel {
    width: 100%;
    overflow: hidden;
}
.categories-command #categories-carousel .types-ul {
    width: 100%;
    flex-wrap: nowrap;
    padding: 0;
    position: relative;
}
.categories-command #categories-carousel .types-ul .carousel_slide {
    cursor: pointer;
    border-right: 1px solid #fff;
    padding: 0;
}
.categories-command #categories-carousel .types-ul .carousel_slide .item {
    background: #eee;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    padding-bottom: 100%;
}
.categories-command #categories-carousel .types-ul .carousel_slide .item .cover {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.categories-command #categories-carousel .types-ul .carousel_slide .item .cover img {
    width: 100%;
    height: 100%;
}
.categories-command #categories-carousel .types-ul .carousel_slide .item .mask {
    position: absolute;
    background: #000;
    opacity: .4;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}
.categories-command #categories-carousel .types-ul .carousel_slide .item .name {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    z-index: 3;
}
</pre></body></html>