.login-header{ font-family: 'pingfang'; background: #F17930; height: 66px; display: flex; justify-content: space-around; align-items: center; position: fixed; top: 0; width: 100%; z-index: 1000000;}
.login-header .logo{ vertical-align: middle; z-index: 2;  text-align: left; margin: 0; }
.login-header .logo a{ height: 100%; line-height: 0; text-align: left; align-items:flex-start; }
.login-header .logo img{vertical-align: middle;max-height:100%; }
.slogin{ font-size: 14px; color: #ffffff; margin-left: 4rem;}
.l-box{ display: flex; justify-content: flex-end; align-items: center;}
.l-box1{ background: #FFFFFF; height: 32px; border-radius: 15px; width: 112px; line-height: 32px; color: #F17930; }
.l-box1 a{ color: #F17930; display: flex; justify-content: center; align-content: center; font-size: 14px;}
.l-box1 a i{ margin-right: 5px;}
.l-box2{  height: 32px; border-radius: 15px; width: 112px; line-height: 32px; color: #F17930; margin-left: 1rem;}
.l-box2 a{ color: #ffffff; display: flex; justify-content: center; align-content: center; font-size: 14px;}
.l-box2 a i{ margin-right: 5px;}
.l-box11{ background: #FFFFFF; height: 32px; border-radius: 15px; width: 112px; line-height: 32px; color: #F17930; }
.l-box11 a{ color: #303133; border: 1px solid #dedede; border-radius: 20px; display: flex; justify-content: center; align-content: center; font-size: 14px;}
.l-box11 a i{ margin-right: 5px;}
.l-box22{  height: 32px; border-radius: 15px; width: 112px; line-height: 32px; color: #F17930; margin-left: 1rem;}
.l-box22 a{ color: #F17930; display: flex; justify-content: center; align-items: center; font-size: 14px;}
.l-box22 a i{ margin-right: 5px;}

.sect_login{ background: #F7F8FA; display: flex; justify-content: center; align-items: center;  min-height: 100vh;}
.sect_login .wrap{ background: #ffffff; max-width: 1260px;}
.login{ max-width: 330px; width: 90%; margin: 0 auto;}
.login .l-tit{ font-size: 3rem; font-weight: bold; text-align: center; line-height: 2; display: block;}
.box-l1{ display: flex; justify-content: flex-start; align-items: center;}
.box-l1 span{ font-size: 16px; color: #303133;}
.mar-1{ margin-left: 15px;}
.radio-group { display: flex; gap: 2rem; }
.radio-item { display: flex; align-items: center; cursor: pointer; position: relative; }
.radio-item input { position: absolute; opacity: 0; width: 0; height: 0; margin: 0; }
.custom-radio { width: 18px; height: 18px; border-radius: 50%; border: 1px solid #ccc; background-color: white; margin-right: 5px; display: inline-flex; align-items: center; justify-content: center; transition: all 0.2s ease; }
.custom-radio::after { content: ""; width: 12px; height: 12px; border-radius: 50%; background-color: #F17930; transform: scale(0); transition: transform 0.15s ease; }
.radio-item input:checked + .custom-radio { border-color: #F17930; }
.radio-item input:checked + .custom-radio::after { transform: scale(1); }
.radio-label { font-size: 16px; color: #333; cursor: pointer; }  


.login .form-group{ position: relative; margin-bottom: 2rem;}
.login .form-control{border: 1px solid #E7E7E7; background: #FAFAFA; border-radius: 10px; padding-left: 15px;  height: 46px; line-height: 46px;}

.btn-default{ background: #F17930; font-size: 16px;  height: 48px; line-height: 48px; border-radius: 10px; width: 100%; color: #ffffff; border: none;}
.l-box3{text-align: center; font-size: 14px; padding: 20px 0;}
.l-box3 a{ color: #F17930;}

.l-box4{display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem;}
.l-box4 a{ color: #F17930; font-size: 14px;}
.checkbox-item { display: flex; align-items: center; cursor: pointer; position: relative; }
.checkbox-item input { position: absolute; opacity: 0; width: 0; height: 0; margin: 0; }
.custom-checkbox { width: 16px; height: 16px; border-radius: 3px; background-color: #F17930; margin-right: 8px; display: inline-flex; align-items: center; justify-content: center; transition: all 0.2s ease; }
.custom-checkbox::after { content: "✓"; font-size: 14px; color: white; transform: scale(0); transition: transform 0.15s ease; }
.checkbox-item input:checked + .custom-checkbox { background-color: #F17930; }
.checkbox-item input:checked + .custom-checkbox::after { transform: scale(1); }
.checkbox-label { font-size: 14px; color: #F17930; cursor: pointer; width: calc(100% - 24px);}


.register{ padding:4rem 0; max-width: 720px; margin: 0 auto;}
.register .form-group{ position: relative; margin-bottom: 2rem;}
.register .form-control{border: 1px solid #E7E7E7; background: #FAFAFA; border-radius: 10px; padding-left: 15px;  height: 46px; line-height: 46px;}
.register .box-l1{ margin-left: 17px;}
.register .box-l1 span{ font-size: 14px; color: #303133;}
.register .box-l1 em{ color: #F17930; margin-right: 5px; font-style: normal;}
.form-group1{ display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin: 2rem 0; }
.form-group1 span{ font-size: 14px; color: #303133; width: 98px; text-align: right;}
.form-group1 em{ color: #F17930; margin-right: 5px; font-style: normal;}
.form-group1 .form-control{ margin: 0; border: 1px solid #E7E7E7; width: calc(100% - 100px); background: #ffffff; border-radius: 5px; padding-left: 15px;  height: 30px; line-height: 30px;}

.form-group1 .form-control1{ width: 50%; font-size: 14px; margin: 0; border: 1px solid #E7E7E7;  background: #ffffff; border-radius: 5px; padding-left: 15px;  height: 30px; line-height: 30px;}
.register .custom-checkbox{ background: #FFFFFF; border: 1px solid #C7CACF;}
.register .checkbox-item input:checked + .custom-checkbox { background-color: #F17930; border: 1px solid #F17930;}
.register .checkbox-label { color: #303133;}
.register .checkbox-label a{ color: #F17930;}
.register .l-box4{ margin: 4rem 0 4rem 4rem;}
.btn-default1{ background: #F17930; margin: 0 0 4rem 4rem; padding: 0 20px; font-size: 16px;  height: 36px; line-height: 36px; border-radius: 6px;  color: #ffffff; border: none;}
.btn-default1.mar{ margin: 4rem  0 4rem 12rem; opacity: 0.3;}

.btn-default2{ background: #F17930;   margin: 0 0 0 15px; font-size: 14px;  height: 36px; line-height: 36px; border-radius: 6px; color: #ffffff; border: none;}

.btn-default3{ background: #F17930; margin: 4rem 0; padding: 0 20px; font-size: 16px;  height: 36px; line-height: 36px; border-radius: 6px;  color: #ffffff; border: none;}

.strength-section{ margin-left: 98px;}
.strength-section span{ font-size: 12px; color: #979B9F;}
.meter-bar {display: flex;gap: 0;height: 5px; margin-bottom: 12px;max-width: 270px; width: 100%; }
.meter-segment { flex: 1; background-color: #e2e8f0; border-radius: 12px; transition: all 0.25s cubic-bezier(0.2, 0.9, 0.4, 1.1);}
 /* 不同等级颜色定义 */
.segment-weak { background-color: #979DAC; box-shadow: 0 0 4px rgba(249, 115, 22, 0.4);}
.segment-fair {background-color: #96BF3B; box-shadow: 0 0 4px rgba(250, 204, 21, 0.4);}
.segment-good {background-color: #F39C3D; box-shadow: 0 0 4px rgba(59, 130, 246, 0.4); }
.segment-strong { background-color: #10b981; box-shadow: 0 0 5px rgba(16, 185, 129, 0.5);}

.tit-l1{ border-bottom: 1px solid #E4E7ED; font-size: 18px; font-weight: bold; line-height: 2; padding: 15px 4rem;}
.sect_password .wrap{ max-width: 1000px; margin: 0 auto;}
.form-panels {max-width: 730px; margin: 5rem auto;}
.panel { display: none; animation: fadeIn 0.3s ease-out;}
.panel.active-panel { display: block;}
.go-login{ display: flex; justify-content: center; flex-direction: column; flex-wrap: nowrap; align-items: center;}
.go-login i{ background: #E8F9EF;color: #22C55E;font-size: 4rem;font-weight: bold;border-radius: 100%;font-family: 'Roboto-Regular';width: 9.8rem;height: 9.8rem;display: flex;justify-content: center;align-items: center;}
.l-box5{ max-width: 900px; width: 90%; margin: 0 auto; border-top: 1px solid #E4E7ED; padding: 3rem 0 5rem;}
.l-box5 span{ font-size: 18px; font-weight: bold; color: #F17930; line-height: 2;}
.l-box5 p{ font-size: 16px; color: #303133;}
 /* 步骤进度条 */
.steps-wrapper { max-width: 900px; width: 90%; margin: 0 auto; border-bottom: 1px solid #E4E7ED; padding: 3rem 0 5rem; } 
.step-indicator { max-width: 275px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; } 
.step-item { display: flex; flex-direction: column; align-items: center; position: relative; } 
.step-circle { width: 24px; height: 24px; background: #ffffff; border-radius: 100%; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #A8ABB2; transition: all 0.2s; line-height: 24px; z-index: 2; border: 1px solid #A8ABB2; } 
.step-item.active .step-circle { background: #F17930; color: white; border-color: #F17930; } 
.step-item.completed .step-circle { background: #10b981; color: white; border-color: #10b981; } 
.step-label { font-size: 16px; margin-top: 5px; color: #A8ABB2; } .step-line { flex: 1; height: 2px; background: #A8ABB2; position: relative; top: -14px;} 
.step-line.active{  background: #F17930;}
        /* 内容面板 */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(8px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

.app-wrapper { width: 100%; background: #ffffff; overflow: hidden; transition: all 0.25s ease; font-family: 'pingfang';} 
.dashboard-split { display: flex; height: 100vh; } 
.side-menu { width: 230px; background: #F17930; display: flex; flex-direction: column; flex-shrink: 0; padding: 15px; } 
.logo-area { } 

.nav-list { display: flex; flex-direction: column; gap: 8px; margin-top: 3rem; } 
.nav-btn { display: flex; justify-content: space-between; align-items: center; gap: 12px; height: 48px; line-height: 48px; padding: 0 15px; border-radius: 10px; font-size: 16px; color: #ffffff; cursor: pointer; transition: all 0.2s; background: transparent; } 
.nav-btn i { } 
.nav-btn:hover { background: #ffffff; color: #F17930; } 
.nav-btn:hover i { color: #F17930; } 
.nav-btn.on i{color: #F17930;}
.nav-btn.on{ background: #ffffff; color: #F17930;}
      
.right-area { flex: 1; display: flex; flex-direction: column; background: #ffffff; overflow: hidden; position: relative; } 
.global-bar { border-bottom: 1px solid #dedede; height: 60px; line-height: 60px; padding: 0 15px; } 
.global-bar span { font-size: 14px; color: #303133; } 

.org-header {  width: 100%;  height: calc( 100vh - 61px); overflow-y: scroll;  } 
.org-box{ width: 96%; margin: 3rem auto;}
.org-badge { background: #ffffff; border-radius: 15px; -moz-box-shadow:2px 2px 8px rgba(0,0,0,0.3); -webkit-box-shadow:2px 2px 8px rgba(0,0,0,0.3); box-shadow:2px 2px 8px rgba(0,0,0,0.3); padding: 3rem; width: calc(100% - 6rem); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 6rem;} 
.org-title { font-size: 3.6rem; color: #303133; font-weight: bold;} 
.org-badge a{ width: 132px; background: #F17930; border-radius: 15px; height: 48px; line-height: 48px; text-align: center; display: flex; justify-content: center; align-items: center; color: #ffffff; font-size: 18px;}
.org-badge a i{ margin-left: 10px;}
.org-title1{ font-family: 'pingfang'; font-weight: bold; border-bottom: 1px solid #DCDFE6; font-size: 2.4rem; position: relative; line-height: 2;}
.org-title1:before{ width: 6%; height: 3px; background: #F17930; content: ""; display: block; position: absolute; left: 0; bottom: 0;}
      
.table-container{ margin-top: 3rem;}
.table-container table, th, td{ border: none; text-align: center;}
.table-container th, td{ padding: 10px; }
.table-container table tr:first-child{ background: #FEF9EC !important;   border: none; border-bottom: 1px solid #DEE1E2;}
.table-container table tr:first-child td{ padding: 2rem 0;}
.table-container table tr:nth-child(odd){ background: #F5F5F5;}
.table-container table tr td:first-child{ width: 30%; text-align: left; padding-left: 3%;}
.table-container table tr{ border-bottom: 1px solid #DEE1E2;}
.table-container table tr td{ border-right: 1px solid #DEE1E2;}
.data-table{ width: 100%; border: none; font-size: 16px; line-height: 1.8;}
.data-CC5F00{ color: #CC5F00;}
.data-009236{ color: #009236;}
.data-C60000{ color: #C60000;}
.btn-action{ background: none; border: none; color: #F17930;}
      
.list-declare{ background: #F4F4F4; height: 50px; line-height: 50px; display: flex; justify-content:space-between; padding: 0 15px 0 0;}
.list-declare ul{ list-style: none;}
.list-declare ul li{ float: left; font-size: 16px; color: #606266; padding: 0 2rem; cursor: pointer;}
.list-declare ul li i{ margin-left: 10px;}
.list-declare ul li.on{ background: #ffffff; color: #F17930;}
.list-declare ul li.on i{ color: #F17930;}
.refresh{ border: none; background: none;}
.refresh svg{ height: 50px; color: #757575; cursor: pointer;}
.refresh path{ fill:  #757575;}
.org-title2{ text-align: center; font-size: 3rem; line-height: 2; padding-bottom: 10px; color: #303133; border-bottom: 1px solid #EBEEF2; position: relative;}
.back{ position: absolute; font-size: 14px; right: 0; border: 1px solid #757575; border-radius: 5px; display: flex; height: 36px; padding: 0 10px; line-height: 36px;  top: 18%;}
.back:hover{ color: #ffffff; background:#F17930; border: 1px solid #F17930;}
.back:hover i path{ fill:  #ffffff;}
.back svg{ margin-right: 5px; height: 36px; line-height: 36px;}

.table-container1{ margin: 2rem auto; width: 100%; max-width: 1600px;}
.table-container1 table, .table-container1 th, .table-container1 td{ border: 1px solid #757575; text-align: left; color: #303133;}
.table-container1 th, .table-container1 td{ padding:10px; line-height: 1.2; }
.table-container1 table tr td:first-child{ width: 20%;}
.table-container1 table tr td:nth-child(3){ width: 20%;}

.org-title3{ font-size: 18px; line-height: 2; font-weight: bold;}
.org-title4{ font-size: 16px; line-height: 2; display: flex; justify-content: space-between; align-items: center;}

.data-table1{ width: 100%; border: none; font-size: 16px; line-height: 1.8;}

.upload-btn { background-color: #F4F4F4;justify-content: center; color: #757575; font-size: 16px; cursor: pointer; display: inline-flex; align-items: center; border: none; transition: all 0.2s; width: 100%; height: 34px; line-height: 34px;} 
.upload-btn:hover {}
.upload-btn input {display: none; }

.radio-group1 { display: flex; gap: 1rem; }
.radio-group2 { display: flex; gap: 1rem; flex-direction: column; margin: 3rem auto; }

.checkbox-item1 { display: flex; align-items: center; cursor: pointer; position: relative; }
.checkbox-item1 input { position: absolute; opacity: 0; width: 0; height: 0; margin: 0; }
.custom-checkbox1 { width: 18px; height: 18px; border: 2px solid #CCCCCC;  margin-right: 5px; display: inline-flex; align-items: center; justify-content: center; transition: all 0.2s ease; }
.custom-checkbox1::after { content: "✓"; font-size: 14px; color: white; transform: scale(0); transition: transform 0.15s ease; }
.checkbox-item1 input:checked + .custom-checkbox1 { background-color: #F17930; border: 2px solid #F17930;}
.checkbox-item1 input:checked + .custom-checkbox1::after { transform: scale(1); }
.checkbox-label1 { font-size: 16px; color: #303133; cursor: pointer; }

.data-table1 .form-control{ border: none; background: #F4F4F4; padding-left: 15px; height: 34px; line-height: 34px; color: #757575; font-size: 16px;}

.add{ background: none; border: none; color: #F17930; font-size: 16px; display: flex; justify-content: center; align-items: center;}
.add i{ width: 16px; height: 16px; font-weight: bold; margin-right: 5px; border-radius: 100%; border: 1px solid #F17930; display: block; line-height: 1; font-size: 14px;}


.table-container2{ margin: 2rem auto; width: 100%; max-width: 1600px;}
.table-container2 table, .table-container2 th, .table-container2 td{ font-size: 16px; border: 1px solid #DCDFE6; text-align: center; color: #303133;}
.table-container2 th, .table-container2 td{ padding:10px; line-height: 1.2; }
.table-container2 tr:first-child{ background: #F3B57F; color: #ffffff;}
.table-container2 tr:first-child td{ color: #ffffff;}
.data-table2{ width: 100%;}
.on1{ color: #F17930;}
.table-container2 .tab-1{}
.table-container2 .tab-1 em{ font-size: 12px; display: block; font-style: normal;}

.org-title5{ font-size: 16px; line-height: 2; font-weight: bold;}
.btn-default1{ background: #F17930; font-size: 18px;   height: 6.4rem; line-height: 1; max-width: 210px; border-radius: 10px; width: 100%; color: #ffffff; border: none; margin: 0 auto ;  display: flex; justify-content: center; align-items: center;}
.btn-default1 svg{ line-height: 1;}
.btn-default1 i{ margin-right: 10px;}

.box-org{ background: rgba(241,121,48,0.08); padding: 3rem; margin-bottom: 2rem;}
.box-org p{ font-size: 16px; line-height: 2; text-align: left; color: #CC6120;}
