* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  /* font-family: QUARTZ;
  src: url("./fontFamily/QUARTZ\ REGULAR.TTF"); */
}

html,
body {
  /* font-family: "pingfang"; */
  font-family: "QUARTZ", "微软雅黑", 'Arial Narrow Bold', "sans-serif";
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
}


body {
  position: relative;

}



a {
  color: #62a8ea;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #89bceb;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: none;
  outline-offset: -2px;
}

ul {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
}

.signmask {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=50);
  position: fixed;
  display: block;
  z-index: 20180910;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) url('../img/icon-operate.png') center no-repeat;
}

/*dark样式*/
.dark {
  color: #ffffff;
}

.dark a {
  color: #ffffff;
  text-decoration: none;
  margin-top: 1px;
  margin-right: 2px;
}

.dark a:hover {
  color: #cc3300;
  text-decoration: underline;
}

.dark .content {
  overflow: auto;
  position: relative;
  background: transparent;
  height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dark .form-control,
.dark .input-group-addon,
.dark .btn-default,
.dark input,
.dark .dropdown-menu {
  color: #ffffff;
  background-color: rgba(63, 72, 84, 0.7);
  border: none;
}

.dark .btn-info {
  background-color: rgba(119, 214, 225, 0.2);
}

.dark .btn-primary {
  background-color: rgba(32, 160, 255, 0.2);
}

.dark .btn-danger {
  background-color: rgba(255, 109, 109, 0.2);
}

.dark .btn-warning {
  background-color: rgba(244, 176, 102, 0.2);
}

.dark .table-hover>tbody>tr:hover {
  background-color: rgba(63, 72, 84, 1);
}

.dark .dropdown-menu>li>a {
  color: #ffffff;
}

.dark .dropdown-menu>li>a:hover,
.dark .dropdown-menu>li>a:focus {
  background-color: #4db3ff;
}

.dark .upsurge-popup-color {
  color: #ffffff;
}

.dark .upsurge-popup-background {
  background: rgba(0, 0, 0, 0.5);

}

/**cesium按钮背景色*/
.cesium-button {
  background-color: #3f4854;
  color: #e6e6e6;
  fill: #e6e6e6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  line-height: 32px;
}

.cesium-viewer-geocoderContainer .cesium-geocoder-input {
  background-color: rgba(63, 72, 84, 0.7);
}

.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus {
  background-color: rgba(63, 72, 84, 0.9);
}

.cesium-viewer-geocoderContainer .search-results {
  background-color: #3f4854;
}

.cesium-geocoder-searchButton {
  background-color: #3f4854;
}

.cesium-infoBox-title {
  background-color: #3f4854;
}

.cesium-infoBox {
  background: rgba(63, 72, 84, 0.9);
}

.cesium-toolbar-button img {
  height: 100%;
}

.cesium-performanceDisplay-defaultContainer {
  top: auto;
  bottom: 35px;
  right: 50px;
}

.cesium-performanceDisplay-ms,
.cesium-performanceDisplay-fps {
  color: #fff;
}

/**cesium工具栏位置*/
.cesium-viewer-toolbar {
  top: auto;
  left: auto;
  right: 12px;
  bottom: 35px;
  display: none;
}

.cesium-viewer-toolbar>.cesium-toolbar-button,
.cesium-navigationHelpButton-wrapper,
.cesium-viewer-geocoderContainer {
  margin-bottom: 5px;
  float: right;
  clear: both;
  text-align: center;
}

.cesium-baseLayerPicker-dropDown {
  bottom: 0;
  right: 40px;
  max-height: 700px;
  margin-bottom: 5px;
}

.cesium-navigation-help {
  top: auto;
  bottom: 0;
  right: 40px;
  transform-origin: right bottom;
}

.cesium-sceneModePicker-wrapper {
  width: auto;
}

.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-dropDown-icon {
  float: left;
  margin: 0 3px;
}

.cesium-viewer-geocoderContainer .search-results {
  left: 0;
  right: 40px;
  width: auto;
  z-index: 9999;
}

.cesium-infoBox-title {
  background-color: #3f4854;
}

.cesium-infoBox {
  top: 50px;
  background: rgba(63, 72, 84, 0.9);
}

/**左下工具栏菜单*/
.toolbar-dropdown-menu-div {
  background: rgba(43, 44, 47, 0.8);
  border: 1px solid #2b2c2f;

  z-index: 991;
  position: absolute;
  right: 60px;
  bottom: 40px;
  display: none;
}

.toolbar-dropdown-menu {
  min-width: 110px;
  padding: 0;
}

.toolbar-dropdown-menu>li {
  padding: 0 3px;
  margin: 2px 0;
}

.toolbar-dropdown-menu>li>a {
  color: #edffff;
  display: block;
  padding: 4px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  white-space: nowrap;
  text-decoration: none;
}

.toolbar-dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #fff;
  background-color: #444d59;
}

.toolbar-dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #444d59;
}

.toolbar-dropdown-menu i {
  padding-right: 5px;
}

/**infoview浮动面板*/
.infoview {
  position: absolute;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid rgba(128, 128, 128, 0.5);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 14px rgba(128, 128, 128, 0.5);
  z-index: 999;
}

.infoview input,
.infoview select,
.infoview textarea {
  color: #ffffff;
  background-color: rgba(32, 160, 255, 0.2);
  border: 1px solid #e4eaec;
  font-size: 14px;
}

.info-tips {
  top: auto;
  bottom: 70px;
  left: 2px;
  color: #cad1d1;
}

.rightbottom {
  top: auto;
  bottom: 60px;
  left: auto;
  right: 50px;
}

.loadingIndicator {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -33px;
  width: 66px;
  height: 66px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/loader.gif);
}

.upsurge-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

.upsurge-table tr td {
  padding: 5px 10px;
  text-align: left;
  white-space: nowrap;
}

.upsurge-table tr td:first-child {
  border-left: none;
}

.upsurge-table .nametd {
  padding: 5px 20px 5px 10px;
}

.tb-border {
  border: #cde1de 1px solid;
}

.tb-border tr td {
  border: #cde1de 1px solid;
}

/*滚动条*/
body,
html {
  scrollbar-base-color: #f4f7fc;
  scrollbar-track-color: #f4f7fc;
  scrollbar-face-color: #797979;
  scrollbar-arrow-color: #f4f7fc;
  scrollbar-shadow-color: #f4f7fc;
  scrollbar-3dlight-color: #f4f7fc;
  scrollbar-highlight-color: #f4f7fc;
  scrollbar-darkshadow-color: #f4f7fc;
}

::-webkit-scrollbar-button {
  height: 0;
  width: 0;
  display: none;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border: 0;
}

::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background: transparent;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  padding-top: 100px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset -1px -1px 0 rgba(0, 0, 0, 0.07);
  background-color: #797979;
  min-height: 28px;
  border-radius: 4px;
  background-clip: padding-box;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border: 0;
}

::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(rgba(12, 25, 43, .9), rgba(13, 38, 91, 0.9));
}

::-webkit-scrollbar-thumb:active {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.5);
}

.yhtz {
  width: 96.3%;
  height: 86%;
}

.waterView {
  width: 100%;
  bottom: 30px;
  position: absolute;
  z-index: 999;
}

.infoPopup {
  width: 420px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  color: #fff;
  position: relative;
}

/* 公告板弹窗样式 */

/* div Point 的样式 */
/* .divpoint { */
/*加上这个css后鼠标可以穿透，但是无法触发单击事件*/
/* pointer-events:none;  */
/* } */
.divpoint {
  pointer-events: auto;
}

.divpoint-wrap {
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.divpoint .area {
  position: relative;
  min-width: 180px;
}

.divpoint .b-t {
  position: absolute;
  top: 0;
  left: 44px;
  right: 0;
  height: 1px;
  z-index: 10;
}

.divpoint .b-r {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 44px;
  width: 1px;
  z-index: 10;
}

.divpoint .b-b {
  position: absolute;
  left: 0;
  right: 44px;
  bottom: 0;
  height: 1px;
  z-index: 10;
}

.divpoint .b-l {
  position: absolute;
  top: 44px;
  left: 0;
  bottom: 0;
  width: 1px;
  z-index: 10;
}

.divpoint .b-t-l {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 62px;
  transform: rotate(45deg) translate(52px, -22px);
  z-index: 10;
}

.divpoint .b-b-r {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 62px;
  transform: rotate(45deg) translate(-52px, 22px);
  z-index: 10;
}

.divpoint .label-wrap {
  padding-left: 12px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
}

.divpoint .title {
  margin-top: 20px;
  padding: 0 12px 0 30px;
  height: 36px;
  line-height: 36px;
  position: relative;
}

.divpoint .title::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  z-index: 10;
  height: 2px;
}

.divpoint .label-content {
  padding: 15px 0;
}

.divpoint .data-li {
  padding: 4px 45px 4px 0;
}

.divpoint .data-label,
.data-value {
  display: inline-block;
}

.divpoint .data-value {
  font-size: 14px;
}

.divpoint .label-num {
  margin-right: 3px;
  /* color: #f09e28; */
  font-weight: 600;
}

.divpoint .label-tag {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  padding: 0 6px;
  font-weight: 600;
  cursor: pointer;
  background-color: #909399;
  border-radius: 4px;
}

.divpoint .label-tag::after {
  content: attr(alt);
  display: inline-block;
  position: absolute;
  bottom: -22px;
  right: -35px;
  z-index: -1;
  padding: 2px 4px;
  color: #fff;
  font-size: 14px;
  background-color: #333;
  border-radius: 3px;
  opacity: 0;
  transition: all .3s ease-in;
}

.divpoint .label-tag:hover::after {
  opacity: 1;
  z-index: 11;
}

.divpoint .data-value-status-0 {
  background-color: #f0285c;
}

.divpoint .data-value-status-1 {
  background-color: #35b15b;
}

.divpoint .data-value-status-2 {
  background-color: #f09e28;
}

.divpoint .arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 2px;
  transform: rotate(-45deg) translate(5px, -15px);
}

/* 蓝色主题 */
.divpoint-theme-29baf1 .b-t,
.divpoint-theme-29baf1 .b-r,
.divpoint-theme-29baf1 .b-b,
.divpoint-theme-29baf1 .b-l,
.divpoint-theme-29baf1 .b-t-l,
.divpoint-theme-29baf1 .b-b-r {
  background-color: #29baf1;
  box-shadow: 0 0 10px 2px #29baf1;
}

.divpoint-theme-29baf1 .area {
  background-image: linear-gradient(135deg, transparent 30px, #28bbf06c 30px, #28bbf06c 50%, transparent 50%),
    linear-gradient(-45deg, transparent 30px, #28bbf06c 30px, #28bbf06c 50.1%, transparent 50%);
}

.divpoint-theme-29baf1 .title {
  background-image: linear-gradient(135deg, transparent 25px, #29baf1 25px);
}

.divpoint-theme-29baf1 .arrow,
.divpoint-theme-29baf1 .title::before {
  background-color: #28bbf0;
}

/* 绿色主题 */
.divpoint-theme-06e34a .b-t,
.divpoint-theme-06e34a .b-r,
.divpoint-theme-06e34a .b-b,
.divpoint-theme-06e34a .b-l,
.divpoint-theme-06e34a .b-t-l,
.divpoint-theme-06e34a .b-b-r {
  background-color: #06e34a;
  box-shadow: 0 0 10px 2px #06e34a;
}

.divpoint-theme-06e34a .area {
  background-image: linear-gradient(135deg, transparent 30px, #06e3486c 30px, #06e3486c 50%, transparent 50%),
    linear-gradient(-45deg, transparent 30px, #06e3486c 30px, #06e3486c 50.1%, transparent 50%);
}

.divpoint-theme-06e34a .title {
  background-image: linear-gradient(135deg, transparent 25px, #06e34a 25px);
}

.divpoint-theme-06e34a .arrow,
.divpoint-theme-06e34a .title::before {
  background-color: #06e34a;
}

/* 红色主题 */
.divpoint-theme-e3064f .b-t,
.divpoint-theme-e3064f .b-r,
.divpoint-theme-e3064f .b-b,
.divpoint-theme-e3064f .b-l,
.divpoint-theme-e3064f .b-t-l,
.divpoint-theme-e3064f .b-b-r {
  background-color: #e3064f;
  box-shadow: 0 0 10px 2px #e3064f;
}

.divpoint-theme-e3064f .area {
  background-image: linear-gradient(135deg, transparent 30px, #e306506c 30px, #e306506c 50%, transparent 50%),
    linear-gradient(-45deg, transparent 30px, #e306506c 30px, #e306506c 50%, transparent 50%);
}

.divpoint-theme-e3064f .title {
  background-image: linear-gradient(135deg, transparent 25px, #e3064f 25px);
}

.divpoint-theme-e3064f .arrow,
.divpoint-theme-e3064f .title::before {
  background-color: #e3064f;
}

/* 黄色主题 */
.divpoint-theme-e9b709 .b-t,
.divpoint-theme-e9b709 .b-r,
.divpoint-theme-e9b709 .b-b,
.divpoint-theme-e9b709 .b-l,
.divpoint-theme-e9b709 .b-t-l,
.divpoint-theme-e9b709 .b-b-r {
  background-color: #e9b709;
  box-shadow: 0 0 10px 2px #e9b709;
}

.divpoint-theme-e9b709 .area {
  background-image: linear-gradient(135deg, transparent 30px, #e9b9096c 30px, #e9b9096c 50%, transparent 50%),
    linear-gradient(-45deg, transparent 30px, #e9b9096c 30px, #e9b9096c 50%, transparent 50%);
}

.divpoint-theme-e9b709 .title {
  background-image: linear-gradient(135deg, transparent 25px, #e9b709 25px);
}

.divpoint-theme-e9b709 .arrow,
.divpoint-theme-e9b709 .title::before {
  background-color: #e9b709;
}



/* 公告板弹窗样式结束 */
#layui-layer1 {
  display: none;
}


.column_animation_left1 {
  animation: leftAnim 1s ease;
}

.column_animation_left2 {
  animation: leftAnim 2s ease;
}

.column_animation_left3 {
  animation: leftAnim 3s ease;
}

.column_animation_right1 {
  animation: rightAnim 1s ease;
}

.column_animation_right2 {
  animation: rightAnim 2s ease;
}

.column_animation_right3 {
  animation: rightAnim 3s ease;
}

@keyframes leftAnim {
  0% {
    margin-left: -330px;
  }

  100% {
    margin-left: 2px;
  }
}

@keyframes rightAnim {
  0% {
    margin-right: -330px;
  }

  100% {
    margin-right: 2px;
  }
}


/* 新增CSS属性 */
.upsurgeBlueGradientPnl {
  text-align: center;
  padding: 5px 30px;
  margin: 0;
  color: #fff;
  background: linear-gradient(rgb(7 10 203 / 75%), rgb(16 238 220));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-height: 130px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.upsurgeBlueGradientPnl::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: calc(50% - 3px);
  display: block;
  width: 3px;
  height: 60px;
  border-right: 3px solid #2bcdbb;
}

.upsurgeBlueGradientPnl .scan {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.65),
      rgba(255, 255, 255, 0));
  transform-origin: center center;
  transform: translate(-100%, 50%) rotate(-60deg);
  animation: ScanLights 3s linear 1s infinite;
}

/* 新增CSS属性 */
.upsurgeBlueGradientPnls {
  text-align: center;
  padding: 5px 30px;
  margin: 0;
  color: #fff;
  background: linear-gradient(rgb(2 44 84 / 75%), rgb(20 64 102));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-height: 130px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  position: relative;
}

.upsurgeBlueGradientPnls::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: calc(50% - 3px);
  display: block;
  width: 3px;
  height: 60px;
  border-right: 3px solid rgb(20 64 102);
}

/* 传感器详情 */
.sensorDetall {
  width: 600px;
  height: 500px;
}

.sensorDetall-card {
  position: fixed;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  height: 500px;
  background: url('./assets/images/sensorDetall_bg.png') center no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
}

.el-select-dropdown__list {
  font-family: '微软雅黑';
}

/* 企业员工人数 */
.Corporate {
  cursor: pointer;
  font-size: 18px;
  color: red;
  font-weight: 700;
  font-family: "微软雅黑";
}

.Corporate:hover {
  color: #06e34a;
}



@keyframes ScanLights {
  0% {
    transform: translate(-100%, 50%) rotate(-60deg);
  }

  50% {
    transform: translate(100%, 50%) rotate(-120deg);
  }

  100% {
    transform: translate(-100%, 50%) rotate(-60deg);
  }
}
.camera-content {
  height: 30px;
}
.camera-img {
  width: 30px;
  height: 30px;
  animation: cameraMove 1s linear infinite alternate;
  -webkit-animation: cameraMove 1s linear infinite alternate;
}
@keyframes cameraMove {
  from {
    margin-top: 20px;
  }
  to {
    margin-top: 0px;
  }
}
@-webkit-keyframes cameraMove {
  from {
    margin-top: 20px;
  }
  to {
    margin-top: 0px;
  }
}
.cameraLine {
  height: 120px;
  width: 5px;
  margin-top: 20px;
  border-left: 3px dashed #5b8fee;
  margin-left: calc(50% - 1px);
}
.cameraPoint {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-left: calc(50% - 3px);
  background-color: #5b8fee;
}
.mars-spot {
  background-image: url("../img/icon/lbl-circle.png");
  position: absolute;
  background-repeat: no-repeat;
  user-select: none;
  z-index: 100000;
  width: 70px;
  height: 44px;
  background-size: cover;
  bottom: -80px;
  left: -30px;
  cursor: default;
}

.mars-spot:hover {
  background-image: url("../img/icon/lbl-circle2.png");
}

.mars-spot:hover .mars-spot-board{
  background-image: url("../img/icon/lbl-extent2.png");
}

.mars-spot:hover .mars-spot-line{
  background: linear-gradient(180deg, #ff6b04, transparent);
}

.mars-spot:hover .mars-spot-line:before{
  background: linear-gradient(180deg, #ff6b04, transparent);
}

.mars-spot:hover .mars-spot-line:after{
  background: linear-gradient(180deg, #ff6b04, transparent);
}

  .mars-spot-board {
    background-image: url("../img/icon/lbl-extent.png");
    top: -165px;
    transform: translateX(-30%);
    width: 300px;
    height: 105px;
    padding: 15px 0;
    background-position: 50%;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    background-repeat: no-repeat;
  }

  .mars-spot-board:hover {
    background-image: url("../img/icon/lbl-extent2.png");

  }

  .mars-spot-board:hover+.mars-spot-line{
    background: linear-gradient(180deg, #ff6b04, transparent);
  }

  .mars-spot-board:hover+.mars-spot-line:before{
    background: linear-gradient(180deg, #ff6b04, transparent);
  }

  .mars-spot-board:hover+.mars-spot-line:after{
    background: linear-gradient(180deg, #ff6b04, transparent);
  }

  .mars-spot-line {
    position: absolute;
    top: -108px;
    left: 35px;
    width: 2px;
    height: 140px;
    background: linear-gradient(180deg, #38c9ff, transparent);
  }

  .mars-spot-line:hover {
    background: linear-gradient(180deg, #ff6b04, transparent);
  }

  .mars-spot-line:before {
      height: 40%;
      left: 6px;
      animation: rise 3s linear 2s infinite;
      -webkit-animation: rise 3s linear 2s infinite;
      content: "";
      display: block;
      width: 1px;
      background: linear-gradient(180deg, #38c9ff, transparent);
      position: absolute;
      cursor: pointer;
    }

  .mars-spot-line:after {
      content: "";
      display: block;
      width: 1px;
      background: linear-gradient(180deg, #38c9ff, transparent);
      position: absolute;
      cursor: pointer;
      height: 60%;
      left: -5px;
      animation: rise 3s linear infinite;
      -webkit-animation: rise 3s linear infinite;
    }
    .mars-spot-board h3{
      width: 100%;
      text-align: center;
      line-height: 24px;
      background-image: -webkit-linear-gradient(
        bottom,
        rgb(197, 236, 42),
        #15cce0,
        #eb811d
      );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 28px;
      margin: 0;
    }