﻿body {
    background: rgba(243, 243, 246, 1);
}

#wrapper {
    padding-bottom: 0px;
}


.index-banner {
    width: 750px;
    height: 320px;
}

#index-banner .swiper-wrapper .swiper-slide {
    width: 750px;
    height: 320px;
}

.swiper-wrapper .object-fit-cover {
    width: 750px;
    height: 320px;
}

#index-banner .swiper-pagination {
    bottom: 16px;
    text-align: right;
    padding-right: 32px;
}


#index-banner .swiper-pagination-bullet {
    width: 32px;
    height: 6px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 4px;
}

#index-banner .swiper-pagination-bullet-active {
    border-radius: 30px;
    background: #ffffff;
}


.pagehtml {
    border-radius: 4px;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
    margin: 32px 32px 0 32px;
    padding: 32px;
    line-height: 36px;
}
