<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 全局 */
*{
padding:0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}


html
{
    height: 100%;
}
a:link, a:visited
{
    color: White;
    font-weight: bolder;
}

a:hover
{
    color: White;
    font-weight: bolder;
}

a
{
    color: White;
    font-weight: bolder;
}

table
{
    border: 0px;
}

li
{
    list-style: none;
    margin-top: 10px;
}

span
{
    margin-right: 10px;
    width: 100%;
    text-align: left;
}
img{border:none;}
/* 全局字体 18px  */
label
{
    font-size: 18px;
}

input[type=text]
{
    font-size: 14px;
    line-height: 30px;
	height:30px;
	font-family: "Helvetica";
	padding:4px 6px;
	
}
input[type=password]
{
    padding:4px 6px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
	font-family: "Helvetica";
}

input[type=checkbox]
{
    height: 30px;
    width: 30px;
}

input.bigcheck
{
    height: 50px;
    width: 50px;
}



/**********************************  母版页 **************************************/

/* 母版页主div */
.main
{
    width: 100%;
    height: 100%;
    float: left;
	
}
#main
{
    width: 100%;
    height: 100%;
    float: left;
	
}



/*  母版页 顶部全局div  */
#header
{
    width: 100%;
	min-width:1000px;
    height: 100px;
    background:#012c3c;
    
}

/* 母版页 顶部 Logo 图标 和 退出超链接的 父 div  */




#imagelogo
{
    width: 397px;
    height: 66px;
	float:left;
	margin:16px auto auto 35px;
 }
.logoff{
float:right;
margin:35px 35px auto auto;
font-size:16px;
}
/* 母版页 左边导航按钮 div  */
#leftcontent
{
    width: 157px;
    height: auto;
	padding-bottom:17px;
	margin:0;
    text-align: center;
	vertical-align:top;
}
#leftcontent ul{
float:left;
margin-top:-12px;
margin-left:8px;
}
#rightcontent
{
  
	vertical-align:top;
}



/* 母版页 左边导航button  */
.leftbtn
{
    width: 135px;
    height: 75px;
	border-top:none;
	border-left:none;
	border-right:none;
    border-bottom:1px  solid #03A1E8;
    font-size: 16px;
    color: White;
    margin:0 atuo;
	background:#012f3c;
	cursor: pointer
}
.leftbtncurrent
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 135px;
    height: 75px;
    background-color: #03A1E8;
    font-size: 16px;
    color: White;
    margin:0 atuo;
	cursor: pointer
}

.chks
{
   
    height: 5px;
    width: 5px;
    border:1px solid #014051;
}

.fromtitle{
line-height:60px;
border-bottom:1px solid #fff;
font-size:18px;
color:#fff;
margin-bottom:10px;
text-align:center;
padding-left:10px;


}
</pre></body></html>