body{
    padding:0;
    margin:0;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #353e47;
}
.head h2,.activities h2,.cards h2{
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    color: #353e47;
    margin-top: 30px;
}
.head h2:after,.activities h2:after,.cards h2:after{
    content:'';
    width: 50px;
    height: 4px;
    background: #fdd400;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.swipe img{
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: initial;
    top: 54%;
}
.swiper-pagination-bullet{
    background:#c0c0c0;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #fdd400;
}
.head .desc{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 100;
}
.head .desc h4{
    margin-top: 18px;
    margin-bottom: 8px;
}
.head .desc p{
    margin-top: 0px;
    text-align: left;
    font-size: 14px;
}
.head a{
    text-decoration: none;
    color: #353e47;
}
.head .desc a.km{
    display: block;
    margin: 30px auto;
    width:60%;
    background: #fdd400;
    color: #353e47;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.activ-img img{
    width: 100%;
}
.accdion-content{
    padding-bottom: 15px;
    border-bottom: 1px solid #c0c0c0;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.accdion-content h4{
    margin-top: 18px;
    margin-bottom: 8px;

}
.accodion{
    /* width: 90%; */
    margin: 0 auto;
    text-align: left;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    padding-bottom: 20px;
}
.knowmore{
    display: block;
    margin: 30px auto;
    width:54%;
    background: #fdd400;
    color: #353e47;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.comingsoon{
    padding-bottom: 40px;
    border-bottom:1px solid #c0c0c0;
}
.comingsoon-content{
    position: relative;
}
.comingsoon-content img{
    width: 100%;
   
    display: block;
}
.comingsoon-content::before{
    content:'更多精彩活动，即将来袭 ';
    color: #fff;
    position: absolute;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 2;
    text-align: center;
}
.comingsoon-content:after{
    content:'';
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 40px;
    left: 0;
    background: rgba(0,0,0,0.6);
}
.cards-list{
    width: 90%;
    margin: 0 auto;
}
.card{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.card-left{
    width: 38%;
}
.card-right{
    width: 59%;
}
.card img{
    width: 100%;
}
.card-left a{
    text-align: center;
    text-decoration: none;
    display: block;
    background: #fdd400;
    padding: 5px 0 5px 0;
    margin-top: 6px;
    color: #353e47;
}
.card-right h4{
    margin-top: 0px;
    margin-bottom: 10px;
    color: #353e47;
}
.card-right ul{
    padding: 0;
    margin: 0;
    padding-left: 22px;
    font-size: 14px;
}
.card-right ul li{
    margin-bottom: 8px;
    text-align: left;
    color: #353e47;
}
.card-right ul li:last-child{
    margin-bottom: 0px;
}
.mui-ellipsis-3{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    transition: all .735s linear 0s;
}
.accodion span{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
}
@media screen and (max-width:414px){
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        top: 44%;
    }
}
@media screen and (max-width:375px){
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        top: 41%;
    }
}

@media screen and (max-width:320px){
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        top: 35%;
    }
}
.review p{
    transition: all .735s linear;
}
.cards h2{
    margin-top: 40px;
}