.banner{
    height: 3.5rem;
    position: relative;
    background: url(../img/pastEvent/past_bgc1.jpg) no-repeat center / cover;
}
.active {
    background: #E11932!important;
}
.banner span {
    font-size: 0.4rem;
    position: absolute;
    left: 2.4rem;
    top:1.09rem;
    font-weight: bold;
    font-family: Catamaran-ExtraBold, Catamaran;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 0.4rem;
}

.title-style1 {
    padding-top: 1rem;
    padding-bottom: 0.53rem;
}
.title-style1::after {
    bottom: 0.25rem!important;
}

.past_bg{
    background:url(../img/upcoming/bg2.png) no-repeat;
    background-size: 100% 100%;
}
.img-list{
    width: 14.6rem;
}
.img-item{
    display: inline-block;
    margin-right: 0.10rem;
    margin-bottom: 0.3rem;
    position: relative;
    width: 4.72rem;
    height: 3.4rem;
    background: #C8C8C8;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    overflow: hidden;
}
.img-item a{
    width: 100%;
    height: 100%;
    display: block;
}
.img-item img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.img-item:hover img{
    transform: scale(1.03)!important;
}

.img-title{
    box-sizing: border-box;
    position: absolute;
    /*top: 2.8rem;*/
    bottom: 0;
    /*width: 472px;*/
    width: 100%;
    min-height: 60px;
    height: auto;
    padding: 0.1rem 0.15rem;
    background: linear-gradient(180deg, rgba(18,36,65,0) 0%, rgba(12,25,45,0.63) 32%, rgba(17,36,65,0.84) 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    transition: all 0.3s;
    overflow: hidden;
}
.img-font{
    /*position: relative;*/
    /*top: 0.2rem;*/
    /*left: 0.37rem;*/
    display: block;
    width: 4.1rem;
    /*height: 0.24rem;*/
    font-size: 0.18rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.img-title:hover .img-font {
    white-space: normal;
}





@media only screen and (max-width:1024px){
    .banner span{
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        white-space: nowrap;
    }
    .past_bg{
        padding: 15px;
    }
    .title-style1{
        padding: 15px 0;
        font-size: 16px;
    }
    .img-list{
        width: 100%;
    }
    .img-item{
        width: 100%;
        height: auto;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .img-title{
        width: 100%;
        top: auto;
        bottom: 0;
        font-size: 14px;
    }
}
