body{
    line-height: 0.8rem;
    font-size: 0.1rem;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 0 / cover;
    background-color: #101129;
}
.toast {
  position: fixed;
  z-index: 2000;
  left: 50%;
  top:45%;
  transition:all .5s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  border-radius: 5px;
  color:#FFF;
  background: rgba(17, 17, 17, 0.7);
  height: 2rem;
  line-height: 2rem;
  padding: 0 5rem;
  font-size: 0.8rem;
  max-width: 150px;
}
.s-middle{
  width: 1rem;
  height: 1rem;
  display: inline-block;
  float: right;
  background-color:whitesmoke;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
body select{
  font-size: 0.7rem;
  line-height: 1rem;
  height: 1rem;
  color: #fff;
  width: 7rem;
  background-color: rgb(16,17,41);
}
/*---滚动条*/
.badtop{
  float: left;
  width: 33.333%;
  /*top: -2.125rem;*/
  /*right: -1.583rem;*/
  /*bottom: -0.875rem;*/
  /*left: -5.5rem;*/
  padding: 1rem 1.5rem;
}
div::-webkit-scrollbar {/*滚动条整体样式*/
  width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
div::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #004EA1;
}
div::-webkit-scrollbar-track { /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}
/*----END----*/
*{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.viewport {
    /* 限定大小 */
    min-width: 1024px;
    max-width: 1920px;
    min-height: 90vh;
    max-height: 1080px;
    margin: 0 auto;
    background: url(../images/logonew.png) no-repeat 0 0 / contain;
    display: flex;
    padding: 3.667rem 0.833rem 0;
}
.column{
    flex: 1;
    position: relative;
}

.column:nth-child(2){
    flex: 3;
    margin: 1.333rem 0.833rem 0;
}
.column1{

  position: relative;
}
.column1: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 2.5rem;
    position: relative;
    margin-bottom: 0.833rem;
}
.panel1 {
  /* 边框 */

  position: relative;
  margin-bottom: 0.833rem;
  /*margin-top: 1.5rem;*/
}
.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;
  }
  .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: 35%;
  }
.monitor-content{
  height: 29%;
}

.monitor-content h4{
  font-size: 0.667rem;
  padding-left: 0.2rem;
  color: #68d8fe;
  margin-bottom: 0.333rem
}
  .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;
  }
  .tabs-time{
    display: inline-block;
    float: right
  }
  .tabs-time label{
    color: #fff;
    font-size: 0.75rem;
    margin-right: 0.5rem;
  }
  .monitor .tabs a:first-child{

	padding-left: 0;
  }

  .monitor .tabs a.active{
	color: #fff;
  }
  .monitor .content{
	flex: 1;
	display: none;
	position: relative;
  }
.monitor-bot .content{
  flex: 1;
  display: none;
  position: relative;
  font-size: 0.5rem;
}
.monitor-left{
  display: inline-block;
  float: left;
  padding: 0.5rem 1.5rem;
  width: 30%;
  border-right: 0.083rem solid #00f2f1;
}
.monitor-bot{
  height: 30%!important;
}
.monitor-right{
  display: inline-block;
  padding: 0 1.5rem;
  width: 70%;
}
.monitor-right progress{
  width: 12rem;
  height: 1rem;
}

.monitor-right-child .monitor-right-child-cl{
  color: #fff;
  line-height: 1.5rem;
}
.monitor-right-child .monitor-right-child-cl span{
  height: 1.2rem;
  line-height: 1.2rem;
}
.monitor-right-child-cle{
  color: rgb(252,119,18);
  line-height: 1.5rem;
}
.monitor-left-child .monitor-left-child-cl{
  color: #fff;
  line-height: 1.5rem;
}
 .monitor-left-child-cle{
  color: rgb(252,119,18);
   line-height: 1.5rem;
}
  .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: 6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .monitor .col:last-child {
	width: 7.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;
}
.s-top{
  margin-top: 1rem;
}
.s-left{
  display: inline-block;
  left: -5.5rem;
  margin-left: 1rem;
}
.s-right{
  position: absolute;
  top: -1rem;
  right: 0;
  margin-right: 0;
}
.s-right label{
  color: #fff;
  font-size: 0.75rem;
  margin-right: 0.5rem;
  padding: 0 5px 5px 0;

}
.s-left label{
  color: #fff;
  font-size: 0.75rem;
  margin-right: 0.5rem;
  padding: 0 5px 5px 0;

}
.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;
}
#middle-header{
  min-width: 1024px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0.833rem 0.833rem 0;
}
.middle-content{
  min-width: 1024px;
  max-width:98%;
  margin-left: 0.8rem;
  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 1.5rem;
  position: relative;
  margin-top: 0.833rem
}
.middle-common{
  height:0.5rem;
  display: inline-block;
}
.middle-left{
  width: 25%;
  color: #61ffff;
  font-size: 0.1rem;
  vertical-align: middle;
  line-height: 0.5rem;
  float: left;
}
.middle-right{
  width: 25%;
  color: #61ffff;
  font-size: 0.1rem;
  float: right;
  vertical-align: middle;
  line-height: 0.5rem;
}
#wrapper{
  position: relative;
  width: 48%;
}
#wrapper progress{
  width: 90%;
  height:2rem;
  display: block;
}


#wrapper span{
  width: 100%;
  height:1rem;
  font-size: 0.8rem;
  color:#ffffff;
  text-align:center;
  display: block;
}
.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;
}

/*右侧样式*/
/* 监控 */
.monitor-right-last{
  height: 100%;
}
.content-one{
  height: 100%;

}
[v-cloak]{
  display: none;
}
.content-two{
  height: 20%;
}
.monitor-right-last .inner{
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
}
.monitor-right-last .tabs{
  padding: 0 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}
.monitor-right-last .tabs a{
  color: #1950c4;
  font-size: 0.75rem;
  padding: 0 1.125rem;
}

.monitor-right-last .tabs a:first-child{

  padding-left: 0;
}

.monitor-right-last .tabs a.active{
  color: #fff;
}
.monitor-right-last .content-one{
  display: none;
  position: relative;

}
.monitor-right-last .content-two{
  flex: 1;
  display: none;
  position: relative;

}

.monitor-right-last .row:hover{
  color:#68d8ff;
  background: rgba(255, 255, 255, 0.1);
}
.monitor-right-last .row:hover .icon-dot{
  opacity: 1;
}

.monitor-right-last .icon-dot{
  position: absolute;
  left: 0.64rem;
  opacity: 0;
}
.monitor-right-last .marquee-view{
  position: absolute;
  top: 0rem;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
}

.monitor-right-last .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-right-last .row1{
  line-height: 1.05;
  padding: 0.5rem 1.5rem;
  color: #61a8ff;
  font-size: 0.5rem;
  position: relative;
  display: flex;
}
.monitor-right-last .row1:hover .icon-dot{
  opacity: 1;
}
.monitor-right-last .row-two{
  line-height: 1.05;
  padding: 0.5rem 1.5rem;
  color: #61a8ff;
  font-size: 0.5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.monitor-right-last .row:hover{
  color:#68d8ff;
  background: rgba(255, 255, 255, 0.1);
}
.monitor-right-last .row:hover .icon-dot{
  opacity: 1;
}

.monitor-right-last .icon-dot{
  position: absolute;
  left: 0.64rem;
  opacity: 0;
}

.monitor-right-last .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-right-last .col:nth-child(1) {
  width: 4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.monitor-right-last .col:nth-child(2) {
  width: 16em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.monitor-right-last .col:nth-child(3) {
  width: 6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*.col{*/
/*  border:1px solid white;*/
/*}*/
.monitor-right-last .col:nth-child(4) {
  width: 5em;
}
.monitor-right-last .col-el {
  white-space: nowrap;
  width: 5.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.monitor-right-last .col-el1 {
  width: 20.2rem;
  line-height: 1.2rem;
}
.monitor-right-last .col-el:nth-child(1) {
  width: 7.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.monitor-right-last .col:last-child {
  width: 3rem;
  /* 不换行  一行省略*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*-----END------*/

/* ------------------------------------------------------------动画 */
@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;
}
.point .chart {
  display: flex;
  margin-top: 1rem;
  justify-content: space-between;
}
.point .pie {
  width: 13rem;
  height: 10rem;
  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;
  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: 14.167rem;
  display: flex;
}
.users .chart {
  display: flex;
  margin-top: 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;
  font-size: 0.667rem;
}
/* 销售区域 */
.sales {
  height: 10.333rem;
}
.sales .caption {
  display: flex;
  line-height: 1;
}
.sales h3 {
  height: 0.75rem;
  padding-right: 0.75rem;

}
.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;
}
#avtar{
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.sales .chart {
  flex: 1;
  padding-top: 0.6rem;
  position: relative;
}
.sales .label {
  position: absolute;
  left: 1.75rem;
  top: 0.75rem;
  color: #4996f5;
  font-size: 1px;
}
.sales .line {
  width: 100%;
  height: 100%;
}
.dropdown-menu{
  position: absolute;
  right: 0;
  left: auto;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
  background-color: #f0f0f1;
  z-index:9999
}
 .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
   background-color: #222d32;
}
.dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}
.dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
 .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}

.btn {
  float: right !important;
  display: inline-block;
  margin-bottom: 0.25rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 3px;
  line-height: 0.5rem;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.alltitle {
  font-size: 5px;
  color: #fff;
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
.navboxall {
  height: calc(100% - 30px);
}
.table1 th {
  border-bottom: 1px solid rgba(255,255,255,.2);
  font-size: 0.1rem;
  line-height:0.5rem;
  color: rgba(255,255,255,.6);
  font-weight: normal;
  padding: 0 0 10px 0;
}
.table1 td {
  font-size: 1px;
  color: rgba(255,255,255,.4);
  padding: 10px 0 0 0;
  text-align: center;
}
.table1 span {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 3px;
  display: block;
  background: #878787;
  color: #fff;
  line-height:0.8rem;
  text-align: center;
}
.table1 tr:nth-child(2) span{ background: #ed405d}
.table1 tr:nth-child(3) span{ background: #f78c44}
.table1 tr:nth-child(4) span{ background: #49bcf7}
.line2 ,.line1 ,.line3 ,.line4 {
  width: 170px;
  height: 110px;
}
.boxall{
  margin-top: -8px;
  height:115px;
  margin-left: -1rem;
}
.line-one {
  margin-top: -2rem;
  margin-bottom: 2rem;
  height:6.8rem;
  width: 100%;
}
/* 渠道区块 */
.wrap {
  display: flex;
}
.channel,
.quarter {
  flex: 1;
  height: 9.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;
}
 .inner1 {
   position: absolute;

   left: -1.5rem;
}


.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table:first-child{
  margin-top: -30px !important;
}

.table {
  margin-left: -16px;
  margin-bottom: 1px !important;
}
 .table thead {
  background-color: #3490ba;
}
.table thead tr {
  border: none !important;
}
.table>thead>tr>th {
  /*vertical-align: bottom;*/
  color: #fff;
  /*border-bottom: 2px solid #ddd;*/
}
.table tbody tr {
  border-bottom: 1px #3490ba solid;
}
.table td {
  padding: 0 !important;
  font-size: 1px;
  line-height: 20px !important;
  margin: 0 !important;
  box-sizing: border-box;
  text-align: center;
  /*-webkit-transform: scale(0.8);*/
  /*border: 1px #fff solid !important;*/
  color: #fff;
}



.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;
}
.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);
  }
}


* {box-sizing: border-box}

.container {
  width: 100%;
  background-color: #ddd;
}

.skills {
  text-align: right;
  padding-right: 20px;
  line-height: 40px;
  color: white;
}