html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 1024px;
    min-height: 768px;
}
body {
    background: url('../Images/ReportListBg.png') center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(228, 228, 228, 1);
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container  .swiper-wrapper{
    height: 70vh;
    margin-top: 15vh;
}
.swiper-container .swiper-slide .swiper-bg {
    background: url(../Images/blockBg-ReportList.png) center center no-repeat;
    background-size: contain;
    width: 1000px;
    height: 570px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -285px;
}

.swiper-container .swiper-slide .swiper-bg img {
    width: 35%;
    position: absolute;
    left: 18%;
    top: 21%;
}
.swiper-container .swiper-slide .swiper-bg div {
    position: absolute;
    right: 20%;
    top: 30%;
}
.swiper-container .swiper-slide .swiper-bg div p {
    font-size: 22px;
    color: rgba(63, 63, 63, 1);
    letter-spacing: 2px;
}

.swiper-container .swiper-slide .swiper-bg div  p span {
    display: block;
    font-size: 13px;
    margin: 10px 0;
    letter-spacing: 1px;
    color: rgba(136, 136, 136, 1);
}

.swiper-container .swiper-slide .swiper-bg div  a {
    width: 180px;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background-color: rgba(129, 213, 250, 1);
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 3px;
    text-decoration: none;
}

.swiper-pagination {
    color: #fff;
}
.swiper-pagination .swiper-pagination-current {
    font-size: 24px;
}

.swiper-button-next, .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.3);
    width: 54px;
    height: 88px;
    margin-top: -44px;
    color: #FFF;
}
.swiper-button-next {
    right: 0
}
.swiper-button-prev {
    left: 0;
}

.hidden {
    display: none;
}
