@charset "utf-8";
/* CSS Document */

::-webkit-scrollbar { /* WebKit浏览器的滚动条样式 */
    width: 3px;
}

::-webkit-scrollbar-track { /* 滚动条轨道的样式 */
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb { /* 滚动条滑块的样式 */
    background-color: #8fa4b7; border-radius:5px;
}

::-webkit-scrollbar-thumb:hover { /* 滚动条滑块的悬停样式 */
    background-color: #555;
}

/*通用类*/
*{	margin:0;	padding:0;	}
body{ margin:0 auto;	font-size:14px;	font-family:"Segoe UI", "Microsoft YaHei", sans-serif;	background:#e1e9ec;color:#333;	  background-color: #f5f7fa; color: #333;line-height: 1.6;min-height: 100vh;  background:#fff;}
h1,h2,h3{font-weight:500;}
img{border:none; max-width:100%;}
a{	cursor:pointer;	color:#333;	text-decoration:none;outline:none;}
a:hover{color:#1e99ff;}
ul{	list-style-type:none;border:0;	width:auto;}
em{	font-style:normal;}
span{float:none;margin:0;}
.f_l{float:left;}
.f_r{float:right;}
input.sub,label{border:none;cursor:pointer;}
input,textarea{	font-family:"Microsoft Yahei";	outline:none;	}
table{	border-collapse:collapse;	}
table td,table th{	padding:0;box-sizing: border-box;	}
div.clear{	font: 0px Arial; line-height:0;	height:0; overflow:hidden;clear:both;	}
div,ul,li,a,section,footer,header,input{ box-sizing:border-box;}
/*container 主体容器宽度*/
.container {  width: 100%;max-width: 480px; margin: 0 auto; background:#fff;}

/*公用CSS 开始*/
/*login页面开始*/
.container {  width: 100%;max-width: 480px; margin: 0 auto; position:relative; }
.box-header{ width:100%; height:auto; text-align:center;background:#2f73ff; padding:60px 0px;} 
.logo{width:100%; }
.logo img{ max-width:60%;}
.tagline{width:100%; }
.tagline img{max-width:70%;opacity: 0.6;}
.box-con{width:100%;background-color:#fff; border-radius: 30px; margin-top:-30px; padding: 40px 30px;}
.system-title{width:100%; text-align:center; margin-bottom:30px;}
.system-title h2{color: #2f73ff;font-size: 24px;margin-bottom: 8px; font-weight:bold;}
.system-title p{color: #7f8c8d;font-size: 14px;line-height: 1.5;}
.boxList{ width:100%; height:auto;   }
.boxList li{width:100%; height:auto; border-bottom:1px solid #efefef; padding:10px 0px;align-items: center;display: flex;justify-content: space-between;}
.boxList .clearLine{ border:0px;}
.yzm-control{ width:65%;}
.yzm-btn{ width:120px; float:right;}
.line{ border-bottom:1px solid #efefef;}

.form-control {width: 100%;padding: 15px 15px 15px 0px;border:0px;font-size: 16px; border-radius:5px;}
.benefit-note {background-color: #f8f9fa;border-left: 4px solid #3498db; padding: 12px 15px;margin-bottom: 25px;font-size: 14px; color: #555; border-radius: 0 4px 4px 0;}
.get-code-btn { background: linear-gradient(to right, #1b97ff, #42b8ff);color: white;border: none;border-radius: 45px;padding: 10px 15px;font-weight:bold;cursor: pointer;transition: all 0.3s ease;white-space: nowrap; margin-top:5px;}
.get-code-btn:hover {background: linear-gradient(to right, #42b8ff, #42d3ff);transform: translateY(-2px);box-shadow: 0 5px 10px rgba(52, 152, 219, 0.3);}
.get-code-btn:disabled {background: linear-gradient(to right, #42b8ff, #42d3ff); cursor: not-allowed;transform: none; box-shadow: none;}
.login-btn {width: 100%;padding: 16px;background: linear-gradient(to right, #1b97ff, #42b8ff);color: white;border: none;border-radius: 45px;font-size: 18px;font-weight:bold;cursor: pointer;transition: all 0.3s ease;margin-top: 10px;letter-spacing: 1px;}
.login-btn:hover {background: linear-gradient(to right, #42b8ff, #42d3ff);transform: translateY(-3px); box-shadow: 0 8px 15px rgba(52, 152, 219, 0.3);}
        

        
.countdown {display: inline-block;min-width: 80px;}


 
 
 .title-h1{ width:100%; height:auto; font-size:32px; text-align:center; line-height:30px; margin-bottom:40px; padding-top:20px;}
.form-status {display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;padding: 12px 20px; border-radius: 8px; background-color: #f8fafd; color:#8a9fac;}
.form-card {background-color: white; border-radius: 12px;padding:0px 24px; padding-bottom:40px;margin-bottom: 30px; transition: transform 0.3s ease, box-shadow 0.3s ease;}
.form-card:hover {}
.form-section {margin-bottom: 35px;}
.form-section:last-child {margin-bottom: 0;}
.section-title {font-size: 28px;color: #1b97ff;font-weight:bold;margin-bottom: 0px;padding-bottom: 10px;align-items: center;}
.section-title i {margin-right: 10px;color: #3498db;}
.section-title3 {font-size: 20px;color: #333;font-weight:bold;margin-bottom: 0px;padding-bottom: 10px;align-items: center;}
.form-row {display: flex;flex-wrap: wrap;}
.form-group { flex: 1 1 300px;margin:0px;min-width: 250px; border-bottom:1px solid #efefef; width:100%; padding-left:88px; position:relative;}
.form-group label {display: block;margin-bottom: 8px;font-weight: 400; color: #2c3e50; font-size: 15px;float: left; width:88px; position:absolute; left:0px; top:13px; }
.form-group label .required {color: #e74c3c;margin-left: 3px;}
        
.form-group input, .form-group select,.form-group textarea { float:right;width: 100%;padding: 14px 18px;border:0px;border-radius: 0px;font-size: 16px; background-color:#fff; }
        
.form-group input:focus,.form-group select:focus,.form-group textarea:focus {outline: none;border-color: #3498db;background-color: white;}
        
        .form-group input.error, 
        .form-group select.error,
        .form-group textarea.error {
            border-color: #e74c3c;
        }
        
        .form-group input.success, 
        .form-group select.success,
        .form-group textarea.success {
            border-color: #2ecc71;
        }
        
        .form-hint {font-size: 12px;color: #c49c9c; margin-top: 0px;line-height: 25px; width:100%; float:left; background:#faeeee;    border-radius: 2px; padding-left:10px; padding-right:10px;}
        .form-hint i {margin-right: 5px; color: #3498db;}
       
	   .gray-placeholder{color: #757575; } 
	   .gray-placeholder option{color: #333; }
	   .gray-placeholder:valid{color: #000;}
        .score-row {
            display: flex;
            flex-wrap: wrap;
            margin: 0px;
        }
        
        .score-group {
            flex: 1 1 200px;
            margin: 0 10px 20px;
            min-width: 180px;
        }
        
        .total-score {
            background-color: #f8fafd;
            border-radius: 8px;
            padding: 20px;
            margin-top: 10px;
            border-left: 4px solid #3498db;
        }
        
        .total-score .score-value {
            font-size: 28px;
            font-weight: 700;
            color: #2c3e50;
            text-align: center;
            margin-bottom: 5px;
        }
        
        .total-score .score-label {
            font-size: 14px;
            color: #7f8c8d;
            text-align: center;
        }
        
        .action-buttons {
            display: flex;
            justify-content: center;
            margin-top: 40px;
        }
        
        .submit-btn {background: linear-gradient(to right, #1b97ff, #42b8ff);color: white;border: none; border-radius: 45px;padding: 18px 50px;font-size: 18px;font-weight:bold;cursor: pointer; transition: all 0.3s ease; letter-spacing: 1px;box-shadow: 0 5px 15px rgba(52, 152, 219, 0.2); width:100%;}
        
        .submit-btn:hover {
            background: linear-gradient(to right, #2980b9, #27ae60);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
        }
        
        .submit-btn:active {
            transform: translateY(-1px);
        }
        
        .submit-btn:disabled {
            background: #bdc3c7;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }  
		.header{ width:100%; height:60px;  text-align:center; padding-top:10px; padding-bottom:10px; border-bottom:1px solid #efefef; line-height:40px; vertical-align:middle; background:#fff; z-index:999; box-shadow:0px 0px 10px #e7e7e7; position:relative; }  
		.header span{ font-size:22px;}   
		.header a{ display:block; position:absolute; left:24px; top:13px;}
		.header a img{ max-height:30px;}
		.form-title{ width:100%;}
		
		  /* 确认弹窗样式 */
        		  /* 确认弹窗样式 */
        .confirm-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2000;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }
        
        .confirm-modal.show {
            opacity: 1;
            visibility: visible;
        }
        
        .confirm-content {
            background-color: white;
            border-radius: 12px;
            width: 90%;
            max-width: 500px;
            padding: 30px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
            transform: translateY(-20px);
            transition: transform 0.3s ease;
        }
        
        .confirm-modal.show .confirm-content {
            transform: translateY(0);
        }
        
        .confirm-header {
            display: flex;justify-content: center;
            align-items: center;
            margin-bottom: 20px;
            /*padding-bottom: 15px;
            border-bottom: 1px solid #eee;*/
        }
        
        .confirm-icon {
            width: 50px;
            height: 50px;
           /* background-color: #fff8e1;*/
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
        }
        
        .confirm-icon i {display:inline-block; width:30px; height:30px; background-image:url(../images/ts.png); background-size:auto 100%; background-repeat:no-repeat;
        }
        
        .confirm-title {
            font-size: 22px;
            font-weight:bold;
            color: #dc321c;
        }
        
        .confirm-body {
            margin-bottom: 30px;
        }
        
        .confirm-message {
            font-size: 16px;
            line-height: 1.6;
            color: #555;
            margin-bottom: 15px; text-align:center;
        }
        
        .confirm-warning {
            background-color: #fbf2f2;
           /* border-left: 4px solid #ff9800;*/
            padding: 12px 15px;
            font-size: 14px;
            color: #b14343;
            border-radius: 0 4px 4px 0;
            margin-bottom: 10px;
        }
        
        .confirm-actions {
            display: flex;
            justify-content: space-around;
            gap: 15px;
        }
        
        .confirm-btn {
            padding: 12px 30px;
            border: none;
            border-radius: 35px;
            font-size: 16px;
            font-weight:bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .confirm-btn.cancel {
            background-color: #f5f5f5;
            color: #555;
        }
        
        .confirm-btn.cancel:hover {
            background-color: #e0e0e0;
        }
        
        .confirm-btn.submit {
            background: linear-gradient(to right, #1b97ff, #42b8ff);
            color: white;
        }
        
        .confirm-btn.submit:hover {
            background: linear-gradient(to right, #1b97ff, #42b8ff);
            transform: translateY(-2px);
            box-shadow: 0 5px 10px rgba(52, 152, 219, 0.2);
        }
        
		.confirm-list{padding-left: 20px; margin-top: 10px; margin-bottom: 15px;}
		.confirm-list li{ width:100%; height:auto}
		.confirm-list li:before{ content:""; display:inline-block; width:6px; height:6px; background:#efefef; border-radius:50%;}
        
		.subtitle {
            font-size: 18px;
            color: #7f8c8d;
            font-weight: 500;
            margin-bottom: 5px;
            text-align: center;
        }
        /**/
		 .form-card2 {
            max-width: 480px;
            width: 100%;
            background: rgba(255,255,255,0.92);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            background-color: #fffffff5;
            border-radius: 0px;
            box-shadow: 0 24px 44px -16px rgba(0,40,70,0.4);
            padding: 0rem 1rem;padding-bottom: 30px;
            border: 1px solid rgba(255,255,255,0.7);
        }
        h1 {
            font-size: 2.2rem;
            font-weight: 650;
            letter-spacing: -0.02em;
            color: #0a2a40;
            margin-bottom: 0.2rem;
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }
        h1 .badge {
            background: #1d5b8c;
            color: white;
            font-size: 0.9rem;
            font-weight: 400;
            padding: 0.2rem 1.2rem;
            border-radius: 40px;
            white-space: nowrap;
        }
        .sub {
            color: #1b4a70;
            font-size: 12px;
            padding: 0.6rem 1.8rem;
            background: #e1effb;
            border-radius:0px;
            width:100%;
            margin: 0 0 2rem 0;
            font-weight: 500;
        }
        .form-grid {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 1.1rem 2.2rem;
        }
        .field-group {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }
        .field-group.full-width {
            grid-column: 1 / -1;
        }
        label {
            font-weight: 650;
            font-size: 0.95rem;
            color: #333;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        label .required-star {
            color: #c03535;
            font-size: 1.3rem;
            line-height: 1;
            margin-right: 2px;
        }
        .optional-badge {
            background: #b4cfea;
            color: #0e405e;
            font-size: 0.7rem;
            font-weight: 600;
            padding: 2px 12px;
            border-radius: 30px;
            margin-left: 8px;
            letter-spacing: 0.3px;
        }
        input, select, textarea {
            width: 100%;
            padding: 0.9rem 1.2rem;
            border: 1px solid #dee2e7;
			border-radius:5px;
            font-size: 1rem;
            background: white;
            transition: 0.15s;
            outline: none;box-sizing: border-box;
        }
        input:focus, select:focus, textarea:focus {
            border-color: #ccd4de;
            box-shadow: 0 4px 14px rgba(0,80,130,0.15);
        }
		 /* 文件上传样式 */
        .file-upload-container {
            border: 1px dashed #dee2e7;
            border-radius: 5px;
            padding: 0.5rem;
            background: #f8fcff;
            transition: 0.15s;
        }
        .file-upload-container.error {
            border-color: #b62e2e;
            background-color: #fff8f8;
        }
        .file-input-wrapper {
            display: flex;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
        }
        .file-input-wrapper input[type="file"] {
            flex: 1;
            padding: 0.7rem 0.5rem;
            border: 1px solid #dee2e7;
            border-radius: 5px;
            background: white;
            cursor: pointer;
            min-width: 200px;
        }
        .file-input-wrapper input[type="file"]::file-selector-button {
            background: #1f5179;
            color: white;
            border: none;
            padding: 0.5rem 1.2rem;
            border-radius: 40px;
            margin-right: 1rem;
            font-weight: 500;
            cursor: pointer;
            transition: 0.15s;
        }
        .file-input-wrapper input[type="file"]::file-selector-button:hover {
            background: #0e3d60;
        }
        .preview-container {
            margin-top: 1rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
        }
        .image-preview {
            max-width: 200px;
            max-height: 200px;
            border-radius: 16px;
            border: 2px solid #ccddec;
            padding: 4px;
            background: white;
            display: none;
        }
        .image-preview.show {
            display: block;
        }
        .file-name {
            font-size: 0.85rem;
            color: #1f5179;
        }
		
		/* 仅必填项为空时显示红色边框 */
		  input.error, select.error, textarea.error {
            border-color: #b62e2e;
            background-color: #fff8f8;
        }
        .error-msg {
            font-size: 0.78rem;
            color: #b11f1f;
            font-weight: 550;
            padding-left: 0px;
            /*min-height: 22px;*/
            display: flex;
            align-items: center;
            gap: 4px;
        }
        /*.error-msg::before {
            content: "⚠️";
            font-size: 0.8rem;
            opacity: 0.9;
        }*/
        .exam-rule {
            background: #e2effa;

            color: #103a57;
            font-size: 0.8rem;
            border-radius: 30px;
            padding: 0.2rem 1.2rem;
            display: inline-block;
            margin-top: 4px;
            width: fit-content;
        }
        .button-bar {
            display: flex;
            justify-content:space-around;
            gap: 20px;
            margin-top: 20px;
            align-items: center;
        }
        .btn {
            border: none;
            background: #e2ebf3;
            padding: 0.95rem 2.5rem;
            border-radius: 50px;
            font-size: 1.05rem;
            font-weight: 600;
            color: #1a405e;
            cursor: pointer;
            transition: 0.15s;
            border: 2px solid transparent;
        }
        .btn-primary {
            background:linear-gradient(to right, #1b97ff, #42b8ff);
            color: white;
            box-shadow: 0 8px 18px -8px #0a2c44;width: 100%;
        }
        .btn-primary:hover {
            background:linear-gradient(to right, #0f89f0, #1ea1f0);
            transform: scale(1.02);
        }
        .btn-clear:hover {
            background: #cfdeef;
        }
        .toast-container {
            position: fixed;
            top: 28px;
            right: 28px;
            z-index: 999;
            display: flex;
            flex-direction: column;
            gap: 12px;
            max-width: 380px;
        }
        .toast {
            background: white;
            padding: 1rem 1.8rem;
            border-radius: 60px;
            box-shadow: 0 16px 30px -8px rgba(0,0,0,0.25);
            border-left: 6px solid;
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 500;
            backdrop-filter: blur(6px);
            animation: slideIn 0.2s ease;
            border: 1px solid rgba(255,255,255,0.7);
        }
        .toast-error {
            border-left-color: #ba2d2d;
            background: #fff3f3;
        }
        .toast-success {
            border-left-color: #1f8b4c;
            background: #edfbf0;
        }
        .toast i { font-size: 1.6rem; font-style: normal; }
        @keyframes slideIn {
            from { opacity: 0; transform: translateX(40px); }
            to { opacity: 1; transform: translateX(0); }
        }
        .toast.fade-out {
            opacity: 0;
            transform: translateX(40px);
            transition: 0.2s;
        }
		 /* 通用弹窗样式（用于确认和温馨提示） */
        .modal-overlay {
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0,0,0,0.5);
            backdrop-filter: blur(4px);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1100;
            animation: fadeIn 0.2s;
        }
        .modal-card {
            background: white;
            border-radius: 15px;
            padding: 2.5rem 2.8rem;
            max-width: 500px;
            width: 90%;
            text-align: center;
            box-shadow: 0 30px 50px -20px #00000040;
            border: 1px solid rgba(255,255,255,0.5);
        }
        .modal-card h3 {
            font-size: 1.8rem;
            margin-bottom: 1.2rem;
        }
        .modal-card.warning h3 {
            color: #c03535;
        }
        .modal-card.info h3 {
            color: #1f5179;
        }
        .modal-card p {
            color: #2f587b;
            margin-bottom: 2rem;
            font-size: 1.1rem;
            line-height: 1.6;
            text-align: left;
        }
        .modal-buttons {
            display: flex;
            gap: 16px;
            justify-content: center;
        }
        .modal-btn {
            border: none;
            padding: 0.9rem 1rem;
            border-radius: 60px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: 0.15s;
            flex: 1;
        }
        .modal-btn-primary {
            background: #209cff;
            color: white;
        }
        .modal-btn-primary:hover {
            background: #078df7;
        }
        .modal-btn-secondary {
            background: #eaf5ff;    color: #1d8de6;
        }
        .modal-btn-secondary:hover {
            background: #cfdeef;
        }

        /* 二维码模态框 */
        .qr-modal-overlay {
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0,0,0,0.5);
            backdrop-filter: blur(4px);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            animation: fadeIn 0.2s;
        }
        .qr-modal-card {
            background: white;
            border-radius:15px;
            padding: 2.5rem 2.8rem;
            max-width: 400px;
            width: 90%;
            text-align: center;
            box-shadow: 0 30px 50px -20px #00000040;
            border: 1px solid rgba(255,255,255,0.5);
        }
        .qr-modal-card h3 {
            font-size: 1.8rem;
            color: #1a405e;
            margin-bottom: 0.5rem;
        }
        .qr-modal-card p {
            color: #2f587b;
            margin-bottom: 1.8rem;
            font-size: 1.1rem;
        }
        .qr-placeholder {
            
            margin: 0 auto 1rem;
            
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
         
            color: #1f5179;
            font-weight: 500;
        }
        .qr-placeholder span {
            font-size: 3rem;
            margin-bottom: 8px;
        }
        .qr-modal-btn {
            background: #209cff;
            border: none;
            color: white;
            font-size: 1.2rem;
            font-weight: 600;
            padding: 0.9rem 2rem;
            border-radius: 60px;
            cursor: pointer;
            width: 100%;
            transition: 0.15s;
        }
        .qr-modal-btn:hover {
            background: #078df7;
        }
        @keyframes fadeIn {
            from { opacity: 0; } to { opacity: 1; }
        }
        hr {
            border: 1px dashed #c0d8f0;
            margin: 2rem 0 0.5rem;
        }
        .small-note {
            font-size: 0.8rem;
            color: #1e4d75;
            background: #e4f0fd;
            border-radius: 30px;
            padding: 0.2rem 1.4rem;
        }
        .hint {
            color: #2d6b9c;
            font-size: 0.75rem;
            margin-top: 4px;
            padding-left: 14px;
        }
		 .hidden {
            display: none !important;
        }
        .error-msg {
            display: none; /* 完全隐藏错误提示文字 */
        }
		/**/
		
        .main-content {
        }
        
        .info-card {
            background-color: white;
            border-radius: 30px;padding:15px 18px; margin-bottom:15px;
            
        }
         .info-card2 {
            background-color:#f0fbfd;
            border-radius: 25px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            padding: 30px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;    width:90%;
    margin: 0 auto; margin-bottom:40px;
        }
		 .info-card3 { padding-top:10px;
        }
        .info-card:hover {
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .card-title {font-size: 28px; color: #1b97ff;font-weight:bold;margin-bottom: 10px; margin-top: 0px;  text-align:center;align-items: center;}
        .card-title i { margin-right: 10px;  color: #3498db;        }
        .bs{ color:#fff;}
        .personal-info {}
        
        .info-item {
            margin-bottom: 15px; padding:15px 25px; border-radius:35px;
            display: flex; background:#dcf3fd;
            align-items: center;
        }
        
        .info-item:last-child {
            margin-bottom: 0;
        }
        
        .info-label { font-size: 18px;
            color: #2c3e50;
            min-width:50px;
        }
        
        .info-value {
            color: #1f304c;
            font-size: 18px;
        }
        
        .report-btn { width:100%;
            display: inline-block;
            background: linear-gradient(to right, #1b97ff, #42b8ff);
            color: #fff;
            border: none;
            border-radius:35px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight:bold;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            text-align: center;
            margin-top: 10px;
        }
        
        .report-btn:hover {
            background: linear-gradient(to right, #1b97ff, #42b8ff);
            transform: translateY(-3px); color:#fff;
            box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
        }
        
        .report-btn i {
            margin-right: 8px;
        }
        
        .section-divider {
            height: 1px;
            background-color: #eef2f7;
            margin: 30px 0;
        }
        
       
        
        .section-description {
            color: #7f8c8d;
            font-size: 14px;
            margin-bottom: 20px;
            line-height: 1.5;
        }
         .section-notice { background:#fce7e7;color: #cb4b4b; padding:10px 10px;font-size: 14px;  margin-bottom: 10px;line-height: 1.5; text-align:center;}
		.section-notice:before{ content:""; display:inline-block; background-image:url(../images/tz.png); background-position:center center; background-repeat:no-repeat; background-size:auto 16px; width:20px; height:16px; margin-right:10px; vertical-align:middle;
	}
        table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 25px;
        }
        
        table th {
            background-color: #f8fafd;
            color: #2c3e50;
            font-weight:bold;    line-height: 16px;
            padding:3px;
            text-align: left;
            border-bottom: 2px solid #eef2f7;
        }
        
        table td {
            padding: 1px;
            border-bottom: 1px solid #fff;
            color: #555;
        }
        
        table tr:last-child td {
            border-bottom: none;
        }
        
        table tr:hover {
            background-color: #f8fafd;
        }
        
        .rank-highlight {
            background-color: #ffebeb !important;
            /*font-weight:bold;*/
            color: #cc2626 !important;
        }
        .rank-highlight td{color: #cc2626}
        .score-table { 
            
        }
        .ov{height:auto; width:100%;}
		  .ov2{height:auto; width:100%; margin-bottom:10px;}
        .score-table table { width:100%; font-size:12px; margin-bottom:0px; table-layout:fixed;}
        .score-table table thead tr{background: linear-gradient(to right, #51adfe, #138bfe); width:100%;}
		 .score-table table thead tr th,.score-table table thead tr td{ background:none; color:#fff; font-weight:normal;}
        .score-table th,.score-table thead tr td, .score-table td {
            text-align: center;padding: 10px 2px; line-height:16px;
        }
        
        .score-table th:first-child, .score-table td:first-child {
            text-align:center;
        }
		.score-table td:first-child{ color:#3099fe; }
        .score-table tbody tr:nth-child(odd){ background:#e2f9ff;}
		.score-table tbody tr:nth-child(even){ background:#ddf8f6;}
		
		.ov2 table thead{/* display:table;*/ width:100%;}
		.ov2 table tbody{ /*display:block; height:480px; overflow-y:auto;*/width: 100%;}
		.ov2 table tr{  width:100%; border:0px; border-bottom:1px solid #fff; width:100%; display:flex;}
		.ov2 table tr td{ border:0px;}
		.ov2 table tr th:nth-child(1),.ov2 table tr td:nth-child(1){ width:30px;}
		.ov2 table tr th:nth-child(2),.ov2 table tr td:nth-child(2){width:45px;}
		.ov2 table tr th:nth-child(3),.ov2 table tr td:nth-child(3){width:26px;}
		.ov2 table tr th:nth-child(4),.ov2 table tr td:nth-child(4){width:26px;}
		.ov2 table tr th:nth-child(5),.ov2 table tr td:nth-child(5){width:26px;}
		.ov2 table tr th:nth-child(6),.ov2 table tr td:nth-child(6){width:26px;}
		.ov2 table tr th:nth-child(7),.ov2 table tr td:nth-child(7){width:26px;}
		.ov2 table tr th:nth-child(8),.ov2 table tr td:nth-child(8){width:auto;flex:1; }
		.ov2 table tr th:nth-child(9),.ov2 table tr td:nth-child(9){width:20px;}
		.ov2 table tr th:nth-child(10),.ov2 table tr td:nth-child(10){width:60px;}
		.ov2 table tr th:nth-child(11),.ov2 table tr td:nth-child(11){width:50px;}
		
		.ov2 table tr td:nth-child(2),.ov2 table tr td:nth-child(8),.ov2 table tr td:nth-child(10){/*display: -webkit-box;  -webkit-line-clamp:1;  -webkit-box-orient: vertical;*/ white-space:nowrap;text-overflow: ellipsis; overflow:hidden; padding-bottom:0px; }
		
		.ov2 .ov2-header{}
		.ov2 .ov2-header tr td{ color:#fff;}
		
		.ov2 .ov2-header tr td:nth-child(2), .ov2 .ov2-header tr td:nth-child(8), .ov2 .ov2-header tr td:nth-child(10){display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;padding-bottom: 0px;}
		
		.ov2 table tr td:nth-child(2){ text-align:left;}
		.ov2 .ov2-header tr td:nth-child(2){ text-align:left;}
		
        .rank-badge { display: inline-block;background-color: #3498db;color: white;font-size: 12px; padding: 3px 8px;border-radius: 4px;font-weight:bold;}
        
        .year-tabs {
            display: flex;margin-bottom: 5px;border-bottom: 1px solid #eef2f7;flex-wrap: nowrap;    justify-content: space-between;}
        
        .year-tab {
            padding: 10px 10px;
            cursor: pointer;
            font-weight:bold;
            color: #7f8c8d;
            border-bottom: 3px solid transparent;
            transition: all 0.3s ease;
        }
        
        .year-tab.active {
            color: #1b97ff;
            border-bottom: 3px solid #1b97ff;
            font-weight:bold;
        }
        
        .year-tab:hover {
            color: #1b97ff;
        }
        
        .year-content {
            display: none;
        }
        
        .year-content.active {
            display: block;
        }
        
        .danger-zone {
            background-color: #fff5f5;
            border-left: 4px solid #e74c3c;
            padding: 20px;
            border-radius: 0 8px 8px 0;
            margin-top: 20px;
        }
        
        .danger-title {
            color: #e74c3c;
            font-weight:bold;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        
        .danger-title i {
            margin-right: 8px;
        }
        
		.box2{ width:100%; height:auto; background:#dcf3f9; padding:15px; padding-top:20px; margin-top:10px;}
		.box2 h2{ font-size:20px; text-align:center;color:#2f8cee;}
		.box2 ul{ width:100%; height:auto; display:flex;justify-content: space-between;align-items: center;}
		.box2 ul li{ width:auto; text-align:center; padding:10px; color:#2f8cee;}
		.box2 ul li h3{ font-size:32px; font-weight:bold;}
		.box2 ul li p{ font-size:14px;}
		.line6{width:1px; height:50px; background:#d3eaf0;}
		.sxx{ width:100%; vertical-align:middle; margin-bottom:0px; height:auto; overflow:hidden;}
         .refresh-info { text-align:center; margin-bottom: 15px; height:auto; overflow:hidden; }
        
        .refresh-btn { float:right;
            background-color: #fff;
            border: 0px;
            color: #3498db;
            border-radius: 6px;
            padding: 8px 15px;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .refresh-btn:hover {
            background-color: #e8f4ff;
        }
        
        .refresh-btn i {
            margin-right: 5px;
        }
        .sx{ content:""; background-image:url(../images/sx.png); background-repeat:no-repeat; background-size:auto 14px; background-position:center center; width:18px; height:14px; display:inline-block; vertical-align:middle;}
        .last-update { width:225px; float:left;font-size: 14px;color: #7f8c8d;line-height:36px; vertical-align:middle; }
		.bg{background: linear-gradient(to right, #6376fe, #4cb4f1);}
		.bg .header,.bg2 .header{ background:none; color:#fff; border:0px; box-shadow:none;}
		.bg2{   background: linear-gradient(to right, #75b2d8, #71c3b2);}
		
		/*报告页面*/
		 .countdown-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        
        .countdown-title {
            font-size:24px;
            color: #fff;
            font-weight:bold;
            margin-bottom: 0px;
        }
        
        .countdown-box {
        
            color: white;
            width: 180px;
            height: 100px;
         
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
         
            
        }
        
        .countdown-days {
            font-size: 34px;
            font-weight: 700;
            line-height: 1;display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
        }
        
        .countdown-label {
            font-size: 18px;
            font-weight: 500;
        }
        
        .welcome-message {
            padding:10px; text-align:center;
        }
        
        .welcome-message h3 {
            color: #fff;
            font-size:16px;
        }
        
        .welcome-message h3 i {
            margin-right: 10px;
            color: #3498db;
        }
        
        .welcome-message p {
            color: #fff;
            font-size: 16px;
            line-height: 1.6;
        }
        
        .section-divider {
            height: 1px;
            background-color: #eef2f7;
            margin: 30px 0;
        }
        
        .section-title2 {
            font-size: 26px;
            color: #2c3e50;
            font-weight:bold;
            margin-bottom: 10px; text-align:center;
        }
        .section-title2:after{ display:block; content:""; background-image:url(../images/bl.png); width:100%; height:18px; background-position:center bottom; background-repeat:no-repeat; background-size:auto 16px;}
        .section-title2 i {
            margin-right: 10px;
            color: #3498db;
        }
		 .section-subtitle {
            font-size: 20px;
            color: #386283; margin-bottom: 10px; text-align:center;
        }
		/*.section-subtitle:before{ content: "";
    display: inline-block;
    width: 5px;
    height: 18px;
    background: #cfdfe9;
    margin-right: 10px;
    border-radius: 3px;
    vertical-align: middle;}*/
         .score-table2 {
            margin-bottom: 25px;
        }
		.score-table2 table thead tr{background: linear-gradient(to right, #7cc2ff, #49a6ff);}
		 .score-table2 table thead tr th{ background:none; color:#fff; font-weight:normal;}
        .score-table2 th, .score-table td { text-align: center;padding: 10px 2px; line-height:16px;}
        
        .score-table2 th:first-child, .score-table td:first-child {
            text-align:center;
        }
		.score-table2 td:first-child{ color:#333; }
        .score-table2 tbody tr:nth-child(odd){ background:#f1fcff;}
		.score-table2 tbody tr:nth-child(even){ background:#ecfffe;}

        .score-table2 table {width: 100%; border-collapse: collapse;border-radius:16px;
    overflow: hidden;    font-size: 18px;}
        
        .score-table2 th {
            background-color: #f8fafd;
            color: #2c3e50;
            font-weight:bold;
            padding:20px 10px;
            text-align: center;
            border-bottom: 2px solid #eef2f7;
        }
        
        .score-table2 td {padding: 10px;text-align: center;color: #555;}
        .score-table2 tr:last-child td {border-bottom: none;}
        .score-table2 tr:hover { background-color: #f8fafd;        }
        
		 .score-table3{
            margin-bottom:0px;
        }
		.score-table3 table thead tr{background: linear-gradient(to right, #c7e5ff, #c9e7f3);}
		 
        .score-table3 th, .score-table td { text-align: center;padding: 10px 2px; line-height:16px;}
        
        .score-table3 th:first-child, .score-table3 td:first-child {
            text-align:center;
        }
		.score-table3 td:first-child{ color:#333; }
        .score-table3 tbody tr:nth-child(odd){ background:#f1fcff;}
		.score-table3 tbody tr:nth-child(even){ background:#e1eef2;}
		 .score-table3 table {width: 100%; border-collapse: collapse;overflow: hidden;    font-size: 18px;margin-bottom: 0px;}
        
        .score-table3 th { background:none; color:#3e5483; font-weight:normal; font-weight:bold; padding:20px 10px; text-align: center; border-bottom:0px;font-size: 16px; }
        
        .score-table3 td {padding: 10px;text-align: center;color: #555; border-bottom:0px;}
        .score-table3 tr:last-child td {border-bottom: none;}
        .score-table3 tr:hover { background-color: #f8fafd;        }
		.qft tbody .sb:nth-child(odd){background:#fff2f2;}
		.qft tbody .sb:nth-child(even){background:#fbebeb;}
		.qft td:first-child{ color:#333;}
		
		.qft table thead{ /*display:table; */width:100%;}
		.qft table tbody{ /*display:block; height:500px; overflow-y:auto;*/}
		.qft table tr{ width:100%;}
		.qft table tr th:nth-child(1),.qft table tr td:nth-child(1){ width:45px;}
		.qft table tr th:nth-child(2),.qft table tr td:nth-child(2){width:30px;}
		.qft table tr th:nth-child(3),.qft table tr td:nth-child(3){width:30px;}
		.qft table tr th:nth-child(4),.qft table tr td:nth-child(4){width:30px;}
		.qft table tr th:nth-child(5),.qft table tr td:nth-child(5){width:30px;}
		.qft table tr th:nth-child(6),.qft table tr td:nth-child(6){width:30px;}
		.qft table tr th:nth-child(7),.qft table tr td:nth-child(7){width:30px;}
		.qft table tr th:nth-child(8),.qft table tr td:nth-child(8){width:auto;}
		.qft table tr th:nth-child(9),.qft table tr td:nth-child(9){width:55px;}
		
		.table-over{ width:100%; max-height:500px;overflow-y:auto; }
		
		.s,.j,.c{ font-weight:bold;}
		.s{ color:#2ec0a6;}
		.j{ color:#e34f4f;}
		.c{ color:#333;}
        .score-pass {
            
            color: #27ae60 !important;
            font-weight:bold;
        }
        
        .score-fail {
            
            color: #e74c3c !important;
            font-weight:bold;
        }
        
        .note {
            font-size: 14px;
            color: #7f8c8d;
            margin-top: 10px;text-align: center;
        }
        .ls{color: #27ae60;}
		.hs{color: #e74c3c;}
        .evaluation-section {
            background-color: #f8fafd;
            border-radius: 8px;
            padding: 25px;
            margin-bottom: 25px;
        }
        
        .evaluation-title {
            color: #2c3e50;
            font-size: 20px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .evaluation-title i {
            margin-right: 10px;
            color: #3498db;
        }
        
        .evaluation-content {
            color: #555;
            font-size: 16px;
            line-height: 1.6;
        }
        
        .evaluation-content p {
            margin-bottom: 15px;
        }
        
        .success-zone {
            background: linear-gradient(to right, #e8f6f3, #f8fafd);
            border-radius: 8px;
            padding: 25px 20px 25px 20px;
            margin-bottom: 25px;
            border: 2px solid #2ecc71;
            text-align: center;
        }
        
        .success-title {
            color: #27ae60;
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .success-title i {
            margin-right: 10px;
            font-size: 28px;
        }
        
        .success-message {
            color: #555;
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 0px;text-align: left;
        }
        
		
		.safe-zone{border: 2px solid #2ecc71; background: linear-gradient(to right, #e8f6f3, #f8fafd);}
		.safe-zone .success-title{color: #27ae60;}
		.risk-zone{border: 2px solid #efb21c;
    background: linear-gradient(to right, #fff9ea, #fdfcf8);}
		.risk-zone .success-title{color: #efb21c;}
		.danger-zone{    border: 2px solid #df5656;
    background: linear-gradient(to right, #fff4f4, #fdfcfc);}
        .danger-zone .success-title{color: #df5656;}
		
			.tcBox{ position:fixed; width:100%;max-width: 480px; height:100%; background:rgba(0,0,0,0.4); top:0px;  display:flex;align-content: center;    align-items: center; z-index:999; display:none;}
	
        .contact-section {
            background-color: #f0f8ff;
            border-radius: 8px;
            padding: 25px;
            text-align: center;
            margin-top: 30px;
        }
        .tcBox .contact-section{ width:80%; margin:0 auto; height:auto;    position: relative; }
        .contact-title {
            color: #2c3e50;
            font-size: 22px;
            margin-bottom: 10px;
            font-weight:bold;
        }

        .contact-title2 {
            color: #59a39a;
            font-size: 22px;
            margin-bottom: 10px;
            font-weight:bold;
        }
        
        .contact-info {
            color: #555;
            font-size: 14px;
            margin-bottom: 20px; text-align:left;
        }
        
        .qr-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 20px;
        }
		.close{ width:40px; height:40px; position:absolute; right:0px; top:-40px; cursor:pointer;}
		.close img{ max-width:100%;}
        .qr-img{ width: 200px; height: 200px; overflow: hidden;margin-bottom: 10px;    margin-top: 5px;}
		.qr-img img{ max-width:100%;}
        .qr-code {
            width: 180px;
            height: 180px;
            background-color: #f5f5f5;
            border-radius: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
            border: 1px solid #e1e5eb;
            position: relative;
            overflow: hidden;
        }
        
       /* .qr-code::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: 
                linear-gradient(45deg, transparent 45%, #3498db 45%, #3498db 55%, transparent 55%),
                linear-gradient(-45deg, transparent 45%, #2ecc71 45%, #2ecc71 55%, transparent 55%),
                repeating-linear-gradient(45deg, #f5f5f5 0px, #f5f5f5 2px, transparent 2px, transparent 8px),
                repeating-linear-gradient(-45deg, #f5f5f5 0px, #f5f5f5 2px, transparent 2px, transparent 8px);
            opacity: 0.6;
        }
        
        .qr-code::after {
            content: '赢硕考研';
            position: absolute;
            bottom: 15px;
            color: #2c3e50;
            font-weight:bold;
            font-size: 16px;
        }*/
        
        .qr-label {
            font-size: 14px;
            color: #7f8c8d;
        }
        
        .action-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
        }
        
        .action-btn {
            padding: 14px 30px;
            border: none;background: linear-gradient(to right, #42b8ff, #42d3ff);
            border-radius: 35px; color:#fff;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }
         .action-btn:hover{ color:#fff;}
        .action-btn i {
            margin-right: 8px;
        }
        
        .download-btn {
            background: linear-gradient(to right, #3498db, #2ecc71);
            color: white;
        }
        
        .download-btn:hover {
            background: linear-gradient(to right, #2980b9, #27ae60);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
        }
        
        .contact-btn {
            background-color: #f8fafd;
            color: #3498db;
            border: 2px solid #3498db;
        }
        
        .contact-btn:hover {
            background-color: #e8f4ff;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(52, 152, 219, 0.2);
        }
       /**/
		 .action-buttons5 {
            gap: 20px;width: 100%; height:auto;
    
            margin-top: 30px; text-align:center;    display: flex;
    justify-content: space-between;
    align-items: center;
        }
        
        .action-btn5 {
            padding: 14px 30px;
            border: none;background: linear-gradient(to right, #42b8ff, #42d3ff);
            border-radius: 35px; color:#fff;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }
         .action-btn5:hover{ color:#fff;}
        .action-btn5 i {
            margin-right: 8px;
        }
        
        .download-btn5 { display:block; 
            background:#fff;font-size:16px;
            color: #03A9F4; border:2px solid #03A9F4; width:45%; padding:14px;
        }
        
        .download-btn5:hover {
            background: #03A9F4; 
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
        }
        
        .contact-btn5 {
            background-color: #f8fafd;
            color: #3498db;
            border: 2px solid #3498db;
        }
        
        .contact-btn5:hover {
            background-color: #e8f4ff;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(52, 152, 219, 0.2);
        }
        /**/
        .footer {
            text-align: center;
            margin-top: 40px; padding-left:24px; padding-right:24px;
            color: #d6edef;
            font-size: 12px;
            padding-bottom: 20px;
        }
        
        .footer a {
            color:rgba(255,255,255,0.7);
            text-decoration: none;
        }
        
        .footer a:hover {
            text-decoration: underline;
        }
        .cc{color: #9badae;}
    .sy-f{ color:#7f8c8d;}
        
        .notification {
            position: fixed;
            top: 20px;
            right: 20px;
            padding: 15px 25px;
            background-color: #2ecc71;
            color: white;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transform: translateX(150%);
            transition: transform 0.4s ease;
            z-index: 1000;
            max-width: 350px;
        }
        
        .notification.show {
            transform: translateX(0);
        }
        
        .notification.error {
            background-color: #e74c3c;
        }
        
        .notification.info {
            background-color: #3498db;
        }
        
        .progress-container {
            margin: 20px 0 30px;
        }
        
        .progress-label {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
        }
        
        .progress-label span {
            font-size: 14px;
            color: #7f8c8d;
        }
        
        .progress-bar {
            height: 12px;
            background-color: #e1e5eb;
            border-radius: 6px;
            overflow: hidden;
        }
        
        .progress-fill {
            height: 100%;
            background: linear-gradient(to right, #3498db, #2ecc71);
            border-radius: 6px;
            width: 0;
            transition: width 1.5s ease-in-out;
        }
       
        
        .notification {
            position: fixed;
            top: 20px;
            right: 20px;
            padding: 15px 25px;
            background-color: #2ecc71;
            color: white;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transform: translateX(150%);
            transition: transform 0.4s ease;
            z-index: 1000;
        }
        
        .notification.show {
            transform: translateX(0);
        }

 .legend {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 15px;
            flex-wrap: wrap;
        }
        
        .legend-item {
            display: flex;
            align-items: center;
            font-size: 14px;
        }
        
        .legend-icon {
            margin-right: 5px;
            font-size: 16px;
        }
        .legend-icon img{ max-height:22px;}
        .rank-summary {

            display: flex;
            justify-content: space-between;
            background: linear-gradient(to right, #d8ecfd, #e0f6ff);
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 20px;
            border: 1px solid #eef2f7;
        }
        .line2{ width:1px; height:56px; background:#ccc;}
        .rank-item {
            text-align: center;
            flex: 1;
        }
        
        .rank-value {
            font-size: 36px;
            font-weight: 700;
            color: #3498db;
            margin-bottom: 5px;
        }
        
        .rank-label {
            font-size: 14px;
            color: #7f8c8d;
        }
        
        .user-rank-badge {
            display: inline-block;
            color: #333;
            padding: 5px 15px;font-size: 16px;
            font-weight:bold;
        }
		.user-redbold{
            color: #e84438;font-size: 16px;
            font-weight:bold;
        }
		  .note-box {background-color: #f0faff; border-radius: 8px;padding: 15px; margin:0px; margin-top:10px;  display: flex;    align-items: flex-start;}
        
        .note-title {
            font-weight:bold;
            color: #2c3e50;
            margin-bottom: 0px;
            display: flex;
            align-items: center;
        }
        
        .note-title i {
            margin-right: 8px;
            color: #3498db;
        }
        
        .note-list {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 0px;display: flex;
    justify-content: space-around;
    align-items: center;
        }
        
        .note-list li {
            margin-bottom:0px; margin-right:10px;
            display: flex;
            align-items: center;
        }
        
        .note-list li i {
            margin-right: 8px;
            width: 20px;    background-size: auto 16px;
    background-position: center center;
    height: 20px;
    background-repeat: no-repeat;
        }
		.note-c{ width:100%; text-align:center; font-size:16px;}
        .fa-pass{ background-image:url(../images/d.png)}
		 .fa-fail{ background-image:url(../images/fail.png)}
		  .fa-partial{ background-image:url(../images/bd.png)}
		  .icon-pass img,.icon-fail img,.icon-partial img{ max-height:16px;}
        .quote-box {    background-color: #fff4f0;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 10px 0; margin-bottom:0px;
    color: #b17070;
          
        }
        
        .evaluation-section {
            background-color: #f8fafd;
            border-radius: 8px;
            padding: 25px;
            margin-bottom: 25px;
        }
        
        .evaluation-title {
            color: #2c3e50;
            font-size: 20px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .evaluation-title i {
            margin-right: 10px;
            color: #3498db;
        }
        
        .evaluation-content {
            color: #555;
            font-size: 16px;
            line-height: 1.6;
        }
        
        .evaluation-content p {
            margin-bottom: 15px;
        }
        
      .bgc1{ background:#e6f5f9}
	  .jzg{    font-size: 14px;    color: #698389;    background: rgba(218,236,238,0.4);    padding: 15px;
    border-left: 3px solid #72b9c3;    line-height: 25px;}
	.year-content .contact-section{ margin-top:0px;}
.year-content .qr-section{ margin-top:0px;}
.year-content .contact-title{ font-size:20px; margin-bottom:5px;}
	
	.myScore{ display:flex;justify-content: space-between; align-items: center;padding-right: 15px;
    padding-left: 0px;}
	.myScore li{ text-align:center;}
	.myScore h1{ font-size:26px; margin-bottom:0px;line-height: 30px;    font-weight: normal;    color: #1687f1;}
	.myScore h2{font-size:14px;color: #767676;}
	.myScoreTitle{    background:linear-gradient(to right, #1b97ff, #42b8ff);    padding: 5px 10px;    font-size: 14px;    font-weight: bold;    line-height: 23px;    border-radius: 25px 25px 25px 0px;    width: 60px;    color: #fff;}
	.bg3{background:linear-gradient(to right, #f5fcff, #fff); }
	
	.f1{ position:fixed; top:20%; right:-5px; display:block; width:auto; /*display:none;*/}
	.f1 img{ max-height:65px;}
	.footer-btn{ position:fixed; bottom:0px; width:100%; z-index:99; display:flex;     justify-content: space-around;background:linear-gradient(to bottom, rgba(0,0,0,0) ,rgba(0,0,0,0.3)); padding-top:30px; padding-bottom:10px;}
	.footer-btn a{ display:block; border-radius:45px; font-size:14px; line-height:20px; font-weight:bold; color:#fff; padding:10px 20px;display: flex;    align-items: center; width:45%; text-align:center;justify-content: space-evenly;box-shadow: 0px 0px 16px #d5d5d5; }
	.btn1{ background:linear-gradient(to right, #5eccb6, #33be99);}
	.btn2{ background:linear-gradient(to right, #70f2ff, #1cb7e6);}
	.g2{ width:100%; margin-top:0px; margin-bottom:0px;}
	
	.tcBox2{position: fixed;
    width: 100%;
    max-width: 480px;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0px;
    display: flex;
    align-content: center;
    align-items: center;
    z-index: 999;
    display:none;
    }
	
	.bq{ max-height:50px;}
	.tcBox2 .close{ top:5px; right:5px;}
	.tcBox2 .contact-section{ position:relative; width:90%; max-height:85%; overflow-y:auto; margin-top:0px; margin-left:5%;  }
	.bkBox{ width:100%; height:auto;}
	.bkBox tr td{ padding:10px; vertical-align:top;}
	.bkBox tr td:nth-child(1),.bkBox tr td:nth-child(2){ background:#fff3f3;}
	.bkBox tr td:nth-child(3),.bkBox tr td:nth-child(4){ background:#effbf9;}
	 .bkBox tr .bkBoxTitle,.bkBox tr .bkBoxTitle2{ font-size:20px; font-weight:bold;}
	.bkBox h1{ font-size:14px; line-height:20px;}
	.bkBox h3{ font-size:12px;line-height:18px; margin-top:5px; }
	.bkBox h4{ font-size:12px;line-height:18px;margin-top:5px; font-weight:normal;}
	.bkBox tr th{padding:15px 10px; text-align:center;}
	.bkBox tr .bkBoxTitle{background:#ffebeb; color:#e05656;}
	.bkBox tr .bkBoxTitle2{background:#eafffb;color:#3bad93;}
	.qftBox,.bkznBox{display: none; }
	.red{ color:#DC2629;}
	
	
	/*资料包*/
	.zlbCard { width:90%; background:#fff; height:auto; border-radius:22px; margin-left:5%; padding:20px;box-shadow: inset 0 1px 4px #ffffff, 0 12px 18px -10px rgba(27, 45, 80, 0.2);border: 1px solid rgba(255,255,255,0.9); position:relative;}
	.zlbCard h1{ font-size:24px; text-align:center;justify-content: center;}
	.zlbCard .close{ top:-40px; right:0px;}
	.subhead {
            font-size: 1.1rem;
            color: #2f405b;
            margin-bottom: 32px;
            display: flex;
            align-items: center;
            gap: 8px;
            background: #e3ebf6b3;
            padding: 10px 18px;
            border-radius: 60px;
            width: fit-content;
            backdrop-filter: blur(2px);
            border: 1px solid #ffffffb3;
        }

        .subhead .icon {
            font-size: 1.4rem;
        }

        /* 网盘链接卡片 */
        .link-section {
            background: #ffffffd6;
            backdrop-filter: blur(8px);
            border-radius: 40px;
            padding: 10px 0px;
           
            border: 1px solid rgba(255,255,255,0.9);
            
        }

        .link-label {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.95rem;
            font-weight: 600;
            color: #004e8c;
            letter-spacing: 0.3px;
            margin-bottom: 14px;
        }

        .link-label i {
            font-size: 1.3rem;
        }

        .link-wrapper {
            display: flex;
            align-items: center;
            background: #f2f6fd;
            border-radius: 100px;
            border: 1px solid #cfdef5;
            padding: 4px 4px 4px 22px;
            transition: all 0.2s;
        }
        .link-wrapper:focus-within {
            border-color: #3b7bc9;
            box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.2);
        }

        .link-text {
            flex: 1;
            font-size: 1rem;
            font-weight: 500;
            color: #1e2f4a;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            user-select: all;
            padding: 6px 0;
            background: transparent;
            border: none;
            outline: none;
            width: 100%;
            cursor: text;
        }

        .copy-btn {
            background: #2196F3;
            border: none;
            border-radius: 60px;
            padding: 12px 26px;
            font-size: 1rem;
            font-weight: 600;
            color: white;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            cursor: pointer;
            box-shadow: 0 10px 18px -8px #95a8c0, 0 2px 4px rgba(0,0,0,0.1);
            transition: 0.15s;
            border: 1px solid #00BCD4;
            letter-spacing: 0.3px;
            white-space: nowrap;
        }

        .copy-btn:hover {
            background: #309cb6;
            transform: scale(1.02);
            box-shadow: 0 14px 22px -10px #0b2641;
        }

        .copy-btn:active {
            transform: scale(0.98);
            background: #309cb6;
            box-shadow: 0 5px 12px -5px #0a1d31;
        }

        .copy-btn.copied {
            background: #33be99;
            border-color: #9fdfb0;
        }

        /* 下载区域 */
        .download-area {
            background: #ffffffd6;
            backdrop-filter: blur(8px);
            border-radius: 40px;
            padding: 22px 22px 22px;
            box-shadow: inset 0 1px 4px #ffffff, 0 12px 18px -10px rgba(31, 47, 78, 0.2);
            border: 1px solid rgba(255,255,255,0.9);
            margin-bottom: 24px;
        }

        .download-title {
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 600;
            color: #174d82;
            margin-bottom: 16px;
            font-size: 1rem;
        }

        .download-btn {
            width: 100%;
            background: #10883e;
            border: none;
            border-radius: 60px;
            padding: 18px 18px;
            font-size: 1.4rem;
            font-weight: 700;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            cursor: pointer;
            box-shadow: 0 18px 28px -12px #0f4d2d, 0 4px 8px rgba(0,0,0,0.1);
            transition: 0.15s;
            border: 1px solid #77c98e;
            line-height: 1;
        }

        .download-btn:hover {
            background: #0f9945;
            transform: scale(1.02);
            box-shadow: 0 22px 32px -14px #0f522a;
        }

        .download-btn:active {
            background: #0b7734;
            transform: scale(0.98);
            box-shadow: 0 8px 14px -6px #094e21;
        }

        .download-btn i {
            font-size: 2rem;
            filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1));
        }

        /* 资料清单 */
        .package-features {
            display: flex;
            flex-wrap: wrap;
            gap: 14px 10px;
            margin: 22px 0 10px;
            justify-content: center;
        }

        .feature-item {
            background: #e8effac2;
            backdrop-filter: blur(2px);
            border-radius: 60px;
            padding: 10px 22px;
            font-size: 0.95rem;
            font-weight: 500;
            color: #122f4b;
            border: 1px solid #ffffff;
            box-shadow: 0 4px 8px rgba(0, 20, 40, 0.04);
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .footnote {
            color: #466185;
            text-align: center;
            font-size: 0.9rem;
            border-top: 2px dashed #b7cfec;
            padding-top: 22px;
            margin-top: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 4px;
        }

        .footnote span {
            font-size: 1.2rem;
        }

        /* 模拟链接和下载 */
        .fake-link {
            font-family: monospace;
            letter-spacing: 0.2px;
        }

        /* 提示小浮层 */
        .toast-message {
            visibility: hidden;
            min-width: 180px;
            background-color: #1d2b3f;
            color: #fff;
            text-align: center;
            border-radius: 60px;
            padding: 12px 18px;
            position: fixed;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1000;
            font-size: 1rem;
            font-weight: 500;
            box-shadow: 0 20px 30px -8px black;
            opacity: 0;
            transition: opacity 0.3s, visibility 0.3s;
            backdrop-filter: blur(4px);
            background: #15273fe0;
            border: 1px solid #638ec5;
            display: flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .toast-message.show {
            visibility: visible;
            opacity: 1;
        }

        /* 自适应小屏幕 */
        @media (max-width: 420px) {
            .zlbCard { padding: 20px 16px 30px; }
            h1 { font-size: 1.9rem; }
            .link-wrapper { flex-wrap: wrap; background: transparent; padding: 0; gap: 10px; border:0px; border-radius:20px; padding:10px; }
            .link-wrapper .link-text { background: #f2f6fd; padding: 14px 20px; border-radius: 60px; }
            .copy-btn { width: 100%; justify-content: center; }
            .download-btn { font-size: 1.2rem; padding: 15px; }
        }
		.copy-btn.copied {
        background: #33be99;
        border-color: #a2d8b5;
    }
    .link-text {
        cursor: text;
    }
    .link-text::selection {
        background: #b6d6ff;
    }
    .toast-message.show {
        visibility: visible;
        opacity: 1;
    }
    /* 下载按钮内部图标 */
    .download-btn i {
        font-style: normal;
    }
@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1500px){
	
	}
@media screen and (max-width: 1300px){
	
		}
@media screen and (max-width: 1200px){
	
	}
	@media screen and (max-width: 1024px){
	
	}
	@media screen and (max-width: 768px){
	
	}