@charset "UTF-8";
/*
 * 页面主样式
 * 日期: 2019-04-26
 * By Endfish
 * 代码如诗
 * 
*/
/*** 引用 ***/
/*** 常用工具包 ***/
/*
 * 包含常用工具以及浏览器兼容性
 */
/*** 风格 ***/
/*
 * 页面风格样式
 */
.layui-layout-admin .layui-header {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #e5eff5; }
.layui-layout-admin .layui-logo {
  color: #000;
  font-size: 20px;
  font-weight: bold; }

.layui-nav {
  background-color: #20222A; }
  .layui-nav .layui-nav-item {
    border-bottom: 1px solid #1e2027; }
    .layui-nav .layui-nav-item a {
      height: 50px;
      line-height: 50px; }
      .layui-nav .layui-nav-item a i {
        margin-right: 10px;
        -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
      .layui-nav .layui-nav-item a:hover i {
        margin-right: 14px; }
    .layui-nav .layui-nav-item .layui-nav-child dd a {
      padding-left: 45px;
      font-size: 13px; }

.layui-nav-tree .layui-nav-bar {
  background-color: black; }

.layui-card {
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05); }

.layui-card-con {
  padding-top: 25px; }

.side-bg {
  background: #20222A; }

.layui-nav-tree .layui-nav-item a:hover {
  background-color: #20222A !important; }

.layui-nav-tree .layui-nav-bar {
  width: 5px;
  height: 0;
  background-color: #0065d2; }

.layui-header .layui-nav .layui-nav-item {
  border-bottom: 0px; }
  .layui-header .layui-nav .layui-nav-item a {
    color: #b7c5d0;
    height: 60px;
    line-height: 60px; }
    .layui-header .layui-nav .layui-nav-item a:hover {
      color: #212121;
      background-color: #fff; }
.layui-header .layui-nav .layui-this:after {
  background-color: #fff; }
.layui-header .layui-nav .layui-nav-bar .layui-nav-itemed:after,
.layui-header .layui-nav .layui-nav-tree .layui-nav-itemed:after {
  background-color: #fff; }
.layui-header .layui-nav-bar {
  display: none; }

.layui-btn {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 150, 136, 0.2);
  -moz-box-shadow: 0px 5px 20px rgba(0, 150, 136, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 150, 136, 0.2); }

.layui-btn-danger {
  background-color: #FF5722;
  -webkit-box-shadow: 0px 5px 20px rgba(255, 87, 34, 0.2);
  -moz-box-shadow: 0px 5px 20px rgba(255, 87, 34, 0.2);
  box-shadow: 0px 5px 20px rgba(255, 87, 34, 0.2); }

.layui-form-select dl dd.layui-this {
  background-color: #000; }

.pop-con {
  padding: 20px; }
  .pop-con .page-con {
    text-align: center; }

.layui-table .radio-list {
  text-align: center; }

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #5FB878; }
.layui-laypage a:hover {
  color: #5FB878; }

.layui-form-checked[lay-skin=primary] i {
  border-color: #c2d404;
  background-color: #c2d404; }

.layui-form-checkbox[lay-skin=primary] i:hover {
  border-color: #c2d404; }

.layui-upload-list img {
  width: 300px;
  height: auto; }

.layui-colla-content p {
  padding: 5px 0px; }

.layui-laydate .layui-this {
  background-color: #5FB878 !important;
  color: #fff !important; }

.layui-laydate-content td.laydate-selected {
  background-color: #61b979; }

/*** 布局 ***/
/*
 * 页面布局样式
 */
.layui-fluid {
  padding: 20px; }

.page-title h1 {
  font-weight: 300;
  color: #262b48; }

/*** 元件 ***/
/*
 * 页面表单等样式, 复写layui专用
 */
/*** 模块 ***/
/*
 * 页面模块样式
 */
.logo {
  width: 100%;
  height: 60px;
  color: #fff; }

.user-head {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 32px;
  background-color: #5FB878;
  cursor: pointer; }

/*** 状态 ***/
/*
 * 页面状态样式
 */
.show {
  display: block; }

.hide {
  display: none; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

/*** 元件 ***/
/*
 * Killer修改专属
 */
html {
  overflow: initial !important; }

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important; }

.layui-btn {
  background: #0065d2; }

.layui-input:hover,
.layui-textarea:hover {
  border-color: #e6e6e6 !important; }

.layui-input:focus,
.layui-textarea:focus {
  border-color: #000 !important; }

.white {
  background: #fff; }

.layui-layout-body {
  overflow: initial; }
  .layui-layout-body .lo-logo {
    height: 80px;
    width: 1200px;
    margin: 0 auto;
    background: #fff; }
    .layui-layout-body .lo-logo img {
      height: 50px;
      margin-top: 15px; }
  .layui-layout-body .lo-footer {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px; }
    .layui-layout-body .lo-footer p {
      color: #000;
      padding-bottom: 5px; }

.main-login {
  width: 100%;
  box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px;
  background: url("../img/bg.jpg") center no-repeat;
  background-size: cover;
  height: 600px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .main-login .login-img div {
    background-size: contain; }
  .main-login .login-img .img-01 {
    background-image: url("../img/1.jpg"); }
  .main-login .login-img .img-02 {
    background-image: url("../img/2.jpg"); }
  .main-login .login-img .img-03 {
    background-image: url("../img/3.jpg"); }
  .main-login .login-con {
    padding: 10%;
    padding-left: 0px; }
    .main-login .login-con h4 {
      color: #000;
      font-weight: bold; }
  .main-login .layui-btn {
    width: 45%;
    float: left; }
  .main-login .btn-fr {
    float: right;
    background: #fff;
    border: 1px solid #000;
    color: #000; }
  .main-login .slider-btn {
    height: 36px; }
  .main-login .layui-bg-green {
    background-color: #5FB878 !important; }
  .main-login a.wag {
    float: right;
    margin-top: 10px;
    color: #000;
    font-size: 12px; }
  .main-login .layui-col-md5 {
    width: 430px;
    background: #fff;
    float: right;
    margin-top: 100px;
    margin-right: 100px; }

/* selectY 样式表*/
.selectY-box {
  position: relative;
  height: 38px;
  border: 1px solid #e6e6e6; }

.selectY-box .show {
  position: relative;
  height: 38px;
  line-height: 38px;
  padding: 0 10px 0 10px;
  min-width: 30px;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.selectY-box .show i {
  color: #e6e6e6;
  padding: 0 5px; }

.selectY-box .pop {
  position: absolute;
  z-index: 9999;
  top: 29px;
  left: 0;
  display: none;
  width: 484px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }

.selectY-box .pop ul {
  border: 1px solid #e6e6e6; }

.selectY-box .pop ul {
  background-color: #fff;
  width: 160px;
  height: 237px;
  padding: 5px 0;
  float: left;
  margin-left: -1px;
  overflow-y: auto;
  overflow-x: hidden; }

.selectY-box .pop ul:first-child {
  margin-left: 0; }

.selectY-box .pop ul li {
  padding: 5px 10px 5px 10px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.selectY-box .pop ul li.child-row:after {
  font-family: "layui-icon" !important;
  content: "\e602";
  color: #e6e6e6;
  position: absolute;
  top: 5px;
  right: 10px; }

.selectY-box .pop ul li:hover {
  background-color: #f8f8f8; }

.selectY-box .pop ul li.active {
  color: #c2d404; }

/*控制台*/
.layui-all-cont {
  padding: 0;
  /* 重置轮播样式 */
  /* 重置tab样式 */
  /* 快捷方式 */
  /* 待办事项 */
  /* 数据概览 */
  /* 控制台效果报告 */ }
  .layui-all-cont .layadmin-carousel {
    height: 185px !important;
    background-color: #fff; }
  .layui-all-cont .layadmin-carousel .layui-carousel-ind li {
    background-color: #e2e2e2; }
  .layui-all-cont .layadmin-carousel .layui-carousel-ind li:hover {
    background-color: #c2c2c2; }
  .layui-all-cont .layadmin-carousel .layui-carousel-ind li.layui-this {
    background-color: #999; }
  .layui-all-cont .layadmin-carousel .layui-carousel,
  .layui-all-cont .layadmin-carousel > *[carousel-item] > * {
    background-color: #fff; }
  .layui-all-cont .layadmin-carousel .layui-col-space10 {
    margin: 0; }
  .layui-all-cont .layadmin-carousel .layui-carousel-ind {
    position: absolute;
    top: -41px;
    text-align: right; }
  .layui-all-cont .layadmin-carousel .layui-carousel-ind ul {
    background: none; }
  .layui-all-cont .layui-card .layui-tab-brief .layui-tab-title {
    height: 42px;
    border-bottom-color: #f6f6f6; }
  .layui-all-cont .layui-card .layui-tab-brief .layui-tab-title li {
    margin: 0 15px;
    padding: 0;
    line-height: 42px; }
  .layui-all-cont .layui-card .layui-tab-brief .layui-tab-title li.layui-this {
    color: #333; }
  .layui-all-cont .layui-card .layui-tab-brief .layui-tab-title .layui-this:after {
    height: 43px; }
  .layui-all-cont .layui-card .layui-tab-brief .layui-tab-content {
    padding: 15px; }
  .layui-all-cont .layui-card .layui-table-view {
    margin: 0; }
  .layui-all-cont .layadmin-shortcut li {
    text-align: center; }
  .layui-all-cont .layadmin-shortcut li .layui-icon {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 2px;
    font-size: 30px;
    background-color: #F8F8F8;
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s; }
  .layui-all-cont .layadmin-shortcut li cite {
    position: relative;
    top: 2px;
    display: block;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px; }
  .layui-all-cont .layadmin-shortcut li:hover .layui-icon {
    background-color: #f2f2f2; }
  .layui-all-cont .layadmin-backlog .layadmin-backlog-body {
    display: block;
    padding: 10px 15px;
    background-color: #f8f8f8;
    color: #999;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s; }
  .layui-all-cont .layadmin-backlog-body h3 {
    padding-bottom: 10px;
    font-size: 12px; }
  .layui-all-cont .layadmin-backlog-body p cite {
    font-style: normal;
    font-size: 30px;
    font-weight: 300;
    color: #0065d2; }
  .layui-all-cont .layadmin-backlog-body:hover {
    background-color: #f2f2f2;
    color: #888; }
  .layui-all-cont .layadmin-dataview {
    height: 332px !important; }
  .layui-all-cont .layadmin-dataview > *[carousel-item]:before {
    display: none; }
  .layui-all-cont .layadmin-dataview > *[carousel-item] > div {
    height: 332px; }
  .layui-all-cont .layadmin-takerates {
    padding-top: 5px; }
  .layui-all-cont .layadmin-takerates .layui-progress {
    margin: 50px 0 60px; }
  .layui-all-cont .layadmin-takerates .layui-progress:last-child {
    margin-bottom: 10px; }
  .layui-all-cont .layadmin-takerates .layui-progress h3 {
    position: absolute;
    right: 0;
    top: -35px;
    color: #999;
    font-size: 14px; }
  .layui-all-cont .layadmin-takerates .layui-progress-bar {
    text-align: left; }
  .layui-all-cont .layadmin-takerates .layui-progress-text {
    top: -35px;
    line-height: 26px;
    font-size: 26px; }
  .layui-all-cont #chart_01 {
    width: 100%; }

.yanzheng input {
  float: left;
  width: 150px; }
.yanzheng img {
  width: 116px;
  height: 36px;
  float: right;
  border: 1px solid #eee; }

.top-news {
  text-align: center;
  padding: 30px 0; }
  .top-news i {
    width: 60px;
    height: 60px;
    border: 1px solid #0065d2;
    border-radius: 60px;
    line-height: 60px;
    margin-right: 20px;
    font-size: 24px;
    color: #0065d2; }
  .top-news span {
    font-size: 24px; }
  .top-news i.fa-file-text-o {
    border: 1px solid #1E9FFF;
    color: #1E9FFF; }
  .top-news i.fa-rmb {
    border: 1px solid #5FB878;
    color: #5FB878; }

.bottom-news {
  color: #999; }
  .bottom-news span.fr {
    float: right; }

/*** 公共 ***/
html {
  font-size: 62.5%;
  width: 100%;
  overflow: hidden; }

body {
  font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";
  background-color: #f4f8fb; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

div, span {
  /*自动换行*/
  word-wrap: break-word;
  word-break: normal;
  /*强制英文单词断行*/
  word-break: break-all; }

/*# sourceMappingURL=style.css.map */
