/*全局配置*/
* {
  padding: 0px;
  margin: 0px;
}

/* 设置滚动条整体宽度（即右侧滚动条的粗细） */
::-webkit-scrollbar {
  width: 6px;
  /* 控制右侧垂直滚动条的宽度（推荐 6px~8px） */
}






#data {
  width: 100%;
  height: 100%;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  color: #2c3e50;
}

body {
  background-color: #f5f5f5;
  zoom: 0.8; 
  /* 缩小到 80% */
}


/*头部部分开始*/

.data-header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  flex: 0 0 64px;

  z-index: 4000;
  border-bottom: 1px solid #e6e6e6;
}

.nav-header {
  position: relative;
  margin: 0 auto;
  width: 1440px;
  display: flex;
  justify-content: space-between;
  padding-top: 2px;
}

.nav-header>div {
  display: flex;
}

.data-header .logo {
  padding: 0 24px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #44b034;
  letter-spacing: 0;
  font-weight: 500;
}

a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  color: #000;
}

.logo>a>img {
  width: 138px;
  /* height: 40px; */
  margin-bottom: 21px;
}

.c-nav-menu {
  border-right: 1px solid #e6e6e6;
  position: relative;
  margin: 0;
  padding-left: 120px;
  /* background-color: #fff; */
  border-right: none;
  margin-bottom: 21px;
}

.c-nav-menu>.menu {
  float: left;
  height: 60px;
  line-height: 60px;
  margin: 0;
  color: #2c3e50;
}

.menu {
  height: 56px;
  font-size: 14px;
  padding: 0 20px;
  list-style: none;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
  color: #000;
  font-weight: normal;
}

.nav-header .c-opening {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-right: 24px; 
  margin-bottom: 21px;
}

.nav-header .c-opening img {
  margin: 5px;
}


.nav-header .c-opening a {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  color: #ab5e32;
}

img {
  border: 0;
  vertical-align: middle;
}

.nav-header .c-perfile {
  display: flex;
  align-items: center;
}

.nav-header .c-perfile .c-perfile-text {
  font-size: 14px;
  color: #333;
  margin-left: 8px;
}

.nav-header .c-perfile .c-perfile-img {
  width: 28px;
  height: 28px;
  line-height: 28px;
}


.c-perfile-text  .t2{
  font-size: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: center;
}
.c-perfile-text img{
  width: 18px;
  height: 18px;
  margin: 5px;
}
/*退出*/
.bar-content{
  display: inline-block;
  margin-top: 2px;
  margin-left: 50px;
  background: #eee;
  cursor: pointer;
}
.bar-content a{
  color: #999;
}
/*弹窗*/
.top {
  width: 234px;
  height: 39.5px;
  position: fixed;
  display: flex;
  z-index: 2025;
  text-align: center;
  top: -90px;
  /*30px 为导航栏高度*/
  left: 45%;
  /* 平滑效果 */
  transition: all 0.5s ease;
}
.top {
  transition: top 0.3s ease;
}
.top.show {
  top: 30px;
}
.top.hide {
  top: -90px;
}
.color {
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(49, 49, 77, 0.12);
  border: 1px solid #d8eafc;
  border-radius: 4px;
}

.img-elment {
  width: 16px;
  height: 16px;
  margin: 12px;
}

.txt-elment {
  margin: auto -4px;
  font-size: 14px;
  color: #39bf3e;
  line-height: 1;
}
/*头部部分结束*/
/*主部分开始*/
.el-main {
  /* background-color: red; */
  width: 100%;
  flex: 1;
  padding: 0;
}

.el-main {
  display: block;
  flex: 1;
  flex-basis: auto;
  padding: 20px;
}

.el-main .main-content-warp .el-aside {
  background-color: #fff;
  box-shadow: 2px 0 8px 0 rgba(41, 41, 41, .12);
  margin-right: 16px;
}

.el-main .main-content-warp .flexdd {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  padding-top: 70px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.el-main .main-content-warp {
  display: flex;
  width: 100%;
  height: 100%;
}

.el-main .main-content-warp .el-aside .m-sub-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  height: 64px;
  font-size: 16px;
  color: #333;
  letter-spacing: 0;
  font-weight: 400;
}

.el-main .main-content-warp .el-aside .m-sub-menu span {
  display: inline-block;
  width: 144px;
  line-height: 22px;
}

.el-menu {
  border-right: 1px solid #e6e6e6;
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 0;
  background-color: #fff;
}

.is-active {
  background-color: #dbffdc;
  border-right: 2px solid #39bf3e;
}

.main-content-warp .el-aside .el-menu .el-menu-item {
  height: 40px;
  line-height: 40px;
}

.el-menu-item {
  line-height: 56px;
  font-size: 14px;
  color: #303133;
  padding: 0 20px;
  list-style: none;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
}

.icon {
  width: 18px;
  height: 18px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.active {
  color: red;
}

/*中间内容区域*/
.main-content-body {
  flex: 1;
  height: 100%;
  width: 1100px;
}

.main-content.water-container {
  position: relative;
}

.main-content {
  /* background: red; */
  width: 100%;
  height: 890px;
  max-width: 1190px;
  min-width: 984px;
  margin: 0 auto;
  padding: 16px 0 48px;
}



.production .search—icon {
  background-color: rgb(255, 255, 255);
  margin-bottom: 16px;
  padding: 16px 24px 24px;
  border-radius: 8px;
  height: 508px;
  margin-top: 60px;
}

.search {
  display: flex;
  /* background: red; */
  height: 32px;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.item {
  margin-right: 16px;
  border-radius: 16px;
}

/*下*/
.chart_box {
  /* background: #39bf3e; */
  width: 1142px;
  height: 432px;
  position: absolute;
}

.chart_box {
  flex: 1;
}

/*下区域*/
/*上*/
.production .bazaar-table {
  margin-top: 20px;
  height: 305.400px;
  background-color: #fff;
  padding: 0 24px 0;
  border-radius: 8px;
}

.table {
  height: 56px;
  line-height: 56px;
  margin-bottom: 8px;
}

.table-title {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333;
  letter-spacing: 0;
  font-weight: 500;
}

/*中*/
.el-table-small {
  height: 160px;
  font-size: 12px;
}

.el-table-fit {
  border-right: 0;
  border-bottom: 0;
}

.el-table {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  flex: 1;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  font-size: 14px;
  color: #606266;
}

/* 表格样式 */
.el-table-small .sample-table {
  width: 100%;
  border-collapse: collapse;
  bottom: 100px;
}

.sample-table th,
.sample-table td {
  border: 1px solid #e0e0e0;
  padding: 9.2px 15px;
  text-align: center;
}

.sample-table th {
  background-color: #f5f5f5;
  color: #000;
  align-content: center;
  font-weight: 600;
}

.sample-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.sample-table tr:hover {
  background-color: papayawhip;
}

/*下*/
.table-foot {
  display: flex;
  justify-content: space-between;
  height: 72px;
  align-items: center;

}

.foot-left {
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
  font-weight: 500;
}

.foot-hot {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #999;
  letter-spacing: 0;
  font-weight: 500;
}

.pagination-container {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  /* margin-right: 120px; */
}

.pagination {
  display: flex;
  list-style: none;
  overflow: hidden;
}

.pagination li {
  margin: 0;
}

.ellipsis {
  font-size: 20px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: #7f8c8d;
}

.pagination a {
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pagination a:hover {
  background-color: #f8f9fa;
  color: #39bf3e;
}

.pagination a.active {
  /* background-color: #f8f9fa; */
  color: #39bf3e;
  border: none;
}

.pagination a.btn-active {
  /* background-color: #f8f9fa; */
  color: #c0c4cc;
  border: none;
  cursor: not-allowed;
}

.pagination a.disabled {
  color: #d1d1d1;
  pointer-events: none;
}

/*前端*/
.el-title {
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  box-sizing: border-box;
  margin-left: 28px;
  margin-top: 3px;
  font-weight: 400;
  color: #606266;
}

.input {
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  text-align: center;
  width: 40px;
  height: 20px;
}

input:focus {
  border-color: transparent;
  outline: none;
  animation: borderGlow 1.5s infinite alternate;
}

@keyframes borderGlow {
  0% {
    box-shadow: 0 0 0 2px rgba(100, 200, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 100, 200, 0.5);
  }
}

/*主部分结束*/