.activity-list,.activity-list *{box-sizing:border-box;-webkit-box-sizing:border-box}
.activity-list{background:#f5f5f5}
.activity-list .activity-list-container{width:100%;max-width:none}
.activity-list .activity-list-wrap{width:100%}
.activity-list .activity-list-nav{width:100%;padding:0 80px;background-color:#fff;position:relative;z-index:1}
.activity-list .activity-list-nav.fixed{position:fixed;left:0;right:0;top:0}
.activity-list .activity-list-nav.fixed .activity-nav-item{padding:36px 0}
.activity-list .activity-list-nav.fixed .arrow{height:32px;width:32px}
.activity-list .activity-list-nav.fixed .activity-nav-item .activity-nav-item-btn{font-size:16px;line-height:1}
.activity-list .activity-nav-container{width:80%;position:relative;margin:0 auto;max-width:1920px}
.activity-list .activity-slide-nav{width:80%;margin:0 auto;position:relative;overflow:hidden}
.activity-list .activity-nav-items{margin:0 auto;display:flex}
.activity-list .activity-nav-items.nav-center{justify-content:center}
.activity-list .activity-nav-item{display:inline-block;padding:36px 0;position:relative;flex:0 0 auto}
.activity-list .activity-nav-item:not(:nth-last-of-type(1)){margin-right:64px}
.activity-list .activity-nav-item .activity-nav-item-btn{font-size:16px;color:#676767;line-height:18px;cursor:pointer;font-weight:600}
.activity-list .activity-nav-item .activity-nav-item-btn::before{content:'';position:absolute;bottom:0;width:0;height:2px;background-color:#000;transition:width .3s ease-in}
.activity-list .activity-nav-item .activity-nav-item-btn.active::before{width:100%}
.activity-list .activity-nav-item .activity-nav-item-btn.active{color:#000}
.activity-list .activity-list-content{max-width:1760px;padding:0 80px 48px;margin:0 auto;background-color:#f1f3f5}
.activity-list .activity-list-type-items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -16px}
.activity-list .activity-list-type-item{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:0 16px;margin-bottom:32px}
.activity-list .activity-list-type-item-container{background-color:#fff;height:100%;border-radius:24px}
.activity-list .activity-list-type-item-container .type-img{width:100%;height:443px;display:inline-block;overflow:hidden}
.activity-list .activity-list-type-item-container .type-img a{display:block;height:100%}
@media(min-width:992px){.activity-list .activity-nav-item:last-child{margin-right:0}
}
@media(min-width:1200px){.activity-list .activity-nav-item .activity-nav-item-btn:hover::before{width:100%}
}
@media(min-width:992px) and (max-width:1599.98px){.activity-list .activity-list-content{padding:0 40px 28px}
}
.activity-list .activity-list-content .type-title{font-size:2.08vw;color:#000;line-height:3.125vw;font-weight:bold;padding:96px 0 0 0;text-align:center;width:980px;margin:auto}
.activity-list .activity-list-content .type-title .max{max-height:6.26vw;overflow:hidden}
.activity-list .activity-list-content .type-sub-title{font-size:1.04vw;line-height:2.345vw;font-weight:400;padding:16px 0 56px 0}
.activity-list .activity-list-type .type-img img{width:100%;border-top-left-radius:24px;border-top-right-radius:24px}
.activity-list .activity-list-type .type-img img.error-img{display:block;margin:0 auto;width:auto;height:100%}
.activity-list .activity-list-type .type-container{padding:2.0vw 3.0vw 40px 2.5vw}
.activity-list .activity-list-type .t-title{font-size:24px;color:#1d1e28;line-height:48px;font-weight:bold}
.activity-list .activity-list-type .t-desc{font-size:16px;color:rgba(0,0,0,.5);line-height:24px;margin-top:.416667vw}
.activity-list .activity-list-type .t-buttons{margin-top:12px}
.activity-list .activity-list-type .t-buttons .t-btn{background-color:#000;color:#fff;display:inline-block;font-size:13px;line-height:15px;font-weight:800;padding:13px 34px;border-radius:48px;border:2px solid #000;margin-right:24px;margin-top:12px;transition:.3s ease-in}
.activity-list .activity-list-type .t-buttons .t-btn.white-btn{border-color:#b2b2b2;background-color:transparent;color:#000}
.activity-list .activity-nav-item.swiper-slide{width:auto}
.activity-list .arrow{display:none;width:64px;height:64px;font-size:0;background-color:#e7e7e7;border-radius:50%;z-index:30;position:absolute;top:50%;-webkit-transition:background-color .3s ease-out;transition:background-color .3s ease-out;margin:auto}
.activity-list .arrow.arrow-disabled{opacity:.35;cursor:auto;pointer-events:none}
.activity-list .arrow::before,.activity-list .arrow::after{content:'';position:absolute;top:50%;left:50%;width:14px;height:2px;border-radius:2px;background-color:#000;display:block;-webkit-transition:.3s ease-out;transition:.3s ease-out}
.activity-list .arrow.nav-prev::before,.activity-list .arrow.nav-next::before{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);margin-left:-4px}
.activity-list .arrow.nav-prev::after,.activity-list .arrow.nav-next::after{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);margin-left:5px}
.activity-list .arrow.nav-prev{-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg);left:0}
.activity-list .arrow.nav-next{-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);right:0}
@media(max-width:1367px){.activity-list .arrow.nav-next{-webkit-transform:translateY(-50%) rotate(90deg) scale(.8);transform:translateY(-50%) rotate(90deg) scale(.8);right:0}
.activity-list .arrow.nav-prev{-webkit-transform:translateY(-50%) rotate(-90deg) scale(.8);transform:translateY(-50%) rotate(-90deg) scale(.8);left:0}
}
@media(min-width:1200px){.activity-list .activity-list-type .t-buttons .t-btn:hover{opacity:.8}
.activity-list .activity-list-type .t-buttons .t-btn.white-btn:hover{border-color:#000}
.activity-list .arrow:hover{background-color:#000}
.activity-list .arrow:hover::before,.activity-list .arrow:hover::after{background-color:#fff}
}
@media(max-width:1680px){.activity-list .activity-list-type-item-container .type-img{height:420px}
}
@media(max-width:1600px){.activity-list .activity-list-type-item-container .type-img{height:397px}
}
@media(max-width:1440px){.activity-list .activity-list-type-item-container .type-img{height:375px}
}
@media(max-width:1366px){.activity-list .activity-list-type-item-container .type-img{height:354px}
}
@media(max-width:1280px){.activity-list .activity-list-type-item-container .type-img{height:329px}
}
@media(max-width:991.98px){.activity-list .activity-list-content{padding:0 32px 48px}
.activity-list .activity-list-nav{padding:0 40px}
.activity-list .activity-list-type-items{display:block;margin:0}
.activity-list .activity-list-type-item{max-width:100%;padding:0;margin-bottom:16px}
.activity-list .activity-list-type-item-container{border-radius:16px}
.activity-list .activity-list-type .type-img img{height:auto;border-top-left-radius:16px;border-top-right-radius:16px}
.activity-list .activity-list-type .type-container{padding:24px 36px 40px}
.activity-list .activity-list-type .t-title{font-size:18px;line-height:24px}
.activity-list .activity-list-type .t-desc{font-size:12px;line-height:18px;margin-top:16px}
.activity-list .activity-list-type .t-buttons{margin-top:16px}
.activity-list .activity-list-type .t-buttons .t-btn{padding:10px 24px}
.activity-list .activity-nav-items{width:auto;text-align:left}
.activity-list .activity-nav-item{padding:48px 0 24px}
.activity-list .activity-nav-item .activity-nav-item-btn{font-size:16px;line-height:24px}
.activity-list .activity-list-content .type-title{padding:48px 0 16px;font-size:20px;line-height:40px;width:100%}
.activity-list .activity-list-content .type-title .max{max-height:81px}
.activity-list .activity-slide-nav{width:100%;padding:0;overflow-x:scroll}
.activity-list .activity-slide-nav::-webkit-scrollbar{display:none}
.activity-list .activity-nav-container{width:100%}
.activity-list .arrow{display:none !important}
.activity-list .activity-list-content .type-sub-title{font-size:12px;line-height:14px;padding:12px 0 48px 0}
}
@media(max-width:767.98px){.activity-list .activity-list-nav{padding:0 4.26667vw}
.activity-list .activity-list-content{padding:0 4.26667vw 4.26667vw}
.activity-list .activity-nav-items{justify-content:flex-start}
.activity-list .activity-nav-item{padding:12.8vw 0 6.4vw}
.activity-list .activity-list-content .type-title{padding-top:48px;font-size:24px;line-height:28px}
.activity-list .activity-list-content .type-title .max{max-height:57px}
.activity-list .activity-list-type .type-container{padding:6.4vw 32px 10.7778vw}
.activity-list .activity-list-type .t-title{font-size:4.324vw;line-height:6.4vw}
.activity-list .activity-list-type .t-desc{font-size:3.2vw;line-height:4.8vw;margin-top:4.2667vw}
.activity-list .activity-list-type .t-buttons{margin-top:4.2667vw}
.activity-list .activity-list-type .t-buttons .t-btn{padding:2.6667vw 6.4vw;font-size:3.46667vw;line-height:4.2667vw}
.activity-list .activity-nav-item .activity-nav-item-btn{font-size:4.26667vw;line-height:6.4vw}
.activity-list .activity-list-type-item-container .type-img{height:224px}
}
html[dir=rtl] .activity-list .activity-nav-item{margin-right:0;margin-left:6.25vw}
html[dir=rtl] .activity-list .activity-nav-item:last-child:last-child{margin-left:0}
html[dir=rtl] .activity-list .activity-list-type .t-buttons .t-btn{margin-right:0;margin-left:1.25vw}