*{
    margin: 0;
    padding: 0;
}
.BaseBox{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.activeMain{
    background-color:#181748;
    width: 100%;
    min-height: 94vh;
    height: auto;
    background-image: url('../image/active/activebg.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 6vh;
    padding-top: 1px;
    padding-bottom: 5vh;
}
.activetitle{
    background-image: url('../image/active/activetitle.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 80vw;
    height: 10vh;
    margin: 6vh auto auto auto;
}
.activeswiper{
    width: 90vw;
    margin: 0 auto;
}
.activetitle1{
    background-image: url(../image/active/activetitle1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30vw;
    background-position: center;
    height: 4vh;
    margin: 6vh auto 2vh auto;
}
.swipera{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.swipers{
    background-image: url(../image/active/activeimg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height: 26vh;
}
.swiper-pagination-bullet{
border-radius: 0 !important;
width: 20px;
height: 3px;
background: rgba(255,255,255,0.5);

}
.swiper-pagination{
    bottom: 0 !important;
    position: relative !important;
}
.swiper-pagination-bullet-active{
  background: white !important;
}
.active-info{
    flex-direction: column;
    padding: 5%;
    box-sizing: border-box;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
}
.active-info-time{
    color: white;
    background-color: #c71a61;
    padding: 2px 5px;
    font-size: 3vw;
}
.active-info-title{
    font-weight: bold;
    color: white;
    margin-top: 5px;
    font-size: 4vw;
}
.actives{
    width: 90vw;
    margin: 0 auto;
}
.activestitle{
    background-image: url(../image/active/activetitle2.png);
     background-repeat: no-repeat;
    background-size: contain;
    width: 30vw;
    background-position: center;
    height: 4vh;
    margin: 6vh auto 2vh auto;
}
.activelist{
    text-decoration: none;
    margin-bottom: 4vh;
}
.activelist_img{
    background-image: url(../image/active/activeimg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 42vw;
    height: 15vh;
}
.activelist_info{
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    flex: 1;
}
.activelist_title{
    font-weight: bold;
    font-size: 4vw;
    color: white;
}
.activelist_time{
    font-size: 3vw;
    color: #7372aa;
    margin-top: 1.5vh;
}
.tips{
    text-align: center;
    font-size: 4vw;
    color: white;
}
.bottomtext{
    text-align: center;
    font-size: 2vw;
    color: white;
    margin-top: 3vh;
}
.more {
    display: block;
    width: 20vw;
    height: 4vh;
    line-height: 4vh;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 3vw;
    color: rgba(255,255,255,0.3);
}