.container {
    display: block;
}

.container .box {
    position: relative;
    border: 1px solid #ededed;
    border-radius: 3px;
    padding: 12px 12px 5px;
    margin-top: 20px;
}

.container box:first-of-type {
    margin-top: 0;
}

.box h3 {
    font-size: 14px;
    line-height: 18px;
}

.box .more a {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #64A4FE;
    line-height: 1;
    padding: 2px;
}

.box .items {
    margin-top: 13px;
}

.box .items > li {
    line-height: 20px;
}

.box .items > li > a {
    font-size: 12px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#main-swiper {
    width: 100%;
    height: 54vw;
    overflow: hidden;
}

#main-swiper .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%)
}

#main-swiper .swiper-pagination-bullet {
    margin: 0 !important;
    width: 30px;
    height: 2px;
    background-color: white;
    border-radius: 0;
}

.cs_center_info {
    padding: 30px 0;
    display: flex;
    flex-flow: column;
    margin: 20px auto 40px;
    width: 100%;
    background: rgba(58, 58, 58, 0.02);
    align-items: center;
    justify-content: center;
}
