﻿*{margin:0; padding:0;list-style-type:none; text-decoration:none; box-sizing:border-box;}

body 
{
    background:#f5f7fa;
    font-family:'Microsoft YaHei', Arial, sans-serif;
    font-size:12px;
    text-align:center;
    vertical-align:middle;
    color:#1e293b;
}

/* 原有的框架样式保留 */
#wrap
{
    width:800px;
    height:600px;
    position:absolute; 
    text-align:left;  
    left:50%;    
    top:50%;  
    margin:-300px 0 0 -400px 
}

#wrap .top
{
    width:800px;
    height:150px;
    background:url(../images/login05.gif);    
}

#wrap .middle
{
    width:800px;
    height:300px;   
}

#wrap .bottom
{
    width:800px;
    height:150px;
    text-align:center;
    background:url(../images/login05.gif);   
}

#wrap .left
{
    float:left;
    width:200px;
    height:300px;
    background:url(../images/login02.gif);   
}

#wrap .center
{
    float:left;
    width:400px;
    height:300px;
    background:url(../images/login03.gif);   
}

#wrap .right
{
    float:left;
    width:200px;
    height:300px;
    background:url(../images/login04.gif);   
}

#wrap .helpinfo
{
    width:350px;
    margin:35px auto;   
}

#wrap .logininfo
{
    width:350px;
    margin:15px auto;     
}

#wrap .logininfo span
{
    width:68px;
    display:block;
    float:left;
    font-weight:bold;   
}

#wrap .txtstyle
{
    width:200px;
    height:20px;
    line-height:20px;
    background:#d9d9d9;
    border-top:solid 1px #659fcc;
    border-left:solid 1px #659fcc;
    border-right:solid 1px #9cc8eb;
    border-bottom:solid 1px #9cc8eb;
}

#wrap #language
{
    height:24px;
    line-height:24px;
    background:#d9d9d9;
    border-top:solid 1px #659fcc;
    border-left:solid 1px #659fcc;
    border-right:solid 1px #9cc8eb;
    border-bottom:solid 1px #9cc8eb;
}

#wrap .btnstyle
{
    margin-right:10px;
    border-top:solid 1px #a3cdee;
    border-left:solid 1px #a3cdee;
    border-right:solid 1px #659fcc;
    border-bottom:solid 1px #659fcc;
}

#wrap #bottom
{
    text-align:center;
}

#wrap #company
{
    width:350px;
    height:42px;
    display:block;
    margin:35px 200px;
    background:url() no-repeat 0 0; 
    text-indent:40px;
    white-space:nowrap;
    overflow:hidden;
}

#wrap #company span
{
    margin-top:20px;
    display:block;
}

/* 顶部导航样式（保留原有） */
#header
{
    width:100%;
    height:82px;
    background:url(../images/HeaderRight.png) repeat-x; 
}

#header #logo
{
    float:left;
    display:inline;
    width:700px;
    height:80px;
    background:url(../images/logo.png) no-repeat 0 0; 
    margin-left:10px;
    margin-top:10px; 
}

#header #logo span
{
    float:left;
    display:inline;
    width:172px;
    white-space:nowrap;
    margin-left:10px;
    margin-top:50px;
}

#header #logo a
{
    display:block;
    width:310px;
    height:50px;
    text-indent:310px;
    white-space:nowrap;
    overflow:hidden;
    font-size:24px;
    font-weight:bold;
    color:#666;
}

#header #welcome
{
    float:left;
    display:inline;
    width:172px;
    white-space:nowrap;
    margin-left:10px;
    margin-top:60px;
}

#header #header_links
{
    float:left;
    width:200px;
    display:inline;
    margin-right:30px;
    white-space:nowrap;
    color:yellow;
    margin-top:60px;
}

#header #header_links a
{
    font-weight:bold;
    color:yellow;
}

#header #header_links a:hover
{
    text-decoration:underline;
}

/* 底部样式 */
#footer
{
    width:100%;
    height:8px;
    text-align:center;
    background:url(../images/footer.gif) repeat-x; 
}

#footer #copyright
{
    width:300px;
    display:block;
    margin:8px auto;
    font-size:11px;
    color:#3d6f99;
}

/* 通用卡片样式 - 与报表页面风格一致 */
.card {
    background: white;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #f0f2f5;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.card-header h2 {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
}

/* 表格样式优化 */
.gridview {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.gridview th {
    background: #f8fafc;
    color: #0f172a;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
}

.gridview td {
    padding: 8px 10px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
}

.gridview tr:hover {
    background: #f8fafc;
}