body {
  background: #fff;
  padding-top: 0;
}

body.login-blue, body.login-blue input {
  font-size: 14px;
}

body.login-blue:before {
  height: 0;
  width: 0;
  background: none;
}

body.login-blue .login-left {
  width: 40%;
  background: url(../../images/login-bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

body.login-blue .login-left-text {
  color: #2A4582;
  position: absolute;
  bottom: 10px;
  padding-left: 34px;
  padding-right: 34px;
  text-align: left;
}

body.login-blue .login-right {
  display: flex;
  align-items: center; /*定义body的元素垂直居中*/
  justify-content: center;
  width: 60%;
  position: absolute;
  top: 0;
  left: 40%;
  bottom: 0;
}

body.login-blue .form-control {
  height: 40px;
  box-shadow: none;
}

.head-zk {
  height: 130px;
  text-align: left;
  padding-left: 44px;
  position: absolute;
  top: 30px;
  z-index: 3;
}

.head-zk h1 {
  text-align: left;
  font-size: 24px;
  margin: 0;
}

.head-zk .logo {
  width: 280px;
  height: 60px;
  display: inline-block;
  background: url(../../images/login-logo.svg) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.login-blue .lc-title {
  text-align: left;
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: bold;
}

.login-blue .lc-block {
  margin-top: 0;
  width: 400px;
  background: rgba(255, 255, 255, 0.8);;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: none;
}

.login-blue .lc-block.toggled {
  animation-name: fadeIn;
}

.login-blue .lc-block button {
  width: 100%;
  height: 40px;
  background-color: #3B73F9;
}

.login-blue .input-group {
  width: 100%;
}

.login-blue .input-group-addon {
  display: inline-block;
  padding-right: 0 !important;
  width: 12px;
  position: absolute;
  top: 13px;
  left: 12px;
  z-index: 3;
}

.login-blue .input-group .fg-line {
  padding-left: 0;
  padding-right: 0;
}

.login-blue .input-group .fg-line input {
  padding-left: 28px;
}

.login-blue .input-group-addon > .md {
  width: 100%;
}

.login-blue .sep-line {
  border: 1px dashed #BDC3D6;
  margin-top: 25px;
}

.login-blue .lc-identify {
  font-size: 14px;
  color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-top: 15px;
  text-align: left;
}

.tip-first-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 16px;
  z-index: 1000;
  display: none;
}

.tip-first-modal.active {
  display: block;
}

.tip-first-modal .tip-layer {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  position: absolute;
  top: 0;
}

.tip-first-modal .tip-wrap {
  width: 410px;
  background-color: #fff;
  border: 1px solid #000;
  position: absolute;
  left: 35%;
  top: 26%;
  z-index: 20;
}

.tip-first-modal .tip-title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #000;
}

.tip-first-modal .tip-content {
  padding: 20px;
  height: 260px;
  overflow-y: auto;
  text-align: left;
}

.tip-first-modal .tip-tip {
  margin-top: 10px;
  margin-bottom: 5px;
}

.tip-first-modal .tip-list {
  width: 33.3333%;
  float: left;
  height: 40px;
  line-height: 40px;
}

.tip-first-modal .tip-list-left {
  float: left;
  vertical-align: middle;
}

.tip-first-modal .tip-list-right {
  float: left;
  margin-left: 5px;
}

.tip-first-modal .tip-footer {
  padding: 20px;
  text-align: center;
}

.tip-first-modal .tip-footer-btn {
  width: 60px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.login-content .lc-block.toggled {
  z-index: 0 !important;
}

.login-blue .lc-block {
  width: 430px !important;
}

.tip4a-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 16px;
  z-index: 1000;
  display: none;
}

.tip4a-modal.active {
  display: block;
}

.tip4a-modal .tip-layer {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  position: absolute;
  top: 0;
}

.tip4a-modal .tip-wrap {
  width: 400px;
  background-color: #fff;
  border: 1px solid #000;
  position: absolute;
  left: 51%;
  top: 22%;
  margin-left: -220px;
  z-index: 20;
}

.tip4a-modal .tip-title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #000;
}

.tip4a-modal .tip-content {
  padding: 20px;
}

.tip4a-modal .tip-tip {
  margin-top: 10px;
  margin-bottom: 5px;
}

.tip4a-modal .tip-list {
  width: 33.3333%;
  float: left;
  height: 40px;
  line-height: 40px;
}

.tip4a-modal .tip-list-left {
  float: left;
  vertical-align: middle;
}

.tip4a-modal .tip-list-right {
  float: left;
  margin-left: 5px;
}

.tip4a-modal .tip-footer {
  padding: 0 20px 20px;
  text-align: center;
}

.tip4a-modal .tip-footer-btn {
  width: 60px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.tip-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 16px;
  z-index: 1000;
  display: none;
}

.tip-modal.active {
  display: block;
}

.tip-modal .tip-layer {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  position: absolute;
  top: 0;
}

.tip-modal .tip-wrap {
  width: 360px;
  background-color: #fff;
  border: 1px solid #000;
  position: absolute;
  left: 53%;
  top: 34%;
  margin-left: -220px;
  z-index: 20;
}

.tip-modal .tip-title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #000;
}

.tip-modal .tip-content {
  padding: 20px;
}

.tip-modal .tip-tip {
  margin-top: 10px;
  margin-bottom: 5px;
}

.tip-modal .tip-list {
  width: 33.3333%;
  float: left;
  height: 40px;
  line-height: 40px;
}

.tip-modal .tip-list-left {
  float: left;
  vertical-align: middle;
}

.tip-modal .tip-list-right {
  float: left;
  margin-left: 5px;
}

.tip-modal .tip-footer {
  padding: 0 20px 20px;
  text-align: center;
}

.tip-modal .tip-footer-btn {
  width: 60px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.tip {
  position: relative;
  text-decoration: none;
}

.tip:hover {
  background: none;
  color: #000;
}

.tip span {
  display: none;
}

.tip:hover span {
  display: block;
  z-index: 1000;
  color: #060200;
  width: 360px;
  position: absolute;
  bottom: 26px;
  right: 10px;
  border-bottom: 2px solid #eee;
  border-right: 2px solid #eee;
}

.tip:hover span p {
  text-align: left;
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
}

li {
  list-style: none;
}

.box {
  width: 600px;
  margin: 100px auto;
}

.box-tb .item:nth-child(n+2) {
  display: none;
}

.box-th {
  overflow: hidden;
  width: 100%;
}

.box-th ul li {
  float: left;
  width: 96px;
  height: 40px;
  margin-right: 10px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}

.current {
  color: #111010;
  font-weight: bold;
  border-bottom: solid;
}

.box-tb {
  margin-top: 20px;
}
