html,
body {
  height: 100%;
}
body {
  background: url(../image/index_bgd.png) center center no-repeat transparent;
  background-size: 100% 100%;
}
.index-top-panel {
  height: 48px;
  line-height: 3em;
  font-size: 16px;
  color: #fff;
  padding: 0 5%;
  background-color: #014586;
  overflow: hidden;
}
.index-top-panel .clock-panel {
}
.index-top-panel .right-login-panel a {
  color: #fff;
}
.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: #73a1be;
  height: 17px;
  margin: 0px 10px;
  vertical-align: middle;
}
.index-middle-panel {
  height: calc(100% - 220px);
  overflow: scroll;
}
.index-bottom-panel {
  height: 190px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #00477e;
}

.index-bottom-panel .index-bottom-copyright {
  height: 190px;
  color: #fff;
  line-height: 2.5;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  margin-top: 10px;
}

.index-bottom-panel .index-bottom-copyright .buttom-a {
  text-decoration: none;
  color: #fff;
}

.table th,
.table td {
  vertical-align: middle;
  text-align: center;
}

.top-logo {
  padding-top: 1%;
  width: 100%;
  height: 80px;
}

/* 面包屑样式修改 */
.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: #fff;
}

.breadcrumb .layui-breadcrumb span[lay-separator] {
  margin: 0 10px;
  color: #fff;
}

.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; */
}

/* 登录弹出窗口样式 */
#loginModal .modal-dialog {
  width: 380px;
}

#loginModal .modal-header {
  position: relative;
  padding: 15px 0;
  border-bottom: 0px;
}
/* #loginModal .modal-header .modal-header-title {
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
}

#loginModal .modal-header .modal-header-title:before,
.modal-header-title:after {
  content: '';
  position: absolute; 定位背景横线的位置
  top: 35%;
  background: #418edf; 背景横线颜色
  width: 8px; 单侧横线的长度
  height: 8px;
  transform: rotate(45deg); 旋转角度
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#loginModal .modal-header .modal-header-title:before {
  left: 35%; 调整背景横线的左右距离
}
#loginModal .modal-header .modal-header-title:after {
  right: 35%; 调整背景横线的左右距离
} */

#loginModal .modal-content {
  padding: 0 20px;
}

#loginModal .modal-header .close {
	position: absolute;
	right: 15px;
	font-size: 32px;
	font-weight: lighter;
	top: 10px;
	color: red;
	margin: 0;
}
.modal-close-btn {
  position: absolute;
  right: 10px;
  font-size: 26px;
  font-weight: 100;
  top: 1px;
  color: #b9bec2;
  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: 10px 30px 0 30px;
}

#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;
}

#loginModal .modal-body .Login-mether span {
  display: block; /*设置为块级元素会独占一行形成上下居中的效果*/
  position: relative; /*定位横线（当横线的父元素）*/
  color: #a5a5a5; /*居中文字的颜色*/
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

#loginModal .modal-body .Login-mether span:before,
.Login-mether span:after {
  content: '';
  position: absolute; /*定位背景横线的位置*/
  top: 50%;
  background: #8c8c8c; /*背景横线颜色*/
  width: 30%; /*单侧横线的长度*/
  height: 1px;
}
#loginModal .modal-body .Login-mether span:before {
  left: 1%; /*调整背景横线的左右距离*/
}
#loginModal .modal-body .Login-mether span:after {
  right: 1%; /*调整背景横线的左右距离*/
}
#loginModal .modal-body .Login-mether .mether-type {
  width: 100%;
  height: 80px;
}
#loginModal .modal-body .Login-mether .mether-type li {
  list-style: none;
  width: 70px;
  height: 75px;
  float: left;
  margin-right: 35px;
}
#loginModal .modal-body .Login-mether .mether-type li .type-icon {
  width: 55px;
  height: 55px;
  cursor: pointer;
  margin: 0 auto;
}
#loginModal .modal-body .Login-mether .mether-type li p {
  font-size: 12px;
  text-align: center;
}
#loginModal .modal-body .Login-mether .mether-type li .type-icon:hover {
  /* border: 1px solid silver; */
  background-color: #eee;
}
#loginModal .modal-body .Login-mether .mether-type li:nth-child(3) {
  margin-right: 0;
}
#loginModal .modal-body .Login-mether .mether-type li:nth-child(1) .type-icon {
  background-image: url(../image/wei.png);
  background-size: cover;
  background-position: center;
}
#loginModal .modal-body .Login-mether .mether-type li:nth-child(2) .type-icon {
  background-image: url(../image/zhi.png);
  background-size: cover;
  background-position: center;
}
#loginModal .modal-body .Login-mether .mether-type li:nth-child(3) .type-icon {
  /* background-image: url(../imgs/login/qq.png);  */

  background-image: url(../image/ehb.png);
  background-size: 63px;
  background-position: center;
}
#loginModal .modal-body .Login-mether .mether-type li:nth-child(4) {
  /* background-size: cover;
  background-position: center; */
}

#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;
}
#resetPwdModal .yzmbtn {
	padding: 0 10px;
	height: rgb(255, 0, 0)	line-height: 36px;
	border-radius: 4px;
	border: 1px solid #538be8;
	background-color: #ffffff;
	color: #327fd3;
	width: 120px;
	display: inline-block;
	text-align: center;
}

.forgetpw-btn {
  color: red;
  cursor: pointer;
}

.register-btn {
  text-align: right;
  cursor: pointer;
  color: #3c5d89;
  font-weight: bold;
  float: right;
}

#loginModal .message-input {
  display: none;
}

.messagers-holder .messager {
  background-color: #3280fc;
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 4px;
}

.saoma-title {
  display: flex;
  justify-content: center;
}
.wei_icon {
  width: 40px;
  height: 40px;
  background-image: url(../image/wei.png);
  background-position: center;
  border-radius: 6px;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}
#tips {
  width: 50%;
  height: 190px;
  margin: 0 25%;
  color: black;
  font-weight: bold;
  position: absolute;
  display: none;
  background-color: rgba(228, 228, 228, 0.7);
  text-align: center;
  padding-top: 40px;
}

/* 表单底部按钮区域 */
.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(../image/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;
  margin-bottom: 10px;
  color: red;
}

.wza {
  width: 120px;
  height: 36px;
  float: right;
  margin: 5px 20px 0 0;
  line-height: 38px;
  font-weight: bold;
  border-radius: 12px;
}

.wza img {
  margin: 0 5px 5px 5px;
}

.wza:hover {
  cursor: pointer;
  opacity: 0.8;
}

.elder {
  color: white;
  background-color: #ed5810;
}

.elder img {
  margin: 0 5px 5px 15px !important ;
}
