@charset "UTF-8";

/**
* 全局 style
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: none;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'PINGFANG MEDIUM', 'Microsoft Yahei';
  font-size: 14px;
  line-height: 1.4286;
  color: #fff;
  background-color: transparent;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: inherit !important;
  color: inherit !important;
}

button,
input[type='button'] {
  outline: none;
  border: none;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

[role='button'] {
  cursor: pointer;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
}

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

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.text-center {
  text-align: center;
}

.jy-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4286;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jy-btn:active,
.jy-btn.active {
  background-image: none;
  outline: 0;
}

.jy-btn.disabled,
.jy-btn[disabled],
fieldset[disabled] .jy-btn {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.jy-btn.disabled,
fieldset[disabled] a.jy-btn {
  pointer-events: none;
}

.jy-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.jy-btn-default:focus,
.jy-btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.jy-btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.jy-btn-default.disabled:hover,
.jy-btn-default.disabled:focus,
.jy-btn-default.disabled.focus,
.jy-btn-default[disabled]:hover,
.jy-btn-default[disabled]:focus,
.jy-btn-default[disabled].focus,
fieldset[disabled] .jy-btn-default:hover,
fieldset[disabled] .jy-btn-default:focus,
fieldset[disabled] .jy-btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.jy-btn-primary {
  color: #fff;
  background-color: #1d6075;
  border-color: #184f61;
}

.jy-btn-primary:focus,
.jy-btn-primary.focus {
  color: #fff;
  background-color: #133e4c;
  border-color: black;
}

.jy-btn-primary:hover {
  color: #fff;
  background-color: #133e4c;
  border-color: #0c2730;
}

.jy-btn-primary.disabled:hover,
.jy-btn-primary.disabled:focus,
.jy-btn-primary.disabled.focus,
.jy-btn-primary[disabled]:hover,
.jy-btn-primary[disabled]:focus,
.jy-btn-primary[disabled].focus,
fieldset[disabled] .jy-btn-primary:hover,
fieldset[disabled] .jy-btn-primary:focus,
fieldset[disabled] .jy-btn-primary.focus {
  background-color: #1d6075;
  border-color: #184f61;
}

.jy-btn-success {
  color: #fff;
  background-color: #209e38;
  border-color: #1c8930;
}

.jy-btn-success:focus,
.jy-btn-success.focus {
  color: #fff;
  background-color: #177429;
  border-color: #061f0b;
}

.jy-btn-success:hover {
  color: #fff;
  background-color: #177429;
  border-color: #11561e;
}

.jy-btn-success.disabled:hover,
.jy-btn-success.disabled:focus,
.jy-btn-success.disabled.focus,
.jy-btn-success[disabled]:hover,
.jy-btn-success[disabled]:focus,
.jy-btn-success[disabled].focus,
fieldset[disabled] .jy-btn-success:hover,
fieldset[disabled] .jy-btn-success:focus,
fieldset[disabled] .jy-btn-success.focus {
  background-color: #209e38;
  border-color: #1c8930;
}

.jy-btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.jy-btn-info:focus,
.jy-btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.jy-btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.jy-btn-info.disabled:hover,
.jy-btn-info.disabled:focus,
.jy-btn-info.disabled.focus,
.jy-btn-info[disabled]:hover,
.jy-btn-info[disabled]:focus,
.jy-btn-info[disabled].focus,
fieldset[disabled] .jy-btn-info:hover,
fieldset[disabled] .jy-btn-info:focus,
fieldset[disabled] .jy-btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.jy-btn-warning {
  color: #fff;
  background-color: #ff7e00;
  border-color: #e67100;
}

.jy-btn-warning:focus,
.jy-btn-warning.focus {
  color: #fff;
  background-color: #cc6500;
  border-color: #663200;
}

.jy-btn-warning:hover {
  color: #fff;
  background-color: #cc6500;
  border-color: #a85300;
}

.jy-btn-warning.disabled:hover,
.jy-btn-warning.disabled:focus,
.jy-btn-warning.disabled.focus,
.jy-btn-warning[disabled]:hover,
.jy-btn-warning[disabled]:focus,
.jy-btn-warning[disabled].focus,
fieldset[disabled] .jy-btn-warning:hover,
fieldset[disabled] .jy-btn-warning:focus,
fieldset[disabled] .jy-btn-warning.focus {
  background-color: #ff7e00;
  border-color: #e67100;
}

.jy-btn-danger {
  color: #fff;
  background-color: #d51819;
  border-color: #be1516;
}

.jy-btn-danger:focus,
.jy-btn-danger.focus {
  color: #fff;
  background-color: #a71314;
  border-color: #4b0909;
}

.jy-btn-danger:hover {
  color: #fff;
  background-color: #a71314;
  border-color: #870f10;
}

.jy-btn-danger.disabled:hover,
.jy-btn-danger.disabled:focus,
.jy-btn-danger.disabled.focus,
.jy-btn-danger[disabled]:hover,
.jy-btn-danger[disabled]:focus,
.jy-btn-danger[disabled].focus,
fieldset[disabled] .jy-btn-danger:hover,
fieldset[disabled] .jy-btn-danger:focus,
fieldset[disabled] .jy-btn-danger.focus {
  background-color: #d51819;
  border-color: #be1516;
}

.jy-btn-block {
  display: block;
  width: 100%;
}

.jy-btn-block+.jy-btn-block {
  margin-top: 5px;
}

input[type='submit'].jy-btn-block,
input[type='reset'].jy-btn-block,
input[type='button'].jy-btn-block {
  width: 100%;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='radio'],
input[type='checkbox'] {
  line-height: normal;
}

input[type='radio'][disabled],
input[type='radio'].disabled,
fieldset[disabled] input[type='radio'],
input[type='checkbox'][disabled],
input[type='checkbox'].disabled,
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}

input[type='file'] {
  display: block;
}

input[type='range'] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.4286;
  color: #555555;
}

.form-row {
  position: relative;
  margin-bottom: 15px;
}

.form-block {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: inherit;
  line-height: 1.4286;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bcbabb;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.form-block::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-block::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-block:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-block::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-block::placeholder {
  color: #999;
  opacity: 1;
}

.form-block::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-block[disabled],
.form-block[readonly],
fieldset[disabled] .form-block {
  background-color: #eeeeee;
  opacity: 1;
}

.form-block[disabled],
fieldset[disabled] .form-block {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

/**
* page style
*/
@font-face {
  font-family: 'PINGFANG BOLD';
  src: url('../font/PINGFANG BOLD.TTF');
}

@font-face {
  font-family: 'PINGFANG MEDIUM';
  src: url('../font/PINGFANG MEDIUM.TTF');
}



/*************************************** layout*****************/
html,
body {
  height: 100%;
}

.sq-wrapper {
  width: 100%;
  height: 100%;
  background: url(../images/body_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.sq-header {
  padding-bottom: 12px;
  text-align: center;
  position: relative;
  font-family: 'PINGFANG MEDIUM', 'Microsoft Yahei';
}

.sq-header .logo {
  height: 86px;
}

.sq-header .member-info {
  position: absolute;
  top: 36px;
  left: 40px;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.sq-header .member-info .info-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  box-align: baseline;
  -moz-box-align: baseline;
  -webkit-box-align: baseline;
  margin-right: 50px;
}

.sq-header .member-info .info-list img {
  height: 21px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.sq-header .weather-box {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  box-align: baseline;
  -moz-box-align: baseline;
  -webkit-box-align: baseline;
}

.sq-header .weather-box span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  box-align: baseline;
  -moz-box-align: baseline;
  -webkit-box-align: baseline;
  padding-left: 15px;
}

.sq-header .weather-box span img {
  height: 30px;
  padding: 0 8px;
}

.sq-main {
  height: calc(100% - 98px);
  padding: 0 40px 25px 40px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 98px;
}

.sq-m-lf,
.sq-m-rt,
.sq-m-md {
  height: 100%;
}

.sq-m-lf,
.sq-m-rt {
  width: 28.26%;
}

.sq-m-md {
  padding: 0 30px;
  width: 43.47%;
}

.sq-footer {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #fff;
  padding-bottom: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.sq-pane {
  position: relative;
  /* overflow: auto; */
  font-family: 'PINGFANG BOLD', 'Microsoft Yahei';
}

.sq-pane::-webkit-scrollbar {
  width: 4px;
}

.sq-pane::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(86, 221, 223, 0.5);
}

.sq-pane-title {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #fff;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}

.sq-pane-title img {
  margin-right: 10px;
}

.zgzt-pane {
  height: calc(35% - 30px);
  background: url(../images/line.png) no-repeat bottom center;
  background-size: 100%;
}

.article-pane {
  height: calc(23% - 15px);
}

.config-pane {
  height: 30%;
}

.paixu-pane {
  height: 30%;
  background: url(../images/line.png) no-repeat bottom center;
  background-size: 100%;
}

.mingxi-pane {
  height: 22%;
}

.sq-map {
  height: 70%;
  position: relative;
}

.sq-map img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.todos-pane {
  height: 45%;
  background: url(../images/line.png) no-repeat bottom center;
  background-size: 100%;
}

.pad-pane {
  padding-top: 28px;
}

.sq-echart-box {
  width: 100%;
  height: 100%;
}

.article-pane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sq-article-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0;
  text-align: center;
  letter-spacing: -3px;
}

.sq-article-list>li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: normal;
  padding: 0 1.5%;
}

.sq-article-list article {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 8px;

}

.zdzt-state {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  padding-right: 20px;
  height: 30%;
}

.zdzt-state li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  margin-right: 12px;
  width: 160px;
  height: 100%;
}

.zdzt-state li .icon {
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  max-height: 100%;
  position: relative;
}

.zdzt-state li .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;

}

.zdzt-state li .con {
  max-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-flex-flow: column;
  flex-flow: column;
}

.zdzt-state li .con .t-num {
  border-bottom: 2px solid #32456e;
  padding-bottom: 4px;
  font-size: 0;
}

.zdzt-state li .con .t-num .tip {
  color: #039eff;
  font-size: 12px;
}

.zdzt-state li .con .t-num .num {
  color: #fff;
  font-family: 'PINGFANG BOLD', 'Microsoft Yahei';
  font-size: 22px;
  padding-left: 10px;
}

.zdzt-state li .con .y-num {
  padding-top: 4px;
  font-size: 14px;
  color: #909dba;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: center;
}

.zdzt-state li .con .y-num .tip {
  color: #00eaff;
  font-size: 12px;
}

.zdzt-state li .con .y-num .num {
  color: #909dba;
  font-family: 'PINGFANG BOLD', 'Microsoft Yahei';
  font-size: 16px;
  padding-left: 10px;
}

.zdzt-num {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: center;
  padding-right: 20px;
  height: 70%;
}

.zdzt-num li {
  margin-right: 16px;
  width: 150px;
  padding-top: 4%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-flow: column;
  justify-content: center
}

.zdzt-num li section {
  height: 50%;
}

.zdzt-state li:nth-child(3n) {
  margin-right: 0;
}

.zdzt-num li section:nth-child(2) {
  margin-top: 10px;
}

.zdzt-num li:last-child {
  margin-right: 0;
}

.zdzt-num li .num {
  background: url(../images/s_line.png) no-repeat bottom left;
  background-size: 100%;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}

.zdzt-num li .num img {
  height: 21px;
  margin-right: 14px;
}

.zdzt-num li .num i {
  font-style: normal;
  font-size: 22px;
  font-family: 'PINGFANG BOLD', 'Microsoft Yahei';
}

.zdzt-num li .tip {
  color: #909dba;
  font-family: 'PINGFANG BOLD';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mt-30 {
  margin-top: 20px;
}

.tai-box-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  padding: 20px 0;
}

.tai-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
}

.tai-box li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  box-align: baseline;
  -moz-box-align: baseline;
  -webkit-box-align: baseline;
}

.tai-box li .t-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  box-align: baseline;
  -moz-box-align: baseline;
  -webkit-box-align: baseline;
}

.tai-box li .t-text img {
  margin-right: 9px;
  width: 24px;
  position: relative;
  top: 3px;
}

.tai-box li .t-text span {
  font-size: 24px;
  font-family: 'PINGFANG BOLD', 'Microsoft Yahei';
  display: inline-block;
  white-space: nowrap;
}

.tai-box li .t-tip {
  padding-left: 20px;
  font-family: 'PINGFANG BOLD', 'Microsoft Yahei';
  color: #909dba;
  white-space: nowrap;
}




.tai-box2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;

  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  height: 80%;
}

.tai-box2 li {
  width: 33.3333%;

}

.tai-box2 li:nth-child(3n) {
  margin-right: 0;
}

.tai-box2 li .t-tip {
  color: #909dba;
  font-family: 'PINGFANG BOLD', 'Microsoft Yahei';
  padding-bottom: 5px;
}

.tai-box2 li .t-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  box-align: baseline;
  -moz-box-align: baseline;
  -webkit-box-align: baseline;
}

.tai-box2 li .t-text img {
  margin-right: 9px;
  max-width: 24px;
  position: relative;
  top: 3px;
}

.tai-box2 li .t-text span {
  font-size: 24px;
  font-family: 'PINGFANG BOLD', 'Microsoft Yahei';
  display: inline-block;
}

.mx-table {
  width: 100%;
  text-align: center;
  font-family: 'PINGFANG BOLD', 'Microsoft Yahei';
  margin-top: 10px;
}

.mx-table thead td {
  font-size: 13px;
}

.mx-table tbody td {
  color: #909dba;
  padding: 5px;
  font-size: 12px;
}

.mx-table tbody td .bhao {
  position: relative;
  padding-left: 10px;
}

.mx-table tbody td .bhao::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  width: 2px;
  height: 16px;
  background: #51b9ed;
}

.mx-table tbody tr:nth-child(2n) td .bhao::before {
  background: #3d5890;
}

.blue {
  color: #2788d9;
}

.yellow {
  color: #fcc862;
}

.grey {
  color: #3ad4e1;
}

.red {
  color: #ff4d69;
}

.weigui-pane {
  height: 30%;
}

.vio-num {
  font-weight: 16px;
  color: #909dba;
  margin-top: 10px;
}

.vio-num span {
  color: #fff;
  font-size: 18px;
  font-family: 'PINGFANG BOLD', 'Microsoft Yahei';
}

.weigui-pane .sq-echart-box {
  height: calc(100% - 25px);
}

.echart-fl {
  height: 100%;
  width: 48%;
  position: relative;
}

.echart-fr {
  height: 100%;
  width: 52%;
}

.tuli {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 2;
}

.tuli span {
  font-size: 12px;
  color: #909dba;
  padding-left: 11px;
  padding-right: 20px;
  position: relative;
}

.tuli span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
}

.tuli span:first-child::before {
  background: #1ee3ec;
}

.tuli span:nth-child(2)::before {
  background: #b6e986;
}

.tuli span:nth-child(3)::before {
  background: #fbcf14;
}

.tuli span:last-child {
  padding-right: 0;
}

.zdzt-state-d {
  height: 44%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 0;
}

.zdzt-state-d li {
  width: 46%;
  justify-content: flex-start;
  margin-right: 0;
  padding: 10px 0;
  height: 50%;
}

.zdzt-state-d li:nth-child(2n) {
  margin-right: 0;
}

.zdzt-chart {
  height: 38%;
  margin-top: 4%;
}

.zdzt-state-d li .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-right: 11%;
  position: relative;
  max-height: 100%;
}

.zdzt-state-d li .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.zdzt-state-d li .con .t-num:nth-child(2) {
  border-bottom: none;
}

.zdzt-state-d li .con .t-num .num {
  padding-left: 0;
  font-size: 18px;
  padding-top: 4px;
  display: inline-block;
  white-space: nowrap;
}

.zdzt-state-d li:nth-child(1) .icon span {
  background-image: -webkit-linear-gradient(top, #5bdcfd, #288bdb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zdzt-state-d li:nth-child(2) .icon span {
  background-image: -webkit-linear-gradient(top, #94eff2, #42d7e4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zdzt-state-d li:nth-child(3) .icon span {
  background-image: -webkit-linear-gradient(top, #fbed6c, #fccb63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zdzt-state-d li:nth-child(4) .icon span {
  background-image: -webkit-linear-gradient(top, #dc8ebb, #ff5876);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.align-vertical {
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
}

.vertical-inner {
  display: table-cell;
  vertical-align: middle;
}

.scroll-wrap {
  overflow: auto;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(86, 221, 223, 0.5);
}

.zdztfx-flex {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  padding: 20px 0 30px 0;

}