@charset "utf-8";

.map-layout-wrap .map-area .btn-wrap.guide-btn { display: none; }

.map-layout-wrap .list-area .top { padding-bottom: 0; }
.map-layout-wrap .list-area .top .alrt { text-align: center; margin-top: 10px; word-break: keep-all; padding: 12px 5px; line-height: 1.5; background: #f1f1f1; color: #888; font-size: 1.2rem; border-radius: 5px; }
.map-layout-wrap .list-area .top .alrt br { display: none; }
.map-layout-wrap .list-area .top .alrt .bold { font-weight: 600 }
.map-layout-wrap .list-area .top .write-wrap .btn-wrap { margin-top: 0; }
.map-layout-wrap .list-area .top .write-wrap .btn-wrap button { height: px;}
.map-layout-wrap .list-area .top .write-wrap .btn-wrap button i { font-size: 1.5rem; }
.map-layout-wrap .list-area .top .write-wrap .btn-wrap button.write { min-width: -webkit-calc(100% - 135px); min-width: calc(100% - 135px); }
.map-layout-wrap .list-area .top .write-wrap .btn-wrap button.write i { position: relative; top: 1px; margin-right: 4px; }
.map-layout-wrap .list-area .top .write-wrap .btn-wrap button.guide { min-width: 120px; }
.map-layout-wrap .list-area .top .write-wrap .btn-wrap button.guide i { margin-right: 4px; }

.map-layout-wrap .list-area .top .search-wrap { margin-top: 10px; margin-bottom: 5px; }
.map-layout-wrap .list-area .top .search-wrap .search-area { width: 100%; }
.map-layout-wrap .list-area .top .search-wrap .search-area .btn-wrap button { min-width: 75px; }
.map-layout-wrap .list-area .top .search-wrap .search-area .input-box { width: -webkit-calc(100% - 75px);  width: calc(100% - 75px); }
.map-layout-wrap .list-area .top .search-wrap .search-area .input-box input[type="text"].text-input { border-radius: 5px 0 0 5px; width: 100%; }

.map-layout-wrap .list-area .top .category-wrap { height: 30px; }
.map-layout-wrap .list-area .top .category-wrap .tit { float: left; font-size: 1.2rem; color: #999; width: 50px; text-align: center; line-height: 26px; }
.map-layout-wrap .list-area .top .category-wrap .select-box { float: none; height: 25px; width: calc(100% - 50px); cursor: pointer; }
.map-layout-wrap .list-area .top .category-wrap .select-box select { font-size: 1.2rem; border-radius: 5px; line-height: 25px; cursor: pointer; }
.map-layout-wrap .list-area .top .category-wrap .select-box select option { font-size: 1.2rem; line-height: 30px; }

.map-layout-wrap .list-area .bottom { position: relative; height: -webkit-calc(100% - 164px); height: calc(100% - 164px); overflow-y: auto; border-top: 1px solid #dee3eb; background: #f1f1f1; padding-bottom: 20px;}
.map-layout-wrap .list-area .bottom .result-list .group { padding: 15px; position: relative; background: #fff; border: 1px solid #dee3eb; margin: 15px; cursor: pointer; border-radius: 5px; }
.map-layout-wrap .list-area .bottom .result-list .group:first-child { margin-top: 5px; }
.map-layout-wrap .list-area .bottom .result-list .group.select:hover,
.map-layout-wrap .list-area .bottom .result-list .group.select { border-color: #0475f4; }
.map-layout-wrap .list-area .bottom .result-list .group:hover { border-color: #a8a8a8; }
.map-layout-wrap .list-area .bottom .result-list .group .tit { font-size: 1.6rem; font-weight: 500; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #dee3eb; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.map-layout-wrap .list-area .bottom .result-list .group .tit .pick { display: inline-block; padding: 2px 7px 3px; border-radius: 3px; background: #00CE84; font-size: 1.2rem; color: #fff; margin-right: 10px;}
.map-layout-wrap .list-area .bottom .result-list .group .txt { font-size: 1.4rem; color: #888; line-height: 1.5; overflow: hidden; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: -webkit-calc(1em * 2 * 1.5); height: calc(1em * 2 * 1.5); height: 42px;-webkit-box-orient: vertical; width: 100%;} 
.map-layout-wrap .list-area .bottom .result-list .group .address { font-size: 1.3rem; color: #333; }
.map-layout-wrap .list-area .bottom .result-list .group .address i { color: #005fea; margin-right: 2px; }
.map-layout-wrap .list-area .bottom .result-list .group .cate-add-info { display: block; padding-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.map-layout-wrap .list-area .bottom .result-list .group .cate-add-info .cate { font-size: 1.3rem; color: #888; margin-right: 10px; }
.map-layout-wrap .list-area .bottom .result-list .group .cate-add-info p { display: inline; }
.map-layout-wrap .list-area .bottom .result-list .group ul { margin-top: 10px; }
.map-layout-wrap .list-area .bottom .result-list .group ul li { float: right; margin-left: 10px; font-size: 1.2rem; }
.map-layout-wrap .list-area .bottom .result-list .group ul li i { position: relative; top: 1px; margin-right: 2px;}
.map-layout-wrap .list-area .bottom .result-list .group ul li i.fa-clock { color: #315199; }
.map-layout-wrap .list-area .bottom .result-list .group ul li i.fa-heart { color: #BD1313; }
.map-layout-wrap .list-area .bottom .result-list .group ul li i.fa-eye { color: #de9000; }

.map-layout-wrap .list-area .bottom .btn-wrap { margin-top: 5px; }
.map-layout-wrap .list-area .bottom .btn-wrap .btn-right { padding-right: 10px; }
.map-layout-wrap .list-area .bottom .btn-wrap .btn-right button { border: none; min-width: 0; padding: 0 8px; margin-right: 3px; background: transparent; color: #666; }
.map-layout-wrap .list-area .bottom .btn-wrap .btn-right button.select {  background: #E0E0E0; color: #222; }

.map-layout-wrap .list-detail-area .btn-wrap.close-btn { position: absolute; top: 0; right: 20px; z-index: 10; }
.map-layout-wrap .list-detail-area .btn-wrap.close-btn button { font-size: 1.2rem; height: 28px; padding: 0 15px; min-width: auto; }
.map-layout-wrap .list-detail-area .img-area { position: relative; height: 120px; overflow: hidden; margin: 5px 0 20px; }
.map-layout-wrap .list-detail-area .img-area ul { overflow-x: auto; overflow-y: hidden; white-space: nowrap; height: 128px; }
.map-layout-wrap .list-detail-area .img-area ul li { display: inline-block; position: relative; width: 45%; height: 100%; overflow: hidden; background: #fff; }
.map-layout-wrap .list-detail-area .img-area ul li img { min-width: 100%; max-width: 120%; min-height: 100%; position: absolute; top: 50%; left: 50%; cursor: pointer; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: -o-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s, -o-transform .3s; }
.map-layout-wrap .list-detail-area .img-area ul li img:hover { -webkit-transform: translate(-50%,-50%) scale(1.1); -ms-transform: translate(-50%,-50%) scale(1.1); -o-transform: translate(-50%,-50%) scale(1.1); transform: translate(-50%,-50%) scale(1.1); }

.map-layout-wrap .list-detail-area .detail-area { padding: 20px; position: relative; background: #fff; line-height: 1.5; height: -webkit-calc(100% - 310px); height: calc(100% - 310px); }
.map-layout-wrap .list-detail-area .detail-area .name { display: inline-block; margin-right: 15px; font-size: 1.3rem; color: #333; padding-bottom: 10px; }
.map-layout-wrap .list-detail-area .detail-area .name i { color: #7d94ad; margin-right: 2px; }
.map-layout-wrap .list-detail-area .detail-area .address { display: inline-block; font-size: 1.3rem; color: #333; padding-bottom: 10px; position: relative; padding-left: 18px; }
.map-layout-wrap .list-detail-area .detail-area .address i { color: #005fea; margin-right: 2px; position: absolute; left: 0; top: 0; position: absolute; top: 1px; left: 2px; }
.map-layout-wrap .list-detail-area .detail-area .tit { font-size: 2rem; font-weight: 500; word-break: keep-all; margin-bottom: 20px; padding: 35px 0 20px; border-bottom: 1px solid #dee3eb; text-align: center; }
.map-layout-wrap .list-detail-area .detail-area .tit .pick { display: block; width: 85px; margin: 0 auto 12px; padding: 2px 7px 3px; border-radius: 3px; background: #00CE84; font-size: 1.2rem; color: #fff; }
.map-layout-wrap .list-detail-area .detail-area .txt { font-size: 1.4rem; color: #333; line-height: 1.5; height: -webkit-calc(100% - 105px); height: calc(100% - 105px); background: #f5f5f5; padding: 15px; overflow-y: auto;} 
.map-layout-wrap .list-detail-area .detail-area ul.inf { margin-top: 20px; }
.map-layout-wrap .list-detail-area .detail-area ul.inf li { float: right; margin-left: 10px; font-size: 1.2rem; }
.map-layout-wrap .list-detail-area .detail-area ul.inf li i { position: relative; top: 1px; margin-right: 2px;}
.map-layout-wrap .list-detail-area .detail-area ul.inf li i.fa-clock { color: #315199; }
.map-layout-wrap .list-detail-area .detail-area ul.inf li i.fa-heart { color: #BD1313; }
.map-layout-wrap .list-detail-area .detail-area ul.inf li i.fa-eye { color: #de9000; }
.map-layout-wrap .list-detail-area .detail-area .btn-wrap button:last-child { margin-right: 0; }
.map-layout-wrap .list-detail-area .detail-area .btn-wrap button.sym-btn { height: 35px; padding: 0 20px; line-height: 35px; padding-left: 40px; background: url(../../../img/common/sympathy_w_icon.svg) no-repeat; -webkit-background-size: 15px 15px; background-size: 15px 15px; background-position: 20px 50%; background-color: #4b63fc; color: #fff;}
.map-layout-wrap .list-detail-area .detail-area .btn-wrap button.sym-btn.bubbly-button.active{ background: url(../../../img/common/sympathy_check_icon.svg) no-repeat; -webkit-background-size: 15px 15px; background-size: 15px 15px; background-position: 20px 50%; background-color: #000c57; }
.map-layout-wrap .list-detail-area .detail-area .btn-wrap button.disabled {color: #888;border-color: #ccc;cursor: no-drop;-webkit-box-shadow: none;box-shadow: none;background: url(../../../img/common/sympathy_dis_icon.svg) no-repeat;-webkit-background-size: 15px 15px;background-size: 15px 15px;background-position: 20px 50%;background-color: #f0f0f0;padding-left: 45px;}
.map-layout-wrap .list-detail-area .detail-area .btn-wrap div button.bubbly-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.1s,
  transition: -webkit-transform ease-in 0.1s,
  -o-transform ease-in 0.1s;
  transition: transform ease-in 0.1s;
  transition: transform ease-in 0.1s, -webkit-transform ease-in 0.1s, -o-transform ease-in 0.1s;
  z-index: 90;
}
.map-layout-wrap .list-detail-area .detail-area .btn-wrap div button.bubbly-button:focus {
  outline: 0;
}
.map-layout-wrap .list-detail-area .detail-area .btn-wrap div button.bubbly-button:before, .map-layout-wrap .list-detail-area .detail-area .btn-wrap div button.bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.map-layout-wrap .list-detail-area .detail-area .btn-wrap div button.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 20%, #4b63fc 20%, transparent 30%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #4b63fc 15%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%);
  background-image: -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, transparent 20%, #4b63fc 20%, transparent 30%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, transparent 10%, #4b63fc 15%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%);
  background-image: radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, transparent 20%, #4b63fc 20%, transparent 30%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, transparent 10%, #4b63fc 15%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%);
  -webkit-background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
          background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.map-layout-wrap .list-detail-area .detail-area .btn-wrap div button.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #4b63fc 15%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%);
  background-image: -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, transparent 10%, #4b63fc 15%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%);
  background-image: radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, transparent 10%, #4b63fc 15%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%);
  -webkit-background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
          background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.map-layout-wrap .list-detail-area .detail-area .btn-wrap div button.bubbly-button:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}
.map-layout-wrap .list-detail-area .detail-area .btn-wrap div button.bubbly-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
       -o-animation: topBubbles ease-in-out 0.75s forwards;
          animation: topBubbles ease-in-out 0.75s forwards;
}
.map-layout-wrap .list-detail-area .detail-area .btn-wrap div button.bubbly-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
       -o-animation: bottomBubbles ease-in-out 0.75s forwards;
          animation: bottomBubbles ease-in-out 0.75s forwards;
}


@-webkit-keyframes topBubbles {
  0% { background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%; }
  50% { background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%; }
  100% { background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%; -webkit-background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; }
}

@-o-keyframes topBubbles {
  0% { background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%; }
  50% { background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%; }
  100% { background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%; background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; }
}

@keyframes topBubbles {
  0% { background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%; }
  50% { background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%; }
  100% { background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%; -webkit-background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; }
}
@-webkit-keyframes bottomBubbles {
  0% { background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%; }
  50% { background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%; }
  100% { background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%; -webkit-background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; }
}
@-o-keyframes bottomBubbles {
  0% { background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%; }
  50% { background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%; }
  100% { background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%; background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; }
}
@keyframes bottomBubbles {
  0% { background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%; }
  50% { background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%; }
  100% { background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%; -webkit-background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; }
}

.map-layout-wrap .list-detail-area.list-detail-my .detail-area .txt { height: -webkit-calc(100% - 150px); height: calc(100% - 150px); } 
.map-layout-wrap .list-detail-area.list-detail-my .btn-wrap.bt { margin-top: 5px; }
.map-layout-wrap .list-detail-area.list-detail-my .btn-wrap.bt div { width: 100%; }
.map-layout-wrap .list-detail-area.list-detail-my .btn-wrap.bt button { width: -webkit-calc(25% - 5px); width: calc(25% - 5px); margin-right: 5px; padding: 0; min-width: auto; }
.map-layout-wrap .list-detail-area.list-detail-my .btn-wrap.bt button.go { width: 50%; }
.map-layout-wrap .list-detail-area.list-detail-my .btn-wrap.bt button:last-child { margin-right: 0; }


.layer-pop-wrap.edit-pop-wrap .layer-box { width: 50%; }
.layer-pop-wrap.edit-pop-wrap .layer-box .body { max-height: -webkit-calc(100vh - 202px); max-height: calc(100vh - 202px); }
.layer-pop-wrap.edit-pop-wrap .layer-box .body .search-wrap { margin-bottom: 0; }
.layer-pop-wrap.edit-pop-wrap .layer-box .body .search-wrap .search-area { width: 100%; }
.layer-pop-wrap.edit-pop-wrap .layer-box .body .search-wrap .search-area .btn-wrap button { min-width: 100px; height: 40px; border-radius: 0; }
.layer-pop-wrap.edit-pop-wrap .layer-box .body .search-wrap .search-area .input-box { width: -webkit-calc(100% - 100px);  width: calc(100% - 100px); }
.layer-pop-wrap.edit-pop-wrap .layer-box .body .search-wrap .search-area .input-box input[type="text"].text-input { border-radius: 0; width: 100%; height: 40px; }
.layer-pop-wrap.edit-pop-wrap .layer-box .body .detail-address-input-area .input-box { width: 100%; }
.layer-pop-wrap.edit-pop-wrap .layer-box .body .detail-address-input-area  .input-box input[type="text"].text-input { border-radius: 0; width: 100%; border-top: none; }
.layer-pop-wrap.edit-pop-wrap .layer-box .body .map-area { width: 100%; height: 330px; overflow: hidden; border: 1px solid #cacaca; border-top: 0; }
.layer-pop-wrap.edit-pop-wrap .layer-box .body .vertic-table textarea { min-height: 130px; }
.layer-pop-wrap.edit-pop-wrap .layer-box .body .title { font-size: 1.3rem; margin-bottom: 10px; color: #888; }
.layer-pop-wrap.edit-pop-wrap .layer-box .body .title .bold { font-size: 1.6rem; font-weight: 600; color: #333; }


.map-layout-wrap .map-area .marker { position: absolute; cursor:pointer;}
.map-layout-wrap .map-area .marker img { width: 40px; height: 54px; }
.map-layout-wrap .map-area .marker.mk-1 { top: 20%; right: 50%; }
.map-layout-wrap .map-area .marker.mk-2 { top: 30%; right: 35%; }
.map-layout-wrap .map-area .marker.mk-3 { top: 40%; right: 45%; }
.map-layout-wrap .map-area .marker.mk-4 { top: 60%; right: 40%; }

.layer-pop-wrap.category-select table.vertic-table { margin-top: 0; }

@media all and (max-width: 1200px) {
	.layer-pop-wrap.edit-pop-wrap .layer-box { width: 95%; max-width: 95%; }
}

@media all and (max-width: 768px) {
	.map-layout-wrap .map-area .btn-wrap button.guide { -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.2); box-shadow: 0 3px 7px rgba(0,0,0,.2); }
	.map-layout-wrap .list-area .top .alrt { padding: 7px 5px; }
	.map-layout-wrap .list-area .top .write-wrap .btn-wrap button { height: 35px; font-size: 1.5rem; }
	.map-layout-wrap .list-area .top .write-wrap .btn-wrap button.write { margin: 0 0 10px; width: 100%; }
	.map-layout-wrap .list-area .top .write-wrap .btn-wrap button.guide { width: 100%; }
	.map-layout-wrap .list-area .bottom { height: -webkit-calc(100% - 70px); height: calc(100% - 70px); }
	.map-layout-wrap .list-area .bottom .result-list .group .tit .pick { margin-right: 5px; padding: 4px 7px 2px; }
	.map-layout-wrap .list-area .bottom .result-list .group .tit { font-size: 1.5rem; }

	.map-layout-wrap .list-detail-area .detail-area { padding-top: 0; }
	.map-layout-wrap .list-detail-area .img-area ul { height: 120px; }
	.map-layout-wrap .list-detail-area .img-area ul li { border: 1px solid #dee3eb; }

	.map-layout-wrap .map-area .marker img { width: 28px; height: 38px; }

}
@media all and (max-width: 600px) {
	.map-layout-wrap .list-area .top .filter-wrap { margin: 0; float: right; }
	.map-layout-wrap .list-area .top .alrt { float: left; width: 100%; margin-top: 0; }
	.map-layout-wrap .list-area .top .alrt br { display: block; }
	.map-layout-wrap .list-area .top .write-wrap .btn-wrap button { height: 30px; }
	.map-layout-wrap .list-area .top .write-wrap .btn-wrap button.guide { display: none; }
	.map-layout-wrap .list-area .top .write-wrap .btn-wrap button.write { min-width: 170px; width: 170px; font-size: 1.3rem; }
	/* .map-layout-wrap .list-area .bottom { height: -webkit-calc(100% - 493px); height: calc(100% - 493px); } */
	.map-layout-wrap .map-area .btn-wrap.guide-btn { display: block; position: absolute; bottom: 95px; left: 15px; margin-top: 0; }
	.map-layout-wrap .list-area .top .category-wrap { float: left; width: 100%; margin-top: 10px; }
	
	.map-layout-wrap .list-detail-area { z-index: 20; width: 100%; height: -webkit-calc(100% - 76px); height: calc(100% - 76px); position: fixed; top: 76px; left: -100%;; }
	.map-layout-wrap .list-detail-area.on { left: 0; border-top: 1px solid #dee3eb;}
	.map-layout-wrap .list-detail-area .img-area { height: 80px; }
	.map-layout-wrap .list-detail-area .img-area ul { height: 80px; }
	.map-layout-wrap .list-detail-area .detail-area .tit { padding-top: 60px; } 
	
	.layer-pop-wrap.edit-pop-wrap .layer-box .body .map-area { height: 200px; }
	
	.map-layout-wrap .list-detail-area .btn-wrap button { min-width: 70px; margin-right: 5px; }
}


/* map-category */
.map-category {position:absolute; right:20px; top:20px;}
.map-category > ul {background:#fff; box-shadow:0 0 20px rgba(0,0,0,0.2); padding:10px 15px; border-radius:7px;}
.map-category > ul li {float:left; margin-right:10px; font-weight:500; cursor:pointer; padding:4px 13px; border-radius:5px; font-size:1.4rem; font-weight:500;}
.map-category ul li .close-btn {display:none;  padding-left:2px;}
.map-category ul li .close-btn > img {width:13px; vertical-align: middle; position:relative; top:-1px; opacity:0.3;}
.map-category ul li.select .close-btn {display:inline-block;}
.map-category ul li.select {background:#f1f5f9;}
.map-category ul li:last-child {margin-right:0;}
.map-category ul li:not(.more-btn):hover {background:#f1f5f9; }
.map-category ul li span.color-btn {width:9px; height:9px; border-radius:50%; margin-right:7px; display:inline-block; position:relative; top:-1px}
.map-category .more-category {position:absolute; top: 42px;
  right: -14px; width:270px; background:#fff; padding:15px; border-radius:7px; display:none;}
.map-category .more-category.select {display:block;}
.map-category > ul li.more-btn {background:#287fff;width:25px; height:25px;padding:3px;position:relative; top:2px;transition: background .3s ease; display:none;}
.map-category > ul li.more-btn:hover,
.map-category > ul li.more-btn.select {background:#005fea;}
.map-category > ul li.more-btn > .btn-img { width:18px}
.map-category .more-category ul > li {float:left; width:calc(50% - 5px); margin-right:10px; font-weight:500; cursor:pointer; padding:4px 13px; border-radius:5px; font-size:1.4rem; font-weight:500; margin-bottom:7px}
.map-category .more-category ul > li:nth-child(even) {margin-right:0;}
.map-category .more-category .btn-wrap .center-btn {display:inline-block;}

/* category-color */
.map-category ul li span.color-btn.gray {background:#a1a1a1;}
.map-category ul li span.color-btn.mint {background:#4ad3b9}
.map-category ul li span.color-btn.red {background:#ff5757}
.map-category ul li span.color-btn.orange {background:#ffb55c}
.map-category ul li span.color-btn.sky-blue {background:#54c0ef}
.map-category ul li span.color-btn.crimson {background:#ffa1a1}
.map-category ul li span.color-btn.blue {background:#565ded}
.map-category ul li span.color-btn.yellow {background:#ffeb5c}
.map-category ul li span.color-btn.purple {background:#bb57ea}
.map-category ul li span.color-btn.green {background:#4ed893}
.map-category ul li span.color-btn.pink {background:#ff83e5}

@media(max-width:1500px) {
  .map-category > ul li.more-btn {display:block;}
  .map-category ul li:nth-child(5),
  .map-category ul li:nth-child(6),
  .map-category ul li:nth-child(7),
  .map-category ul li:nth-child(8),
  .map-category ul li:nth-child(9),
  .map-category ul li:nth-child(10) {display:none;}
}

@media(max-width:1024px) {
  .map-category > ul li {font-size:1.3rem; padding:2px 8px; margin-right:5px;}
  .map-category > ul li.more-btn {top:0; height:22px; width:22px}
  .map-category > ul li.more-btn > .btn-img {width:16px}
  .map-category .more-category ul > li {font-size:1.3rem;}
  .map-category .more-category .btn-wrap {margin-top:10px}
  .map-category .more-category .btn-wrap button {font-size:1.2rem;}
  
}


@media(max-width:600px) {
  .map-category {left:15px; top:60px;} 
  .map-category > ul li.more-btn {display:none;}
  .map-category ul li:nth-child(5),
  .map-category ul li:nth-child(6),
  .map-category ul li:nth-child(7),
  .map-category ul li:nth-child(8),
  .map-category ul li:nth-child(9),
  .map-category ul li:nth-child(10) {display:inline-block;}
  .map-category > ul {background:transparent; box-shadow:none; padding:0; white-space:nowrap; overflow-x:auto;-ms-overflow-style: none;scrollbar-width: none;}
  .map-category > ul::-webkit-scrollbar {display:none;}
  .map-category > ul li {background:#fff; border-radius:20px; padding:4px 15px; margin-right:7px; border:1px solid #fff; float:none; display:inline-block; box-shadow:0 1px 2px rgba(0,0,0,0.2)}
  .map-category ul li:not(.more-btn):hover {background:#fff}
  .map-category > ul li.select {background:#fff; border:1px solid #4280d2;}
  .map-category ul li .close-btn > img {opacity:0.2}
}