@media (min-width: 600px) {
  .long-text-title{
    padding-left: 0;
  }
}

@media (min-width: 813px) {
  .long-text-title{
    padding-left: 10px;
  }
}

@media (min-width: 1366px) {
  .long-text-title{
    padding-left: 20%;
  }
}

@media (min-width: 500px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  position: relative;
  min-height: 1px;
}

.no-border {
  border: none !important;
}

.btn-more {
  width: 54px;
  height: 24px;
  background-color: #FFFFFF;
  color: #333333;
  font-weight: normal;
  font-size: 13px;
  border-radius: 2px;
  border: 1px solid #DAE1E4;
}

.btn-multi {
  width: 54px;
  height: 24px;
  background-color: #FFFFFF;
  color: #333333;
  font-weight: normal;
  font-size: 13px;
  border-radius: 2px;
  border: 1px solid #DAE1E4;
  margin-right: 8px;
}

.hideTitle{
  margin: 10px 0;
  font-size: 15px;
}

.percentage-title {
  font-size: 14px;
  margin: 24px 0 0 0;
  height: 14px;
  line-height: 14px;
}

.percentage-data {
  font-size: 36px;
  margin: 0;
  height: 36px;
  line-height: 36px;
  margin-top: 10px;
}
.first-title {
  margin-top: 24px;
}

.sub-bar-title{
  font-size: 15px;
  line-height: 15px;
  height: 15px;
  border-left: 4px solid var(--border-color);
  padding: 0 10px;
}

.sub-bar-content{
  font-size: 15px;
  padding: 10px;
}

.sale {
  font-size: 32px;
  color: #7BD75F;
}

.efficient {
  font-size: 32px;
  color: #FFBE21;
}

/*项目首页*/
.chart-detail-layout {
  padding-right: 0px;
}

.sub-title-style {
  border-left: 4px solid #00AEEF;
  padding-left: 15px;
}

.detail-shop-table-thead {
  background-color: #F2F7FB;
}

.detail-shop-table-tr:hover {
  background-color: #EFEFEF;
}

.sub-icon {
  color: #B5B7BC;
}

.pro-first-title{
  margin-top: 8px;
}

/*.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}*/

.table-sale > tbody > tr > th,
.table-sale > tbody > tr > td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
  background: #FFFFFF !important;
}

.table-hover > tbody > tr:hover {
  background-color:#EAF0F4 !important;
}

.table-sale {
  border-collapse: collapse !important;
}

.saleTable-thead {
  background-color: #F2F7FB !important;
}

.lastSaleTable-thead {
  background-color: #DDDDDD !important;
}

.table-check {
  color:  var(--text-color);
  font-size: 1.5em;
}

.config-amount-btn {
text-align: center;
}

.page-content-label{
  height: 185px;
  margin: 20px 0;
}

.pro-page-content-label{
  height: 100px;
  margin: 20px 0;
  padding-left: 2% ;
}

.page-content-label:nth-child(2){
  padding-left: 2% ;
}
.page-content-label:nth-child(3){
  padding-left: 2% ;
}
.page-content-label:nth-child(4){
  padding-left: 2% ;
}

.sperate-hr{
  border-right: 1px solid #d3d3d3;
}

.content-hr {
  border-bottom: 1px solid #d3d3d3;
}

.click-show-button {
  border-radius: 0;
  border-top: 0;
  color: #8E9199;
  background-color:#F9FBFC;
  border: 1px solid #d3d3d3;
  border-top: 0;
  z-index: 10;
  position: absolute;
  width: 50px;
  height: 25px;
  outline: none;
  outline-style: none;
  font-weight: bold;
}

.click-show-button:hover {
  border-radius: 0;
  border-top: 0;
  background-color: #F0F3F7;
  outline: none;
  outline-style: none;
  font-weight: bold;
}

.huiyuanicon-style {
  color: #FFBE21;
}

.hovered-table:hover{
  cursor: pointer;
}

.tableConNev tr:first-child td {
  background:#F2F2F2 !important;
}

/*.hm-scroll::-webkit-scrollbar{*/
/*width: 8px;*/
/*}*/
/*.aside .list-order::-webkit-scrollbar-thumb {*/
/*background-color: transparent;*/
/*}*/

/*.hm-scroll::-webkit-scrollbar-thumb {*/
/*background-color: #e1e3e4;*/
/*background-clip: content-box;*/
/*border-top: 5px solid rgba(255,255,255,0);*/
/*border-bottom: 5px solid rgba(255,255,255,0);*/
/*border-right: 4px solid rgba(255,255,255,0);*/
/*}*/

/*.hm-scroll::-webkit-scrollbar-track {*/
/*background-color: #fbfbfb;*/
/*}*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.hm-scroll::-webkit-scrollbar
{
  width: 6px;
  height: 6px;
  background-color: #283044;
}

/*定义滚动条轨道 内阴影+圆角*/
.hm-scroll::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: transparent;
  height: 500px;
}

/*定义滑块 内阴影+圆角*/
.hm-scroll::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #C1C1C1;
}

.hm-scroll{
  heigh:auto;
  z-index: 100;
  max-height: 250px;
  overflow-y: auto;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.nav-scroll::-webkit-scrollbar
{
  width: 6px;
  height: 6px;
  background-color: #283044;
}

/*定义滚动条轨道 内阴影+圆角*/
.nav-scroll::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: transparent;
  height: 500px;
}

/*定义滑块 内阴影+圆角*/
.nav-scroll::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #C1C1C1;
}

.nav-scroll{
  heigh:auto;
  z-index: 100;
  max-height: 89%;
  overflow-y: auto;
  overflow-x: hidden;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.menu-scroll::-webkit-scrollbar
{
  display: none;
}
.menu-scroll:hover::-webkit-scrollbar
{
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--side-list-color)!important;
}

/*定义滚动条轨道 内阴影+圆角*/
.menu-scroll::-webkit-scrollbar-track
{
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 10px;
  background-color: transparent;
  height: 500px;
}

/*定义滑块 内阴影+圆角*/
.menu-scroll::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #fff!important;
}

.menu-scroll:hover::-webkit-scrollbar-thumb{
  background-color: #f0f0f0!important;
}

:root {
  --currentHeight: 800px;
}

.menu-scroll{
  height:100%;
  z-index: 100;
  max-height:94%;
  /*max-height: var(--currentHeight);*/
  overflow-y: scroll;
  overflow-x: hidden;
  width: 180px;
  padding-bottom: 10px;
  box-shadow: 1px 6px 7px #e9e9e9;
  box-sizing: content-box;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.menu-scroll-left::-webkit-scrollbar
{
  width: 6px;
  height: 6px;
  background-color: var(--side-list-color)!important;
}

/*定义滚动条轨道 内阴影+圆角*/
.menu-scroll-left::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  /*background-color: transparent;*/
  height: 500px;
}

/*定义滑块 内阴影+圆角*/
.menu-scroll-left::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #fff!important;
}
.menu-scroll-left:hover::-webkit-scrollbar-thumb
{
  background-color: #f0f0f0!important;
}

:root {
  --currentHeight: 800px;
}

.menu-scroll-left{
  heigh:100%;
  z-index: 100;
  max-height:100%;
  /*max-height: var(--currentHeight);*/
  overflow-y: auto;
  overflow-x: hidden;
  width: 50px;
}

.hover-watch:hover {
  cursor: pointer;
}

/*自定义页面dropdownlist*/
/*下拉菜单*/
.log-out-dropdown-view {
  width: auto; }

.log-out-dropdown-view .logout-toolbar-view {
  width: auto;
  height: 28px;
  border: 0;
  background-color: var(--bg-color);
  color: #FFF;
  font-size: 16px;
  margin: 0;
  border-radius: 3px;
}

.log-out-dropdown-view .logout-toolbar-view .logout-btn-view {
  min-width: 100px;
  height: 28px;
  border: 0;
  background-color: var(--bg-color);
  color: #FFF;
  outline: 0;
  font-size: 14px;
  margin: 0;
  border-radius: 3px;
}

.log-out-dropdown-view .logout-toolbar-view .logout-btn-view:hover {
  cursor: pointer; }

.log-out-dropdown-view .logout-toolbar-view .logout-btn-view:active {
  background-color: #09F;
  cursor: pointer; }

.log-out-dropdown-view .logout-toolbar-view .logout-btn-view .icon-size {
  font-size: 15px; }

.log-out-dropdown-view .logout-toolbar-dropdown-list-view {
  min-width: 120px;
  width: 146px;
  height: auto;
  background-color: #FFF;
  color: #434343;
  border: 1px solid #F5F5F5;
  box-shadow: 0 2px 6px 1px #aaa;
  border-radius: 3px;
  margin-top: 5px;
  position: absolute; }

.log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view {
  z-index: 100;
  padding: 0;
  margin: 10px 0; }

.log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view .log-out-li-view, .log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view .logout-list-view {
  padding: 5px 10px;
  outline: 0;
  list-style: none;
  text-align: left;
}

.log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view .log-out-li-view:hover {
  background-color: var(--bg-color);
  color: #FFF;
  text-align: left;
  cursor: pointer; }

.log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view .logout-list-view:hover {
  background-color: #E80000;
  color: #FFF;
  cursor: pointer; }

.log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view .logout-list-view i {
  margin-right: 4px; }

.log-out-dropdown-view {
  width: auto; }
.log-out-dropdown-view .logout-toolbar-view {
  width: auto;
  height: 28px;
  border: 0;
  background-color: var(--bg-color);
  color: #FFFFFF;
  font-size: 16px; }
.log-out-dropdown-view .logout-toolbar-view .logout-btn-view {
  min-width: 100px;
  height: 28px;
  border: 0;
  background-color: var(--bg-color);
  color: #FFFFFF;
  outline: none;
  font-size: 14px; }
.log-out-dropdown-view .logout-toolbar-view .logout-btn-view:hover {
  cursor: pointer; }
.log-out-dropdown-view .logout-toolbar-view .logout-btn-view:active {
  background-color: #0099FF;
  cursor: pointer; }
.log-out-dropdown-view .logout-toolbar-view .logout-btn-view .icon-size {
  font-size: 15px; }
.log-out-dropdown-view .logout-toolbar-dropdown-list-view {
  min-width: 120px;
  max-width: 320px;
  height: auto;
  background-color: #FFFFFF;
  color: #434343;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  margin-top: 5px;
  position: absolute;
  z-index: 100; }
.log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view {
  z-index: 100;
  padding: 0;
  margin: 10px 0; }
.log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view .log-out-li-view {
  padding: 5px 10px;
  list-style: none;
  outline: none; }
.log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view .log-out-li-view .list-icon-view {
  color: #91949C; }
.log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view .log-out-li-view:hover {
  background-color: var(--bg-color);
  color: #FFFFFF !important;
  cursor: pointer; }
.log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view .log-out-li-view:hover .list-icon-view {
  color: #FFFFFF; }
.log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view .log-out-li-view:hover span {
  color: #FFFFFF; }
.log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view .logout-list-view {
  padding: 5px 10px;
  list-style: none;
  outline: none; }
.log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view .logout-list-view .list-icon-view {
  color: #91949C; }
.log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view .logout-list-view:hover {
  background-color: #E80000;
  color: #FFFFFF;
  cursor: pointer; }
.log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view .logout-list-view:hover .list-icon-view {
  color: #FFFFFF; }
.log-out-dropdown-view .logout-toolbar-dropdown-list-view .log-out-ul-view .logout-list-view i {
  margin-right: 4px; }
