.swiper {
    position: absolute;
    top: 0;
    width: 90%;
    height: 380px;
    padding: 58px 0 !important;
}
.swiper-container{
    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.98);
    position: relative;
}
.swiper-slide  img{
    width: 100%;
    height: 100%;
}
.swiper-slide p{
    position: absolute;
    width: 80%;
    text-align: center;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    background: rgba(0,0,0,0.5)
}

/* 当前活动幻灯片 */
.swiper-slide-active {
    transform: scale(1.35) !important;
    transition: all 0.7s linear;
    z-index: 1;
}



.swpier-container {
    width: 80%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-button-next {
    top: 204px !important;
    width: 50px !important;
    right: 0;
    height: 50px !important;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-prev {
    top: 204px !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    left: 0;
    justify-content: center;
    align-items: center;
}

.swiper-button-next:after {
    color: #fff;
    transform: scale(0.4);
    font-weight: 700;
    font-size: 40px;
}

.swiper-button-prev:after {
    color: #fff;
    transform: scale(0.4);
    font-weight: 700;
    font-size: 50px;
}
.start-con{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.start {
    display: inline-block;
    line-height: 74px;
    text-align: center;
    padding: 0;
    width: 300px;
    height: 80px;
    font-size: 40px;
    color: #fff;
    background: radial-gradient(at 0 -15%, hsla(0, 0%, 100%, .07) 70%, hsla(0, 0%, 100%, 0) 71%) 0 0/80% 90% no-repeat content-box, linear-gradient(#00b700, #1d9b1d) content-box, linear-gradient(#16b916, #309730) border-box;
    box-shadow: inset 0 1px 1px #76c376;
    border: 5px solid rgba(0, 0, 0, .1411764706);
    border-radius: 20px;
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
    filter: contrast(1);
    cursor: pointer;
    transition: .14s ease-out;
    margin-top: 10px;
}
.start:hover{
    filter: contrast(1.6);
}
.title{
    text-align: left;
    font-size: 12px;
    font-family: roboto;
    margin-top: 10px;
}
.start-desc{
    width: 80%;
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    color: hsla(0,0%,56.1%,.8);
}

@media (max-width:767px){
  .start{
    line-height: 53px;
    height: 60px;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
  }
  .swiper-button-next {
    position: absolute;
    top: 110px !important;
    z-index: 10;
    width: 40px !important;
    right: 10px !important;
    height: 40px !important;
}

.swiper-button-prev {
    position: absolute;
    top: 110px !important;
    z-index: 10;
    width: 40px !important;
    height: 40px !important;
    left: 10px !important;
}
.swiper {
    padding: 18px 0 !important;
    height: 170px;
    margin-top: 5px;
}
.swiper-slide  img{
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
}
.swiper-slide p{
    padding: 2px;
    font-size: 10px;
    font-weight: 400;
}
.swiper-slide-active{
    transform: scale(2.13)!important;
}
.start-desc{
    margin: 4px auto;
    font-size: 14px;
}
}