@charset "UTF-8";
/**
 * @Author: Jane
 * @description: 公共css样式 作用用来初始化部分样式
 * @param {type} 
 * @return: 
 */
html,
body,
#root {
  height: 100%;
}
.colorWeak {
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
canvas {
  display: block;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.globalSpin {
  width: 100%;
  margin: 40px 0 !important;
}
ul,
ol {
  list-style: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
:global .ant-menu-root {
  height: "calc(100vh - 144px)";
  overflow-x: hidden;
  border-right: none;
}
:global .ant-menu-root::-webkit-scrollbar-thumb {
  background-color: transparent;
}
:global .ant-menu-root:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}
:global .ant-table-wrapper .ant-table .ant-table-content .ant-table-body {
  margin: 0;
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
input:-internal-autofill-selected {
  background-color: #e8f0fe !important;
  background-image: none !important;
  color: black !important;
}
html,
body,
#root {
  height: 100%;
}
.colorWeak {
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.ant-layout {
  min-height: 100vh;
}
canvas {
  display: block;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.globalSpin {
  width: 100%;
  margin: 40px 0 !important;
}
ul,
ol {
  list-style: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
:global .ant-menu-root {
  height: calc(100vh - 144px);
  overflow-x: hidden;
  border-right: none;
}
:global .ant-menu-root::-webkit-scrollbar-thumb {
  background-color: transparent;
}
:global .ant-menu-root:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}
:global .ant-layout-footer,
:global .ant-layout {
  background: #fff !important;
}
:global .ant-table-wrapper .ant-table .ant-table-content .ant-table-body {
  margin: 0;
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.code .ant-table,
.info .ant-table {
  color: #001529;
}
.code-info .ant-descriptions-title {
  color: #001529;
  font-weight: 400;
}
.code-info .ant-descriptions {
  border-top: 1px solid #e3e5e9;
  margin-top: 14px;
  padding-top: 18px;
  padding-bottom: 20px;
}
.code-info .ant-descriptions-row > th,
.code-info .ant-descriptions-row > td {
  padding-bottom: 0;
}
.ant-table-thead > tr > th {
  color: #484e5b;
}
.ant-table-thead > tr > th, .ant-table-tbody > tr > td {
  padding: 13px 12px;
}
.ant-table-tbody > tr > td {
  color: #001529;
}
.ant-tabs-nav .ant-tabs-tab {
  font-size: 16px;
}
.ant-tabs-ink-bar {
  height: 4px;
}
.ant-btn {
  border-radius: 4px;
}
.ant-select-selection, .ant-input, .ant-input-number {
  border-radius: 4px;
}
.ant-form-item {
  margin-bottom: 16px;
}
.home .tab-content .ant-layout, .home .tab-content .ant-layout-sider {
  background: transparent;
}
.home .tab-content .ant-table-small {
  border: none !important;
}
.home .tab-content .ant-table-thead {
  display: none;
}
.home .tab-content .ant-table-tbody > tr > td {
  padding: 6px 6px 6px 0 !important;
  border-bottom: none !important;
}
.home .tab-content .ant-table-tbody {
  font-size: 12px;
  color: #484e5b;
}
.home .tab-content .ant-layout {
  min-height: auto;
}
.btn {
  margin-left: 10px;
  margin-right: 10px;
}
.sbtn {
  margin-left: 4px;
  margin-right: 4px;
}
.orange {
  background: #fc6036;
  border: 1px solid #fc6036;
}
.red {
  background: #a21414;
  border: 1px solid #a21414;
}
.green {
  background: green;
  border: 1px solid green;
}
.map-marker .tip {
  width: 50px;
  height: 30px;
  line-height: 40px;
  background-position: center center;
  background-size: cover;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  font-feature-settings: "tnum";
}
body .ant-select-dropdown-menu-item {
  color: #484e5b;
}
body .ant-select-dropdown-menu-item-selected {
  color: #484e5b;
}
.main[data-v-5b823462] {
  width: 100%;
  height: 100vh;
  background-color: #001529;
  position: relative;
}
.main .icon-input[data-v-5b823462] {
  color: rgba(0, 0, 0, 0.65);
  font-size: 18px;
}
.main .container[data-v-5b823462] {
  width: 1040px;
  height: 480px;
  position: absolute;
  top: 50%;
  margin-top: -240px;
  left: 50%;
  margin-left: -520px;
  overflow: hidden;
}
.main .container .login-img[data-v-5b823462] {
  width: 640px;
  height: 480px;
  position: relative;
  background: url(../img/loginImg.98f2e959.png) no-repeat;
  background-size: 100% 100%;
  float: left;
}
.main .container .login-img .login-logo[data-v-5b823462] {
  width: 240px;
  height: 240px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -120px;
  margin-left: -120px;
  background: url(../img/loginlogo.097f4a04.jpg) no-repeat;
  background-size: 100% 100%;
}
.main .container .login-form[data-v-5b823462] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin: 0 auto;
  width: 500px;
  padding: 35px 35px 15px 35px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 0 25px #cac6c6;
}
.main .container .login-form .login-title[data-v-5b823462] {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.main .container .login-form .login-sub-title[data-v-5b823462] {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}
.main .container .login-form .error-msg[data-v-5b823462] {
  position: absolute;
  color: #f03947;
  font-size: 14px;
  top: -25px;
}
.main .container .login-form .a-input input[data-v-5b823462] {
  border: none;
  font-size: 14px;
  padding-left: 38px;
  background-color: transparent;
}
.main .container .login-form .form-content[data-v-5b823462] {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 16px;
}
.main .container .login-form .form-content .form-user[data-v-5b823462] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFLUlEQVQ4EQEiBd36AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJT1lNAP8CZv8AADQAAAD+AAAAzAH/AJW3s6W6AAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAFITlyc//8Csv8A/woAAP+VAAD/mgAAABH/AQC5SE1bkQAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAABITVtqAAEAkwAAAF+4sqWkAAAAAAAAAAAAAAAAR09cZAH//5v///9eubOmowAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAABVVVUDAAEAh/8AAJK4sqWkAAAAAAAAAAAAAAAAAAAAALmxpJwA//+cAgEBiwAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAA8/kEKwAAAA4AAv+nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP8BqP8AABdGTV0hAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAH/AhsAAAAA/v7+5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAeQAAAAAAgD8GwAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAD/wPSAAAAAAIABDEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAf8wAAAA//wI/NMAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAEhOW9AA/wD5DQj6Oqurq/0AAAAAAAAAAAAAAABVVVUG9PoGzf//AfC4sqQ9AAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAABAP1hAAEAMfP5BrFFTlgaAAAAAAAAAABIUFgg8/oGtv//ACT+//1lAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAEZNV0kCAQSjAAAAE/////gBAQECAAAABv8AAOr/AAFcurKkuwAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAM2ZmBRTo9moBAP91AAAAGwABAOf//wEAAgAAAQAAAP3/AP8bAAAA6v8AAI358gWSwMCg+AAAAAAAAAAAAQAAAAAAAAAAM2ZmBRbp9Kf//wFQAQAAmwABAJO3saXWAAAAAAAAAAAAAAAAR05cJAAA/2sBAABqAAAAv/jyBVDAwKD4AAAAAAEAAAAAgICAAsjO26kAAABL/v8AVrqzpbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAR05aQQEAAbAAAADH+PLlTMDAwPwCAAAAAMjO2lMAAABU/gABT7qzpbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALmypr8CAQJGAAAARgkOG2EAAAAAAgAAAAAAAQFnAQD/u7qypLsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAtrGjyQAAAawAAABnAAAAAAIAAAAAAP8ANP8BAq0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAf+t/wAALlVVVQYAAAAAAElSWxxVVVUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUZPWB0AAAAADXjJcYpJjqAAAAAASUVORK5CYII=) no-repeat 10px 10px;
  background-size: 18px 18px;
}
.main .container .login-form .form-content .form-password[data-v-5b823462] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFLUlEQVQ4EQEiBd36AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAElNWT/+AQKJAQAAMQAAAAYAAAAAAAAB+QAA/8z/Av9yubCmygAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAEZLXSwCA/7NAQAAuv8AAKkAAP/8AAAAAP//AAUBAgFcAP8AO/8AATC5sqTcAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAACBP5m//8A1jgyJU+AgID+AAAAAAAAAAAAAAAAQEBApwgOG9MBAP9iAAAAegAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAA//8AJAEAANGAgID+AAAAAAAAAAAAAAAAAAAAAMDAwPwBAQDXAQH/JgAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAEAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP8ABf8AAgoAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPcH+lkEAAADAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAEhOXE4AAP9gAAABIAEA/v3/AAHpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAP//AP+luLKmqAAAAAAEAAAAAAAAAAAAAACqAAABywAAANb/AAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8lAAEBgwAAAKgAAAAABAAAAAAAAAAAAAD/BwAA/5W4sqaoAAAAAAAAAAAAAAAASUlVFQICBfy1tabvAAAAAAAAAAAAAAAAR05baAEAAIwAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASU5YMf8FBur9AwHuR05cJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP8AAicAAAAAAAAAAAAAACcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANB/uuAAAAAAAAAAA5MiS3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq6ur+gAAANn/AADJgICA/gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AP/JAQAB8wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAhpGTVkoAAAAAAAAAAAAAAAA////h/8A/wBGTVkoAAAAAAAAAAAAAAAAAQD/FwAAAQAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAP+NAgECjQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD1AAAAAAAAAAAEAAAAAAAAAAACAAI1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/wD7/QAAAAAAAAAAVsR7XwbHHXYAAAAASUVORK5CYII=) no-repeat 10px 10px;
  background-size: 18px 18px;
}
.main .container .login-form .form-submit[data-v-5b823462] {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border: none;
}
.login-input input {
  border: none;
  font-size: 14px;
  padding-left: 38px !important;
  height: 40px !important;
  background-color: #fff !important;
}
.main[data-v-26f3fc73] {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.main .fold-button[data-v-26f3fc73] {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-color: rgba(27, 65, 207, 0.8);
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s;
}
.main .fold-button[data-v-26f3fc73]:hover {
  background-color: #1b41cf;
  transform: translateX(-50%) scale(1.1);
}
.main .top-right[data-v-26f3fc73] {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 100000;
  color: #1b41cf;
}
.main .top-right .right[data-v-26f3fc73] {
  text-align: right;
}
.main .top-right .icon-logout[data-v-26f3fc73] {
  font-size: 18px;
  margin-right: 35px;
}
.main .top-right .user-name[data-v-26f3fc73] {
  text-decoration: underline;
  height: 60px;
  display: inline-block;
}
.main .top-right .user-name .s[data-v-26f3fc73] {
  cursor: pointer;
}
.main .top-right .logout[data-v-26f3fc73] {
  cursor: pointer;
}
.main .content[data-v-26f3fc73] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1;
}
.main .content .top[data-v-26f3fc73] {
  height: 7vh;
  width: 100vw;
  background: url(../img/topbar@2x-edit.6e904117.jpg) top center no-repeat;
  background-size: auto 7vh;
  padding-top: 0.9vh;
  position: relative;
}
.main .content .top img[data-v-26f3fc73] {
  width: auto;
  height: 45px;
  margin: 0 auto;
  display: block;
}
.main .content .v-statistics[data-v-26f3fc73] {
  padding-top: 1.7vh;
  padding-left: 20px;
  position: absolute;
  top: 10vh;
  left: 34px;
  width: 350px;
  height: 32vh;
  background: url(../img/k3@2x-edit.eae0880f.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
  color: #ced5f2;
}
.main .content .v-statistics .v-tit[data-v-26f3fc73] {
  color: #ced5f2;
  font-size: 16px;
}
.main .content .v-statistics .v-ft[data-v-26f3fc73] {
  font-size: 35px;
}
.main .content .v-statistics .g[data-v-26f3fc73] {
  color: #00eca0;
}
.main .content .v-statistics .r[data-v-26f3fc73] {
  color: #ff4a2b;
}
.main .content .v-statistics .y[data-v-26f3fc73] {
  color: #f3e87c;
}
.main .content .v-statistics .b[data-v-26f3fc73] {
  color: #1eb0fc;
}
.main .content .v-statistics .pt30[data-v-26f3fc73] {
  padding-top: 2.78vh;
}
.main .content .v-statistics .pt70[data-v-26f3fc73] {
  padding-top: 5vh;
}
.main .content .v-statistics .ball[data-v-26f3fc73] {
  width: 100%;
  height: 15vh;
  background: url(../img/ball-edit.19627b97.jpg) center 0 no-repeat;
  background-size: contain;
}
.main .content .v-info[data-v-26f3fc73] {
  padding-top: 1.7vh;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 17vh;
  left: 34px;
  width: 410px;
  height: 32vh;
  background: url(../img/k3@2x-edit.eae0880f.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
  color: #ced5f2;
}
.main .content .v-info .v-tit[data-v-26f3fc73] {
  color: #ced5f2;
  font-size: 14px;
}
.main .content .v-info .b-w[data-v-26f3fc73] {
  padding-top: 10px;
  border-bottom: 1px solid rgba(100, 178, 255, 0.5);
  padding-bottom: 6px;
}
.main .content .v-info .b-w img[data-v-26f3fc73] {
  width: 22px;
  height: 26px;
  margin-right: 10px;
}
.main .content .v-info .b-w .b-left[data-v-26f3fc73] {
  display: inline-block;
}
.main .content .v-info .b-w .b-right[data-v-26f3fc73] {
  width: 90%;
  vertical-align: middle;
  display: inline-block;
}
.main .content .v-info .b-w .b-right .t[data-v-26f3fc73] {
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  color: #ced5f2;
}
.main .content .v-info .b-w .b-right .c[data-v-26f3fc73] {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #ced5f2;
}
.main .content .v-info .info[data-v-26f3fc73] {
  line-height: 24px;
}
.main .content .v-info .info .dot[data-v-26f3fc73] {
  margin-right: 6px;
  display: inline-block;
  width: 12px;
  height: 12px;
}
.main .content .v-info .info .t1[data-v-26f3fc73] {
  font-size: 15px;
  color: #ced5f2;
}
.main .content .v-info .info .t2[data-v-26f3fc73] {
  padding-left: 8px;
  font-size: 16px;
  line-height: 30px;
  color: #2ef7ce;
}
.main .content .v-data[data-v-26f3fc73] {
  padding-top: 1.7vh;
  padding-left: 20px;
  position: absolute;
  top: 17vh;
  left: 50.3%;
  transform: translate(-50.3%, -50%);
  width: 75vh;
  height: 14vh;
  background: url(../img/data.b3e3f02d.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
  color: white;
  font-weight: bold;
  transition: all 0.5s ease;
  overflow: hidden;
}
.main .content .v-data.collapsed[data-v-26f3fc73] {
  height: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.main .content .v-data .ant-row[data-v-26f3fc73] {
  margin-left: -20px;
}
.main .content .v-data .ant-row .ant-col[data-v-26f3fc73] {
  text-align: center;
}
.main .content .v-list[data-v-26f3fc73] {
  padding-top: 1.7vh;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 44vh;
  left: 34px;
  width: 350px;
  height: 53vh;
  background: url(../img/k3@2x-edit.eae0880f.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.main .content .v-latest[data-v-26f3fc73] {
  padding-top: 1.7vh;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 10vh;
  right: 26px;
  width: 350px;
  height: 32vh;
  background: url(../img/k3@2x-edit.eae0880f.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.main .content .v-latest .dot[data-v-26f3fc73] {
  margin-right: 6px;
  display: inline-block;
  width: 12px;
  height: 12px;
}
.main .content .v-pic[data-v-26f3fc73] {
  padding-top: 1.7vh;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 17vh;
  right: 26px;
  width: 410px;
  height: 43vh;
  background: url(../img/k3@2x-edit.eae0880f.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.main .content .v-pic .img[data-v-26f3fc73] {
  margin-top: 10px;
  width: 99%;
  height: 10vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 6px;
  border: 1px solid #64b2ff;
}
.main .content .v-video[data-v-26f3fc73] {
  padding-top: 1.7vh;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 63vh;
  right: 26px;
  width: 410px;
  height: 32vh;
  background: url(../img/k3@2x-edit.eae0880f.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.main .content .v-fire[data-v-26f3fc73] {
  padding-top: 1.7vh;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 44vh;
  right: 26px;
  width: 350px;
  height: 53vh;
  background: url(../img/k3@2x-edit.eae0880f.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.main .content .v-fire .a-w[data-v-26f3fc73] {
  padding-top: 0.75vh;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(100, 178, 255, 0.5);
  padding-bottom: 6px;
}
.main .content .v-fire .a-left[data-v-26f3fc73] {
  display: inline-block;
}
.main .content .v-fire .a-left img[data-v-26f3fc73] {
  width: 72px;
  height: auto;
  margin-right: 14px;
}
.main .content .v-fire .a-right[data-v-26f3fc73] {
  vertical-align: middle;
  display: inline-block;
}
.main .content .v-fire .a-right .t[data-v-26f3fc73] {
  color: #1b41cf;
  font-size: 16px;
}
.main .content .v-fire .a-right .c[data-v-26f3fc73] {
  color: #ced5f2;
  font-size: 16px;
}
.main .content .v-fire .b-w[data-v-26f3fc73] {
  padding-top: 10px;
  border-bottom: 1px solid rgba(100, 178, 255, 0.5);
  padding-bottom: 6px;
}
.main .content .v-fire .b-w img[data-v-26f3fc73] {
  width: 22px;
  height: 26px;
  margin-right: 10px;
}
.main .content .v-fire .b-w .b-left[data-v-26f3fc73] {
  display: inline-block;
}
.main .content .v-fire .b-w .b-right[data-v-26f3fc73] {
  vertical-align: middle;
  display: inline-block;
}
.main .content .v-fire .b-w .b-right .t[data-v-26f3fc73] {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #ced5f2;
}
.main .content .v-fire .b-w .b-right .c[data-v-26f3fc73] {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #ced5f2;
}
.main .add[data-v-26f3fc73] {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  width: 80%;
}
.main .tit[data-v-26f3fc73] {
  color: #ced5f2;
  font-size: 16px;
  height: 2.59vh;
  line-height: 2.59vh;
  width: 200px;
  padding-left: 16px;
  background: url(../img/tit@2x-edit.1b4428d7.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.main .userTable[data-v-26f3fc73]  .ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  background: transparent;
}
.main .userTable[data-v-26f3fc73]  .ant-table-tbody > tr > td {
  color: #ced5f2;
}
.main .userTable[data-v-26f3fc73]  .online-row > td {
  color: #ced5f2 !important;
}
.main .userTable[data-v-26f3fc73]  .offline-row > td {
  color: #777676 !important;
}
.main .userTable[data-v-26f3fc73]  .ant-table-thead > tr > th {
  color: #64b2ff;
}
.main .userTable[data-v-26f3fc73]  .ant-table-thead > tr > th,
.main .userTable[data-v-26f3fc73]  .ant-table-tbody > tr > td {
  border-bottom: 1px solid transparent;
}
.main .userTable[data-v-26f3fc73]  .ant-table-small {
  border: 1px solid transparent;
}
.main .userTable[data-v-26f3fc73]  .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background: transparent;
}
.main .userTable[data-v-26f3fc73]  .ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid transparent;
}
.main .userTable[data-v-26f3fc73]  .ant-table-header::-webkit-scrollbar {
  width: 0px;
}
.main .userTable[data-v-26f3fc73]  .ant-table-header::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 1px;
}
.main .userTable[data-v-26f3fc73]  .ant-table-header::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 1px;
}
.main .userTable[data-v-26f3fc73]  .ant-table-header::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.main .userTable[data-v-26f3fc73]  .ant-table-header::-webkit-scrollbar-corner {
  background: transparent;
}
.main .userTable[data-v-26f3fc73]  .ant-table-small > .ant-table-content .ant-table-placeholder {
  background: transparent;
}
.main .userTable[data-v-26f3fc73]  .ant-empty-normal {
  color: #ced5f2;
}
.main .userTable[data-v-26f3fc73]  .ant-empty-image {
  display: none;
}
.main .t-list[data-v-26f3fc73] {
  padding-bottom: 14px;
}
.main .t-list .t[data-v-26f3fc73] {
  color: #1b41cf;
  font-size: 14px;
}
.main .t-list .c[data-v-26f3fc73] {
  color: #ced5f2;
  font-size: 14px;
}
.amap-marker-label {
  position: absolute;
  z-index: 2;
  border: none;
  background-color: transparent;
  color: #1eb0fc;
  white-space: nowrap;
  cursor: default;
  padding: 3px;
  font-size: 12px;
  line-height: 14px;
}
.amap-marker-label .fireEngineLabel {
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  max-width: none;
  font-size: 10px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px 4px;
  border-radius: 2px;
}

.svg-icon[data-v-dc49ef06] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

