* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

@font-face {
    font-family: electronicFont;
    src: url(../font/DS-DIGIT.TTF);
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    /*  背景图定位 / 背景图尺寸  cover 完全铺满容器  contain 完整显示在容器内 */
    background: url(../images/bg.jpg) no-repeat #000;
    background-size: cover;
    /* 行高是字体1.15倍 */
    line-height: 1.15;
}

header {
    position: relative;
    height: 1.25rem;
    background: url(../images/head_bg.png) no-repeat top center;
    background-size: 100% 100%;
}

h1 {
    font-size: 0.475rem;
    color: #ffffff;
    text-align: center;
    line-height: 1rem;
}

header .search {
    text-align: center;
}

header #titlearea {
    font-size: 30px;
    width: 460px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0px 20px;
    overflow: hidden
}

header .search {
    color: #000;
    vertical-align: top;
    width: 700px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    margin: 0px 60px;
}

header #searchsc {
    vertical-align: middle;
    width: 600px;
    height: 40px;
    font-size: 15px;
    border: 0px;
    border-radius: 3px 0 0 3px;
    outline: none;
    padding: 0px 10px;
    float: left
}

header #searchbtn {
    vertical-align: middle;
    width: 100px;
    height: 40px;
    font-size: 15px;
    border: 0px;
    border-radius: 0 3px 3px 0;
    outline: none;
    color: #fff;
    background-color: #00bcd4;
    cursor: pointer;
    transition: all 0.5s ease;
}

header #searchbtn:hover {
    background-color: #00788b
}

header .navlink {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0px 20px;
    width: 300px;
    line-height: 40px;
    white-space: nowrap;
}

header .navlink a {
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    transition: color 0.3s ease;
}

header .navlink a:first-child {
    margin-left: 0;
}

header .navlink a:hover {
    color: #00ffff;
}

.mainbox {
    min-width: 1024px;
    max-width: 1920px;
    padding: 0.125rem 0.125rem 0;
    display: flex;
}

.mainbox .column {
    flex: 3;
}

.mainbox .column:nth-child(2) {
    flex: 5;
    margin: 0 40px 0.1875rem;
    overflow: hidden;
}

.panel {
    position: relative;
    height: 220px;
    width: 450px;
    border: 1px solid rgba(25, 186, 139, 0.17);
    background: rgba(255, 255, 255, 0.04) url('../images/line(1).png');
    padding: 0 0.1875rem 0.5rem;
    margin-bottom: 0.1875rem;
}

.panel::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #02a6b5;
    border-left: 2px solid #02a6b5;
}

.panel::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #02a6b5;
    border-right: 2px solid #02a6b5;
}

.panel .panel-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.panel .panel-footer::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #02a6b5;
    border-left: 2px solid #02a6b5;
}

.panel .panel-footer::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #02a6b5;
    border-right: 2px solid #02a6b5;
}

.panel img {
    margin-top: 10px;
    height: 170px;
    width: 120px;
    float: left;
}

.panel ul {
    margin-top: 10px;
    margin-left: 150px;
    color: white;
    text-align: left;
    font-size: 12px;
}

.panel1 {
    position: relative;
    height: 940px;
    width: 450px;
    border: 1px solid rgba(25, 186, 139, 0.17);
    background: rgba(255, 255, 255, 0.04) url('../images/line(1).png');
    padding: 0 0.1875rem 0.5rem;
    margin-bottom: 0.1875rem;
}

.panel1::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #02a6b5;
    border-left: 2px solid #02a6b5;
}

.panel1::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #02a6b5;
    border-right: 2px solid #02a6b5;
}

.panel1 .panel-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.panel1 .panel-footer::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #02a6b5;
    border-left: 2px solid #02a6b5;
}

.panel1 .panel-footer::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #02a6b5;
    border-right: 2px solid #02a6b5;
}

.panel2 {
    position: relative;
    height: 280px;
    width: 765px;
    border: 1px solid rgba(25, 186, 139, 0.17);
    background: rgba(255, 255, 255, 0.04) url('../images/line(1).png');
    padding: 0 0.1875rem 0.5rem;
    margin-bottom: 0.1875rem;
}

h2 {
    color: #CCCCCC;
    margin: 5px 0px;
}

.panel2 p {
    margin: 15px;
    text-indent: 2em;
    font-size: 15px;
    color: #CCCCCC;
}

.panel2::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #02a6b5;
    border-left: 2px solid #02a6b5;
}

.panel2::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #02a6b5;
    border-right: 2px solid #02a6b5;
}

.panel2 .panel-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.panel2 .panel-footer::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #02a6b5;
    border-left: 2px solid #02a6b5;
}

.panel2 .panel-footer::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #02a6b5;
    border-right: 2px solid #02a6b5;
}

.panel2 .chart {
    height: 220px;
}

.panel2 .chart1 {
    height: 260px;
}

.panel2 .chart2 {
    height: 240px;
}

.panel3 {
    position: relative;
    height: 450px;
    width: 450px;
    border: 1px solid rgba(25, 186, 139, 0.17);
    background: rgba(255, 255, 255, 0.04) url('../images/line(1).png');
    padding: 0 0.1875rem 0.5rem;
    margin-bottom: 0.1875rem;
}


.panel3 h2 {
    color: #CCCCCC;
    margin: 5px 0px;
}

.panel3 p {
    margin: 15px;
    text-indent: 2em;
    font-size: 15px;
    color: #CCCCCC;
}

.panel3::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #02a6b5;
    border-left: 2px solid #02a6b5;
}

.panel3::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #02a6b5;
    border-right: 2px solid #02a6b5;
}

.panel3 .panel-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.panel3 .panel-footer::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #02a6b5;
    border-left: 2px solid #02a6b5;
}

.panel3 .panel-footer::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #02a6b5;
    border-right: 2px solid #02a6b5;
}

.panel3 .chart {
    height: 450px;
}

/*.wrap li{  line-height:.42rem;  font-size: .18rem; text-indent: .24rem; margin-bottom: .1rem; }*/
.wrap li {
    line-height: 24px;
    font-size: 16px;
    text-indent: 5px;
    margin-bottom: 18px;
}

.wrap li p {
    border: 1px solid rgba(25, 186, 139, .17);
    color: rgba(255, 255, 255, .6);
}

/* ===== 替换原有缩放代码 ===== */
body {
    overflow: auto;
    /* 恢复全局滚动 */
    background: url(../images/bg.jpg) no-repeat center center / cover fixed;
    margin: 0;
    padding: 0;
}

.layout-container {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* 顶部对齐 */
    padding: 20px 0;
    /* 留出滚动空间 */
}

.layout-root {
    width: 1920px;
    min-height: 1080px;
    transform-origin: center top;
    transform: scale(var(--scale-factor));
    position: relative;
    margin: 0;
}

/* 响应式控制 */
@media (max-width: 1920px) {
    .layout-root {
        --scale-factor: calc(100vw / 1920);
    }
}

@media (min-width: 1921px) {
    .layout-root {
        --scale-factor: 1;
    }
}