@charset "utf-8";

#area_svg {
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}

#area_svg:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;;
}

.mark {
  cursor: pointer;
}

.markTxt {
  font-weight: bold;
}
/*
.tooltip:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 110px;
  border-bottom: 25px solid #f0f8f7;
  border-left: 15px solid transparent;
  padding: 1px;
  display: block;
  width: 0;
  height: 0;
  transform-origin: left top;
  transform: skewX(-20deg);
  z-index: 0;
}

.tooltip::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 110px;
  border-bottom: 30px solid #f0f8f7;
  border-left: 20px solid transparent;
  border-right: 12px solid transparent;
  display: block;
  width: 0;
  height: 0;
  transform-origin: left top;
  transform: skewX(-20deg);
  z-index: -1;
}
*/
.tooltip:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 89px;
  display: block;
  width: 35px;
  height: 25px;
  background-color: #f0f8f7;
  transform: rotate(-45deg) skewX(-65deg);
  z-index: 0;
}
.tooltip:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 83px;
  display: block;
  width: 35px;
  height: 25px;
  background-color: #f0f8f7;
  transform: rotate(-45deg) skewX(-65deg);
  z-index: -1;
  border: 3px solid #95bcb7;
  box-shadow: 0px 1px 2px 0px rgba(74, 112, 107, 0.75);
}
.tooltip .area-branch .tip-articles::-webkit-scrollbar {
  width: 5px;
}

.tooltip .area-branch .tip-articles::-webkit-scrollbar-track {
  background: #f0f8f7;
  /*border-left: solid 1px #ececec;*/
}

.tooltip .area-branch .tip-articles::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  /*box-shadow: inset 0 0 0 2px #fff;*/
}

.tooltip .area-branch .tip-articles::scrollbar {
  width: 5px;
}

.tooltip .area-branch .tip-articles::scrollbar-track {
  background: #f0f8f7;
  /*border-left: solid 1px #ececec;*/
}

.tooltip .area-branch .tip-articles::scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  /*box-shadow: inset 0 0 0 2px #fff;*/
}

.featherlight:last-of-type {
  background: rgba(11, 11, 11, 0.8);
}

.featherlight .featherlight-content {
  overflow-y: hidden;
  background: none;
  padding: 0;
  border-bottom: none;
  max-height: 95vh;
}

.featherlight .featherlight-content .featherlight-close-icon {
  color: #fff;
  background: #007563;
  font-size: 40px;
  width: 44px;
  height: 44px;
}

.p-area-placenews {
  max-height: 95vh;
  overflow-y: auto;
}

.featherlight .featherlight-content .area-modal .area-pic {
  float: left;
  margin-right: 10px;
}

.featherlight .featherlight-content .area-modal .area-pic img {
  padding: 5px;
  border: 1px solid #999;
  max-height: 150px;
  max-width: 150px;
}

.featherlight .featherlight-content .area-modal .area-beginning {
  margin: 10px 5px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  /*float: left;*/
  padding-bottom: 10px;
}
.featherlight .featherlight-content .area-modal .area-beginning .area-createDate {
  display: block;
  color: #E6B0C1;
  font-size: 1rem;
}
.featherlight .featherlight-content .area-modal .area-beginning .area-title {
  display: block;
  color: #333;
  font-size: 1.7rem;
  padding-bottom: 20px;
}
.featherlight .featherlight-content .area-modal .area-beginning .area-facilityName {
  color: #1C8373;
  font-size: 1.2rem;
}
.featherlight .featherlight-content .area-modal .area-beginning .area-personsTitle {
  color: #1C8373;
  font-size: 1.2rem;
}
.featherlight .featherlight-content .area-modal .area-beginning .area-personName {
  display: block;
  color: #1C8373;
  font-size: 1.5rem;
}
.featherlight .featherlight-content .area-modal .area-description {
  clear: both;
  /*position: relative;*/
  border-top: 1px solid  #1C8373;
  padding-top: 10px;
}
.featherlight .featherlight-content .area-modal .area-description .area-text {
  margin-bottom: 10px;
  margin-right: 10px;
  /*float: left;*/
  font-size: 1.2rem;
}
.featherlight .featherlight-content .area-modal .area-description .area-pic {
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
  float: right;
}
.featherlight .featherlight-content .area-modal .area-description .area-pic img {
  padding: 5px;
  border: 1px solid #999;
  max-height: 150px;
  max-width: 150px;
}
.featherlight .featherlight-content .area-modal .area-description .area-player {
  display: block;
  margin: 30px 0;
}
