.breadcrumb-list-module{width:100%;position:relative;min-height:45rem;padding:3.6rem 0}.breadcrumb-list-module .background-img{position:absolute;top:0;left:0;height:100%;width:100%;z-index:-1}.breadcrumb-list-module .list-content{display:flex;flex-direction:column;align-items:baseline;grid-gap:2rem;position:relative;min-height:100%}.breadcrumb-list-module .list-content .text-item{position:relative;z-index:2;width:100%;flex:1;display:flex;flex-wrap:wrap;align-items:center}.breadcrumb-list-module .list-content .text-item .text-box{width:100%}.breadcrumb-list-module .list-content .text-item .text-title{font-weight:bold;color:#333}.breadcrumb-list-module .list-content .text-item .text-describe{font-weight:500;color:#333}.breadcrumb-list-module .list-content .breadcrumb-list-box{width:100%;flex-wrap:wrap;align-items:center;grid-gap:1rem;font-weight:400;color:#333}.breadcrumb-list-module .list-content .breadcrumb-list-box .breadcrumb-item{line-height:1.5;display:contents}.breadcrumb-list-module .list-content .breadcrumb-list-box .breadcrumb-item:first-child{color:var(--ui-color-primary)}.breadcrumb-list-module .list-content .breadcrumb-list-box>i{font-size:var(--f-s-12);line-height:2}.breadcrumb-list-module .list-content .breadcrumb-list-box>i.active{color:var(--ui-color-primary)}.breadcrumb-list-module .list-content .image-item{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:1;width:66.6rem;max-width:100%;height:auto;max-height:100%;aspect-ratio:496/300}.breadcrumb-list-module .list-content .image-item img{object-fit:contain;border-radius:1.6rem}@media (max-width: 992px){.breadcrumb-list-module{min-height:40rem}.breadcrumb-list-module .list-content .image-item{position:relative;top:0;transform:translateY(0)}}.inner-form.module{display:none;width:100%;position:absolute;left:0;top:0;z-index:2}.inner-form.module:has(form.sub-error),.inner-form.module:has(form.sub-success),.inner-form.module:has(form.submitting){height:100%}.inner-form.module .close-button{color:var(--ui-color-font-thirdly);position:absolute;right:2rem;top:2rem;font-size:var(--f-s-30);cursor:pointer}.inner-form.module .module-width{display:block !important;position:relative;height:100%}.inner-form.module .module-width .form{min-height:20rem;margin:6rem 2rem 0;display:grid;grid-gap:1.5rem 3rem;grid-template-columns:1fr 1fr}.inner-form.module .module-width .form .info{display:none;background:none;color:white;text-align:center;position:absolute;box-sizing:border-box;width:100%;top:50%;left:0;font-size:var(--f-s-30)}.inner-form.module .module-width .form .info .submitting{display:none}.inner-form.module .module-width .form .info .sub-success{display:none}.inner-form.module .module-width .form .info .sub-error{display:none}.inner-form.module .module-width .form .input{height:5rem;position:relative;transition-duration:200ms;background-color:var(--ui-color-bg-primary)}.inner-form.module .module-width .form .input:nth-last-child(2){position:absolute;left:-99.9rem}.inner-form.module .module-width .form .input label{transition-duration:200ms;pointer-events:none;position:absolute;left:.4rem;top:0;height:2rem;line-height:1.4;font-size:var(--f-s-14);color:var(--ui-color-font-thirdly)}.inner-form.module .module-width .form .input label::before{transition-duration:200ms;content:'* ';color:#00000000}.inner-form.module .module-width .form .input:has(input[required]:invalid) label{transition-duration:200ms;height:5rem;line-height:3;font-size:var(--f-s-16);left:2rem}.inner-form.module .module-width .form .input:has(input[required]:invalid) label::before{transition-duration:200ms;content:'* ';color:red}.inner-form.module .module-width .form .input:has(~ .clicked):has(input:invalid){background-color:#f3d6d4;transition-duration:200ms}.inner-form.module .module-width .form .input input[type=number]::-webkit-inner-spin-button,.inner-form.module .module-width .form .input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.inner-form.module .module-width .form .input input[type=number]{-moz-appearance:textfield}.inner-form.module .module-width .form .input input{height:100%;width:100%;border:none;outline:none;background:none;padding-left:1.8rem;transition-duration:200ms;padding-top:1rem}.inner-form.module .module-width .form .input input:invalid{padding-top:0;padding-left:3rem;transition-duration:200ms}.inner-form.module .module-width .form .submit{grid-column-start:1;grid-column-end:3;text-align:center;margin-top:5rem}.inner-form.module .module-width .form .submit .module-btn{display:inline-block}.inner-form.module .module-width .form .submit .module-btn span{margin:0 2rem}.inner-form.module .module-width .form .textarea{height:14rem;grid-column-start:1;grid-column-end:3;background-color:var(--ui-color-bg-primary);transition-duration:200ms;position:relative}.inner-form.module .module-width .form .textarea label{transition-duration:200ms;pointer-events:none;position:absolute;left:.4rem;top:0;height:2rem;line-height:1.4;font-size:var(--f-s-14);color:var(--ui-color-font-thirdly)}.inner-form.module .module-width .form .textarea label::before{transition-duration:200ms;content:'* ';color:#00000000}.inner-form.module .module-width .form .textarea:has(textarea[required]:invalid) label{transition-duration:200ms;height:5rem;line-height:3;font-size:var(--f-s-16);left:2rem}.inner-form.module .module-width .form .textarea:has(textarea[required]:invalid) label::before{transition-duration:200ms;content:'* ';color:red}.inner-form.module .module-width .form .textarea:has(~ .clicked):has(textarea:invalid){background-color:#f3d6d4;transition-duration:200ms}.inner-form.module .module-width .form .textarea textarea{background:none;width:100%;height:100%;outline:none;border:none;padding-top:2rem;padding-left:1.8rem;padding-right:1.8rem;transition-duration:200ms}.inner-form.module .module-width .form .textarea textarea:invalid{padding-top:1.8rem;padding-left:3rem;transition-duration:200ms}.inner-form.module .module-width .submitting .submit{display:none}.inner-form.module .module-width .submitting .input{display:none}.inner-form.module .module-width .submitting .textarea{display:none}.inner-form.module .module-width .submitting .info{display:block}.inner-form.module .module-width .submitting .info .submitting{display:inline}.inner-form.module .module-width .submitting .info .sub-success{display:none}.inner-form.module .module-width .submitting .info .sub-error{display:none}.inner-form.module .module-width .form.sub-success .submit{display:none}.inner-form.module .module-width .form.sub-success .input{display:none}.inner-form.module .module-width .form.sub-success .textarea{display:none}.inner-form.module .module-width .form.sub-success .info{display:block}.inner-form.module .module-width .form.sub-success .info .submitting{display:none}.inner-form.module .module-width .form.sub-success .info .sub-success{display:inline}.inner-form.module .module-width .form.sub-success .info .sub-error{display:none}.inner-form.module .module-width .form.sub-error .submit{display:none}.inner-form.module .module-width .form.sub-error .input{display:none}.inner-form.module .module-width .form.sub-error .textarea{display:none}.inner-form.module .module-width .form.sub-error .info{display:block}.inner-form.module .module-width .form.sub-error .info .submitting{display:none}.inner-form.module .module-width .form.sub-error .info .sub-success{display:none}.inner-form.module .module-width .form.sub-error .info .sub-error{display:inline}@media (max-width: 992px){.inner-form.module .head-title{padding:0}.inner-form.module .module-width .form{margin:2rem 0 0;grid-gap:1rem}.inner-form.module .module-width .form .textarea,.inner-form.module .module-width .form .input{grid-column-start:1;grid-column-end:3}.inner-form.module .module-width .form .input{height:4rem;transition-duration:200ms}.inner-form.module .module-width .form .input:has(input[required]:invalid) label{height:4rem;line-height:4rem}.inner-form.module .module-width .form .input input{padding-top:1rem;padding-left:1rem}.inner-form.module .module-width .form .input input:invalid{padding-top:0;padding-left:3rem;transition-duration:200ms}.inner-form.module .module-width .form .textarea textarea{padding-top:2rem;padding-left:1rem;padding-right:1rem}.inner-form.module .module-width .form .textarea textarea:invalid{padding-top:1rem;padding-left:3rem;transition-duration:200ms}.inner-form.module .module-width .form .textarea:has(textarea[required]:invalid) label{height:4rem;line-height:4rem}.inner-form.module .module-width .form .submit{margin-top:2rem}}.activity-details-module{flex-wrap:wrap}.activity-details-module h2{position:relative}.activity-details-module h2 a[id|="title"]{position:absolute;top:-160px}.activity-details-module .breadcrumb-list-module .list-content .text-item{grid-gap:4rem;flex-wrap:nowrap}.activity-details-module .breadcrumb-list-module .list-content .text-item .image-item{position:static;transform:unset}.activity-details-module .breadcrumb-list-module .list-content .text-item .image-item img{object-fit:cover}.activity-details-module .breadcrumb-list-module .list-content .text-item .text-box{flex:1}.activity-details-module .text-title{font-size:var(--f-s-36)}.activity-details-module .inner-form{background-color:var(--ui-color-font-primary)}.activity-details-module .inner-form .module-width .head-title{color:white}.activity-details-module .details-content{width:100%}.activity-details-module .details-content .content-head{width:100%;padding:10rem 0 0}.activity-details-module .details-content .content-head .head-title{text-align:center;font-weight:bold;color:#333;margin:0 0 5.5rem}.activity-details-module .details-content .content-head .head-icon-box{font-style:italic;width:100%;display:flex;grid-gap:6.4rem;align-items:center;margin:0 0 7rem;font-size:4rem}.activity-details-module .details-content .content-head .head-icon-box:after,.activity-details-module .details-content .content-head .head-icon-box:before{content:"";flex:1;height:.1rem;background:#D9D9D9}.activity-details-module .details-content .content-head .head-icon-box .icon-list{display:flex;grid-gap:4.5rem;flex-wrap:wrap;width:auto;align-items:center;max-width:100%}.activity-details-module .details-content .content-head .head-icon-box .icon-list .icon-item{display:inline-block}.activity-details-module .details-content .content-head .head-icon-box .icon-list .icon-item i{font-size:var(--f-s-30);color:#333;line-height:1}.activity-details-module .details-content .content-head .head-icon-box .icon-list .icon-item:first-child i{font-size:var(--f-s-22)}.activity-details-module .details-content .content-head .head-info-box{width:100%}.activity-details-module .details-content .content-head .head-info-box .head-menu{display:flex;grid-gap:8rem;margin-bottom:4rem}.activity-details-module .details-content .content-head .head-info-box .head-menu .share-icon{display:flex;flex-direction:column;grid-gap:1rem}.activity-details-module .details-content .content-head .head-info-box .head-menu .share-icon .icon-item{transition-duration:300ms;cursor:pointer;text-align:center;width:4rem;height:4rem;border-radius:50%;border:.1rem solid var(--ui-color-font-secondary)}.activity-details-module .details-content .content-head .head-info-box .head-menu .share-icon .icon-item:hover{color:var(--ui-color-primary);border-color:var(--ui-color-primary)}.activity-details-module .details-content .content-head .head-info-box .head-menu .share-icon .icon-item .iconfont{font-size:var(--f-s-20);line-height:4rem}.activity-details-module .details-content .content-head .head-info-box .head-menu .menu{flex:1;padding:3rem;border-radius:2rem;background-color:#F0FCFA}.activity-details-module .details-content .content-head .head-info-box .head-menu .menu .menu-item{transition-duration:300ms;line-height:2;font-size:var(--f-s-18)}.activity-details-module .details-content .content-head .head-info-box .head-menu .menu .menu-item:hover{color:var(--ui-color-primary)}.activity-details-module .details-content .content-head .head-info-box .head-menu .menu .menu-item span{text-decoration:underline}.activity-details-module .details-content .content-head .head-info-box .head-menu .menu .title{font-size:var(--f-s-24);margin-bottom:2rem;display:inline-block}.activity-details-module .details-content .content-head .head-info-box .info-image-item{width:100%;height:auto;aspect-ratio:1400/500;position:relative;padding:4rem;margin:0 0 5rem}.activity-details-module .details-content .content-head .head-info-box .info-image-item img{position:absolute;top:0;left:0;z-index:1;border-radius:2rem;transition:.3s all}.activity-details-module .details-content .content-head .head-info-box .info-image-item .image-hall{position:relative;z-index:2;padding:1.5rem 2.1rem;background-color:var(--ui-color-primary);border-radius:1rem;color:#fff;font-weight:bold;display:inline-block}.activity-details-module .details-content .content-head .head-info-box .info-content{color:#333333;font-weight:400;margin:0 0 11.4rem;width:100%}.activity-details-module .details-content .content-head .head-info-box .info-content blockquote{padding-left:5.5rem;border-left:.5rem solid var(--ui-color-font-secondary)}.activity-details-module .details-content .content-head .head-info-box .info-content ul{list-style:none;padding:0}.activity-details-module .details-content .content-head .head-info-box .info-content ul li::before{content:'\e673';color:var(--ui-color-primary);margin-right:1rem;font-family:"iconfont" !important}.activity-details-module .details-content .content-gallery-box{width:100%;text-align:center;margin:0 0 10rem}.activity-details-module .details-content .content-gallery-box .gallery-subtitle{font-weight:400;color:#333333}.activity-details-module .details-content .content-gallery-box .gallery-title{font-weight:600;color:#333333;margin:0 0 4.9rem}.activity-details-module .details-content .content-gallery-box .gallery-image-list{width:100%;position:relative;height:100rem}.activity-details-module .details-content .content-gallery-box .gallery-image-list.swiper-container{overflow:hidden}.activity-details-module .details-content .content-gallery-box .gallery-image-list.swiper-container .swiper-wrapper{grid-gap:0;height:100%}.activity-details-module .details-content .content-gallery-box .gallery-image-list.swiper-container .image-box{width:100%}.activity-details-module .details-content .content-gallery-box .gallery-image-list .swiper-wrapper{display:flex;grid-gap:4rem;height:100%}.activity-details-module .details-content .content-gallery-box .gallery-image-list .image-box{width:calc((100% - 8rem) / 3);display:flex;flex-direction:column;grid-gap:4.8rem;aspect-ratio:440/929;height:100%}.activity-details-module .details-content .content-gallery-box .gallery-image-list .image-box .image-item{height:100%;width:100%;position:relative;flex:1}.activity-details-module .details-content .content-gallery-box .image-nav-list{width:100%;display:flex;grid-gap:3rem;margin:2rem 0 0;position:relative}.activity-details-module .details-content .content-gallery-box .image-nav-list .owl-stage-outer{z-index:1}.activity-details-module .details-content .content-gallery-box .image-nav-list .owl-nav{width:100%;display:flex;position:absolute;top:50%;left:0;justify-content:space-between;transform:translateY(-50%)}.activity-details-module .details-content .content-gallery-box .image-nav-list .owl-nav button{position:relative;z-index:3;color:var(--ui-color-primary);font-size:var(--f-s-24)}.activity-details-module .details-content .content-gallery-box .image-nav-list .owl-nav .owl-prev{transform:translateX(-6rem)}.activity-details-module .details-content .content-gallery-box .image-nav-list .owl-nav .owl-next{transform:translateX(6rem)}.activity-details-module .details-content .content-gallery-box .image-nav-list .owl-item .nav-item{width:100%}.activity-details-module .details-content .content-gallery-box .image-nav-list .nav-item{width:calc((100% - 21rem) / 8);height:auto;aspect-ratio:1/1;cursor:pointer}.activity-details-module .details-content .content-gallery-box .image-nav-list .nav-item img{transition:.3s ease-in-out}.activity-details-module .details-content .content-gallery-box .image-nav-list .nav-item:hover img{transform:scale(1.02)}.activity-details-module .details-content .content-video-box{width:100%;text-align:center;margin:0 0 17.9rem}.activity-details-module .details-content .content-video-box .video-subtitle{font-weight:400;color:#333333}.activity-details-module .details-content .content-video-box .video-title{font-weight:600;color:#333333;margin:0 0 4.5rem}.activity-details-module .details-content .content-video-box .video-list{width:100%;display:flex;aspect-ratio:1400/788}.activity-details-module .details-content .content-video-box .video-list .video-item{width:100%;height:auto;aspect-ratio:1400/788;position:relative;display:flex;align-items:center;justify-content:center;background-color:#D9D9D9}.activity-details-module .details-content .content-video-box .video-list .video-item video,.activity-details-module .details-content .content-video-box .video-list .video-item img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.activity-details-module .details-content .content-video-box .video-list .video-item .video-play-btn{position:relative;z-index:2;background:transparent;border:.1rem solid transparent;height:17rem;width:17rem;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer}.activity-details-module .details-content .content-video-box .video-list .video-item .video-play-btn:hover:after{transform:scale(1.4)}.activity-details-module .details-content .content-video-box .video-list .video-item .video-play-btn:after{content:'';width:0;height:0;border-top:2.5rem solid transparent;border-left:4rem solid #fff;border-bottom:2.5rem solid transparent;position:absolute;margin-left:1rem;transition:.3s ease-in-out}.activity-details-module .details-content .content-video-box .video-list .video-item .video-play-btn:before{background-color:var(--ui-color-primary);height:12.4rem;width:12.4rem;border-radius:50%;content:'';display:flex}.activity-details-module .details-content .content-video-box .video-list .video-item .video-play-btn .ripple-border{position:absolute;top:50%;left:50%;width:16.8rem;height:16.8rem;background:rgba(255,255,255,0);border:.1rem solid #fff;border-radius:50%;transform:translate(-50%, -50%)}.activity-details-module .details-content .content-video-box .video-nav-list{width:100%;display:flex;grid-gap:2.5rem;margin:2rem 0 0;position:relative}.activity-details-module .details-content .content-video-box .video-nav-list .owl-nav{width:100%;display:flex;position:absolute;top:50%;left:0;justify-content:space-between;transform:translateY(-50%)}.activity-details-module .details-content .content-video-box .video-nav-list .owl-nav button{position:relative;z-index:3;color:var(--ui-color-primary);font-size:var(--f-s-24)}.activity-details-module .details-content .content-video-box .video-nav-list .owl-nav .owl-prev{transform:translateX(-6rem)}.activity-details-module .details-content .content-video-box .video-nav-list .owl-nav .owl-next{transform:translateX(6rem)}.activity-details-module .details-content .content-video-box .video-nav-list .owl-item .nav-item{width:100%}.activity-details-module .details-content .content-video-box .video-nav-list .nav-item{width:calc(20% - 2rem);height:auto;aspect-ratio:260/146;background-color:#D9D9D9}.activity-details-module .details-content .content-video-box .video-nav-list .nav-item video{width:100%;height:100%}.activity-details-module .inner-form{display:block;position:relative;padding:10rem 0 6.7rem}.activity-details-module .inner-form .close-button{display:none}.activity-details-module .event-related-box{width:100%;background-color:#fff;padding:14rem 0}.activity-details-module .event-related-box .related-title{font-weight:bold;color:#333;margin:0 0 4rem}.activity-details-module .event-related-box .related-event-list{display:flex;flex-direction:column;grid-gap:4rem}.activity-details-module .event-related-box .related-event-list .related-event-item{padding:6.4rem 5rem 5.6rem;border-radius:1rem;border:.1rem solid #D9D9D9;display:flex;grid-gap:5rem;align-items:flex-start}.activity-details-module .event-related-box .related-event-list .related-event-item .event-image{width:30rem;max-width:100%;height:auto;aspect-ratio:1/1;border-radius:1rem;overflow:hidden}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content{flex:1}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-head{width:100%;display:flex;grid-gap:3rem;justify-content:space-between;align-items:flex-start;margin:0 0 .6rem}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-head .event-title{flex:1;max-width:75rem;font-weight:bold;color:#333}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-head .icon-list{display:flex;grid-gap:2.5rem}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-head .icon-list .icon-item{font-size:var(--f-s-30);line-height:1;color:#333;transition-duration:300ms}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-head .icon-list .icon-item i{font-size:inherit;line-height:1}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-head .icon-list .icon-item:hover{color:var(--ui-color-primary)}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-tag{color:var(--ui-color-primary);font-weight:400}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-line{width:100%;max-width:94rem;height:.1rem;margin:3.4rem 0 2.4rem;background-color:#D9D9D9}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-describe{font-weight:400;color:#333;margin:0 0 3rem}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-info{display:flex;flex-wrap:wrap;grid-gap:6rem;font-weight:400;color:#333}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-info .info-city,.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-info .info-time{display:flex;grid-gap:.6rem;transition-duration:300ms}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-info .info-city i,.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-info .info-time i{color:inherit;line-height:inherit}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-info .info-city:hover,.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-info .info-time:hover{color:var(--ui-color-primary)}@media (max-width: 992px){.activity-details-module .breadcrumb-list-module .list-content .text-item{grid-gap:4rem;flex-direction:column}.activity-details-module .breadcrumb-list-module .list-content .text-item .image-item{position:static;transform:unset}.activity-details-module .breadcrumb-list-module .list-content .text-item .text-box{flex:1;width:100%}.activity-details-module .details-content .content-gallery-box{overflow:hidden}.activity-details-module .details-content .content-gallery-box .gallery-image-list{height:30rem}.activity-details-module .details-content .content-gallery-box .image-nav-list{grid-gap:1rem}.activity-details-module .details-content .content-gallery-box .image-nav-list .nav-item{width:calc((100% - 21rem) / 4)}.activity-details-module .details-content .content-video-box{width:100%;text-align:center;margin:0 0 4rem;overflow:hidden}.activity-details-module .details-content .content-video-box .video-title{margin:0 0 3rem}.activity-details-module .details-content .content-video-box .video-list .video-item video,.activity-details-module .details-content .content-video-box .video-list .video-item img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.activity-details-module .details-content .content-video-box .video-list .video-item .video-play-btn{height:8rem;width:8rem}.activity-details-module .details-content .content-video-box .video-list .video-item .video-play-btn:after{border-top:1rem solid transparent;border-left:1.6rem solid #fff;border-bottom:1rem solid transparent;margin-left:.3rem}.activity-details-module .details-content .content-video-box .video-list .video-item .video-play-btn:before{background-color:var(--ui-color-primary);height:5rem;width:5rem}.activity-details-module .details-content .content-video-box .video-list .video-item .video-play-btn .ripple-border{width:8rem;height:8rem}.activity-details-module .details-content .content-video-box .video-nav-list{grid-gap:2rem;margin:2rem 0 0}.activity-details-module .details-content .content-video-box .video-nav-list .owl-nav{width:100%;display:flex;position:absolute;top:50%;left:0;justify-content:space-between;transform:translateY(-50%)}.activity-details-module .details-content .content-video-box .video-nav-list .owl-nav button{position:relative;z-index:3;color:var(--ui-color-primary);font-size:var(--f-s-24)}.activity-details-module .details-content .content-video-box .video-nav-list .owl-nav .owl-prev{transform:translateX(-6rem)}.activity-details-module .details-content .content-video-box .video-nav-list .owl-nav .owl-next{transform:translateX(6rem)}.activity-details-module .details-content .content-video-box .video-nav-list .nav-item{width:calc(50% - 1rem)}.activity-details-module .details-content .content-head .head-info-box .head-menu{grid-gap:2rem}.activity-details-module .details-content .content-head .head-info-box .info-content ul{grid-template-columns:1fr}.activity-details-module .inner-form{padding:4rem 0}.activity-details-module .event-related-box{padding:4rem 0}.activity-details-module .event-related-box .related-title{margin:0 0 3rem}.activity-details-module .event-related-box .related-event-list{grid-gap:3rem}.activity-details-module .event-related-box .related-event-list .related-event-item{padding:3rem 2rem;border-radius:.6rem;flex-direction:column;justify-content:center;grid-gap:2rem}.activity-details-module .event-related-box .related-event-list .related-event-item .event-image{width:100%}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content{flex:1;width:100%;max-width:100%}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-head{grid-gap:2rem;flex-wrap:wrap}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-head .event-title{max-width:100%}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-head .icon-list{display:flex;grid-gap:1.2rem}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-head .icon-list .icon-item{font-size:var(--f-s-20)}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-line{max-width:100%;margin:2rem 0}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-describe{font-weight:400;color:#333;margin:0 0 2rem}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-info{grid-gap:2rem}.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-info .info-city,.activity-details-module .event-related-box .related-event-list .related-event-item .event-content .event-info .info-time{grid-gap:.6rem;width:100%}}
