.swiper-slide {
    height: auto;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

/*.banner .banner-content {*/
/*    position: absolute;*/
/*    z-index: 99;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.index-product {
    margin-top: 0.5em;
}

.index-product .swiper-slide .content {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
}

.order {
    margin: 4em 0;
}

.order .head .arrow {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background-color: #325ff3;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.order .head .all-product:hover img {
    animation-name: MoveUpRight;
    animation-duration: .3s;
    animation-timing-function: linear;
}

@keyframes MoveUpRight {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(1.2em, -1.2em);
    }

    51% {
        transform: translate(-1.2em, 1.2em);
    }

    100% {
        transform: translate(0);
    }
}

.order .content {
    margin-top: 4em;
}

.order .content .product-list .item {
    position: relative;
}

.order .content .product-list .item .more {
    position: absolute;
    left: 7%;
    bottom: 10%;
}

.technology {
    margin-bottom: 5em;
}

.technology .content {
    margin-top: 3em;
}

.technology img {
    width: 100%;
}
