.swiper-container {
    height: 410px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
}

#container{
    overflow-y: auto;
    overflow-x: hidden;
}

#container::-webkit-scrollbar{
    display: none;
}

.sm{
    margin-top: 10px;
}

.sm .swiper-container{
    height: 300px !important;
}

.swiper-slide{
    width: 200px;
    height: 410px;
	background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.sm .swiper-slide{
    height: 240px;
}

.slider-image{
	position: relative;
}

.swiper-slide p {
    display: block;
    margin: auto;
    width: 100%;
}
.swiper-slide {
    user-select: none;
    width: 390px;
    height: auto;
    padding: 0 5px;
}

.two .swiper-slide {
    width: 300px;
}
.swiper-slide-active{
    border: 1px solid rgba(195, 195, 255, 0.5);
    box-shadow: 0 10px 30px rgba(125, 125, 255, 0.25);
}

/* inside swiper */
.series-title{
    font-weight: bold;
    font-size: 16px;
    margin: 2px 4px;
}
.series-report{
    font-size: 14px;
    height: 250px;
    overflow-y: auto;
    /* background: linear-gradient(to bottom, #fff, #f1f1f1); */
    /* border: 1px solid red; */
}
.sm .series-report{
    height: 160px;
}

.series-bottom{
    width: 100%;
    height: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    overflow-x: auto;
}

.series-bottom::-webkit-scrollbar{
    display: none;
}

.series-bottom .series-btn{
    background-color: antiquewhite;
    font-size: 13px;
    padding: 1px 2px;
    border-radius: 2px;
    margin-left: 3px;
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
}

.series-report::-webkit-scrollbar{
    display: none;
}

.swiper-title{
    font-size: 20px;
    font-weight: bold;
    margin: 2px 4px;
}