/* module-title-type2 标题样式2 */
.module-title-type2 {
  background: url(/images/style6/title-back1.png) no-repeat center / cover;
  height: 22px;
  text-align: center;
  width: 300px;
  margin: 30px auto;
}
.module-title-type2 div {
  font-weight: 600;
  font-size: 28px;
  color: var(--theme-color);
  width: 100%;
  text-align: center;
  line-height: 28px;
}

.hgzb-back {
  background: url(../../images/echarts/zhibiao-back.png) no-repeat bottom /
      contain,
    linear-gradient(180deg, #ffffff 0%, #fff9f3 43%, #fff5ed 100%);
  margin-bottom: -40px;
  padding-bottom: 100px;
}
#echarts-container {
  margin-top: -45px;
}
.echarts {
  width: 100%;
  height: 300px;
}
#charts-five,
#charts-eleven,
#charts-fifteen,
#charts-seventeen,
#charts-twenty-one {
  height: 500px;
}
/* #charts-eleven {
  height: 500px;
  color: rgb(223, 224, 225);
} */

.layui-form-select dl dd.layui-this {
  color: #e50113;
}

/* 按钮通用样式 */
.layui-type-primary {
  background-color: #e5011326;
  color: #e50113ff;
}
.layui-active {
  background-color: #e50113ff;
  color: #ffffffff;
}

/* tabs通用样式 */
.layui-tabs-header li {
  color: #00000080;
}
.layui-tabs-header .layui-this {
  font-size: 16px;
  font-weight: 600;
}
.layui-tabs-header .layui-this,
.layui-tabs-header li:hover {
  color: #e50113ff;
}
.layui-tabs-header .layui-this:after {
  border-color: #e50113ff;
}
.layui-tabs .layui-tabs-body {
  padding: 0;
}
.echarts-toolbar-five,
.echarts-toolbar-eight {
  border-bottom: 1px solid #d9d9d9aa;
}

.layui-input {
  border: 1px solid #d9d9d9ff;
}

/* 省份 */
.provinceText {
  font-size: 24px;
  font-weight: 500;
  color: #000000d9;
  text-align: center;
}

/* 卡片容器 */
#card-container {
  margin-top: 30px;
}
/* 4分卡片 */
#card-container .card-item-4:nth-child(1) {
  background: url(../../images/echarts/card-four-red.png) no-repeat top / 100%;
  padding-bottom: 49.15%;
}
#card-container .card-item-4:nth-child(2) {
  background: url(../../images/echarts/card-four-green.png) no-repeat top / 100%;
  padding-bottom: 49.15%;
}
#card-container .card-item-4:nth-child(3) {
  background: url(../../images/echarts/card-four-yellow.png) no-repeat top /
    100%;
  padding-bottom: 49.15%;
}
#card-container .card-item-4:nth-child(4) {
  background: url(../../images/echarts/card-four-blue.png) no-repeat top / 100%;
  padding-bottom: 49.15%;
}
/* 3分卡片 */
#card-container .card-item-3:nth-child(1) {
  background: url(../../images/echarts/card-three-red.png) no-repeat top / 100%;
  padding-bottom: 35.72%;
}
#card-container .card-item-3:nth-child(2) {
  background: url(../../images/echarts/card-three-green.png) no-repeat top /
    100%;
  padding-bottom: 35.72%;
}
#card-container .card-item-3:nth-child(3) {
  background: url(../../images/echarts/card-three-yellow.png) no-repeat top /
    100%;
  padding-bottom: 35.72%;
}
/* 2分卡片 */
#card-container .card-item-2:nth-child(1) {
  background: url(../../images/echarts/card-two-green.png) no-repeat top / 100%;
  padding-bottom: 13.63%;
}
#card-container .card-item-2:nth-child(2) {
  background: url(../../images/echarts/card-two-yellow.png) no-repeat top / 100%;
  padding-bottom: 13.63%;
}
/* 1分卡片 */
#card-container .card-item-1:nth-child(1) {
  background: url(../../images/echarts/card-one-red.png) no-repeat top / 100%;
  padding-bottom: 6.59%;
}
.content-value-container {
  line-height: 1;
}
#card-container .card-content {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.card-item-3 .card-content,
.card-item-4 .card-content {
  flex-direction: column;
}
.card-item-1 .card-content {
  padding: 25px 280px 25px 60px;
}
.card-item-2 .card-content {
  padding: 25px 140px 25px 60px;
}
.card-item-3 .card-content {
  padding: 25px 24px;
}
.card-item-4 .card-content {
  padding: 25px 8px;
}
#card-container .card-content-description {
  color: #000000;
  font-weight: 600;
}
.card-item-4 .card-content-description {
  font-size: 16px;
  line-height: 1.2;
}
.card-item-3 .card-content-description,
.card-item-2 .card-content-description,
.card-item-1 .card-content-description {
  font-size: 18px;
  line-height: 1;
}
.card-item-4 .card-content-value {
  font-size: 20px;
}
.card-item-3 .card-content-value {
  font-size: 24px;
}
.card-item-2 .card-content-value,
.card-item-1 .card-content-value {
  font-size: 22px;
}
.card-content-unit {
  color: #000000;
  margin-left: 8px;
}
.card-item-4 .card-content-unit {
  font-size: 14px;
}
.card-item-3 .card-content-unit {
  font-size: 18px;
}
.card-item-2 .card-content-unit,
.card-item-1 .card-content-unit {
  font-size: 16px;
}
.card-content-rate-description {
  color: #0000007d;
  font-size: 16px;
}
.card-content-rate-value {
  margin-left: 24px;
  color: #000000;
}
.card-item-2 .card-content-rate-value {
  font-size: 22px;
}
.card-item-3 .card-content-rate-value,
.card-item-1 .card-content-rate-value {
  font-size: 16px;
}
.card-item-2 .card-content-rate {
  line-height: 0.8;
}

.card-special-6 .card-content-rate span {
  font-size: 24px;
}
.card-special-6 .card-content-rate-value {
  margin-left: 0;
}
.card-special-6 .card-content-rate-value span:first-child {
  display: none !important;
}

/* 卡片表头年份 */
.card-header {
  height: 17px;
  border-radius: 0px 0px 3px 3px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  font-style: normal;
  padding: 0 7px;
  width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#card-container > div > div:nth-child(1) .card-header {
  background: #e5011326;
  color: #e50113;
}
#card-container > div > div:nth-child(2) .card-header {
  background: #2fcb9b2e;
  color: #00c298ff;
}
#card-container > div > div:nth-child(3) .card-header {
  background: #f9763a26;
  color: #f9763aff;
}
#card-container > div > div:nth-child(4) .card-header {
  background: #1677ff26;
  color: #1677ffff;
}
#card-container > div > div:nth-child(1) .card-header.two-card-header {
  background: #2fcb9b2e;
  color: #00c298ff;
}
#card-container > div > div:nth-child(2) .card-header.two-card-header {
  background: #f9763a26;
  color: #f9763aff;
}

/* 图表容器 */
.charts-container {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(229, 1, 19, 0.1);
  border-radius: 4px;
  padding: 20px;
}
.charts-container .echarts-toolbar:not(:first-child) {
  margin-top: 40px;
}
.charts-fourteen-container .echarts-toolbar,
.charts-nineteen .echarts-toolbar {
  margin-top: 40px;
}
.charts-five .echarts-toolbar {
  margin-top: 20px !important;
}
.charts-title {
  margin-bottom: 20px;
}
.charts-five,
.charts-eleven,
.charts-fourteen,
.charts-seventeen {
  padding-bottom: 32px;
}
.charts-twenty-one {
  padding-bottom: 12px;
}

.echarts-toolbar {
  display: flex;
  justify-content: space-between;
  height: 38px;
  align-items: center;
  margin-bottom: 20px;
}
.echarts-toolbar .title {
  font-size: 18px;
  font-weight: 500;
  color: #000000d9;
}
.echarts-toolbar .btn-group {
  display: flex;
}
.echarts-toolbar .btn-group .layui-btn-group {
  display: flex;
  margin-right: 12px;
}
.echarts-toolbar .btn-group .label {
  margin-bottom: 0;
}
.charts-title {
  font-size: 18px;
  font-weight: 500;
  color: #000000d9;
}

/* #charts-eight {
  overflow-y: scroll;
} */
#charts-eight table {
  width: 100%;
  /* table-layout: fixed; */
}
#charts-eight .table-row-hightlight {
  background-color: #e600120d;
}
#charts-eight .table-row-hightlight td {
  color: #e50113 !important;
}
#charts-eight .table-row-hightlight th {
  color: #e50113 !important;
}
#charts-eight table thead th {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #000000bf;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  padding: 3px 0;
  border-bottom: 1px solid #00000040;
}
#charts-eight table tbody td,
#charts-eight table tbody th {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #000000a6;
  line-height: 18px;
  text-align: center;
  font-style: normal;
  padding: 12px 0;
  border-bottom: 1px solid #00000010;
}
/* .table-body-container {
  height: calc(100% - 44px);
  overflow: auto;
} */

#charts-eight .col-1 {
  width: 10%;
}
#charts-eight .col-2 {
  width: 25%;
}
#charts-eight .col-3 {
  width: 40%;
}
#charts-eight .col-4 {
  width: 25%;
}

/* 首页模块 */
.module-threeteen {
}
.module-threeteen-title {
  position: relative;
}
.module-threeteen-more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color);
  font-style: normal;
}
.module-threeteen-container {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-gap: 8px;
  margin-top: 20px;
}
.module-threeteen-container .module-tab {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.module-threeteen-container .module-tab-item {
  background: #e5011326;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: var(--theme-color);
  line-height: 25px;
  text-align: center;
  font-style: normal;
  padding: 12px 0;
  cursor: pointer;
}
.module-threeteen-container .module-tab-item:not(:first-child) {
  /* margin-top: 2px; */
}
.module-threeteen-container .module-tab-item:hover,
.module-threeteen-container .module-tab-item.active {
  background-color: var(--theme-color);
  color: #ffffff;
}
.module-threeteen-content {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px #e501131a;
  border-radius: 4px;
}
.module-threeteen-content .echarts-toolbar {
  font-size: 18px;
  font-weight: 500;
  color: #000000d9;
  padding: 20px 0 0 20px;
}
