@import url(https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap);body.rtl-layout{direction:rtl;text-align:right}body.rtl-layout .el-icon-arrow-left,body.rtl-layout .el-icon-arrow-right,body.rtl-layout .el-icon-back{transform:rotate(180deg)}body.rtl-layout .el-menu-item [class^=el-icon-]{margin-right:0;margin-left:5px}body.rtl-layout .header-nav .nav-item{margin-right:0;margin-left:25px}body.rtl-layout .header-nav .nav-item:last-child{margin-left:0}body.rtl-layout .el-card__header,body.rtl-layout .header-nav .el-dropdown{text-align:right}body.rtl-layout .job-card .job-footer,body.rtl-layout .job-card .job-header{flex-direction:row-reverse}body.rtl-layout .job-card .job-publisher .publisher-name{margin-right:0;margin-left:8px}body.rtl-layout .el-form-item__label{text-align:right}body.rtl-layout .el-input__prefix{left:auto;right:5px}body.rtl-layout .el-input__suffix{right:auto;left:5px}body.rtl-layout .banner-content{margin-left:0;margin-right:10%}body.rtl-layout .el-dropdown-menu{text-align:right}body.rtl-layout .el-button-group>.el-button:first-child{border-radius:0 4px 4px 0}body.rtl-layout .el-button-group>.el-button:last-child{border-radius:4px 0 0 4px}body.rtl-layout .el-table th{text-align:right}body.rtl-layout .el-steps--horizontal .el-step__line{left:auto;right:0}body.rtl-layout .el-tabs__item{float:right}body.rtl-layout .el-drawer.rtl{right:auto;left:0}body.rtl-layout .el-message{justify-content:flex-start}body.rtl-layout .el-message .el-message__icon{margin-right:0;margin-left:10px}body.rtl-layout .mobile-nav .van-sidebar-item,body.rtl-layout .van-field__label{text-align:right}html[lang=ar] body,html[lang=ar] button,html[lang=ar] input,html[lang=ar] select,html[lang=ar] textarea{font-family:Tajawal,Avenir,Helvetica,Arial,sans-serif}html[lang=ur] body,html[lang=ur] button,html[lang=ur] input,html[lang=ur] select,html[lang=ur] textarea{font-family:Noto Nastaliq Urdu,Avenir,Helvetica,Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;background-color:#f7fafc;overflow-x:hidden}a,body{color:#2d3748}a{text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1)}a:hover{color:#2c5282}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translateX(-20px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.animate-fade-in{animation:fadeIn .3s ease-out forwards}.animate-slide-in{animation:slideIn .3s ease-out forwards}.animate-scale-in{animation:scaleIn .3s ease-out forwards}.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;font-size:16px;font-weight:500;line-height:1;text-align:center;text-decoration:none;border-radius:6px;border:1px solid transparent;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:hsla(0,0%,100%,.2);border-radius:50%;transform:translate(-50%,-50%);transition:width .3s,height .3s}.btn:active:after{width:200%;height:200%}.btn:focus{outline:none;box-shadow:0 0 0 3px rgba(44,82,130,.25)}.btn:disabled{opacity:.65;cursor:not-allowed}.btn-primary{background-color:#2c5282;color:#fff}.btn-primary:hover:not(:disabled){background-color:#1a365d;transform:translateY(-1px)}.btn-secondary{background-color:transparent;border-color:#2c5282;color:#2c5282}.btn-secondary:hover:not(:disabled){background-color:#ebf8ff;transform:translateY(-1px)}.btn-outline{color:#2c5282;background-color:transparent;border-color:#2c5282}.btn-outline:hover{color:#fff;background-color:#2c5282;border-color:#2c5282}.card{background-color:#fff;border-radius:6px;box-shadow:0 2px 4px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.card:hover{box-shadow:0 4px 6px rgba(0,0,0,.05),0 2px 4px rgba(0,0,0,.1);transform:translateY(-2px)}.card .card-header{padding:16px;border-bottom:1px solid #edf2f7;background-color:#f8fafc}.card .card-body{padding:16px}.card .card-footer{padding:16px;border-top:1px solid #edf2f7;background-color:#f8fafc}.form-control{display:block;width:100%;padding:8px 16px;font-size:16px;line-height:1.5;color:#2d3748;background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;transition:all .2s cubic-bezier(.4,0,.2,1)}.form-control:focus{outline:none;border-color:#2c5282;box-shadow:0 0 0 3px rgba(44,82,130,.1)}.form-control:disabled{background-color:#f7fafc;cursor:not-allowed}.form-control.is-invalid{border-color:#e53e3e}.form-control.is-invalid:focus{box-shadow:0 0 0 3px rgba(229,62,62,.1)}.tag{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:12px;font-weight:500;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:9999px;background-color:#f7fafc;color:#4a5568;margin-right:.5rem;margin-bottom:.5rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.tag:hover{background-color:#e4eef5;transform:translateY(-1px)}.tag.tag-primary{background-color:#ebf8ff;color:#2c5282}.tag.tag-success{background-color:#c6f6d5;color:#38a169}.tag.tag-warning{background-color:#fefcbf;color:#d69e2e}.tag.tag-danger{background-color:#fed7d7;color:#e53e3e}.container{max-width:1500px;padding:0 24px;width:100%}@media(max-width:992px){.container{padding:0 24px}}@media(max-width:768px){.container{padding:0 16px}}@media(max-width:576px){.container{padding:0 8px}}.grid{display:grid;gap:16px}.grid.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media(max-width:992px){.grid.grid-cols-lg-2{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid.grid-cols-md-1{grid-template-columns:1fr}}.text-primary{color:#2c5282!important}.text-secondary{color:#4a5568!important}.text-success{color:#38a169!important}.text-warning{color:#d69e2e!important}.text-danger{color:#e53e3e!important}.text-info{color:#3182ce!important}.bg-primary{background-color:#2c5282!important}.bg-light{background-color:#f7fafc!important}.bg-white{background-color:#fff!important}.el-button--primary{background-color:#2c5282;border-color:#2c5282}.el-button--primary:focus,.el-button--primary:hover{background-color:#1a365d;border-color:#1a365d;transform:translateY(-1px)}.el-input__inner{border-radius:6px;transition:all .2s cubic-bezier(.4,0,.2,1)}.el-input__inner:focus{border-color:#2c5282;box-shadow:0 0 0 3px rgba(44,82,130,.1)}.el-form-item__label{font-weight:500;color:#4a5568}.el-card{border-radius:6px;border:none;box-shadow:0 2px 4px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.el-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.05),0 2px 4px rgba(0,0,0,.1);transform:translateY(-2px)}.el-tag{border-radius:9999px;padding:0 .75rem;height:24px;line-height:22px}.el-pagination{margin-top:24px;text-align:center}.el-pagination .el-pagination__jump,.el-pagination .el-pagination__total{margin-right:16px}.el-pagination .btn-next,.el-pagination .btn-prev,.el-pagination .el-pager li{border-radius:6px}.el-pagination .el-pager li.active{background-color:#2c5282;color:#fff}.loading-spinner{display:inline-block;width:24px;height:24px;border:2px solid #ebf8ff;border-top-color:#2c5282;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:992px){.lg\:hidden{display:none!important}.lg\:block{display:block!important}.lg\:flex{display:flex!important}}@media(max-width:768px){.md\:hidden{display:none!important}.md\:block{display:block!important}.md\:flex{display:flex!important}}@media(max-width:576px){.sm\:hidden{display:none!important}.sm\:block{display:block!important}.sm\:flex{display:flex!important}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.flex{display:flex}.flex-column{flex-direction:column}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.items-center{align-items:center}.flex-wrap{flex-wrap:wrap}.text-center{text-align:center}.full-width{width:100%}.mt-10{margin-top:10px}.mb-10{margin-bottom:10px}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.p-10{padding:10px}.p-20{padding:20px}.pc-only{display:block}.mobile-only{display:none}@media screen and (max-width:768px){.pc-only{display:none}.mobile-only{display:block}body,html{font-size:14px}}html[lang=ja] body,html[lang=ja] button,html[lang=ja] input,html[lang=ja] select,html[lang=ja] textarea{font-family:Noto Sans JP,Avenir,Helvetica,Arial,sans-serif}html[lang=ko] body,html[lang=ko] button,html[lang=ko] input,html[lang=ko] select,html[lang=ko] textarea{font-family:Noto Sans KR,Avenir,Helvetica,Arial,sans-serif}html[lang=zh] body,html[lang=zh] button,html[lang=zh] input,html[lang=zh] select,html[lang=zh] textarea{font-family:Noto Sans TC,Avenir,Helvetica,Arial,sans-serif}h1,h2,h3,h4,h5,h6{margin-bottom:16px;font-weight:600;line-height:1.25}h1{font-size:30px}h2{font-size:24px}h3{font-size:20px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}p{margin-bottom:16px}.fade-enter-active{animation:fadeIn .3s ease-out}.fade-leave-active{animation:fadeIn .3s ease-in reverse}.slide-up-enter-active{animation:slideIn .3s ease-out}.slide-up-leave-active{animation:slideIn .3s ease-in reverse}.scale-enter-active{animation:scaleIn .2s ease-out}.scale-leave-active{animation:scaleIn .2s ease-in reverse}.text-light{color:#718096}.text-white{color:#fff}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:16px}.mt-4{margin-top:24px}.mt-5{margin-top:32px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:16px}.mb-4{margin-bottom:24px}.mb-5{margin-bottom:32px}.tooltip{position:relative;display:inline-block}.tooltip:hover:before{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translateX(-50%);padding:4px 8px;background-color:#1a202c;color:#fff;font-size:12px;border-radius:4px;white-space:nowrap;z-index:1070}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f7fafc}::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#718096}@media screen and (max-width:768px){.el-message-box{width:90%!important;max-width:320px!important}.el-message-box .el-message-box__header{padding:12px 15px!important}.el-message-box .el-message-box__header .el-message-box__title{font-size:16px!important}.el-message-box .el-message-box__content{padding:15px!important;font-size:14px!important}.el-message-box .el-message-box__btns{padding:8px 15px 12px!important}.el-message-box .el-message-box__btns button{min-width:60px!important;padding:8px 12px!important;font-size:14px!important}.el-message-box__wrapper{padding:15px!important}}.language-select[data-v-ee4977aa]{display:inline-flex;align-items:center;cursor:pointer}.language-select-trigger[data-v-ee4977aa]{display:flex;align-items:center;height:100%;padding:5px 10px;border-radius:4px;background-color:rgba(0,0,0,.03);transition:background-color .3s;width:100px}.language-select-trigger i.el-icon-arrow-down[data-v-ee4977aa]{margin-left:5px;font-size:12px;color:#606266}.language-select-trigger[data-v-ee4977aa]:hover{background-color:rgba(64,158,255,.1)}.language-code[data-v-ee4977aa]{font-size:12px;font-weight:500;margin-right:4px;color:#409eff;flex-shrink:0}.language-name-current[data-v-ee4977aa]{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px;margin-left:4px}.language-flag[data-v-ee4977aa]{font-size:20px;margin-right:10px;display:inline-flex;align-items:center;width:24px;text-align:center}.language-name[data-v-ee4977aa]{font-size:14px;white-space:nowrap}.language-icon[data-v-ee4977aa]{color:#409eff;font-size:16px;margin-right:5px}[data-v-ee4977aa] .el-dropdown-menu{padding:5px 0}[data-v-ee4977aa] .el-dropdown-menu__item{padding:10px 15px;line-height:1.5;display:flex;align-items:center}[data-v-ee4977aa] .el-dropdown-menu__item:hover{background-color:rgba(64,158,255,.1)}[data-v-ee4977aa] .el-dropdown-menu__item.is-active{color:#409eff;font-weight:700;background-color:rgba(64,158,255,.1)}@media screen and (max-width:768px){.language-select-trigger[data-v-ee4977aa]{padding:5px 8px;width:80px}.language-select-trigger i.el-icon-guide[data-v-ee4977aa]{display:none!important}.language-select-trigger i.el-icon-arrow-down[data-v-ee4977aa]{display:inline-block!important;visibility:visible!important}.language-select-trigger .language-name-current[data-v-ee4977aa]{max-width:40px}}@media screen and (max-width:576px){.language-select[data-v-ee4977aa]{width:100%;margin-left:10px;max-width:none}.language-select-trigger[data-v-ee4977aa]{width:100%;justify-content:space-between}.language-name-current[data-v-ee4977aa]{text-align:center;max-width:none}}.country-selector[data-v-e5ee64f2]{position:relative}.country-selector[data-v-e5ee64f2],.location-dropdown[data-v-e5ee64f2]{display:inline-flex;align-items:center}.location-display[data-v-e5ee64f2]{display:flex;align-items:center;cursor:pointer;padding:5px 10px;border-radius:4px;transition:all .3s;white-space:nowrap;background-color:rgba(0,0,0,.03);width:120px}.location-display i[data-v-e5ee64f2]{margin-right:5px}.location-display i.el-icon-location[data-v-e5ee64f2]{color:#2c5282}.location-display i.el-icon-arrow-down[data-v-e5ee64f2]{margin-left:5px;margin-right:0}.location-display .location-country[data-v-e5ee64f2]{flex:1;font-size:14px;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-display[data-v-e5ee64f2]:hover{background-color:rgba(44,82,130,.1)}.location-display.is-loading[data-v-e5ee64f2]{pointer-events:none;opacity:.7}.location-display.is-loading i.el-icon-location[data-v-e5ee64f2]{animation:rotating 2s linear infinite}@media screen and (max-width:768px){.location-display[data-v-e5ee64f2]{padding:5px 8px;width:100px}.location-display .location-country[data-v-e5ee64f2]{max-width:60px}.location-display i.el-icon-location[data-v-e5ee64f2]{display:none!important}.location-display i.el-icon-arrow-down[data-v-e5ee64f2]{display:inline-block!important;visibility:visible!important}}@media screen and (max-width:576px){.country-selector[data-v-e5ee64f2]{width:100%}.location-dropdown[data-v-e5ee64f2]{margin-left:10px;width:120px}.location-display[data-v-e5ee64f2]{width:100%;justify-content:center}.location-display .location-country[data-v-e5ee64f2]{flex:1;text-align:center;max-width:none}}.country-dropdown-menu[data-v-e5ee64f2]{max-height:400px;overflow-y:auto;min-width:200px;padding:0}.country-dropdown-menu .country-search[data-v-e5ee64f2]{padding:10px;border-bottom:1px solid #ebeef5;position:sticky;top:0;background-color:#fff;z-index:1}.country-dropdown-menu .auto-detect-item[data-v-e5ee64f2]{color:#409eff;font-weight:500;border-bottom:1px solid #ebeef5}.country-dropdown-menu .auto-detect-item i[data-v-e5ee64f2]{margin-right:5px}.country-dropdown-menu .country-item[data-v-e5ee64f2]{padding:8px 20px}.country-dropdown-menu .country-item[data-v-e5ee64f2]:hover{background-color:#f5f7fa}.country-dropdown-menu .no-country-found[data-v-e5ee64f2]{padding:10px;color:#909399;text-align:center;font-size:14px}@media screen and (max-width:768px){.country-dropdown-menu[data-v-e5ee64f2]{min-width:180px;width:180px!important;max-width:180px!important}}@media screen and (max-width:576px){.country-dropdown-menu[data-v-e5ee64f2]{min-width:150px;width:150px!important;max-width:150px!important}}.header[data-v-07f0e598]{position:fixed;top:0;left:0;right:0;height:70px;background-color:#fff;box-shadow:none;z-index:100;transition:all .3s ease}.header.header-scrolled[data-v-07f0e598]{height:60px;box-shadow:0 2px 4px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);background-color:hsla(0,0%,100%,.98)}.header-content[data-v-07f0e598]{max-width:1500px;height:100%;margin:0 auto;padding:0 15px;display:flex;align-items:center;justify-content:space-between}.header-left[data-v-07f0e598]{display:flex;align-items:center;flex:1;max-width:70%}.header-right[data-v-07f0e598]{display:flex;align-items:center;height:100%;flex-shrink:0;justify-content:flex-end;overflow:visible}@media screen and (max-width:992px){.header-right[data-v-07f0e598]{max-width:320px}}.logo[data-v-07f0e598]{display:flex;align-items:center;text-decoration:none;margin-right:30px;margin-left:0;max-width:220px}.logo .logo-icon[data-v-07f0e598]{font-size:34px;color:#2c5282;margin-right:8px;flex-shrink:0}.logo h1[data-v-07f0e598]{font-size:22px;color:#2c5282;margin:0;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-menu[data-v-07f0e598]{display:flex;gap:20px;align-items:center;flex-wrap:nowrap;overflow:hidden}.nav-item[data-v-07f0e598]{padding:6px 8px}.nav-item .nav-icon[data-v-07f0e598]{margin-right:4px}.nav-item-wrapper[data-v-07f0e598]{position:relative}.nav-item-wrapper:hover .nav-dropdown[data-v-07f0e598]{opacity:1;visibility:visible;transform:translateY(0)}.nav-item-wrapper.active .nav-item[data-v-07f0e598]{color:#2c5282;background-color:rgba(44,82,130,.08);font-weight:500}.nav-item-wrapper.active .nav-item[data-v-07f0e598]:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translateX(-50%);width:20px;height:3px;background-color:#2c5282;border-radius:2px}.nav-item[data-v-07f0e598]{display:flex;align-items:center;font-size:16px;color:#2d3748;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);padding:6px 10px;border-radius:6px;cursor:pointer;white-space:nowrap;position:relative}.nav-item .nav-icon[data-v-07f0e598]{margin-right:6px;font-size:16px;flex-shrink:0}.nav-item .nav-arrow[data-v-07f0e598]{margin-left:4px;font-size:12px;color:#4a5568;flex-shrink:0}.nav-item[data-v-07f0e598]:hover{color:#2c5282}.nav-item.router-link-active[data-v-07f0e598]{color:#2c5282;background-color:rgba(44,82,130,.08);font-weight:500}.nav-item.router-link-active[data-v-07f0e598]:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translateX(-50%);width:20px;height:3px;background-color:#2c5282;border-radius:2px}.nav-item span[data-v-07f0e598]{overflow:hidden;text-overflow:ellipsis}.nav-dropdown[data-v-07f0e598]{position:absolute;top:100%;left:0;min-width:200px;max-width:250px;background-color:#fff;border-radius:6px;box-shadow:0 2px 4px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);padding:10px 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:10}.dropdown-item[data-v-07f0e598]{display:flex;align-items:center;padding:8px 15px;color:#2d3748;text-decoration:none;font-size:14px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-item i[data-v-07f0e598]{margin-right:8px;font-size:14px;flex-shrink:0}.dropdown-item[data-v-07f0e598]:hover{color:#2c5282;background-color:rgba(44,82,130,.05)}.dropdown-section[data-v-07f0e598]{padding:10px 15px}.dropdown-section h4[data-v-07f0e598]{margin:0 0 8px 0;font-size:14px;color:#4a5568}.dropdown-section .language-select[data-v-07f0e598],.dropdown-section .location-cascader[data-v-07f0e598]{width:100%}.header-country-selector[data-v-07f0e598],.language-selector[data-v-07f0e598]{margin-left:15px;display:flex;align-items:center;height:100%}.header-language-select[data-v-07f0e598]{height:100%}.search-area[data-v-07f0e598]{display:flex;align-items:center;margin-right:12px}@media screen and (max-width:992px){.search-area[data-v-07f0e598]{margin-right:8px}}.search-mini[data-v-07f0e598]{width:320px}.search-mini[data-v-07f0e598] .el-input__inner{height:32px;border-radius:16px;font-size:14px}.user-actions[data-v-07f0e598]{display:flex;gap:8px;align-items:center}.btn-login[data-v-07f0e598],.btn-register[data-v-07f0e598]{padding:4px 12px;border-radius:6px;font-size:14px;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);font-weight:500;min-width:70px;text-align:center}.btn-login[data-v-07f0e598]{color:#2d3748;border:1px solid #e2e8f0}.btn-login[data-v-07f0e598]:hover{background-color:#f7fafc;border-color:#4a5568}.btn-register[data-v-07f0e598]{color:#fff;background-color:#2c5282;border:1px solid #2c5282}.btn-register[data-v-07f0e598]:hover{background-color:#1a365d;border-color:#1a365d}.user-menu[data-v-07f0e598]{display:flex;align-items:center;gap:30px}.notification-icon[data-v-07f0e598]{font-size:22px;color:#4a5568;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);padding:0 5px}.notification-icon[data-v-07f0e598]:hover{color:#2c5282}.points-balance[data-v-07f0e598]{display:flex;align-items:center;gap:5px;color:#4a5568;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);margin-right:0}.points-balance i[data-v-07f0e598]{font-size:20px;color:#d69e2e}.points-balance span[data-v-07f0e598]{font-size:15px;font-weight:500}.points-balance[data-v-07f0e598]:hover{color:#2c5282}.user-info[data-v-07f0e598]{display:flex;align-items:center;gap:8px;cursor:pointer;padding:5px 10px;border-radius:6px;transition:all .2s cubic-bezier(.4,0,.2,1);background-color:rgba(247,250,252,.5)}.user-info[data-v-07f0e598]:hover{background-color:rgba(44,82,130,.1)}.user-info .user-avatar[data-v-07f0e598]{flex-shrink:0;border:2px solid #2c5282;background-color:#fff}.user-info .username[data-v-07f0e598]{font-size:14px;color:#2d3748;max-width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.user-info .el-icon-arrow-down[data-v-07f0e598]{font-size:12px;color:#4a5568;margin-left:2px}.dropdown-badge[data-v-07f0e598]{margin-left:5px}.mobile-menu-toggle[data-v-07f0e598]{display:none;cursor:pointer;font-size:24px;color:#2d3748}.mobile-menu-toggle i[data-v-07f0e598]{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.mobile-menu[data-v-07f0e598]{display:none;position:fixed;left:0;right:0;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);padding:15px;z-index:99;overflow-y:auto}.header-scrolled .mobile-menu[data-v-07f0e598],.mobile-menu[data-v-07f0e598]{top:60px;max-height:calc(100vh - 60px)}.mobile-nav-item[data-v-07f0e598]{display:flex;align-items:center;padding:12px 15px;color:#2d3748;text-decoration:none;font-size:16px;border-radius:6px;margin-bottom:5px}.mobile-nav-item i[data-v-07f0e598]{margin-right:10px;font-size:18px}.mobile-nav-item[data-v-07f0e598]:hover{color:#2c5282}.mobile-nav-item.router-link-active[data-v-07f0e598]{color:#2c5282;background-color:rgba(44,82,130,.08);font-weight:500}.mobile-nav-item.sub-item[data-v-07f0e598]{padding-left:40px}.mobile-nav-group[data-v-07f0e598]{margin-bottom:5px}.mobile-inline-group[data-v-07f0e598]{display:flex;align-items:center;justify-content:space-between;width:100%;padding:5px 15px;border-radius:6px;margin-bottom:5px}.mobile-inline-group[data-v-07f0e598]:hover{background-color:rgba(44,82,130,.05)}.mobile-inline-group .mobile-nav-group-title[data-v-07f0e598]{color:#2d3748;font-size:16px;border-radius:6px;cursor:pointer;padding:8px 0;width:auto;flex-shrink:0;display:flex;align-items:center;margin:0;background:none}.mobile-inline-group .mobile-nav-group-title i[data-v-07f0e598]{font-size:18px;margin-right:8px;color:#2c5282}.mobile-inline-group .mobile-nav-group-title[data-v-07f0e598]:hover{color:#2c5282;background-color:transparent}.mobile-inline-group .mobile-country-select[data-v-07f0e598],.mobile-inline-group .mobile-language-select[data-v-07f0e598]{flex:1;padding:0;margin:0;background:none}.mobile-inline-group .mobile-country-select .country-selector .language-select-trigger[data-v-07f0e598],.mobile-inline-group .mobile-country-select .country-selector .location-dropdown[data-v-07f0e598],.mobile-inline-group .mobile-country-select .country-selector[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select .language-select-trigger[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select .location-dropdown[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector .language-select-trigger[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector .location-dropdown[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select .language-select-trigger[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select .location-dropdown[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select[data-v-07f0e598]{width:100%}.mobile-inline-group .mobile-country-select .country-selector .language-select-trigger[data-v-07f0e598],.mobile-inline-group .mobile-country-select .country-selector .location-display[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select .language-select-trigger[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select .location-display[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector .language-select-trigger[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector .location-display[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select .language-select-trigger[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select .location-display[data-v-07f0e598]{width:100%;background-color:hsla(0,0%,100%,.8)}.mobile-inline-group .mobile-country-select .country-selector .language-select-trigger .language-code[data-v-07f0e598],.mobile-inline-group .mobile-country-select .country-selector .language-select-trigger .language-name-current[data-v-07f0e598],.mobile-inline-group .mobile-country-select .country-selector .language-select-trigger .location-country[data-v-07f0e598],.mobile-inline-group .mobile-country-select .country-selector .location-display .language-code[data-v-07f0e598],.mobile-inline-group .mobile-country-select .country-selector .location-display .language-name-current[data-v-07f0e598],.mobile-inline-group .mobile-country-select .country-selector .location-display .location-country[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select .language-select-trigger .language-code[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select .language-select-trigger .language-name-current[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select .language-select-trigger .location-country[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select .location-display .language-code[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select .location-display .language-name-current[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select .location-display .location-country[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector .language-select-trigger .language-code[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector .language-select-trigger .language-name-current[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector .language-select-trigger .location-country[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector .location-display .language-code[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector .location-display .language-name-current[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector .location-display .location-country[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select .language-select-trigger .language-code[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select .language-select-trigger .language-name-current[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select .language-select-trigger .location-country[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select .location-display .language-code[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select .location-display .language-name-current[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select .location-display .location-country[data-v-07f0e598]{display:inline-block!important;visibility:visible!important}@media screen and (max-width:768px){.mobile-inline-group .mobile-country-select .country-selector .language-select-trigger i.el-icon-guide[data-v-07f0e598],.mobile-inline-group .mobile-country-select .country-selector .language-select-trigger i.el-icon-location[data-v-07f0e598],.mobile-inline-group .mobile-country-select .country-selector .location-display i.el-icon-guide[data-v-07f0e598],.mobile-inline-group .mobile-country-select .country-selector .location-display i.el-icon-location[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select .language-select-trigger i.el-icon-guide[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select .language-select-trigger i.el-icon-location[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select .location-display i.el-icon-guide[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select .location-display i.el-icon-location[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector .language-select-trigger i.el-icon-guide[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector .language-select-trigger i.el-icon-location[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector .location-display i.el-icon-guide[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector .location-display i.el-icon-location[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select .language-select-trigger i.el-icon-guide[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select .language-select-trigger i.el-icon-location[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select .location-display i.el-icon-guide[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select .location-display i.el-icon-location[data-v-07f0e598]{display:none!important}.mobile-inline-group .mobile-country-select .country-selector .language-select-trigger i.el-icon-arrow-down[data-v-07f0e598],.mobile-inline-group .mobile-country-select .country-selector .location-display i.el-icon-arrow-down[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select .language-select-trigger i.el-icon-arrow-down[data-v-07f0e598],.mobile-inline-group .mobile-country-select .language-select .location-display i.el-icon-arrow-down[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector .language-select-trigger i.el-icon-arrow-down[data-v-07f0e598],.mobile-inline-group .mobile-language-select .country-selector .location-display i.el-icon-arrow-down[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select .language-select-trigger i.el-icon-arrow-down[data-v-07f0e598],.mobile-inline-group .mobile-language-select .language-select .location-display i.el-icon-arrow-down[data-v-07f0e598]{display:inline-block!important;visibility:visible!important}}.mobile-user-actions[data-v-07f0e598]{display:flex;gap:10px;margin-top:20px;padding:15px;border-top:1px solid #edf2f7}.mobile-user-menu[data-v-07f0e598]{margin-top:20px;padding-top:15px;border-top:1px solid #edf2f7}.mobile-country-select[data-v-07f0e598],.mobile-language-select[data-v-07f0e598]{padding:10px 15px;background-color:rgba(0,0,0,.02);border-radius:4px;margin:5px 15px 15px}.mobile-country-select .country-selector[data-v-07f0e598]{width:100%}.mobile-country-select .country-selector .location-dropdown[data-v-07f0e598]{margin-right:0;width:100%}.mobile-country-select .country-selector .location-display[data-v-07f0e598]{width:100%;justify-content:center;border-radius:4px}@media screen and (max-width:992px){.search-mini[data-v-07f0e598]{width:200px}.header-country-selector .location-country[data-v-07f0e598]{max-width:50px}.logo[data-v-07f0e598]{max-width:180px;margin-right:15px}.logo h1[data-v-07f0e598]{font-size:20px}.logo .logo-icon[data-v-07f0e598]{font-size:28px}}@media screen and (max-width:768px){.header[data-v-07f0e598]{height:60px}.header-content[data-v-07f0e598]{padding:0 10px}.logo[data-v-07f0e598]{margin-right:0;max-width:220px;margin-left:0}.logo .logo-icon[data-v-07f0e598]{font-size:32px}.logo h1[data-v-07f0e598]{font-size:20px}.nav-menu[data-v-07f0e598],.search-area[data-v-07f0e598]{display:none}.mobile-menu-toggle[data-v-07f0e598]{display:flex;align-items:center;justify-content:center;margin-left:5px;padding:8px;position:relative;right:0;z-index:100}.mobile-menu-toggle i[data-v-07f0e598]{font-size:24px}.mobile-menu[data-v-07f0e598]{display:block}.user-actions[data-v-07f0e598],.user-menu .el-icon-arrow-down[data-v-07f0e598],.user-menu .language-selector[data-v-07f0e598],.user-menu .notification-icon[data-v-07f0e598],.user-menu .points-balance[data-v-07f0e598],.user-menu .username[data-v-07f0e598]{display:none}}@media screen and (max-width:576px){.header-content[data-v-07f0e598]{padding:0 10px}.mobile-country-select[data-v-07f0e598],.mobile-language-select[data-v-07f0e598]{background-color:rgba(0,0,0,.02);border-radius:4px;padding:10px;margin:5px 15px 15px}.mobile-country-select .country-selector[data-v-07f0e598],.mobile-country-select .language-select[data-v-07f0e598],.mobile-language-select .country-selector[data-v-07f0e598],.mobile-language-select .language-select[data-v-07f0e598]{width:100%}.mobile-country-select .country-selector .language-select-trigger[data-v-07f0e598],.mobile-country-select .country-selector .location-display[data-v-07f0e598],.mobile-country-select .country-selector .location-dropdown[data-v-07f0e598],.mobile-country-select .language-select .language-select-trigger[data-v-07f0e598],.mobile-country-select .language-select .location-display[data-v-07f0e598],.mobile-country-select .language-select .location-dropdown[data-v-07f0e598],.mobile-language-select .country-selector .language-select-trigger[data-v-07f0e598],.mobile-language-select .country-selector .location-display[data-v-07f0e598],.mobile-language-select .country-selector .location-dropdown[data-v-07f0e598],.mobile-language-select .language-select .language-select-trigger[data-v-07f0e598],.mobile-language-select .language-select .location-display[data-v-07f0e598],.mobile-language-select .language-select .location-dropdown[data-v-07f0e598]{width:100%;justify-content:space-between}.mobile-country-select .country-selector .language-current[data-v-07f0e598],.mobile-country-select .country-selector .location-country[data-v-07f0e598],.mobile-country-select .language-select .language-current[data-v-07f0e598],.mobile-country-select .language-select .location-country[data-v-07f0e598],.mobile-language-select .country-selector .language-current[data-v-07f0e598],.mobile-language-select .country-selector .location-country[data-v-07f0e598],.mobile-language-select .language-select .language-current[data-v-07f0e598],.mobile-language-select .language-select .location-country[data-v-07f0e598]{flex:1;text-align:center}}.location-icon[data-v-07f0e598]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:rgba(64,158,255,.1);cursor:pointer;margin-right:16px;transition:all .3s;position:relative}.location-icon[data-v-07f0e598]:hover{background-color:rgba(64,158,255,.2)}.location-icon i[data-v-07f0e598]{font-size:18px;color:#409eff;transition:all .3s}.location-icon.is-loading i[data-v-07f0e598]{animation:location-spin-07f0e598 1s linear infinite}.location-dropdown[data-v-07f0e598]{margin-right:16px}.location-display[data-v-07f0e598]{display:flex;align-items:center;padding:0 12px;height:36px;border-radius:18px;background-color:rgba(64,158,255,.1);cursor:pointer;transition:all .3s}.location-display[data-v-07f0e598]:hover{background-color:rgba(64,158,255,.2)}.location-display i.el-icon-location[data-v-07f0e598]{font-size:16px;color:#409eff;margin-right:6px}.location-display i.el-icon-arrow-down[data-v-07f0e598]{font-size:12px;color:#409eff;margin-left:6px}.location-display .location-country[data-v-07f0e598]{font-size:14px;color:#409eff;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-display.is-loading i.el-icon-location[data-v-07f0e598]{animation:location-spin-07f0e598 1s linear infinite}@keyframes location-spin-07f0e598{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.country-dropdown-menu[data-v-07f0e598]{max-height:400px;overflow-y:auto;min-width:200px;padding:0}.country-dropdown-menu .country-search[data-v-07f0e598]{padding:10px;border-bottom:1px solid #ebeef5;position:sticky;top:0;background-color:#fff;z-index:1}.country-dropdown-menu .auto-detect-item[data-v-07f0e598]{color:#409eff;font-weight:500;border-bottom:1px solid #ebeef5}.country-dropdown-menu .auto-detect-item i[data-v-07f0e598]{margin-right:5px}.country-dropdown-menu .country-item[data-v-07f0e598]{padding:8px 20px}.country-dropdown-menu .country-item[data-v-07f0e598]:hover{background-color:#f5f7fa}.country-dropdown-menu .no-country-found[data-v-07f0e598]{padding:10px;color:#909399;text-align:center;font-size:14px}@media screen and (max-width:768px){.mobile-inline-group .mobile-country-select .country-selector .country-dropdown-menu[data-v-07f0e598]{min-width:180px!important;width:180px!important;max-width:180px!important}}.footer[data-v-0568f66d]{background-color:#4a5568;color:#fff;padding:40px 0 20px;margin-top:50px}.footer-content[data-v-0568f66d]{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-section h3[data-v-0568f66d]{font-size:16px;margin-bottom:20px;color:#fff;font-weight:600}.footer-section p[data-v-0568f66d]{color:hsla(0,0%,100%,.7);line-height:1.6;font-size:14px}.footer-section ul[data-v-0568f66d]{list-style:none;padding:0;margin:0}.footer-section ul li[data-v-0568f66d]{margin-bottom:10px}.footer-section ul li a[data-v-0568f66d]{color:hsla(0,0%,100%,.7);text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:14px}.footer-section ul li a[data-v-0568f66d]:hover{color:#2c5282}.footer-bottom[data-v-0568f66d]{margin-top:40px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1);text-align:center}.footer-bottom p[data-v-0568f66d]{color:hsla(0,0%,100%,.7);font-size:12px}@media screen and (max-width:768px){.footer-content[data-v-0568f66d]{grid-template-columns:1fr;gap:30px;padding:0 15px}.footer-section[data-v-0568f66d]{text-align:center}}.announcement-container[data-v-28426e35]{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);padding:0;overflow:hidden;margin-bottom:20px;position:relative;transition:all .3s ease}.announcement-container[data-v-28426e35]:hover{box-shadow:0 6px 16px rgba(0,0,0,.08);transform:translateY(-2px)}.announcement-header[data-v-28426e35]{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-bottom:1px solid rgba(0,0,0,.06)}.announcement-header .header-left[data-v-28426e35]{display:flex;align-items:center}.announcement-header .header-left .announcement-icon[data-v-28426e35]{color:#d69e2e;font-size:20px;margin-right:8px}.announcement-header .header-left h3[data-v-28426e35]{margin:0;font-size:16px;font-weight:600;color:#2d3748}.announcement-header .view-more[data-v-28426e35]{color:#2c5282;font-size:14px;font-weight:500;display:flex;align-items:center;transition:all .3s ease}.announcement-header .view-more i[data-v-28426e35]{margin-left:4px;transition:transform .3s ease}.announcement-header .view-more[data-v-28426e35]:hover{color:#1f3a5c}.announcement-header .view-more:hover i[data-v-28426e35]{transform:translateX(3px)}.announcement-loading[data-v-28426e35]{padding:20px}.announcement-content[data-v-28426e35]{padding:5px 0}.announcement-item[data-v-28426e35]{display:flex;flex-direction:column;padding:10px 20px;transition:background-color .2s ease;position:relative}.announcement-item[data-v-28426e35]:hover{background-color:rgba(44,82,130,.04)}.announcement-item[data-v-28426e35]:not(:last-child){border-bottom:1px solid rgba(0,0,0,.03)}.announcement-item .announcement-tags[data-v-28426e35]{display:flex;margin-right:10px;flex-shrink:0;margin-bottom:6px}.announcement-item .announcement-tags .top-tag[data-v-28426e35]{margin-right:5px}.announcement-item .announcement-tags .type-tag[data-v-28426e35]{font-weight:500}.announcement-item .announcement-text[data-v-28426e35]{flex:1;font-size:14px;color:#2d3748;margin:0 0 6px 0;cursor:pointer;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}.announcement-item .announcement-text[data-v-28426e35]:hover{color:#2c5282}.announcement-item .announcement-date[data-v-28426e35]{color:#718096;font-size:12px;margin-bottom:6px}.announcement-item .view-detail[data-v-28426e35]{text-align:right;margin-top:2px}.announcement-item .view-detail .view-detail-btn[data-v-28426e35]{padding:0;font-size:13px;font-weight:500}.announcement-item .view-detail .view-detail-btn i[data-v-28426e35]{transition:transform .3s}.announcement-item .view-detail .view-detail-btn:hover i[data-v-28426e35]{transform:translateX(3px)}.no-data[data-v-28426e35]{text-align:center;padding:20px;color:#718096;font-size:14px}@media screen and (max-width:768px){.announcement-container[data-v-28426e35]{border-radius:10px;margin-bottom:15px}.announcement-header[data-v-28426e35]{padding:15px}.announcement-header .header-left .announcement-icon[data-v-28426e35]{font-size:20px;margin-right:8px}.announcement-header .header-left h3[data-v-28426e35]{font-size:16px}.announcement-header .view-more[data-v-28426e35]{font-size:13px}.announcement-item[data-v-28426e35]{padding:12px 15px}.announcement-item .announcement-text[data-v-28426e35]{width:100%;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}}.news-sidebar[data-v-310c2bf5]{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 12px rgba(0,0,0,.05)}.sidebar-header[data-v-310c2bf5]{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.sidebar-header .sidebar-title[data-v-310c2bf5]{font-size:18px;font-weight:600;color:#1a1a1a;margin:0}.sidebar-header .view-all[data-v-310c2bf5]{font-size:14px;color:#666;text-decoration:none;display:flex;align-items:center;gap:4px;transition:color .3s}.sidebar-header .view-all[data-v-310c2bf5]:hover{color:var(--el-color-primary)}.news-list[data-v-310c2bf5]{display:flex;flex-direction:column;gap:16px}.news-item[data-v-310c2bf5]{display:flex;gap:12px;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s}.news-item[data-v-310c2bf5]:hover{background:#f5f7fa}.news-item:hover .news-title[data-v-310c2bf5]{color:var(--el-color-primary)}.image-placeholder[data-v-310c2bf5]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f7fa;color:#909399;font-size:24px}.news-content[data-v-310c2bf5]{flex:1;min-width:0}.news-title[data-v-310c2bf5]{font-size:14px;font-weight:500;color:#1a1a1a;margin:0 0 8px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.news-meta[data-v-310c2bf5]{display:flex;gap:12px;font-size:12px;color:#999}.news-meta i[data-v-310c2bf5]{font-size:14px;margin-right:4px}.el-cascader{width:100%}.el-cascader__dropdown{max-width:90vw!important}@media screen and (max-width:768px){.el-cascader__dropdown{max-width:80%!important;overflow-x:scroll!important}}.logo-uploader[data-v-4bc081af]{cursor:pointer;position:relative;width:150px;height:150px;margin:0}.logo-container[data-v-4bc081af]{position:relative;width:150px;height:150px;border-radius:50%;overflow:hidden;border:1px dashed #d9d9d9;display:flex;justify-content:center;align-items:center}.logo-container[data-v-4bc081af]:hover{border-color:#409eff}.logo-uploader-icon[data-v-4bc081af]{font-size:28px;color:#8c939d;text-align:center}.company-logo[data-v-4bc081af]{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.logo-hover-mask[data-v-4bc081af]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:opacity .3s}.logo-container:hover .logo-hover-mask[data-v-4bc081af]{opacity:1}.logo-hover-mask i[data-v-4bc081af]{color:#fff;font-size:24px;margin-bottom:8px}.logo-hover-mask span[data-v-4bc081af]{color:#fff;font-size:14px}.el-upload__tip[data-v-4bc081af]{color:#606266;margin-top:10px;line-height:1.4;font-size:12px;clear:both;text-align:left}.form-header[data-v-4bc081af]{display:flex;justify-content:center;margin-bottom:20px}.default-data-btn[data-v-4bc081af]{font-size:14px}.company-form-dialog[data-v-4bc081af]{max-height:100vh}.full-width-btn[data-v-4bc081af]{width:100%;margin-left:0!important;margin-top:10px}@media screen and (max-width:768px){.logo-form-item[data-v-4bc081af]{display:flex;flex-direction:column;align-items:center}.logo-uploader[data-v-4bc081af]{margin:0 auto}.el-upload__tip[data-v-4bc081af]{text-align:center;margin-top:15px}.dialog-footer[data-v-4bc081af]{display:flex;flex-direction:column}[data-v-4bc081af] .el-dialog__body{padding:15px!important;max-height:70vh;overflow-y:auto}[data-v-4bc081af] .el-form-item__label{padding-bottom:8px;line-height:1.2}[data-v-4bc081af] .el-form-item{margin-bottom:15px}[data-v-4bc081af] .el-dialog__footer,[data-v-4bc081af] .el-dialog__header{padding:15px}}