html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    cursor: pointer;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    font-size: .28rem;
    font-family: Gilroy-ExtraBold;
    font-weight: normal;
    color: #333333;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.maxfenye {
    width: 7rem;
    height: .6rem;
    margin: auto;
    position: relative;
}

.maxfenye .mySwiper {
    width: 80% !important;
}

.maxfenye .swiper-button-next::after {
    display: none;
}

.maxfenye .swiper-button-prev::after {
    display: none;
}

.maxfenye .swiper-button-next,
.maxfenye .swiper-button-prev {
    width: 0.6rem !important;
    height: 0.6rem !important;
    top: auto !important;
    bottom: 0 !important;
    background: linear-gradient(225deg, #26B7BC, #0B86F3);
}

.maxfenye .swiper-button-next {
    right: 0 !important;
    left: auto !important;
}

.maxfenye .swiper-button-prev {
    left: 0 !important;
    right: auto !important;
}

.maxfenye .swiper-button-disabled {
    opacity: 1 !important;
    background: #CCCCCC;
    cursor: auto;
    pointer-events: none;
}