/***暂无数据样式*/
.jl_vip_zt_empty_data{
  color: #999;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
}
/**加载中....***/
.temp-loading::before,.temp-loading-medium::before,.temp-loading-small::before{
  content: "Loading...";
}
.temp-loading {
  width: 150px;
  margin: 50px auto !important;
  color: #c5c5c5;
  font-family: sans-serif;
  font-size: 30px;
  padding-bottom: 8px;
  background: linear-gradient(currentColor 0 0) bottom left/0% 3px no-repeat;
  animation: c2 2s linear infinite;
}
@keyframes c2 {
  to {
    background-size: 100% 3px
  }
}
.temp-loading-medium {
  width: 150px;
  margin: 5px auto !important;
  color: #c5c5c5;
  font-family: sans-serif;
  font-size: 20px;
  padding-bottom: 8px;
  background: linear-gradient(currentColor 0 0) bottom left/0% 3px no-repeat;
  animation: c2 2s linear infinite;
}
@keyframes c2 {
  to {
    background-size: 100% 3px
  }
}
.temp-loading-small {
  width: 150px;
  margin: 5px auto !important;
  color: #c5c5c5;
  font-family: sans-serif;
  font-size: 14px;
  padding-bottom: 8px;
  background: linear-gradient(currentColor 0 0) bottom left/0% 3px no-repeat;
  animation: c2 2s linear infinite;
}
@keyframes c2 {
  to {
    background-size: 100% 3px
  }
}
/**数据为空-模板和前台带设计图片的数据为空提示***/
.web-empty-data{
  width: 100%;
  min-height: 180px;
}
.web-empty-data-s{
  width: 100%;
  min-height: 125px;
}
.web-empty-data-xs{
  width: 100%;
  min-height: 90px;
}
.jl_vip_zt_empty_data {
  color: #c5c5c5;
  font-size: 20px;
  font-weight: 510;
  text-align: center;
  line-height: 40px;
}


.c-l:after {
  content: " ";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

.m-width{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.max-width{
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.cursor{
  cursor: pointer;
}
/*****标签样式重置******/
input,textarea,button{
  outline: none;
}

/***********新增样式**************/
/**最小宽度*/
.dalib-min-width {
  min-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

/**主要宽度*/
.dalib-main-width {
  max-width: 1400px;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}