body {
  line-height: 1.15;
  font-size: 0.5rem;
  margin: 0;
  padding: 0;
  background-color: hsla(227, 67%, 16%, 1.00);
}

* {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

.viewport {
  /* 限定大小 */
  min-width: 1024px;
  max-width: 1920px;
  min-height: 1080px;
  margin: 0 auto;
  background: url(../images/logo.png) no-repeat 0 0 / contain;
  display: flex;
  justify-content: space-between;
  padding: 3.667rem 0.833rem 0;
}

.column {
  /* flex: 3; */
  width: 30%;
  position: relative;
}

.column:nth-child(2) {
  /* flex: 4; */
  width: 37%;
  margin: 1.333rem 0.833rem 0;
}

.panel {
  /* 边框 */
  box-sizing: border-box;
  border: 2px solid red;
  border-image: url(../images/border.png) 51 38 21 132;
  border-width: 2.125rem 1.583rem 0.875rem 5.5rem;
  position: relative;
  margin-bottom: 0.833rem;
}

.panel .inner {
  /* 装内容 */
  /* height: 60px; */
  position: absolute;
  top: -2.125rem;
  right: -1.583rem;
  bottom: -0.875rem;
  left: -5.5rem;
  padding: 1rem 1rem;
}

.moshe {
  width: 100%;
  height: 100%;
  background-image: url(/images/bg.png);
  background-size: cover;
  position: relative;
  color: #fff;
}

.lou {
  width: 100%;
  height: 50rem;
  /* height:  */
  /* position: relative; */
  /* overflow: hidden; */
  overflow-y: scroll;
  /* display: none; */
}

.conont {
  width: 100%;
  padding-top: 0.7rem;
  box-sizing: border-box;
}

.cont_top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.cont_zh {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.cont_bot {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.lou_div {
  width: 4.4rem;
  height: 1.5rem;
  background-image: url(/images/100.png);
  background-size: cover;
  color: #fff;
  text-align: center;
  line-height: 2.4rem;
  margin-bottom: 1rem;
  margin-left: 0.2rem;
  cursor: pointer;
  position: relative;
  font-size: .5rem;
}

.lou_er {
  background-image: url(/images/888.png);
}

.lou_san {
  background-image: url(/images/110.png);
}

.lou_div1 {
  margin-bottom: 0.2rem;
}

.panel h3 {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* 概览区域 */
.overview {
  height: 4.583rem;
}

.overview1 {
  height: 7.583rem;
}

.overview .inner {
  display: flex;
  justify-content: space-between;
}

.overview .inner .item {
  width: 25%;
}

.overview .inner1 {
  display: block;
}

.overview .inner1 div {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}

.overview h4 {
  font-size: 1.167rem;
  padding-left: 0.2rem;
  color: #fff;
  margin-bottom: 0.333rem
}

.overview span {
  font-size: 0.67rem;
  color: #fff;
}

.num {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.num_div {
  width: 33%;
  font-size: 0.75rem;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
  cursor: pointer;
}

.num_div img {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.6rem;
}

.zuo {
  width: 1.02rem;
  height: 1.02rem;
  position: absolute;
  top: -0.6rem;
  left: 0px;
  z-index: 999;
}

.zuo_1 {
  top: -0.6rem;
  left: 1.3rem;
}

.zuo_2 {
  top: -0.6rem;
  left: 2.5rem;
}

.zuo_3 {
  top: 0.2rem;
  left: 0px;
}

.zuo_4 {
  top: 0.2rem;
  left: 1.3rem;
}

.zuo_5 {
  top: 0.2rem;
  left: 2.5rem;
}

.vanguard {
  width: 15rem;
  position: fixed;
  top: 10rem;
  left: 2.0833rem;
  display: none;
}

.sentiment {
  width: 100%;
  color: #fff;
  font-size: .82rem;
  cursor: pointer;
}

.sentiment:nth-child(2) {
  margin-top: .625rem;
}

.sentiment:nth-child(3) {
  margin-top: .625rem;
}

.sentiment:nth-child(4) {
  margin-top: .625rem;
}

.sentiment:nth-child(5) {
  margin-top: .625rem;
}

.sentiment p:first-child {
  width: 100%;
  padding: .4167rem .8333rem;
  background-color: #000;
  box-sizing: border-box;
}

.sentiment p:last-child {
  width: 100%;
  background-color: #DC143C;
  color: #000;
  padding: .625rem 1.25rem;
  box-sizing: border-box;
  border-bottom-left-radius: .6667rem;
  border-bottom-right-radius: .6667rem;
}

.sentiment:nth-child(2) p:first-child {
  background-color: #FF00FF;
}

.sentiment:nth-child(3) p:first-child {
  background-color: #1E90FF;
}

.sentiment:nth-child(4) p:first-child {
  background-color: #FF0000;
}

.sentiment:nth-child(5) p:first-child {
  background-color: #DAA520;
}

.xinxi {
  width: 18%;
  position: fixed;
  top: 7.2rem;
  left: 50%;
  max-height: 48%;
  overflow: hidden;
  overflow-y: scroll;
  transform: translateX(-50%);
  display: none;
  z-index: 999;
  background-color: #fff;
  border-radius: .625rem;
}

/* .box为当前出现滚动条的容器 */
.xinxi::-webkit-scrollbar {
  display: none
}
.xin1 div {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  display: inline-block;
  width: 100%;
}
.xin1 {
  display: inline-block;
  width: 50%;
}
.user1 div {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  display: inline-block;
  font-size: 0.78rem;
}
.all {
  width: 24%;
  position: fixed;
  top: 7.2rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 999;
  border-radius: .625rem;
  background-color: #fff;
  padding: .4167rem .8333rem;
  box-sizing: border-box;
}

.all_type {
  width: 100%;
  /* text-align: center; */
  font-size: .82rem;
  font-weight: 700;
}

.zhize {
  font-size: .82rem;
  font-weight: 700;
  color: #1E90FF;
  margin-top: .8333rem;
}

.member {
  margin-top: 1.25rem;
}

.user_type {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: .8333rem;
}

.user_type div {
  width: 33%;
  text-align: center;
}

.user_type div span {
  display: block;
  font-size: .7rem;
}

.user_type div span:first-child {
  margin-bottom: .4167rem;
}

.xin {
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}

.xin img {
  width: 100px;
  height: 100px;
  margin-top: 0.8rem;
}

.user {
  width: 100%;
  padding: 0 .8333rem;
  box-sizing: border-box;
  font-size: 0.78rem;
  color: #333;
}

.user p {
  padding: .4167rem 0;
  box-sizing: border-box;
  border-bottom: 1px dashed #666;
}

.user p {
  display: flex;
  justify-content: space-between;
}
.user div {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.zhuang {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.56rem;
}

.fang {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-size: 0.67rem;
}

.fang div {
  width: 33%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}

/* 监控 */
.monitor {
  height: 20rem;
}

.monitor .inner {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
}

.monitor .tabs {
  padding: 0 1.5rem;
  margin-bottom: 0.75rem;
}

.monitor .tabs a {
  color: #1950c4;
  font-size: 0.75rem;
  padding: 0 1.125rem;
}

.monitor .tabs a:first-child {
  border-right: 0.083rem solid #00f2f1;
  padding-left: 0;
}

.monitor .tabs a.active {
  color: #fff;
}

.monitor .content {
  flex: 1;
  display: none;
  position: relative;
}

.monitor .head {
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.583rem;
  padding: 0.5rem 1.5rem;
  color: #68d8fe;
  display: flex;
  justify-content: space-between;
  line-height: 1.05;
}

.col:nth-child(1) {
  width: 3.2rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.col:nth-child(2) {
  width: 8.4rem;
  text-align: center;
  /* 不换行  一行省略*/
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  color: #fff;
  text-overflow: ellipsis;
}

.col:nth-child(3) {
  width: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.col:nth-child(4) {
  width: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.monitor .marquee-view {
  position: absolute;
  top: 1.6rem;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.monitor .row {
  line-height: 1.05;
  padding: 0.5rem 1.5rem;
  color: #61a8ff;
  font-size: 0.5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.monitor .row:hover {
  color: #68d8ff;
  background: rgba(255, 255, 255, 0.1);
}

.monitor .row:hover .icon-dot {
  opacity: 1;
}

.monitor .icon-dot {
  position: absolute;
  left: 0.64rem;
  opacity: 0;
}

.monitor .marquee-view {
  position: absolute;
  top: 1.6rem;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.monitor .row {
  line-height: 1.05;
  padding: 0.5rem 1.5rem;
  color: #61a8ff;
  font-size: 0.5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.monitor .row:hover {
  color: #68d8ff;
  background: rgba(255, 255, 255, 0.1);
}

.monitor .row:hover .icon-dot {
  opacity: 1;
}

.monitor .icon-dot {
  position: absolute;
  left: 0.64rem;
  opacity: 0;
}

/* 动画 */
@keyframes scroll-top {
  0% {}

  100% {
    transform: translateY(-50%);
  }
}

.monitor .marquee {
  animation: scroll-top 15s linear infinite;
}

.monitor .marquee:hover {
  animation-play-state: paused;
}

/* 点位 */
.point {
  height: 16.167rem;
}

.point .chart {
  display: flex;
  /* margin-top: 1rem; */
  justify-content: space-between;
}

.point .pie {
  width: 13rem;
  height: 12rem;
  margin-left: -0.4rem;
}

.point .data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 7rem;
  padding: 1rem 0.4rem;
  box-sizing: border-box;
  background-image: url(../images/rect.png);
  background-size: cover;
}

.point h4 {
  margin-bottom: 0.5rem;
  font-size: 1.167rem;
  color: #fff;
}

.point span {
  /* display: block; */
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
}

/* 地图  */
.map {
  /* height: 24.1rem; */
  /* height: 98%; */
  margin-bottom: 0.833rem;
  display: flex;
  flex-direction: column;
}

.map h3 {
  line-height: 1;
  padding: 0.667rem 0;
  margin: 0;
  font-size: 0.833rem;
  color: #fff;
}

.map .icon-cube {
  color: #68d8fe;
}

.map .chart {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.05);
}

.map .geo {
  width: 100%;
  height: 100%;
}

/* 用户模块 */
.users {
  height: 29rem;
  display: flex;
  border-width: 2.125rem 1.583rem 0.875rem 5rem;
}

.users .chart {
  display: flex;
  margin-top: 0.5rem;
}

.users .inner {
  padding: 0.5rem 1rem;
}

.users .bar {
  width: 24.5rem;
  height: 10rem;
}

.users .data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 7rem;
  padding: 1.5rem 1.25rem;
  box-sizing: border-box;
  background-image: url(../images/rect.png);
  background-size: cover;
}

.users h4 {
  margin-bottom: 0.5rem;
  font-size: 1.167rem;
  color: #fff;
}

.users span {
  display: block;
  color: #4c9bfd;
  font-size: 0.667rem;
}

/* 订单 */
.order {
  height: 6.167rem;
}

.order .filter {
  display: flex;
}

.order .filter a {
  display: block;
  height: 0.75rem;
  line-height: 1;
  padding: 0 0.75rem;
  color: #1950c4;
  font-size: 0.75rem;
  border-right: 0.083rem solid #00f2f1;
}

.order .filter a:first-child {
  padding-left: 0;
}

.order .filter a:last-child {
  border-right: none;
}

.order .filter a.active {
  color: #fff;
  font-size: 0.833rem;
}

.order .data {
  display: flex;
  margin-top: 0.833rem;
}

.order .item {
  width: 50%;
}

.order h4 {
  font-size: 1.167rem;
  color: #fff;
  margin-bottom: 0.417rem;
}

.order span {
  display: block;
  /* color: #4c9bfd; */
  color: #fff;
  font-size: 0.667rem;
}

/* 销售区域 */
.sales {
  height: 10.333rem;
}

.sales .caption {
  display: flex;
  line-height: 1;
}

.sales h3 {
  height: 0.75rem;
  padding-right: 0.75rem;
  border-right: 0.083rem solid #00f2f1;
}

.sales a {
  padding: 0.167rem;
  font-size: 0.667rem;
  margin: -0.125rem 0 0 0.875rem;
  border-radius: 0.125rem;
  color: #0bace6;
}

.sales a.active {
  background-color: #4c9bfd;
  color: #fff;
}

.sales .inner {
  display: flex;
  flex-direction: column;
}

.sales .chart {
  flex: 1;
  padding-top: 0.6rem;
  position: relative;
}

.sales .label {
  position: absolute;
  left: 1.75rem;
  top: 0.75rem;
  color: #4996f5;
  font-size: 0.583rem;
}

.sales .line {
  width: 100%;
  height: 100%;
}


/* 渠道区块 */
.wrap {
  display: flex;
}

.channel,
.quarter {
  flex: 1;
  height: 27rem;
}

.channel {
  /* margin-right: 0.833rem; */
}

.channel .data {
  overflow: hidden;
}

.channel .item {
  margin-top: 0.85rem;
}

.channel .item:first-child {
  float: left;
}

.channel .item:last-child {
  float: right;
}

.channel h4 {
  color: #fff;
  font-size: 1.333rem;
  margin-bottom: 0.2rem;
}

.channel .bar1 {
  width: 100%;
  height: 13.6rem;
}

.renyuan {
  color: #fff;
  font-size: 0.86rem;
  margin-top: 3.4rem;
  width: 100%;
  font-weight: 700;
  text-align: center;
}

.renyuan div {
  width: 100%;
  line-height: 1.5rem;
}

.channel small {
  font-size: 50%;
}

.channel span {
  display: block;
  color: #4c9bfd;
  font-size: 0.583rem;
}

/* 季度区块 */
.quarter .inner {
  display: flex;
  flex-direction: column;
  margin: 0 -0.25rem;
}

.quarter .chart {
  flex: 1;
  padding-top: 0.75rem;
}

.quarter .box {
  position: relative;
}

.quarter .label {
  transform: translate(-50%, -30%);
  color: #fff;
  font-size: 1.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
}

.quarter .label small {
  font-size: 50%;
}

.quarter .gauge {
  height: 3.5rem;
}

.quarter .data {
  display: flex;
  justify-content: space-between;
}

.quarter .item {
  width: 50%;

}

.item i {
  display: inline-block;
}

.quarter h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.quarter span {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4c9bfd;
  /* font-size: 0.75rem; */
}

/* 排行榜 */
.top {
  height: 11.8rem;
}

.top .inner {
  display: flex;
}

.top .all {
  display: flex;
  flex-direction: column;
  width: 7rem;
  color: #4c9bfd;
  font-size: 0.6rem;
  vertical-align: middle;
}

.top .all ul {
  padding-left: 0.5rem;
  margin-top: 0.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.top .all li {
  overflow: hidden;
}

.top .all [class^="icon-"] {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.top .province {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.top .province i {
  padding: 0 0.5rem;
  margin-top: 0.208rem;
  float: right;
  font-style: normal;
  font-size: 0.583rem;
  color: #0bace6;
}

.top .province s {
  display: inline-block;
  transform: scale(0.8);
  text-decoration: none;
}

.top .province .icon-up {
  color: #dc3c33;
}

.top .province .icon-down {
  color: #36be90;
}

.top .province .data {
  flex: 1;
  display: flex;
  margin-top: 0.6rem;
}

.top .province ul {
  flex: 1;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.top .province ul li {
  display: flex;
  justify-content: space-between;
}

.top .province ul span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top .province ul.sup {
  font-size: 0.583rem;
}

.top .province ul.sup li {
  color: #4995f4;
  padding: 0.5rem;
}

.top .province ul.sup li.active {
  color: #a3c6f2;
  background-color: rgba(10, 67, 188, 0.2);
}

.top .province ul.sub {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 0.5rem;
  background-color: rgba(10, 67, 188, 0.2);
}

.top .province ul.sub li {
  color: #52ffff;
  padding: 0.417rem 0.6rem;
}

.clock {
  position: absolute;
  top: -1.5rem;
  right: 1.667rem;
  font-size: 0.833rem;
  color: #0bace6;
}

.clock i {
  margin-right: 5px;
  font-size: 0.833rem;
}

@media screen and (max-width: 1600px) {
  .top span {
    transform: scale(0.9);
  }

  .top .province ul.sup li {
    padding: 0.4rem 0.5rem;
  }

  .top .province ul.sub li {
    padding: 0.23rem 0.5rem;
  }

  .quarter span {
    transform: scale(0.9);
  }
}