@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
body {
  padding: 0px;
  margin: 0px;
  color: #222;
  font-family: 华文中宋;
}

body {
  color: #666;
  font-size: 16px;
}

.divContent {
  position: absolute;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-attachment: fixed;
  background-color: rgba(19, 31, 55, 0.8);
}
/*自己得滚动条*/ /*div加class=my_scroll*/
.divContent::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
.divContent::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #131f37;
  background: #144b84;
}
.divContent::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px #131f37;
  border-radius: 10px;
  background: #102138;
}

li {
  list-style-type: none;
}

table {
}

i {
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
}

img {
  border: none;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #399bff;
}

a.active,
a:focus {
  outline: none !important;
  text-decoration: none;
}

ol,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

a:hover {
  color: #06c;
  text-decoration: none !important;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: ' ';
}

.clearfix:after {
  clear: both;
}

.pulll_left {
  float: left;
}

.pulll_right {
  float: right;
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 16px;
  z-index: 100000000;
  width: 100%;
  height: 100%;
  background: rgba(28, 35, 73, 0.9);
  text-align: center;
}

.loadbox {
  position: absolute;
  width: 300px;
  height: 270px;
  color: rgba(255, 255, 255, 0.6);
  left: 50%;
  top: 50%;
  margin-top: -170px;
  margin-left: -135px;
}

.loadbox img {
  margin: 10px auto;
  display: block;
  width: 240px;
  height: 240px;
}

.head {
  height: 105px;
  background: url(../img/head_bg.png) no-repeat center center;
  position: relative;
  z-index: 99;
}

.head h1 {
  color: #fff;
  text-align: center;
  background-image: url(../img/titlecss.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 30% 30%;
  font-size: 2.3rem;
  line-height: 90px;
  letter-spacing: 0.4rem;
}

.head h1 img {
  width: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.weather {
  position: absolute;
  right: 30px;
  top: 0;
  line-height: 70px;
}

.weather span {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 24px;
}

.mainbox {
  padding: 10px 20px 0 20px;
}

.mainbox > ul {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}

.mainbox > ul > li {
  float: left;
  padding: 0 0.4rem;
}

.mainbox > ul > li {
  width: 24%;
}

.mainbox > ul > li:nth-child(2) {
  width: 52%;
}

.boxall {
  padding: 15px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 15px;
  z-index: 10;
}

.alltitle {
  font-size: 18px;
  color: #fff;
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
}

.alltitle:before {
  width: 5px;
  height: 20px;
  top: 2px;
  position: absolute;
  content: '';
  background: #49bcf7;
  border-radius: 20px;
  left: 0;
}

.navboxall {
  height: calc(100% - 30px);
}

.num {
  height: 100%;
  width: 40%;
}
.zhibiao {
  height: 100%;
  width: 60%;
}

.zb1,
.zb2,
.zb3,
.zb4 {
  float: left;
  width: 33.3333%;
  height: 100%;
}

#zb1,
#zb2,
#zb3,
#zb4 {
  height: calc(100% - 30px);
}

#echart2 {
  height: 240px;
}

.zhibiao span {
  padding-top: 20px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.num {
  padding-right: 20px;
}

.numbt {
  font-size: 24px;
  color: #fff;
  padding-top: 14px;
}

.numbt span {
  font-size: 18px;
  padding-left: 10px;
  color: #fff;
}

.numtxt {
  color: #66b8a7;
  font-size: 80px;
  font-family: arial;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  padding: 10px 0;
  margin: 46px 0;
  font-weight: bold;
  letter-spacing: 2px;
}

.numtxt-unit {
  color: #66b8a7;
  font-size: 40px;
  font-family: arial;
  font-weight: bold;
  letter-spacing: 2px;
}


.table1 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
  padding: 0 0 10px 0;
}

.table1 td {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  padding: 15px 0 0 0;
}

.table1 span {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  display: block;
  background: #878787;
  color: #fff;
  line-height: 24px;
  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;
}

.iconchart li {
  height: 30px;
}

.iconchart label {
  color: #fff;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  opacity: 0.8;
}

.iconchart label img {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.4;
}

.iconchart .bar {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 78%;
  height: 20px;
  padding: 2px;
  position: relative;
  top: 5px;
}

.iconchart .bar span {
  background: linear-gradient(to right, #588fab, #5ea99c);
  display: block;
  width: 60%;
  height: 100%;
  animation: myfirst2 1s ease;
}

.iconchart .bar i {
  position: absolute;
  opacity: 0.5;
  right: -36px;
  color: #fff;
  line-height: 20px;
  top: 0;
}

/*Plugin CSS*/
.wrap {
  height: 82%;
  overflow: hidden;
}

.wrap li {
  line-height: 40px;
  height: 40px;
}

.wrap li p,
.wraptit {
  font-size: 0;
}

.wrap li span,
.wraptit span {
  display: inline-block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.wraptit {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}

.wrap li p {
  display: flex;
}

.wrap li span:nth-child(1),
.wraptit span:nth-child(1) {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wrap li span:nth-child(2),
.wraptit span:nth-child(2) {
  width: 20%;
  text-align: end;
}

.wrap li span:nth-child(3),
.wraptit span:nth-child(3) {
  width: 20%;
}

.wrap li span:nth-child(4),
.wraptit span:nth-child(4) {
  width: 30%;
}

.navboxall .wrap .deal {
  color: #ffa500;
}

.navboxall .wrap .wait {
  color: #909399;
}

.navboxall .wrap .dealing {
  color: #49bcf7;
}

.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
}

@keyframes myfirst2 {
  from {
    width: 0;
  }

  to {
  }
}

.flex-box {
  display: flex;
}

.register-num-box {
  flex: 1;
  text-align: center;
  cursor: pointer
}

.register-num {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 40px;
}

.register-number {
  width: 100%;
  font-size: 34px;
  text-align: center;
  font-family: arial;
  color: #66b8a7;
  font-weight: bold;
}

.register-number-add {
  width: 100%;
  font-size: 34px;
  text-align: center;
  font-family: arial;
  color: #49bcf7;
  font-weight: bold;
}

.relative-box {
  cursor: pointer;
}

.full-screen {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}

.exit-full-screen {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
  display: none;
}

.right-title {
  font-size: 23px;
  color: #fff;
  margin-left: 10px;
}

.banner {
  position: relative;
  overflow: auto;
  text-align: center;
}
.banner li {
  list-style: none;
}
.banner ul li {
  width: 100%;
  height: 100%;
  float: left;
}
/* .banner .img {width: 100% !important; height: calc( 3.875rem * 2 + 0.1875rem)} */
#b03 {
  width: 100%;
}
#b03 .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}
#b03 .dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: background 0.5s, opacity 0.5s;
  -moz-transition: background 0.5s, opacity 0.5s;
  transition: background 0.5s, opacity 0.5s;
}
#b03 .dots li.active {
  background: #fff;
  opacity: 1;
}

.tianqi {
    position: absolute;
    left: 20px;
    top: 20px;
}

.date-time-box {
    position: absolute;
    right: 180px;
    top: 23px;
    display: flex;
    align-items: center;
}


.date-time-box .date {
    font-size: 20px;
    color: #91c9ff;
}
.date-time-box .week {
    font-size: 20px;
    color: #91c9ff;
    margin: 0 20px;
}
.date-time-box .time {
    font-size: 20px;
    color: #91c9ff;
}

.date-img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.full-screen-img {
    width: 22px;
    height: 22px;
}

.base-flex {
  display: flex;
  align-items: baseline;
  cursor: pointer;
}

.m1_line {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: 20px;
}

.m1_label {
  width: 80px;
  text-align-last: justify;
  margin-right: 20px;
  color: #ffffff;
}

.m1_value {
  color: #ffffff;
  flex: 1;
}


.layui-layer-title {
  /* background-color: rgba(3, 19, 60, 1); */
  border-bottom: 1px solid #123759 !important;
}

.layui-layer-content {
  /* background-color: rgba(3, 19, 60, 1); */
}

.layui-layer-btn {
  /* background-color: rgba(3, 19, 60, 1); */
}

.layui-layer {
  background-color: rgba(3, 19, 60, .8) !important;
}

.deal {
  color: #ffa500;
  cursor: pointer;
}

.wait {
  color: #909399;
}

.dealing {
  color: #49bcf7;
}

.cursor {
  cursor: pointer;
}


p {
  color: #ffffff;
}

strong {
  color: #ffffff;
}

.layui-table {
  background-color: rgba(3, 19, 60, .8) !important;
}

.layui-table[lay-even] tbody tr:nth-child(even) {
    background-color: #12142c !important;
}

th, td {
  border: none !important;
  color: #fff !important;
}

.table-title-line {
  background-color: #080e1f !important;
}

.layui-layer-setwin span {
  color: #fff !important;
}

.empty {
  padding: 20px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.type-item-list-box {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: fixed;
  background-color: rgba(3, 19, 60, 1);
  z-index: 999;
  padding: 10px 0;
  width: 1560px;
}

.type-item-list-box .type-item {
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
}

.type-item-list-box .active-type-item {
  padding: 10px 20px;
  color: #fff;
  background-color: rgba(16,61,105,0.5);
}

.my-pagination {
  display: flex;
  justify-content: end;
}

.layui-laypage span {
  background-color: rgba(3, 19, 60, 1) !important;
  border: 1px solid rgba(3, 19, 60, 1) !important;
  color: #fff !important;
}

.layui-laypage a[data-page] {
  background-color: rgba(3, 19, 60, 1) !important;
  /* border: 1px solid rgba(3, 19, 60, 1) !important; */
  border: 1px solid rgba(3, 19, 60, 1) !important;
  color: #fff !important;
}

#street-company-table {
  overflow:auto;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #12142c !important;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: rgba(3, 19, 60, 1);
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(0deg, #3ca5f6 0, #a86af9 100%);
    -webkit-transition: all .2s;
    transition: all .2s;
}
::-webkit-scrollbar-corner {
    background-color: rgba(3, 19, 60, 1);
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.unit-name {
  color: #fff;
  overflow: hidden;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

