/* 控制台样式 */
.container {
  padding: 20px 20px 0 0;
  overflow: hidden auto;
  box-sizing: content-box;
}

section:not(:last-child) {
  margin-bottom: 20px;
}

.left {
  width: 808px;
  border-radius: 4px;
}

.right {
  flex: 1;
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 4px;
  margin-left: 20px;
}

.right .section-title {
  border: none;
}

.right .section-title a {
  font-size: 12px;
  color: #37447e;
}

.right .section-content {
  flex: 1;
  padding: 0 16px;
  overflow: hidden;
}

.right .section-content > img {
  width: 100%;
  height: 126px;
  margin-bottom: 16px;
  background-color: #c6c9d3;
}

.right .section-content .img-wrap {
  display: flex;
  align-items: center;
  padding: 16px 0;
  margin-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}

.right .section-content .img-wrap .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
  padding-left: 20px;
}

.right .section-content .img-wrap .desc {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  padding-left: 20px;
}

.right .section-content .list .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.total-info {
  height: 357px;
}

.swiper-wrap {
  width: 100%;
  height: 191px;
  background-color: #c6c9d3;
  border-radius: 4px;
  margin-bottom: 20px;
}

.card-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-info {
  width: 256px;
  height: 146px;
  background-color: #ffffff;
  border-radius: 4px;
}

.card-info .card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}

.card-info .card-content img {
  width: 48px;
  height: 48px;
}

.card-info .key {
}

.card-info .value {
  font-family: din;
  font-size: 28px;
  font-weight: bold;
  margin-top: 8px;
}

.card-bottom {
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  font-size: 14px;
  color: #666666;
  border-top: 1px solid #e6e6e6;
  background: url('../../../static/images/home/right.png') no-repeat 95%/10px;
}

.company-data {
  position: relative;
  height: 457px;
  border-radius: 4px;
}

.company-data .layui-input,
.layui-select,
.layui-textarea {
  height: 32px;
  color: #333333;
}

.company-data .layui-btn:first-child {
  border: 1px solid rgba(217, 217, 217, 1);
}

.company-data .layui-btn-normal {
  color: #c0282f;
  border: 1px solid #c0282f !important;
}

.company-data .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

.company-data .right .section-content .img-container {
  position: relative;
}

.company-data .right .section-content .img-container .point {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 30px;
  transform-origin: 50% 25px;
  transition: transform 0.5s;
  background: url('../../../static/images/home/home_ic_zhizheng.png') no-repeat center bottom/ 10px auto;
  transform: translateX(-50%) rotate(-90deg);
}

.company-data .right .section-content .img-wrap.normal .status {
  color: #3db679;
}

.company-data .right .section-content .img-wrap.warn .status {
  color: #c0282f;
}

.company-data .right .section-content .img-container .percent {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-40%);
  font-size: 12px;
  color: #999999;
}

.company-data .right .section-content .img-wrap img {
  height: 55px;
}

.company-data .right .section-content .list .list-item {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
  background: url('../../../static/images/home/right.png') no-repeat right 80%/10px;
}

.company-data .right .section-content .list .list-item:not(:first-child) {
  margin-top: 11px;
}

.company-data .right .section-content .list .list-item .time {
  color: #999999;
}

.company-data .right .section-content .list .list-item .title {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 3px;
}

.company-data .company-report {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 48px;
  color: #333333;
}

.company-data .line-report-indication {
  position: absolute;
  top: 190px;
  left: 0;
  display: flex;
  padding-left: 60px;
  font-size: 12px;
  color: #999999;
}

.company-data .left .line-report-indication div {
  position: relative;
  padding: 0 20px 0 20px;
}

.company-data .left .line-report-indication div:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 2px;
  transform: translate(0, -50%);
  background: #6b43a1;
}

.company-data .left .line-report-indication div:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 2px;
  transform: translate(0, -50%);
  background: #00a8a4;
}

.company-data .left .line-report-indication div:nth-child(3)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 2px;
  transform: translate(0, -50%);
  background: #c0282f;
}

.company-data .company-report .value {
  font-family: 'din';
  font-size: 32px;
  font-weight: bold;
  margin-top: 12px;
}

.company-data .company-report .value img {
  width: 16px;
}

.section-title {
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}

.section-title span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.used-report {
  height: 756px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 4px;
}

.used-report .section-content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.used-report .section-content .report-data {
  position: absolute;
  right: 34px;
  top: 34px;
}

.used-report .report-data .total {
  width: 288px;
  height: 166px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(204, 204, 204, 1);
  box-sizing: border-box;
}

.used-report .report-data .total .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.used-report .report-data .detail {
  padding: 24px;
}

.used-report .report-data .detail .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.used-report .report-data .detail .title .value {
  font-size: 14px;
  color: #c0282f;
}

.used-report .report-data .total .data-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.used-report .report-data .total .data-content .value {
  margin-top: 20px;
  font-size: 24px;
  color: #333333;
}

.used-report .report-data .detail {
  width: 288px;
  height: 405px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(204, 204, 204, 1);
  box-sizing: border-box;
}

.box {
  display: flex;
  flex-direction: column;
}

.report {
  width: 100%;
  flex: 1;
}

.china-map {
  box-sizing: border-box;
  padding-right: 300px;
}

/* 轮播 */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}
