﻿html {height:100%;margin:0px;}
* { margin: 0; padding: 0;}
body 
{
	height:100%;
	font-family:'MicrosoftYaHei','微软雅黑','YouYuan','幼圆','songti';
	font-size: 14px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	color:#393939;
	vertical-align:middle;
	/*background-color:#F0FFF0;*/
}
input
{
	font-family: "SegoeUI", "Microsoft YaHei", "Hiragino Sans GB";
}
img 
{
	border-style:none;
}
a { outline: none; text-decoration: none; }
/*input { outline: none; }*/
a:link { }
a:visited { }
a:active,
a:hover {}
.splitter 
{
	clear:both;
	width:100%;
	height:1px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
}
.normaltextbox
{
	margin: 0px; 
	padding: 0px 6px; 
	outline-style: none; 
	vertical-align: middle; 
	font-size: 14px; 
	font-family: Tahoma, Arial, sans-serif, Simsun; 
	color: rgb(85, 85, 85); 
	border: 1px solid rgb(170, 170, 170); 
	height: 30px; 
	line-height: 26px; 
	width: 120px; 
	background: url(../images/base-input-1.png) 0px -900px no-repeat rgb(255, 255, 255);
}
.normalbutton
{
	margin: 0px; 
	padding: 0px 6px; 
	outline-style: none; 
	vertical-align: middle; 
	font-size: 14px; 
	font-family: Tahoma, Arial, sans-serif, Simsun; 
	color: rgb(85, 85, 85); 
	border: 1px solid rgb(170, 170, 170); 
	height: 26px; 
	line-height: 26px; 
	width: 120px; 
	background: url(../images/base-input-1.png) -1px -303px no-repeat rgb(255, 255, 255);
	cursor:pointer;
}

.border
{
	border-style: solid;  
	border-color: #E0E0E0; 
	border-width: 1px;
}

.borderh/*带hover效果的*/
{
	border-style: solid;  
	border-color: #E0E0E0; 
	border-width: 1px;
}
.borderh:hover 
{
	box-shadow:2px 2px 2px rgba(0,0,0,0.5);	
}

.mainwidth 
{
	clear:both;
	margin:auto;
	/*max-width:1000px;*/
	width:1200px;/**/
}
.autoelip
{
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.areashow
{
	float:left;
	width:60px;
	line-height:24px;
	color:#0081CC;
	cursor:pointer;
}
.areashow:hover
{
	color:blue;
}
.tdhead
{
	text-align:center;
	font:18px "微软雅黑";
	color:white;
	cursor:pointer;
	border-style: solid;  
	border-color: #0FA7FF #80DD4C #0FA7FF #80DD4C; 
	border-width: 0px 0px 0px 1px;
}
.classicborder
{
	width:100%;
	border-style: solid;
	border-color:#0FA7FF #0FA7FF #0FA7FF #0FA7FF;
	border-width: 1px;
}
.randomc 
{
    line-height:1px;
	font-size:0;
	color:black;	
}
.classictitle
{
	height:45px;
	text-align:center;
	background-color:#0FA7FF;
	line-height:45px;
	color:white;
	font-size:17px;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position:10px;
}
.tuchu
{
	font-size:16px;
	font-weight:bold;
}
.noborder
{
	border-width:0px;
	background-color:#F3F3F3;

	margin: 0px; 
	padding: 0px 6px; 
	outline-style: none; 
	vertical-align: middle; 
	font-size: 14px; 
	font-family: Tahoma, Arial, sans-serif, Simsun; 
	color: rgb(85, 85, 85); 
	line-height: 26px; 
}
.yixuantiaojian
{
	float:left;
	margin-left:10px;
	padding-left:5px;
	padding-right:5px;
	color:#FF7700;
	margin-top:3px; 
}
.xzy_jz
{
    display:flex;justify-content:center;align-items:center;
}


