body {
	font-family: Roboto,sans-serif!important;
  font-size: 1rem!important;
  font-weight: 400;
	margin: 0;
	overflow-x: hidden;
	color: #1d2129;
  background: #f5f5f5;
}
html {
	position: relative;
	min-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1 {
  font-size:1.5rem;
}
h2,
.h2 {
  font-size: 1.3rem;
}
h3,
.h3 {
  font-size: 1.1rem;
}
h4,
.h4 {
  font-size: 1.1rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.95rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 0.9rem;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
* {
	outline: 0!important
}
b {
	font-weight: 600
}
a,
span {
  display: inline-block;
  text-decoration: none;
}
a:hover, a:focus,
i:hover,
i:focus,
span:hover,
span:focus {
  text-decoration: none;
}
a:hover {
	outline: 0;
	text-decoration: none
}
a:active {
	outline: 0;
	text-decoration: none
}
a:focus {
	outline: 0;
	text-decoration: none
}
hr {
	border-top: 1px solid rgba(255,255,255,.1)
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  li{
    list-style:none;
    margin:0;
    padding:0;
  }
.container {
	width: auto
}
.display-inline-block{display: inline-block;}
.display-none{display: none;}
.btn-max-width{min-width: 72px;}
.width-100{width: 100%;}
.width-25{width:25px;}
/*    Color Mixins-------------------*/
.text-primary,
.color-primary {
  color: #306ff1; }
.text-success,
.color-success {
  color: #814cff; }
.text-info,
.color-info {
  color: #01cda8; }
.text-danger,
.color-danger {
  color: #f46a6a; }
.text-warning,
.color-warning {
  color: #f5a14b; }
.text-warning-t,
.color-warning-t{
  color: #f8a500; }
.text-pink,
.color-pink {
  color: #f575b8!important; }
.text-dark,
.color-dark {
  color: #737578; }
.text-balck,
.color-balck{
  color: #1d2129;
}
.text-gray-dark,
.color-gray-dark{
  color: #1d2129;
}
.text-white,
.color-white{
  color: #ffffff;
}
.text-grey,.color-grey{
  color: #7f829a;
}
.font-weight-400{font-weight: 400;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}
.font-weight-800{font-weight: 800;}
/*    Background Mixins
--------------------------*/
.bg-primary{
  background: #306ff1;
  color: #fff; }
.bg-success{
  background: #814cff;
  color: #fff; }
.bg-info{
  background: #01cda8;
  color: #fff; }
.bg-danger{
  background: #f46a6a;
  color: #fff; }
.bg-warning{
  background: #f5a14b;
  color: #fff; }
.bg-pink{
  background: #f575b8;
  color: #fff; }
.bg-dark {
  background: #737578;
  color: #fff; }
.bg-transparent{
  background: transparent;
  color: #737578; }
.bg-white{
  background: #ffffff;
}
.bg-primary-transtition{
  background: #e5f6fd;
}
.bg-success-transtition{
  background: #eaedff;
}
.bg-info-transtition{
  background: #e7f8e5;
}
.bg-danger-transtition{
  background: #fde1e1;
}
.bg-warning-transtition{
  background: #fdecdb;
}
.bg-warning-transtition-t{
  background: #fef9f2;
}
.bg-pink-transtition{
  background: #fde9f4;
}
.bg-dark-transtition{
  background: #f3f4f4;
}
.ebebeb{background: #ebebeb;}
.d4e2ff{background: #d4e2ff;}
.bg-transparent-img{
  background: url(../images/mosaic.png) center no-repeat;
  background-size: 100%;
}
/*    Border Mixins
--------------------------*/
.border-primary {
  border-color: #306ff1; }
.border-success {
  border-color: #814cff; }
.border-info {
  border-color: #01cda8; }
.border-danger {
  border-color: #f46a6a; }
.border-warning {
  border-color: #f5a14b; }
.border-warning-t{
  border-color: #fde9c5!important; }
.border-pink {
  border-color: #f575b8!important; }
.border-dark {
  border-color: #737578; }
.no-border {
  border: 0px !important; }
.border-primary-transtition{
  border-color:#d6e2fc!important;
}
.border-success-transtition{
  border-color: #e6dbff!important;
}
.border-info-transtition{
  border-color: #c3ebcb!important;
}
.border-danger-transtition{
  border-color: #f5c9c9!important;
}
.border-warning-transtition{
  border-color: #f2d8bf!important;
}
.border-pink-transtition{
  border-color: #f3d3e4!important;
}
.border-width-3{
  border-width: 3px;
  border-style: solid;
}


/*
Buttons
-------------------------------------------------*/
.btn-default {
    background: #878787;
    border-color: #878787;
    color: #fff; }
    .btn-default:hover, .btn-default:focus, .btn-default.active {
      background: #6e6e6e;
      border-color: #878787;
      color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn-primary {
    background: #306ff1;
    border-color: #306ff1;
    color: #fff; }
    .btn-primary:hover, .btn-primary:focus, .btn-primary.active {
      background: #2153ec;
      border-color: #306ff1;
      color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn-success {
    background: #814cff;
    border-color: #814cff;
    color: #fff; }
    .btn-success:hover, .btn-success:focus, .btn-success.active {
      background: #6435ff;
      border-color: #814cff;
      color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn-info {
    background: #01cda8;
    border-color: #01cda8;
    color: #fff; }
    .btn-info:hover, .btn-info:focus, .btn-info.active {
      background: #69c37c;
      border-color: #01cda8;
      color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn-warning {
    background: #f5a14b;
    border-color: #f5a14b;
    color: #fff; }
    .btn-warning:hover, .btn-warning:focus, .btn-warning.active {
      background: #f28635;
      border-color: #f5a14b;
      color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn-danger {
    background: #f46a6a;
    border-color: #f46a6a;
    color: #fff; }
    .btn-danger:hover, .btn-danger:focus, .btn-danger.active {
      background: #f04e4e;
      border-color: #f46a6a;
      color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn-pink {
    background: #f575b8;
    border-color: #f575b8;
    color: #fff; }
    .btn-pink:hover, .btn-pink:focus, .btn-pink.active {
      background: #f258a2;
      border-color: #f575b8;
      color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn-dark {
    background: #737578;
    border-color: #737578;
    color: #fff; }
    .btn-dark:hover, .btn-dark:focus, .btn-dark.active {
      background: #56585b;
      border-color: #737578;
      color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none; }
.cancelBtn,.applyBtn{
  border: none;
}
.gradient-bg{
  background-image: -moz-linear-gradient( 180deg, rgb(111,159,244) 1%, rgb(47,110,241) 100%, rgb(48,64,244) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(111,159,244) 1%, rgb(47,110,241) 100%, rgb(48,64,244) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(111,159,244) 1%, rgb(47,110,241) 100%, rgb(48,64,244) 100%);
}
.relative{
  position: relative;
}
.clearfix{
  display: block;
}
.center{
  text-align: center;
}
/*
card
-------------------------------------------------*/

.card {
  margin: 15px 0px 15px 0px;
  padding: 20px;
  border: 0px;
  border-radius: 0px;
}

/* 滚动条样式 */
.sidebar .nano::-webkit-scrollbar,.chat-content::-webkit-scrollbar,.chat-minheight::-webkit-scrollbar,textarea::-webkit-scrollbar,.tab-pane-box-h::-webkit-scrollbar,.titlelist::-webkit-scrollbar,iframe::-webkit-scrollbar,.table-responsive::-webkit-scrollbar,.fans-box::-webkit-scrollbar,.layim-chat-main::-webkit-scrollbar,
.video-p-height::-webkit-scrollbar,.video-list-scroll::-webkit-scrollbar,.w-mb-MiniVideo::-webkit-scrollbar,.calendar-scroll::-webkit-scrollbar,.scrollbar-box::-webkit-scrollbar{/*滚动条整体样式*/
	width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 8px;
}
.sidebar .nano::-webkit-scrollbar-thumb,.chat-content::-webkit-scrollbar-thumb,.chat-minheight::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb,.tab-pane-box-h::-webkit-scrollbar-thumb,.titlelist::-webkit-scrollbar-thumb,iframe::-webkit-scrollbar-thumb,.table-responsive::-webkit-scrollbar-thumb,.fans-box::-webkit-scrollbar-thumb,.layim-chat-main::-webkit-scrollbar-thumb,.video-p-height::-webkit-scrollbar-thumb,.video-list-scroll::-webkit-scrollbar-thumb,.w-mb-MiniVideo::-webkit-scrollbar-thumb,.calendar-scroll::-webkit-scrollbar-thumb,.scrollbar-box::-webkit-scrollbar-thumb{/*滚动条里面小方块*/
	background:rgba(0,0,0,0.1);
}
.sidebar .nano::-webkit-scrollbar-track,.chat-content::-webkit-scrollbar-track,.chat-minheight::-webkit-scrollbar-track,textarea::-webkit-scrollbar-track,.tab-pane-box-h::-webkit-scrollbar-track,.titlelist::-webkit-scrollbar-track,iframe::-webkit-scrollbar-track,.table-responsive::-webkit-scrollbar-track,.fans-box::-webkit-scrollbar-track,.layim-chat-main::-webkit-scrollbar-track,.video-p-height::-webkit-scrollbar-track,.video-list-scroll::-webkit-scrollbar-track,.w-mb-MiniVideo::-webkit-scrollbar-track,.calendar-scroll::-webkit-scrollbar-track,.scrollbar-box::-webkit-scrollbar-track{/*滚动条里面轨道*/
	border-radius: 0;
	background: none;
}


.border{
  border: 1px solid #ebebeb;
}
.border-radius-10{
  border-radius: 10px; 
}
.border-radius-5{
  border-radius: 5px; 
}
.border-tr-radius-0{
  border-top-right-radius:0
}
.border-br-radius-0{
  border-bottom-right-radius:0
}
.border-tl-radius-0{
  border-top-left-radius:0
}
.border-bl-radius-0{
  border-bottom-left-radius:0
}
.border-radius-0{border-radius: 0;}
.text-color-white{color: #fff;}
.text-hover-primary:hover{
  color: #306ff1;
}
.bg-0{
  background: none;
}
.bg-75{
  background: rgba(255,255,255,0.75);
}
.transition-bg{
  border: 1px solid rgb(235, 235, 235);
  background-color: rgba(255, 255, 255, 0.49);
  box-shadow: 0px 0px 123.71px 15.29px rgba(197, 224, 251, 0.32);
}
.padding-30{
  padding: 30px;
}
.padding-20{
  padding: 20px;
}

table {
  table-layout: fixed;
  width: 100%;
}
.table td, .table th, .table td a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.cursor-pointer{
  cursor: pointer;
}


/* 导航 */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 14px;
  z-index: 100;
  overflow: auto;  
  -webkit-transform: translateZ(0);
  transform: translateZ(0); 
  text-align: left;
  height: 100vh;
  width: 220px;
}
.sidebar{
  -webkit-transition: all .25s;
  transition: all .25s;
}
.sidebar-logo {
  padding: 20px 0 0 0;
  font-size: 28px;
  font-weight: 800;
}
.sidebar-logo img{
  width:50px;
  margin-right: 5px;
}
.sidebar i {
  font-size: 22px;
  margin-right: 15px;
  width: 1.4em;
}
.sidebar .sidebar-content > ul,.sidebar-logo{
  width: 204px;
  transition: width 300ms ease-in-out;
}
.sidebar .sidebar-content > ul{
  padding: 10px;
}
.sidebar .sidebar-content > ul li > ul {
  display: none; 
}
.sidebar .sidebar-content > ul li.open > ul,.sidebar .sidebar-content > ul li.active > ul{
  display: block;
}
.sidebar-content{margin-right: 0!important;}
.sidebar .sidebar-content > ul li > a {
  display: block;
  cursor: pointer;
  padding: 8px 20px;
  margin: 10px 0 0;
  border-bottom: none;
  background: none;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
}
.sidebar .sidebar-content > ul li > a em{
  font-style: normal;
  min-width: 72px;
  display: inline-block;
}
.sidebar .sidebar-content > ul li > a > .icon-fangxiangxia {
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.sidebar .sidebar-content > ul li:hover > a,
.sidebar .sidebar-content > ul li.active > a,
.sidebar .sidebar-content > ul li.open > a {
  color: #446bf6;
  position: relative;
}
.sidebar .sidebar-content > ul li.active > a {
  background-image: -moz-linear-gradient( 180deg, rgb(111,159,244) 1%, rgb(47,110,241) 100%, rgb(48,64,244) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(111,159,244) 1%, rgb(47,110,241) 100%, rgb(48,64,244) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(111,159,244) 1%, rgb(47,110,241) 100%, rgb(48,64,244) 100%);
  border-radius: 6px;
  color: #fff;  
}
.sidebar .sidebar-content > ul > li > ul > li.active > a{
  color: #446bf6;
  background: none;
}
.sidebar .sidebar-content > ul li.open > a > .icon-fangxiangxia {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.sidebar .sidebar-content > ul > li > ul > li > a { 
  padding: 15px 15px 0px 32px;
  font-size: 16px;
  margin-top: 0;
}
.sidebar .sidebar-content > ul > li > ul{
  border-left: 1px solid #446bf6;
  margin-left: 30px;
  padding-bottom: 15px;
}



/* 导航切换 */
.sidebar .nano > .sidebar-content::-webkit-scrollbar {
  display: none;
}
.sidebar .nano.has-scrollbar > .sidebar-content::-webkit-scrollbar {
  display: block;
}

.sidebar-hide .sidebar {
  width: 60px;
}
.sidebar-hide .sidebar-logo{
  width: 60px;
}
.sidebar-hide .sidebar-logo span{
  display: none;
}
.open-sidebar.sidebar-hide .sidebar,.open-sidebar.sidebar-hide .sidebar-logo{
  width: 220px;
}
.open-sidebar.sidebar-hide .sidebar-logo span{
  display: inline-block;
}
.open-sidebar .sidebar {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
.sidebar-hide .open>ul {
  height: 0;
  overflow: hidden; 
}
.open-sidebar.sidebar-hide .open>ul {
  height: auto;
  overflow: auto;
}
.sidebar-hide .sidebar .sidebar-content > ul{
  padding: 0;
}
.open-sidebar.sidebar-hide .sidebar .sidebar-content > ul{
  padding: 10px;
}
.sidebar-hide .sidebar .sidebar-content > ul li > a{
  padding: 8px 16px;
}
.open-sidebar.sidebar-hide .sidebar .sidebar-content > ul li > a{
  padding: 8px 20px;
}
.sidebar-hide .sidebar-content > ul li.active > ul{
  display: none;
}
.open-sidebar.sidebar-hide .sidebar-content > ul li.active > ul{
  display: block;
}
/* 内容超出加滚动 */
.sidebar .nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y:scroll;
}

/* 顶部 */
.main-dkt-content{   
  width: calc(100% - 220px);
  margin-left: 220px;
  padding-top: 15px;
  -webkit-transition: all .25s;
    transition: all .25s;
  padding-bottom: 56px;
}
.sidebar-hide .main-dkt-content{
  width: calc(100% - 60px);
  margin-left: 60px;
  padding-top: 15px;
}
.top-expand{
  padding:15px 20px;  
}
.sidebar-toggle i{
  font-size:24px;
  color: #306ff1;
  border-right: 1px solid #ebebeb;
  padding-right: 20px;
  margin-right: 20px;
}
.top-expand-home,.top-company-name{
  color:#a6a7aa ;
}
.top-expand-home i{
  font-size: 22px;
  color: #636466;
} 
.dtk-bb{
  padding: 0px 10px;
  margin-right: 10px;
  font-size: 14px;
}
.top-expand-right .indicator{
  background: #f46a6a;
  border-radius: 50%;
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 5px;
  right: 17px;
}
.top-expand-right i{
  font-size: 18px;
  color: #636466;
  padding: 0 15px;
  border-left: 1px solid #ebebeb;
}

/* 页码 */
.pagination,.pager{
  display: flex;
	margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.pagination>li,.pager > li{
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  line-height: 34px;
  background: #fff;
  border: 1px solid #ced4da;
  font-size: 0.85rem;
  color: #7f829a;
  margin: 0 4px;
}
.pagination > li.active{
  color: #ffffff;
	background-color: #7f829a;
}
.pagination>li a,.pager > li a{
  display: block;
}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
	cursor: not-allowed;

}
.top-expandA{display: none;}
/* 20240709手机端适配导航切换 zxf */
@media (max-width:992px) {
.sidebar{width: 0;}
.sidebar-hide .sidebar{
  width: 0;
}
.sidebar-open .sidebar{
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100vh - 57px);
  margin-top: 57px;
  background: #fff;
  width: 220px;
}

.sidebar-hide .main-dkt-content{
  width:100%;
  margin-left: 0;
  padding-top: 0;
}
.main-dkt-content{
  width: 100%;
  margin-left: 0;
  padding-top: 0;
}
.top-expand-box .container-fluid{
  padding: 0;
}
.top-expand{
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.top-expand-home-hidden{display: none;}
.top-expandA{display: block;}
.hidden-xs{display: none;}
}
@media (max-width:750px) {
.top-expand-right i{padding: 0 7px;}
.dtk-bb{padding: 0 4px;font-size: 12px;height: 18px;}
}
@media (max-width:580px) {
h1, .h1,h2, .h2{font-size: 1rem;}
h5, .h5{font-size: 0.9rem;}
}

/* 左侧导航小屏添加上下滑动 */
.sidebar-content{
  height: 900px;
  overflow-x: scroll;
}
@media (max-width:1280px) {
  .sidebar-content{height: 550px!important;}
}
@media (max-width: 1180px){
  .sidebar-content { height: 480px!important;}
}
