body{
  line-height: 1.15;
  font-size: 0.5rem;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 0 0 / cover;
  background-color: #101129;
}
*{
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul{
  list-style: none;
}
a{
  text-decoration: none;
}
.viewport {
  /* 限定大小 */
  min-width: 1024px;
  max-width: 1920px;
  min-height: 780px;
  margin: 0 auto;
  background: url(../images/logo.png) no-repeat 0 0 / contain;
  display: flex;
  padding: 3.667rem 0.833rem 0;
}
.column{
  flex: 3;
  position: relative;
}
.column:nth-child(2){
  flex: 4;
  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 1.5rem;
}
.panel h3{
  font-size: 0.833rem;
  color: #fff;
}
/* 概览区域 */
.overview{
  /*height: 4.583rem;*/
  height: 10.583rem;
}
.overview .inner{
  display: flex;
  justify-content: space-between;
}
.overview h4{
  font-size: 1.167rem;
  padding-left: 0.2rem;
  color: #fff;
  margin-bottom: 0.333rem
}
.overview span{
  font-size: 0.667rem;
  color: #4c9bfd;
}
/* 监控 */
.monitor{
  /*height: 20rem;*/
  height:14rem;
}
.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:nth-child(2){
  border-right: 0.083rem solid #00f2f1;
}

.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;
}
.monitor .col:nth-child(1) {
  width: 3.2rem;
}
.monitor .col:nth-child(2) {
  /*width: 8.4rem;*/
  width: 14.4rem;
  /* 不换行  一行省略*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.monitor .col:nth-child(3) {
  width: 3.2rem;
}
.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;*/
  font-size: 0.6rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.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;*/
  font-size: 0.6rem;
  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 row{
  0%{}
  100%{
    transform: translateY(-50%);
  }
}
/* 调用动画 */
.monitor .marquee {
  /* //infinite永久调用动画 */
  animation: row  10s linear infinite;
}
/*鼠标划入 停止动画  */
.monitor .marquee:hover {
  animation-play-state: paused;
}
/* 点位 */
.point {
  height: 14.167rem;
  /*height: 16.567rem;*/
}
.point .chart {
  display: flex;
  margin-top: 1rem;
  justify-content: space-between;
}
.point .pie {
  width: 13rem;
  height: 10rem;
  /*height: 12rem;*/
  margin-left: -0.4rem;
}
.point .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;
}
.point h4 {
  margin-bottom: 0.5rem;
  font-size: 1.167rem;
  color: #fff;
}
.point span {
  display: block;
  color: #4c9bfd;
  font-size: 0.667rem;
}
/* 地图  */
.map {
  /*height: 24.1rem;*/
  height: 23rem;
  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);
  border-radius: 10px;
  overflow: hidden;
}
.map .geo {
  width: 100%;
  height: 100%;
}
/* 用户模块 */
.users {
  height: 14.167rem;
  /*height: 10.167rem;*/
  display: flex;
}
.users .chart {
  display: flex;
  /*margin-top: 1rem;*/
  margin-top: 0.2rem;
}
.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;*/
  height: 10.583rem;
}
.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;*/
  margin-top: 1.933rem;
}
.order .item {
  width: 50%;
}
.order h4 {
  font-size: 1.167rem;
  color: #fff;
  margin-bottom: 0.417rem;
}
.order span {
  display: block;
  color: #4c9bfd;
  font-size: 0.667rem;
}
/* 销售区域 */
.sales {
  /*height: 10.333rem;*/
  height: 14rem;
}
.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: 9.667rem;*/
  height: 6.667rem;
}
.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 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%;
}
.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.583rem;
}
/* 排行榜 */
.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;
  cursor: pointer;
}
.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;
  cursor: pointer;
}
.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);
  }
}


/*l轮播图*/
.swiper-container{
  /*border: 1px solid #e71111;*/
  position: absolute;
  /*top: -1.65rem;*/
  top: -0.15rem;
  right: -1.10rem;
  bottom: -0.175rem;
  left: -4.5rem;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-slide {
  /*text-align: center;*/
  font-size: 18px;
  background:#080A20;
  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;*/
  cursor: pointer;
  color:#fff;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hotgoods{
  padding: 0.5rem 0;
  position: absolute;
  top: -2rem;
  left: -4.35rem
}

.orderTongji{
  padding: 0.5rem 0;
  position: absolute;
  top: -2rem;
  left: -4.15rem;
}

/*弹框*/
.modal.fade.in {
  top: 10%;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}
.fade.in {
  opacity: 1;
}
.modal {
  border-radius: 5px;
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 10%;
  left: 10%;
  z-index: 1050;
  width: 80%;
  background-color: #ffffff;
  border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  display: none;
}
.modal-header {
  padding: 5px 10px;
  background: #E1E6F0;
}
.modal-header .close {
  margin-top: 2px;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity = 20);
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  max-height: 600px;
  padding: 15px;
  overflow-y: auto;
}
.modal-body .setting-item{
  text-align: center;
}
.modal-body .setting-item img{
  max-width: 100%;
}
.modal-footer {
  border-radius: 0;
}
.modal-footer {
  padding: 10px 10px 10px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.btn-common-white, .btn-common {
  outline: none;
  line-height: 20px;
  display: inline-block;
}
.btn-big {
  padding: 5px 20px !important;
}
.btn-common-cancle, .btn-common-cancel {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #126AE4;
  color: #fff;
  cursor: pointer;
}

/* 当前数据  */
.NowData {
  height: 15.4rem;
  /*display: flex;*/
  /*flex-direction: column;*/
  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;
}
.NowData h3 {
  font-size: 0.833rem;
  color: #fff;
}
.now_data_chart{
  /*background:url("/template/shop/blue/public/dp/images/xx.png");*/
  /*background-size:100% auto;*/
  /*background-repeat:no-repeat;*/
  /*height: 100%;*/
  /*border-radius: 15px;*/
  position: absolute;
  top: -2.125rem;
  right: -1.583rem;
  bottom: -0.875rem;
  left: -5.5rem;
  padding: 1rem 1.5rem;
}
.now_data_chart .leiji{
  /*height: 30px;*/
  /*line-height: 30px;*/
  font-size: 0.833rem;
  color: #fff;
  text-align: center;
}
.now_data_chart .jine{
  /*height: 3rem;*/
  /*line-height: 3rem;*/
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-weight: 800;
}
.now_data_chart .one_tr{
  /*height: 30px;*/
  /*line-height: 30px;*/
  color: #fff;
  text-align: center;
  margin-top:1rem;
}
.now_data_chart .one_tr div{
  width:20%;
  float:left;
  text-align: center;
  font-size: 0.8rem;
  overflow: hidden;
  /*height: 30px;*/
}

.now_data_chart .three_tr{
  /*height: 30px;*/
  /*line-height: 30px;*/
  color: #fff;
  text-align: center;
  margin-top: 4.5rem;
}
.now_data_chart .three_tr div{
  width:20%;
  float:left;
  text-align: center;
  font-size: 0.8rem;
  overflow: hidden;
  /*height: 30px;*/
}

.now_data_chart .two_tr{
  /*height: 30px;*/
  /*line-height: 30px;*/
  color: #fff;
  text-align: center;
}
.now_data_chart .two_tr div{
  width:20%;
  float:left;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.now_data_chart .four_tr{
  /*height: 30px;*/
  /*line-height: 30px;*/
  color: #fff;
  text-align: center;
}
.now_data_chart .four_tr div{
  width:20%;
  float:left;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.small_text{
  font-size: 0.88rem;
}



/*左侧渠道*/
.left_channel {
  /*border: 1px solid red;*/
  width: 50%;
  margin: 0 auto;
  /*border-image: url(../images/border.png) 51 38 21 132;*/
  /*border-width: 2.125rem 1.583rem 0.875rem 2.5rem;*/
  margin-top: 20px;
}
.left_channel .data {
  overflow: hidden;
}
.left_channel .item {
  margin-top: 0.85rem;
}
.left_channel .item:first-child {
  float: left;
}
.left_channel .item:last-child {
  float: right;
}
.left_channel h4 {
  color: #fff;
  font-size: 1.888rem;
  margin-bottom: 0.2rem;
}
.left_channel small {
  /*font-size: 50%;*/
  font-size: 0.88rem;
}
.left_channel span {
  display: block;
  color: #4c9bfd;
  font-size: 0.683rem;
}
/* 左侧季度区块 */
.left_quarter{
  width: 50%;
  margin: 0 auto;
  margin-top: 9%;
}

.left_quarter .data {
  display: flex;
  justify-content: space-between;
}
.left_quarter .item {
  width: 50%;
}
.left_quarter h4 {
  color: #fff;
  font-size: 1.88rem;
  margin-bottom: 0.4rem;
}
.left_quarter span {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4c9bfd;
  font-size: 0.683rem;
}