@charset "UTF-8";.iq-chart-wrapper{margin:20px 0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.iq-chart-title{text-align:center;margin-bottom:20px;color:#333;font-size:18px;font-weight:600}.iq-chart-container{display:flex;flex-wrap:nowrap;justify-content:space-around;align-items:flex-end;gap:10px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:28px 10px 20px;border:1px solid #dee2e6;border-radius:12px;max-width:100%;box-sizing:border-box;position:relative;box-shadow:0 2px 10px rgb(0 0 0 / .08);--highlight-color:#ff8c00;--highlight-shadow:rgba(255, 140, 0, 0.4);overflow-x:auto;overflow-y:visible;scroll-behavior:smooth;transition:padding 0.3s ease}.iq-bar{flex:0 0 12%;min-width:70px;text-align:center;position:relative;transition:transform 0.2s ease;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding-bottom:0}.iq-bar:hover{transform:translateY(-2px)}.iq-bar .bar{width:100%;background:linear-gradient(180deg,#ced4da 0%,#adb5bd 100%);border-radius:6px 6px 0 0;transition:all 0.3s ease;position:relative;box-shadow:0 2px 4px rgb(0 0 0 / .1);order:1}.iq-bar .bar:hover{background:linear-gradient(180deg,#6c757d 0%,#495057 100%)}.iq-bar.active .bar{background:var(--highlight-color);box-shadow:0 4px 15px var(--highlight-shadow)}.iq-bar.active::before{content:"▲";font-size:20px;color:var(--highlight-color);position:absolute;top:-32px;left:50%;transform:translateX(-50%);filter:drop-shadow(0 2px 4px rgb(0 0 0 / .2));z-index:1001}.iq-bar.active::after{content:"您所在分值区间";font-size:11px;color:#fff;font-weight:600;position:absolute;top:-62px;left:50%;transform:translateX(-50%);white-space:nowrap;background:var(--highlight-color);padding:2px 6px;border-radius:4px;box-shadow:0 2px 6px rgb(0 0 0 / .15);z-index:1001}.iq-bar-info{margin-top:10px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;order:2;min-height:60px}.iq-bar .label{font-size:13px;font-weight:600;color:#212529;margin-bottom:4px;line-height:1.2;text-align:center}.iq-bar .level{font-size:11px;color:#6c757d;margin-bottom:4px;line-height:1.3;text-align:center;min-height:28px;display:flex;align-items:center;justify-content:center}.iq-bar .percent{font-size:12px;color:#495057;font-weight:500;text-align:center}.iq-bar.active .label{color:var(--highlight-color);font-weight:700}.iq-bar.active .percent{color:var(--highlight-color);font-weight:600}.iq-chart-note{text-align:center;margin-top:15px;color:#6c757d;font-style:italic}@media screen and (max-width:768px){.iq-chart-container{gap:8px;justify-content:flex-start}.iq-bar{flex:0 0 80px;min-width:80px}.iq-bar .label{font-size:12px}.iq-bar .level{font-size:10px;min-height:32px}.iq-bar .percent{font-size:11px}.iq-chart-title{font-size:16px}.iq-bar.active::before{font-size:18px;top:-30px}.iq-bar.active::after{font-size:10px;top:-60px;padding:1px 4px;color:#fff;background:var(--highlight-color)}}@media screen and (max-width:480px){.iq-chart-container{gap:6px}.iq-bar{flex:0 0 70px;min-width:70px}.iq-bar .label{font-size:11px}.iq-bar .level{font-size:9px;min-height:35px}.iq-bar .percent{font-size:10px}.iq-chart-title{font-size:15px}}