body {
	background-color: #EEE;
	margin: 0;
}	
.top-line>div, header>div, .inner>div, footer>span {
	width: 960px;
	padding: 0 40px;
}
.top-line, header, .inner, footer {
	justify-content: center;
	display: flex;
	align-items: center;
}
header>div, .inner>div {
	background-color: #fff;
}
header>div>ul>li {
	float: left;
	list-style: none;
	margin-right: 10px;
} 
header div ul {
	padding: 0 10px;
	background-color: #DDD;
	display: flex;
	align-items: center;
	height: 40px;
	color: #666;
	font-size: 11pt;
	margin: 0;
}
.top-line, footer {
	background-color: #474747;
	height: 40px;
}
footer {
	color: #8D8D8E;
	font-size: 10pt;
	text-align: center;		
}
h3 {
	color: #666;
	font-size: 30px;
	font-weight: 400;
	margin: 20px 0;
}
h3 small {
	color: #666;
	font-size: 14px;
}
.inner>div>.biaotou {
	background-color: #1A8DBD;
	height:40px;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 11pt;
	text-align: left;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 0;
}
.inner .biao-zhuti {
	border: 1px solid #1A8DBD;
	margin: 0 auto 30px;
}
.inner td {
	height:60px;
	padding: 0 10px;
	font-size: 12pt;				
}
.inner .title {
	text-align: right;		
}
.inner input {
	border: 1px solid #CCC;
	height: 30px;
	width: 100%;
	color: #AAA;
	font-size: 11pt;
	padding: 0 10px;
}
input:focus {
  border: 2px solid #1A8DBD;
  outline: none;
}
input[type="radio"] {
    vertical-align: top;
    width: 25px;
    height: 15px;
    margin-left: 20px;
}
.inner table {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse
}
.biao-zhuti table tr td {
	font-size: 11pt;
	color: #666;
	padding: 0 15px;
}	
.inner table .help {
	color: #999;
	font-size: 10pt;
    padding-left: 20px !important;
}
button, .zmm {
	height: 32px;
	padding: 5px 10px;
	color: #fff;
	font-size: 11pt;
}
button {
	background-color: #1A8DBD;
	border: 0;
}
button:hover, .zmm:hover {
	background-color: #666;		
}
.zmm {
	text-decoration: none;
	background-color: #555;
	padding: 5px 10px;
	border:1px solid  #555;
}
.zmm:hover {
	background-color: #666;		
	border:1px solid  #666;
}
.grey {
	background-color: #EEE;
}
.err {
	color: #C30000;
}
.ok {
	color: #1A8DBD;
}

.title {
    font-size: 10pt !important;
}
.chosen-with-diselect {
    width: 100% !important;
    height: 35px;
    color: #999;
    border: 1px solid #CCC;
    padding-left: 5px;
}
form input,textarea,select {
    width: 100% !important;
    color: #999;
    border: 1px solid #CCC;
    padding: 5px 5px !important;
}
form input,select {
    height: 35px;
}
form textarea {
    height: 80px;
}
input[type="text" i] {
    padding: 1px 0px;
}
.breadcrumb {
	font-size: 9pt;
}
.breadcrumb a {
	color: #666;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #000;
}
