.five-system-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 420px;
    max-height: 800px;
    animation-name: slideInUp; visibility: visible;
}


.five-system-wrapper .container {
    position: relative;
    /* margin: 0 auto; */
}

.horizontal .container {
    width: 632px;
    height: 374px;
}

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

.container .cards-list a {
    width: 93px;
    height: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    display: block;
    line-height: 33px;
    position: absolute;
    bottom: 100px;
    right: 30px;
    color: #fff;
    font-size: 16px;
}

.horizontal .cards-list {
    width: 100%;
    
}

.horizontal img {
    width: 632px;
    height: 374px;
}

.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>span {
    position: absolute;
    left: calc(50% - .6rem);
    top: calc(50% - .6rem);
    width: 1.2rem;
    height: 1.2rem;
    border-top: 0.2rem solid #ccc;
    border-left: 0.2rem solid #ccc;
}

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

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



.navigation {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
}

.navigation .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 8px;
    background-color: #0f53b2;
    border-radius: 100%;
    cursor: pointer;
    opacity: 0.3;
}

.navigation .dot.active {
    background-color: transparent;
    background-color: #0f53b2;
    opacity: 1;
    width: 42px;
    border-radius: 20px;
    height: 8px;
}

.demo1-tip {
    position: absolute;
    left: 12rem;
    top: 8rem;
    color: #fff;
    line-height: 1;
}

.demo1-tip .active-index {
    color: lightgoldenrodyellow;
    font-size: 1.5rem;
    font-weight: 600;
    vertical-align: middle;
}