BODY {
  scrollbar-face-color: #dbdbdb;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-arrow-color: #000000;
  scrollbar-base-color: #000000;
  lbar-dark-shadow-color: #ffffff;
  margin: 0;
  padding: 0;
  font: normal 9pt 微软雅黑, verdana, 宋体;
  background: #ffffff;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: 0;
}
.yw {
  font-family: "Century Gothic", "Microsoft Sans Serif", "verdana", "Arial";
}
.shubiao {
  cursor: pointer;
}
.cboth {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
  font-weight: 500;
}
.card-thumb {
  transition: transform ease-in-out 0.5s;
}
.card-thumb:hover {
  transform: scale(1.1);
}

/* 下拉固定顶部 */
thead {
  position: sticky;
  top: 0px;
  z-index: 100;
}
/* LOGIN */
#login_kk {
  width: 350px;
  margin: 0 auto;
  margin-top: 18%;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  padding: 10px 20px;
}
#login_kk h1 {
  font-weight: 500;
  font-size: 35px;
  margin: 10px 0;
}
#login_kk p {
  margin-top: 10px;
  font-size: 14px;
}
#login_kk .input1 {
  border: none;
  background: #fff;
  padding: 7px 15px;
  outline: none;
  opacity: 0.8;
  border-radius: 5px;
  color: #1c088e;
}
.logindl {
  cursor: pointer;
  background: red;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  margin-left: 10px;
  width: 60px;
  height: 60px;
  box-shadow: 1px 1px 1px #000;
  border: none;
}
.logindl:hover {
  background: #830202;
}
.dns0511 {
  color: #ccc;
  opacity: 0.7;
  padding-left: 8px;
}
.sys_company {
  position: fixed;
  text-align: center;
  bottom: 30px;
  color: #fff;
  width: 100%;
  opacity: 0.6;
}
/* 左侧菜单 */
.sys_name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 15%;
}

.gl_menu_p {
  float: left;
  width: 100%;
  padding: 6px 0px;
  padding-left: 15%;
  font-size: 12pt;
  text-shadow: 1px 3px 6px #000;
}
.gl_menu_p img {
  height: 20px;
}
.gl_menu {
  float: left;
  width: 100%;
  font-size: 10pt;
  padding-left: 30%;
}
.gl_menu li {
  float: left;
  width: 100%;
  line-height: 25px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.gl_menu li a {
  color: #fff;
  opacity: 0.7;
}
.gl_menu li a:hover {
  opacity: 1;
  /* color:#FF9900; */
}

/* 展示内容 */
.admin_kk {
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
.admin_title {
  float: left;
  width: 100%;
  font-size: 16pt;
  font-weight: 550;
  margin-bottom: 10px;
}
.tr_bj {
  background: #eff1f3;
}

.td_bj {
  background: #f3f7fa;
}

.ppic img {
  margin: 2px 3px;
  height: 20px;
}

.ppic1 img {
  margin: 2px 3px;
  height: 20px;
}

.noshow {
  display: none;
}

.print {
  text-align: center;
  margin: 20px 0;
}

.print button {
  border: none;
  outline: none;
  background: #a8a2a2;
  border-radius: 15px;
  padding: 5px 20px;
  color: #fff;
  cursor: pointer;
}

@media print {
  .no-print {
    display: none;
  }
}

/* 打印表格CSS */
.tb_print table {
  border-collapse: collapse;
  /* 移除单元格之间的间隔 */
  width: 100%;
}

.tb_print tr {
  border-collapse: collapse;
  border-left: 1px solid black;
  border-top: 1px solid black;
}

.tb_print td {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-collapse: collapse;
  padding: 6px;
}

.btn_right_kk {
  position: fixed;
  right: 30px;
  bottom: 10px;
}

.btn_kk {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/* table {
  table-layout: fixed;
  word-wrap: break-word;
} */

/* 表格如果一行太多，采用滑动方式查阅 */
.screen100 {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}

.layui-table tr:hover {
  background: #ecffff;
}

.ren_img img {
  height:15px;
  border-radius: 5px;
}