loginbody{
	background-color: #e0e6f4 !important;
}
body{
	background-color: #e0e6f4 !important;
}


@font-face { 
  font-family: "PingFangLight"; 
  src: url("PingFang Light.ttf");
} 
.index_zp{
	font-size: 40px;
	text-align: center;
	line-height: 600px;
	font-family: "PingFangLight";
}
a{
	cursor: pointer;
}
	input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
} 
td a{
	color: #09C;
}
td a:hover{
	color: #09C;
}
.layui-side-scroll{
	background-color: #1e2736 !important;
}
.clear{
	clear: both;
}
.header {
  height: 50px;
/*  background-color: #09C !important;*/
	background-color: #FFFFFF !important;;
	    box-shadow: 0px 1px 4px #cccccc;
}
.header .layui-main {
  margin: 0;
}
.header .layui-main .logo {
  float: left;
  height: 50px;
  padding: 0 20px;
}
.header .layui-main .logo p {
  font-size: 18px;
  color: #fff;
  line-height: 50px;
}
.header .layui-main .header-right {
  float: right;
}
.header .layui-main .header-right .refresh {
  float: left;
  padding: 0 15px;
}
.header .layui-main .header-right .refresh .layui-icon {
  display: inline-block;
  font-weight: bolder;
  line-height: 50px;
  color: #fff;
}
.header .layui-main .header-right .refresh:hover {
  background-color: #008ebd;
}
.header .layui-main .header-right .admin {
  float: left;
  border: none;
  color: #FFFFFF;
  padding: 0 10px;
  position: relative;
}
.header .layui-main .header-right .admin:hover{
	background-color: inherit !important;
}
.header .layui-main .header-right .admin a {
  color: #000;
  line-height: 49px;
}
.header .layui-main .header-right .admin a .more {
  display: inline-block;
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  -webkit-transition: border-color 0.8s ease-in-out;
  -moz-transition: border-color 0.8s ease-in-out;
  transition: border-color 0.8s ease-in-out;
}
.header .layui-main .header-right .admin:hover {
  background-color: #008ebd;
}
.header .layui-main .header-right .admin .admin_list {
  display: none;
  position: absolute;
  top: 49px;
  left: -1px;
  width: 100%;
  background-color: #fff;
  border-left: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
}
.header .layui-main .header-right .admin .admin_list dd {
  text-align: center;
  border-top: solid 1px #e6e6e6;
}
.header .layui-main .header-right .admin .admin_list dd a {
  font-size: 14px;
  color: #000;
  line-height: 39px;
}
.header .layui-main .header-right .admin .admin_list dd:hover {
  background-color: #f1f1f1;
}
.header .layui-main .header-right .on {
  background-color: #fff;
}
.header .layui-main .header-right .on a {
  color: #000;
}
.header .layui-main .header-right .on a .more {
  border-color: transparent transparent #000;
  border-style: solid;
  border-width: 0 6px 6px;
}
.header .layui-main .header-right .on:hover {
  background-color: #fff;
}
.header .layui-main .header-right div {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.sidebar {
  top: 50px !important;
  background: #393D49;
}
.sidebar .layui-nav {
  background-color: transparent;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover {
   background-color: #223241 !important;
}
.sidebar .layui-nav .layui-nav-itemd > a {
  background-color: #2B2E37;
}
.sidebar .layui-nav .layui-nav-bar {
  background-color: transparent;
}
.body {
  top: 50px !important;
}
.body .content {
  padding: 15px;
  background-color: #fff;
    margin: 10px;
    padding-bottom: 100px;
}
.body .content .table-box {
  margin-top: 10px;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  overflow: auto;
}
.body .content .table-box .layui-table {
  margin: 0;
  border-left: none;
  border-right: none;
}
.body .content .table-box .layui-table thead tr {
  background-color: #f5f6fa;
}
.body .content .table-box .layui-table thead tr th {
  color: #999999;
  font-weight: normal;
}
.body .content .table-box .layui-table th,
.body .content .table-box .layui-table .nowrap {
  white-space: nowrap;
  text-align: center;
}
.body .content .table-box .layui-table td {
  text-align: center;
}
.body .content .table-box .layui-table .ellipsis span {
  display: block;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  text-align: center;
}
.body .content .table-box .layui-table tbody tr:hover {
  background-color: #f8f8f8;
}
.body .content .table-box .layui-table tbody tr {
  transition: all .1s!important;
  -webkit-transition: all .1s!important;
}
.body .content .laypage {
  position: relative;
}
.body .content .laypage .layui-box {
  position: absolute;
  right: 0;
}
.body .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #09C;
}
.body .layui-form-checked[lay-skin=primary] i {
  border-color: #09C;
  background-color: #09C;
}
.title {
  width: 100%;
  height: 48px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #e6e6e6;
  position: relative;
  background-color: #FFFFFF !important;
  border-top:1px solid #e2e2e2 ;
  margin-left: 10px !important;
/*  box-shadow: 0px 1px 4px #cccccc;*/
}
.title .title_text {
  display: inline-block;
  font-size: 16px;
  border-left: solid 2px #09C;
  padding-left: 8px;
}
.title .button_list {
  height: 48px;
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
}
.title .button_list .layui-btn {
  float: left;
}
.title .button_list .layui-btn + .layui-btn {
  margin-left: 10px;
}
.layui-form-item {
  position: relative;
  margin-right: 15px;
  margin-top: 15px;
}
.layui-form-item .head-logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  left: 29px;
}
.layui-form-item .layui-input-block .first {
  font-size: 14px;
}
.layui-form-item .layui-input-block .first .name {
  color: #09C;
}
.layui-form-item .layui-input-block .first .state {
  color: #393D49;
}
.layui-form-item .layui-input-block .text {
  font-size: 14px;
  margin: 10px 0;
}
.layui-form-item .layui-input-block .date {
  font-size: 12px;
  color: #bbbbbb;
}
.comment {
  padding: 15px;
  margin: 0;
  border-top: dashed 1px #e6e6e6;
}
.layui-form-select dl .layui-this {
  background-color: #09C !important;
}
.client_bg .client {
  padding: 15px;
}
.client_bg .client .layui-table {
  margin-top: 0;
}
.client_bg .client .record {
  border: solid 1px #e2e2e2;
}
.client_bg .client .record .record-title {
  display: block;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: solid 1px #e6e6e6;
  background-color: #f2f2f2;
}
.lay-popup {
  padding: 15px 15px 0 15px;
}
.login_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: solid 340px #09C;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fcfcfc;
}
.login_bg .logo {
  width: 100%;
  position: absolute;
  top: -200px;
  text-align: center;
}
.login_bg .logo img {
  height: 66px;
}
.login_bg .popup {
  position: relative;
  top: -80px;
  left: 50%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px 2px #999;
}
.login_bg .login {
  width: 360px;
  height: 364px;
  margin-left: -180px;
}
.login_bg .login .login_title {
  width: 100%;
  height: 75px;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fcfcfc;
  border-bottom: solid 1px #e6e6e6;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  position: relative;
}
.login_bg .login .login_title p {
  font-size: 18px;
  text-align: center;
  color: #09C;
  margin: 0;
}
.login_bg .login .login_title:after {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  background-color: #09C;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
}
.login_bg .login .login_items {
  padding: 0 25px;
}
.login_bg .login .login_items .login_input {
  width: 100%;
  height: 42px;
  background-color: #fcfcfc;
  margin: 0 auto;
}
.login_bg .login .login_items .login_input label {
  display: inline-block;
  min-width: 42px;
  font-size: 14px;
  color: #999999;
  line-height: 42px;
  margin-left: 17px;
}
.login_bg .login .login_items .login_input input {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
-webkit-box-shadow: 0 0 0px 1000px white inset;
width: 200px;
}
.login_bg .login .login_items .login_input input:focus {
  outline: none;
}
.login_bg .login .login_items .login_input:nth-child(1) {
  margin-top: 40px;
}
.login_bg .login .login_items .login_input:nth-child(2) {
  margin-top: 15px;
}
.login_bg .login .login_items .login_button {
  display: block;
  width: 100%;
  height: 42px;
  background-color: #09C;
  color: #fff;
  border: none;
  padding: 0;
  margin: 35px auto 0;
}
.login_bg .login .login_items .login_button:focus {
  outline: none;
}
.login_bg .login .login_items .login_tips {
  width: 100%;
  padding: 0 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
.login_bg .login .login_items .login_tips .tips_left {
  font-size: 14px;
  color: #e6e6e6;
  margin: 0;
  float: left;
}
.login_bg .login .login_items .login_tips .tips_left a {
  color: #09C;
}
.login_bg .login .login_items .login_tips .tips_right {
  font-size: 14px;
  color: #e6e6e6;
  float: right;
}
.login_bg .bottom {
  width: 100%;
  padding-bottom: 40px;
}
.login_bg .bottom p {
  font-size: 12px;
  text-align: center;
  color: #bbbbbb;
}
.showBox{
	display:none;
}
