body {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 12px;
    color: #333;
    font-family: "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei", SimHei, "Helvetica Neue" !important;
}

.login-warning {
	position: absolute;
	right: 10%;
	bottom: 85%;
    color: red;
    background: #c6cfd6;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 0.5em;
}

.login-title-bg {
	position: absolute; 
	top: 30%;
	left: 10%;
	width: 35%;
	height: 25%;
	background-image: url("../img/login.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.background {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 60px;
	border-bottom: 1px #7373bf solid;
}

.header-logo {
	position: absolute;
	left: 100px;	
	top: 13px;
}

.footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 26px;
	background-color: #105aa5;
	color: #a6bed6;
	font-size: 13px;
	text-align: center;
	line-height: 26px;
}

.system {
	position: absolute;
	right: 20%;
	bottom: 75%;
	height: 24px;
	width: 320px; 
}

.system-img {
	float: left;
	margin-top: 2px;
}

.system-title {
	float: left;
	color: white; 
	font-size: 16px;
	text-align: left;
	height: 100%;
	margin-left: 10px;
}

.loginArea {
	position: absolute;
	right: 20%;
	top: 25%;
	width: 260px; 
	margin: 5px 0px 0px 60%; 
	padding: 25px 40px 20px 40px; 
	background-color: white;
}

.selectLogin {
	position: absolute;
	right: 20%;
	top: 25%;
	width: 260px; 
	margin: 5px 0px 0px 60%; 
	padding: 25px 40px 20px 40px; 
	background-color: rgba(255,255,255,0.5);
	border-radius: 16px;
}

.selectLoginButton {
	background-color: #7676c8;
	height: 32px;
	width: 220px;
	border-radius: 16px;
	border: solid 2px #9494d3;
	color: white;
	margin-left: 20px;
	margin-top: 15px;
	cursor: pointer;
}

/*  */
.version {
	font: 18px 微软雅黑;
	color: #2a58ad;
	font-style: italic;
}

.top_bigbtn {
	margin: 8px 3px 0px 5px;
	float: left;
	font: 18px 微软雅黑;
	cursor: pointer;
}

/*  */
.messageTitle {
	font: 14px 微软雅黑;
	color: #2B2B2B;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 2px 10px;
	background-color: #F2F2F2;
	border: 1px solid #DDD;
}

.personLine {
	height: 25px;
	width: 72%;
	margin: 15px 0px 0px 12%;
	font: 14px 微软雅黑;
	border-bottom: 1px dotted #999;
	color: #2B2B2B;
}

.messageLine {
	height: 27px;
	width: 80%;
	margin: 8px 0px 0px 70px;
	font: 12px 宋体;
	border-bottom: 1px dotted #999;
	color: #2B2B2B;
	cursor: pointer;
}

.memoLine {
	height: 20px;
	width: 300px;
	margin: 8px 0px 0px 30px;
	font: 12px 宋体;
	border-bottom: 1px dotted #999;
	color: #2B2B2B;
	cursor: pointer;
}

.scoreLine {
	height: 20px;
	width: 280px;
	padding: 3px 0px 10px 30px;
	margin: 15px 0px 5px 70px;
	font: 14px 微软雅黑;
	border-bottom: 1px dotted #999;
	color: #2B2B2B;
}
/*  */

/*  */
.topmenu {
	float: right; 
	width 120px;
	height: 35px;
	margin-right: 20px;
	font: 18px 微软雅黑;
	cursor: pointer;
}

.leftbar {
	position: absolute;
	left: 0px;
	top: 9%;
	width: 80%;
	bottom: 0px;
	padding-top: 10px; 
	color: white;
	overflow: auto;
}

.menu {
	position: relative;
	margin-top: 10px;
	height: 40px;
	padding: 6px 0px 0px 8%;
	font: 16px 微软雅黑;
	cursor: pointer;
}

.menu-seperator {
	height: 8px;
	background-color: #34548e;
}

.menu_indicator {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 10px;
	background-color: 
}

.menu_img {
	float: left;
	width: 28px;
	margin: 2px 15px 0px 0px
}

.menu_txt {
	position: absolute;
	top: 12px;
	left: 56px;
	overflow: hidden;
}

.menu_select {
	background: #1d4b9e;
}

.menu_unselect {
	
}

.menu_indicator_select {
	background: #8dc7e6;
}

.menu:hover {
    color: #fff;
    background-color: #23a9f0;
}

/*  */

.header_logo {
	position: absolute;
	left: 2%;
	top: 0px;	
}

.header_phone {
	position: absolute;
	right: 5%;
	top: 20px;
}

.header_phone_text {
	float: right; 
	color: #0AA2CA; 
	font-size: 18px;
	font-weight: 300;
	margin: 8px 0px 0px 5px;
}

.header_menu {
	color: #333;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	width: 14%;
	cursor: pointer;
}

.banner {
	height: 400px;
}

.copyright {
    padding: 15px 0;
    line-height: 30px;
    color: #666;
}

.bottom {
	text-align: center;
	padding: 10px 0px 20px 0px;	
}

.bottom_menu {
	display: inline-block;
    vertical-align: middle;
    width: 19%;
}

.bottom_menu_a {
    text-decoration: none;
    color: #333;	
}

.x-form-item {
	display: block;
	zoom: 1;
	position: relative;
	margin-bottom: 5px;
	font: normal 12px tahoma, arial, verdana, sans-serif
}

.x-form-item-label {
	float: left;
	padding: 3px 0 0;
	z-index: 2;
	position: relative;
	font-size: 12px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: ignore;
	cursor: default
}

.content {
	position: absolute;
	left: 16%;
	width: 84%;
	top: 7.1%;
	bottom: 0px;
	overflow: hidden;
	background-color: white;
}

.fctryMenu_select {
	background: #FF7900;
}

.fctryMenu_unselect {
	background: #565656;
}

.resultLine {
	line-height: 28px;
	height: 28px;
	border-bottom: 1px #CCC dashed;
	width: 80%;
}

#radio {
	cursor: pointer;
}


