html, body, p,form, img,ul,li,h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;border: 0;}
select,input,img{vertical-align:middle;outline:none;}
ul,ol,li{list-style: none;}
a {text-decoration:none;outline: none;}
a:hover, a:active, a:focus {text-decoration:none;outline: none;}
img{ border-width:0;}
::-webkit-scrollbar-track
{
	border-radius: 3px;
	background-color:#f0f0f0;
}

::-webkit-scrollbar
{
	width: 4px;
	height:5px;
	border-radius: 2px;
	background-color:rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	background-color: #ebebeb;
}
body,html{
	height:100%;
}
body
{
	font-family: "Microsoft YaHei";
	font-size: 13px;
	color:#606060;
	background-color: #FFFFFF;
	padding: 20px;
}
.txt-title{
	font-size: 24px;
	font-weight: 600;
	color: #262626;
	margin-bottom: 15px;
}
.txt-sec-title{
	font-weight: 600;
	margin-bottom: 15px;
}
.txt-info{
	line-height: 20px;
	text-indent: 2em;
	margin-bottom: 10px;
}
.txt-info>span{
	font-weight: 600;
}
table.gridtable {  
    font-family: verdana,arial,sans-serif;  
    font-size:11px;  
    color:#333333;  
    width:100%;
    border-width: 1px;  
    border-color: #666666;  
    border-collapse: collapse;  
    margin-bottom:30px;
}  
table.gridtable th {  
    border-width: 1px;  
    padding: 8px;  
    border-style: solid;  
    border-color: #666666;  
    background-color: #dedede;  
}  
table.gridtable td {  
    border-width: 1px;  
    padding: 8px;  
    border-style: solid;  
    border-color: #666666;  
    background-color: #ffffff;  
} 