html, body{
	height: 100%;
}
body{
	background: url(../imgs/index_bgd.png) center center no-repeat transparent;
	background-size: 100% 100%;
}
.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 {
	content: '';
	display: inline-block;
	width: 1px;
	background: #000;
	height: 17px;
	margin: 0px 10px;
	vertical-align: middle;
}
.index-middle-panel{
	height: calc(100% - 96px);
	overflow: scroll;
}
.index-bottom-panel{
	height: 48px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: #eee;
}

.index-bottom-panel .index-bottom-copyright{
	height: 48px;
	color: #000;
	line-height: 4em;
	font-weight: bold;
}
.table th, .table td{
	vertical-align: middle;
	text-align: center;
}

.top-logo{
	width: 100%;
	height: 100px;
}

/* 面包屑样式修改 */
.breadcrumb .breadcrumb-content {
    width: 1000px;
    position: relative;
}
.breadcrumb .layui-breadcrumb>* {
    font-size: 16px;
}

.breadcrumb .layui-breadcrumb a {
    color: #666 !important;
}
.breadcrumb .layui-breadcrumb cite{
	color: #224b7f;
}

.breadcrumb .layui-breadcrumb span[lay-separator] {
    margin: 0 10px;
    color: #999;
}

.modal-body .sjdwmc {
	border: 1px solid #e5e5e5;
	height: 80px;
	text-align: center;
	font-size: 16px;
	color: #004C7F;
	font-weight: bold;
	position: relative;
	margin: 0px -1px -1px 0;
}

.modal-body .sjdwmc:hover {
	cursor:pointer;
	background: #C4DCF7;
}

.modal-body .sjdwmc .sjdwmc-value {
	width: 80%;
	height: 46px;
	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; */
}

/* 受信人弹窗样式 */
#sxrModal .modal-body .sxr-row {
	border: 1px solid #ddd;
    min-height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
	margin:-1px;
	cursor:pointer;
	align-items: center;
}
#sxrModal .modal-body .sxr-row:hover {
	background: #C4DCF7;
	cursor:pointer;
}
#sxrModal .modal-body .sxr-row:first-child {
	font-weight: bold;
    font-size: 15px;
}
#sxrModal .modal-body .sxr-row:first-child:hover {
	background: #fff;
	cursor:default;
}
#sxrModal .modal-body .sxr-row span {
    text-align: center;
	display: inline-block;
}
#sxrModal .modal-body .sxr-row span:nth-child(1) {
	width: 70px;
}
#sxrModal .modal-body .sxr-row span:nth-child(2) {
	width: 150px;
}
#sxrModal .modal-body .sxr-row span:nth-child(3) {
	flex:1;
	text-align: left;
}
/* 登录弹出窗口样式 */
#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{
	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: #0c427a;
	color: #fff;
	border-radius: 4px;
	margin-bottom: 10px;
}

#loginModal .modal-body .send-btn {
	width: 120px;
	height: 34px;
	border: none;
	background: #408edf;
	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;
}

#mainTitle {
	color: #004C7F;
	font-size: 39px;
	font-weight: bolder;
	display: inline-block;
	margin-left: 24px;
	line-height: 105px;
	letter-spacing: 2px;
}

.login-tip{
	line-height: 24px;
    font-size: 12px;
    color: #0c427a;
    text-align: center;
}
/*  */