.driver-back {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
.driver-back img {
  width: 20px;
  height: 20px;
}
.driver-back--light {
  color: #1677ff;
}
.driver-back--dark {
  color: #7ec8ff;
}

/* ============ 机构端首页 — 1:1 还原原型 dashboard-classic ============ */
.institution-dashboard {
  padding: 0 18px;
  min-height: 100%;
  background: #f8fafc;
  color: #1e293b;
  line-height: 1.6;
}
/* 顶部工具栏 */
.institution-dashboard__toolbar {
  padding: 6px;
}
/* ============ dashboard-classic 布局 ============ */
.dashboard-classic {
  display: grid;
  gap: 0.85rem;
}
.dashboard-classic-top,
.dashboard-classic-middle {
  display: grid;
  grid-template-columns: minmax(0, 3.2fr) minmax(300px, 1fr);
  gap: 0.85rem;
}
/* ============ dashboard-block 卡片 ============ */
.dashboard-block {
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 0.95rem;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}
.dashboard-block-head {
  min-height: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.75rem;
}
.dashboard-block-head h3 {
  font-size: 0.88rem;
  margin: 0;
  font-weight: 600;
  color: #1e293b;
}
.dashboard-block-head > div {
  display: flex;
  gap: 1.4rem;
  font-size: 0.88rem;
  color: #64748b;
}
.dashboard-block-head b {
  color: #2563eb;
}
/* ============ 当前项目节点统计 ============ */
.dashboard-status-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
}
.dashboard-status-grid article {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 62px;
  padding: 0.65rem;
  background: #fff;
  box-shadow: 0 4px 16px rgba(30, 64, 100, 0.07);
}
.dashboard-status-grid article > i {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}
.dashboard-status-grid .blue {
  background: #4098f7;
}
.dashboard-status-grid .violet {
  background: #8268ef;
}
.dashboard-status-grid .green {
  background: #23bfa5;
}
.dashboard-status-grid .orange {
  background: #ff9f2f;
}
.dashboard-status-grid .cyan {
  background: #0eafbd;
}
.dashboard-status-grid .red {
  background: #f0645b;
}
.dashboard-status-grid span,
.dashboard-status-grid strong {
  display: block;
}
.dashboard-status-grid span {
  font-size: 1rem;
  color: #64748b;
}
.dashboard-status-grid strong {
  font-size: 1.25rem;
  /* margin-top: 0.15rem; */
  color: #1e293b;
}
/* ============ 通知提醒 ============ */
.dashboard-reminder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.dashboard-reminder-grid article {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 64px;
  padding: 0.65rem;
  cursor: pointer;
}
.dashboard-reminder-grid article:last-child {
  grid-column: 1 / 2;
}
.dashboard-reminder-grid article.yellow {
  background: #fff9e8;
}
.dashboard-reminder-grid article.red {
  background: #fff2ef;
}
.dashboard-reminder-grid article.blue {
  background: #edf4ff;
}
.dashboard-reminder-grid i {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  flex: 0 0 34px;
}
.dashboard-reminder-grid .yellow i {
  background: #f7bd08;
}
.dashboard-reminder-grid .red i {
  background: #ff725c;
}
.dashboard-reminder-grid .blue i {
  background: #5b8def;
}
.dashboard-reminder-grid span,
.dashboard-reminder-grid strong {
  display: block;
}
.dashboard-reminder-grid span {
  font-size: 0.88rem;
  color: #64748b;
}
.dashboard-reminder-grid strong {
  font-size: 1rem;
  margin-top: 0.12rem;
  color: #1e293b;
}
/* ============ 服务行业项目统计 / 评价类别占比 ============ */
.dashboard-industry-block,
.dashboard-type-block {
  min-height: 285px;
}
/* 图例 */
.chart-legend span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.chart-legend i {
  width: 14px;
  height: 6px;
  border-radius: 5px;
  background: #4285f4;
}
.chart-legend span:last-child i {
  background: #ffab31;
}
/* 柱状图容器 */
.dashboard-bar-chart {
  height: 225px;
}
/* ECharts 柱状图 */
.institution-bar-chart {
  width: 100%;
  height: 225px;
}
/* ============ 评价类别占比 ============ */
.institution-donut-chart {
  width: 100%;
  height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-type-legend {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  font-size: 0.88rem;
  color: #64748b;
  margin-top: 8px;
}
.dashboard-type-legend span {
  display: flex;
  align-items: center;
}
.dashboard-type-legend i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 0.25rem;
}
/* ============ 项目执行情况表格 ============ */
.dashboard-project-block .data-table {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.dashboard-project-table table {
  width: 100%;
  border-collapse: collapse;
}
.dashboard-project-table th,
.dashboard-project-table td {
  padding: 0.65rem 0.55rem;
  font-size: 0.88rem;
}
.dashboard-project-table th {
  text-align: left;
  font-weight: 600;
  color: #64748b;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  white-space: nowrap;
}
.dashboard-project-table td {
  border-bottom: 1px solid #e2e8f0;
  color: #1e293b;
}
.dashboard-project-table tr:last-child td {
  border-bottom: none;
}
.dashboard-project-table tr:hover td {
  background: #f8fafc;
}
/* ============ 原生按钮（匹配原型） ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.42rem 0.85rem;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
  background: #fff;
  color: #475569;
  text-decoration: none;
}
.btn-primary {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
.btn-primary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}
.btn-ghost {
  background: transparent;
  color: #64748b;
  border: none;
}
.btn-ghost:hover {
  background: #f1f5f9;
  color: #1e293b;
}
.btn-sm {
  padding: 0.3rem 0.75rem;
  font-size: 0.88rem;
}
.dashboard-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.75rem;
  border: none;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  color: #64748b;
  transition: all 0.15s ease;
}
.dashboard-btn-ghost:hover {
  background: #f1f5f9;
  color: #1e293b;
}
/* 表格操作按钮 */
.dashboard-table-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.75rem;
  border: none;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  background: #2563eb;
  color: #fff;
  transition: all 0.15s ease;
}
.dashboard-table-link:hover {
  background: #1d4ed8;
  text-decoration: none;
  color: #fff;
}
/* ============ 骨架占位（加载态） ============ */
.sk-block {
  display: inline-block;
  background: linear-gradient(90deg, #eef2f7 25%, #e2e8f0 37%, #eef2f7 63%);
  background-size: 400% 100%;
  animation: sk-shimmer 1.3s ease-in-out infinite;
  vertical-align: middle;
}
@keyframes sk-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* 图表占位块 */
.sk-chart {
  width: 100%;
  height: 225px;
  border-radius: 8px;
  background: linear-gradient(90deg, #eef2f7 25%, #e2e8f0 37%, #eef2f7 63%);
  background-size: 400% 100%;
  animation: sk-shimmer 1.3s ease-in-out infinite;
}
.sk-chart--donut {
  height: 185px;
}
/* 表格单元格骨架 */
.sk-cell {
  width: 70%;
  height: 12px;
  border-radius: 4px;
}
.sk-cell--lg {
  width: 85%;
}
.sk-cell--sm {
  width: 36px;
}
/* ============ 响应式 ============ */
@media (max-width: 1280px) {
  .dashboard-classic-top,
  .dashboard-classic-middle {
    grid-template-columns: 1fr;
  }
  .dashboard-status-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .dashboard-status-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dashboard-reminder-grid {
    grid-template-columns: 1fr;
  }
}

.cockpit-page {
  min-height: 100vh;
  background: #010817;
  color: #d8eeff;
  overflow: auto;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}
.cockpit-stage {
  width: 100%;
  min-width: 1000px;
  min-height: calc(100vh - 100px);
  aspect-ratio: 1400 / 786;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 50% 42%, rgba(22, 91, 177, 0.28), transparent 34%), radial-gradient(circle at 50% 88%, rgba(18, 112, 218, 0.18), transparent 22%), linear-gradient(180deg, #061c44 0%, #020b25 50%, #020817 100%);
}
.cockpit-stage::before {
  content: "";
  position: absolute;
  inset: 46px 0 0;
  background: linear-gradient(rgba(54, 136, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(54, 136, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 68%);
  pointer-events: none;
}
.cockpit-header {
  height: 45px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(20, 133, 232, 0.35);
  background: linear-gradient(90deg, rgba(4, 20, 56, 0.2), rgba(8, 67, 133, 0.45), rgba(4, 20, 56, 0.2));
  z-index: 2;
}
.cockpit-header h1 {
  margin: 0;
  font-size: 27px;
  line-height: 45px;
  letter-spacing: 1px;
  color: #e7f7ff;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(31, 178, 255, 0.8), 0 0 22px rgba(31, 178, 255, 0.42);
}
.cockpit-header__time {
  position: absolute;
  right: 22px;
  top: 0;
  height: 45px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #dceeff;
}
.cockpit-header__time .anticon {
  color: #1fc7ff;
  font-size: 19px;
}
.cockpit-header__back {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.cockpit-header__deco {
  position: absolute;
  top: 0;
  width: 330px;
  height: 45px;
  background: linear-gradient(90deg, transparent, rgba(18, 123, 228, 0.24), transparent);
}
.cockpit-header__deco--left {
  left: 308px;
  transform: skewX(36deg);
}
.cockpit-header__deco--right {
  right: 308px;
  transform: skewX(-36deg);
}
.cockpit-layout {
  position: relative;
  z-index: 1;
  height: calc(100% - 45px);
  min-height: 680px;
  padding: 16px 16px 14px;
  display: grid;
  grid-template-columns: minmax(280px, 28.5%) minmax(420px, 1fr) minmax(280px, 28.5%);
  gap: 12px;
}
.cockpit-left,
.cockpit-right,
.cockpit-center {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cockpit-panel {
  position: relative;
  background: linear-gradient(180deg, rgba(7, 39, 89, 0.62), rgba(1, 13, 38, 0.58));
  border: 1px solid rgba(24, 132, 234, 0.34);
  box-shadow: inset 0 0 22px rgba(10, 87, 180, 0.22), 0 0 12px rgba(0, 87, 184, 0.18);
}
.cockpit-panel::before,
.cockpit-panel::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: #13ceff;
  border-style: solid;
  pointer-events: none;
}
.cockpit-panel::before {
  left: -1px;
  top: -1px;
  border-width: 2px 0 0 2px;
}
.cockpit-panel::after {
  right: -1px;
  bottom: -1px;
  border-width: 0 2px 2px 0;
}
.cockpit-panel__title {
  height: 28px;
  padding: 0 12px 0 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #dff8ff;
  font-weight: 700;
  font-size: 14px;
  background: linear-gradient(90deg, rgba(14, 109, 207, 0.55), rgba(8, 37, 82, 0.14));
  text-shadow: 0 0 8px rgba(24, 205, 255, 0.5);
}
.cockpit-panel__title i {
  flex: 1;
  height: 10px;
  background: repeating-linear-gradient(90deg, transparent 0 10px, rgba(34, 207, 255, 0.56) 10px 12px);
  opacity: 0.65;
}
.cockpit-panel__diamond {
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  background: #30dcff;
  box-shadow: 0 0 8px #30dcff;
}
.cockpit-panel__body {
  padding: 12px 12px 10px;
}
.lifecycle-panel {
  flex: 1.1;
  min-height: 438px;
}
.risk-panel {
  flex: 0.9;
  min-height: 294px;
}
.todo-panel {
  height: 236px;
}
.line-panel {
  height: 222px;
}
.review-panel {
  flex: 1;
  min-height: 250px;
}
.process-panel {
  height: 176px;
}
.life-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 22px;
  padding: 8px 2px 16px;
}
.life-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.life-stat__icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #bff4ff;
  font-size: 18px;
  border: 1px solid rgba(60, 201, 255, 0.45);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 198, 255, 0.32), rgba(11, 56, 120, 0.68));
  box-shadow: inset 0 0 14px rgba(46, 204, 255, 0.34);
}
.life-stat p {
  margin: 0 0 3px;
  color: #cde9ff;
  font-size: 14px;
  white-space: normal;
  line-height: 1.1;
  overflow-wrap: anywhere;
}
.life-stat strong {
  color: #20caff;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.progress-list {
  padding: 2px 8px 10px;
  border-top: 1px solid rgba(54, 142, 219, 0.18);
}
.progress-row {
  height: 31px;
  display: grid;
  grid-template-columns: 122px 1fr 34px;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #e2f5ff;
}
.progress-track {
  height: 9px;
  border-radius: 999px;
  background: rgba(5, 35, 83, 0.88);
  overflow: hidden;
  box-shadow: inset 0 0 9px rgba(5, 17, 44, 0.9);
}
.progress-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  box-shadow: 0 0 8px currentColor;
}
.progress-row b {
  color: #e8f8ff;
  font-size: 14px;
}
.industry-chart {
  height: 178px;
}
.risk-panel h3 {
  margin: 0 0 8px;
  color: #eaf9ff;
  font-size: 14px;
  font-weight: 700;
}
.risk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.risk-item {
  min-height: 38px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: linear-gradient(90deg, rgba(8, 57, 118, 0.78), rgba(5, 26, 70, 0.65));
  border: 1px solid rgba(19, 159, 234, 0.3);
}
.risk-item:nth-child(3),
.risk-item:nth-child(4) {
  border-color: rgba(255, 207, 43, 0.45);
  background: linear-gradient(90deg, rgba(116, 89, 15, 0.54), rgba(6, 32, 73, 0.62));
}
.risk-item:nth-child(5) {
  grid-column: 1 / -1;
}
.risk-item span {
  color: #e8f7ff;
  font-size: 14px;
  line-height: 1.3;
}
.risk-item b {
  color: #21caff;
  font-size: 17px;
}
.risk-pie {
  height: 118px;
}
.kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  height: 58px;
}
.kpi-card {
  position: relative;
  padding: 8px 10px 8px 14px;
  background: linear-gradient(180deg, rgba(20, 134, 222, 0.72), rgba(4, 43, 96, 0.84));
  border: 1px solid rgba(37, 207, 255, 0.56);
  box-shadow: inset 0 0 20px rgba(42, 208, 255, 0.16), 0 0 10px rgba(0, 161, 255, 0.18);
}
.kpi-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 28px;
  width: 54px;
  height: 4px;
  background: repeating-linear-gradient(90deg, #2adfff 0 9px, transparent 9px 15px);
}
.kpi-card p {
  margin: 0 0 6px;
  text-align: center;
  color: #d6f7ff;
  font-weight: 700;
  font-size: 14px;
}
.kpi-card strong {
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
}
.kpi-card span {
  float: right;
  margin-top: 7px;
  color: #d9ebff;
  font-size: 14px;
}
.kpi-card b {
  color: #fff;
}
.map-shell {
  flex: 1;
  min-height: 456px;
  position: relative;
}
.map-chart {
  position: absolute;
  inset: 0 0 0;
}
.map-card {
  position: absolute;
  width: 170px;
  height: 56px;
  padding: 9px 12px;
  color: #fff;
  background: linear-gradient(90deg, rgba(0, 107, 221, 0.9), rgba(1, 71, 165, 0.86));
  border: 1px solid #19b9ff;
  box-shadow: inset 0 0 18px rgba(18, 195, 255, 0.38), 0 0 10px rgba(0, 132, 255, 0.34);
}
.map-card strong {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.map-card span {
  font-size: 14px;
}
.map-card--1 {
  left: 45%;
  top: 45%;
}
.map-card--2 {
  right: 4%;
  top: 54%;
}
.map-card--3 {
  left: 42%;
  bottom: 13%;
}
.map-card--4 {
  right: 13%;
  bottom: 12%;
}
.map-legend {
  position: absolute;
  left: 36px;
  top: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #d8ebff;
  font-size: 14px;
}
.map-legend li {
  margin: 7px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.map-legend li::before {
  content: "";
  width: 12px;
  height: 4px;
  background: #c9ec75;
}
.map-legend li:nth-child(2)::before {
  background: #ffe376;
}
.map-legend li:nth-child(3)::before {
  background: #e7a2d0;
}
.map-legend li:nth-child(4)::before {
  background: #ff9f75;
}
.todo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 10px;
}
.todo-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: 18px 18px;
  align-items: center;
  column-gap: 8px;
}
.todo-item span {
  grid-row: 1 / 3;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  background: radial-gradient(circle, rgba(73, 198, 255, 0.5), rgba(7, 51, 112, 0.95));
  border: 1px solid rgba(69, 204, 255, 0.64);
  box-shadow: inset 0 0 15px rgba(53, 202, 255, 0.3);
}
.todo-item p {
  margin: 0;
  color: #d8edff;
  font-size: 14px;
  white-space: normal;
  line-height: 1.1;
  overflow-wrap: anywhere;
}
.todo-item b {
  color: #13c8ff;
  font-size: 15px;
}
.period-tabs {
  position: absolute;
  left: 14px;
  top: 42px;
  display: flex;
  z-index: 2;
}
.period-tabs span {
  width: 34px;
  height: 19px;
  display: grid;
  place-items: center;
  color: #d8f2ff;
  border: 1px solid rgba(46, 159, 232, 0.48);
  background: rgba(7, 37, 88, 0.6);
  font-size: 14px;
  cursor: pointer;
}
.period-tabs span + span {
  border-left: none;
}
.period-tabs span.active {
  background: rgba(5, 126, 176, 0.5);
  color: #fff;
}
.line-chart {
  height: 176px;
}
.review-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 14px;
}
.review-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.review-stat span {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  color: #20d3ff;
  font-size: 17px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26, 188, 255, 0.35), rgba(5, 37, 93, 0.9));
  border: 2px solid rgba(35, 210, 255, 0.65);
}
.review-stat p {
  margin: 0;
  color: #e1f5ff;
  font-size: 14px;
  white-space: normal;
  line-height: 1.1;
  overflow-wrap: anywhere;
}
.review-stat b {
  color: #18c9ff;
  font-size: 15px;
}
.review-stat b.danger {
  color: #ff3e53;
}
.review-pie {
  height: 144px;
}
.process-grid {
  height: 128px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 52px);
  gap: 18px 28px;
  align-content: center;
}
.process-node {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #078bff;
  background: linear-gradient(180deg, rgba(12, 71, 150, 0.72), rgba(2, 24, 69, 0.85));
  box-shadow: inset 0 0 18px rgba(13, 146, 255, 0.25);
}
.process-node strong {
  color: #16d3ff;
  font-size: 18px;
  line-height: 20px;
}
.process-node span {
  color: #fff;
  font-size: 14px;
}
.process-node i {
  position: absolute;
  right: -26px;
  top: 50%;
  width: 22px;
  height: 16px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, transparent, rgba(25, 210, 255, 0.85));
  clip-path: polygon(0 0, 70% 50%, 0 100%, 30% 50%);
}
.process-node:nth-child(5) i {
  right: 50%;
  top: 60px;
  transform: translateX(50%) rotate(90deg);
}
.process-node:nth-child(n+6) i {
  right: auto;
  left: -26px;
  transform: translateY(-50%) rotate(180deg);
}
.process-node:last-child i {
  display: none;
}
@media (max-width: 1366px) {
  .cockpit-stage {
    min-width: 1000px;
  }
  .cockpit-layout {
    grid-template-columns: minmax(276px, 28.5%) minmax(410px, 1fr) minmax(276px, 28.5%);
    gap: 10px;
    padding: 14px;
  }
  .map-card {
    width: 150px;
  }
  .cockpit-panel__body {
    padding: 10px;
  }
  .todo-grid {
    gap: 12px 8px;
  }
}
.map-summary {
  position: absolute;
  right: 18px;
  top: 84px;
  width: 150px;
  padding: 10px 12px;
  display: grid;
  gap: 5px;
  color: #dff8ff;
  background: linear-gradient(180deg, rgba(1, 83, 178, 0.78), rgba(0, 31, 88, 0.84));
  border: 1px solid rgba(38, 215, 255, 0.7);
  box-shadow: inset 0 0 18px rgba(21, 185, 255, 0.3), 0 0 13px rgba(0, 132, 255, 0.35);
  z-index: 2;
}
.map-summary strong {
  color: #fff;
  font-size: 14px;
}
.map-summary span {
  font-size: 14px;
  color: #d9f2ff;
}
/* ============ 骨架占位（深色大屏） ============ */
.sk-block--dark {
  background: linear-gradient(90deg, rgba(40, 92, 160, 0.35) 25%, rgba(70, 130, 210, 0.5) 37%, rgba(40, 92, 160, 0.35) 63%);
  background-size: 400% 100%;
  animation: sk-shimmer-dark 1.3s ease-in-out infinite;
}
@keyframes sk-shimmer-dark {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* 图表占位块 */
.sk-chart--dark {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(40, 92, 160, 0.3) 25%, rgba(70, 130, 210, 0.45) 37%, rgba(40, 92, 160, 0.3) 63%);
  background-size: 400% 100%;
  animation: sk-shimmer-dark 1.3s ease-in-out infinite;
}
.sk-chart--donut {
  height: 144px;
}
.sk-chart--dark.sk-chart--donut {
  height: 144px;
}
/* 风险/预警小骨架块微调 */
.risk-item .sk-block--dark,
.review-stat .sk-block--dark,
.life-stat .sk-block--dark,
.progress-row .sk-block--dark,
.map-summary .sk-block--dark {
  display: inline-block;
  vertical-align: middle;
}

.driver-container {
  height: 100%;
  padding: 6px 10px 10px 10px;
}
.driver-container--cockpit {
  padding: 0;
  overflow: hidden;
}
.driver-container--cockpit .cockpit-page {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
.driver-container--cockpit .cockpit-stage {
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
}
.driver-container .driver-container-content {
  height: 100%;
}
.driver-container .driver-container-empty {
  padding: 48px 0;
}
.driver-error-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 320px;
  background: #fff;
}
.driver-error-panel__header {
  flex-shrink: 0;
  padding: 12px 16px;
}
.driver-error-panel__body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px 48px;
}

.map_content_bottom_utils_container .bottom_utils {
  width: 1000px;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 500px);
  display: flex;
  justify-content: space-between;
}
.map_content_bottom_utils_container .bottom_utils.port .option {
  position: relative;
  cursor: pointer;
}
.map_content_bottom_utils_container .bottom_utils.port .option .img {
  width: 100px;
  height: 100px;
}
.map_content_bottom_utils_container .bottom_utils.port .option .img:hover {
  animation: bottomUtilsContainerSlideY 0.5s;
}
.map_content_bottom_utils_container .bottom_utils.port .option .label {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
}
.map_content_bottom_utils_container .bottom_utils.port .option .child_items {
  transform-origin: left;
  display: flex;
  position: absolute;
  top: 8px;
  left: 40px;
  background-image: linear-gradient(to right, rgba(31, 62, 129, 0) 0%, rgba(31, 62, 129, 0.4) 50%, rgba(31, 62, 129, 0) 100%);
  border: 1px solid;
  border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%) 1;
  border-left: none;
  border-right: none;
  padding: 6px 50px;
}
.map_content_bottom_utils_container .bottom_utils.port .option .child_items .child_item {
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
}
.map_content_bottom_utils_container .bottom_utils.port .option .child_items .child_item .child_img {
  width: 60px;
  height: 60px;
}
.map_content_bottom_utils_container .bottom_utils.port .option .child_items .child_item .child_img:hover {
  animation: bottomUtilsContainerSlideY 0.5s;
}
.map_content_bottom_utils_container .bottom_utils.port .option .child_items .child_item .child_label {
  margin-top: -5px;
  font-size: 12px;
  width: 80px;
  color: rgba(255, 255, 255, 0.8);
}
@keyframes bottomUtilsContainerSlideY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.map_content_bottom_utils_container .bottom_utils.branch_office .option {
  position: relative;
  cursor: pointer;
  width: 124px;
  height: 43px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 43px;
}
.map_content_bottom_utils_container .bottom_utils.branch_office .option .label {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.map_content_bottom_utils_container .bottom_utils.branch_office .option .items {
  background-image: linear-gradient(to bottom, rgba(0, 9, 100, 0.5), rgba(1, 35, 145, 0.5));
  border: 1px solid #167ce4;
  border-radius: 2px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: max-content;
  padding: 0 9px;
}
.map_content_bottom_utils_container .bottom_utils.branch_office .option .items .item {
  padding: 10px 20px;
  border: 1px solid transparent;
  margin-top: 5px;
}
.map_content_bottom_utils_container .bottom_utils.branch_office .option .items .item.active {
  background-image: linear-gradient(to bottom, #132c8c, rgba(22, 124, 228, 0));
  border: 1px solid rgba(22, 124, 228, 0.5);
}
.map_content_bottom_utils_container .bottom_utils.branch_office .option .items .item .child_label {
  color: #fff;
  font-size: 14px;
  line-height: normal;
}

.map_content_center_options_container .center_utils .center_options {
  width: 408px;
  position: absolute;
  top: 135px;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}
.map_content_center_options_container .center_utils .center_options .guang {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 348px;
  height: 32px;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}
.map_content_center_options_container .center_utils .center_options .option {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.map_content_center_options_container .center_utils .center_options .option.option0 {
  width: 139px;
  height: 42px;
}
.map_content_center_options_container .center_utils .center_options .option.option1 {
  width: 130px;
  height: 40px;
}
.map_content_center_options_container .center_utils .center_options .option.option2 {
  width: 139px;
  height: 42px;
}
.map_content_center_options_container .center_utils .statistics {
  width: 408px;
  position: absolute;
  top: 205px;
  left: calc(50% + 240px);
  display: flex;
  gap: 5px;
  color: #fff;
}
.map_content_center_options_container .center_utils .statistics .statistic {
  border-radius: 2px;
}
.map_content_center_options_container .center_utils .statistics .statistic .title {
  padding: 3px 0;
  text-align: center;
  border-radius: 2px;
}
.map_content_center_options_container .center_utils .statistics .statistic .info {
  padding: 7px 14px;
  border: 1px solid #2c69ac;
  border-radius: 2px;
  background-color: rgba(0, 41, 82, 0.722);
}

.index_info_container_title {
  color: #ffffff;
  font-weight: bold;
  padding-left: 30px;
  width: 100%;
  height: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.index_info_container .bottom-container_con {
  width: calc(100% - 880px);
  height: 240px;
  position: absolute;
  z-index: 2;
  bottom: -1030px;
  left: 50%;
  transform: translateX(-50%);
}
.index_info_container .bottom-container_con .top_container {
  display: flex;
  color: #ffffff;
  margin-bottom: 10px;
}
.index_info_container .bottom-container_con .top_container .title {
  background: #074abe;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 2px;
}
.index_info_container .bottom-container_con .top_container .con {
  display: flex;
  background: rgba(1, 50, 115, 0.5);
  line-height: 30px;
  margin-left: 2px;
}
.index_info_container .bottom-container_con .top_container .con .item {
  padding: 0 10px;
  font-size: 13px;
}
.index_info_container .bottom-container_con .top_container .con .item:hover {
  cursor: pointer;
  background: #011d41;
}
.index_info_container .bottom-container_con .top_container .con .active {
  background: #011d41;
}
.index_info_container .bottom-container_con .bottom-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.index_info_container .bottom-container_con .bottom-container .left {
  width: 66%;
  background: rgba(0, 41, 82, 0.68);
  border-radius: 4px;
  border: 1px solid rgba(44, 105, 172, 0.6);
  padding: 10px;
}
.index_info_container .bottom-container_con .bottom-container .left .main {
  width: 870px;
  height: 160px;
  background-size: 100% 100%;
  margin-top: 10px;
  color: #ffffff;
}
.index_info_container .bottom-container_con .bottom-container .left .main .table {
  margin-top: 10px;
}
.index_info_container .bottom-container_con .bottom-container .left .main .table .head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  color: #ffffff;
  padding: 10px 5px;
  text-align: center;
  font-weight: bold;
}
.index_info_container .bottom-container_con .bottom-container .left .main .table .table-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  color: #ffffff;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
}
.index_info_container .bottom-container_con .bottom-container .left .main .table .table-container .fc1 {
  color: #0c90ff;
}
.index_info_container .bottom-container_con .bottom-container .left .main .table .table-container .fc2 {
  color: #62b13f;
}
.index_info_container .bottom-container_con .bottom-container .left .main .table .table-container .fc3 {
  color: #ffa105;
}
.index_info_container .bottom-container_con .bottom-container .left .main .table .table-container:hover {
  background-color: rgba(14, 197, 208, 0.1);
  box-shadow: 0 0 1px #00e7ff;
}
.index_info_container .bottom-container_con .bottom-container .right {
  width: 33%;
  background: rgba(0, 41, 82, 0.68);
  border-radius: 4px;
  border: 1px solid rgba(44, 105, 172, 0.6);
  padding: 10px;
}
.index_info_container .bottom-container_con .bottom-container .right .main {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.index_info_container .bottom-container_con .bottom-container .right .main .menu {
  width: 120px;
  border-radius: 5px;
  background-color: #0d3877;
  box-shadow: inset 0px 2px 2px 0px rgba(35, 24, 21, 0.17);
  height: 180px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  padding: 5px;
}
.index_info_container .bottom-container_con .bottom-container .right .main .menu .list {
  border-radius: 5px;
  background-color: rgba(18, 96, 181, 0.4);
  box-shadow: 0 2px 1px 0 rgba(2, 32, 95, 0.4);
  margin-bottom: 5px;
}
.index_info_container .bottom-container_con .bottom-container .right .main .menu .list:hover {
  border-radius: 5px;
  background-color: #1260b5;
  box-shadow: 0px 2px 1px 0px rgba(2, 32, 95, 0.4);
  cursor: pointer;
}
.index_info_container .bottom-container_con .bottom-container .right .main .menu .active {
  border-radius: 5px;
  background-color: #1260b5;
  box-shadow: 0px 2px 1px 0px rgba(2, 32, 95, 0.4);
  cursor: pointer;
}
.index_info_container .bottom-container_con .bottom-container .right .main .video-container {
  flex: 1;
  margin-left: 10px;
  padding: 10px;
}

.index_info_btn {
  position: absolute;
  top: 200px;
  right: 450px;
}
.index_info_btn .item {
  width: 127px;
  height: 43px;
  color: #ffffff;
  line-height: 43px;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
}

.index_info_container .left-container_bg {
  width: 600px;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.index_info_container .left-container {
  width: 400px;
  position: absolute;
  left: 20px;
  top: 60px;
  max-height: calc(100vh - 75px);
}
.index_info_container .left-container .block1 {
  border-radius: 4px;
}
.index_info_container .left-container .block1 .main {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.index_info_container .left-container .block1 .main .list1 {
  display: flex;
  color: #ffffff;
  align-items: center;
  width: 33%;
  text-align: center;
}
.index_info_container .left-container .block1 .main .list1 .img1 {
  width: 40px;
  height: 40px;
}
.index_info_container .left-container .block1 .main .list1 .img {
  width: 42px;
  height: 42px;
  margin-right: 5px;
}
.index_info_container .left-container .block1 .main .list1 .temp {
  font-size: 18px;
  color: #00e7ff;
}
.index_info_container .left-container .block1 .info {
  color: #fe9e00;
  font-weight: bold;
  margin-top: 10px;
}
.index_info_container .left-container .block1 .table {
  margin-top: 10px;
}
.index_info_container .left-container .block1 .table .head {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  color: #ffffff;
  padding: 5px;
  font-size: 12px;
}
.index_info_container .left-container .block1 .table .scroll {
  height: 100px;
  overflow-y: hidden;
}
.index_info_container .left-container .block1 .table .scroll .table-container {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  color: #ffffff;
  padding: 5px;
  font-size: 12px;
  margin: 5px auto;
}
.index_info_container .left-container .block1 .table .scroll .table-container .fc1 {
  color: #0c90ff;
}
.index_info_container .left-container .block1 .table .scroll .table-container .fc2 {
  color: #62b13f;
}
.index_info_container .left-container .block1 .table .scroll .table-container .fc3 {
  color: #ffa105;
}
.index_info_container .left-container .block2 {
  margin-top: 10px;
  border-radius: 4px;
}
.index_info_container .left-container .block2 .main .warning {
  border-style: solid;
  border-width: 1px;
  border-color: #ff0000;
  border-radius: 2px;
  background-color: rgba(16, 36, 93, 0.659);
  color: #ffffff;
  padding: 5px;
  vertical-align: middle;
  font-weight: bold;
  margin: 10px auto;
}
.index_info_container .left-container .block2 .main .mt10 {
  margin-top: 10px;
}
.index_info_container .left-container .block2 .main .main_item {
  display: flex;
  justify-content: space-between;
}
.index_info_container .left-container .block2 .main .main_item .list {
  width: 48%;
  background-size: 100% 100%;
  padding: 5px;
  color: #ffffff;
}
.index_info_container .left-container .block2 .main .main_item .list .title {
  font-weight: bold;
}
.index_info_container .left-container .block2 .main .main_item .list .main_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_info_container .left-container .block2 .main .main_item .list .main_con .item {
  width: 50%;
  margin: 2px 0;
  font-size: 12px;
}
.index_info_container .left-container .block2 .main .main_item .list .main_con .item .fcr {
  color: #f90102;
}
.index_info_container .left-container .block2 .main .main_item .list .fcb {
  color: #00aeff;
}
.index_info_container .left-container .block2 .main .main_item .list .main_con1 .item {
  margin: 2px 0;
  font-size: 12px;
  line-height: 22px;
}
.index_info_container .left-container .block2 .main .main_item .list .main_con1 .item .fcr {
  color: #f90102;
}
.index_info_container .left-container .block2 .main .main_item .list .item_list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #163682;
  font-size: 12px;
  line-height: 30px;
}
.index_info_container .left-container .block2 .main .main_item .list .item_list .info {
  width: 60%;
}
.index_info_container .left-container .block2 .main .main_item .list .item_list .state {
  width: 40%;
  text-align: right;
  color: #7ccf41;
}
.index_info_container .left-container .block2 .main .main_item .list .item_list .fcr {
  color: #f90102;
}
.index_info_container .left-container .block3 {
  margin-top: 10px;
  border-radius: 4px;
}
.index_info_container .left-container .block4 {
  margin-top: 10px;
  border-radius: 4px;
}
.index_info_container .left-container .block4 .main .table {
  margin-top: 10px;
}
.index_info_container .left-container .block4 .main .table .head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  color: #ffffff;
  padding: 5px;
  font-size: 12px;
  background: rgba(39, 101, 175, 0.5);
  text-align: center;
}
.index_info_container .left-container .block4 .main .table .scroll {
  height: 120px;
  overflow-y: hidden;
}
.index_info_container .left-container .block4 .main .table .scroll .table-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  color: #ffffff;
  padding: 5px;
  font-size: 12px;
  margin: 5px auto;
  background: rgba(17, 51, 122, 0.5);
  text-align: center;
}
.index_info_container .left-container .block4 .main .table .scroll .table-container .fc1 {
  color: #0c90ff;
}
.index_info_container .left-container .block4 .main .table .scroll .table-container .fc2 {
  color: #62b13f;
}
.index_info_container .left-container .block4 .main .table .scroll .table-container .fc3 {
  color: #ffa105;
}

.index_info_container .right-container_bg {
  width: 600px;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  transform: rotate(180deg);
}
.index_info_container .right-container {
  width: 400px;
  position: absolute;
  right: 20px;
  top: 60px;
  max-height: calc(100vh - 75px);
}
.index_info_container .right-container .block1 {
  border-radius: 4px;
}
.index_info_container .right-container .block1 .main {
  display: flex;
  align-items: center;
}
.index_info_container .right-container .block1 .main .table {
  width: 100%;
  margin-top: 10px;
}
.index_info_container .right-container .block1 .main .table .head {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr 1fr;
  color: #ffffff;
  padding: 5px;
  background: rgba(39, 101, 175, 0.5);
  text-align: center;
  background-size: 100% 100%;
}
.index_info_container .right-container .block1 .main .table .scroll {
  height: 180px;
  overflow-y: hidden;
}
.index_info_container .right-container .block1 .main .table .scroll .table-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr 1fr;
  color: #ffffff;
  padding: 5px;
  margin: 5px auto;
  background: rgba(17, 51, 122, 0.5);
  text-align: center;
}
.index_info_container .right-container .block1 .main .table .scroll .table-container .fc1 {
  color: #0c90ff;
}
.index_info_container .right-container .block1 .main .table .scroll .table-container .fc2 {
  color: #62b13f;
}
.index_info_container .right-container .block1 .main .table .scroll .table-container .fc3 {
  color: #ffa105;
}
.index_info_container .right-container .block2 {
  margin-top: 10px;
  border-radius: 4px;
}
.index_info_container .right-container .block2 .main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_info_container .right-container .block2 .main .item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.index_info_container .right-container .block2 .main .item .title {
  font-weight: bold;
}
.index_info_container .right-container .block2 .main .item .info {
  padding-left: 10px;
  color: #ffffff;
}
.index_info_container .right-container .block2 .main .item .info p {
  margin: 0;
}
.index_info_container .right-container .block3 {
  margin-top: 20px;
  border-radius: 4px;
}
.index_info_container .right-container .block3 .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index_info_container .right-container .block3 .main .item {
  width: 49%;
  text-align: center;
  background-size: 100% 100%;
  color: #ffffff;
  padding: 5px 10px;
  margin-top: 10px;
}
.index_info_container .right-container .block3 .main .item .title {
  font-weight: bold;
}
.index_info_container .right-container .block3 .main .item .num {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.index_info_container .right-container .block4 {
  margin-top: 20px;
  border-radius: 4px;
}
.index_info_container .right-container .block4 .main .table {
  margin-top: 10px;
}
.index_info_container .right-container .block4 .main .table .head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: #ffffff;
  padding: 5px;
  background: rgba(39, 101, 175, 0.5);
  text-align: center;
  background-size: 100% 100%;
}
.index_info_container .right-container .block4 .main .table .scroll {
  height: 280px;
  overflow-y: hidden;
}
.index_info_container .right-container .block4 .main .table .scroll .table-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: #ffffff;
  padding: 5px;
  margin: 5px auto;
  background: rgba(17, 51, 122, 0.5);
  text-align: center;
}
.index_info_container .right-container .block4 .main .table .scroll .table-container .fc1 {
  color: #0c90ff;
}
.index_info_container .right-container .block4 .main .table .scroll .table-container .fc2 {
  color: #62b13f;
}
.index_info_container .right-container .block4 .main .table .scroll .table-container .fc3 {
  color: #ffa105;
}

.index_info_container .search_container {
  width: 214px;
  min-height: 200px;
  position: absolute;
  top: 100px;
  left: 480px;
  background: rgba(0, 41, 82, 0.68);
  border-radius: 4px;
  border: 1px solid rgba(44, 105, 172, 0.6);
}
.index_info_container .search_container .top {
  width: 214px;
  height: 37px;
  background-size: 100% 100%;
  display: flex;
  padding: 5px;
  position: relative;
}
.index_info_container .search_container .top .list {
  color: #ffffff;
  padding: 2px 8px;
  cursor: pointer;
}
.index_info_container .search_container .top .list:hover {
  border-radius: 2px;
  background-color: rgba(36, 115, 239, 0.549);
  box-shadow: 0 1px 1px 0 rgba(2, 32, 95, 0.4);
}
.index_info_container .search_container .top .active {
  border-radius: 2px;
  background-color: rgba(36, 115, 239, 0.549);
  box-shadow: 0 1px 1px 0 rgba(2, 32, 95, 0.4);
}
.index_info_container .search_container .top .close {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.index_info_container .search_container .search_con {
  background: rgba(5, 40, 106, 0.68);
  height: 30px;
  border: 1px solid rgba(23, 86, 168, 0.68);
  margin: 5px;
  border-radius: 4px;
  color: #4371af;
  line-height: 30px;
  padding-left: 5px;
}
.index_info_container .search_container .search_con .input {
  border: none;
  background: none;
  width: 100%;
  height: 30px;
  outline: none;
  color: #ffffff;
}
.index_info_container .search_container .search_con .input::-webkit-input-placeholder {
  color: #4371af;
}
.index_info_container .search_container .con {
  width: 100%;
}
.index_info_container .search_container .con .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  padding: 5px;
  box-sizing: border-box;
  border-bottom: 1px dashed #205376;
  align-items: center;
}
.index_info_container .search_container .con .item .btn {
  border-radius: 4px;
  background-color: rgba(36, 115, 239, 0.2);
  padding: 2px 5px;
  border: 1px solid rgba(42, 86, 158, 0.58);
  cursor: pointer;
}


.map_content_branch_office_camera_modal .micro-temp-modal .micro-temp-modal-header {
  background-color: #06103b;
  padding: 16px 20px;
}
.map_content_branch_office_camera_modal .micro-temp-modal .micro-temp-modal-header .micro-temp-modal-title {
  color: #fff;
}
.map_content_branch_office_camera_modal .micro-temp-modal .micro-temp-modal-content {
  padding: 0;
  background-color: #020828;
}
.map_content_branch_office_camera_modal .micro-temp-modal .micro-temp-modal-close {
  color: #fff;
}
.map_content_branch_office_camera_modal .container {
  padding: 27px 14px;
}
.map_content_branch_office_camera_modal .container .parent_tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.map_content_branch_office_camera_modal .container .parent_tabs .tab {
  background-color: #0B1544;
  border: 1px solid #0c1957;
  border-radius: 10px 10px 10px 2px;
  width: 192px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.map_content_branch_office_camera_modal .container .parent_tabs .tab.active {
  background-color: #1537CC;
  border: 1px solid rgba(0, 180, 255, 0.61);
}
.map_content_branch_office_camera_modal .container .info {
  margin-top: 12px;
  display: flex;
  gap: 25px;
}
.map_content_branch_office_camera_modal .container .info .child_tabs {
  width: 240px;
  background-color: rgba(35, 55, 140, 0.15);
  border-radius: 10px;
  padding: 50px 20px;
}
.map_content_branch_office_camera_modal .container .info .child_tabs .tab {
  background-color: #0B1544;
  color: #fff;
  border-radius: 10px 2px;
  width: 192px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  margin-top: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #0c1957;
}
.map_content_branch_office_camera_modal .container .info .child_tabs .tab:first-child {
  margin-top: 0;
}
.map_content_branch_office_camera_modal .container .info .child_tabs .tab.active {
  background-color: #1537CC;
  border: 1px solid rgba(0, 180, 255, 0.61);
}
.map_content_branch_office_camera_modal .container .info .videos {
  background-color: rgba(35, 55, 140, 0.149);
  flex: 1;
  border: 1px solid #09175d;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 27px;
  padding: 35px 29px;
}
.map_content_branch_office_camera_modal .container .info .videos .video {
  border: 1px solid #294695;
  border-radius: 2px;
}

.map_content_branch_office_title_container {
  width: 100%;
  height: 41px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.map_content_branch_office_title_container .basic {
  display: flex;
  align-items: center;
}
.map_content_branch_office_title_container .basic .label {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-left: 25px;
}
.map_content_branch_office_title_container .extra {
  margin-right: 5px;
}

.branch_office_fengbi .block1 {
  background-color: rgba(12, 28, 88, 0.4);
}
.branch_office_fengbi .block1 .options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 6px;
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_fengbi .block1 .options .option {
  flex-basis: calc(50% - 10px);
  background-color: rgba(1, 56, 154, 0.5);
  border: 1px solid rgba(32, 145, 243, 0.36);
  padding: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 12px;
  position: relative;
}
.branch_office_fengbi .block1 .options .option .img img {
  width: 57px;
  height: 56px;
}
.branch_office_fengbi .block1 .options .option .infos {
  margin-left: 20px;
  text-align: center;
}
.branch_office_fengbi .block1 .options .option .infos .title {
  color: #0096FF;
  font-size: 14px;
  font-weight: bold;
}
.branch_office_fengbi .block1 .options .option .infos .info {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.branch_office_fengbi .block1 .options .option .corner-img {
  position: absolute;
  width: 12px;
  height: 12px;
}
.branch_office_fengbi .block1 .options .option .corner-img.top-left-img {
  top: -9px;
  left: -4px;
}
.branch_office_fengbi .block1 .options .option .corner-img.top-right-img {
  transform: rotate(90deg);
  top: -4px;
  right: -9px;
}
.branch_office_fengbi .block1 .options .option .corner-img.bottom-left-img {
  transform: rotate(270deg);
  bottom: -4px;
  left: -9px;
}
.branch_office_fengbi .block1 .options .option .corner-img.bottom-right-img {
  transform: rotate(180deg);
  bottom: -9px;
  right: -4px;
}
.branch_office_fengbi .block2 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_fengbi .block2 .tabs {
  display: flex;
}
.branch_office_fengbi .block2 .tabs .tab {
  background-color: rgba(36, 115, 239, 0.27);
  padding: 2px 12px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  border: 1px solid #5d718c;
  cursor: pointer;
}
.branch_office_fengbi .block2 .tabs .tab.active {
  background-color: #2473ef;
  border: 1px solid #2473ef;
}
.branch_office_fengbi .block2 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_fengbi .block3 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_fengbi .block3 .tabs {
  display: flex;
}
.branch_office_fengbi .block3 .tabs .tab {
  background-color: rgba(36, 115, 239, 0.27);
  padding: 2px 12px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  border: 1px solid #5d718c;
  cursor: pointer;
}
.branch_office_fengbi .block3 .tabs .tab.active {
  background-color: #2473ef;
  border: 1px solid #2473ef;
}
.branch_office_fengbi .block3 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_fengbi .block3 .options .table .scroll {
  height: 350px;
  overflow-y: hidden;
}
.branch_office_fengbi .block3 .options .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.branch_office_fengbi .block3 .options .table .tr {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  background-color: rgba(42, 86, 158, 0.53);
}
.branch_office_fengbi .block3 .options .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
.branch_office_fengbi .block3 .options .table .tr .td.green {
  color: #7ccf41;
}
.branch_office_fengbi .block3 .options .table .tr .td.yellow {
  color: #ffcb05;
}

.branch_office_index_left .block1 {
  background-color: rgba(12, 28, 88, 0.4);
}
.branch_office_index_left .block1 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_index_left .block1 .options .weather {
  display: flex;
  align-items: center;
  gap: 40px;
}
.branch_office_index_left .block1 .options .weather .icon {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.branch_office_index_left .block1 .options .weather .icon .img img {
  width: 40px;
  height: 40px;
}
.branch_office_index_left .block1 .options .weather .icon .text {
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 5px;
}
.branch_office_index_left .block1 .options .weather .items {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.branch_office_index_left .block1 .options .weather .items .item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.branch_office_index_left .block1 .options .weather .items .item .img img {
  width: 42px;
  height: 42px;
}
.branch_office_index_left .block1 .options .weather .items .item .info .label {
  font-size: 12px;
  color: #fff;
}
.branch_office_index_left .block1 .options .weather .items .item .info .value {
  font-size: 18px;
  color: #00e7ff;
  font-weight: bold;
}
.branch_office_index_left .block1 .options .alert {
  margin-top: 10px;
}
.branch_office_index_left .block1 .options .alert .scroll {
  height: 20px;
  overflow-y: hidden;
}
.branch_office_index_left .block1 .options .alert .scroll .item .title {
  font-weight: bold;
  font-size: 14px;
}
.branch_office_index_left .block1 .options .table {
  margin-top: 5px;
}
.branch_office_index_left .block1 .options .table .scroll {
  height: 60px;
  overflow-y: hidden;
}
.branch_office_index_left .block1 .options .table .tr {
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-image: linear-gradient(to bottom, rgba(0, 42, 85, 0.38), rgba(1, 37, 74, 0.47), rgba(4, 38, 87, 0));
  border: 1px solid;
  border-image: linear-gradient(to top, rgba(8, 41, 87, 0.5), rgba(64, 152, 255, 0.5)) 1;
  border-bottom: none;
}
.branch_office_index_left .block1 .options .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
.branch_office_index_left .block2 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_index_left .block2 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_index_left .block2 .options .items .item {
  position: relative;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 19px;
  border: 1px solid rgba(0, 168, 255, 0.36);
  background-color: rgba(1, 37, 74, 0.47);
  border-radius: 4px;
  padding: 6px 10px;
}
.branch_office_index_left .block2 .options .items .item:first-child {
  margin-top: 0;
}
.branch_office_index_left .block2 .options .items .item .decoration {
  width: 2px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.branch_office_index_left .block2 .options .items .item .title {
  border-radius: 4px;
  padding: 10px 7px;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  flex-basis: 85px;
  text-align: center;
}
.branch_office_index_left .block2 .options .items .item .info {
  flex: 1;
  color: #fff;
  font-size: 14px;
}
.branch_office_index_left .block2 .options .items .item .info .bottom {
  display: flex;
  justify-content: space-between;
}
.branch_office_index_left .block3 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_index_left .block3 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_index_left .block4 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_index_left .block4 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_index_left .block4 .options .table {
  margin-top: 5px;
}
.branch_office_index_left .block4 .options .table .scroll {
  height: 60px;
  overflow-y: hidden;
}
.branch_office_index_left .block4 .options .table .tr {
  margin-top: 5px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  background-color: rgba(17, 51, 112, 0.8);
}
.branch_office_index_left .block4 .options .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}

.branch_office_index_right .block1 {
  background-color: rgba(12, 28, 88, 0.4);
}
.branch_office_index_right .block1 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_index_right .block1 .options .items {
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
}
.branch_office_index_right .block1 .options .items .item {
  width: calc(50% - 10px);
  padding: 5px 20px;
}
.branch_office_index_right .block1 .options .items .item .title {
  font-weight: bold;
  text-align: center;
}
.branch_office_index_right .block1 .options .items .item .info {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.branch_office_index_right .block2 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_index_right .block2 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_index_right .block3 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_index_right .block3 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_index_right .block3 .options .table {
  margin-top: 5px;
}
.branch_office_index_right .block3 .options .table .scroll {
  height: 165px;
  overflow-y: hidden;
}
.branch_office_index_right .block3 .options .table .tr {
  margin-top: 5px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 2fr 1fr;
  background-color: rgba(17, 51, 112, 0.8);
}
.branch_office_index_right .block3 .options .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
.branch_office_index_right .block4 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_index_right .block4 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_index_right .block4 .options .table {
  margin-top: 5px;
}
.branch_office_index_right .block4 .options .table .scroll {
  height: 165px;
  overflow-y: hidden;
}
.branch_office_index_right .block4 .options .table .tr {
  margin-top: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: rgba(17, 51, 112, 0.8);
}
.branch_office_index_right .block4 .options .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}

.branch_office_menjin .block1 {
  background-color: rgba(12, 28, 88, 0.4);
}
.branch_office_menjin .block1 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_menjin .block1 .options .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
}
.branch_office_menjin .block1 .options .items .item {
  position: relative;
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  color: #fff;
  padding: 9px 0 9px 9px;
  background-color: rgba(1, 56, 154, 0.26);
  border: 1px solid #2091F3;
}
.branch_office_menjin .block1 .options .items .item .img {
  background-color: #102561;
  border: 1px solid #19455B;
  border-radius: 4px;
  padding: 8px;
  margin-right: 10px;
}
.branch_office_menjin .block1 .options .items .item .img img {
  width: 35px;
  height: 30px;
}
.branch_office_menjin .block1 .options .items .item .info .label {
  font-weight: bold;
}
.branch_office_menjin .block1 .options .items .item .corner-img {
  position: absolute;
  width: 12px;
  height: 12px;
}
.branch_office_menjin .block1 .options .items .item .corner-img.top-left-img {
  top: -10px;
  left: -3px;
}
.branch_office_menjin .block1 .options .items .item .corner-img.top-right-img {
  transform: rotate(90deg);
  top: -3px;
  right: -10px;
}
.branch_office_menjin .block1 .options .items .item .corner-img.bottom-left-img {
  transform: rotate(270deg);
  bottom: -3px;
  left: -10px;
}
.branch_office_menjin .block1 .options .items .item .corner-img.bottom-right-img {
  transform: rotate(180deg);
  bottom: -10px;
  right: -3px;
}
.branch_office_menjin .block2 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_menjin .block2 .tabs {
  display: flex;
}
.branch_office_menjin .block2 .tabs .tab {
  background-color: rgba(36, 115, 239, 0.27);
  padding: 2px 12px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  border: 1px solid #5d718c;
  cursor: pointer;
}
.branch_office_menjin .block2 .tabs .tab.active {
  background-color: #2473ef;
  border: 1px solid #2473ef;
}
.branch_office_menjin .block2 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_menjin .block3 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  margin-top: 10px;
}
.branch_office_menjin .block3 .tabs {
  display: flex;
}
.branch_office_menjin .block3 .tabs .tab {
  background-color: rgba(36, 115, 239, 0.27);
  padding: 2px 12px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  border: 1px solid #5d718c;
  cursor: pointer;
}
.branch_office_menjin .block3 .tabs .tab.active {
  background-color: #2473ef;
  border: 1px solid #2473ef;
}
.branch_office_menjin .block3 .table {
  padding: 10px;
}
.branch_office_menjin .block3 .table .scroll {
  height: 300px;
  overflow-y: hidden;
}
.branch_office_menjin .block3 .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.branch_office_menjin .block3 .table .tr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: rgba(42, 86, 158, 0.53);
}
.branch_office_menjin .block3 .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
.branch_office_menjin .block3 .table .tr .td.green {
  color: #7ccf41;
}
.branch_office_menjin .block3 .table .tr .td.yellow {
  color: #ffcb05;
}

.branch_office_qixiang .block1 {
  background-color: rgba(12, 28, 88, 0.4);
}
.branch_office_qixiang .block1 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_qixiang .block1 .options .weather {
  display: flex;
  gap: 40px;
}
.branch_office_qixiang .block1 .options .weather .icon {
  padding: 10px;
  display: flex;
  gap: 5px;
}
.branch_office_qixiang .block1 .options .weather .icon .img img {
  width: 40px;
  height: 40px;
}
.branch_office_qixiang .block1 .options .weather .icon .text {
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 5px;
}
.branch_office_qixiang .block1 .options .weather .items {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.branch_office_qixiang .block1 .options .weather .items .item {
  width: calc((100% / 2) - 10px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.branch_office_qixiang .block1 .options .weather .items .item .img img {
  width: 42px;
  height: 42px;
}
.branch_office_qixiang .block1 .options .weather .items .item .info .label {
  font-size: 12px;
  color: #fff;
}
.branch_office_qixiang .block1 .options .weather .items .item .info .value {
  font-size: 18px;
  color: #00e7ff;
  font-weight: bold;
}
.branch_office_qixiang .block1 .options .alert {
  margin-top: 10px;
}
.branch_office_qixiang .block1 .options .alert .scroll {
  height: 20px;
  overflow-y: hidden;
}
.branch_office_qixiang .block1 .options .alert .scroll .item .title {
  font-weight: bold;
  font-size: 14px;
}
.branch_office_qixiang .block1 .options .table {
  margin-top: 5px;
}
.branch_office_qixiang .block1 .options .table .scroll {
  height: 200px;
  overflow-y: hidden;
}
.branch_office_qixiang .block1 .options .table .tr {
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-image: linear-gradient(to bottom, rgba(0, 42, 85, 0.38), rgba(1, 37, 74, 0.47), rgba(4, 38, 87, 0));
  border: 1px solid;
  border-image: linear-gradient(to top, rgba(8, 41, 87, 0.5), rgba(64, 152, 255, 0.5)) 1;
  border-bottom: none;
}
.branch_office_qixiang .block1 .options .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
.branch_office_qixiang .block2 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_qixiang .block2 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_qixiang .block2 .options .table {
  margin-top: 5px;
}
.branch_office_qixiang .block2 .options .table .scroll {
  height: 300px;
  overflow-y: hidden;
}
.branch_office_qixiang .block2 .options .table .tr {
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: rgba(17, 51, 112, 0.8);
}
.branch_office_qixiang .block2 .options .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}

.branch_office_renyuan .block1 {
  background-color: rgba(12, 28, 88, 0.4);
}
.branch_office_renyuan .block1 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_renyuan .block2 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_renyuan .block2 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_renyuan .block3 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  margin-top: 10px;
}
.branch_office_renyuan .block3 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_renyuan .block3 .options .table {
  margin-top: 5px;
}
.branch_office_renyuan .block3 .options .table .scroll {
  height: 100px;
  overflow-y: hidden;
}
.branch_office_renyuan .block3 .options .table .tr {
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: rgba(17, 51, 112, 0.8);
}
.branch_office_renyuan .block3 .options .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
.branch_office_renyuan .block4 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  margin-top: 10px;
}
.branch_office_renyuan .block4 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_renyuan .block4 .options .table {
  margin-top: 5px;
}
.branch_office_renyuan .block4 .options .table .scroll {
  height: 100px;
  overflow-y: hidden;
}
.branch_office_renyuan .block4 .options .table .tr {
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: rgba(17, 51, 112, 0.8);
}
.branch_office_renyuan .block4 .options .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}

.branch_office_weixian .block1 {
  background-color: rgba(12, 28, 88, 0.4);
}
.branch_office_weixian .block1 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_weixian .block1 .options .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.branch_office_weixian .block1 .options .items .item .title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.branch_office_weixian .block1 .options .items .item .img {
  margin-top: 13px;
  text-align: center;
}
.branch_office_weixian .block1 .options .items .item .img img {
  width: 42px;
  height: 48px;
}
.branch_office_weixian .block1 .options .items .item .info {
  margin-top: 5px;
  font-size: 12px;
}
.branch_office_weixian .block2 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_weixian .block2 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_weixian .block2 .options .items .item {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 12px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 5px;
}
.branch_office_weixian .block2 .options .items .item:first-child {
  margin-top: 0;
}
.branch_office_weixian .block2 .options .items .item .title {
  margin-left: 15px;
  border: 1px solid #167CE4;
  border-radius: 4px;
  width: 65px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}
.branch_office_weixian .block2 .options .items .item .info {
  margin: 0 30px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.branch_office_weixian .block2 .options .items .item .info .label {
  font-weight: bold;
}
.branch_office_weixian .block2 .options .items .item .info .value {
  font-size: 16px;
}
.branch_office_weixian .block2 .options .items .item .info > div:nth-child(1) .value {
  color: #00aeff;
}
.branch_office_weixian .block2 .options .items .item .info > div:nth-child(2) .value {
  color: #ffa800;
}
.branch_office_weixian .block2 .options .items .item .info > div:nth-child(3) .value {
  color: #74cb3f;
}
.branch_office_weixian .block3 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_weixian .block3 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_weixian .block3 .options .table {
  margin-top: 5px;
}
.branch_office_weixian .block3 .options .table .scroll {
  height: 145px;
  overflow-y: hidden;
}
.branch_office_weixian .block3 .options .table .tr {
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: rgba(17, 51, 112, 0.8);
}
.branch_office_weixian .block3 .options .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
.branch_office_weixian .block4 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_weixian .block4 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_weixian .block4 .options .table {
  margin-top: 5px;
}
.branch_office_weixian .block4 .options .table .scroll {
  height: 145px;
  overflow-y: hidden;
}
.branch_office_weixian .block4 .options .table .tr {
  margin-top: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: rgba(17, 51, 112, 0.8);
}
.branch_office_weixian .block4 .options .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}

.branch_office_xiaofang .block1 {
  background-color: rgba(12, 28, 88, 0.4);
}
.branch_office_xiaofang .block1 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_xiaofang .block1 .options .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.branch_office_xiaofang .block1 .options .items .item {
  flex: 1;
  color: #fff;
}
.branch_office_xiaofang .block1 .options .items .item .title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.branch_office_xiaofang .block1 .options .items .item .img {
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
}
.branch_office_xiaofang .block1 .options .items .item .img img {
  width: 65px;
  height: 45px;
}
.branch_office_xiaofang .block1 .options .items .item .info {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  font-size: 12px;
}
.branch_office_xiaofang .block2 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_xiaofang .block2 .tabs {
  display: flex;
}
.branch_office_xiaofang .block2 .tabs .tab {
  background-color: rgba(36, 115, 239, 0.27);
  padding: 2px 6px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  border: 1px solid #5d718c;
  cursor: pointer;
}
.branch_office_xiaofang .block2 .tabs .tab.active {
  background-color: #2473ef;
  border: 1px solid #2473ef;
}
.branch_office_xiaofang .block2 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_xiaofang .block2 .options .table {
  margin-top: 5px;
}
.branch_office_xiaofang .block2 .options .table .scroll {
  height: 155px;
  overflow-y: hidden;
}
.branch_office_xiaofang .block2 .options .table .tr {
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: rgba(17, 51, 112, 0.8);
}
.branch_office_xiaofang .block2 .options .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
.branch_office_xiaofang .block3 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_xiaofang .block3 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_xiaofang .block3 .options .table {
  margin-top: 5px;
}
.branch_office_xiaofang .block3 .options .table .scroll {
  height: 155px;
  overflow-y: hidden;
}
.branch_office_xiaofang .block3 .options .table .tr {
  margin-top: 5px;
  display: grid;
  grid-template-columns: 1.5fr 2fr 1fr 1fr 1fr;
  background-color: rgba(17, 51, 112, 0.8);
}
.branch_office_xiaofang .block3 .options .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
.branch_office_xiaofang .block4 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_xiaofang .block4 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_xiaofang .block4 .options .table {
  margin-top: 5px;
}
.branch_office_xiaofang .block4 .options .table .scroll {
  height: 155px;
  overflow-y: hidden;
}
.branch_office_xiaofang .block4 .options .table .tr {
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: rgba(17, 51, 112, 0.8);
}
.branch_office_xiaofang .block4 .options .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}

.branch_office_zhongdian .block1 {
  background-color: rgba(12, 28, 88, 0.4);
}
.branch_office_zhongdian .block1 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_zhongdian .block1 .options .items {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.branch_office_zhongdian .block1 .options .items .item {
  text-align: center;
  color: #fff;
}
.branch_office_zhongdian .block1 .options .items .item .img {
  margin-bottom: 10px;
}
.branch_office_zhongdian .block1 .options .items .item .img img {
  width: 65px;
  height: 45px;
}
.branch_office_zhongdian .block1 .options .items .item .info .label {
  font-size: 14px;
}
.branch_office_zhongdian .block1 .options .items .item .info .value {
  font-size: 18px;
}
.branch_office_zhongdian .block2 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_zhongdian .block2 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_zhongdian .block3 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_zhongdian .block3 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.branch_office_zhongdian .block3 .options .table {
  margin-top: 5px;
}
.branch_office_zhongdian .block3 .options .table .scroll {
  height: 155px;
  overflow-y: hidden;
}
.branch_office_zhongdian .block3 .options .table .tr {
  margin-top: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.5fr 1fr;
  background-color: rgba(17, 51, 112, 0.8);
}
.branch_office_zhongdian .block3 .options .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
.branch_office_zhongdian .block4 {
  background-color: rgba(12, 28, 88, 0.4);
  margin-top: 10px;
}
.branch_office_zhongdian .block4 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}

.map_content_port_title_container {
  width: 100%;
  height: 32px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.map_content_port_title_container .basic {
  display: flex;
  align-items: center;
}
.map_content_port_title_container .basic .img {
  width: 31px;
  height: 27px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: 3px;
  animation: titleContainerSlideX 2s infinite;
}
.map_content_port_title_container .basic .label {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-left: 5px;
}
.map_content_port_title_container .extra {
  margin-right: 5px;
}
@keyframes titleContainerSlideX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.port_fengbi .block1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.port_fengbi .block1 .options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 6px;
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.port_fengbi .block1 .options .option {
  flex-basis: calc(50% - 10px);
  background-color: rgba(1, 56, 154, 0.5);
  border: 1px solid rgba(32, 145, 243, 0.36);
  padding: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 12px;
  position: relative;
}
.port_fengbi .block1 .options .option .img img {
  width: 57px;
  height: 56px;
}
.port_fengbi .block1 .options .option .infos {
  margin-left: 20px;
  text-align: center;
}
.port_fengbi .block1 .options .option .infos .title {
  color: #0096FF;
  font-size: 14px;
  font-weight: bold;
}
.port_fengbi .block1 .options .option .infos .info {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.port_fengbi .block1 .options .option .corner-img {
  position: absolute;
  width: 12px;
  height: 12px;
}
.port_fengbi .block1 .options .option .corner-img.top-left-img {
  top: -9px;
  left: -4px;
}
.port_fengbi .block1 .options .option .corner-img.top-right-img {
  transform: rotate(90deg);
  top: -4px;
  right: -9px;
}
.port_fengbi .block1 .options .option .corner-img.bottom-left-img {
  transform: rotate(270deg);
  bottom: -4px;
  left: -9px;
}
.port_fengbi .block1 .options .option .corner-img.bottom-right-img {
  transform: rotate(180deg);
  bottom: -9px;
  right: -4px;
}
.port_fengbi .block2 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  margin-top: 10px;
}
.port_fengbi .block2 .tabs {
  display: flex;
}
.port_fengbi .block2 .tabs .tab {
  background-color: rgba(36, 115, 239, 0.27);
  padding: 2px 12px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  border: 1px solid #5d718c;
  cursor: pointer;
}
.port_fengbi .block2 .tabs .tab.active {
  background-color: #2473ef;
  border: 1px solid #2473ef;
}
.port_fengbi .block2 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.port_fengbi .block3 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  margin-top: 10px;
}
.port_fengbi .block3 .tabs {
  display: flex;
}
.port_fengbi .block3 .tabs .tab {
  background-color: rgba(36, 115, 239, 0.27);
  padding: 2px 12px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  border: 1px solid #5d718c;
  cursor: pointer;
}
.port_fengbi .block3 .tabs .tab.active {
  background-color: #2473ef;
  border: 1px solid #2473ef;
}
.port_fengbi .block3 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.port_fengbi .block3 .options .table .scroll {
  height: 300px;
  overflow-y: hidden;
}
.port_fengbi .block3 .options .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.port_fengbi .block3 .options .table .tr {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  background-color: rgba(42, 86, 158, 0.53);
}
.port_fengbi .block3 .options .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
.port_fengbi .block3 .options .table .tr .td.green {
  color: #7ccf41;
}
.port_fengbi .block3 .options .table .tr .td.yellow {
  color: #ffcb05;
}

.port_index .block1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.port_index .block1 .options {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.port_index .block1 .options .option {
  flex-basis: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.port_index .block1 .options .option .img_top {
  position: absolute;
  width: 70px;
  height: 70px;
  animation: portIndexSlideY 2s infinite;
}
.port_index .block1 .options .option .img_bottom {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 5px;
}
.port_index .block1 .options .option .label {
  margin-top: 80px;
  color: #fff;
  font-size: 14px !important;
}
.port_index .block1 .options .option .count {
  background-image: linear-gradient(to bottom, #5bb4f7, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-top: 6px;
  font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft YaHei", "微软雅黑", sans-serif;
}
.port_index .block1 .options .option .count span {
  font-size: 26px;
}
.port_index .block2 {
  margin-top: 10px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.port_index .block2 .options {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
  padding: 10px;
}
.port_index .block2 .options .option {
  display: flex;
  align-items: center;
  position: relative;
  flex-basis: 50%;
  padding-left: 8px;
}
.port_index .block2 .options .option .img {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 25px;
  top: 10px;
  animation: portIndexSlideY 2s infinite;
}
.port_index .block2 .options .option .img_bg {
  width: 70px;
  height: 80px;
}
.port_index .block2 .options .option .label {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
}
.port_index .block2 .options .option .count {
  background-image: linear-gradient(to bottom, #5bb4f7, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 26px;
  margin-top: 12px;
  margin-left: 10px;
  font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft YaHei", "微软雅黑", sans-serif;
}
.port_index .block2 .options .option .count span {
  font-size: 26px;
}
.port_index .block3 {
  margin-top: 10px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.port_index .block3 .content {
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
  padding: 10px;
}
.port_index .block3 .content .options {
  display: flex;
  justify-content: flex-end;
}
.port_index .block3 .content .options .title {
  cursor: pointer;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 113px;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
.port_index .block3 .content .table {
  margin-top: 14px;
}
.port_index .block3 .content .table .scroll {
  height: 300px;
  overflow-y: hidden;
}
.port_index .block3 .content .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.port_index .block3 .content .table .tr {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  background-color: rgba(42, 86, 158, 0.53);
}
.port_index .block3 .content .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@keyframes portIndexSlideY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

.port_menjin .block1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.port_menjin .block1 .options {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.port_menjin .block1 .options .option {
  display: flex;
  align-items: center;
}
.port_menjin .block1 .options .option .img {
  width: 81px;
  height: 93px;
}
.port_menjin .block1 .options .option .img img {
  width: 100%;
  height: 100%;
}
.port_menjin .block1 .options .option .info {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
}
.port_menjin .block1 .options .option .info div {
  margin-top: 5px;
}
.port_menjin .block2 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  margin-top: 10px;
}
.port_menjin .block2 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.port_menjin .block3 {
  margin-top: 10px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.port_menjin .block3 .content {
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
  padding: 10px;
}
.port_menjin .block3 .content .options {
  display: flex;
  justify-content: flex-end;
}
.port_menjin .block3 .content .options .title {
  cursor: pointer;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 113px;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
.port_menjin .block3 .content .table {
  margin-top: 5px;
}
.port_menjin .block3 .content .table .scroll {
  height: 300px;
  overflow-y: hidden;
}
.port_menjin .block3 .content .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.port_menjin .block3 .content .table .tr {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1.5fr;
  background-color: rgba(42, 86, 158, 0.53);
}
.port_menjin .block3 .content .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
.port_menjin .block3 .content .table .tr .td.green {
  color: #7ccf41;
}
.port_menjin .block3 .content .table .tr .td.yellow {
  color: #ffcb05;
}

.port_qixiang .block1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  margin-top: 20px;
}
.port_qixiang .block1 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 189px;
}
.port_qixiang .block1 .options .bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 217px;
  height: 159px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.port_qixiang .block1 .options .option {
  flex-basis: 35%;
  text-align: center;
}
.port_qixiang .block1 .options .option .label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}
.port_qixiang .block1 .options .option .info .count {
  font-size: 16px;
  background: linear-gradient(to top, #48bbf0, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.port_qixiang .block2 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  margin-top: 10px;
}
.port_qixiang .block2 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.port_qixiang .block2 .options .option {
  display: flex;
  width: 50%;
  align-items: center;
  padding-left: 20px;
}
.port_qixiang .block2 .options .option .title {
  width: 24px;
  height: 111px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
.port_qixiang .block2 .options .option .info {
  color: #fff;
  padding-left: 20px;
}
.port_qixiang .block2 .options .option .info .img {
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 15px;
  margin: 0 auto;
}
.port_qixiang .block2 .options .option .info .img img {
  width: 22px;
  height: 22px;
  animation: qixiangScale 2s infinite;
}
.port_qixiang .block2 .options .option .info .count {
  line-height: 1.6;
  margin-top: 5px;
}
.port_qixiang .block3 {
  margin-top: 10px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.port_qixiang .block3 .content {
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
  padding: 10px;
}
.port_qixiang .block3 .content .options {
  display: flex;
  justify-content: flex-end;
}
.port_qixiang .block3 .content .options .title {
  cursor: pointer;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 113px;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
.port_qixiang .block3 .content .table {
  margin-top: 5px;
}
.port_qixiang .block3 .content .table .scroll {
  height: 300px;
  overflow-y: hidden;
}
.port_qixiang .block3 .content .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.port_qixiang .block3 .content .table .tr {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  background-color: rgba(42, 86, 158, 0.53);
}
.port_qixiang .block3 .content .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
.port_qixiang .block3 .content .table .tr .td.green {
  color: #7ccf41;
}
.port_qixiang .block3 .content .table .tr .td.red {
  color: #f90102;
}
@keyframes qixiangScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

.port_renyuan .block1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.port_renyuan .block1 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
}
.port_renyuan .block1 .options .option {
  display: flex;
  width: 50%;
  align-items: center;
  margin-top: 10px;
}
.port_renyuan .block1 .options .option:nth-child(-n + 2) {
  margin-top: 0;
}
.port_renyuan .block1 .options .option .imger {
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  margin-left: 20px;
}
.port_renyuan .block1 .options .option .imger img {
  width: 30px;
  height: 30px;
  animation: renyuanScale 2s infinite;
  margin-top: 10px;
}
.port_renyuan .block1 .options .option .info {
  color: #ffffff;
  margin-left: 10px;
}
.port_renyuan .block1 .options .option .info .label {
  font-size: 12px;
  height: 25px;
  line-height: 25px;
}
.port_renyuan .block1 .options .option .info .text {
  font-size: 24px;
  background: linear-gradient(to top, #48bbf0, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft YaHei", "微软雅黑", sans-serif;
  margin-top: 0;
}
.port_renyuan .block2 {
  margin-top: 10px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.port_renyuan .block2 .content {
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
  padding: 10px;
}
.port_renyuan .block2 .content .options {
  display: flex;
  justify-content: flex-end;
}
.port_renyuan .block2 .content .options .title {
  cursor: pointer;
}
.port_renyuan .block2 .content .table {
  margin-top: 5px;
}
.port_renyuan .block2 .content .table .scroll {
  height: 300px;
  overflow-y: hidden;
}
.port_renyuan .block2 .content .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.port_renyuan .block2 .content .table .tr {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  background-color: rgba(42, 86, 158, 0.53);
}
.port_renyuan .block2 .content .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
@keyframes renyuanScale {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.9);
  }
}

.port_weixian .block1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.port_weixian .block1 .options {
  display: flex;
  justify-content: space-between;
  padding: 13px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.port_weixian .block1 .options .option {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.port_weixian .block1 .options .option .circular {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 13px;
}
.port_weixian .block1 .options .option .circular img {
  width: 25px;
  height: 26px;
  animation: weixianSlideY 2s infinite;
}
.port_weixian .block1 .options .option .label {
  display: flex;
  justify-content: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 120px;
  height: 24px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}
.port_weixian .block2 {
  margin-top: 10px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.port_weixian .block2 .content {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.port_weixian .block3 {
  margin-top: 10px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.port_weixian .block3 .content {
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
  padding: 10px;
}
.port_weixian .block3 .content .options {
  display: flex;
  justify-content: flex-end;
}
.port_weixian .block3 .content .options .title {
  cursor: pointer;
}
.port_weixian .block3 .content .table {
  margin-top: 5px;
}
.port_weixian .block3 .content .table .tr {
  display: flex;
}
.port_weixian .block3 .content .table .tr:nth-child(odd) {
  background-color: rgba(42, 86, 158, 0.53);
}
.port_weixian .block3 .content .table .tr .td {
  flex: 1;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
.port_weixian .block3 .content .table .tr .td:nth-child(1) {
  flex: none;
  flex-basis: 50px;
  text-align: left;
}
.port_weixian .block3 .content .table .tr .td:nth-child(2) {
  flex-basis: 20%;
}
.port_weixian .block3 .content .table .tr .td .bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 21px;
  height: 15px;
  margin: auto;
  line-height: 15px;
  padding-left: 4px;
}
.port_weixian .block3 .content .table .tr:nth-child(n + 11) .bg {
  padding-left: 0;
}
.port_weixian .block3 .content .table .tr .empty {
  flex: 1;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
@keyframes weixianSlideY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

.port_xiaofang .block1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.port_xiaofang .block1 .content {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.port_xiaofang .block1 .content .button {
  text-align: center;
}
.port_xiaofang .block1 .content .micro-temp-form-item .micro-temp-form-item-label > label {
  color: #fff;
}
.port_xiaofang .block1 .content .xiaofang-input.micro-temp-input-outlined {
  background-color: rgba(2, 30, 81, 0.85);
  border-color: #021e51;
  color: #fff;
}
.port_xiaofang .block1 .content .xiaofang-input.micro-temp-input-outlined::placeholder {
  color: #fff;
}
.port_xiaofang .block1 .content .xiaofang-input.micro-temp-select-outlined:not(.port_xiaofang .block1 .content .xiaofang-input.micro-temp-select-customize-input) .port_xiaofang .block1 .content .xiaofang-input.micro-temp-select-selector {
  background-color: rgba(2, 30, 81, 0.85);
  border-color: #021e51;
  color: #fff;
}
.port_xiaofang .block1 .content .xiaofang-select .micro-temp-select-selection-placeholder {
  color: #fff;
}
.port_xiaofang .block1 .content .xiaofang-select .micro-temp-select-arrow {
  color: #fff;
}
.port_xiaofang .block1 .content .micro-temp-select-single.micro-temp-select-open .micro-temp-select-selection-item {
  color: #fff;
}
.port_xiaofang .block1 .content .micro-temp-select-outlined:not(.micro-temp-select-customize-input) .micro-temp-select-selector {
  background-color: rgba(2, 30, 81, 0.85);
  border-color: #021e51;
  color: #fff;
}
.port_xiaofang .block2 {
  margin-top: 10px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.port_xiaofang .block2 .content {
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
  padding: 10px;
}
.port_xiaofang .block2 .content .table {
  margin-top: 5px;
}
.port_xiaofang .block2 .content .table .scroll {
  height: 300px;
  overflow-y: hidden;
}
.port_xiaofang .block2 .content .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.port_xiaofang .block2 .content .table .tr {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  background-color: rgba(42, 86, 158, 0.53);
}
.port_xiaofang .block2 .content .table .tr .td {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
.xiaofang-select {
  background-color: rgba(2, 30, 81, 0.85);
}
.xiaofang-select .micro-temp-select-item {
  color: #fff;
}
.xiaofang-select .micro-temp-select-item-option-selected:not(.micro-temp-select-item-option-disabled) {
  color: #fff;
  background-color: rgba(16, 87, 216, 0.5);
}

.port_zhongdian .block1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.port_zhongdian .block1 .options {
  display: flex;
  justify-content: space-between;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
}
.port_zhongdian .block1 .options .option {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.port_zhongdian .block1 .options .option .leftimg {
  width: 225px;
  height: 160px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.port_zhongdian .block1 .options .option .info {
  flex: 1;
  color: #fff;
  font-size: 14px;
  display: flex;
  line-height: 3;
}
.port_zhongdian .block1 .options .option .info .lable {
  margin-right: 5px;
}
.port_zhongdian .block1 .options .option .info .count span {
  font-size: 14px;
}
.port_zhongdian .block2 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  margin-top: 10px;
}
.port_zhongdian .block2 .options {
  padding: 10px 15px;
  border: 1px solid;
  border-image: linear-gradient(to bottom, rgba(58, 122, 149, 0), #3a7a95) 1;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 150px;
}
.port_zhongdian .block2 .options .option {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.port_zhongdian .block2 .options .option .circular {
  margin-top: 5px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 13px;
}
.port_zhongdian .block2 .options .option .circular img {
  width: 25px;
  height: 26px;
  animation: zhongdianSlideY 2s infinite;
}
.port_zhongdian .block2 .options .option .info {
  flex: 1;
  text-align: center;
}
.port_zhongdian .block2 .options .option .info .title {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 120px;
  height: 24px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}
.port_zhongdian .block2 .options .option .info .count {
  margin-top: 13px;
  background: linear-gradient(to top, #48bbf0, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft YaHei", "微软雅黑", sans-serif;
}
.port_zhongdian .block2 .options .option .info .count span {
  font-size: 24px;
}
@keyframes zhongdianSlideY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

.map_content_container .line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map_content_container .line-2 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical !important;
}
.map_content_container .line-3 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical !important;
}
.map_content_container .line-4 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical !important;
}
.map_content_container .line-5 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical !important;
}
.map_content_container__indexinfo {
  position: relative;
  opacity: 0;
}
.map_content_container__content {
  width: 430px;
  position: absolute;
}
.map_content_container__content.port {
  top: 75px;
  max-height: calc(100vh - 75px);
}
.map_content_container__content.branch_office {
  top: 70px;
  max-height: calc(100vh - 70px);
}
.map_content_container .collapse_menu {
  position: absolute;
  top: calc(50vh - 44.5px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.map_content_container .collapse_menu.left {
  left: 465px;
}
.map_content_container .collapse_menu.left.port {
  width: 30px;
  height: 89px;
}
.map_content_container .collapse_menu.left.port img {
  width: 10px;
  height: 17px;
}
.map_content_container .collapse_menu.left.branch_office {
  width: 33px;
  height: 116px;
}
.map_content_container .collapse_menu.left.branch_office img {
  width: 13px;
  height: 34px;
}
.map_content_container .collapse_menu.right {
  right: 465px;
}
.map_content_container .collapse_menu.right.port {
  width: 30px;
  height: 89px;
}
.map_content_container .collapse_menu.right.port img {
  width: 10px;
  height: 17px;
}
.map_content_container .collapse_menu.right.branch_office {
  width: 33px;
  height: 116px;
}
.map_content_container .collapse_menu.right.branch_office img {
  width: 13px;
  height: 34px;
}

.map_content_header_container header {
  width: 100%;
  height: 70px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  opacity: 0;
}
.map_content_header_container header.port {
  padding-top: 10px;
}
.map_content_header_container header.port .back {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.map_content_header_container header.branch_office .back {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: normal;
}
.map_content_header_container header.branch_office .back img {
  width: 20px;
  height: 20px;
}
.map_content_header_container header .title {
  background-image: linear-gradient(to bottom, #5bb4f7, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 34px;
}
.map_content_header_container header .guang {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 707px;
  height: 85px;
  position: absolute;
  top: 25px;
  left: 50%;
  animation: headerContainerScale 2s infinite;
}
@keyframes headerContainerScale {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(0.5);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

.map_content_right_utils_container .right_utils.port {
  width: 80px;
  position: absolute;
  top: 170px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.map_content_right_utils_container .right_utils.port .option {
  cursor: pointer;
  position: relative;
}
.map_content_right_utils_container .right_utils.port .option:hover {
  animation: slideX 0.5s;
}
.map_content_right_utils_container .right_utils.port .option:hover .tooltip {
  opacity: 1;
  right: 80px;
}
.map_content_right_utils_container .right_utils.port .option .tooltip {
  transition: 0.5s;
  opacity: 0;
  width: 100px;
  height: 40px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.map_content_right_utils_container .right_utils.port .option img {
  width: 80px;
  height: 72px;
}
.map_content_right_utils_container .right_utils.branch_office {
  width: 103px;
  position: absolute;
  bottom: 29px;
  right: 36px;
}
.map_content_right_utils_container .right_utils.branch_office .bg {
  cursor: pointer;
  transition: all 0.5s;
  transform: rotate(180deg);
}
.map_content_right_utils_container .right_utils.branch_office .bg.active {
  transform: rotate(0deg);
}
.map_content_right_utils_container .right_utils.branch_office .bg img {
  width: 101px;
  height: 100px;
}
.map_content_right_utils_container .right_utils.branch_office .options {
  width: 68px;
  background-color: rgba(24, 44, 91, 0.74);
  margin: 0 auto 10px;
  text-align: center;
  border: 1px solid rgba(0, 126, 255, 0.58);
  border-radius: 50px 50px 0 0;
  transform-origin: bottom center;
}
.map_content_right_utils_container .right_utils.branch_office .options .option {
  padding: 15px 0;
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
}
.map_content_right_utils_container .right_utils.branch_office .options .option:first-child {
  border-radius: 50px 50px 0 0;
}
.map_content_right_utils_container .right_utils.branch_office .options .option.active {
  border: 1px solid #2e4f82;
  background-color: rgba(40, 84, 155, 0.459);
}
.map_content_right_utils_container .right_utils.branch_office .options .option:hover .tooltip {
  opacity: 1;
  right: 80px;
}
.map_content_right_utils_container .right_utils.branch_office .options .option img {
  width: 35px;
  height: 35px;
}
.map_content_right_utils_container .right_utils.branch_office .options .option .tooltip {
  transition: 0.5s;
  opacity: 0;
  width: 100px;
  height: 40px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.map_content_box {
  width: 300px;
  position: relative;
  bottom: 0;
  left: 0;
}
.map_content_box .box-wrap {
  position: absolute;
  left: 200px;
  top: -40px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #42698f;
  background-color: rgba(35, 53, 93, 0.74);
  box-shadow: 0 0 10px 2px #000000;
  animation: map_content_box-slide-in-elliptic-bottom-fwd 0.75s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.map_content_box .box-wrap .area {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #42698f;
}
.map_content_box .box-wrap .area .area-title {
  text-align: center;
  line-height: 30px;
}
.map_content_box .box-wrap .area .fontColor {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 1px 5px #002520d2;
}
.map_content_box .box-wrap .area .close {
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.content {
  padding: 10px;
  line-height: 1.6;
}
.content .data-value {
  flex: 1;
  font-size: 12px;
}
.content .textColor {
  font-size: 12px;
  color: #ffffff;
  text-shadow: 1px 1px 5px #002520d2;
}
.content .data-li {
  display: flex;
  align-items: center;
}
.content .data-li .btn-bottom {
  border-top: 1px solid rgba(66, 105, 143, 0.26);
  width: 100%;
  text-align: center;
  margin-top: 5px;
  padding-top: 10px;
}
.content .data-li .btn-bottom .el-button--small {
  padding: 6px 15px;
}
.content .data-li .btn-bottom .el-button--primary {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
}
.content .data-li .btn-bottom .el-button--primary:hover {
  background-color: #40a9ff;
  border-color: #40a9ff;
}
.content .data-li .h_60 {
  height: 60px;
}
@keyframes map_content_box-slide-in-elliptic-bottom-fwd {
  0% {
    transform: translateY(300px) rotate(10deg) scale(0.3);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  50% {
    transform: translateY(-20px) rotate(-5deg) scale(1.1);
    transform-origin: 50% 100%;
    opacity: 0.8;
  }
  75% {
    transform: translateY(5px) rotate(2deg) scale(0.95);
    transform-origin: 50% 100%;
    opacity: 0.9;
  }
  100% {
    transform: translateY(0) rotate(0) scale(1);
    transform-origin: 50% 100%;
    opacity: 1;
  }
}

#cesiumContainer {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
}
#cesiumContainer .cesium-viewer-toolbar,
#cesiumContainer .cesium-viewer-fullscreenContainer,
#cesiumContainer .cesium-infoBox-visible {
  display: none !important;
}
.coverMaskContainer {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0;
  z-index: 1;
}
#contentContainer {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#contentContainer > * {
  pointer-events: auto;
}

.register-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #1a5fb4 0%, #0d3a7a 100%);
  height: 100%;
  box-sizing: border-box;
  padding: 24px;
}
.register-page .register-top-bar {
  margin-bottom: 24px;
}
.register-page .register-top-bar .register-top-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.register-page .register-top-bar .register-top-logo .register-top-icon {
  width: 32px;
  height: 32px;
}
.register-page .register-top-bar .register-top-logo .register-top-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
.register-page .register-top-bar .register-top-logo .register-top-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin-left: 4px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.register-page .register-card {
  display: flex;
  width: 900px;
  min-height: 520px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.register-page .register-left {
  width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #e8f4ff 0%, #d0e8ff 100%);
}
.register-page .register-left .register-left-icon {
  width: 100%;
  height: 100%;
}
.register-page .register-left .register-logo-icon {
  width: 180px;
  height: 180px;
  margin-bottom: 24px;
}
.register-page .register-left .register-left-title {
  font-size: 20px;
  font-weight: 600;
  color: #1677ff;
  margin-bottom: 8px;
}
.register-page .register-left .register-left-subtitle {
  font-size: 14px;
  color: #666;
}
.register-page .register-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}
.register-page .register-right .register-header {
  text-align: center;
  margin-bottom: 32px;
}
.register-page .register-right .register-header .register-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.register-page .register-right .register-header .register-subtitle {
  font-size: 13px;
  color: #999;
}
.register-page .register-right .register-form .ant-form-item {
  margin-bottom: 20px;
}
.register-page .register-right .register-form .ant-input-affix-wrapper {
  border-radius: 4px;
}
.register-page .register-right .register-form .ant-input {
  border-radius: 4px;
}
.register-page .register-right .register-form .register-verify-row {
  display: flex;
  gap: 12px;
}
.register-page .register-right .register-form .register-verify-row .register-verify-input {
  flex: 1;
}
.register-page .register-right .register-form .register-verify-row .register-verify-btn {
  width: 120px;
  height: 40px;
  border-radius: 4px;
}
.register-page .register-right .register-form .register-submit-btn {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  font-size: 15px;
  margin-top: 8px;
}

.register-more {
  min-height: 100vh;
  background: #f7f9fc;
  color: #1f2937;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.register-more .register-more-hero {
  height: 230px;
  background: linear-gradient(90deg, #eef3fb, #fff, #e7f0ff);
  display: flex;
  align-items: center;
  padding-left: max(calc((100% - 1180px) / 2), 30px);
}
.register-more .register-more-hero h1 {
  font-size: 26px;
  margin: 0;
  color: #1f2937;
}
.register-more .register-more-wrap {
  max-width: 1180px;
  margin: auto;
  padding: 30px 24px 60px;
}
.register-more .register-more-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}
.register-more .register-more-step {
  display: flex;
  align-items: center;
  color: #9ca3af;
  font-size: 14px;
}
.register-more .register-more-step i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f0f2f5;
  font-style: normal;
  margin-right: 9px;
  font-size: 14px;
}
.register-more .register-more-step.active {
  color: #111827;
}
.register-more .register-more-step.active i {
  background: #1677ed;
  color: #fff;
}
.register-more .register-more-step:not(:last-child)::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #cbd1da;
  margin: 0 20px;
}
.register-more .register-more-card {
  background: #fff;
  border: 1px solid #e4e9f0;
  padding: 28px 35px;
  border-radius: 5px;
}
.register-more .register-more-card h2 {
  text-align: center;
  margin: 0 0 26px;
  font-size: 22px;
  color: #1f2937;
}
.register-more .register-more-tip {
  margin: 20px 0;
  color: #8b95a5;
  font-size: 12px;
}
.register-more .register-more-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  border-top: 1px solid #edf0f4;
  margin-top: 28px;
  padding-top: 24px;
}
.register-more .audit-look {
  background-repeat: no-repeat;
  height: 175px;
  width: 171px;
  position: relative;
}
.register-more .audit-look-img {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 63%;
  margin-top: -22.5px;
  margin-left: -22.5px;
  animation: orbit-clockwise 2s linear infinite;
}
@keyframes orbit-clockwise {
  from {
    transform: rotate(0deg) translateX(8px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(8px) rotate(-360deg);
  }
}
.register-more .register-more-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #1f2937;
  font-size: 16px;
}
.register-more .register-more-state img {
  max-width: 120px;
}
@media (max-width: 760px) {
  .register-more .register-more-hero {
    height: 140px;
    padding-left: 20px;
  }
  .register-more .register-more-hero h1 {
    font-size: 20px;
  }
  .register-more .register-more-wrap {
    padding: 20px 10px;
  }
  .register-more .register-more-card {
    padding: 20px 12px;
  }
  .register-more .register-more-card h2 {
    font-size: 18px;
  }
  .register-more .register-more-step:not(:last-child)::after {
    width: 28px;
    margin: 0 7px;
  }
  .register-more .register-more-step {
    font-size: 12px;
  }
}

.supervision-dashboard-page {
  min-height: 100%;
  background: #f4f4f4;
  padding: 0;
  color: #333;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}
.supervision-dashboard-toolbar {
  padding: 4px 0 8px;
}
.supervision-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(760px, 2fr) minmax(360px, 1fr);
  gap: 14px;
  width: 100%;
}
.dashboard-left,
.dashboard-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.supervision-home-card {
  background: #fff;
  border-radius: 4px;
  padding: 16px 18px;
  box-sizing: border-box;
}
.supervision-home-card > h3,
.overview-group > h3 {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #333;
}
.overview-card {
  min-height: 232px;
  padding: 14px 18px 18px;
}
.overview-group + .overview-group {
  margin-top: 14px;
}
.overview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.overview-item p {
  margin: 0 0 8px;
  color: #8b8f99;
  font-size: 12px;
}
.overview-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 21px;
  line-height: 24px;
  color: #24272d;
  font-weight: 700;
}
.overview-item div {
  display: flex;
  gap: 14px;
  color: #8b8f99;
  font-size: 12px;
}
.overview-item i {
  font-style: normal;
  font-size: 11px;
}
.overview-item i.up {
  color: #ff4d4f;
}
.overview-item i.down {
  color: #4caf50;
}
.todo-home-card {
  height: 118px;
  padding: 14px 12px 16px;
}
.todo-home-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.todo-home-item {
  height: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.todo-home-item p {
  margin: 0 0 4px;
  color: #8b8f99;
  font-size: 13px;
}
.todo-home-item strong {
  color: #2d2f33;
  font-size: 18px;
  line-height: 22px;
}
.filing-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.filing-card {
  height: 128px;
  padding: 14px 14px 18px;
}
.filing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.filing-item {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  border-radius: 3px;
}
.filing-item > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
}
.filing-item p {
  margin: 0 0 3px;
  color: #555;
  font-size: 13px;
  font-weight: 600;
}
.filing-item strong {
  font-size: 20px;
  line-height: 24px;
}
.flow-card {
  position: relative;
  min-height: 350px;
  padding: 16px 14px 14px;
}
.region-select {
  position: absolute;
  right: 18px;
  top: 12px;
  width: 230px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border: 1px solid #edf0f5;
  border-radius: 4px;
  color: #555;
  font-size: 12px;
}
.flow-summary {
  margin: 48px 14px 24px;
  height: 35px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 16px;
  border-radius: 4px;
  background: #dff4ff;
  color: #344054;
  font-size: 13px;
}
.flow-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(110px, 1fr));
  gap: 36px 28px;
  padding: 0 14px 10px;
}
.flow-node {
  position: relative;
  height: 62px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 6px 18px rgba(31, 45, 61, 0.08);
}
.flow-node > span {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 21px;
  border-radius: 5px;
}
.flow-node p {
  margin: 0 0 2px;
  color: #333;
  font-size: 12px;
  font-weight: 600;
}
.flow-node strong {
  font-size: 18px;
  color: #333;
  line-height: 22px;
}
.flow-node-6 {
  grid-column: 1;
  grid-row: 2;
}
.flow-node-7 {
  grid-column: 2;
  grid-row: 2;
}
.flow-node-8 {
  grid-column: 3;
  grid-row: 2;
}
.flow-node-9 {
  grid-column: 4;
  grid-row: 2;
}
.flow-node-10 {
  grid-column: 5;
  grid-row: 2;
}
.arrow-right,
.arrow-left,
.arrow-down {
  position: absolute;
  display: block;
  pointer-events: none;
}
.arrow-right {
  right: -28px;
  top: 22px;
  width: 28px;
  height: 18px;
  background: linear-gradient(90deg, #8ec6ff, #2f8cff);
  clip-path: polygon(0 35%, 60% 35%, 60% 0, 100% 50%, 60% 100%, 60% 65%, 0 65%);
}
.arrow-left {
  left: -28px;
  top: 22px;
  width: 28px;
  height: 18px;
  background: linear-gradient(270deg, #8ec6ff, #2f8cff);
  clip-path: polygon(100% 35%, 40% 35%, 40% 0, 0 50%, 40% 100%, 40% 65%, 100% 65%);
}
.arrow-down {
  left: 50%;
  bottom: -34px;
  width: 18px;
  height: 30px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #8ec6ff, #2f8cff);
  clip-path: polygon(35% 0, 65% 0, 65% 55%, 100% 55%, 50% 100%, 0 55%, 35% 55%);
}
.chart-card {
  padding: 14px 12px 10px;
}
.line-home-card {
  height: 244px;
}
.bar-home-card {
  flex: 1;
  min-height: 336px;
}
.home-line-chart {
  height: 194px;
}
.home-bar-chart {
  height: 286px;
}
@media (max-width: 1280px) {
  .supervision-dashboard-grid {
    grid-template-columns: minmax(720px, 2fr) minmax(340px, 1fr);
    gap: 12px;
  }
  .supervision-home-card {
    padding-left: 14px;
    padding-right: 14px;
  }
  .flow-grid {
    gap: 36px 26px;
  }
}

.white_bi_title {
  width: 100%;
  height: 39px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px 4px 0 0;
  border: 1px solid #fff;
  background-image: linear-gradient(0deg, #cee3f6 0%, #bcdbf4 100%);
  box-shadow: 0.5px 0.866px 2px 0px rgba(44, 91, 162, 0.28), inset 0px 1px 1px 0px rgba(168, 194, 219, 0.82);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.white_bi_title .name {
  display: flex;
  align-items: center;
}
.white_bi_title .name .decoration {
  width: 18px;
  height: 18px;
  padding-left: 5px;
  margin-top: -5px;
}
.white_bi_title .name .title {
  font-size: 15px;
  color: #3F4554;
  font-weight: bold;
  padding-left: 10px;
}
.white_bi_title .extra {
  margin-right: 10px;
  color: #213c85;
}

.white_branch_office {
  width: 100vw;
  height: 100vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.white_branch_office .white_branch_office_container {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 9px;
}
.white_branch_office_center_container {
  flex: 1;
}
.white_branch_office_center_container .block1 .container {
  border-radius: 0 0 4px 4px;
  border: 1px solid #fff;
  border-top: none;
  background-color: #E0EDFD;
  padding: 16px 11px;
}
.white_branch_office_center_container .block1 .container > div {
  display: flex;
  gap: 10px;
}
.white_branch_office_center_container .block1 .container .block1_1 {
  width: 50%;
  border-radius: 4px;
  border: 1px solid #fff;
  background-image: linear-gradient(180deg, #d9effd 0%, #e1f3fe 58%, #e8f6ff 100%);
  box-shadow: inset 0 1px 3px 0 rgba(49, 122, 202, 0.48);
}
.white_branch_office_center_container .block1 .container .block1_2 {
  width: 50%;
  border-radius: 4px;
  border: 1px solid #fff;
  background-image: linear-gradient(180deg, #d9effd 0%, #e1f3fe 58%, #e8f6ff 100%);
  box-shadow: inset 0 1px 3px 0 rgba(49, 122, 202, 0.48);
  padding: 10px 11px;
}
.white_branch_office_center_container .block1 .container .block1_2 .weather {
  display: flex;
  gap: 40px;
}
.white_branch_office_center_container .block1 .container .block1_2 .weather .icon {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.white_branch_office_center_container .block1 .container .block1_2 .weather .icon .img img {
  width: 40px;
  height: 40px;
}
.white_branch_office_center_container .block1 .container .block1_2 .weather .icon .text {
  color: #2B4977;
  writing-mode: vertical-lr;
  letter-spacing: 5px;
  font-size: 14px;
  font-weight: bold;
}
.white_branch_office_center_container .block1 .container .block1_2 .weather .items {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.white_branch_office_center_container .block1 .container .block1_2 .weather .items .item {
  width: calc((100% / 2) - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.white_branch_office_center_container .block1 .container .block1_2 .weather .items .item .info .label {
  font-size: 14px;
  color: #2B4977;
  font-weight: bold;
}
.white_branch_office_center_container .block1 .container .block1_2 .weather .items .item .info .value {
  font-size: 20px;
  color: #2E75C6;
  font-weight: bold;
}
.white_branch_office_center_container .block1 .container .block1_2 .alert {
  margin-top: 10px;
}
.white_branch_office_center_container .block1 .container .block1_2 .alert .scroll {
  height: 20px;
  overflow-y: hidden;
}
.white_branch_office_center_container .block1 .container .block1_2 .alert .scroll .item .title {
  font-weight: bold;
  font-size: 14px;
}
.white_branch_office_center_container .block1 .container .block1_2 .table {
  border: 1px solid #fff;
}
.white_branch_office_center_container .block1 .container .block1_2 .table .scroll {
  height: 50px;
  overflow-y: hidden;
}
.white_branch_office_center_container .block1 .container .block1_2 .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.white_branch_office_center_container .block1 .container .block1_2 .table .tr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #C4E2F8;
}
.white_branch_office_center_container .block1 .container .block1_2 .table .tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.white_branch_office_center_container .block1 .container .block1_2 .table .tr .td,
.white_branch_office_center_container .block1 .container .block1_2 .table .tr .th {
  text-align: center;
  font-size: 14px;
  color: #3B445C;
  padding: 5px;
  border-right: 1px solid #fff;
}
.white_branch_office_center_container .block1 .container .block1_2 .table .tr .td:last-child,
.white_branch_office_center_container .block1 .container .block1_2 .table .tr .th:last-child {
  border-right: none;
}
.white_branch_office_center_container .block1 .container .block1_2 .table .tr .th {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.white_branch_office_center_container .block1 .container .block1_2 .table {
  margin-top: 5px;
}
.white_branch_office_center_container .block1 .container .block1_3 {
  margin-top: 10px;
}
.white_branch_office_center_container .block1 .container .block1_3 .items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
}
.white_branch_office_center_container .block1 .container .block1_3 .items .item {
  flex: 1;
  border-radius: 4px;
  border: 1px solid #fff;
  background-image: linear-gradient(180deg, #d9effd 0%, #e1f3fe 58%, #e8f6ff 100%);
  box-shadow: inset 0 1px 3px 0 rgba(49, 122, 202, 0.48);
  padding: 10px 20px;
  text-align: center;
}
.white_branch_office_center_container .block1 .container .block1_3 .items .item .title {
  color: #305683;
  font-weight: bold;
  font-size: 16px;
}
.white_branch_office_center_container .block1 .container .block1_3 .items .item .info {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.white_branch_office_center_container .block1 .container .block1_3 .items .item .info > div:first-child {
  margin-right: 30px;
  position: relative;
}
.white_branch_office_center_container .block1 .container .block1_3 .items .item .info > div:first-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: rgba(48, 86, 131, 0.3);
  top: 20%;
  left: calc(100% + 30px);
}
.white_branch_office_center_container .block1 .container .block1_3 .items .item .info > div:last-child {
  margin-left: 30px;
}
.white_branch_office_center_container .block1 .container .block1_3 .items .item .info .label {
  color: #305683;
  font-size: 14px;
}
.white_branch_office_center_container .block1 .container .block1_3 .items .item .info .value {
  font-size: 18px;
  font-weight: bold;
}
.white_branch_office_center_container .block2 {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.white_branch_office_center_container .block2 .block2_1 {
  width: 50%;
  border-radius: 4px;
  border: 1px solid #fff;
  background-image: linear-gradient(180deg, #d9effd 0%, #e1f3fe 58%, #e8f6ff 100%);
  box-shadow: inset 0 1px 3px 0 rgba(49, 122, 202, 0.48);
}
.white_branch_office_center_container .block2 .block2_2 {
  width: 50%;
  border-radius: 4px;
  border: 1px solid #fff;
  background-image: linear-gradient(180deg, #d9effd 0%, #e1f3fe 58%, #e8f6ff 100%);
  box-shadow: inset 0 1px 3px 0 rgba(49, 122, 202, 0.48);
}
.white_branch_office_center_container .block3 {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.white_branch_office_center_container .block3 .block3_1 {
  width: 50%;
  border-radius: 4px;
  border: 1px solid #fff;
  background-image: linear-gradient(180deg, #d9effd 0%, #e1f3fe 58%, #e8f6ff 100%);
  box-shadow: inset 0 1px 3px 0 rgba(49, 122, 202, 0.48);
}
.white_branch_office_center_container .block3 .block3_2 {
  width: 50%;
  border-radius: 4px;
  border: 1px solid #fff;
  background-image: linear-gradient(180deg, #d9effd 0%, #e1f3fe 58%, #e8f6ff 100%);
  box-shadow: inset 0 1px 3px 0 rgba(49, 122, 202, 0.48);
}
.white_branch_office_center_container .block3 .block3_2 .tabs {
  display: flex;
}
.white_branch_office_center_container .block3 .block3_2 .tabs .tab {
  background-color: #D6ECFF;
  padding: 4px 16px;
  border-radius: 2px;
  color: #3C648D;
  font-size: 14px;
  border: 1px solid #A3CCFA;
  cursor: pointer;
}
.white_branch_office_center_container .block3 .block3_2 .tabs .tab.active {
  background-color: #6291fa;
  border: 1px solid #6291fa;
  color: #fff;
}

.white_branch_office {
  width: 100vw;
  height: 100vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.white_branch_office .white_branch_office_container {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 9px;
}
.white_branch_office_left_container {
  width: 505px;
}
.white_branch_office_left_container .block1 .container {
  border-radius: 0 0 4px 4px;
  border: 1px solid #fff;
  border-top: none;
  background-color: #E0EDFD;
  padding: 16px 20px;
}
.white_branch_office_left_container .block1 .container .items {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  text-align: center;
}
.white_branch_office_left_container .block1 .container .items .item {
  flex: 1;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 15px 10px;
  background-image: linear-gradient(180deg, #d9effd 0%, #e1f3fe 58%, #e8f6ff 100%);
  box-shadow: inset 0 1px 3px 0 rgba(49, 122, 202, 0.48);
}
.white_branch_office_left_container .block1 .container .items .item .img img {
  width: 50px;
  height: 50px;
}
.white_branch_office_left_container .block1 .container .items .item .title {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #305683;
  font-weight: bold;
  padding: 4px 25px;
  border-radius: 10px;
  border: 1px solid #EBF1FF;
  background-image: linear-gradient(180deg, #d9effd 0%, #e1f3fe 58%, #e8f6ff 100%);
  box-shadow: inset 0 1px 3px 0 rgba(49, 122, 202, 0.48);
}
.white_branch_office_left_container .block1 .container .items .item .info {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #305683;
}
.white_branch_office_left_container .block1 .container .items .item .info .label {
  font-size: 14px;
}
.white_branch_office_left_container .block1 .container .items .item .info .value {
  font-size: 18px;
  font-weight: bold;
}
.white_branch_office_left_container .block2 {
  margin-top: 8px;
}
.white_branch_office_left_container .block2 .container {
  border-radius: 0 0 4px 4px;
  border: 1px solid #fff;
  border-top: none;
  background-color: #E0EDFD;
  padding: 10px;
}
.white_branch_office_left_container .block2 .container .table {
  border: 1px solid #fff;
}
.white_branch_office_left_container .block2 .container .table .scroll {
  height: 230px;
  overflow-y: hidden;
}
.white_branch_office_left_container .block2 .container .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.white_branch_office_left_container .block2 .container .table .tr {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.6fr;
  background-color: #C4E2F8;
}
.white_branch_office_left_container .block2 .container .table .tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.white_branch_office_left_container .block2 .container .table .tr .td,
.white_branch_office_left_container .block2 .container .table .tr .th {
  text-align: center;
  font-size: 14px;
  color: #3B445C;
  padding: 5px;
  border-right: 1px solid #fff;
}
.white_branch_office_left_container .block2 .container .table .tr .td:last-child,
.white_branch_office_left_container .block2 .container .table .tr .th:last-child {
  border-right: none;
}
.white_branch_office_left_container .block2 .container .table .tr .th {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.white_branch_office_left_container .block3 {
  margin-top: 8px;
}
.white_branch_office_left_container .block3 .container {
  border-radius: 0 0 4px 4px;
  border: 1px solid #fff;
  border-top: none;
  background-color: #E0EDFD;
  padding: 10px;
}
.white_branch_office_left_container .block3 .container .table {
  border: 1px solid #fff;
}
.white_branch_office_left_container .block3 .container .table .scroll {
  height: 230px;
  overflow-y: hidden;
}
.white_branch_office_left_container .block3 .container .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.white_branch_office_left_container .block3 .container .table .tr {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: #C4E2F8;
}
.white_branch_office_left_container .block3 .container .table .tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.white_branch_office_left_container .block3 .container .table .tr .td,
.white_branch_office_left_container .block3 .container .table .tr .th {
  text-align: center;
  font-size: 14px;
  color: #3B445C;
  padding: 5px;
  border-right: 1px solid #fff;
}
.white_branch_office_left_container .block3 .container .table .tr .td:last-child,
.white_branch_office_left_container .block3 .container .table .tr .th:last-child {
  border-right: none;
}
.white_branch_office_left_container .block3 .container .table .tr .th {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.white_branch_office {
  width: 100vw;
  height: 100vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.white_branch_office .white_branch_office_container {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 9px;
}
.white_branch_office_right_container {
  width: 505px;
}
.white_branch_office_right_container .block1 .container {
  border-radius: 0 0 4px 4px;
  border: 1px solid #fff;
  border-top: none;
  background-color: #E0EDFD;
  padding: 10px;
}
.white_branch_office_right_container .block1 .container .table {
  border: 1px solid #fff;
}
.white_branch_office_right_container .block1 .container .table .scroll {
  height: 70px;
  overflow-y: hidden;
}
.white_branch_office_right_container .block1 .container .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.white_branch_office_right_container .block1 .container .table .tr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #C4E2F8;
}
.white_branch_office_right_container .block1 .container .table .tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.white_branch_office_right_container .block1 .container .table .tr .td,
.white_branch_office_right_container .block1 .container .table .tr .th {
  text-align: center;
  font-size: 14px;
  color: #3B445C;
  padding: 5px;
  border-right: 1px solid #fff;
}
.white_branch_office_right_container .block1 .container .table .tr .td:last-child,
.white_branch_office_right_container .block1 .container .table .tr .th:last-child {
  border-right: none;
}
.white_branch_office_right_container .block1 .container .table .tr .th {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.white_branch_office_right_container .block1 .container .info {
  color: #3B445C;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 5px;
}
.white_branch_office_right_container .block2 {
  margin-top: 8px;
}
.white_branch_office_right_container .block2 .container {
  border-radius: 0 0 4px 4px;
  border: 1px solid #fff;
  border-top: none;
  background-color: #E0EDFD;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.white_branch_office_right_container .block2 .container .img img {
  width: 33px;
  height: 40px;
}
.white_branch_office_right_container .block2 .container > div:not(.img) {
  flex: 1;
}
.white_branch_office_right_container .block2 .container .title {
  color: #3D5882;
  font-weight: bold;
}
.white_branch_office_right_container .block2 .container .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
  padding-top: 5px;
}
.white_branch_office_right_container .block2 .container .info .label {
  color: #4F697B;
}
.white_branch_office_right_container .block2 .container .info .value {
  font-weight: bold;
}
.white_branch_office_right_container .block3 {
  margin-top: 8px;
}
.white_branch_office_right_container .block3 .container {
  border-radius: 0 0 4px 4px;
  border: 1px solid #fff;
  border-top: none;
  background-color: #E0EDFD;
  padding: 10px;
}
.white_branch_office_right_container .block3 .container .items .item {
  border-radius: 4px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  margin-top: 7px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.white_branch_office_right_container .block3 .container .items .item:first-child {
  margin-top: 0;
}
.white_branch_office_right_container .block3 .container .items .item .title {
  color: #3B576A;
  font-weight: bold;
}
.white_branch_office_right_container .block3 .container .items .item .info {
  flex: 1;
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding-left: 15px;
}
.white_branch_office_right_container .block3 .container .items .item .info > div {
  flex: 1;
}
.white_branch_office_right_container .block3 .container .items .item .info .label {
  color: #3B576A;
  font-weight: bold;
}
.white_branch_office_right_container .block3 .container .items .item .info .value {
  font-size: 18px;
}
.white_branch_office_right_container .block4 {
  margin-top: 8px;
}
.white_branch_office_right_container .block4 .container {
  border-radius: 0 0 4px 4px;
  border: 1px solid #fff;
  border-top: none;
  background-color: #E0EDFD;
  padding: 10px;
}
.white_branch_office_right_container .block4 .container .table {
  border: 1px solid #fff;
}
.white_branch_office_right_container .block4 .container .table .scroll {
  height: 70px;
  overflow-y: hidden;
}
.white_branch_office_right_container .block4 .container .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.white_branch_office_right_container .block4 .container .table .tr {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: #C4E2F8;
}
.white_branch_office_right_container .block4 .container .table .tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.white_branch_office_right_container .block4 .container .table .tr .td,
.white_branch_office_right_container .block4 .container .table .tr .th {
  text-align: center;
  font-size: 14px;
  color: #3B445C;
  padding: 5px;
  border-right: 1px solid #fff;
}
.white_branch_office_right_container .block4 .container .table .tr .td:last-child,
.white_branch_office_right_container .block4 .container .table .tr .th:last-child {
  border-right: none;
}
.white_branch_office_right_container .block4 .container .table .tr .th {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.white_branch_office_right_container .block4 .container .info {
  color: #3B445C;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 5px;
}
.white_branch_office_right_container .block4 .container .summary-row {
  background-color: #f0f9ff;
  border-top: 1px solid #fff;
}
.white_branch_office_right_container .block4 .container .summary-row .td {
  font-weight: bold;
}
.white_branch_office_right_container .block5 {
  margin-top: 8px;
}
.white_branch_office_right_container .block5 .container {
  border-radius: 0 0 4px 4px;
  border: 1px solid #fff;
  border-top: none;
  background-color: #E0EDFD;
  padding: 10px;
}
.white_branch_office_right_container .block5 .container .table {
  border: 1px solid #fff;
}
.white_branch_office_right_container .block5 .container .table .scroll {
  height: 70px;
  overflow-y: hidden;
}
.white_branch_office_right_container .block5 .container .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.white_branch_office_right_container .block5 .container .table .tr {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  background-color: #C4E2F8;
}
.white_branch_office_right_container .block5 .container .table .tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.white_branch_office_right_container .block5 .container .table .tr .td,
.white_branch_office_right_container .block5 .container .table .tr .th {
  text-align: center;
  font-size: 14px;
  color: #3B445C;
  padding: 5px;
  border-right: 1px solid #fff;
}
.white_branch_office_right_container .block5 .container .table .tr .td:last-child,
.white_branch_office_right_container .block5 .container .table .tr .th:last-child {
  border-right: none;
}
.white_branch_office_right_container .block5 .container .table .tr .th {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.white_branch_office_right_container .block5 .container .info {
  color: #3B445C;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 5px;
}

.white_share_header {
  width: 100%;
  height: 86px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.white_share_header .title {
  position: absolute;
  left: 50.5%;
  transform: translateX(-50%);
  top: 25px;
}
.white_share_header .left {
  position: absolute;
  top: 30px;
  left: 10px;
  display: flex;
}
.white_share_header .left .back {
  cursor: pointer;
}
.white_share_header .left .back img {
  width: 35px;
  height: 39px;
}
.white_share_header .left .list {
  padding: 6px 15px;
  border-radius: 23px;
  background-image: linear-gradient(180deg, #d9effd 0%, #e1f3fe 58%, #e8f6ff 100%);
  box-shadow: inset 0 1px 3px 0 rgba(49, 122, 202, 0.75);
  margin-right: 10px;
  color: #465683;
  opacity: 0.8;
}
.white_share_header .right {
  position: absolute;
  right: 20px;
  top: 25px;
  border-radius: 23px;
  background-image: linear-gradient(180deg, #d9effd 0%, #e1f3fe 58%, #e8f6ff 100%);
  box-shadow: inset 0 1px 3px 0 rgba(49, 122, 202, 0.75);
  padding: 6px 15px;
  color: #465683;
}
.white_share_header .right .top {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.white_share_header .right .top .name {
  margin-right: 20px;
  font-weight: bold;
}
.white_share_header .right .top .more {
  cursor: pointer;
}
.white_share_header .right .top .down_main {
  width: 150px;
  position: absolute;
  top: 30px;
  left: 0;
  background: #ddf1fe;
  border: 1px solid #b8dcf3;
  border-radius: 4px;
  opacity: 0;
}
.white_share_header .right .top .down_main .list {
  font-weight: bold;
  border-bottom: 1px solid #d4e3f7;
  line-height: 36px;
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.white_share_header .right .top .down_main .list:hover {
  background: #def1ff;
}
.white_share_header .right .top:hover .down_main {
  opacity: 1;
}

.white_branch_office {
  width: 100vw;
  height: 100vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.white_branch_office .white_branch_office_container {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 9px;
}

.white_share_left {
  color: #305683;
}
.white_share_left .block1 {
  width: 100%;
}
.white_share_left .block1 .white_share_left_conten {
  width: 100%;
  background-image: linear-gradient(90deg, #dae9fa 39%, #e2efff 100%);
  padding: 5px;
  border: 2px solid transparent;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff) 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.white_share_left .block1 .white_share_left_conten .cake_contant {
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.white_share_left .block1 .white_share_left_conten .cake_contant .item {
  width: 50%;
  text-align: center;
  margin: 5px 0;
}
.white_share_left .block1 .white_share_left_conten .cake_contant .item .title {
  font-size: 14px;
  font-weight: bold;
  color: #2b4977;
}
.white_share_left .block1 .white_share_left_conten .cake_contant .item .num {
  font-size: 24px;
}
.white_share_left .block1 .white_share_left_conten .cake_contant .item .fcb {
  color: #5daaff;
}
.white_share_left .block1 .white_share_left_conten .cake_contant .item .fcc {
  color: #ffa801;
}
.white_share_left .block1 .white_share_left_conten .cake_contant .item .fco {
  color: #ff6000;
}
.white_share_left .block1 .white_share_left_conten .cake_contant .item .fcr {
  color: #ff2709;
}
.white_share_left .block2 {
  margin-top: 10px;
}
.white_share_left .block2 .white_share_left_conten {
  width: 100%;
  background-image: linear-gradient(90deg, #dae9fa 39%, #e2efff 100%);
  padding: 5px;
  border: 2px solid transparent;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff) 1;
  border-radius: 2px;
}
.white_share_left .block2 .white_share_left_conten .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.white_share_left .block2 .white_share_left_conten .top .item {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 4px;
  background-color: rgba(1, 162, 255, 0);
  width: 49%;
  box-shadow: 0 2px 2px 0 rgba(114, 163, 191, 0.45);
  padding: 10px;
}
.white_share_left .block2 .white_share_left_conten .top .item .title {
  font-weight: bold;
  color: #305683;
}
.white_share_left .block2 .white_share_left_conten .top .item .item_container {
  color: #51719c;
  margin-top: 5px;
}
.white_share_left .block2 .white_share_left_conten .top .item .item_container .fcb {
  color: #0097f7;
}
.white_share_left .block2 .white_share_left_conten .top .item .item_container .fcg {
  color: #0a9503;
}
.white_share_left .block2 .white_share_left_conten .top .item .item_container .fcr {
  color: #ff2100;
}
.white_share_left .block2 .white_share_left_conten .container {
  width: 100%;
  display: flex;
  margin-top: 10px;
}
.white_share_left .block2 .white_share_left_conten .container .left_table {
  width: 50%;
}
.white_share_left .block2 .white_share_left_conten .container .left_table .table {
  border: 1px solid #fff;
}
.white_share_left .block2 .white_share_left_conten .container .left_table .table .scroll {
  height: 109px;
  overflow-y: hidden;
}
.white_share_left .block2 .white_share_left_conten .container .left_table .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.white_share_left .block2 .white_share_left_conten .container .left_table .table .tr {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  background-color: #C4E2F8;
}
.white_share_left .block2 .white_share_left_conten .container .left_table .table .tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.white_share_left .block2 .white_share_left_conten .container .left_table .table .tr .td,
.white_share_left .block2 .white_share_left_conten .container .left_table .table .tr .th {
  text-align: center;
  font-size: 14px;
  color: #3B445C;
  border-right: 1px solid #fff;
  height: 28px;
  line-height: 28px;
}
.white_share_left .block2 .white_share_left_conten .container .left_table .table .tr .td:last-child,
.white_share_left .block2 .white_share_left_conten .container .left_table .table .tr .th:last-child {
  border-right: none;
}
.white_share_left .block2 .white_share_left_conten .container .left_table .table .tr .th {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.white_share_left .block2 .white_share_left_conten .container .info {
  width: 50%;
  margin-left: 10px;
}
.white_share_left .block2 .white_share_left_conten .container .info .title {
  font-size: 14px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  background-image: linear-gradient(180deg, #d9effd 0%, #e1f3fe 58%, #e8f6ff 100%);
  box-shadow: inset 0 1px 3px 0 rgba(49, 122, 202, 0.48);
  border-radius: 50px;
  padding: 5px 10px;
  font-weight: bold;
  color: #38688e;
}
.white_share_left .block2 .white_share_left_conten .container .info .comment {
  padding-left: 10px;
  margin-top: 10px;
}
.white_share_left .block2 .white_share_left_conten .container .info .comment p {
  margin: 0;
  line-height: 30px;
  color: #305683;
}
.white_share_left .block2 .white_share_left_conten .container .info .comment p span {
  color: #00aeff;
  font-weight: bold;
}
.white_share_left .block2 .white_share_left_conten .container .info .comment p span .fcr {
  color: #f90102;
}
.white_share_left .block3 {
  margin-top: 10px;
}
.white_share_left .block3 .white_share_left_conten {
  width: 100%;
  background-image: linear-gradient(90deg, #dae9fa 39%, #e2efff 100%);
  padding: 5px;
  border: 2px solid transparent;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff) 1;
  border-radius: 2px;
}
.white_share_left .block3 .white_share_left_conten .top {
  width: 100%;
}
.white_share_left .block3 .white_share_left_conten .top .item {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #aacbed;
  border-radius: 4px;
  background-color: #cde9ff;
  padding: 4px;
  margin-bottom: 5px;
}
.white_share_left .block3 .white_share_left_conten .top .item .content {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #d7ecfe;
  box-shadow: 0 1px 1px 0 rgba(114, 163, 191, 0.45);
  display: flex;
  align-items: center;
}
.white_share_left .block3 .white_share_left_conten .top .item .content .title {
  font-size: 18px;
  color: #457fc0;
  font-weight: bold;
  border-style: solid;
  border-width: 2px;
  border-color: #c6e6fe;
  background-image: linear-gradient(90deg, #e3f0ff 0%, #c9e7f9 100%);
  text-align: center;
  padding: 2px 10px;
  line-height: 20px;
}
.white_share_left .block3 .white_share_left_conten .top .item .content .info {
  flex: 1;
  display: flex;
}
.white_share_left .block3 .white_share_left_conten .top .item .content .info .list {
  text-align: center;
  width: 25%;
}
.white_share_left .block3 .white_share_left_conten .top .item .content .info .list .name {
  font-size: 12px;
}
.white_share_left .block3 .white_share_left_conten .top .item .content .info .list .num {
  font-size: 16px;
}
.white_share_left .block3 .white_share_left_conten .field {
  width: 100%;
}
.white_share_left .block3 .white_share_left_conten .field .top {
  width: 100%;
  background-color: #cde9ff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #b7d6f5;
  color: #457fc0;
}
.white_share_left .block3 .white_share_left_conten .main {
  width: 100%;
}
.white_share_left .block3 .white_share_left_conten .main .table {
  border: 1px solid #fff;
}
.white_share_left .block3 .white_share_left_conten .main .table .scroll {
  height: 200px;
  overflow-y: hidden;
}
.white_share_left .block3 .white_share_left_conten .main .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.white_share_left .block3 .white_share_left_conten .main .table .tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  background-color: #C4E2F8;
}
.white_share_left .block3 .white_share_left_conten .main .table .tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.white_share_left .block3 .white_share_left_conten .main .table .tr .td,
.white_share_left .block3 .white_share_left_conten .main .table .tr .th {
  text-align: center;
  font-size: 14px;
  color: #3B445C;
  border-right: 1px solid #fff;
  height: 28px;
  line-height: 28px;
}
.white_share_left .block3 .white_share_left_conten .main .table .tr .td:last-child,
.white_share_left .block3 .white_share_left_conten .main .table .tr .th:last-child {
  border-right: none;
}
.white_share_left .block3 .white_share_left_conten .main .table .tr .th {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.white_share_middle .block1 .block1_content {
  width: 100%;
  background-image: linear-gradient(90deg, #dae9fa 39%, #e2efff 100%);
  border: 2px solid transparent;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff) 1;
  border-radius: 2px;
}
.white_share_middle .block1 .block1_content .block1_content_con {
  display: flex;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left {
  width: 480px;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  box-sizing: border-box;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left .top .item {
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  background-color: rgba(197, 224, 246, 0.8);
  box-shadow: inset 1px 1.732px 1px 0 rgba(124, 163, 189, 0.3);
  padding: 5px 12px;
  text-align: center;
  color: #3d5882;
  border-radius: 4px;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left .top .item p {
  padding: 0;
  margin: 0;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left .top .item .num {
  font-size: 20px;
  color: #4387d6;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left .emergency_left_main {
  width: 470px;
  margin: 0 5px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #b5d7f7;
  border-radius: 4px;
  background-color: #cde9ff;
  padding: 5px;
  box-sizing: border-box;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left .emergency_left_main .table {
  border: 1px solid #fff;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left .emergency_left_main .table .scroll {
  height: 149px;
  overflow-y: hidden;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left .emergency_left_main .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left .emergency_left_main .table .tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: #C4E2F8;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left .emergency_left_main .table .tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left .emergency_left_main .table .tr .td,
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left .emergency_left_main .table .tr .th {
  text-align: center;
  font-size: 14px;
  color: #3B445C;
  border-right: 1px solid #fff;
  height: 28px;
  line-height: 28px;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left .emergency_left_main .table .tr .td:last-child,
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left .emergency_left_main .table .tr .th:last-child {
  border-right: none;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left .emergency_left_main .table .tr .fcb {
  color: #0c90ff;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_left .emergency_left_main .table .tr .th {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right {
  padding: 5px;
  flex: 1;
  margin: 5px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 2px;
  background-color: rgba(197, 224, 246, 0.8);
  box-shadow: inset 1px 1.732px 1px 0 rgba(124, 163, 189, 0.3);
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right .weather .title {
  color: #ff6600;
  font-size: 14px;
  font-weight: bold;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right .weather .weather_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #2b4977;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right .weather .weather_main .item {
  width: 30%;
  text-align: center;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right .weather .weather_main .item .num {
  color: #2e75c6;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right .weather .weather_bottom .fcb {
  color: #0c90ff;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right .weather .weather_bottom .table {
  border: 1px solid #fff;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right .weather .weather_bottom .table .scroll {
  height: 145px;
  overflow-y: hidden;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right .weather .weather_bottom .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right .weather .weather_bottom .table .tr {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  background-color: #C4E2F8;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right .weather .weather_bottom .table .tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right .weather .weather_bottom .table .tr .td,
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right .weather .weather_bottom .table .tr .th {
  text-align: center;
  font-size: 14px;
  color: #3B445C;
  border-right: 1px solid #fff;
  height: 28px;
  line-height: 28px;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right .weather .weather_bottom .table .tr .td:last-child,
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right .weather .weather_bottom .table .tr .th:last-child {
  border-right: none;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right .weather .weather_bottom .table .tr .fcb {
  color: #0c90ff;
}
.white_share_middle .block1 .block1_content .block1_content_con .emergency_right .weather .weather_bottom .table .tr .th {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.white_share_middle .block1 .block1_content .block1_content_bottem {
  width: 100%;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .top .title {
  font-size: 15px;
  font-weight: bold;
  color: #3f4554;
  margin-left: 5px;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .top .block1_content_bottem_tab {
  display: flex;
  border-style: solid;
  border-width: 1px;
  border-color: #a3ccfa;
  border-radius: 4px;
  background-color: #d6ecff;
  margin-right: 5px;
  align-items: center;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .top .block1_content_bottem_tab .item {
  padding: 0 10px;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .top .block1_content_bottem_tab .item.active {
  background: #6291fa;
  color: #ffffff;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .top .block1_content_bottem_tab .item:hover {
  background: #6291fa;
  color: #ffffff;
  cursor: pointer;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .block1_content_con {
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 4px;
  background-color: rgba(234, 246, 255, 0.8);
  margin: 5px;
  padding: 5px;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .block1_content_con .table {
  border: 1px solid #fff;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .block1_content_con .table .scroll {
  height: 240px;
  overflow-y: hidden;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .block1_content_con .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .block1_content_con .table .tr {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
  background-color: #C4E2F8;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .block1_content_con .table .tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .block1_content_con .table .tr .td,
.white_share_middle .block1 .block1_content .block1_content_bottem .block1_content_con .table .tr .th {
  text-align: center;
  font-size: 14px;
  color: #3B445C;
  border-right: 1px solid #fff;
  height: 28px;
  line-height: 28px;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .block1_content_con .table .tr .td:last-child,
.white_share_middle .block1 .block1_content .block1_content_bottem .block1_content_con .table .tr .th:last-child {
  border-right: none;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .block1_content_con .table .tr .fcb {
  color: #0c90ff;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .block1_content_con .table .tr .th {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.white_share_middle .block1 .block1_content .block1_content_bottem .block1_content_con .table {
  width: 100%;
}
.white_share_middle .block2 {
  margin-top: 10px;
}
.white_share_middle .block2 .block2_content {
  width: 100%;
  background-image: linear-gradient(90deg, #dae9fa 39%, #e2efff 100%);
  border: 2px solid transparent;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff) 1;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.white_share_middle .block2 .block2_content .table {
  border: 1px solid #fff;
}
.white_share_middle .block2 .block2_content .table .scroll {
  height: 215px;
  overflow-y: hidden;
}
.white_share_middle .block2 .block2_content .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.white_share_middle .block2 .block2_content .table .tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #C4E2F8;
}
.white_share_middle .block2 .block2_content .table .tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.white_share_middle .block2 .block2_content .table .tr .td,
.white_share_middle .block2 .block2_content .table .tr .th {
  text-align: center;
  font-size: 14px;
  color: #3B445C;
  border-right: 1px solid #fff;
  height: 28px;
  line-height: 28px;
}
.white_share_middle .block2 .block2_content .table .tr .td:last-child,
.white_share_middle .block2 .block2_content .table .tr .th:last-child {
  border-right: none;
}
.white_share_middle .block2 .block2_content .table .tr .fcb {
  color: #0c90ff;
}
.white_share_middle .block2 .block2_content .table .tr .th {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.white_share_middle .block2 .block2_content .item {
  width: 33%;
  text-align: center;
}
.white_share_middle .block2 .block2_content .item .title {
  font-size: 16px;
  font-weight: bold;
  color: #3b445c;
}

.white_share_right .block1 .white_share_right_block1_content {
  width: 100%;
  background-image: linear-gradient(90deg, #dae9fa 39%, #e2efff 100%);
  border: 2px solid transparent;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff) 1;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.white_share_right .block1 .white_share_right_block1_content .item {
  width: 33%;
  display: flex;
  font-weight: bold;
  font-size: 14px;
  color: #3d5882;
  align-items: center;
}
.white_share_right .block1 .white_share_right_block1_content .item img {
  width: 33px;
  height: 40px;
}
.white_share_right .block1 .white_share_right_block1_content .item .info {
  margin-left: 10px;
}
.white_share_right .block1 .white_share_right_block1_content .item .info .num {
  color: #347fd3;
  font-size: 18px;
  font-weight: normal;
}
.white_share_right .block2 {
  margin-top: 10px;
}
.white_share_right .block2 .block2_content {
  background-image: linear-gradient(90deg, #dae9fa 39%, #e2efff 100%);
  border: 2px solid transparent;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff) 1;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  flex-wrap: wrap;
}
.white_share_right .block2 .block2_content .item {
  display: flex;
  width: 100%;
  align-items: center;
  background-size: 100% 100%;
  margin-bottom: 5px;
}
.white_share_right .block2 .block2_content .item .title {
  width: 78px;
  text-align: center;
  font-weight: bold;
  color: #3b576a;
}
.white_share_right .block2 .block2_content .item .content {
  display: flex;
  width: 440px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.white_share_right .block2 .block2_content .item .content .wrap {
  text-align: center;
  padding-top: 5px;
  width: 25%;
}
.white_share_right .block2 .block2_content .item .content .wrap .name {
  font-weight: bold;
  color: #3b576a;
  font-size: 12px;
}
.white_share_right .block2 .block2_content .item .content .wrap .num {
  color: #347fd3;
  font-size: 18px;
}
.white_share_right .block2 .block2_content .item .content .wrap .fc9 {
  color: #ff9000;
}
.white_share_right .block3 {
  margin-top: 10px;
}
.white_share_right .block3 .block3_content {
  width: 100%;
  background-image: linear-gradient(90deg, #dae9fa 39%, #e2efff 100%);
  border: 2px solid transparent;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff) 1;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.white_share_right .block3 .block3_content .item {
  width: 49.5%;
}
.white_share_right .block3 .block3_content .item .title {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px 0 rgba(49, 122, 202, 0.19);
  font-weight: bold;
  text-align: center;
  color: #305683;
  line-height: 30px;
  background: #bcdffd;
}
.white_share_right .block3 .block3_content .item .content_main .table {
  border: 1px solid #fff;
}
.white_share_right .block3 .block3_content .item .content_main .table .scroll {
  height: 260px;
  overflow-y: hidden;
}
.white_share_right .block3 .block3_content .item .content_main .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.white_share_right .block3 .block3_content .item .content_main .table .scroll1 {
  height: 260px;
  overflow-y: hidden;
}
.white_share_right .block3 .block3_content .item .content_main .table .scroll1 .tr:nth-child(odd) {
  background-color: transparent;
}
.white_share_right .block3 .block3_content .item .content_main .table .tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #C4E2F8;
}
.white_share_right .block3 .block3_content .item .content_main .table .tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.white_share_right .block3 .block3_content .item .content_main .table .tr .td,
.white_share_right .block3 .block3_content .item .content_main .table .tr .th {
  text-align: center;
  font-size: 14px;
  color: #3B445C;
  border-right: 1px solid #fff;
  height: 28px;
  line-height: 28px;
}
.white_share_right .block3 .block3_content .item .content_main .table .tr .td:last-child,
.white_share_right .block3 .block3_content .item .content_main .table .tr .th:last-child {
  border-right: none;
}
.white_share_right .block3 .block3_content .item .content_main .table .tr .fcb {
  color: #0c90ff;
}
.white_share_right .block3 .block3_content .item .content_main .table .tr .th {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.white_share_right .block3 .block3_content .item .content_main .fch {
  background: #e8ede1 !important;
}
.white_share_right .block4 {
  margin-top: 10px;
}
.white_share_right .block4 .block4_content {
  width: 100%;
  background-image: linear-gradient(90deg, #dae9fa 39%, #e2efff 100%);
  border: 2px solid transparent;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff) 1;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.white_share_right .block4 .block4_content .block4_content_con {
  width: 100%;
}
.white_share_right .block4 .block4_content .block4_content_con .table {
  border: 1px solid #fff;
}
.white_share_right .block4 .block4_content .block4_content_con .table .scroll {
  height: 112px;
  overflow-y: hidden;
}
.white_share_right .block4 .block4_content .block4_content_con .table .scroll .tr:nth-child(odd) {
  background-color: transparent;
}
.white_share_right .block4 .block4_content .block4_content_con .table .scroll1 {
  height: 112px;
  overflow-y: hidden;
}
.white_share_right .block4 .block4_content .block4_content_con .table .scroll1 .tr:nth-child(odd) {
  background-color: transparent;
}
.white_share_right .block4 .block4_content .block4_content_con .table .tr {
  display: grid;
  grid-template-columns: 2fr 2fr 1.5fr 1.5fr;
  background-color: #C4E2F8;
}
.white_share_right .block4 .block4_content .block4_content_con .table .tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.white_share_right .block4 .block4_content .block4_content_con .table .tr .td,
.white_share_right .block4 .block4_content .block4_content_con .table .tr .th {
  text-align: center;
  font-size: 14px;
  color: #3B445C;
  border-right: 1px solid #fff;
  height: 28px;
  line-height: 28px;
}
.white_share_right .block4 .block4_content .block4_content_con .table .tr .td:last-child,
.white_share_right .block4 .block4_content .block4_content_con .table .tr .th:last-child {
  border-right: none;
}
.white_share_right .block4 .block4_content .block4_content_con .table .tr .fcb {
  color: #0c90ff;
}
.white_share_right .block4 .block4_content .block4_content_con .table .tr .th {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.white_share_right .block4 .block4_content .block4_content_con .fch {
  background: #e8ede1 !important;
}

.white_share_office {
  width: 100vw;
  height: 100vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.white_share_office .white_share_office_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
}
.white_share_office .white_share_office_content .left {
  width: 500px;
}
.white_share_office .white_share_office_content .middle {
  flex: 1;
}
.white_share_office .white_share_office_content .right {
  width: 540px;
}

.micro-temp-modal-body {
  max-height: 630px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.micro-temp-layout-container .micro-temp-lay-container-bottom {
  padding: 10px 24px !important;
  display: flex;
  justify-content: flex-end;
}
html,
body {
  height: 100%;
  margin: 0;
}

/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}

@charset "UTF-8";
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

