@charset "UTF-8";
/* common.css */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  font-family: "微软雅黑";
  font-size: 14px;
}

table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 1;
  border-spacing: 0;
}

/* body{cursor: url("../images/Jkll8I.png"), auto;} */
a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

input:focus {
  outline: none;
}

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

/* 布局 */
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.ac {
  align-items: center;
}

.afend {
  align-items: flex-end;
}

.jcc {
  justify-content: center;
}

.jcs {
  justify-content: space-between;
}

.jcend {
  justify-content: flex-end;
}

.fwrap {
  flex-wrap: wrap;
}

.flexdc {
  flex-direction: column;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 颜色 */
.cMain {
  color: #04f2f2;
}

.cfff {
  color: #fff;
}

.cddd {
  color: #ddd;
}

.c777 {
  color: #777;
}

.cRed {
  color: red;
}

.cBlue {
  color: #02f0f2;
}

.cGreen {
  color: #04ea66;
}

.cYellow {
  color: #fbff08;
}

.cOrange {
  color: #cb6f00;
}

/* 背景色 */
.bgRed {
  background: red !important;
}

.bgGreen {
  background: #04ea66 !important;
}

.switchBtn {
  appearance: none;
  -moz-appearance: button;
  -webkit-appearance: none;
  cursor: pointer;
}

.switchBtn {
  position: relative;
  margin: 0;
  width: 50px;
  height: 24px;
  border: 1px solid #51A5D4;
  outline: 0;
  border-radius: 16px;
  box-sizing: border-box;
  background-color: #133E46;
  -webkit-transition: background-color 0.1s, border 0.1s;
  transition: background-color 0.1s, border 0.1s;
}

.switchBtn:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 22px;
  border-radius: 19px;
  background-color: #133E46;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
  transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
}

.switchBtn:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 1px;
  width: 22px;
  height: 22px;
  border-radius: 15px;
  background-color: #FFFFFF;
  /*box-shadow: 0 1PX 3PX rgba(0, 0, 0, 0.4);*/
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
  transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
}

.switchBtn:checked {
  background: #04cccc;
  border: solid 1px #04cccc;
}

.switchBtn:checked:before {
  transform: scale(0);
}

.switchBtn:checked:after {
  transform: translateX(25px);
}

/* 按钮 */
.btnMain {
  width: 100%;
  padding: 10px 0;
  background: #00cccb !important;
  color: #fff;
  border: none;
  font-size: 20px;
  border-radius: 5px;
}

.btnBlue {
  width: 100%;
  padding: 10px 0;
  background: #498aff !important;
  color: #fff;
  border: none;
  font-size: 20px;
  border-radius: 5px;
}

.btnGreen {
  width: 100%;
  padding: 10px 0;
  background: #04ea66 !important;
  color: #fff;
  border: none;
  font-size: 20px;
  border-radius: 5px;
}

/* 字体 */
.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f32 {
  font-size: 32px;
}

/* 字体 */
@font-face {
  font-family: DIGITALDREAMFAT;
  src: url("../font/Digital-dream-Fat.ttf");
}
/* 其他 */
.fwb {
  font-weight: bold;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.padding {
  padding: 0 !important;
}

.cursorP {
  cursor: pointer;
}

.displayBlock {
  display: block;
}

.displayNone {
  display: none;
}

.selectNew {
  width: auto;
  outline: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(30px);
  font-size: 12px;
  padding: 4px 40px;
  padding-left: 11px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/arrowMoreDown.png);
  background-repeat: no-repeat;
  background-position: right 10px top -4px;
  background-size: 26px 30px;
}

.selectNew option {
  background: #010419;
  font-size: 14px;
}

.selectNew option:hover { /*全部无效*/ }

input[type=date] {
  width: 130px;
  outline: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(30px);
  font-size: 14px;
  padding: 4px 10px;
  padding-right: 0;
  border-radius: 5px;
}

input[type=checkbox] {
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  font-size: 16px;
  visibility: hidden;
}

input[type=checkbox]::after {
  position: absolute;
  top: 0;
  color: #fff;
  border: 1px solid #b1b1b1;
  width: 18px;
  height: 18px;
  display: inline-block;
  visibility: visible;
  padding-left: 0;
  text-align: center;
  content: " ";
  border-radius: 3px;
  box-sizing: border-box;
}

input[type=checkbox]:checked::after {
  background-color: #04f2f2;
  border: none;
  content: "✓";
  font-size: 14px;
  font-weight: 700;
}

/* 条状进度条start */
.progressBar, .progressBar li {
  list-style: none;
}

.progressBar {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: flex;
}

.pro_item {
  width: 100%;
  background: red;
  height: 100%;
  margin-right: 1px;
  float: left;
  background: linear-gradient(#fff, #00b8f6 40%, #00b8f6 60%, #fff);
  transition: all 0.1s;
  border-radius: 2px;
}

.prese {
  width: 300px;
  margin: 0 auto;
  font-family: "微软雅黑";
  font-size: 15px;
  width: 300px;
  margin: 0 auto;
  color: #fff;
}

/* 条状进度条end */
/* 滚动条新样式 */
.newScrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.newScrollbar::-webkit-scrollbar-track {
  background: #1d514f;
  border-radius: 10px;
}

.newScrollbar::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #06efeb, #188484);
  border-radius: 10px;
  border: 1px solid #26e7e6;
}

.newScrollbar::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #188484, #06efeb);
  border-radius: 10px;
  border: 1px solid #26e7e6;
}

/* 去除input为number时右侧箭头 */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.indexBox {
  width: 100%;
  height: 100vh;
  min-width: 1240px;
  max-width: 1920px;
  min-height: 768px;
  overflow: hidden;
  position: relative;
}
.indexBox .mapBox {
  width: 100%;
  height: 100%;
}
.indexBox .mapBox .mapBg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexBox .indexBody .bodyHead {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  height: 70px;
  background: url(../images/index/indexTopBg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
}
.indexBox .indexBody .bodyHead .bodyHeadAnimation {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 63px;
  z-index: 1002;
}
.indexBox .indexBody .bodyHead .bodyHeadAnimation::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 133px;
  height: 13px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIUAAAANCAYAAACHOa2JAAACi0lEQVRYhe1YS47bMAx9lGQnF5ij9ECz7aVm2dPNqsCgM42tgpEcMzKtn9OiixAQSJHix9YT5YSg0Jv3mvrRpOZuoKP+Gv3Lmnpz1fjlNtALvpFfieA6C0up9gFr1uXW7Nl6fGrqqc3XMm/1rakzRxIgLM+CT8n8urYXFP/bi+6ZH42hySnP2Wp8amrSKAUCRDdYwHCJsaY4lri+FRStJ7UHAC1yr19PDaWNLum0+V6s1meUJEEAIaeAMInNt3aKlk1vPZGPPnGttiP5SpuuDc2+F6P2WRZKASH5HAcD4nfUz2LcYqmgeBULvq2Iwk+AfkXbC0CfAH0BdAHoHNexPAE0AGaOsgfIxTmPMfgYH+xXbgC78Hnl7MN2YwBDQWdZ5rgUfQhwPtTFNVhEH7+uMdFG0U5Rd7OL+bVOEnGwxnbxLTN3Ue9ifdaG4RxgxRhGwA7AwO/gBLgBcCfAMB+DzvKac5TZtujPAJ3WwToaV04LHwA/An4I7X8egAtzG/hkQ91cJz/C5IH3H8B3cX0sV4g3G0TcI2xDZ8XmAG8VfSyAM3Eib/JfxZI23cYf+NiibV6f2Ge6/xpH2lJTPwqnC8qd7ZPjfvuQE3XMmo840Uh0ubFHJb9dX7VTvN0/7KRt0vrMXbrn9dF4fXBn/ADw8bjr4zPKUwLS6m+KJfheEaTopL6EaEpkLW7tJvbIvbn2AKLpauQcz9UoqQSMSQBjAcVd52j99VECR2rTwECKPgWGti63iT3zGp9UdxQ4NTyXZ6/GlGp/kl5EB+kGRZpIKzTXFTRApH657tJyjdXYen2PALLVt1RjiWr/vGr+SdqSuHZdqf2V6MiLytGRuC2+fzNP99/cT3rSlgD8AWFo7Oqfl1qSAAAAAElFTkSuQmCC);
  -webkit-animation: shiftLeft100 10s linear infinite;
  animation: shiftLeft100 10s linear infinite;
}
.indexBox .indexBody .bodyHead .bodyHeadAnimation::after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  content: "";
  width: 133px;
  height: 13px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIUAAAANCAYAAACHOa2JAAACi0lEQVRYhe1YS47bMAx9lGQnF5ij9ECz7aVm2dPNqsCgM42tgpEcMzKtn9OiixAQSJHix9YT5YSg0Jv3mvrRpOZuoKP+Gv3Lmnpz1fjlNtALvpFfieA6C0up9gFr1uXW7Nl6fGrqqc3XMm/1rakzRxIgLM+CT8n8urYXFP/bi+6ZH42hySnP2Wp8amrSKAUCRDdYwHCJsaY4lri+FRStJ7UHAC1yr19PDaWNLum0+V6s1meUJEEAIaeAMInNt3aKlk1vPZGPPnGttiP5SpuuDc2+F6P2WRZKASH5HAcD4nfUz2LcYqmgeBULvq2Iwk+AfkXbC0CfAH0BdAHoHNexPAE0AGaOsgfIxTmPMfgYH+xXbgC78Hnl7MN2YwBDQWdZ5rgUfQhwPtTFNVhEH7+uMdFG0U5Rd7OL+bVOEnGwxnbxLTN3Ue9ifdaG4RxgxRhGwA7AwO/gBLgBcCfAMB+DzvKac5TZtujPAJ3WwToaV04LHwA/An4I7X8egAtzG/hkQ91cJz/C5IH3H8B3cX0sV4g3G0TcI2xDZ8XmAG8VfSyAM3Eib/JfxZI23cYf+NiibV6f2Ge6/xpH2lJTPwqnC8qd7ZPjfvuQE3XMmo840Uh0ubFHJb9dX7VTvN0/7KRt0vrMXbrn9dF4fXBn/ADw8bjr4zPKUwLS6m+KJfheEaTopL6EaEpkLW7tJvbIvbn2AKLpauQcz9UoqQSMSQBjAcVd52j99VECR2rTwECKPgWGti63iT3zGp9UdxQ4NTyXZ6/GlGp/kl5EB+kGRZpIKzTXFTRApH657tJyjdXYen2PALLVt1RjiWr/vGr+SdqSuHZdqf2V6MiLytGRuC2+fzNP99/cT3rSlgD8AWFo7Oqfl1qSAAAAAElFTkSuQmCC);
  -webkit-animation: shiftRight100 10s linear infinite;
  animation: shiftRight100 10s linear infinite;
  transform: rotateY(180deg);
}
.indexBox .indexBody .bodyHead .leftBox {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 103;
}
.indexBox .indexBody .bodyHead .leftBox.otherLeftBox .timeBox {
  margin-left: 0;
}
.indexBox .indexBody .bodyHead .leftBox.otherLeftBox .timeBox .leftTimeVal {
  padding-left: 0;
}
.indexBox .indexBody .bodyHead .leftBox .nameBox {
  padding: 10px 0;
  box-sizing: border-box;
}
.indexBox .indexBody .bodyHead .leftBox .nameBox .logoImg {
  width: 44px;
  height: 44px;
}
.indexBox .indexBody .bodyHead .leftBox .nameBox .name {
  margin-left: 10px;
  font-weight: 600;
  font-size: 28px;
  background-image: -webkit-linear-gradient(bottom, #f9feff, #c1f4ff, #99edff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexBox .indexBody .bodyHead .leftBox .timeBox {
  color: #03f1f1;
  margin-left: 10px;
  padding: 25px 0;
}
.indexBox .indexBody .bodyHead .leftBox .timeBox #dateBox {
  border-right: 2px solid #03f1f1;
}
.indexBox .indexBody .bodyHead .leftBox .timeBox .timeVal {
  padding: 0 15px;
  font-weight: bold;
  font-size: 14px;
}
.indexBox .indexBody .bodyHead .centerBg {
  max-width: 880px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1003;
}
.indexBox .indexBody .bodyHead .centerBg .imgBox {
  width: 100%;
  min-height: 88px;
}
.indexBox .indexBody .bodyHead .centerBox {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  top: 0;
  z-index: 1004;
  text-align: center;
  background-image: -webkit-linear-gradient(bottom, #f9feff, #5cf7f6, #18f3f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 50px;
  box-sizing: border-box;
}
.indexBox .indexBody .bodyHead .rightBox {
  color: #03f1f1;
  padding: 20px 0;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 1200;
}
.indexBox .indexBody .bodyHead .rightBox .assetsManageBox {
  width: 120px;
  height: 38px;
  line-height: 38px;
  background: url(../images/index/assetsManageBg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  text-align: center;
  margin-right: 30px;
}
.indexBox .indexBody .bodyHead .rightBox .assetsManageBox:hover .assetsManageBody {
  display: block;
}
.indexBox .indexBody .bodyHead .rightBox .assetsManageBox .assetsManageHead {
  cursor: pointer;
}
.indexBox .indexBody .bodyHead .rightBox .assetsManageBox .assetsManageHead .name {
  margin-left: 5px;
  font-weight: bold;
}
.indexBox .indexBody .bodyHead .rightBox .assetsManageBox .assetsManageBody {
  width: 100px;
  margin: 0 10px;
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  text-align: center;
  background: #152e33;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.indexBox .indexBody .bodyHead .rightBox .assetsManageBox .assetsManageBody .listBox {
  width: 100%;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}
.indexBox .indexBody .bodyHead .rightBox .assetsManageBox .assetsManageBody .listBox.active {
  background: #4797b2;
}
.indexBox .indexBody .bodyHead .rightBox .assetsManageBox .assetsManageBody .listBox .name {
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
}
.indexBox .indexBody .bodyHead .rightBox .weatherImg {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.indexBox .indexBody .bodyHead .rightBox #degreesBox {
  font-weight: bold;
}
.indexBox .indexBody .bodyHead .rightBox .weatherData {
  width: 90px;
  margin-left: 25px;
}
.indexBox .indexBody .bodyHead .rightBox .iconBox {
  font-size: 24px;
  background-image: -webkit-linear-gradient(bottom, #59cde6, #52b9dc, #51a5d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexBox .indexBody .noDataBox {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 50px 30px;
  box-sizing: border-box;
}
.indexBox .indexBody .noDataBox .noDataImg {
  width: 60%;
  max-width: 300px;
  padding-bottom: 10px;
}
.indexBox .indexBody .resourceSetBox {
  position: absolute;
  left: 0;
  top: 0;
}
.indexBox .indexBody .resourceSetBox .resourceBox {
  padding-top: 88px;
  padding-left: 30px;
  box-sizing: border-box;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceHead .switchBox {
  padding: 3px 14px;
  border: 2px solid #26e7e6;
  border-radius: 10px;
  color: #26e7e6;
  background: #012d42;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceHead .switchBox.isOpenBox {
  padding-right: 60px;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceHead .switchBox.isOpenBox .switchName {
  right: -2px;
  border: 2px solid #26e7e6;
  background: linear-gradient(to bottom, #05f2ee, #169191);
  animation-name: switchOpen;
  animation-duration: 1s;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceHead .switchBox.isCloseBox {
  padding-left: 60px;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceHead .switchBox.isCloseBox .switchName {
  left: -2px;
  border: 2px solid #26e7e6;
  background: #012d42;
  animation-name: switchClose;
  animation-duration: 1s;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceHead .switchBox .switchName {
  width: 50px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  top: -6px;
  border-radius: 14px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody {
  padding: 20px 0;
  box-sizing: border-box;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .leftBox .ulBox li {
  width: 150px;
  line-height: 44px;
  color: #a3babf;
  background: #012b3f;
  border: 1px solid #28c5c9;
  text-align: center;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 16px;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .leftBox .ulBox li.active, .indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .leftBox .ulBox li:hover {
  color: #fff;
  background: linear-gradient(to bottom, #05f9f6, #37cef2);
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .leftBox .ulBox li img {
  width: 26px;
  height: 26px;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .leftBox .ulBox li .name {
  margin-left: 15px;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox {
  margin-left: 20px;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup {
  min-width: 260px;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #28c5c9;
  border-radius: 8px;
  color: #a3babf;
  background: #012d42;
  overflow: hidden;
  margin-bottom: 10px;
  display: none;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup.basicResourceBox {
  display: block;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .checkboxNew {
  transform: scale(0.8);
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .allName {
  margin-left: 8px;
  font-size: 12px;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .numBox {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 20px;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicHead {
  width: 100%;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicNeck {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicNeck .isCheckAll .allName, .indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicNeck .isCheckAll .numBox {
  color: #04f2f2;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicNeck .isCheckAll .icon-wisdom-choice {
  display: none;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicNeck .isCheckAll .icon-wisdom-choice_s {
  display: inline-block;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicNeck .icon-wisdom-choice {
  display: inline-block;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicNeck .icon-wisdom-choice_s {
  display: none;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicBody {
  width: 100%;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicBody .parentUlBox li {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicBody .parentUlBox li .parentCheckbox .icon-wisdom-choice, .indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicBody .parentUlBox li .sonCheckbox .icon-wisdom-choice {
  display: inline-block;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicBody .parentUlBox li .parentCheckbox .icon-wisdom-choice_s, .indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicBody .parentUlBox li .sonCheckbox .icon-wisdom-choice_s {
  display: none;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicBody .parentUlBox li .isCheck .icon-wisdom-choice {
  display: none;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicBody .parentUlBox li .isCheck .icon-wisdom-choice_s {
  display: inline-block;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicBody .parentUlBox li .isCheck .allName, .indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicBody .parentUlBox li .isCheck .numBox {
  color: #04f2f2;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicBody .parentUlBox li .iconBox {
  margin-right: 10px;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicBody .parentUlBox li .sonUlBox {
  width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  margin-top: 10px;
}
.indexBox .indexBody .resourceSetBox .resourceBox .resourceBody .rightBox .resourceRightPopup .basicBody .parentUlBox li .sonUlBox .sonLiBox {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.indexBox .indexBody .mapPopupBox .mapTriangle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #00e6ff;
}
.indexBox .indexBody .mapPopupBox .mapTriangle::after {
  content: "";
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(8, 20, 38, 0.8);
  top: -9px;
  left: -7px;
}
.indexBox .indexBody .mapPopupBox .mapPopupItem {
  position: absolute;
  top: -90px;
  left: -20px;
  color: #e5f8ff;
  background: rgba(8, 20, 38, 0.8);
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #00e6ff;
  border-radius: 4px;
}
.indexBox .indexBody .mapPopupBox .mapMonitorBox {
  min-width: 520px;
  min-height: 400px;
  display: none;
}
.indexBox .indexBody .mapPopupBox .mapMonitorBox .mapVideoHead .title {
  font-size: 18px;
}
.indexBox .indexBody .mapPopupBox .mapMonitorBox .mapVideoHead .iconBox {
  font-size: 18px;
  margin-left: 10px;
}
.indexBox .indexBody .mapPopupBox .mapMonitorBox .mapVideoBody {
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
}
.indexBox .indexBody .mapPopupBox .mapMonitorBox .mapVideoBody .videoBox {
  width: 520px;
}
.indexBox .indexBody .mapPopupBox .mapMonitorBox .mapVideoFoot {
  color: #e5f8ff;
}
.indexBox .indexBody .mapPopupBox .mapSightseeingCarBox {
  min-width: 500px;
  display: none;
}
.indexBox .indexBody .mapPopupBox .mapSightseeingCarBox .mapCarHead {
  width: 100%;
  padding-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 1px dashed #fff;
}
.indexBox .indexBody .mapPopupBox .mapSightseeingCarBox .mapCarHead .rightBox .monitorIcon {
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  border: solid 1px rgba(41, 204, 204, 0.5);
  margin-right: 10px;
  font-size: 12px;
  cursor: pointer;
}
.indexBox .indexBody .mapPopupBox .mapSightseeingCarBox .mapCarBody {
  width: 100%;
  padding-bottom: 10px;
}
.indexBox .indexBody .mapPopupBox .mapSightseeingCarBox .mapCarBody .listBox {
  padding-top: 15px;
}
.indexBox .indexBody .mapPopupBox .mapSightseeingCarBox .mapCarBody .listBox .leftBox {
  width: 60%;
}
.indexBox .indexBody .mapPopupBox .mapSightseeingCarBox .mapCarBody .listBox .rightBox {
  width: 40%;
}
.indexBox .indexBody .mapPopupBox .mapCarParkBox {
  min-width: 280px;
  display: none;
}
.indexBox .indexBody .mapPopupBox .mapCarParkBox .carParkBox .leftBox {
  padding-right: 10px;
}
.indexBox .indexBody .mapPopupBox .mapCarParkBox .carParkBox .leftBox .topBox {
  font-size: 20px;
  margin-bottom: 10px;
}
.indexBox .indexBody .mapPopupBox .mapCarParkBox .carParkBox .rightBox {
  border-left: 1px dotted rgba(0, 234, 255, 0.2);
  padding-left: 10px;
}
.indexBox .indexBody .mapPopupBox .mapCarParkBox .carParkBox .rightBox .listBox {
  margin-top: 10px;
}
.indexBox .indexBody .mapPopupBox .mapCarParkBox .carParkBox .rightBox .listBox .itemBox {
  color: #c3dbe5;
}
.indexBox .indexBody .mapPopupBox .mapCarParkBox .carParkBox .rightBox .listBox .itemBox:first-child {
  margin-right: 20px;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
  padding-top: 88px;
  box-sizing: border-box;
  display: none;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox.isFull {
  z-index: 10000;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox.isFull .carFullPopupBody {
  width: 100vw;
  height: 100vh;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody {
  width: 900px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, #0d64bb, #6aafdf);
  border-radius: 5px;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataHead {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #2b78c4;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataHead .title {
  font-size: 18px;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataHead .iconBox {
  font-size: 24px;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataNeck {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataNeck .neckLeft {
  font-size: 16px;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataNeck .neckLeft .degreesBox {
  font-size: 20px;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataNeck .neckLeft .degreesBox .degrees {
  font-size: 60px;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataNeck .neckRight .qualityBox {
  font-size: 16px;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataNeck .neckRight .qualityBox span {
  margin-right: 10px;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataNeck .neckRight .qualityBox .quality {
  font-size: 60px;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataNeck .neckRight .qualityUl li {
  margin-right: 40px;
  font-size: 16px;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataNeck .neckRight .qualityUl li:last-child {
  margin-right: 0;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataNeck .neckRight .qualityUl li .pmVal {
  color: #c3d1e1;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataBody {
  width: 100%;
  padding: 0 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataBody .weatherUlBox {
  width: 100%;
  min-height: 250px;
  border: 1px solid #62a1d7;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataBody .weatherUlBox .weatherResult {
  width: 100%;
  position: relative;
  z-index: 100;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataBody .weatherUlBox .weatherResult .refreshWeatherData {
  padding: 10px 20px;
  box-sizing: border-box;
  margin-top: 20px;
  background: #00B8F6;
  border-radius: 5px;
  cursor: pointer;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataBody .weatherUlBox .listBox {
  flex: 1;
  max-width: 130px;
  text-align: center;
  border-right: 1px solid #62a1d7;
  padding: 10px;
  box-sizing: border-box;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataBody .weatherUlBox .listBox .topBox .date {
  color: #c3d1e1;
  padding: 8px 0;
  box-sizing: border-box;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataBody .weatherUlBox .listBox .topBox .weatherState .weatherImg {
  width: 24px;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .weatherDataBody .dataBody .weatherLineChart {
  width: 860px;
  height: 120px;
  position: absolute;
  top: 100px;
  left: 0;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .carFullPopupBody {
  width: 1200px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(8, 20, 38, 0.8);
  border: 1px solid #00e6ff;
  border-radius: 4px;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .carFullPopupBody .dataHead {
  width: 100%;
  padding: 14px 20px;
  box-sizing: border-box;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .carFullPopupBody .dataHead .title {
  font-size: 16px;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .carFullPopupBody .dataHead .iconBox {
  font-size: 20px;
  padding-left: 10px;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .carFullPopupBody .dataBody {
  width: 100%;
  flex: 1;
}
.indexBox .indexBody .fullScreenPopupBox .fullPopupBox .carFullPopupBody .dataBody .iframeBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.indexBox .indexBody .addControlPopup {
  min-width: 450px;
  min-height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(2, 73, 112, 0.7);
  backdrop-filter: blur(30px);
  border: 2px solid #3fb1e1;
  border-radius: 5px;
  z-index: 98;
  display: none;
}
.indexBox .indexBody .addControlPopup .addControlHead {
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #666;
  margin-bottom: 20px;
  background: #012335;
  padding: 6px 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
}
.indexBox .indexBody .addControlPopup .iconCloseBox {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 16px;
  padding-right: 10px;
  padding-top: 10px;
}
.indexBox .indexBody .addControlPopup .addControlBody {
  width: 100%;
  max-height: 460px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.indexBox .indexBody .addControlPopup .addControlBody .listBox {
  flex: 1;
  margin-bottom: 20px;
}
.indexBox .indexBody .addControlPopup .addControlBody .listBox .leftBox {
  min-width: 60px;
}
.indexBox .indexBody .addControlPopup .addControlBody .listBox .rightBox {
  flex: 1;
}
.indexBox .indexBody .addControlPopup .addControlBody .listBox .rightBox .iptBox {
  width: 100%;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background: #0f2c3e;
  border: 1px solid #094c67;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 10px;
}
.indexBox .indexBody .addControlPopup .addControlBody .listBox .rightBox .selectBox {
  padding-top: 8px;
  padding-bottom: 8px;
  background-position: right 10px top 0px;
}
.indexBox .indexBody .addControlPopup .addControlFoot {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.indexBox .indexBody .addControlPopup .addControlFoot .footBtn {
  min-width: 80px;
  text-align: center;
  line-height: 34px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
}
.indexBox .indexBody .addControlPopup .addControlFoot .footBtn.footSaveBtn {
  background: #04cccc;
  margin-right: 20px;
}
.indexBox .indexBody .addControlPopup .addControlFoot .footBtn.footCancelBtn {
  background: #0f2c3e;
}
.indexBox .indexBody .leftPopup {
  max-width: 370px;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  color: #fff;
  animation-name: leftPopupIn;
  animation-duration: 1s;
}
.indexBox .indexBody .leftPopup .isShowPopup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(30px);
  padding-top: 88px;
  box-sizing: border-box;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}
.indexBox .indexBody .leftPopup .isShowPopup.showControlBox {
  display: block;
}
.indexBox .indexBody .leftPopup .popupListBox {
  width: 370px;
  height: 100%;
}
.indexBox .indexBody .leftPopup .popupListBox .popupListHead {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
.indexBox .indexBody .leftPopup .popupListBox .popupListHead .titleBox {
  width: 100%;
  height: 40px;
  background: url(../images/titleBg.png) no-repeat;
  background-size: 100% 100%;
}
.indexBox .indexBody .leftPopup .popupListBox .popupListHead .titleBox .titleIcon {
  width: 26px;
  height: 22px;
  margin-right: 10px;
}
.indexBox .indexBody .leftPopup .popupListBox .popupListHead .titleBox .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 10px;
}
.indexBox .indexBody .leftPopup .popupListBox .gateTotalBox {
  width: 100%;
  padding-top: 20px;
}
.indexBox .indexBody .leftPopup .popupListBox .gateTotalBox .gateTotalList {
  width: 100%;
  padding: 0 20px;
  padding-top: 10px;
  box-sizing: border-box;
}
.indexBox .indexBody .leftPopup .popupListBox .gateTotalBox .gateTotalList .totalTitle {
  text-align: center;
  padding-bottom: 5px;
  font-weight: bold;
}
.indexBox .indexBody .leftPopup .popupListBox .gateTotalBox .gateTotalList .gateTotalBody {
  width: 100%;
  min-height: 95px;
  position: relative;
  background: url(../images/gateTotalBg.png) no-repeat;
  background-size: 100% 100%;
}
.indexBox .indexBody .leftPopup .popupListBox .gateTotalBox .gateTotalList .gateTotalBody .gifBox {
  width: 90px;
  height: 90px;
  -webkit-transform: rotate(360deg);
  animation: transform360 5s linear infinite;
  -moz-animation: transform360 5s linear infinite;
  -webkit-animation: transform360 5s linear infinite;
  -o-animation: transform360 5s linear infinite;
}
.indexBox .indexBody .leftPopup .popupListBox .gateTotalBox .gateTotalList .gateTotalBody .imgBox {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  left: 25px;
}
.indexBox .indexBody .leftPopup .popupListBox .gateTotalBox .gateTotalList .gateTotalBody .imgRightBox {
  width: 192px;
  height: 46px;
  position: relative;
  bottom: 18px;
}
.indexBox .indexBody .leftPopup .popupListBox .gateTotalBox .gateTotalList .gateTotalBody .imgRightBox.totalSales {
  left: 17px;
}
.indexBox .indexBody .leftPopup .popupListBox .gateTotalBox .gateTotalList .gateTotalBody .number {
  position: absolute;
  right: 22px;
  top: 34px;
  font-size: 30px;
  letter-spacing: 8px;
  font-family: DIGITALDREAMFAT;
  background-image: -webkit-linear-gradient(bottom, #f9feff, #5cf7f6, #18f3f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexBox .indexBody .leftPopup .popupListBox .gateTotalBox .gateTotalList .gateTotalBody .number.gateNumber {
  right: 38px;
}
.indexBox .indexBody .leftPopup .popupListBox .gateTotalBox .gateTotalList .gateTotalBody .spreadBox {
  position: absolute;
  right: 4px;
  top: 32px;
  font-size: 32px;
  cursor: pointer;
}
.indexBox .indexBody .leftPopup .popupListBox .statisticalData {
  width: 100%;
  padding: 0 20px;
  padding-top: 30px;
  box-sizing: border-box;
}
.indexBox .indexBody .leftPopup .popupListBox .statisticalData .dataBox {
  width: 100%;
  height: 300px;
  background-image: url(../images/chartBg01.png);
  background-size: 100% 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.indexBox .indexBody .leftPopup .popupListBox .statisticalData .dataBox .title {
  width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  padding-top: 12px;
}
.indexBox .indexBody .leftPopup .popupListBox .statisticalData .dataBox .unitBox {
  position: absolute;
  top: 52px;
  right: 30px;
  font-size: 14px;
  color: #c3c7d0;
}
.indexBox .indexBody .leftPopup .popupListBox .statisticalData .dataBox .chartBox {
  width: 300px;
  height: 300px;
}
.indexBox .indexBody .leftPopup .popupListBox .statisticalData .dataBox .chartBox.ticketingDataChart {
  margin-top: 15px;
  height: 260px;
}
.indexBox .indexBody .leftPopup .popupListBox .situationData {
  width: 100%;
  padding: 20px;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
}
.indexBox .indexBody .leftPopup .popupListBox .situationData .titleBox .leftImg {
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
  position: relative;
  top: 2px;
}
.indexBox .indexBody .leftPopup .popupListBox .situationData .titleBox .title {
  flex: 1;
  border: 1px solid #098c94;
  border-radius: 20px;
  padding: 6px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  margin: 0 30px;
}
.indexBox .indexBody .leftPopup .popupListBox .situationData .titleBox .title .titleIcon {
  width: 26px;
  height: 22px;
  margin-right: 10px;
}
.indexBox .indexBody .leftPopup .popupListBox .situationData .titleBox .rightImg {
  width: 32px;
  height: 32px;
  transform: rotate(270deg);
}
.indexBox .indexBody .leftPopup .popupListBox .situationData .situationDataChart {
  width: 300px;
  height: 300px;
}
.indexBox .indexBody .leftPopup .popupListBox .situationData .chartBg {
  width: 280px;
  position: absolute;
  top: 100px;
  right: 30px;
  height: 205px;
  z-index: -1;
}
.indexBox .indexBody .leftPopup .popupListBox .scenicLeftHead {
  width: 100%;
  padding: 20px 40px;
  padding-bottom: 0;
  box-sizing: border-box;
}
.indexBox .indexBody .leftPopup .popupListBox .scenicLeftHead .numberBox {
  font-size: 14px;
}
.indexBox .indexBody .leftPopup .popupListBox .scenicLeftHead .numberBox .number {
  color: #05f58d;
}
.indexBox .indexBody .leftPopup .popupListBox .scenicLeftHead .numberList {
  width: 100%;
  margin-top: 10px;
}
.indexBox .indexBody .leftPopup .popupListBox .scenicLeftHead .numberList li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: url(../images/scenicIcon.png) no-repeat;
  background-size: 100% 100%;
}
.indexBox .indexBody .leftPopup .popupListBox .scenicLeftHead .numberList li span {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 30px;
  text-align: center;
  font-family: DIGITALDREAMFAT;
  background-image: -webkit-linear-gradient(bottom, #f9feff, #5cf7f6, #18f3f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexBox .indexBody .leftPopup .popupListBox .meterBox {
  position: relative;
}
.indexBox .indexBody .leftPopup .popupListBox .meterBox .meterChart {
  width: 280px;
  height: 200px;
  margin: 0 auto;
}
.indexBox .indexBody .leftPopup .popupListBox .meterBox .meterChartBg {
  width: 200px;
  position: absolute;
  top: 15px;
  left: 86px;
  z-index: -1;
}
.indexBox .indexBody .leftPopup .popupListBox .meterBox .meterTitle {
  position: absolute;
  bottom: 20px;
  left: 164px;
  font-size: 16px;
  font-weight: bold;
}
.indexBox .indexBody .leftPopup .popupListBox .specialTitleBox {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.indexBox .indexBody .leftPopup .popupListBox .specialTitleBox .titleBox {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: url(../images/carParkTitleBg.png) no-repeat;
  background-size: 100% 100%;
}
.indexBox .indexBody .leftPopup .popupListBox .specialTitleBox .titleBox .titleIcon {
  margin-right: 10px;
}
.indexBox .indexBody .leftPopup .popupListBox .carParkDetail {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.indexBox .indexBody .leftPopup .popupListBox .carParkDetail .detailBody {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}
.indexBox .indexBody .leftPopup .popupListBox .carParkDetail .detailBody .itemBox {
  width: 48%;
  min-height: 135px;
  background: url(../images/carParkLeftBg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
  padding: 15px 10px;
  box-sizing: border-box;
}
.indexBox .indexBody .leftPopup .popupListBox .carParkDetail .detailBody .itemBox .name {
  font-weight: bold;
  padding-top: 10px;
}
.indexBox .indexBody .leftPopup .popupListBox .carParkDetail .detailBody .itemBox .numBox.numBoxOther .num, .indexBox .indexBody .leftPopup .popupListBox .carParkDetail .detailBody .itemBox .numBox.numBoxOther .unit {
  background-image: -webkit-linear-gradient(bottom, #f1a431, #f6c97d, #fbeeca);
}
.indexBox .indexBody .leftPopup .popupListBox .carParkDetail .detailBody .itemBox .numBox .num {
  font-size: 34px;
  padding-right: 5px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(bottom, #3da486, #5bc4a7, #8dfbdf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexBox .indexBody .leftPopup .popupListBox .carParkDetail .detailBody .itemBox .numBox .num.parkingNum {
  font-size: 50px;
}
.indexBox .indexBody .leftPopup .popupListBox .carParkDetail .detailBody .itemBox .numBox .unit {
  position: relative;
  bottom: 10px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(bottom, #3da486, #5bc4a7, #8dfbdf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexBox .indexBody .leftPopup .popupListBox .scenicLeftNeck {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.indexBox .indexBody .leftPopup .popupListBox .scenicLeftNeck .leftNeckItem {
  width: 50%;
  position: relative;
  background: url(../images/scenicBg.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.indexBox .indexBody .leftPopup .popupListBox .scenicLeftNeck .leftNeckItem .gifBox {
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(360deg);
  animation: transform360 5s linear infinite;
  -moz-animation: transform360 5s linear infinite;
  -webkit-animation: transform360 5s linear infinite;
  -o-animation: transform360 5s linear infinite;
}
.indexBox .indexBody .leftPopup .popupListBox .scenicLeftNeck .leftNeckItem .imgBox {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 14px;
  left: 14px;
}
.indexBox .indexBody .leftPopup .popupListBox .scenicLeftNeck .leftNeckItem .peopleNumBox {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.indexBox .indexBody .leftPopup .popupListBox .scenicLeftNeck .leftNeckItem .peopleNumBox .title {
  font-size: 12px;
  padding-bottom: 2px;
}
.indexBox .indexBody .leftPopup .popupListBox .scenicLeftNeck .leftNeckItem .peopleNumBox .num {
  padding-top: 2px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(bottom, #f9feff, #91e1f9, #4ecff6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexBox .indexBody .leftPopup .popupListBox .showCentrePopup {
  min-width: 160px;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  border: 2px solid #04f2f2;
  margin-top: 20px;
  cursor: pointer;
}
.indexBox .indexBody .leftPopup .popupListBox .showCentrePopup .iconBox {
  font-size: 18px;
  padding-right: 5px;
}
.indexBox .indexBody .leftPopup .popupListBox .passengerFlowBox {
  width: 100%;
  flex: 1;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
}
.indexBox .indexBody .leftPopup .popupListBox .passengerFlowBox .passengerFlowBody {
  width: 100%;
  padding-bottom: 30px;
}
.indexBox .indexBody .leftPopup .popupListBox .passengerFlowBox .passengerFlowBody .listBox {
  width: 100%;
  margin-bottom: 10px;
}
.indexBox .indexBody .leftPopup .popupListBox .passengerFlowBox .passengerFlowBody .listBox .leftBox {
  width: 80px;
  text-align: center;
  border: 2px solid #04f2f2;
  padding: 5px 8px;
  box-sizing: border-box;
  margin-right: 10px;
  font-size: 14px;
}
.indexBox .indexBody .leftPopup .popupListBox .passengerFlowBox .passengerFlowBody .listBox .rightBox {
  flex: 1;
}
.indexBox .indexBody .leftPopup .popupListBox .passengerFlowBox .passengerFlowBody .listBox .rightBox .titleBox {
  margin-bottom: 6px;
}
.indexBox .indexBody .leftPopup .popupListBox .passengerFlowBox .passengerFlowBody .listBox .rightBox .progressItem {
  width: 100%;
  height: 12px;
  background: #09212c;
}
.indexBox .indexBody .leftPopup .popupListBox .passengerFlowBox .passengerFlowBody .listBox .rightBox .progressItem .progressSonItem {
  width: 50%;
  height: 100%;
  background: #03fffb;
}
.indexBox .indexBody .leftPopup .popupListBox .passengerFlowBox .passengerFlowBody .listBox .rightBox .progressBarItem {
  width: 100%;
  height: 18px;
  background: url(../images/progressBarVal.png);
  background-size: 100%;
  position: relative;
}
.indexBox .indexBody .leftPopup .popupListBox .passengerFlowBox .passengerFlowBody .listBox .rightBox .progressBarItem .progressSonBarItem {
  height: 100%;
  background: #09212c;
  position: absolute;
  top: 0;
  right: 0;
}
.indexBox .indexBody .leftPopup .popupListBox .songBox {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.indexBox .indexBody .leftPopup .popupListBox .songBox .songList {
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
  padding: 4px;
  box-sizing: border-box;
  border: 1px solid #03fffb;
}
.indexBox .indexBody .leftPopup .popupListBox .songBox .songList li {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .indexBody .leftPopup .popupListBox .songBox .songList li:nth-child(odd) {
  background: linear-gradient(to right, #03fbf8, #0d394b);
}
.indexBox .indexBody .leftPopup .popupListBox .wifiBox {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.indexBox .indexBody .leftPopup .popupListBox .wifiBox .chartBox {
  width: 320px;
  height: 260px;
}
.indexBox .indexBody .leftPopup .popupListBox .wifiChartBox {
  width: 100%;
  position: relative;
}
.indexBox .indexBody .leftPopup .popupListBox .wifiChartBox .chartBg {
  width: 280px;
  height: 200px;
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: -1;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlHead {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlHead .name {
  font-size: 12px;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlHead .typeBox {
  font-size: 12px;
  margin-right: 10px;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlHead .typeBox .typeSelect {
  width: 124px;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlHead .typeBox .locationSelect {
  width: 30px;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlHead .locationBox .typeSelect {
  width: 98px;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlHead .addDataBox .leftBox {
  flex: 1;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background: #0f2c3e;
  border: 1px solid #094c67;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlHead .addDataBox .leftBox .iptBox {
  flex: 1;
  padding-left: 20px;
  box-sizing: border-box;
  color: #fff;
  background: #0f2c3e;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlHead .addDataBox .leftBox .iptBox::-webkit-input-placeholder {
  color: #c3c7d0 !important;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlHead .addDataBox .leftBox .iconBox {
  width: 50px;
  text-align: center;
  cursor: pointer;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlHead .addDataBox .rightBox {
  width: 80px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-left: 10px;
  color: #fff;
  background: #04cccc;
  border-radius: 5px;
  cursor: pointer;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlHead .addDataBox .rightBox.isClick {
  animation-name: searchBtnClick;
  animation-duration: 1s;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody {
  width: 100%;
  flex: 1;
  padding: 0 20px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .tableBox {
  border: 1px solid #48dedd;
  box-sizing: border-box;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList {
  width: 100%;
  box-sizing: border-box;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable {
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 0;
  margin: 0;
  position: relative;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable thead {
  width: 100%;
  display: table;
  table-layout: fixed;
  background: #51a5d4;
  padding-right: 10px;
  box-sizing: border-box;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable thead.hasScrollBar {
  width: calc(100% - 10px);
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable thead .thBox {
  border: 1px solid #168694;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable thead .thBox td {
  border-right: 1px solid #168694;
  padding: 14px 2px;
  vertical-align: middle;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable thead .thBox td:nth-child(1) {
  width: 160px;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable thead .thBox td:nth-child(2) {
  width: 80px;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable thead .thBox td:nth-child(4) {
  border-right: 1px solid #00B8F6;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable tbody {
  max-height: 72vh;
  display: block;
  overflow: hidden;
  overflow-y: auto;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable tbody .trBox {
  width: 100%;
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid #168694;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable tbody .trBox:hover, .indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable tbody .trBox.active {
  background: rgba(3, 255, 251, 0.8) !important;
  backdrop-filter: blur(30px);
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable tbody .trBox:hover .operationBox, .indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable tbody .trBox.active .operationBox {
  color: #fff;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable tbody .trBox:nth-child(odd) {
  background: rgba(3, 255, 251, 0.3);
  backdrop-filter: blur(30px);
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable tbody .trBox td {
  border-right: 1px solid #168694;
  padding: 14px 2px;
  vertical-align: middle;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable tbody .trBox td:nth-child(1) {
  width: 160px;
}
.indexBox .indexBody .leftPopup .popupListBox .showControlBody .showControlList .showControlTable tbody .trBox td:nth-child(2) {
  width: 80px;
}
.indexBox .indexBody .leftMorePopup {
  width: 42px;
  position: absolute;
  left: 370px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: none;
}
.indexBox .indexBody .leftMorePopup.showControlMorePopup {
  display: block;
}
.indexBox .indexBody .leftMorePopup .showImg {
  display: none;
}
.indexBox .indexBody .rightPopup {
  max-width: 370px;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  color: #fff;
  animation-name: rightPopupIn;
  animation-duration: 1s;
}
.indexBox .indexBody .rightPopup .isShowPopup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(30px);
  padding-top: 88px;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}
.indexBox .indexBody .rightPopup .popupListBox {
  width: 370px;
  height: 100%;
}
.indexBox .indexBody .rightPopup .popupListBox.monitorBox {
  display: flex;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListHead {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListHead .titleBox {
  width: 100%;
  height: 40px;
  background: url(../images/titleBg.png) no-repeat;
  background-size: 100% 100%;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListHead .titleBox .titleIcon {
  width: 26px;
  height: 22px;
  margin-right: 10px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListHead .titleBox .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 10px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody {
  width: 100%;
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList {
  width: 100%;
  height: 100%;
  min-height: 80vh;
  background: url(../images/popupBg.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listHead {
  width: 100%;
  overflow: hidden;
  padding: 0 30px;
  box-sizing: border-box;
  margin-top: 20px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listHead .navBox {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listHead .navBox .item {
  width: 50%;
  display: inline-block;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #0e4a64;
  background: #0f2c3e;
  cursor: pointer;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listHead .navBox .item.active {
  background: #04cccc;
  border: 1px solid #04cccc;
  animation-name: listHeadActive;
  animation-duration: 1s;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listNeck {
  width: 100%;
  padding: 20px 30px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listNeck .iptBox {
  flex: 1;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background: #0f2c3e;
  border: 1px solid #094c67;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listNeck .iptBox::-webkit-input-placeholder {
  color: #c3c7d0 !important;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listNeck .searchBtn {
  width: 80px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-left: 10px;
  color: #fff;
  background: #04cccc;
  border-radius: 5px;
  cursor: pointer;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listNeck .searchBtn.isClick {
  animation-name: searchBtnClick;
  animation-duration: 1s;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listAll {
  width: 100%;
  margin-bottom: 15px;
  padding: 0 30px;
  box-sizing: border-box;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listAll .allBox .choiceBox .allName {
  cursor: pointer;
  color: #c4dae5;
  padding: 0 8px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody {
  width: 100%;
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  padding-left: 30px;
  box-sizing: border-box;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox {
  margin-bottom: 15px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemHead {
  margin-bottom: 15px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemHead .downArrowMore {
  padding: 0 5px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemHead .name {
  padding-left: 10px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody {
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList {
  position: relative;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListSelect {
  position: absolute;
  top: 13px;
  left: 15px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList.isHide {
  margin-bottom: 10px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList.isHide .itemListBody {
  display: none;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList.isHide .itemListHead .arrowMore.arrowMoreUp {
  display: inline-block;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList.isHide .itemListHead .arrowMore.arrowMoreDown {
  display: none;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListHead {
  width: 100%;
  min-height: 42px;
  padding: 5px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #c4dae5;
  background: url(../images/rightListBg.png) no-repeat;
  background-size: 100% 100%;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListHead .broadcastBox .broadcast {
  padding: 0 5px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListHead .broadcastBox .mute {
  display: none;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListHead .broadcastBox .iconBox {
  font-size: 18px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListHead .broadcastBox .img {
  width: 20px;
  height: 14px;
  margin: 0 10px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListHead .name {
  width: 170px;
  padding-left: 28px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListHead .arrowMore {
  width: 32px;
  height: 32px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListHead .arrowMore.arrowMoreUp {
  display: none;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListHead .arrowMore.arrowMoreDown {
  display: inline-block;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListBody {
  width: 100%;
  padding-bottom: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListBody .imgBox {
  width: 105px;
  height: 88px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListBody .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListBody .statusBox {
  flex: 1;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListBody .statusBox .nameBox {
  padding-bottom: 10px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListBody .statusBox .nameBox .title {
  max-width: 120px;
  display: inline-block;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListBody .statusBox .ipBox {
  padding-bottom: 10px;
  box-sizing: border-box;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListBody .statusBox .status .onLine {
  width: 60px;
  height: 30px;
  line-height: 30px;
  background: #2bd17d;
  text-align: center;
  border-radius: 5px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .itemBox .itemBody .itemList .itemListBody .statusBox .status .offLine {
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: #6b7379;
  text-align: center;
  border-radius: 5px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .scenicListBox {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  box-sizing: border-box;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .scenicListBox .imgBox {
  width: 105px;
  height: 88px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .scenicListBox .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .scenicListBox .detailBox {
  flex: 1;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
  color: #c4dbe5;
}
.indexBox .indexBody .rightPopup .popupListBox .popupListBody .choiceList .listBody .scenicListBox .detailBox .name {
  width: 170px;
  font-size: 16px;
  color: #fff;
  padding-bottom: 4px;
}
.indexBox .indexBody .rightPopup .popupListBox .chartBox {
  width: 400px;
  height: 200px;
}
.indexBox .indexBody .rightPopup .popupListBox .chartBox.ageGroupChart {
  padding-top: 10px;
}
.indexBox .indexBody .rightPopup .popupListBox .chartBox.vacationDataChart {
  width: 300px;
}
.indexBox .indexBody .rightPopup .popupListBox .statisticalData {
  width: 100%;
  padding: 0 20px;
  padding-top: 10px;
  box-sizing: border-box;
}
.indexBox .indexBody .rightPopup .popupListBox .statisticalData .dataBox {
  width: 100%;
  height: 270px;
  background-image: url(../images/chartBg02.png);
  background-size: 100% 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.indexBox .indexBody .rightPopup .popupListBox .statisticalData .dataBox .title {
  width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  padding-top: 12px;
}
.indexBox .indexBody .rightPopup .popupListBox .ageGroupBox {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.indexBox .indexBody .rightPopup .popupListBox .ageGroupBox .ageGroupUl {
  width: 100%;
  border: 2px solid #248087;
  font-size: 14px;
  padding-top: 10px;
  background: #122c39;
}
.indexBox .indexBody .rightPopup .popupListBox .ageGroupBox .ageGroupUl li {
  width: 33.333333%;
  padding-left: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.indexBox .indexBody .rightPopup .popupListBox .ageGroupBox .ageGroupUl li em {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  box-sizing: border-box;
}
.indexBox .indexBody .rightPopup .popupListBox .ageGroupBox .ageGroupUl li:nth-child(1) em {
  background: #f9d96a;
}
.indexBox .indexBody .rightPopup .popupListBox .ageGroupBox .ageGroupUl li:nth-child(2) em {
  background: #28b7fe;
}
.indexBox .indexBody .rightPopup .popupListBox .ageGroupBox .ageGroupUl li:nth-child(3) em {
  background: #07bf8d;
}
.indexBox .indexBody .rightPopup .popupListBox .ageGroupBox .ageGroupUl li:nth-child(4) em {
  background: #d397ff;
}
.indexBox .indexBody .rightPopup .popupListBox .ageGroupBox .ageGroupUl li:nth-child(5) em {
  background: #ff9898;
}
.indexBox .indexBody .rightPopup .popupListBox .showCentrePopup {
  min-width: 160px;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  border: 2px solid #04f2f2;
  margin-top: 20px;
  cursor: pointer;
}
.indexBox .indexBody .rightPopup .popupListBox .showCentrePopup.carParkAnalysis {
  margin-bottom: 20px;
}
.indexBox .indexBody .rightPopup .popupListBox .showCentrePopup .iconBox {
  font-size: 18px;
  padding-right: 5px;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList {
  width: 100%;
  min-height: 220px;
  padding: 25px 20px;
  box-sizing: border-box;
  background: url(../images/carParkRightBg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .leftBox {
  flex: 1;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .leftBox .title {
  font-weight: bold;
  background-image: -webkit-linear-gradient(bottom, #f9feff, #55fffc, #20dee0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .leftBox .totalBox {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .leftBox .totalBox .name {
  position: relative;
  top: 4px;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .leftBox .totalBox .num {
  font-size: 30px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(bottom, #3da486, #5bc4a7, #8dfbdf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .leftBox .parkingLotBox {
  position: relative;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .leftBox .parkingLotBox .circleBox {
  width: 90px;
  height: 90px;
  border: 2px solid #43d5b4;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 10px;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .leftBox .parkingLotBox .circleBox::after {
  content: "";
  width: 110px;
  height: 110px;
  border: 2px solid #1ceced;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  left: -12px;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .leftBox .chartBox {
  width: 90%;
  height: 110px;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .rightBox {
  width: 160px;
  padding-left: 20px;
  box-sizing: border-box;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .rightBox .imgBox {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .rightBox .dataBox {
  position: relative;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .rightBox .dataBox li {
  width: 100%;
  padding-bottom: 5px;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .rightBox .dataBox li.dataTwo .spotBox {
  background: rgba(0, 234, 167, 0.5);
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .rightBox .dataBox li.dataTwo .spotBox::after {
  background: rgb(0, 234, 167);
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .rightBox .dataBox li.dataTwo .num {
  color: #00eaa6;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .rightBox .dataBox li.dataThree .spotBox {
  background: rgba(254, 222, 2, 0.5);
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .rightBox .dataBox li.dataThree .spotBox::after {
  background: rgb(254, 222, 2);
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .rightBox .dataBox li.dataThree .num {
  color: #fedd01;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .rightBox .dataBox li .spotBox {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 239, 254, 0.5);
  position: absolute;
  top: 8px;
  left: -25px;
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .rightBox .dataBox li .spotBox::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(0, 239, 254);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.indexBox .indexBody .rightPopup .popupListBox .parkingDataBox .parkingList .rightBox .dataBox li .num {
  font-size: 22px;
  font-weight: bold;
  color: #05e7fd;
}
.indexBox .indexBody .rightMorePopup {
  width: 42px;
  position: absolute;
  right: 370px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  cursor: pointer;
}
.indexBox .indexBody .rightMorePopup .showImg {
  display: none;
}
.indexBox .indexBody .centerPopup .todayCheckTicketTotal {
  min-width: 225px;
  min-height: 250px;
  position: absolute;
  left: 440px;
  top: 180px;
  z-index: 11;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(30px);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #2d89ba;
  display: none;
}
.indexBox .indexBody .centerPopup .todayCheckTicketTotal .totalHead {
  width: 100%;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #013046, #011624);
}
.indexBox .indexBody .centerPopup .todayCheckTicketTotal .totalHead .leftBox {
  color: #fff;
  padding-right: 20px;
}
.indexBox .indexBody .centerPopup .todayCheckTicketTotal .totalHead .rightBox {
  color: #ff5e58;
  cursor: pointer;
}
.indexBox .indexBody .centerPopup .todayCheckTicketTotal .totalBody {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.indexBox .indexBody .centerPopup .todayCheckTicketTotal .totalBody li {
  width: 100%;
  color: #c4dae5;
  padding-bottom: 10px;
}
.indexBox .indexBody .centerPopup .todayCheckTicketTotal .totalBody li:last-child {
  padding-bottom: 0;
}
.indexBox .indexBody .centerPopup .todayCheckTicketTotal .totalBody li .gateName {
  padding-right: 10px;
}
.indexBox .indexBody .centerPopup .centerLeftPopup {
  position: absolute;
  left: 440px;
  bottom: 270px;
  z-index: 11;
}
.indexBox .indexBody .centerPopup .centerLeftPopup .isShowPopup {
  width: 420px;
  height: 300px;
  background: rgba(2, 73, 112, 0.7);
  backdrop-filter: blur(30px);
  border: 2px solid #3fb1e1;
  border-radius: 5px;
  color: #fff;
  display: none;
}
.indexBox .indexBody .centerPopup .centerLeftPopup .isShowPopup.broadcastBox {
  width: 320px;
  height: 80px;
  border: none;
  background: none;
}
.indexBox .indexBody .centerPopup .centerLeftPopup .isShowPopup.broadcastBox .audioBox {
  width: 320px;
  height: 80px;
  border-radius: 0;
  background: #102129;
}
.indexBox .indexBody .centerPopup .centerLeftPopup .centerRightHead {
  width: 100%;
  background: #012335;
  padding: 4px 8px;
  box-sizing: border-box;
}
.indexBox .indexBody .centerPopup .centerLeftPopup .centerRightHead .spotBox {
  color: #ff5e58;
  cursor: pointer;
}
.indexBox .indexBody .centerPopup .centerLeftPopup .centerRightBody {
  position: relative;
}
.indexBox .indexBody .centerPopup .centerLeftPopup .centerRightBody .chartBox {
  width: 420px;
  height: 300px;
}
.indexBox .indexBody .centerPopup .centerLeftPopup .centerRightBody .chartBg {
  width: 340px;
  position: absolute;
  top: 14px;
  right: 40px;
  z-index: -1;
}
.indexBox .indexBody .centerPopup .centerLeftPopup .centerRightBody .selectAllBox {
  position: absolute;
  top: 10px;
  right: 30px;
}
.indexBox .indexBody .centerPopup .centerRightPopup {
  position: absolute;
  right: 450px;
  bottom: 270px;
  z-index: 11;
}
.indexBox .indexBody .centerPopup .centerRightPopup .isShowPopup {
  width: 420px;
  height: 300px;
  background: rgba(2, 73, 112, 0.7);
  backdrop-filter: blur(30px);
  border: 2px solid #3fb1e1;
  border-radius: 5px;
  color: #fff;
  display: none;
}
.indexBox .indexBody .centerPopup .centerRightPopup .isShowPopup.carParkCenterBox {
  width: 600px;
}
.indexBox .indexBody .centerPopup .centerRightPopup .centerRightHead {
  width: 100%;
  background: #012335;
  padding: 4px 8px;
  box-sizing: border-box;
}
.indexBox .indexBody .centerPopup .centerRightPopup .centerRightHead .spotBox {
  border-radius: 50%;
  color: #ff5e58;
  cursor: pointer;
}
.indexBox .indexBody .centerPopup .centerRightPopup .centerRightBody {
  position: relative;
}
.indexBox .indexBody .centerPopup .centerRightPopup .centerRightBody .chartBox {
  width: 420px;
  height: 300px;
}
.indexBox .indexBody .centerPopup .centerRightPopup .centerRightBody .chartBox.carParkAnalysisChart {
  width: 600px;
}
.indexBox .indexBody .centerPopup .centerRightPopup .centerRightBody .chartBg {
  width: 320px;
  position: absolute;
  top: 38px;
  right: 40px;
  z-index: -1;
}
.indexBox .indexBody .centerPopup .centerRightPopup .centerRightBody .chartBg.carParkAnalysisChartBg {
  width: 516px;
  height: 164px;
  right: 32px;
}
.indexBox .indexBody .centerPopup .centerRightPopup .centerRightBody .selectAllBox {
  position: absolute;
  top: 4px;
  right: 30px;
}
.indexBox .indexBody .footPopup {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  box-sizing: border-box;
}
.indexBox .indexBody .footPopup .footBgImg {
  width: 100%;
  height: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.indexBox .indexBody .footPopup .navListBox {
  width: calc(100vw - 800px);
  min-width: 480px;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
.indexBox .indexBody .footPopup .navListBox li {
  width: 90px;
  text-align: center;
  color: #02fffc;
  cursor: pointer;
  padding-bottom: 20px;
  box-sizing: border-box;
  display: inline-block;
}
.indexBox .indexBody .footPopup .navListBox li:hover, .indexBox .indexBody .footPopup .navListBox li.active {
  padding-bottom: 25px;
  background: url(../images/foot/footIconBg.png) no-repeat;
  background-size: 100% 100%;
}
.indexBox .indexBody .footPopup .navListBox li:hover .liImg, .indexBox .indexBody .footPopup .navListBox li.active .liImg {
  width: 120px;
}
.indexBox .indexBody .footPopup .navListBox li:hover .name, .indexBox .indexBody .footPopup .navListBox li.active .name {
  font-size: 16px;
}
.indexBox .indexBody .footPopup .navListBox li .liImg {
  width: 60px;
  padding-bottom: 5px;
}
.indexBox .indexBody .footPopup .navListBox li .name {
  font-weight: bold;
}
.indexBox .indexBody .footPopupBg {
  width: 100%;
  height: 180px;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 1;
  overflow: hidden;
}
.indexBox .indexBody .footPopupBg .footBgImg {
  width: 100%;
  height: 100%;
  font-size: 0;
}

/* 右上角弹窗 */
.rightCornerPopupBox {
  width: 500px;
  background: rgba(2, 73, 112, 0.6);
  backdrop-filter: blur(30px);
  border: 2px solid #3fb1e1;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 120px;
  z-index: 11;
  padding: 20px;
  box-sizing: border-box;
  /* display: none; */
}
.rightCornerPopupBox .rightCornerBox .rightCornerList {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.rightCornerPopupBox .rightCornerBox .rightCornerList .leftBox {
  flex: 1;
}
.rightCornerPopupBox .rightCornerBox .rightCornerList .rightBox {
  width: 150px;
  margin-right: 10px;
}
.rightCornerPopupBox .rightCornerBox .rightCornerList .rightBox .ipt {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #0f2c3e;
  border: 1px solid #094c67;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.rightCornerPopupBox .rightCornerFoot {
  width: 100%;
  margin-top: 10px;
}
.rightCornerPopupBox .rightCornerFoot .btn {
  min-width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-left: 10px;
  color: #fff;
  background: #04cccc;
  border-radius: 5px;
  cursor: pointer;
}
.rightCornerPopupBox .rightCornerFoot .btn.delBtn {
  color: #666;
  border-color: #c6e2ff;
  background-color: #eeeeee;
}

@keyframes leftPopupOut {
  0% {
    left: 0;
  }
  100% {
    left: -370px;
  }
}
@keyframes leftPopupIn {
  0% {
    left: -370px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightPopupOut {
  0% {
    right: 0;
  }
  100% {
    right: -370px;
  }
}
@keyframes rightPopupIn {
  0% {
    right: -370px;
  }
  100% {
    right: 0;
  }
}
@keyframes searchBtnClick {
  0% {
    background: #094c67;
  }
  100% {
    background: #04cccc;
  }
}
@keyframes transform0to-90 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-90deg);
  }
}
@keyframes transform-90to0 {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes switchOpen {
  0% {
    right: 88px;
  }
  100% {
    right: -2px;
  }
}
@keyframes switchClose {
  0% {
    left: 88px;
  }
  100% {
    left: -2px;
  }
}
@keyframes listHeadActive {
  0% {
    border: 1px solid #0e4a64;
    background: #0f2c3e;
  }
  100% {
    background: #04cccc;
    border: 1px solid #04cccc;
  }
}
@keyframes transform360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shiftLeft100 {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes shiftRight100 {
  0% {
    right: 0;
  }
  100% {
    right: 100%;
  }
}
@media screen and (max-width: 1240px) {
  .indexBox .indexBody .bodyHead .leftBox {
    left: 10px;
  }
  .indexBox .indexBody .bodyHead .rightBox {
    right: 10px;
  }
  .indexBox .indexBody .bodyHead .rightBox .weatherData {
    margin: 0 15px;
  }
  .indexBox .indexBody .centerPopup .centerLeftPopup {
    left: 408px;
  }
  .indexBox .indexBody .centerPopup .centerRightPopup {
    right: 408px;
  }
}
@media screen and (max-width: 1550px) {
  .indexBox .indexBody .footPopup .navListBox {
    overflow-x: auto;
  }
}

/*# sourceMappingURL=index.css.map */
