@charset "UTF-8";

html,body {
	font-family: "微软雅黑", "Microsoft YaHei";
	background-color: #f5f5f5;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-flag:before {
  content: "\e034";
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	color: inherit;
	text-decoration: none;
	list-style: none;
}

:-ms-input-placeholder {
	color: #aaaaaa;
}

:-moz-placeholder {
	color: #aaaaaa;
}

::-moz-placeholder {
	color: #aaaaaa;
}

a:ACTIVE {
	background-color: transparent;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}

.hidden {
	display: none;
}

.text-hidden {
	word-wrap: normal;
	break-word: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-clear {
	clear: both;
}

.btn {
	color: #C7000A;
	border: #C7000A 1px solid;
	background-color: #ffffff;
	cursor: pointer;
	text-align: center;
}

.btn:HOVER {
	background-color: #edfaf9;
}

.btn.disabled {
	border-color: #dedede !important;
	background-color: #dedede !important;
	color: #ffffff !important;
	cursor: default;
}

.btn.primary {
	color: #f7f7f5 !important;
	border-color: #C7000A !important;
	background-color: #C7000A !important;
}

.btn.primary:HOVER {
	border-color: #D73B43 !important;
	background-color: #D73B43 !important;
}

.btn.secondary {
	color: #f7f7f5 !important;
	border-color: #be3c7a !important;
	background-color: #be3c7a !important;
}

.btn.secondary:HOVER {
	border-color: #d14286 !important;
	background-color: #d14286 !important;
}

.btn.secondary2 {
	color: #f7f7f5 !important;
	border-color: #2684d4 !important;
	background-color: #2684d4 !important;
}

.btn.secondary2:HOVER {
	border-color: #258fea !important;
	background-color: #258fea !important;
}

.error {
	color: red;
	font-size: 12px;
}

.label {
	text-align: right;
}

.label.required:BEFORE {
	content: "*";
	color: #eb1b25;
	padding: 0 10px;
}

.input {
	border: #cccccc 1px solid;
	padding: 0 10px;
}

.select {
	border: #cccccc 1px solid;
	padding-left: 8px;
}

.textarea {
	border: #cccccc 1px solid;
	padding: 0 5px;
}

.input:FOCUS,.select:FOCUS,.textarea:FOCUS {
	border: #19a6a0 1px solid;
}

.alert {
	font-size: 14px;
}

.alert .message {
	padding: 20px 10px;
}

.alert .message img {
	float: left;
	margin: 5px 10px;
}

.alert .btn {
	float: left;
	margin: 10px;
	padding: 0 10px;
}

.alert .uploading {
	color: white;
	background-color: green;
	text-align: center;
}

.radiobox {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: auto;
	background-image: url('../image/icon_creat_49.png');
	cursor: pointer;
}

.radiobox.active {
	background-image: url('../image/icon_creat_47.png');
}

.checkbox {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: auto;
	background-image: url('../image/icon_creat_44.png');
	cursor: pointer;
}

.checkbox.active {
	background-image: url('../image/icon_creat_41.png');
}

.disable {
	background-image: url('../image/disable.png');
}

.header {
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	min-width: 1200px;
	background-color: #fff;
}

.header .logo {
	float: left;
	height: 45px;
	width: 321px;
	margin-top:13px;
	background-image: url('../image/logo_bkdr.png');
	background-repeat: no-repeat;
}

.header .logo:HOVER {
}

.header .item2 {
	float: left;
	height: 70px;
	width: 70px;
	cursor: pointer;
	font-size: 14px;
	line-height: 70px;
	color: #e0e0e0;
}
.header .item2 .center {
	margin: 0 auto;
	height: 100%;
}

.header .item2 .center img {
	margin: 22px 0;
}

.header .item2 .center span {
	float: right;
}
.header .item2 .center .msgNumber {
	position: absolute;
	top: 20px;
	right: 200px;
	height: 16px;
	min-width: 16px;
	background-color: #e2373f;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
.header .item {
	float: left;
	height: 70px;
	width: 170px;
	cursor: pointer;
	font-size: 16px;
	line-height: 70px;
	color: #000000;
}

.header .item .center {
	margin: 0 auto;
	height: 100%;
}

.header .item .center img {
	margin: 27px 0;
}

.header .item .center span {
	float: right;
}

.header .item:HOVER {
	background-color: #f5f8f8;
}
.header .itemActive {
	color: #C7000A;
}
.header .item.active {
	background-color: #464646;
}

.header .user {
	position: relative;
	float: right;
	margin: 24px 35px;
	height: 32px;
	width: 32px;
	background-image: url('../image/user_01.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-left: 20px;
	cursor: pointer;
}

.header .user .number {
	position: absolute;
	top: -8px;
	right: -32px;
	height: 16px;
	width: 32px;
	background-color: #e2373f;
	border-radius: 8px;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.header .user .info {
	position: absolute;
	top: 32px;
	left: -180px;
	height: 166px;
	width: 220px;
	background-image: url('../image/box_03.png');
	z-index: 10;
	padding: 10px 20px;
	break-word: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: default;
}

.header .user .info .name {
	font-size: 18px;
	color: #323232;
	margin: 10px 0;
	text-overflow:ellipsis;
	white-space:nowrap; 
	overflow:hidden;
}

.header .user .info .message {
	font-size: 14px;
	color: #2f92d0;
	font-weight: bold;
	line-height: 25px;
	margin: 10px 0;
}

.header .user .info .message img {
	float: left;
	margin: 4px 10px 4px 0;
}

.header .user .info .message a:HOVER {
	color: #369cdb;
}

.header .user .info .text {
	font-size: 12px;
	line-height: 22px;
	margin: 10px 0;
}

.header .user .info .manage {
	font-size: 14px;
	color: #2f92d0;
	float: left;
}

.header .user .info .manage:HOVER {
	color: #369cdb;
}

.header .user .info .logout {
	font-size: 14px;
	color: #eb1b25;
	float: right;
}

.header .user .info .logout:HOVER {
	color: #ff6f5c;
}

.header .demo {
	float: right;
	margin: 25px 0 20px 0;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 28px;
	color: #F5F5F5;
	font-size:14px;
}
.header .demo:hover {
	cursor:pointer;
}

.user_menu {
	padding-bottom: 20px;
}

.footer {
	left: 0;
	right: 0;
	height: 60px;
	text-align: center;
	font-size: 12px;
	color: #888888;
	padding: 20px 0;
	min-width: 1200px;
}

.footer P {
	margin: 20px 0;
}

.page {
	float: right;
}

.page>* {
	display: block;
	float: left;
	height: 24px;
	margin: 0 3px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}

.page .btn {
	padding: 2px 10px;
	background-color: #ffffff;
	border: #cccccc 1px solid;
	color: #323232;
}

.page .btn:HOVER {
	border: #e5e5e5 1px solid;
	background: #f9f9f9;
}

.page .current {
	padding: 2px 10px;
	border: #19a6a0 1px solid;
	cursor: default;
}

.page .info {
	padding: 2px 0;
}

.page .input {
	width: 24px;
	padding: 2px 10px;
	border: #19a6a0 1px solid;
	margin-right: 0;
}

.page .btn.primary {
	margin-left: 0;
}

input.login-input {
	padding-left: 4px;
	outline: 0;
	height: 32px;
	width: 320px;
	border: 1px solid #cccccc;
	font-size: 12px;
	background-color: #fff;
}

input.login-input:focus {
	border-color: #19a6a0;
}

.sort {
	border: 1px solid #cccccc;
	height: 32px;
	width: 326px;
	background-color: #fff;
}

.log-name {
	font-size: 14px;
	color: #323232;
	line-height: 32px;
	width: 70px;
}

a.footLink:hover {
	color: #19a6a0;
}

.topNotic {
	top: 0;
	left: 0;
	right: 0;
	height: 35px;
	line-height: 35px;
	min-width: 1200px;
	background-color: #F5ECD7;
	font-size: 14px;
	color: #323232;
}

