/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

button {
  border: 0;
  background: none;
  padding: 0; }

a, button, label, select, input {
  outline: none; }

select, textarea, input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.clearfix:before, header .topbar:before, header .header:before, .tags:before, .tags-blue:before, #sidebar #index .tabs .tab:before, #sidebar #index .tabs .tabs-content > div.search .form .scrollbar .block div:before, #sidebar #index .tabs .tabs-content > div.search .form .bottom .btns:before {
  display: table;
  content: " "; }

.clearfix:after, header .topbar:after, header .header:after, .tags:after, .tags-blue:after, #sidebar #index .tabs .tab:after, #sidebar #index .tabs .tabs-content > div.search .form .scrollbar .block div:after, #sidebar #index .tabs .tabs-content > div.search .form .bottom .btns:after {
  display: table;
  content: " ";
  clear: both; }

.fl-l {
  float: left; }

.fl-r {
  float: right; }

.ico {
  display: inline-block; }

.layui-m-layer-msg .layui-m-layercont {
  padding: 10px 20px !important;
  font-size: 24px;
  font-family: "Microsoft YaHei", "Helvetica"; }

body .layui-m-layer .layui-m-layer-msg {
  top: 0 !important; }

#__bs_notify__ {
  display: none !important; }

html, body, section {
  width: 100%;
  height: 100%; }

body {
  font-size: 14px;
  min-width: 1200px;
  position: relative;
  color: #333;
  font-family: "Microsoft YaHei", "Helvetica", "Heiti SC"; }

a {
  color: inherit;
  cursor: pointer; }

img {
  pointer-events: none; }

header {
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
  top: 0; }
  header .topbar .left, header .header .left {
    float: left; }
  header .topbar .right, header .header .right {
    float: right; }
  header .topbar {
    padding: 0 17px;
    line-height: 36px;
    background: #333;
    color: #dcdcdc;
    font-size: 13px; }
    header .topbar .left a + a,
    header .topbar .right span + span {
      margin-left: 20px;
      position: relative; }
      header .topbar .left a + a:before,
      header .topbar .right span + span:before {
        content: '';
        position: absolute;
        left: -10px;
        top: 12px;
        height: 12px;
        width: 1px;
        background: #dcdcdc; }
    header .topbar .left a {
      display: inline-block; }
    header .topbar .right {
      text-align: right; }
      header .topbar .right span {
        display: inline-block; }
        header .topbar .right span.ico-tel {
          padding-left: 20px;
          background: url(../images/pc/ico-tel.png) left center no-repeat; }
  header .header {
    height: 88px;
    padding: 27px 17px;
    background: #fff;
    border-bottom: 1px solid #dcdcdc; }
    header .header .left {
      margin-top: -2px; }
      header .header .left * {
        display: inline-block;
        vertical-align: top; }
      header .header .left .logo {
        display: inline-block;
        width: 245px;
        height: 40px;
        background: url(../images/pc/logo.png) center center no-repeat; }
      header .header .left .select {
        display: inline-block;
        position: relative;
        margin-left: 40px;
        line-height: 35px;
        padding: 0 30px 0 8px;
        border: 1px solid #efefef;
        color: #4a4949;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-sizing: content-box;
        -khtml-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
        -o-box-sizing: content-box;
        box-sizing: content-box;
        background: url("../images/pc/ico-arrow-right-black.png") 162px center no-repeat; }
        header .header .left .select:before {
          content: '';
          position: absolute;
          left: -20px;
          width: 1px;
          height: 27px;
          top: 50%;
          margin-top: -13px;
          background: #cccccc; }
      header .header .left a.m {
        display: inline-block;
        margin-left: 20px;
        margin-top: 0px;
        background: #19a0f0;color: #fff; font-size: 16px;text-align: center;line-height: 36px;border: 0;width: 120px;-webkit-border-radius: 2px;
            -khtml-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;}
        header .header .left a.m .qrcode {
          display: none;
          position: fixed;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: transparent;
          background-color: rgba(0, 0, 0, 0.5);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3C3C3C',endColorstr='#3C3C3C');
          zoom: 1; }
          header .header .left a.m .qrcode div {
            position: absolute;
            width: 200px;
            height: 200px;
            left: 50%;
            top: 50%;
            margin-top: -100px;
            margin-left: -100px;
            background: #fff; }
            header .header .left a.m .qrcode div img {
              display: block;
              width: 180px;
              height: 180px;
              margin: 10px; }
        header .header .left a.m.active .qrcode {
          display: block; }
    header .header .right {
      width: 436px;
      margin-top: -5px;
      line-height: 22px;
      color: #4d4d4d; }
      header .header .right * {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px; }
      header .header .right label {
        color: #f67400; }

.scrollbar {
  overflow: auto; }

#map {
  position: absolute;
  left: 0;
  top: 124px;
  bottom: 0;
  right: 375px;
  z-index: 97; }

.tags, .tags-blue {
  display: block;
  margin-right: 50px;
  color: #19a0f0; }
  .tags b, .tags-blue b {
    display: inline-block;
    padding: 0 3px;
    float: left;
    margin-right: 4px;
    margin-top: 5px;
    line-height: 16px;
    border: 1px solid #8ccff7;
    -webkit-box-sizing: content-box;
    -khtml-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box; }

#sidebar {
  position: absolute;
  z-index: 98;
  right: 0;
  top: 124px;
  bottom: 0;
  width: 375px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #999;
  -khtml-box-shadow: 0 0 10px #999;
  -moz-box-shadow: 0 0 10px #999;
  -ms-box-shadow: 0 0 10px #999;
  -o-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999; }
  #sidebar section {
    background: #fff;
    min-height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0; }
    #sidebar section.active {
      z-index: 998; }
  #sidebar #index .tabs {
    min-height: 100%;
    position: relative; }
    #sidebar #index .tabs .tab {
      -webkit-box-sizing: content-box;
      -khtml-box-sizing: content-box;
      -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
      -o-box-sizing: content-box;
      box-sizing: content-box;
      line-height: 49px;
      border-bottom: 1px solid #ddd;
      font-size: 12px; }
      #sidebar #index .tabs .tab li {
        width: 50%;
        float: left;
        cursor: pointer;
        background: url("../images/pc/ico-arrow.png") 136px center no-repeat; }
        #sidebar #index .tabs .tab li.active {
          color: #19a0f0;
          background-image: url("../images/pc/ico-arrow-hov.png"); }
        #sidebar #index .tabs .tab li[data-name="search"] {
          padding-left: 82px; }
        #sidebar #index .tabs .tab li[data-name="zixun"] {
          padding-left: 50px;
          background-position-x: 103px; }
    #sidebar #index .tabs .tabs-content {
      position: absolute;
      left: 0;
      top: 50px;
      bottom: 0;
      width: 100%; }
      #sidebar #index .tabs .tabs-content > div {
        display: none;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        #sidebar #index .tabs .tabs-content > div.active {
          display: block; }
        #sidebar #index .tabs .tabs-content > div.search .form, #sidebar #index .tabs .tabs-content > div.search .result {
          position: relative;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          display: none; }
          #sidebar #index .tabs .tabs-content > div.search .form.active, #sidebar #index .tabs .tabs-content > div.search .result.active {
            display: block; }
        #sidebar #index .tabs .tabs-content > div.search .form .scrollbar {
          position: absolute;
          left: 0;
          width: 100%;
          top: 0;
          bottom: 76px;
          padding-top: 18px; }
          #sidebar #index .tabs .tabs-content > div.search .form .scrollbar .block {
            position: relative;
            padding: 15px 20px 3px;
            padding-left: 58px; }
            #sidebar #index .tabs .tabs-content > div.search .form .scrollbar .block > label {
              position: absolute;
              left: 0;
              top: 15px;
              width: 70px;
              line-height: 22px;
              text-align: right;
              font-weight: bold; }
            #sidebar #index .tabs .tabs-content > div.search .form .scrollbar .block div .checkbox {
              float: left;
              margin-left: 12px;
              margin-bottom: 12px;
              position: relative;
              overflow: hidden;
              cursor: pointer; }
              #sidebar #index .tabs .tabs-content > div.search .form .scrollbar .block div .checkbox input {
                position: absolute;
                left: -200%; }
              #sidebar #index .tabs .tabs-content > div.search .form .scrollbar .block div .checkbox span {
                display: inline-block;
                line-height: 22px;
                padding: 0 10px;
                background: #f5f5f5;
                color: #666;
                font-size: 12px;
                -webkit-border-radius: 2px;
                -khtml-border-radius: 2px;
                -moz-border-radius: 2px;
                -ms-border-radius: 2px;
                -o-border-radius: 2px;
                border-radius: 2px; }
              #sidebar #index .tabs .tabs-content > div.search .form .scrollbar .block div .checkbox input:checked ~ span, #sidebar #index .tabs .tabs-content > div.search .form .scrollbar .block div .checkbox.checked span {
                background: #666666;
                color: #fff; }
        #sidebar #index .tabs .tabs-content > div.search .form .bottom {
          position: absolute;
          bottom: 20px;
          left: 0;
          width: 100%;
          text-align: center; }
          #sidebar #index .tabs .tabs-content > div.search .form .bottom .btns {
            display: inline-block;
            margin: 0 auto;
            text-align: center; }
          #sidebar #index .tabs .tabs-content > div.search .form .bottom .btn {
            display: inline-block;
            float: left;
            background: #f5f5f5;
            font-size: 16px;
            color: #666666;
            text-align: center;
            line-height: 36px;
            border: 0;
            width: 90px;
            margin: 0 12px;
            -webkit-border-radius: 2px;
            -khtml-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px; }
            #sidebar #index .tabs .tabs-content > div.search .form .bottom .btn.btn-blue {
              background: #19a0f0;
              color: #fff; }
        #sidebar #index .tabs .tabs-content > div.search .result .title {
          line-height: 35px;
          background: #f7f7f7;
          padding: 0 20px;
          font-size: 12px;
          color: #888888; }
          #sidebar #index .tabs .tabs-content > div.search .result .title b {
            display: inline-block;
            color: #ff0000;
            font-weight: bold;
            margin: 0 3px; }
        #sidebar #index .tabs .tabs-content > div.search .result .scrollbar {
          position: absolute;
          top: 35px;
          left: 0;
          bottom: 0;
          width: 100%; }
        #sidebar #index .tabs .tabs-content > div.list .scrollbar {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
  #sidebar #detail.active {
    z-index: 999; }
  #sidebar #detail .btns {
    display: inline-block;
    margin: 18px auto; }
  #sidebar #detail .btns a, #sidebar #detail .tb a {
    text-align: left;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #fff;
    width: 100px;
    padding-left: 44px;
    background: #19a0f0 18px center no-repeat;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    #sidebar #detail .btns a.btn-share, #sidebar #detail .tb a.btn-share {
      background-image: url("../images/pc/ico-share.png");
      margin-right: 45px;
      position: relative; }
      #sidebar #detail .btns a.btn-share #share, #sidebar #detail .tb a.btn-share #share {
        display: none;
        position: absolute;
        left: 50%;
        width: 112px;
        margin-left: -56px;
        bottom: -22px; }
        #sidebar #detail .btns a.btn-share #share .sosh-item, #sidebar #detail .tb a.btn-share #share .sosh-item {
          margin: 0 4px !important; }
          #sidebar #detail .btns a.btn-share #share .sosh-item .sosh-item-icon, #sidebar #detail .tb a.btn-share #share .sosh-item .sosh-item-icon {
            display: block !important;
            padding: 0 !important; }
            #sidebar #detail .btns a.btn-share #share .sosh-item .sosh-item-icon img, #sidebar #detail .tb a.btn-share #share .sosh-item .sosh-item-icon img {
              -webkit-transform: scale(0.8);
              -khtml-transform: scale(0.8);
              -moz-transform: scale(0.8);
              -ms-transform: scale(0.8);
              -o-transform: scale(0.8);
              transform: scale(0.8); }
        #sidebar #detail .btns a.btn-share #share.active, #sidebar #detail .tb a.btn-share #share.active {
          display: block; }
    #sidebar #detail .btns a.btn-drive, #sidebar #detail .tb a.btn-drive {
      background-image: url("../images/pc/ico-drive.png"); }
    #sidebar #detail .btns a.btn-detail, #sidebar #detail .tb a.btn-detail {
      background-image: url("../images/pc/ico-detail.png"); }
  #sidebar #detail .close {
    display: block;
    position: absolute;
    z-index: 1;
    width: 20px;
    left: -20px;
    top: 50%;
    height: 68px;
    margin-top: -34px;
    background: #fff url("../images/pc/ico-arrow-right.png") center center no-repeat;
    -webkit-box-shadow: 0 0 10px #999;
    -khtml-box-shadow: 0 0 10px #999;
    -moz-box-shadow: 0 0 10px #999;
    -ms-box-shadow: 0 0 10px #999;
    -o-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px; }
  #sidebar #detail .scrollbar {
    position: absolute;
    background: #fff;
    z-index: 2;
    top: 238px;
    left: 0;
    width: 100%;
    bottom: 0; }
    #sidebar #detail .scrollbar .wrapper {
      padding: 0 20px; }
    #sidebar #detail .scrollbar .cover {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding-bottom: 175px; }
      #sidebar #detail .scrollbar .cover img {
        display: block;
        width: auto;
        min-width: 100%;
        height: 100%;
        min-height: 100%;
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -khtml-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      #sidebar #detail .scrollbar .cover h3 {
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        width: 100%;
        line-height: 30px;
        padding: 0 13px;
        padding-right: 60px;
        color: #fff;
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        #sidebar #detail .scrollbar .cover h3 a.preview {
          display: inline-block;
          position: absolute;
          right: 13px;
          top: 0;
          padding-left: 23px;
          font-size: 12px;
          background: url("../images/pc/ico-preview.png") left center no-repeat; }
    #sidebar #detail .scrollbar .row {
      position: relative;
      padding: 18px 0;
      -webkit-box-sizing: content-box;
      -khtml-box-sizing: content-box;
      -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
      -o-box-sizing: content-box;
      box-sizing: content-box;
      border-bottom: 1px solid #e8e8e8; }
      #sidebar #detail .scrollbar .row p {
        line-height: 17px;
        padding: 4px 0;
        margin: -5px 0; }
      #sidebar #detail .scrollbar .row.others {
        position: relative;
        padding-right: 90px; }
        #sidebar #detail .scrollbar .row.others span {
          position: absolute;
          right: 0;
          text-align: right;
          top: 50%;
          margin-top: -9px;
          display: inline-block; }
          #sidebar #detail .scrollbar .row.others span a {
            display: inline-block;
            color: #19a0f0;
            font-size: 16px;
            margin-right: 10px;
            position: relative; }
            #sidebar #detail .scrollbar .row.others span a:before {
              content: '';
              position: absolute;
              left: 0;
              width: 100%;
              bottom: -2px;
              height: 1px;
              background: #19a0f0; }
    #sidebar #detail .scrollbar .tb {
      padding: 22px 0; }
      #sidebar #detail .scrollbar .tb .tags {
        margin-right: 110px;
        margin-top: -4px; }
      #sidebar #detail .scrollbar .tb a {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -18px; }
    #sidebar #detail .scrollbar .zixun h2 {
      font-size: 18px;
      color: #666666;
      padding: 20px 0 0 20px; }
    #sidebar #detail .scrollbar .zixun ul.items {
      padding-top: 5px;
      padding-bottom: 0; }
    #sidebar #detail .scrollbar .footer {
      color: #666666;
      line-height: 20px;
      text-align: center;
      font-size: 12px;
      padding: 18px 0; }

#detail {
  display: none; }
  #detail.active {
    display: block; }

ul.items {
  padding: 17px 0; }
  ul.items li {
    padding: 10px 20px; }
    ul.items li .content {
      display: block;
      position: relative; }
      ul.items li .content h3 {
        font-size: 16px;
        line-height: 25px;
        color: #333;
        margin-bottom: 10px;
        height: 50px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      ul.items li .content p {
        font-size: 12px;
        color: #acacac; }
      ul.items li .content .img {
        position: absolute;
        top: 0;
        overflow: hidden; }
        ul.items li .content .img img {
          display: block;
          width: auto;
          min-width: 100%;
          height: 100%;
          min-height: 100%;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -khtml-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    ul.items li.noimg .content {
      padding: 0 !important;
      height: auto !important; }
      ul.items li.noimg .content h3 {
        height: auto !important; }
  ul.items.img-left {
    padding: 0 20px; }
    ul.items.img-left li {
      padding: 20px 0 14px;
      border-bottom: 1px solid #e8e8e8; }
      ul.items.img-left li .content {
        padding-left: 145px;
        height: 92px;
        overflow: hidden; }
        ul.items.img-left li .content h3 {
          height: 30px;
          line-height: 30px;
          margin-bottom: 0;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        ul.items.img-left li .content p {
          line-height: 20px;
          height: 80px;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        ul.items.img-left li .content .img {
          width: 125px;
          height: 92px;
          left: 0;
          top: 0; }
      ul.items.img-left li .bottom {
        margin-top: 10px;
        position: relative; }
        ul.items.img-left li .bottom a.like {
          cursor: default;
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -7px;
          color: #888;
          width: 44px;
          line-height: 18px;
          padding-left: 20px;
          font-weight: bold;
          background: url("../images/pc/ico-like.png") left center no-repeat; }
  ul.items.img-right li .content {
    padding-right: 140px;
    height: 80px; }
  ul.items.img-right .img {
    width: 120px;
    height: 80px;
    right: 0px; }

.leaflet-control-attribution, .leaflet-top {
  display: none !important; }

.leaflet-control-refresh a {
  background: url(../images/pc/ico-refresh.png) center center no-repeat;
  background-size: 30px 30px; }

#map .marker-lg, #map .marker-mid, #map .marker-sm {
  z-index: 1;
  display: none !important; }
  #map .marker-lg > div, #map .marker-mid > div, #map .marker-sm > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

#map[data-level="lg"] .marker-lg {
  display: block !important; }

#map[data-level="mid"] .marker-mid {
  display: block !important; }

#map[data-level="sm"] .marker-sm {
  display: block !important; }

#map .marker-lg > div {
  text-align: center;
  color: #fff;
  background: rgba(86, 153, 0, 0.3);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  #map .marker-lg > div div {
    background: #569900;
    width: 80px;
    height: 80px;
    margin: 10px;
    padding-top: 15px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    #map .marker-lg > div div h6 {
      font-size: 13px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    #map .marker-lg > div div p {
      font-size: 28px; }

#map .marker-sm > div, #map .marker-mid > div {
  height: 50px;
  background: #569900;
  color: #fff;
  font-size: 18px;
  padding: 0 15px;
  line-height: 50px;
  display: inline-block;
  white-space: nowrap;
  margin-top: -60px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 5px rgba(86, 153, 0, 0.5);
  -khtml-box-shadow: 5px 5px 5px rgba(86, 153, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px rgba(86, 153, 0, 0.5);
  -ms-box-shadow: 5px 5px 5px rgba(86, 153, 0, 0.5);
  -o-box-shadow: 5px 5px 5px rgba(86, 153, 0, 0.5);
  box-shadow: 5px 5px 5px rgba(86, 153, 0, 0.5); }
  #map .marker-sm > div i, #map .marker-mid > div i {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    padding: 0 8px;
    background: #488000;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  #map .marker-sm > div:before, #map .marker-mid > div:before {
    content: "";
    border-left: 8px solid transparent;
    border-top: 10px solid #569900;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -8px; }

#map .marker-lg.vip > div {
  background: rgba(25, 160, 240, 0.3); }
  #map .marker-lg.vip > div div {
    background: #19a0f0; }

#map .marker-sm.vip > div,
#map .marker-mid.vip > div {
  background: #19a0f0;
  -webkit-box-shadow: 5px 5px 5px rgba(25, 160, 240, 0.5);
  -khtml-box-shadow: 5px 5px 5px rgba(25, 160, 240, 0.5);
  -moz-box-shadow: 5px 5px 5px rgba(25, 160, 240, 0.5);
  -ms-box-shadow: 5px 5px 5px rgba(25, 160, 240, 0.5);
  -o-box-shadow: 5px 5px 5px rgba(25, 160, 240, 0.5);
  box-shadow: 5px 5px 5px rgba(25, 160, 240, 0.5); }
  #map .marker-sm.vip > div i,
  #map .marker-mid.vip > div i {
    background: #0080da; }
  #map .marker-sm.vip > div:before,
  #map .marker-mid.vip > div:before {
    border-top-color: #19a0f0; }
