<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgba(100, 100, 100, .4) transparent;
}

.scrollbar::-webkit-scrollbar {
    width: .6rem;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: .6rem;
    background-color: rgba(100, 100, 100, .4)
}

.site {
    overflow: hidden;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    /*height: 100vh;*/
    /*min-height: 600px;*/
    /*max-height: 800px;*/
}

.navigation{
    height: 30px;
    bottom: -10px;
}
.cover-carousel-indicators {
    z-index: 15;
    width: 60%;
    text-align: center;
    list-style: none;
    margin-left: 0px;
    position: unset;
}
.navigation .active{
    background-color: #f24248 !important;
}
.dot{
    border: 1px solid #ddd !important;
}

.wrapper .container {
    position: relative;
    margin: 0 auto;
}

.horizontal .container {
    width: 400px;
    height: 450px;
}

.vertical .container {
    width: 37rem;
    height: 14rem;
}

.container .cards-list {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    /*background-color: #f4f4f4;*/
    border-radius: 0.3125rem;
    transition: 330ms;
}

.demo4 .cards-list {
    transition: 440ms cubic-bezier(0.34, 1.56, 0.64, 1);
}


.horizontal .cards-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1
}

.horizontal .img {
    width: 33rem;
    height: 450px;
    background:url("../image/s_bg.png") no-repeat center top;
    text-align: center;
    background-size: 100% 100%;
}


.vertical .cards-list {
    display: flex;
    height: 100%;
}

.vertical .img,
.vertical .main-con {
    height: 100%;
}

.vertical .img {
    /*width: 18rem;*/
}

.vertical .main-con {
    /*width: 19rem;*/
}


.img&gt;img {
    display: block;
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
    -webkit-user-drag: none;
    -moz-user-select: none;
    user-select: none;

}

.main-con {
    padding: 0 1rem;
    box-sizing: border-box;
}

.main-con .name {
    padding-top: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #424242;
}

.main-con .content {
    padding-top: 1rem;
    height: 4.5rem;
    font-size: 0.9rem;
    color: #777;
    text-align: justify;
    line-height: 1.4rem;
}

.main-con .label {
    font-size: 0.9rem;
    color: #555;
    padding: 1rem 0;
}





.btn-direct {
    position: absolute;
    top: 50%;
    z-index: 100000;
    width: 4rem;
    height: 4rem;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .2s;
}


.btn-direct.btn-left {
    left: 6rem;
}

.btn-direct.btn-right {
    right: 6rem;
}

.btn-direct&gt;span {
    position: absolute;
    left: calc(50% - .6rem);
    top: calc(50% - .6rem);
    width: 1.2rem;
    height: 1.2rem;
    border-top: 0.2rem solid #fff;
    border-left: 0.2rem solid #fff;
}

.horizontal .shift-left {
    transform: translateX(25%) rotate(-45deg);
}

.horizontal .shift-right {
    transform: translateX(-25%) rotate(135deg);
}

.vertical .shift-left {
    transform: translateY(25%) rotate(45deg);
}

.vertical .shift-right {
    transform: translateY(-25%) rotate(-135deg);
}

.cards-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.cards-item-jh {
    display: flex;
    flex-direction: column;
    flex: 1;
    /*justify-content: center;*/
    align-items: center;
    color: #fff;
    padding-top: 50px;
}
.coverul {
    background-color: transparent !important;
    border-width: 0px 0px 1px 0px;
    border-bottom-color: rgba(221,221,221,0.4);
}

</pre></body></html>