.apple-banner {
    width: 100%;
    height: 560px;
    overflow: hidden;
    cursor: pointer;
}

.apple-banner .swiper-container {
    width: 100%;
    height: 560px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 15%;
    height: 100%;
    top: 0;
    background: none;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev span,
.swiper-button-next span {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -32px;
    border-radius: 100%;
    background: rgba(180, 180, 180, 0.25) url(../images/arrows.png) no-repeat center 17px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.swiper-button-next span {
    background: rgba(180, 180, 180, 0.25) url(../images/arrows.png) no-repeat center -71px;
    left: auto;
    right: 20px;
}

.swiper-button-prev:hover span,
.swiper-button-next:hover span {
    opacity: .6;
}

.apple-banner .swiper-pagination {
    top: auto;
}

.apple-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 20px;
    height: 30px;
    margin: 0 3px;
    cursor: pointer;
    background: none;
    border-radius: 0;
    opacity: 1;
}

.apple-banner .swiper-pagination-bullet span {
    width: 20px;
    height: 4px;
    border-radius: 3px;
    display: block;
    background: #fff;
}

.apple-banner .swiper-pagination-bullet-active span {
    background: #1E74D9;
}

.apple-banner .autoplay .swiper-pagination-bullet-active span {
    /*background: rgba(255, 255, 255, 0.8);*/
    /*background: rgba(69,122,184,0.2);*/
    background: #1E74D9;

}

.apple-banner .swiper-pagination-bullet i {
    background: #1E74D9;
    height: 4px;
    border-radius: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    display: block;
}

.apple-banner .autoplay .firsrCurrent i {
    transition: transform 2.9s linear;
    transform: scaleX(1);
}

.apple-banner .autoplay .current i {
    transition: transform 4s linear;
    transform: scaleX(1);
}

.apple-banner .autoplay .replace span {
    background: #1E74D9;
}

.apple-banner .slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.apple-banner a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.spacefounder-banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.spacefounder-banner .swiper-container {
    /*margin-top: -40px;*/
    width: 100%;
    height: 400px;
    border-radius: 4px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 15%;
    height: 100%;
    top: 0;
    background: none;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev span,
.swiper-button-next span {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -32px;
    border-radius: 100%;
    background: rgba(180, 180, 180, 0.25) url(../images/arrows.png) no-repeat center 17px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.swiper-button-next span {
    background: rgba(180, 180, 180, 0.25) url(../images/arrows.png) no-repeat center -71px;
    left: auto;
    right: 20px;
}

.swiper-button-prev:hover span,
.swiper-button-next:hover span {
    opacity: .6;
}