.breadcrumb-list-module{position:relative;height:43.6rem;width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:7.6rem 0;color:white;grid-gap:4rem}.breadcrumb-list-module .bg-image{position:absolute;left:0;top:0;width:100%;height:100%}.breadcrumb-list-module .bg-image img{object-fit:cover}.breadcrumb-list-module .breadcrumb{position:relative;font-size:var(--f-s-16);border-radius:4rem;padding:1.4rem 3rem;background:rgba(255,255,255,0.2)}.breadcrumb-list-module .breadcrumb .trace{display:inline;cursor:pointer}.breadcrumb-list-module .breadcrumb .trace:not(:last-child)::after{content:"/";margin:0 1rem;display:contents}.breadcrumb-list-module .title{position:relative;font-size:var(--f-s-64);font-weight:bold}@media screen and (max-width: 992px){.breadcrumb-list-module{padding:10.9rem 2rem;height:40rem;grid-gap:2rem}.breadcrumb-list-module .breadcrumb{padding:.8rem 1.6rem;font-size:var(--f-s-14)}.breadcrumb-list-module .breadcrumb .trace{display:contents}.breadcrumb-list-module .breadcrumb .trace::after{display:inline-block}.breadcrumb-list-module .breadcrumb .trace:not(:last-child)::after{display:inline-block}.breadcrumb-list-module .title{font-size:var(--f-s-36)}}.link-list-module{color:var(--ui-color-secondary)}.link-list-module .link-list{width:100%;grid-gap:2rem 4.5rem;padding:5rem 0}.link-list-module .link-list .link-item{margin:1rem;display:inline-block;cursor:pointer;flex:1;font-size:var(--f-s-20);line-height:1.5}.link-list-module .link-list .link-item::after{content:'\e60a';display:inline-block;animation:150ms ease-in-out leave forwards;font-family:iconfont;margin-left:.6rem}.link-list-module .link-list .link-item:hover::after{animation:300ms ease-in-out hover forwards}@keyframes hover{0%{transform:rotate(-45deg)}50%{transform:translateY(-30%) rotate(90deg)}100%{transform:translateY(0) rotate(90deg)}}@keyframes leave{from{transform:rotate(90deg)}to{transform:rotate(-45deg)}}.download-card-list-module{padding:9rem 0}.download-card-list-module .file-list{padding:0 9rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:3.8rem 3.6rem}.download-card-list-module .file-list .file-item{transition-duration:300ms;cursor:pointer;max-width:80rem;padding:2.5rem 2rem;display:flex;align-items:center;border:.1rem solid #ccc;border-radius:.5rem}.download-card-list-module .file-list .file-item .file-info{flex:1;word-break:break-all;margin:0 2.4rem}.download-card-list-module .file-list .file-item .file-info .file-name{font-size:1.8rem;margin-bottom:.8rem;font-weight:600;transition:.3s all;word-break:break-word}.download-card-list-module .file-list .file-item .file-info .file-type{font-size:1.6rem}.download-card-list-module .file-list .file-item .file-info .file-type span[file-type]{text-transform:uppercase}.download-card-list-module .file-list .file-item .file-icon{color:#55595D;font-size:var(--f-s-24)}.download-card-list-module .file-list .file-item .download-icon{margin-left:auto;font-size:var(--f-s-24);color:#55595D}.download-card-list-module .file-list .file-item:hover{border:.1rem solid var(--ui-color-secondary)}.download-card-list-module .file-list .file-item:hover .file-info .file-name{color:var(--ui-color-secondary)}@media screen and (max-width: 992px){.download-card-list-module{padding:3.6rem 0 6.2rem}.download-card-list-module .file-list{padding:0;grid-template-columns:1fr;grid-gap:1.8rem 1.6rem}.download-card-list-module .file-list .file-item{padding:1.6rem 1.2rem}.download-card-list-module .file-list .file-item .download-icon,.download-card-list-module .file-list .file-item .file-icon{font-size:var(--f-s-18)}.download-card-list-module .file-list .file-item .file-info .file-name.file-type{font-size:var(--f-s-16)}}.event-schedule-list-module .title{margin-bottom:5.5rem}.event-schedule-list-module .module-width{display:grid;grid-template-rows:repeat(auto-fill, minmax(0fr, 1fr))}.event-schedule-list-module .switch-mobile{transition-duration:300ms;display:none;margin-bottom:1.8rem;color:var(--ui-color-secondary);background-color:#EEF9FF;padding:1.1rem;font-size:var(--f-s-18);font-weight:bold;text-align:center;border-radius:.8rem}.event-schedule-list-module .switch-mobile input{display:none}.event-schedule-list-module .event-list{display:none;transition-duration:300ms;box-shadow:0 0 15px 5px rgba(0,0,0,0.1);border-radius:1rem;padding:6.8rem 7.8rem;margin-bottom:4rem}.event-schedule-list-module .event-list.show{display:block}.event-schedule-list-module .event-list .list-item{width:100%}.event-schedule-list-module .event-list .list-item input{display:none}.event-schedule-list-module .event-list .list-item .hr{transition-duration:300ms;border-bottom:.2rem solid #D5D5D5;margin-top:0}.event-schedule-list-module .event-list .list-item .avatar{transition-duration:300ms;display:grid;grid-template-rows:0fr}.event-schedule-list-module .event-list .list-item .avatar .inner{min-height:0;overflow:hidden;display:flex;align-items:flex-end;grid-gap:2.3rem}.event-schedule-list-module .event-list .list-item .avatar .inner .img{height:7rem;width:7rem;border-radius:50%;overflow:hidden}.event-schedule-list-module .event-list .list-item .avatar .inner .name{display:flex;flex-direction:column;justify-content:center;grid-gap:1.2rem}.event-schedule-list-module .event-list .list-item .describe{margin-bottom:3.7rem;color:#595959;font-size:var(--f-s-18);margin-top:2rem;line-height:1.8}.event-schedule-list-module .event-list .list-item .title{transition-duration:300ms;margin-top:2rem;font-weight:bold;font-size:var(--f-s-24);margin-bottom:2rem}.event-schedule-list-module .event-list .list-item .time-end-text{font-weight:bold;font-size:var(--f-s-18);margin-bottom:2rem}.event-schedule-list-module .event-list .list-item .event-head{display:flex;align-items:center;grid-gap:4.3rem;font-size:var(--f-s-18)}.event-schedule-list-module .event-list .list-item .event-head .date{display:flex;align-items:center;padding:1.1rem 1.5rem;color:var(--ui-color-secondary);background:#F9FAFB;border-radius:.8rem}.event-schedule-list-module .event-list .list-item .event-head .date .iconfont{font-size:var(--f-s-22);margin-right:1rem}.event-schedule-list-module .event-list .list-item .event-head .position{flex:1;min-width:1px}.event-schedule-list-module .event-list .list-item .event-head .plus{transition-duration:300ms;margin-left:auto;color:#CCCCCC;border:.1rem solid #ccc;border-radius:.3rem}.event-schedule-list-module .event-list .list-item .event-head .plus::after{content:'\e664';display:block;transition-duration:300ms;font-family:iconfont;font-size:var(--f-s-22);padding:1.1rem;rotate:90deg}.event-schedule-list-module .event-list .list-item:has(input:checked) .plus{color:var(--ui-color-secondary);border:.1rem solid var(--ui-color-secondary)}.event-schedule-list-module .event-list .list-item:has(input:checked) .plus::after{content:'\e67a';rotate:0deg}.event-schedule-list-module .event-list .list-item:has(input:checked) .avatar{grid-template-rows:1fr}.event-schedule-list-module .event-list .list-item:has(input:checked) .hr{margin-top:4.6rem}.event-schedule-list-module .event-list .list-item:has(input:checked) .title{color:var(--ui-color-primary)}.event-schedule-list-module .event-list .list-item:last-child .hr{display:none}.event-schedule-list-module .event-list .list-item:not(:first-child) .event-head{margin-top:3.8rem}.event-schedule-list-module .switch-list{margin-top:5.5rem;margin-bottom:5.5rem;display:flex;justify-content:center;grid-gap:3rem;position:relative}.event-schedule-list-module .switch-list::before{content:'';position:absolute;left:0;top:50%;height:.2rem;background-color:#EDEDED;width:100%}.event-schedule-list-module .switch-list .switch-item{transition-duration:300ms;cursor:pointer;position:relative;font-size:var(--f-s-18);font-weight:bold;padding:1.1rem 2.5rem;color:var(--ui-color-secondary);background-color:#EEF9FF;border-radius:.8rem}.event-schedule-list-module .switch-list .switch-item input{display:none}.event-schedule-list-module .switch-list .switch-item.active,.event-schedule-list-module .switch-list .switch-item:hover,.event-schedule-list-module .switch-list .switch-item:has(input:checked){color:white;background-color:var(--ui-color-secondary)}@media (max-width: 992px){.event-schedule-list-module .switch-list{display:none}.event-schedule-list-module .switch-mobile{display:block}.event-schedule-list-module .switch-mobile:has(input:checked){color:white;background-color:var(--ui-color-secondary)}.event-schedule-list-module .switch-mobile:has(input:checked)+.event-list{display:block;height:auto}.event-schedule-list-module .event-list{margin-bottom:1.8rem;padding:2.6rem 1.6rem}.event-schedule-list-module .event-list.show{display:none}.event-schedule-list-module .event-list .list-item .describe{font-size:var(--f-s-16);margin-top:1.6rem;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.event-schedule-list-module .event-list .list-item .event-head{grid-gap:1.2rem;flex-wrap:wrap}.event-schedule-list-module .event-list .list-item .event-head .position{order:1;font-size:var(--f-s-14)}.event-schedule-list-module .event-list .list-item .event-head .plus{order:1}.event-schedule-list-module .event-list .list-item .event-head .plus::after{font-size:var(--f-s-18);padding:.6rem}.event-schedule-list-module .event-list .list-item .event-head .date-time{flex:1;word-break:break-word;min-width:1px}.event-schedule-list-module .event-list .list-item .event-head .date{order:0;font-size:var(--f-s-14);padding:1.1rem 1.3rem;width:100%}.event-schedule-list-module .event-list .list-item .event-head .date .iconfont{font-size:var(--f-s-16)}}.bg-text-module{position:relative;min-height:47.1rem}.bg-text-module .back-image{width:100%;height:100%;position:absolute;z-index:1}.bg-text-module .module-content{position:absolute;left:0;right:0;margin:auto;z-index:2;width:83rem;height:100%;color:#ffffff;display:flex;flex-direction:column;max-width:100%;justify-content:center;align-items:center}.bg-text-module .module-content .module-desc{color:#ffffff;text-align:center;margin-top:2rem}.bg-text-module .module-content .btn-box{margin-top:5.2rem;display:flex;flex-wrap:wrap;grid-gap:2.8rem}.bg-text-module.template-left .module-content{align-items:flex-start}.bg-text-module.template-left .module-content .module-desc{text-align:left}@media (max-width: 992px){.bg-text-module{min-height:unset}.bg-text-module .module-content{padding:3rem 1.5rem !important;position:relative}.bg-text-module .module-content .module-title{color:#ffffff}}.download-card-list-module .file-list{grid-template-columns:1fr}.download-card-list-module .file-list .file-item{width:60%;margin:auto}@media (max-width: 992px){.download-card-list-module .file-list .file-item{width:100%}}
