html, body{
	height: 100%;
}
body{
	background: url(../imgs/index_bgd.png) center 28px no-repeat transparent;
	background-size: 100% 100%;
}
.btn {
	background-color: #fff;
	border-color: #3aabff;
}
.btn-primary {
	background-color: #327fd3;
	border-color: #327fd3;
}
.uploader-btn-browse {
	border-color: #f1f1f1;
	background-color: #f1f1f1;
	color: #327fd3;
}
.pager-goto-btn {
	color: #353535;
    background-color: #f2f2f2;
    border-color: #bfbfbf;
}
.btn.disabled:hover {
	pointer-events:none;
	cursor: not-allowed;
}
.btn:focus {
	outline: none;
}
.index-top-panel{
	height: 48px;
	line-height: 3em;
	font-size: 16px;
	color: #252525;
	padding: 0 5%;
	background-color: #eee;
	overflow: hidden;
}
.index-top-panel .clock-panel{
	
}
.index-top-panel .right-login-panel a{
	color: #292929;
}
.index-top-panel .right-login-panel span{
	margin-right: 6px;
}
.index-top-panel .right-login-panel #loginBtn::after, .index-top-panel .right-login-panel #registerBtn::after  {
	content: '';
	display: inline-block;
	width: 1px;
	background: #000;
	height: 17px;
	margin: 0px 10px;
	vertical-align: middle;
}
.index-middle-panel{
	height: calc(100% - 111px);
	overflow: scroll;
}
.index-bottom-panel{
	height: 80px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: #eee;
}

.index-bottom-panel .index-bottom-copyright{
	position: relative;
	height: 80px;
	color: #000;
	line-height: 80px;
	font-weight: bold;
}
.index-bottom-copyright #goBackXf{
	position: relative;
	cursor: pointer;
    padding: 0 17px 0 44px;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    color: #edf0fd;
    background-color: #0056ab;
    text-align: center;
    margin-right: 20px;
}
#goBackXf .link-log {
	position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 27px;
    color: #edf0fd;
    background: #dc1e32 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAICAYAAAAm06XyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKhJREFUeNp0jksKwkAQRJtgNmYTs41nEHfqQsHcRdR76THUnSYnEtSxUw0V7DCx4DGfqpkuUVUBa9CAoD/t6B3cnfl35mUkIitwAan0lUisxOU39vONv55ACXJQcO2YcC2ZM13t8ZuMWXMOntqXnWf0M/ABr6Fq/6TxDca72lPWyzhF3LSc/tnXXloFjbXnw+OAZ/mF1a5BBR4guIpft+8qB+a2oGkFGAAO9BTeHfJrIgAAAABJRU5ErkJggg==) no-repeat 50%;
}
.index-bottom-copyright #jiucuo {
	display: inline-block;
	position: relative;
	top: 13px;
	cursor: pointer;
	height: 55px;
	width: 110px;
	margin-left: 20px;
	
}
#jiucuo img {
	vertical-align: top;
}
.table th, .table td{
	vertical-align: middle;
	text-align: center;
}

#logoImg{
	margin-top: 20px;
}

.top-logo{
	width: 100%;
	height: 100px;
}

/* 面包屑样式修改 */
.breadcrumb .breadcrumb-content {
    width: 1000px;
    position: relative;
}
.breadcrumb .layui-breadcrumb>* {
    font-size: 16px;
}

.breadcrumb .layui-breadcrumb a {
    color: #fff !important;
}
.breadcrumb .layui-breadcrumb cite{
	color: #224b7f;
}

.breadcrumb .layui-breadcrumb span[lay-separator] {
    margin: 0 10px;
    color: #fff;
}

.modal-body .sjdwmc {
	border: 1px solid #9cd5ff;
	height: 80px;
	text-align: center;
	font-size: 14px;
	background-color: #e1f2ff;
	color: #414141;
	position: relative;
	margin: 10px 5px;
	border-radius: 5px;
}

.modal-body .sjdwmc:hover {
	cursor:pointer;
}
.sjdwmc-child {
	background: #ffffff!important;
}

.modal-body .sjdwmc .sjdwmc-value {
	width: 80%;
	height: 60px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	/* display: -webkit-box;
	-webkit-line-clamp: 2; */
	/* line-height: 40px; */
	word-break: break-word;
	/* white-space: nowrap; */
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 登录弹出窗口样式 */
#loginModal .modal-dialog {
	width: 380px;
}

#loginModal .modal-header {
	position: relative;
	padding: 15px 0;
}

#loginModal .modal-content {
	padding: 0 20px;
}


#loginModal .modal-header .close {
	position: absolute;
	right: 15px;
	font-size: 32px;
	font-weight: normal;
	top: 10px;
	margin: 0;
}
.modal-close-btn{
	position: absolute;
	right: 15px;
	font-size: 24px;
	font-weight: normal;
	top: 10px;
	margin: 0;
	cursor: pointer;
}
.gotoinfo, #loginOut{
	cursor:pointer;
	margin:0 6px;
}
#loginModal .modal-header .header-tab {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#loginModal .modal-header .header-tab li.tab-item {
	margin-right: 15px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}

#loginModal .modal-header li.tab-item.active::before {
	content: '';
	display: inline-block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #105399;
	bottom: -15px;
}

#loginModal .modal-body {
	position: relative;
	padding: 30px 0;
}

#loginModal .modal-body input {
	width: 100%;
	height: 35px;
	outline: none;
	border-radius: 6px;
	border: 1px solid #ddd;
	background: #f1f1f1;
}

#loginModal .modal-body .input-control {
	margin-bottom: 15px;
}

#loginModal .modal-body .input-control label {
	height: 35px;
	line-height: 35px;
}

#loginModal .modal-body .input-control label i {
	font-size: 17px;
}

#loginModal .modal-body input.pin,
#loginModal .modal-body input.yzm{
	width: calc(100% - 134px);
	display: inline-block;
	margin-right: 10px;
	padding: 0 15px;
}

#canvas {
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #ddd;
	cursor: pointer;
	height: 35px;
	width: 120px;
	border-radius: 5px;
}

#loginModal .modal-body .login-btn {
	width: 100%;
	height: 35px;
	border: none;
	background: #327fd3;
	color: #fff;
	border-radius: 4px;
	margin-bottom: 10px;
}

#loginModal .modal-body .send-btn {
	width: 120px;
	height: 34px;
	border: none;
	background: #327fd3;
	color: #fff;
	border-radius: 4px;
}

.tyrz-block {
	height: 181px;
	line-height: 181px;
	background: #0c427a;
	font-size: 20px;
	border-radius: 10px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.forgetpw-btn {
	color: red;
	cursor: pointer;
}

.register-btn {
	float: right;
	cursor: pointer;
}

#loginModal .message-input {
	display: none;
}

.messagers-holder .messager{
	background-color: #3280fc;
	font-size: 15px;
	padding: 5px 10px;
	border-radius: 4px;
}

/* 表单底部按钮区域 */
.form-footer {text-align: center;}
.form-footer .btn {
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	background-image: linear-gradient(to right, #4c75e2, #5ba9e1);
	border-radius: 4px;
	margin: 0 auto;
	font-size: 15px;
	outline: none;
	cursor: pointer;
	text-align: center;
	padding: 0 20px;
}

/* 无数据页面 */
#nodata {
	line-height: 380px;
    height: 200px;
    text-align: center;
    font-size: 15px;
    background: url(../imgs/data_empty.png) center center no-repeat transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* 页面遮罩 */
#maskModel {
	position: absolute;
	background: transparent;
	height: 100%;
	width: 100%;
	top: 0px;
	z-index: 999;
}

/* icon的logo */
.icon-logo {
	margin-top: -15px;
	width: 80px;
	margin-left: 5px;
}

.login-tip{
	line-height: 24px;
    font-size: 12px;
    color: #0c427a;
    text-align: center;
}

#resetPwdModal .yzmbtn {
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	border: 1px solid #538be8;
	background-color: #ffffff;
	color: #327fd3;
	width: 102px;
	display: inline-block;
	text-align: center;
}
.titleBox {
	padding: 20px;
    background-color: #fafafa;
    font-size: 15px;
    line-height: 25px;
    color: #393D49;
    border-bottom: 1px solid #e2e3e5;
}


