@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 {
  -moz-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;
  -moz-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 {
  -moz-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'] {
  -moz-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;
}

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

*:before,
*:after {
  -moz-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;
  -moz-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;
  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'] {
  -moz-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;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-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;
}

.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:-moz-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%;
  padding-top: 22px;
  height: 100%;
  overflow: hidden;
  min-width: 1200px;
  background: url(../images/body_bg.jpg) no-repeat center center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: relative;
}

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

.sq-header {
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: relative;
  background: url(../images/header-bg.png) no-repeat bottom center;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'PINGFANG MEDIUM', 'Microsoft Yahei';
}

.header-tit {
  font-size: 30px;
  background: -webkit-linear-gradient(top, #80f2ff, #539aff);
  background: -moz-linear-gradient(top, #80f2ff, #539aff);
  background: -o-linear-gradient(top, #80f2ff, #539aff);
  background: linear-gradient(to bottom, #80f2ff, #539aff);
  -webkit-background-clip: text;
  color: transparent;
}


.sq-header .weather-box {
  position: absolute;
  top: 6px;
  font-size: 16px;
  right: 0;
  width: 28%;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sq-header .weather-box span {
  padding-left: 15px;
  background: -webkit-linear-gradient(top, #fafdff, #9ed9ff);
  background: -moz-linear-gradient(top, #fafdff, #9ed9ff);
  background: -o-linear-gradient(top, #fafdff, #9ed9ff);
  background: linear-gradient(to bottom, #fafdff, #9ed9ff);
  -webkit-background-clip: text;
  color: transparent;
}


.sq-main {
  height: -webkit-calc(100% - 98px);
  height: -moz-calc(100% - 98px);
  height: calc(100% - 98px);
  padding: 0 20px 30px 20px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100px;
}

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

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

.sq-m-md {
  padding: 0 12px;
  width: 49.3618%;
}



.sq-pane {
  position: relative;
  font-family: 'PINGFANG BOLD', 'Microsoft Yahei';
  height: -webkit-calc(47% - 12px);
  height: -moz-calc(47% - 12px);
  height: calc(47% - 12px);
  background: url(../images/pane-bg.png) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.sjtj-pane {
  height: -webkit-calc(53% - 12px);
  height: -moz-calc(53% - 12px);
  height: calc(53% - 12px);
}

.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;
  padding: 0 33px;
  background: url(../images/tit-bg.png) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  left: 6px;
  right: 6px;
  top: 7px;
  font-size: 20px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-family: 'Microsoft Yahei';

}


.sq-pane-title span {
  display: inline-block;
  background: -webkit-linear-gradient(left, #0096ff, #fff, #0096ff);
  background: -moz-linear-gradient(left, #0096ff, #fff, #0096ff);
  background: -o-linear-gradient(left, #0096ff, #fff, #0096ff);
  background: linear-gradient(to right, #0096ff, #fff, #0096ff);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}

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

.address-select {
  background: transparent;
  color: #00e6ff;
  border: none;
  font-size: 14px;
}

.sq-map {
  background: url(../images/map-bg.png) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: relative;
}

.gdbdc-pane {
  background: url(../images/table-bg.png) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.property-box {
  position: absolute;

  z-index: 2;
  top: 20px;
  bottom: 20px;
  left: 24px;
  color: #fff;
  background: url(../images/box-bg.png) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.property-box .sidebar {
  padding: 28px;
  overflow: auto;
  height: 100%;

}

.property-box .close-btn {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 22px;
  height: 46px;
  margin-top: -23px;
  cursor: pointer;
  background: #0d1254;
  border-radius: 0 3px 3px 0;
  text-align: center;
  line-height: 46px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.property-box .close-btn:hover {
  background: #20266c
}

.property-box .close-btn.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);

}

.property-box .close-btn i {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}


.property-box header h2 {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 0px;
}

.property-box header strong {
  font-size: 32px;
}

.property-box dl {
  margin-top: 6px;
  line-height: 20px;
}

.property-box dl dt {
  font-size: 14px;
}

.property-box dl dd {
  font-size: 14px;
  font-weight: bold;
}


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

.sq-echart-box {
  width: 100%;
  padding: 33px;
  overflow: auto;
  height: 100%;
}


.mx-table {
  width: 100%;
  text-align: center;
  font-family: 'PINGFANG MEDIUM', 'Microsoft Yahei';
}

.mx-table thead td {
  background: #122374;
  height: 30px;
  color: #8fa2fc;
}

.mx-table tbody td {
  color: #fff;
  font-size: 12px;
  padding: 11px 5px;
  border-bottom: 1px solid #122374;
  vertical-align: baseline;
}

.scroll-wrap {
  overflow: auto;
}

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

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

#map-chart {
  overflow: visible;
  padding: 6px;
}

.map-tooltip-content {
  background: #295af9;
  color: #fff;
  padding: 18px;
  font-size: 16px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  position: relative;
  width: 270px;
}

.map-tooltip-content::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%; margin-left: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #2a5afa; display: none;
}

.inner h3 {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.map-tooltip-content td:first-child {
  width: 50px;
}

.map-tooltip-content td {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  vertical-align: top
}


@media screen and (max-width: 1440px) {
  .property-box header h2 {
    font-size: 16px;
  }

  .property-box header strong {
    font-size: 26px;
  }
}

.anchorBL {
  display: none
}

.visualMap-tip {
  margin-top: 10px;
}

.visualMap-tip li {
  margin: 0;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
}

.visualMap-tip li .dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 10px;
}

.visualMap-tip li .dot1 {
  background: #2a5cfb
}

.visualMap-tip li .dot2 {
  background: #f21773
}

.visualMap-tip li .dot3 {
  background: #eb8018
}

.visualMap-tip li .dot4 {
  background: #f8c129
}

.visualMap-tip li .dot5 {
  background: #0cc7bc
}