﻿.meeting-details-hero-module .sec_hero{position:relative;height:45vh;min-height:350px;display:flex;align-items:flex-end}.meeting-details-hero-module .bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.meeting-details-hero-module .dim{position:absolute;inset:0;background:linear-gradient(to top, rgba(18, 22, 30, 0.9) 0%, rgba(18, 22, 30, 0.3) 100%);z-index:1}.meeting-details-hero-module .hero_inner{position:relative;z-index:2;max-width:1600px;width:100%;margin:0 auto;padding:0 50px 50px}.meeting-details-hero-module .hero_card{background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:16px;padding:40px 50px;max-width:800px}.meeting-details-hero-module .hero_card .hero-title{font-size:3.6rem;font-weight:800;color:#fff;margin-bottom:15px;line-height:1.2}.meeting-details-hero-module .hero_card .breadcrumb{font-size:1.4rem;color:hsla(0,0%,100%,.7);display:flex;gap:8px;flex-wrap:wrap}.meeting-details-hero-module .hero_card .breadcrumb-link{color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .3s}.meeting-details-hero-module .hero_card .breadcrumb-link:hover{color:#fff;text-decoration:underline}.meeting-details-hero-module .hero_card .breadcrumb-separator{color:hsla(0,0%,100%,.5)}.meeting-details-hero-module .hero_card .breadcrumb-current{color:#00d28a;font-weight:600}@media(max-width: 992px){.meeting-details-hero-module .hero_inner{padding-left:20px;padding-right:20px;padding-bottom:30px}.meeting-details-hero-module .hero_card{padding:30px}.meeting-details-hero-module .hero_card .hero-title{font-size:2.8rem}}.meeting-details-main-module .sec_main{padding:60px 50px;background:#f9fafb}.meeting-details-main-module .main_inner{max-width:1400px;margin:0 auto;display:flex;gap:50px}.meeting-details-main-module .sidebar{flex:0 0 280px;position:sticky;top:100px;height:fit-content}.meeting-details-main-module .widget{background:#fff;border-radius:12px;padding:25px;margin-bottom:20px;border:1px solid #e5e7eb}.meeting-details-main-module .widget_title{font-size:1.6rem;font-weight:700;color:#12161e;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e5e7eb}.meeting-details-main-module .toc_list,.meeting-details-main-module .cat_list{list-style:none;padding:0;margin:0}.meeting-details-main-module .toc_list li,.meeting-details-main-module .cat_list li{margin-bottom:12px}.meeting-details-main-module .toc_list li:last-child,.meeting-details-main-module .cat_list li:last-child{margin-bottom:0}.meeting-details-main-module .toc_list a,.meeting-details-main-module .cat_list a{display:block;font-size:1.4rem;color:#6b7280;text-decoration:none;padding:8px 12px;border-radius:8px;transition:all .3s}.meeting-details-main-module .toc_list a:hover,.meeting-details-main-module .cat_list a:hover{background:#f4f6f9;color:#12161e}.meeting-details-main-module .toc_list a.active,.meeting-details-main-module .cat_list a.active{background:#e8f0fe;color:#0056d2;font-weight:600}.meeting-details-main-module .tag_list{display:flex;flex-wrap:wrap;gap:8px}.meeting-details-main-module .tag_list a{display:inline-block;padding:6px 12px;background:#f4f6f9;border-radius:6px;font-size:1.2rem;color:#6b7280;text-decoration:none;transition:all .3s}.meeting-details-main-module .tag_list a:hover{background:#e8f0fe;color:#0056d2}.meeting-details-main-module .tag_list a.active{background:#0056d2;color:#fff}.meeting-details-main-module .article_content{flex:1;background:#fff;border-radius:16px;padding:50px;border:1px solid #e5e7eb}.meeting-details-main-module .article_content .article_cover{width:100%;height:350px;object-fit:cover;border-radius:12px;margin-bottom:40px}.meeting-details-main-module .article_content .article-title{font-size:2.8rem;font-weight:700;color:#12161e;margin-bottom:20px;margin-top:40px}.meeting-details-main-module .article_content .article-title:first-of-type{margin-top:0}.meeting-details-main-module .article_content .article-text{font-size:1.6rem;color:#6b7280;line-height:1.8;margin-bottom:20px}@media(max-width: 1200px){.meeting-details-main-module .main_inner{flex-direction:column}.meeting-details-main-module .sidebar{flex:none;position:static;display:flex;gap:20px;flex-wrap:wrap}.meeting-details-main-module .sidebar .widget{flex:1;min-width:250px;margin-bottom:0}}@media(max-width: 992px){.meeting-details-main-module .sec_main{padding:40px 20px}.meeting-details-main-module .article_content{padding:30px 20px}.meeting-details-main-module .article_content .article_cover{height:250px}}.meeting-details-gallery-module .gallery_wrap{margin-top:40px}.meeting-details-gallery-module .main_img_box{width:100%;height:500px;border-radius:16px;overflow:hidden;margin-bottom:20px}.meeting-details-gallery-module .main_img_box img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}.meeting-details-gallery-module .thumb_list{display:grid;grid-template-columns:repeat(4, 1fr);gap:15px}.meeting-details-gallery-module .thumb_item{height:120px;border-radius:12px;overflow:hidden;cursor:pointer;border:2px solid rgba(0,0,0,0);transition:all .3s ease}.meeting-details-gallery-module .thumb_item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.meeting-details-gallery-module .thumb_item:hover{border-color:#e5e7eb}.meeting-details-gallery-module .thumb_item:hover img{transform:scale(1.05)}.meeting-details-gallery-module .thumb_item.active{border-color:#0056d2}@media(max-width: 992px){.meeting-details-gallery-module .main_img_box{height:350px}.meeting-details-gallery-module .thumb_list{grid-template-columns:repeat(4, 1fr);gap:10px}.meeting-details-gallery-module .thumb_item{height:80px}}@media(max-width: 768px){.meeting-details-gallery-module .thumb_list{grid-template-columns:repeat(2, 1fr)}}.meeting-details-form-module .sec_form{padding:80px 50px;background:#fff}.meeting-details-form-module .form_inner{max-width:1200px;width:100%;margin:0 auto;display:flex;gap:60px}.meeting-details-form-module .form_info{flex:1;height:fit-content;position:sticky;top:100px}.meeting-details-form-module .form_info .form-title{font-size:3.6rem;font-weight:800;color:#12161e;margin-bottom:20px}.meeting-details-form-module .form_info .form-desc{font-size:1.6rem;color:#6b7280;line-height:1.7;margin-bottom:30px}.meeting-details-form-module .form_info img{width:100%;height:350px;object-fit:cover;border-radius:16px}.meeting-details-form-module .form_card{flex:1.2;background:#f9fafb;border-radius:20px;padding:50px;border:1px solid #e5e7eb}.meeting-details-form-module .form_card .form_note{font-size:1.3rem;color:#6b7280;margin-bottom:30px}.meeting-details-form-module .form_card .input_row{margin-bottom:20px}.meeting-details-form-module .form_card .input_group input:not([type=checkbox]),.meeting-details-form-module .form_card .input_group textarea,.meeting-details-form-module .form_card .input_group select{width:100%;padding:16px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;font-size:1.5rem;font-family:inherit;color:#12161e;transition:all .3s}.meeting-details-form-module .form_card .input_group input:not([type=checkbox]):focus,.meeting-details-form-module .form_card .input_group textarea:focus,.meeting-details-form-module .form_card .input_group select:focus{outline:none;border-color:#0056d2;box-shadow:0 0 0 4px rgba(0,86,210,.1)}.meeting-details-form-module .form_card .input_group input:not([type=checkbox])::placeholder,.meeting-details-form-module .form_card .input_group textarea::placeholder,.meeting-details-form-module .form_card .input_group select::placeholder{color:#9ca3af}.meeting-details-form-module .form_card .input_group textarea{resize:vertical;min-height:120px}.meeting-details-form-module .form_card .multiselect_wrapper{width:100%;position:relative}.meeting-details-form-module .form_card .multiselect_wrapper::after{content:"";font-family:"iconfont";position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:1.4rem;color:#6b7280;pointer-events:none;z-index:1}.meeting-details-form-module .form_card .multiselect_wrapper .check_value{width:100%;padding:16px 40px 16px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;font-size:1.5rem;font-family:inherit;color:#12161e;transition:all .3s;cursor:pointer}.meeting-details-form-module .form_card .multiselect_wrapper .check_value:hover,.meeting-details-form-module .form_card .multiselect_wrapper .check_value:focus{border-color:#0056d2;outline:none;box-shadow:0 0 0 4px rgba(0,86,210,.1)}.meeting-details-form-module .form_card .check_list{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);z-index:100;overflow:hidden}.meeting-details-form-module .form_card .checkbox_label{display:flex;align-items:center;padding:12px 20px;cursor:pointer;transition:background .2s;border-bottom:1px solid #f3f4f6}.meeting-details-form-module .form_card .checkbox_label:last-child{border-bottom:none}.meeting-details-form-module .form_card .checkbox_label:hover{background:#f9fafb}.meeting-details-form-module .form_card .checkbox_label input[type=checkbox]{width:18px;height:18px;margin-right:12px;cursor:pointer;accent-color:#0056d2}.meeting-details-form-module .form_card .checkbox_text{font-size:1.5rem;color:#374151}.meeting-details-form-module .form_card .select_wrapper select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236B7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center;cursor:pointer}.meeting-details-form-module .form_card .submit_btn{width:100%;padding:18px 30px;background:#0056d2;color:#fff;border:none;border-radius:12px;font-size:1.7rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s}.meeting-details-form-module .form_card .submit_btn .iconfont{font-size:1.6rem}.meeting-details-form-module .form_card .submit_btn:hover{background:#12161e;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,86,210,.2)}.meeting-details-form-module .form_card .input_group.input-phone{display:flex;align-items:stretch;gap:8px}.meeting-details-form-module .form_card .input_group.input-phone .country-box{position:relative;flex-shrink:0}.meeting-details-form-module .form_card .input_group.input-phone .country-head{display:flex;align-items:center;justify-content:center;gap:6px;padding:16px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s;height:100%}.meeting-details-form-module .form_card .input_group.input-phone .country-head:hover,.meeting-details-form-module .form_card .input_group.input-phone .country-head.open{background:#fff;border-color:var(--ui-color-primary)}.meeting-details-form-module .form_card .input_group.input-phone .country-head .country-flag{width:20px;height:15px;object-fit:cover;border-radius:2px}.meeting-details-form-module .form_card .input_group.input-phone .country-head>.iconfont{font-size:12px;color:#6b7280;transition:transform .3s}.meeting-details-form-module .form_card .input_group.input-phone .country-head.open>.iconfont{transform:rotate(180deg)}.meeting-details-form-module .form_card .input_group.input-phone .country-list{position:absolute;top:calc(100% + 4px);left:0;min-width:280px;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);z-index:100;display:none}.meeting-details-form-module .form_card .input_group.input-phone .country-list.show{display:block}.meeting-details-form-module .form_card .input_group.input-phone .country-item{display:flex;align-items:center;gap:10px;padding:10px 16px;cursor:pointer;transition:background .2s;border-bottom:1px solid #f3f4f6}.meeting-details-form-module .form_card .input_group.input-phone .country-item:last-child{border-bottom:none}.meeting-details-form-module .form_card .input_group.input-phone .country-item:hover{background:#f9fafb}.meeting-details-form-module .form_card .input_group.input-phone .country-item .country-flag{width:20px;height:15px;object-fit:cover;border-radius:2px;flex-shrink:0}.meeting-details-form-module .form_card .input_group.input-phone .country-item .country-name{font-size:1.4rem;color:#374151;flex:1;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}.meeting-details-form-module .form_card .input_group.input-phone .country-item .country-dial-code{font-size:1.4rem;color:#6b7280;font-weight:500}.meeting-details-form-module .form_card .input_group.input-phone .phone-input-wrapper{flex:1;position:relative;min-width:0}.meeting-details-form-module .form_card .input_group.input-phone .phone-input-wrapper input{width:100%}.meeting-details-form-module .form_card .input_group.input-phone .phone-input-wrapper label.check_label{left:2rem}.meeting-details-form-module .form_card .input_group.input-error input,.meeting-details-form-module .form_card .input_group.input-error select,.meeting-details-form-module .form_card .input_group.input-error textarea{border-color:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.1)}@media(max-width: 1200px){.meeting-details-form-module .form_inner{flex-direction:column}.meeting-details-form-module .form_info img{height:250px}}@media(max-width: 992px){.meeting-details-form-module .form_info{position:unset}.meeting-details-form-module .sec_form{padding:60px 20px}.meeting-details-form-module .form_card{padding:30px 20px}}/*# sourceMappingURL=meeting-details.css.map */
