*{
    margin: 0;
    padding: 0;
    list-style: none;
}
html{

}
body{
    
}

.container{
    max-width: 970px;
    width: fit-content;
    /* margin:50px auto; */
    margin: auto;
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* 滚动图 */
.swiper-container {
    /* width: 600px; */
    /* max-width: 200px ; */
    flex: 0 0 200px;
    height: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-wrapper>.swiper-slide{
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 200px;
}
.swiper-container>.swiper-pagination.swiper-pagination-bullets {
    top: 60% !important;
}
/* 按钮控制区 */
.controls{
    /* width: 150px; */
    margin-left: 10px;
}
.controls>.btn.btn-block{
    margin-top: 10px;
}

.bgImg{
    background-color: black;
    margin: auto;
    filter: blur(20px);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    text-align: center;
    /* 禁止选中 */
    user-select: none;   

}
.bgImg>img{
    height: 100%;
}
#c1{
    flex: 0 0 600px;
    border: 1px solid deeppink;
    background-color: rgba(255, 255, 255, 0.4);
}
#useTime{
    padding: 5px;
    font-size: 28px;
    color: red;
    text-align: center;
}
@media only screen and (max-width:768px) {
    .wrap{
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content:center;
        align-items: center;
    }
}
