﻿html,
body,
.map {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  border-bottom: 1px solid rgba(164, 205, 255, 1);
  box-sizing: border-box;
}

.events-disabled {
  pointer-events: none;
}

.logo {
  /* width: 32px;
  height: 32px; */
  width: 60px;
  height: 60px;
  top: 10px;
  left: 10px;
  position: absolute;
  z-index: 2;
  text-align: center;
  background-color: transparent;
}
.logo img {
  width: 100%;
  height: 100%;
}

.windy-time,
.cloudy-time {
  width: auto;
  height: 24px;
  /* top: 50px;
  left: 10px; */
  position: absolute;
  z-index: 33;
  text-align: left;
  background-color: transparent;
  color: #222;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  left: 50%;
  top: 10px;
  margin-left: -85px;
  white-space: nowrap;
  letter-spacing: 2px;
  text-align: center;
  color: rgb(52, 122, 182);
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0px 1px 0px,
    rgb(255, 255, 255) -1px 0px 0px, rgb(255, 255, 255) 0px -1px 0px;
}

#map-popup {
  /* position: fixed;
  top: 0;
  left: 0; */
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 5px 0 5px 0;
  /* transform: scale(0.75);
  transform-origin: left top; */
  font-size: 12px;
  bottom: 12px;
  left: -100px;
  min-width: 200px;
  width: auto;
  height: auto;
  border: none;
}
.ol-popup:before {
  border-top-color: transparent;
  border-width: 8px;
  left: 100px;
  margin-left: -8px;
}
.ol-popup:after {
  border-top-color: rgba(255, 255, 255, 0.75);
  border-width: 7px;
  left: 100px;
  margin-left: -7px;
}
.popup-tcpoint {
  width: auto;
  height: auto;
  /* max-width: 200px;
  max-height: 200px; */
}

.ol-tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
  font-size: 12px;
}
.ol-tooltip-measure {
  opacity: 1;
  font-weight: bold;
}
.ol-tooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}
.ol-tooltip-measure:before,
.ol-tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.ol-tooltip-static:before {
  border-top-color: #ffcc33;
}

.custom-mouse-position,
.custom-select-status {
  color: #333;
  font-size: 10px;
  margin: 1px;
  height: 20px;
  bottom: 8px;
  position: absolute;
  text-align: center;
}
.custom-mouse-position {
  bottom: 8px;
  left: 0;
  position: absolute;
}
.custom-select-status {
  bottom: 8px;
  right: 0;
  position: absolute;
}
.custom-list-wrap {
  color: #333;
  font-size: 10px;
  margin: 1px;
  height: auto;
  bottom: auto;
  left: auto;
  top: 5px;
  right: 0px;
  position: absolute;
  text-align: center;
}
.custom-list-wrap ul {
  list-style: none;
}
.custom-list-wrap button,
.custom-list-wrap a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 5px 10px 0px 0;
  padding: 0px 2px 0;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  cursor: pointer;
}
.custom-list-wrap a {
  padding: 4px 2px 0;
}
.custom-list-wrap button.active,
.custom-list-wrap a.active {
  background: #366fd8;
  background: linear-gradient(45deg, #366fd8, #07d89d);
  color: #fff;
}
.ripple {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 888;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0);
  animation: btn-ripple 0.6s 0s linear;
}

@keyframes btn-ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.custom-focus-loc {
  background-color: #eaf9ff;
}
/* .custom-focus-loc:before {
  content: " ";
  height: 4px;
  width: 4px;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  background-color: #f00;
} */

.custom-list-wrap a i,
.custom-list-wrap a span {
  display: block;
  width: 100%;
  line-height: 18px;
}

.custom-pickerBtn {
  position: relative;
  /* width: 20px; */
  border-bottom: 1px solid #ccc;
  padding: 1px 3px;
  margin-right: 25px;
}
.custom-pickerBtn i {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  margin-left: 3px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #333;
}
.custom-pickerBtn label {
  max-width: 44px;
  width: 44px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* .custom-pickerBtn:after {
  border: solid transparent;
  content: " ";
  height: 0;
  top: 100%;
  position: absolute;
  width: 0;
}
.custom-pickerBtn:after {
  border-width: 16px;
  border-top-color: #fff;
  left: 50%;
  margin-left: -16px;
} */

/**/
.typhoon_list,
.legend_list,
.wind_list,
.wave_list,
.forecast_list,
.ship_list,
.shiptrack_list {
  position: absolute;
  bottom: 0%;
  width: 100%;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  font-size: 13px;
  background: white;
}
.typhoon_list {
  height: 40%;
  max-height: 50%;
  border-bottom: 1px solid rgba(164, 205, 255, 1);
}

.typhoonListCondition {
  position: relative;
  height: auto;
  background-color: #fff;
  text-align: left;
}
.typhoonListCondition > div {
  position: relative;
  height: 36px;
  line-height: 36px;
  /* border-bottom: 1px dashed #ccc; */
}
.typhoonListCondition > div:last-child {
  border-bottom: 1px dashed #ccc;
}

.typhoonSearchWrap,
.typhoonYearList {
  padding: 0 5px;
}
.typhoonSearchWrap [class*="layui-col-xs"] {
  text-align: left;
}

.typhoonSearchWrap input,
.typhoonSearchWrap button {
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  /* margin-top: 3px; */
  width: 80px;
}
.typhoonSearchWrap input {
  border-radius: 2px 0 0 2px;
  border-bottom: 1px solid #ccc;
}
.typhoonSearchWrap button {
  cursor: pointer;
  border-radius: 0 2px 2px 0;
  border: none;
  width: 50px;
  height: 22x;
  line-height: 22x;
}
#typhoonProvinceSearch button,
#typhoonLandingSearch button {
  width: 70px;
}

.realtyphoon_tableHeadWrap {
  position: relative;
  width: 100%;
  height: 30px;
  overflow: hidden;
}
.realtyphoon_tableWrap {
  position: relative;
  width: 100%;
  height: 100%;
  height: calc(100% - 58px - 90px - 18px);
  /* padding-top: 60px;
  margin-top: -60px; */
  overflow-x: hidden;
  overflow-y: auto;
}
.realtyphoonpage .realtyphoon_tableWrap {
  height: calc(100% - 58px);
}
.historytyphoonpage .realtyphoon_tableWrap {
  height: calc(100% - 58px - 90px - 18px);
}
.realtyphoon_table {
  width: 100%;
  /* height: 100%; */
  border-collapse: collapse;
}
.realtyphoon_table thead tr {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #eee;
}
.realtyphoon_table tr {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.realtyphoon_table td,
.realtyphoon_table td div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  box-sizing: border-box;
  height: 30px;
  min-height: 20px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.realtyphoon_table td.td_name div {
  height: auto;
}
.realtyphoon_table td.td_ename div {
  width: 100%;
  height: auto;
}
.realtyphoon_table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.realtyphoon_table tbody tr.selected {
  box-sizing: border-box;
  border: 1px dashed #008cc6;
  background-color: #bce4f5;
}

.realtyphoon_table tr .td_chk {
  width: 40px;
  height: 30px;
  margin: 0;
  padding: 0;
}
.realtyphoon_table tr .td_index,
.realtyphoon_table tr .td_tfbh {
  width: 60px;
  height: 30px;
  margin: 0;
  padding: 0;
}
.realtyphoon_table tr .td_name {
  width: 60px;
  height: 30px;
  margin: 0;
  padding: 0;
}
.realtyphoon_table tr .td_btns {
  width: 40px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.realtyphoon_table tr .td_distince {
  width: auto;
  height: 30px;
  margin: 0;
  padding: 0;
}
/* .realtyphoon_table tr.selected:after {
  border: 1px dashed #008cc6;
  content: " ";
  width: 100%;
  left: 0;
  box-sizing: border-box;
  height: 30px;
  position: absolute;
} */

/* 测距 */
/* .citymeasure_list {
  position: absolute;
  bottom: 0%;
  width: 100%;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  font-size: 13px;
  background: white;
}
.citymeasure_list {
  bottom: 50%;
  transform: translateY(50%);
  height: 40%;
  max-height: 50%;
} */
.citymeasure_list {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  font-size: 13px;
}
.citymeasureList-head {
  height: 26px;
  background-color: #008cc6;
  line-height: 26px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding-left: 5px;
  text-align: center;
}
.citymeasureList-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  color: #fff;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  /* display: none; */
}
.citymeasure_list table {
  width: 100%;
}
.citymeasure_list table .icon-location {
  position: relative;
  display: inline-block;
  top: -5px;
}
.citymeasure_list table .my-location {
  display: inline-block;
  height: 0px;
  font-size: 12px;
  transform: scale(0.875);
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
}
#citymeasure_tableWrap.realtyphoon_tableWrap {
  position: relative;
  width: 100%;
  height: 100%;
  height: calc(100% - 40px);
  overflow-x: hidden;
  overflow-y: auto;
}
#citymeasure_tableHeadWrap.realtyphoon_tableHeadWrap {
  height: 40px;
}
#citymeasure_tableHeadWrap .realtyphoon_table thead tr {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 20px;
  background-color: #eee;
}
#citymeasure_tableHeadWrap .realtyphoon_table thead tr div {
  height: 20px;
  line-height: 20px;
}
#citymeasure_tableHeadWrap tr th div,
#citymeasure_table.realtyphoon_table tr td div {
  min-width: 40px;
}

.citymeasureList_Window .layui-layer-title {
    background-color: #008cc6;
    color: #fff;
    padding: 0 10px;
    border-bottom: 1px solid transparent;
}
.citymeasureList_Window .layui-layer-setwin {
  top: 12px;
  right: 10px;
}
.citymeasureList_Window .layui-layer-setwin .layui-layer-close1 {
  background: url(../images/icon/guanbi.png) no-repeat;
  background-position: 0 0;
}
.citymeasureList_Window .layui-layer-setwin .layui-layer-min,
.citymeasureList_Window .layui-layer-setwin .layui-layer-max {
  display: none !important;
}
.citymeasureList_Window .layui-layer-setwin .layui-layer-measure {
  color: #fff;
  background: url(../images/icon/ceju.png) no-repeat;
  background-position: 0 0;
}

.historyTyphoonEffectList_Window.layui-layer {
  background-color: transparent;
  box-shadow: none;
}
.historyTyphoonEffectList_Window .layui-layer-title {
  background-color: rgba(0, 140, 198, 0.9);
  color: #fff;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
}
.historyTyphoonEffectList_Window.layui-layer-page .layui-layer-content {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 5px;
  font-size: 13px;
}
.historyTyphoonEffectList_Window .layui-layer-setwin {
  top: 5px;
  right: 5px;
}
.historyTyphoonEffectList_Window .layui-layer-setwin .layui-layer-close1 {
  background: url(../images/icon/guanbi.png) no-repeat;
  background-position: 0 0;
}

.typhoonLegend {
  border-bottom: 1px solid rgba(164, 205, 255, 1);
}

/* 单选复选 预报机构复选 */
/**radio、checkbox**/
.radiocheck-wrap {
  position: relative;
  vertical-align: 0px;
}
.radiocheck-wrap .radio,
.radiocheck-wrap .checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  z-index: 2;
  margin: 0;
}
.radiocheck-wrap .radio + label,
.radiocheck-wrap .checkbox + label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.radiocheck-wrap .radio:disabled + label,
.radiocheck-wrap .checkbox:disabled + label {
  background: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #efefef;
  background: #f9f9f9;
}
.radiocheck-wrap .radio:checked + label:before,
.radiocheck-wrap .radio:checked + label:after,
.radiocheck-wrap.selected .checkbox + label:before,
.radiocheck-wrap.selected .checkbox + label:after
/* ,.radiocheck-wrap .checkbox:checked + label:before,
.radiocheck-wrap .checkbox:checked + label:after  */ {
  content: "";
  position: absolute;
}
.radiocheck-wrap.selected .checkbox + label:after,
.radiocheck-wrap .radio:checked + label:after
/* ,.radiocheck-wrap .checkbox:checked + label:after  */ {
  top: -1px;
  left: -1px;
  color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #f60;
}

/**radio**/
.radiocheck-wrap .radio + label {
  border-radius: 22px;
}
.radiocheck-wrap .radio:checked + label:before {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #f60;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
}
.radiocheck-wrap .radio:checked + label:after {
  border-radius: 100%;
}

/**checkbox**/
.radiocheck-wrap.selected .checkbox + label:before {
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -5px;
  border-left: 2px solid #f60;
  border-bottom: 2px solid #f60;
  width: 8px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.radiocheck-wrap.size_sm .checkbox + label {
  width: 12px;
  height: 12px;
}
.radiocheck-wrap.size_sm .checkbox + label:before {
  margin: -3px 0 0 -4px;
  width: 6px;
  height: 3px;
}

/*风场*/
.typhoonLegend-mg li {
  margin-top: 5px;
}
#scaleInfo {
  position: absolute;
  bottom: 0.5%;
  left: 0.5%;
}
#scaleInfo td {
  width: 15%;
  text-align: center;
  font-size: small;
}
.typhoonLegend #scaleInfo {
  position: absolute;
  bottom: -2px;
  left: 2px;
  color: #fff;
}
.typhoonLegend #scaleInfo td {
  width: 16px;
  text-align: left;
  font-size: 12px;
  transform: scale(0.85);
}
body .typhoonLegend .typhoonLegend-unit,
body .typhoonLegend .typhoonLegend-tip {
  font-size: 12px;
  font-weight: 500;
}
#realtimeInfo {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(225, 225, 225, 0.8);
  height: 10%;
  padding: 4px;
  border-radius: 5px;
  height: 50px;
}

/* measure 测距 */
.tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
}
.tooltip-measure {
  opacity: 1;
  font-weight: bold;
}
.tooltip-static {
  background-color: #008cc6;
  color: #fff;
  border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.tooltip-static:before {
  border-top-color: #008cc6;
}

@-webkit-keyframes rotate360 {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.ani_rotate360 {
  -webkit-animation: rotate360 2s infinite linear;
  animation: rotate360 2s infinite linear;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.typhoon_marker {
  height: auto;
  width: auto;
  font-size: 32px;
  background: none;
  transition: color 0.66s;
  /* color: #ffe;
  text-shadow: -0.1px 0.1px rgba(0, 0, 0, 0.3), 0.1px -0.1px rgba(0, 0, 0, 0.3),
    0.1px 0.1px rgba(0, 0, 0, 0.3), -0.1px -0.1px rgba(0, 0, 0, 0.3); */
  color: #fff;
  text-shadow: -2.1px 2.1px rgba(0, 0, 0, 0.1), 2.1px -2.1px rgba(0, 0, 0, 0.1),
    2.1px 2.1px rgba(0, 0, 0, 0.1), -2.1px -2.1px rgba(0, 0, 0, 0.1);
  /* box-shadow: 2px 2px rgba(255,255,255,0.5), -2px -2px rgba(255,255,255,0.5);
  border-radius: 50%; */
  /* height: 32px;
  width: 32px;
  background: url(./images/typhoon/typhoon_g-02.svg);
  background: url(./images/typhoon/typhoon_g-02.png);
  background-position: 0 0px;
  background-repeat: no-repeat; */
}

.typhoon_marker {
  display: none;
}
.ol-overlaycontainer .typhoon_marker {
  display: block;
}

@media screen and (max-width: 280px) {
  body .windy-time {
    left: 50px;
    top: 10px;
    margin-left: 0;
    font-weight: 500;
    letter-spacing: 0;
  }
  body .cloudy-time {
    left: 50px;
    top: 40px;
    margin-left: 0;
    font-weight: 500;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 460px) {
  body .typhoonLegend.leftSideStop .typhoonLegend-tip {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  body .logo {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    left: 10px;/*20210813.pc端位置调整*/
    margin-left: 0px;
  }
  body .windy-time {
    width: auto;
    height: 24px;
    /* top: 50px;
    left: 10px; */
    position: absolute;
    z-index: 33;
    text-align: left;
    background-color: transparent;
    color: #222;
    font-size: 13px;
    left: 50%;
    top: 80px;
    margin-left: -120px;
    white-space: nowrap;
    letter-spacing: 3px;
    text-align: center;
    color: rgb(52, 122, 182);
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0px 1px 0px,
      rgb(255, 255, 255) -1px 0px 0px, rgb(255, 255, 255) 0px -1px 0px;
    font: 700 18px/1.5 "微软雅黑", Arial, Helvetica, sans-serif;
  }
  body .cloudy-time {
    width: auto;
    height: 24px;
    /* top: 50px;
    left: 10px; */
    position: absolute;
    z-index: 33;
    text-align: left;
    background-color: transparent;
    color: #222;
    font-size: 13px;
    left: 50%;
    top: 110px;
    margin-left: -120px;
    white-space: nowrap;
    letter-spacing: 3px;
    text-align: center;
    color: rgb(52, 122, 182);
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0px 1px 0px,
      rgb(255, 255, 255) -1px 0px 0px, rgb(255, 255, 255) 0px -1px 0px;
    font: 700 18px/1.5 "微软雅黑", Arial, Helvetica, sans-serif;
  }

  body .typhoon_list {
    height: 100% !important;
    /* max-height: 100% !important; *//*20210813.pc端位置调整*/
    max-height: 40% !important;
    width: 400px !important;
    top: auto;
    bottom: 0;
  }

  body .typhoonLegend {
    /* height: 100% !important;
    max-height: 100% !important;
    width: 400px;
    top: 0; */
    left: auto;
    height: auto !important;
    max-height: auto !important;
    width: 400px;
    right: 10px;
    bottom: 10px;
  }

  body .typhoonLegend-side {
    display: none;
  }
}

/* 登录功能 */
.map-login-list-wrap{
    display: none;
    bottom: auto;
    left: 10px;
    top: 130px;
    right: auto;
    position: absolute;
    color: #333;
    font-size: 10px;
    margin: 1px;
    height: auto;
    text-align: center;
    transition: all 0.3s;
}
.map-login-list-wrap ul {
list-style: none;
}
.map-login-list-wrap button,
.map-login-list-wrap a {
display: inline-block;
width: 36px;
height: 36px;
margin: 5px 10px 0px 0;
padding: 0px 2px 0;
font-size: 12px;
font-weight: 500;
text-decoration: none;
border-radius: 5px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
background-color: rgba(255, 255, 255, 0.7);
color: #333;
cursor: pointer;
}
.map-login-list-wrap a {
padding: 4px 2px 0;
}
.map-login-list-wrap button.active,
.map-login-list-wrap a.active {
background: #366fd8;
background: linear-gradient(45deg, #366fd8, #07d89d);
color: #fff;
}
.map-login-list-wrap a i,
.map-login-list-wrap a img,
.map-login-list-wrap a span {
display: block;
width: 100%;
line-height: 18px;
}
.map-login-list-wrap a img{
    height: 18px;
    width: auto;
    margin: 0 auto;
}
/*new style*/
.map-login-list-wrap a {
  padding: 0;
  width: 40px;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 6px;
  height: auto;
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0px 1px 0px, rgb(255, 255, 255) -1px 0px 0px, rgb(255, 255, 255) 0px -1px 0px;
}
.map-login-list-wrap .icon-img{
  height: 18px;
  width: auto;
  margin: 0 auto;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  padding: 5px 12px;
}
.map-login-list-wrap a img{
  height: 18px;
  width: auto;
  transition: transform 0.3s ease-in;
}
.map-login-list-wrap button.active, .map-login-list-wrap a.active {
  background: transparent;
  color: #333;
}
.map-login-list-wrap button.active img, .map-login-list-wrap a.active img{
  /* background: linear-gradient(45deg, #366fd8, #07d89d);
  color: #333; */
  transform: rotate(90deg);
}

.map-warning-list-wrap{
  position: absolute;
  left: 10px;
  top: 80px;
  color: #333;
  font-size: 10px;
  height: auto;
  text-align: center;
  transition: all 0.3s;
  width: auto;
  height: 50px;
}
.map-warning-list-wrap img{
  width: 50px;
  height: 42px;
}
.layer-warning-typhoon.layui-layer-tips .layui-layer-content {
  max-height: 200px;
  max-width: 200px;
  /* overflow: auto; */
}

.layer-warning-typhoon.layui-layer-tips .layui-layer-content .wh100{
  display: inline-block;
  width: 100%;
  height: 100%;
  max-height: 200px;
  max-width: 200px;
  overflow: auto;
}

.activebox {
	position: relative;
	border-radius: 0.5em;
	text-align: center;
	/* animation: animate_text 2s linear infinite alternate; */
}

.activebox:before {
	content: '';
	position: absolute;
	width: calc(100% + 10%);
	height: calc(100% + 20%);
	border-radius: 0.5em;
	z-index: -1;
	background-image: linear-gradient(60deg, aquamarine, cornflowerblue, goldenrod, hotpink, salmon, lightgreen, sandybrown, violet);
	background-size: 300%;
	animation: animate_bg 5s infinite;
}

@keyframes animate_bg {
	0%, 100% {
		background-position: 0%, 50%;
	}

	50% {
		background-position: 100%, 50%;
	}
}

@keyframes animate_text {
	from { 
		color: lime;
	}

	to {
		color: yellow;
	}
}


/* tool */
.popup-tcpoint-tool {
  position: absolute;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: none;
}
.ol-popup #map-popup-content:hover .popup-tcpoint-tool {
  opacity: 0.9;
}
.popup-tcpoint-tool.btn-prev {
  top: 50%;
  left: -10px;
}
.popup-tcpoint-tool.btn-next {
  top: 50%;
  right: -10px;
  transform: translate(50%, -50%);
}
.popup-tcpoint-tool.btn-fix {
  bottom: -15px;
  right: -15px;
}


/*实时台风时纯css改变列表*/
/* .realtyphoon2022_ typhoon_list */
/* 窗口朝下，东海台风向上走关注多 */
.realtyphoon2022_ .typhoon_list{
  height: 30px !important;
  max-height: 30px !important;
  width: auto !important;
  /* max-width: 180px !important; */
  bottom: 60px;
  background: transparent;
  opacity: 0.8;
  border: none;
  /* 20220911.多台风 */
  height: auto !important;
  max-height: none !important;
}
.realtyphoon2022_ .typhoon_list .realtyphoon_table tr .td_index, 
.realtyphoon2022_ .typhoon_list .realtyphoon_table tr .td_tfbh,
.realtyphoon2022_ .typhoon_list .realtyphoon_table tr .td_name{
  width: auto;
}
.realtyphoon2022_ .typhoon_list .realtyphoon_table tr .td_chk {
  width: auto;
  height: 30px;
  margin: 0;
  padding: 0;
  /* display: none; */
}
.realtyphoon2022_ .typhoon_list .realtyphoon_table tr td .typhoon_marker {
  color: #fff;
  display: block;
}
/* .realtyphoon2022_ .typhoon_list .realtyphoon_table td, 
.realtyphoon2022_ .typhoon_list .realtyphoon_table td div{
  vertical-align: middle;
} */

.realtyphoon2022_ .typhoon_list .realtyphoon_table td.td_name div {
  height: 30px;
}
.realtyphoon2022_ .typhoon_list .realtyphoon_table td.td_ename div {
  width: 100%;
  height: 30px;
}
.realtyphoon2022_ .typhoon_list .realtyphoon_tableWrap {
  height: 100%;
  /* border: none; */
}

.realtyphoon2022_ .typhoon_list .typhoonList-head,
.realtyphoon2022_ .typhoon_list .typhoonList-close,
.realtyphoon2022_ .typhoon_list .realtyphoon_tableHeadWrap{
  display:none;
}
.realtyphoon2022_ .typhoon_list .realtyphoon_table tbody tr {
  display:none;
}
.realtyphoon2022_ .typhoon_list .realtyphoon_table tbody tr.active {
  display:block;
  /* border: none;*/
  overflow: hidden;
  padding: 0 10px 0 0;
  border-radius: 0 15px 15px 0;
  /* box-shadow: 1px 1px 1px rgb(0 0 0, 0.5);
  border-left: none; */
  box-shadow: none;
  border: none;
  margin-bottom: 5px;
}
/* .realtyphoon2022_ .typhoon_list .realtyphoon_table tbody tr.active .td_chk {
  display: table-cell;
} */
.realtyphoon2022_ .typhoon_list .realtyphoon_table tbody tr.active .td_chk > .td_chk_inner{
  display:none;
}

/*居中*/
.realtyphoon2022_ .custom-list-btn[data-name="list"]{
  display:none;
}
.realtyphoon2022_ #map-popup{
  left: -100px;
  min-width: 200px;
}
.realtyphoon2022_ .ol-popup:before, 
.realtyphoon2022_ .ol-popup:after {
  left: 100px;
}

/*朝下*/
.realtyphoon2022_ .ol-popup,
.realtyphoon2022_ #map-popup {
  background-color: rgba(255, 255, 255, 0.5);
  top: 18px;
  bottom: auto;
}
.realtyphoon2022_ .ol-popup:after, 
.realtyphoon2022_ .ol-popup:before {
  top: 0;
}
.realtyphoon2022_ .ol-popup:after {
  margin-top: -14px;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-top-color: transparent;
}
.realtyphoon2022_ .ol-popup-closer {
  color: #999;
}

/*动图时间轴*/
.realtyphoon2022_ .swiper {
  width: 100%;
  height: 100%;
}
.realtyphoon2022_ .mySwiper {
  position: absolute;
  right: 100px;
  top: 10px;
  width: 200px;
  height: 50px;
  display: none;
}
.realtyphoon2022_ .myPictureSwiper {
  top: 80px;
  height: 50px;
}

.realtyphoon2022_ .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* visibility:hidden;
  background:transparent; */
}
/* .realtyphoon2022_ .swiper-slide.swiper-slide-active {
  visibility:visible;
} */