.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{
    position: relative;

    margin-top: 1rem;
}
.big-title{
    margin: 0 auto;
    /*width: 5.29rem;*/
    /*height: 0.32rem;*/
    text-align: center;
    font-size: 0.24rem;
    font-family: MiSans-Bold, MiSans;
    font-weight: bold;
    color: #193158;
    margin-bottom: 0.3rem;
   
}
.title-time{
    margin: 0 auto;
    width: 1rem;
    height: 0.22rem;
    font-size: 0.16rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 0px;
}
.mess_bannerbox{
    position: relative;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 10rem;
    margin-bottom: 0.2rem;
  }

  .mySwiper {
    width: 93%;
    height: 20%;
    padding:0.1rem 0;

  }
  .small_swiper .swiper-wrapper{
    padding-bottom: 0.02rem;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    cursor: pointer;
  }
  .mySwiper .swiper-slide-thumb-active{
    position: relative;
  }
  .mySwiper .swiper-slide-thumb-active::after{
    content:'';
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0.01rem solid #c13547;
}

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mess_next{
    right: 0!important;
  }
  .mess_prev{
    left: 0!important;
  }
  .mess_next,.mess_prev{
    width: 0.36rem!important;
    height: 0.36rem!important;
    background: #e2e2e2!important;
    top: 91%!important;
}
.mess_next::after{
    font-size: 0.15rem!important;
    color:#9c9c9c;
    font-weight: bold!important;
}
.mess_prev::after{
    font-size: 0.15rem!important;
    color:#9c9c9c;
    font-weight: bold!important;
}




















.text{
    margin-top: 0.5rem;
    margin-bottom: 1.1rem;
    width: 14.4rem;
    /* height: 4.45rem; */
    font-size: 0.18rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #666666;
    line-height: 0.36rem;
}
.text * {
    color: #333;
}
.img-big{
    width: 10rem;
    height: 7.2rem;
    background: #C8C8C8;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}


.img-small{
    width: 2.45rem;
    height: 1.76rem;
}

.Navigation-Buttons{
    position: relative;
    --swiper-navigation-size:0;
}
.left-swiper{
    position: absolute;
    left:-0.48rem;
    top: -1.08rem;
    width: 0.34rem;
    height: 0.34rem;
    background: #E2E2E2;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.right-swiper{
    position: absolute;
    right:-0.08rem;
    top: -1.08rem;
    width: 0.34rem;
    height: 0.34rem;
    background: #E2E2E2;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.left-swiper .swiper-button-prev:focus{
    outline: none;
}
.right-swiper .swiper-button-next:focus{
    outline: none;
}





@media only screen and (max-width:1024px){
    .banner{
        margin-top: 50px;
    }
    .banner span{
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        white-space: nowrap;
    }
    .detail_crumbs{
        display: none;
    }
    .wrap{
        padding: 15px;
        box-sizing: border-box;
    }
    .title{
        margin-top: 15px;
    }
    .big-title{
        font-size: 14px;
    }
    .mySwiper2{
        width: 100%;
    }
    .text{
        margin: 15px 0;
        width: 100%;
    }
    .title-time{
        font-size: 12px;
    }
}

