Newer
Older
CloudBrainNew / static / fMap / fc-map.min.css
StephanieGitHub on 4 Feb 2021 39 KB first commit
.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid blue;
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: rgba(0,60,136,0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}
.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
}
.ol-overlay-container {
  will-change: left,right,top,bottom;
}

.ol-unsupported {
  display: none;
}
.ol-viewport, .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.ol-control {
  position: absolute;
  background-color: rgba(255,255,255,0.4);
  border-radius: 4px;
  padding: 2px;
}
.ol-control:hover {
  background-color: rgba(255,255,255,0.6);
}
.ol-zoom {
  top: .5em;
  left: .5em;
}
.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}
.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}
.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}
.ol-full-screen {
  right: .5em;
  top: .5em;
}
@media print {
  .ol-control {
    display: none;
  }
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-size: 1.14em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: rgba(0,60,136,0.5);
  border: none;
  border-radius: 2px;
}
.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.ol-zoom-extent button {
  line-height: 1.4em;
}
.ol-compass {
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  will-change: transform;
}
.ol-touch .ol-control button {
  font-size: 1.5em;
}
.ol-touch .ol-zoom-extent {
  top: 5.5em;
}
.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  background-color: rgba(0,60,136,0.7);
}
.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}
.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}


.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
}

.ol-attribution ul {
  margin: 0;
  padding: 0 .5em;
  font-size: .7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff;
}
.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit;
}
.ol-attribution li:not(:last-child):after {
  content: " ";
}
.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}
.ol-attribution ul, .ol-attribution button {
  display: inline-block;
}
.ol-attribution.ol-collapsed ul {
  display: none;
}
.ol-attribution.ol-logo-only ul {
  display: block;
}
.ol-attribution:not(.ol-collapsed) {
  background: rgba(255,255,255,0.8);
}
.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-logo-only {
  background: transparent;
  bottom: .4em;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}
.ol-attribution.ol-logo-only button,
.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}
.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}
.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}
.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block;
}
.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}
.ol-overviewmap:not(.ol-collapsed) button{
  bottom: 1px;
  left: 2px;
  position: absolute;
}
.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}
.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255,255,255,0.8);
}
.ol-overviewmap-box {
  border: 2px dotted rgba(0,60,136,0.7);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

/*!
 * ol3-contextmenu - v2.5.0
 * Custom Context Menu for Openlayers
 * https://github.com/jonataswalker/ol3-contextmenu
 * Built: Fri Nov 10 2017 09:09:46 GMT+0800 (中国标准时间)
 */
.ol-ctx-menu-container{position:absolute;padding:8px;background:#fff;color:#222;font-size:13px;border-radius:5px;box-shadow:3px 3px 5px rgba(0,0,0,.2);box-sizing:border-box}.ol-ctx-menu-container a,.ol-ctx-menu-container div,.ol-ctx-menu-container img,.ol-ctx-menu-container li,.ol-ctx-menu-container span,.ol-ctx-menu-container ul{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}.ol-ctx-menu-container a img{border:none}.ol-ctx-menu-container *,.ol-ctx-menu-container :after,.ol-ctx-menu-container :before{box-sizing:inherit}.ol-ctx-menu-container.ol-ctx-menu-hidden{opacity:0;visibility:hidden;transition:visibility 0s linear .3s,opacity .3s}.ol-ctx-menu-container ul{list-style:none}.ol-ctx-menu-container li{position:relative;line-height:20px;padding:2px 5px}.ol-ctx-menu-container li:not(.ol-ctx-menu-separator):hover{cursor:pointer;background-color:#333;color:#eee}.ol-ctx-menu-container li.ol-ctx-menu-submenu .ol-ctx-menu-container{border:1px solid #eee;padding:8px;top:0;opacity:0;visibility:hidden;transition:visibility 0s linear .3s,opacity .3s}.ol-ctx-menu-container li.ol-ctx-menu-submenu:hover .ol-ctx-menu-container{opacity:1;visibility:visible;transition-delay:0s}.ol-ctx-menu-container li.ol-ctx-menu-submenu:after{position:absolute;top:7px;right:10px;content:"";display:inline-block;width:.6em;height:.6em;border-right:.3em solid #222;border-top:.3em solid #222;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ol-ctx-menu-container li.ol-ctx-menu-submenu:hover:after{border-color:#eee}.ol-ctx-menu-container li.ol-ctx-menu-separator{padding:0}.ol-ctx-menu-container li.ol-ctx-menu-separator hr{border:0;height:1px;background-image:linear-gradient(270deg,transparent,rgba(0,0,0,.75),transparent)}.ol-ctx-menu-icon{text-indent:20px;background-size:20px auto;background-repeat:no-repeat;background-position:0}.ol-ctx-menu-zoom-in{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABaUlEQVQ4T72U7VHCQBCGn90GtAMuNGCswFiBWIFQgWMFxg6wArECsQKhArEBiB1Qwa1zgQn5IAYcxv13k71n3919L8KJQ07M47+BzgG9TRfZ/JBuWhS6BJFHRJICYrZGZIz3z5Ct2+B7gG6I6kt+wewdkQVwjtkAkR5mC8yu26A1oItR/cTsOweQBdgutD8G7jGm2PJ2n8oqUKIpIjd4HxTM8gvaT/F+AlmWnyWaIXKF95eNguFzTYFhNsdWu9kFgFlaFMANUH3D8wDLoLgSTSD2il8NCe2ZXQBxWDGwxmyUzzOMBZ7wy7Qb2K0wQfXjMOBuhlFpZtNty5sFaTQBuTusZdymeqs1SpYKcO9HkE3KbTd9WFijMHJQ5hBNEAYNq5Qd0dhyke0GiE4QzjqfW23mHT8Hl4DG4Lce3FPE7AtbBSdsbNqpoJLgYkRnNeUV+xwJDHTnUEkxHGbhBXUs5TjJjew/KPy94g+NRaIVRYmMXwAAAABJRU5ErkJggg==")}.ol-ctx-menu-container li:hover.ol-ctx-menu-zoom-in{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABc0lEQVQ4T71U21ECQRDsJgGdvQDECMQIxAjECMQILCPwzAAjECIQI0AiEDPQAPaWCBhrcKHuCUcV5f7dY3v6tUscefHIePhfwBBCF8CZqRCReRs1tQxDCH1VfQLQz4EsSY4AvIjIsgm8AhhCGKrqa9zwrqoLAKckB5HtguR1E2gBMITQU9VPAD8GICIGtl3e+xHJBwBT59xtHcsCYJZlUwA3kcGHbfDep51OZywi3/acZZm9vyJ5WR5o38uACmDunNt6ZwAkUxFZDwghDFT1jeSjiJinhVUBVNVJkiTDKO8CQA+AsbNQ7s1Ps0VVn5MkSfcCtmBoDZi1Bdx4eJ7zbBolrwPy3o9J3rWSHPs3A1BbjVKlYBaIyDgvu9LDXDU2RTZmXVW1oKyLxRD+OrkOrJLy5mVM0iaftDhuhVbsvBzMglzKUNW6IV/OOWtCM8MmVvEkmbwt83LaB19fdgOtVquUZJeknaDdobTwbOcvBzPcN/AXH1DFFWP7u9oAAAAASUVORK5CYII=")}.ol-ctx-menu-zoom-out{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABU0lEQVQ4T72U7VECMRRFz3sNaAdkacC1AtcKxApcKnCsQOwAK3CtQKxAqEBsANYOqCDPyTIC+8WCw5jfybn33dxEOPGSE/P4b6BzQG89RT47ZJoWhy5B5BGRZAMxWyEyxvtnyFdt8AagS1F9KQ6YvSMyB84xGyDSw2yO2XUbtAJ0MaqfmH0XAPIA2y7tj4F7jAm2uG1yWQZKNEHkBu+Dg2njWBJNEbnC+8uaIFRuWfuG2QxbbrOrUd0A1Tc8D7AIjkur7DAAsVf8MiWMZ3ZR2m02LPIMscATfjHqBnY7TFD9OAy4zTCCPG/MUKMM5O6wkXFr9dZq7FQqqHk/hDzbFa73cFONTZFDdRyiCcKg5rrSiLaXkiI6RjjrfG6VzDs+B5eAxuDXeYpmNRGzL2wZ/wof+du4GNFpBVqqz5HA4MM5VEYYDrOs+1I6Q9u/4Q8O9wN/AGgWjBVqQjjgAAAAAElFTkSuQmCC")}.ol-ctx-menu-container li:hover.ol-ctx-menu-zoom-out{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABYklEQVQ4T72U4VHCQBCF36tA91KAWIFYgViBWIFYgWMFYgdYgVCBWAFSgdiBFpAsFWSdxcDkQoBkhnF/ZjbfvX377ogjF4/Mw/8CVbUD4MynEJF5k2lqFapqz8yeAPRKkCXJEYAXEVnugm8BVXVgZq/FD+9mtgBwSrJfqF2QvN4FjYCq2jWzTwA/DhARh20qTdMRyQcA0xDCbZ3KCJhl2RTATaHgo+6HLMv8+xXJy+qB3l8FGoB5CKHsXcRV1b6ZvZF8FBH3NKotoJlNkiQZFONdlLtJ3rufbouZPSdJMjwIbKDQEzBrClx7eC4i33Uepmk6JnnXaOQifzMAtdGoRApugYiMI1uqKkrRWAfZo9MxM1+UZzFewl8mN4nYdVM83L7BkwbXLUrF3sfBLQDQBbDy08x8vOohXyEE71lVq9emuEk+3gZa3XYroCvwFyjP8yHJDsnxwaU08GxvS2uFhw78BbzWrxXgMbsHAAAAAElFTkSuQmCC")}
.plot-helper-control-point-div{width:10px;height:10px;border:1px solid #000;border-radius:100%;background-color:#fff;opacity:.6;cursor:move}.ol-plot-text-area-content{position:relative}.ol-plot-text-area-content .ol-plot-text-area-editor{position:absolute;top:0;right:0;width:20px;height:20px;background-color:#4cae4c}
.fc-map-single-bubble.iframe-bubble-box .btn-close,.popup-label{display:none}.fc-map{width:100%;height:100%}.popup-label{background-color:#fff;border:2px solid #444;border-radius:7px;-webkit-box-shadow:4px 4px 5px 0 rgba(50,50,50,.75);-moz-box-shadow:4px 4px 5px 0 rgba(50,50,50,.75);box-shadow:4px 4px 5px 0 rgba(50,50,50,.75);color:#111;font:12px/20px "Helvetica Neue",Arial,Helvetica,sans-serif;font-weight:700;padding:3px 6px;position:absolute;white-space:nowrap;top:-35px;left:20px}.popup-label img{vertical-align:middle}.popup-label.marker:before{border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";border-right:6px solid #000;border-right-color:inherit;position:absolute;left:-8px;top:5px}.ol-full-screen{position:absolute;top:50%}.p-helper-control-point-div{width:12px;height:12px;border:1px solid #000;background-color:#ff0;opacity:.8;cursor:move}.mtooltip{position:relative;background:rgba(0,0,0,.5);border-radius:4px;color:#fff;padding:4px 8px;opacity:.7;white-space:nowrap}.mtooltip-measure{opacity:1;font-weight:700}.mtooltip-static{background-color:#fc3;color:#000;border:1px solid #fff}.mtooltip-measure:before,.mtooltip-static:before{border-top:6px solid rgba(0,0,0,.5);border-right:6px solid transparent;border-left:6px solid transparent;content:"";position:absolute;bottom:-6px;margin-left:-7px;left:50%}.mtooltip-static:before{border-top-color:#fc3}.fc-map-single-bubble.normal-bubble-box{min-width:100px;min-height:32px;width:auto;height:auto;background-color:#fff;border:1px solid #23b1ed;webkit-border-radius:15px;-moz-border-radius:15px;border-radius:6px;-webkit-box-shadow:2px 2px 4px #888;-moz-box-shadow:2px 2px 4px #888;box-shadow:2px 2px 4px #888}.fc-map-single-bubble.normal-bubble-box .bubble-content{padding:5px}.fc-map-single-bubble.normal-bubble-box:before{content:' ';position:absolute;width:0;height:0;left:15px;bottom:-21px;border:11px solid;border-color:#23b1ed transparent transparent #23b1ed}.fc-map-single-bubble.normal-bubble-box:after{content:' ';position:absolute;width:0;height:0;left:16px;bottom:-19px;border:10px solid;border-color:#fff transparent transparent #fff}.fc-map-single-bubble.normal-bubble-box.default-bubble-head .bubble-title-bar{height:24px;padding:0 0 0 10px;line-height:24px;background:#2eb7f0;color:#fff;margin:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:5px 5px 0 0;font-size:15px}.fc-map-single-bubble.normal-bubble-box.default-bubble-head .bubble-title-bar .bubble-icons{margin-right:9px;float:right!important;cursor:pointer;color:#fff}.fc-map-single-bubble.normal-bubble-box.default-bubble-head .bubble-title-bar .bubble-icons a{color:#fff}.fc-map-single-bubble.iframe-bubble-boxdefault-nohead .btn-close{display:block;font-size:24px;position:absolute;top:-12px;right:-12px;cursor:pointer;color:#000}.fc-map-single-bubble.iframe-bubble-box.default-bubble-head .bubble-title-bar{height:24px;padding:0 0 0 10px;line-height:24px;background:#2eb7f0;color:#fff;margin:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:5px 5px 0 0;font-size:15px}.fc-map-single-bubble.iframe-bubble-box.default-bubble-head .bubble-title-bar .bubble-icons{margin-right:9px;float:right!important;cursor:pointer}.fc-map-single-bubble .general-bubble-box-content{max-width:400px;max-height:300px;overflow:auto;margin-left:10px;margin-right:10px}.fc-map-single-bubble .general-bubble-box-content tr{height:24px;line-height:24px}.fc-map-single-bubble .general-bubble-box-content .item-th{max-width:100px;width:100px;color:#a39e98;font-weight:400;font-size:13px;height:24px;line-height:24px}.fc-map-single-bubble .general-bubble-box-content .item-th:after{content:' :'}.fc-map-single-bubble .general-bubble-box-content .item-td{padding-left:10px;height:24px;line-height:24px;font-weight:400;font-size:13px}.fc-map-single-bubble .general-bubble-box-content .item-td span{float:left;margin-right:10px;max-width:200px;overflow:auto}.fc-map-single-bubble .general-bubble-box-content .item-td span i{font-size:32px;cursor:pointer;float:left}.selected-trace-effect{position:absolute;width:8px;height:8px;margin:-4px 0 0 -5px;background:#2dc3e8;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;border-radius:8px}.selected-trace-effect:after{content:"";position:absolute;height:6px;width:6px;left:1px;top:1px;background:#fbfbfb;border-radius:4px}.selected-trace-effect .ring{position:absolute;width:100px;height:50px;border:5px solid #2dc3e8;background-color:#fbfbfb;top:50%;left:50%;margin:-25px 0 0 -50px;opacity:0;-webkit-border-radius:100px/50px;-moz-border-radius:100px/50px;-ms-border-radius:100px/50px;-o-border-radius:100px/50px;border-radius:100px/50px;-webkit-animation:selectedTrace 1s infinite linear;-moz-animation:selectedTrace 1s infinite linear;-ms-animation:selectedTrace 1s infinite linear;-o-animation:selectedTrace 1s infinite linear;animation:selectedTrace 1s infinite linear}.selected-trace-effect .ring:last-of-type{-webkit-animation-delay:.5s;-moz-animation-delay:.5s;-ms-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes selectedTrace{0%{-webkit-transform:scale(.1);opacity:1}100%{-webkit-transform:scale(1);opacity:0}}@-moz-keyframes selectedTrace{0%{-moz-transform:scale(.1);opacity:1}100%{-moz-transform:scale(1);opacity:0}}@-ms-keyframes selectedTrace{0%{-ms-transform:scale(.1);opacity:1}100%{-ms-transform:scale(1);opacity:0}}@-o-keyframes selectedTrace{0%{-o-transform:scale(.1);opacity:1}100%{-o-transform:scale(1);opacity:0}}@keyframes selectedTrace{0%{transform:scale(.1);opacity:1}100%{transform:scale(1);opacity:0}}.fc-map .ol-scale-line{background:0 0;border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.fc-map .ol-scale-line-inner{height:2px;border:1px solid #000;border-bottom-width:4px;border-top:none;color:#000;font-size:10px;text-align:center;padding-bottom:15px;margin:1px;will-change:contents,width}.fc-map .fmouseposition{position:absolute}.fc-map .fmouseposition.position-lt{left:0;top:0}.fc-map .fmouseposition.position-lc{left:0;top:calc(50% - 2px)}.fc-map .fmouseposition.position-lb{left:0;bottom:4px}.fc-map .fmouseposition.position-ct{left:calc(50% - 84px);top:0}.fc-map .fmouseposition.position-cc{left:calc(50% - 84px);top:calc(50% - 2px)}.fc-map .fmouseposition.position-cb{left:calc(50% - 84px);bottom:4px}.fc-map .fmouseposition.position-rt{right:0;top:0}.fc-map .fmouseposition.position-rc{right:0;top:calc(50% - 2px)}.fc-map .fmouseposition.position-rb{right:0;bottom:2px}.fmap-mapswitch{z-index:2;position:absolute;bottom:0;right:0;height:80px;cursor:pointer;-webkit-transition-property:width,background-color;transition-property:width,background-color;-webkit-transition-duration:.5s;transition-duration:.5s;background-color:#fff;background-color:rgba(255,255,255,.4)}.fmap-mapswitch .map-type-card{height:60px;width:86px;position:absolute;border-radius:2px;top:10px;box-sizing:border-box;border:1px solid rgba(255,255,255,0);-webkit-transition-property:right,background,border;transition-property:right,background,border;-webkit-transition-duration:.5s;transition-duration:.5s}.fmap-mapswitch .map-type-card span{position:absolute;bottom:0;right:0;display:inline-block;padding:3px 3px 2px 4px;font-size:12px;line-height:12px;color:#FFF;border-top-left-radius:2px;background-color:rgba(38,38,38,.6);width:100%;height:18px;text-align:center}.fmap-mapswitch .map-type-card.active,.fmap-mapswitch .map-type-card:hover{border:1px solid #3385FF}.fmap-mapswitch .map-type-card.active span{background-color:#3283ff;font-size:12px}.fmap-mapswitch .map-type-card:hover span{background-color:#3283ff}.fmap-mapswitch .map-type-card .type1{background-position:0 0}.fmap-mapswitch .map-type-card .type2{background-position:0 -60px}.fmap-mapswitch .map-type-card .type3{background-position:0 -120px}.fmap-mapswitch .map-type-card .type4{background-position:0 0}.fmap-mapswitch .map-type-card .type5{background-position:0 -60px}.fmap-mapswitch .map-type-card .type6{background-position:0 -120px}.fmap-mapswitch .map-type-card .type7{background-position:0 0}.fmap-mapswitch .map-type-card .type8{background-position:0 -60px}.fmap-mapswitch .map-type-card .type9{background-position:0 -120px}.fmap-mapswitch .map-type-card .type10{background-position:0 0}.fmap-mapswitch .map-type-card .type11{background-position:0 -60px}.fmap-mapswitch .map-type-card .type12{background-position:0 -120px}.fmap-mapswitch.closed{width:110px;background-color:rgba(255,255,255,0)}.fmap-mapswitch.closed span{font-size:0}.fmap-mapswitch.closed .map-type-card{border:1px solid rgba(153,153,153,.42);background:url(img/map_type_card_bg.png) no-repeat;-webkit-transition-property:right,background,border;transition-property:right,background,border;-webkit-transition-duration:.5s;transition-duration:.5s}.fmap-drawbar,.fmap-toolbar{border-radius:3px;background:#fff}.fmap-mapswitch.closed .type1{right:5px}.fmap-mapswitch.closed .type2{right:10px}.fmap-mapswitch.closed .type3{right:15px}.fmap-mapswitch.closed .type4{right:20px}.fmap-mapswitch.closed .type5{right:25px}.fmap-mapswitch.closed .type6{right:30px}.fmap-mapswitch.closed .type7{right:35px}.fmap-mapswitch.closed .type8{right:40px}.fmap-mapswitch.closed .type9{right:45px}.fmap-mapswitch.closed .type10{right:50px}.fmap-mapswitch.closed .type11{right:55px}.fmap-mapswitch.closed .type12{right:60px}.fmap-mapswitch.filter0{filter:alpha(opacity=10)}.fmap-mapswitch.filter1{filter:alpha(opacity=80)}.type1{right:10px}.type2{right:106px}.type3{right:202px}.type4{right:298px}.type5{right:390px}.type6{right:486px}.type7{right:582px}.type8{right:678px}.type9{right:774px}.type10{right:870px}.type11{right:966px}.type12{right:1062px}.fmap-toolbar{border-shadow:1px 3px 3px rgba(0,0,0,.2)}.tool-item-h i{font-size:18px;color:grey;top:2px;position:relative;display:inline-block}.tool-item-h i:hover{color:#00e5ff}.tool-item-h.tool-item-group .down-list{max-width:68px;font-size:12px}.tool-item-h.tool-item-group .down-list.downpan{max-width:200px}.toolbtn{width:24px;height:24px;display:block}.toolbtn_export:before{content:"\E182"}.toolbtn_cut:before{content:"\E094"}.toolbtn_fullscreen:before{content:"\E350"}.toolbtn_measureline:before{content:"\E098"}.toolbtn_measurepolygon:before{content:"\E097"}.toolbtn_measureclear:before{content:"\e020"}.fmap-toolbar-content .down-list{background:#fff;border:1px solid #ccc;position:absolute;left:0;top:30px;font-size:12px}@keyframes card-drop{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes card-up{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animated-card-drop{-webkit-animation-name:card-drop;animation-name:card-drop;display:block;-webkit-animation-fill-mode:forwards;-webkit-animation-duration:.5s;animation-duration:.5s}.animated-card-up{-webkit-animation-name:card-up;animation-name:card-up;display:none;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards}.ol-full-screen{display:none}.fmap-drawbar{border-shadow:1px 3px 3px rgba(0,0,0,.2)}.fmap-pluging-nocontainer{position:absolute;top:0;right:0}.tool-item-h{height:32px;width:32px;display:inline-block;position:relative;float:left;padding:4px;cursor:pointer}.drawbtn,.drawbtn_x24,.drawbtn_x32{display:block}.tool-item-h:hover{border:1px solid #dcdcdc}.tool-item-h.tool-item-group,.tool-item-h.tool-item-group .down-list{width:68px}.drawbtn_x24{width:24px;height:24px}.drawbtn_x32{width:32px;height:32px}.drawbtn_AssaultDirection_x24{background:url(img/icon_drawbtn.png) 0 -160px no-repeat}.drawbtn_FreePolygon_x24{background:url(img/icon_drawbtn.png) -24px -160px no-repeat}.drawbtn_AttackArrow_x24{background:url(img/icon_drawbtn.png) -48px -160px no-repeat}.drawbtn_Circle_x24{background:url(img/icon_drawbtn.png) -72px -160px no-repeat}.drawbtn_ClosedCurve_x24{background:url(img/icon_drawbtn.png) -96px -160px no-repeat}.drawbtn_Curve_x24{background:url(img/icon_drawbtn.png) 0 -184px no-repeat}.drawbtn_DoubleArrow_x24{background:url(img/icon_drawbtn.png) -24px -184px no-repeat}.drawbtn_Ellipse_x24{background:url(img/icon_drawbtn.png) -48px -184px no-repeat}.drawbtn_FineArrow_x24{background:url(img/icon_drawbtn.png) -72px -184px no-repeat}.drawbtn_FreeLine_x24{background:url(img/icon_drawbtn.png) -96px -184px no-repeat}.drawbtn_Arc_x24{background:url(img/icon_drawbtn.png) 0 -208px no-repeat}.drawbtn_GatheringPlace_x24{background:url(img/icon_drawbtn.png) -24px -208px no-repeat}.drawbtn_Lune_x24{background:url(img/icon_drawbtn.png) -48px -208px no-repeat}.drawbtn_Polygon_x24{background:url(img/icon_drawbtn.png) -72px -208px no-repeat}.drawbtn_Polyline_x24{background:url(img/icon_drawbtn.png) -96px -208px no-repeat}.drawbtn_RectAngle_x24{background:url(img/icon_drawbtn.png) 0 -232px no-repeat}.drawbtn_Sector_x24{background:url(img/icon_drawbtn.png) -24px -232px no-repeat}.drawbtn_SquadCombat_x24{background:url(img/icon_drawbtn.png) -48px -232px no-repeat}.drawbtn_StraightArrow_x24{background:url(img/icon_drawbtn.png) -72px -232px no-repeat}.drawbtn_TailedAttackArrow_x24{background:url(img/icon_drawbtn.png) -96px -232px no-repeat}.drawbtn_TailedSquadCombat_x24{background:url(img/icon_drawbtn.png) 0 -256px no-repeat}.drawbtn_AssaultDirection_x24:hover{background:url(img/icon_drawbtn.png) -120px -160px no-repeat}.drawbtn_FreePolygon_x24:hover{background:url(img/icon_drawbtn.png) -144px -160px no-repeat}.drawbtn_AttackArrow_x24:hover{background:url(img/icon_drawbtn.png) -168px -160px no-repeat}.drawbtn_Circle_x24:hover{background:url(img/icon_drawbtn.png) -192px -160px no-repeat}.drawbtn_ClosedCurve_x24:hover{background:url(img/icon_drawbtn.png) -216px -160px no-repeat}.drawbtn_Curve_x24:hover{background:url(img/icon_drawbtn.png) -120px -184px no-repeat}.drawbtn_DoubleArrow_x24:hover{background:url(img/icon_drawbtn.png) -144px -184px no-repeat}.drawbtn_Ellipse_x24:hover{background:url(img/icon_drawbtn.png) -168px -184px no-repeat}.drawbtn_FineArrow_x24:hover{background:url(img/icon_drawbtn.png) -192px -184px no-repeat}.drawbtn_FreeLine_x24:hover{background:url(img/icon_drawbtn.png) -216px -184px no-repeat}.drawbtn_Arc_x24:hover{background:url(img/icon_drawbtn.png) -120px -208px no-repeat}.drawbtn_GatheringPlace_x24:hover{background:url(img/icon_drawbtn.png) -144px -208px no-repeat}.drawbtn_Lune_x24:hover{background:url(img/icon_drawbtn.png) -168px -208px no-repeat}.drawbtn_Polygon_x24:hover{background:url(img/icon_drawbtn.png) -192px -208px no-repeat}.drawbtn_Polyline_x24:hover{background:url(img/icon_drawbtn.png) -216px -208px no-repeat}.drawbtn_RectAngle_x24:hover{background:url(img/icon_drawbtn.png) -120px -232px no-repeat}.drawbtn_Sector_x24:hover{background:url(img/icon_drawbtn.png) -144px -232px no-repeat}.drawbtn_SquadCombat_x24:hover{background:url(img/icon_drawbtn.png) -168px -232px no-repeat}.drawbtn_StraightArrow_x24:hover{background:url(img/icon_drawbtn.png) -192px -232px no-repeat}.drawbtn_TailedAttackArrow_x24:hover{background:url(img/icon_drawbtn.png) -216px -232px no-repeat}.drawbtn_TailedSquadCombat_x24:hover{background:url(img/icon_drawbtn.png) -120px -256px no-repeat}.drawbtn_AssaultDirection_hover_x24{background:url(img/icon_drawbtn.png) -120px -160px no-repeat}.drawbtn_FreePolygon_hover_x24{background:url(img/icon_drawbtn.png) -144px -160px no-repeat}.drawbtn_AttackArrow_hover_x24{background:url(img/icon_drawbtn.png) -168px -160px no-repeat}.drawbtn_Circle_hover_x24{background:url(img/icon_drawbtn.png) -192px -160px no-repeat}.drawbtn_ClosedCurve_hover_x24{background:url(img/icon_drawbtn.png) -216px -160px no-repeat}.drawbtn_Curve_hover_x24{background:url(img/icon_drawbtn.png) -120px -184px no-repeat}.drawbtn_DoubleArrow_hover_x24{background:url(img/icon_drawbtn.png) -144px -184px no-repeat}.drawbtn_Ellipse_hover_x24{background:url(img/icon_drawbtn.png) -168px -184px no-repeat}.drawbtn_FineArrow_hover_x24{background:url(img/icon_drawbtn.png) -192px -184px no-repeat}.drawbtn_FreeLine_hover_x24{background:url(img/icon_drawbtn.png) -216px -184px no-repeat}.drawbtn_Arc_hover_x24{background:url(img/icon_drawbtn.png) -120px -208px no-repeat}.drawbtn_GatheringPlace_hover_x24{background:url(img/icon_drawbtn.png) -144px -208px no-repeat}.drawbtn_Lune_hover_x24{background:url(img/icon_drawbtn.png) -168px -208px no-repeat}.drawbtn_Polygon_hover_x24{background:url(img/icon_drawbtn.png) -192px -208px no-repeat}.drawbtn_Polyline_hover_x24{background:url(img/icon_drawbtn.png) -216px -208px no-repeat}.drawbtn_RectAngle_hover_x24{background:url(img/icon_drawbtn.png) -120px -232px no-repeat}.drawbtn_Sector_hover_x24{background:url(img/icon_drawbtn.png) -144px -232px no-repeat}.drawbtn_SquadCombat_hover_x24{background:url(img/icon_drawbtn.png) -168px -232px no-repeat}.drawbtn_StraightArrow_hover_x24{background:url(img/icon_drawbtn.png) -192px -232px no-repeat}.drawbtn_TailedAttackArrow_hover_x24{background:url(img/icon_drawbtn.png) -216px -232px no-repeat}.drawbtn_TailedSquadCombat_hover_x24{background:url(img/icon_drawbtn.png) -120px -256px no-repeat}.drawbtn_SquadCombat_x32{background:url(img/icon_drawbtn.png) no-repeat}.drawbtn_StraightArrow_x32{background:url(img/icon_drawbtn.png) -32px 0 no-repeat}.drawbtn_TailedAttackArrow_x32{background:url(img/icon_drawbtn.png) 0 -32px no-repeat}.drawbtn_TailedSquadCombat_x32{background:url(img/icon_drawbtn.png) -32px -32px no-repeat}.drawbtn_Arc_x32{background:url(img/icon_drawbtn.png) -64px 0 no-repeat}.drawbtn_AssaultDirection_x32{background:url(img/icon_drawbtn.png) -64px -32px no-repeat}.drawbtn_AttackArrow_x32{background:url(img/icon_drawbtn.png) 0 -64px no-repeat}.drawbtn_Circle_x32{background:url(img/icon_drawbtn.png) -32px -64px no-repeat}.drawbtn_ClosedCurve_x32{background:url(img/icon_drawbtn.png) -64px -64px no-repeat}.drawbtn_Curve_x32{background:url(img/icon_drawbtn.png) -96px 0 no-repeat}.drawbtn_DoubleArrow_x32{background:url(img/icon_drawbtn.png) -96px -32px no-repeat}.drawbtn_Ellipse_x32{background:url(img/icon_drawbtn.png) -96px -64px no-repeat}.drawbtn_FineArrow_x32{background:url(img/icon_drawbtn.png) 0 -96px no-repeat}.drawbtn_FreeLine_x32{background:url(img/icon_drawbtn.png) -32px -96px no-repeat}.drawbtn_FreePolygon_x32{background:url(img/icon_drawbtn.png) -64px -96px no-repeat}.drawbtn_GatheringPlace_x32{background:url(img/icon_drawbtn.png) -96px -96px no-repeat}.drawbtn_Lune_x32{background:url(img/icon_drawbtn.png) -128px 0 no-repeat}.drawbtn_Polygon_x32{background:url(img/icon_drawbtn.png) -128px -32px no-repeat}.drawbtn_Polyline_x32{background:url(img/icon_drawbtn.png) -128px -64px no-repeat}.drawbtn_RectAngle_x32{background:url(img/icon_drawbtn.png) -128px -96px no-repeat}.drawbtn_Sector_x32{background:url(img/icon_drawbtn.png) 0 -128px no-repeat}.drawbtn_SquadCombat_hover_x32{background:url(img/icon_drawbtn.png) -160px 0 no-repeat}.drawbtn_StraightArrow_hover_x32{background:url(img/icon_drawbtn.png) -192px 0 no-repeat}.drawbtn_TailedAttackArrow_hover_x32{background:url(img/icon_drawbtn.png) -160px -32px no-repeat}.drawbtn_TailedSquadCombat_hover_x32{background:url(img/icon_drawbtn.png) -192px -32px no-repeat}.drawbtn_Arc_hover_x32{background:url(img/icon_drawbtn.png) -224px 0 no-repeat}.drawbtn_AssaultDirection_hover_x32{background:url(img/icon_drawbtn.png) -224px -32px no-repeat}.drawbtn_AttackArrow_hover_x32{background:url(img/icon_drawbtn.png) -160px -64px no-repeat}.drawbtn_Circle_hover_x32{background:url(img/icon_drawbtn.png) -192px -64px no-repeat}.drawbtn_ClosedCurve_hover_x32{background:url(img/icon_drawbtn.png) -224px -64px no-repeat}.drawbtn_Curve_hover_hover_x32{background:url(img/icon_drawbtn.png) -256px 0 no-repeat}.drawbtn_DoubleArrow_hover_x32{background:url(img/icon_drawbtn.png) -256px -32px no-repeat}.drawbtn_Ellipse_hover_x32{background:url(img/icon_drawbtn.png) -256px -64px no-repeat}.drawbtn_FineArrow_hover_x32{background:url(img/icon_drawbtn.png) -160px -96px no-repeat}.drawbtn_FreeLine_hover_x32{background:url(img/icon_drawbtn.png) -192px -96px no-repeat}.drawbtn_FreePolygon_hover_x32{background:url(img/icon_drawbtn.png) -224px -96px no-repeat}.drawbtn_GatheringPlace_hover_x32{background:url(img/icon_drawbtn.png) -256px -96px no-repeat}.drawbtn_Lune_hover_x32{background:url(img/icon_drawbtn.png) -288px 0 no-repeat}.drawbtn_Polygon_hover_x32{background:url(img/icon_drawbtn.png) -288px -32px no-repeat}.drawbtn_Polyline_hover_x32{background:url(img/icon_drawbtn.png) -288px -64px no-repeat}.drawbtn_RectAngle_hover_x32{background:url(img/icon_drawbtn.png) -288px -96px no-repeat}.drawbtn_Sector_hover_x32{background:url(img/icon_drawbtn.png) -160px -128px no-repeat}.ol-zoom{display:none}.fmap-zoompan{width:62px;height:192px}.fmap-zoompan div{position:absolute}.fmap-zoompan .fmap-zoompan-pan{width:44px;height:44px;overflow:hidden;background:url(img/mapctrl_zoompan.png) no-repeat}.fmap-zoompan .fmap-zoompan-pan .fmap-btn{height:15px;width:15px;cursor:pointer}.fmap-zoompan .fmap-zoompan-pan .fmap-panE,.fmap-zoompan .fmap-zoompan-pan .fmap-panN,.fmap-zoompan .fmap-zoompan-pan .fmap-panS,.fmap-zoompan .fmap-zoompan-pan .fmap-panW{overflow:hidden}.fmap-zoompan .fmap-zoompan-pan .fmap-panN{left:14px;top:0}.fmap-zoompan .fmap-zoompan-pan .fmap-panW{left:1px;top:12px}.fmap-zoompan .fmap-zoompan-pan .fmap-panE{left:27px;top:12px}.fmap-zoompan .fmap-zoompan-pan .fmap-panS{left:14px;top:25px}.fmap-zoompan .fmap-zoompan-zoom{top:45px;height:147px;width:62px;overflow:hidden}.fmap-zoompan .fmap-zoompan-zoom .fmap-btn{width:22px;height:21px;left:12px;overflow:hidden;background-image:url(img/mapctrl_zoompan.png);background-repeat:no-repeat;z-index:10}.fmap-zoompan .fmap-zoompan-zoom .zoomIn{cursor:pointer;background-position:0 -221px}.fmap-zoompan .fmap-zoompan-zoom .zoomIn:hover{background-position:0 -243px}.fmap-zoompan .fmap-zoompan-zoom .zoomOut{cursor:pointer;background-position:0 -265px}.fmap-zoompan .fmap-zoompan-zoom .zoomOut:hover{background-position:0 -287px}.fmap-zoompan .fmap-zoompan-zoom .fmap-zoompan-slider{width:37px;top:18px}.fmap-zoompan .fmap-zoompan-zoom .fmap-zoompan-slider .slider-bgtop{left:18px;width:10px;overflow:hidden;background:url(img/mapctrl_zoompan.png) -23px -226px no-repeat}.fmap-zoompan .fmap-zoompan-zoom .fmap-zoompan-slider .slider-bgbottom{left:19px;height:8px;width:10px;top:124px;overflow:hidden;background:url(img/mapctrl_zoompan.png) -33px bottom no-repeat}.fmap-zoompan .fmap-zoompan-zoom .fmap-zoompan-slider .slider-bgmask{height:100%;width:24px;left:10px;cursor:pointer}.fmap-zoompan .fmap-zoompan-zoom .fmap-zoompan-slider .slider-bgbar{height:11px;width:19px;left:13px;top:80px;overflow:hidden;background:url(img/mapctrl_zoompan.png) 0 -309px no-repeat}.fmap-zoompan .fmap-zoompan-zoom .fmap-zoompan-slider .slider-bgbar:hover{background:url(img/mapctrl_zoompan.png) 0 -320px no-repeat}.fmap-zoompan .fmap-zoompan-zoom .fmap-zoompan-zlholder{display:none;position:absolute;top:0}.fmap-zoompan .fmap-zoompan-zoom .fmap-zoompan-zlholder .zl-city,.fmap-zoompan .fmap-zoompan-zoom .fmap-zoompan-zlholder .zl-country,.fmap-zoompan .fmap-zoompan-zoom .fmap-zoompan-zlholder .zl-prov,.fmap-zoompan .fmap-zoompan-zoom .fmap-zoompan-zlholder .zl-st{position:absolute;left:34px;height:21px;width:28px;background-image:url(img/mapctrl_zoompan.png);background-repeat:no-repeat;font-size:0;cursor:pointer}.fmap-zoompan .fmap-zoompan-zoom .fmap-zoompan-zlholder .zl-st{background-position:0 -380px;top:21px}.fmap-zoompan .fmap-zoompan-zoom .fmap-zoompan-zlholder .zl-city{background-position:0 -401px;top:52px}.fmap-zoompan .fmap-zoompan-zoom .fmap-zoompan-zlholder .zl-prov{background-position:0 -422px;top:76px}.fmap-zoompan .fmap-zoompan-zoom .fmap-zoompan-zlholder .zl-country{background-position:0 -443px;top:100px}.fmap-zoompan .fmap-zoompan-zoom:hover .fmap-zoompan-zlholder{display:block}.fmap-zoompan.zoom-mode-pan .fmap-btn.zoomOut{top:126px}.fmap-zoompan.zoom-mode-slider{width:62px;height:150px}.fmap-zoompan.zoom-mode-slider .fmap-zoompan-zoom{top:0;height:147px;width:62px}.fmap-zoompan.zoom-mode-slider .fmap-btn.zoomOut{top:126px}.fmap-zoompan.zoom-mode-btn{width:48px;height:40px}.fmap-zoompan.zoom-mode-btn .fmap-zoompan-zoom{top:0;height:40px;width:48px}.fmap-zoompan.zoom-mode-btn .fmap-btn.zoomOut{top:20px}.fmap-areanav{position:absolute;float:left;top:5px;right:300px;z-index:2;height:25px;width:76px;margin-right:6px;background:#fff;border-radius:3px;box-shadow:1px 3px 3px rgba(0,0,0,.2)}.fmap-areanav a,.fmap-areanav img{border:0;text-decoration:none}.fmap-areanav>i{position:absolute;top:5px;left:2px;font-size:14px}.fmap-areanav.hover .content{display:block}.fmap-areanav:focus{outline:0}.fmap-areanav.opened .content{display:block}.fmap-areanav a:link,.fmap-areanav a:visited{color:#005aa0}.fmap-areanav a:hover{background:#8cc0fb;color:#fff;cursor:pointer}.fmap-areanav a:active{background:#005aa0;color:#fff}.fmap-areanav em{font-style:normal}.fmap-areanav ol,.fmap-areanav ul{list-style:none;padding:0;margin:0}.fmap-areanav .tab .tab-item,.fmap-areanav .tab a,.fmap-areanav .tab li{cursor:pointer;float:left;text-align:center}.fmap-areanav .text{float:left;position:relative;top:0;left:15px;z-index:2;height:100%;width:100%;background:0 0;padding:0 20px 0 4px;line-height:23px;overflow:hidden;font-size:13px;font-family:'微软雅黑','黑体',Arial,Helvetica,sans-serif;color:#555}.fmap-areanav .text .updown-btn{font-size:12px;color:#ccc;font-weight:400}.fmap-areanav .text b{display:block;position:absolute;top:0;right:12px;overflow:hidden;width:17px;height:25px;line-height:25px}.fmap-areanav .close{display:none;position:absolute;z-index:2;top:19px;left:366px;cursor:pointer;width:17px;height:17px;background:#f20d0d}.fmap-areanav .content{display:none;position:absolute;top:23px;width:350px;padding:5px;background:#fff;-moz-box-shadow:0 0 5px #ddd;-webkit-box-shadow:0 0 5px #ddd;box-shadow:0 0 5px #ddd}.fmap-areanav .content select{float:left;width:120px;border:1px solid #cecbce;margin-right:15px}.fmap-areanav .content .select3{margin-right:0}.fmap-areanav .content .fstock{position:relative;margin-bottom:0}.fmap-areanav .content .fstock .tab{width:95%;height:25px;float:left;border-bottom:1px solid #2dc3e8;overflow:visible}.fmap-areanav .content .fstock .tab a{position:relative;float:left;height:23px;padding:0 20px 1px 10px;line-height:23px;text-align:center;text-decoration:none;cursor:pointer;color:#005AA0;outline:0}.fmap-areanav .content .fstock .tab a:hover{background:0;color:#005AA0}.fmap-areanav .content .fstock .tab a:hover i{opacity:1;filter:alpha(opacity=100)}.fmap-areanav .content .fstock .tab a i{position:absolute;right:5px;top:10px;display:block;width:7px;height:5px;overflow:hidden;filter:alpha(opacity=50)}.fmap-areanav .content .fstock .tab li{float:left;clear:none;height:23px;padding:1px 1px 0;border:1px solid #ddd;border-bottom:0;margin-right:3px;background-color:#fff;line-height:22px;text-decoration:none}.fmap-areanav .content .fstock .tab .curr{position:relative;height:25px;padding:0;border:1px solid #2dc3e8;border-bottom:0}.fmap-areanav .content .fstock .tab .curr i{opacity:1;filter:alpha(opacity=100)}.fmap-areanav .content .fstock .area-list{padding-top:5px}.fmap-areanav .content .fstock .area-list li{float:left;width:80px;padding:2px 0 2px 15px;clear:none}.fmap-areanav .content .fstock .area-list li a{float:left;padding:2px 4px;color:#005aa0}.fmap-areanav .content .fstock .area-list li a:hover{color:#fff}.fmap-areanav .content .fstock .area-list .disable-li a{float:left;padding:2px 4px;color:#eee}.fmap-areanav .content .fstock .area-list .disable-li a:hover{background:#fff;color:#eee;cursor:default}.fmap-areanav.hovae .text{border-bottom:0}.fmap-areanav.hovae .close,.fmap-areanav.hovae .content{display:block}.fcplayer-container{padding:0;margin:0;width:100%;z-index:9999}.fcplayer-container .fcplayer{background:rgba(0,0,0,.8);border:1px solid #acb2bb;width:100%;height:52px;position:relative;padding:4px 12px}.fcplayer-container .fcplayer .fcplayer-progressbar{height:14px;width:100%}.fcplayer-container .fcplayer .fcplayer-progressbar .fcplayer-progressbar-bg{background-color:#dadada;width:100%;height:4px;position:relative;top:5px;cursor:pointer}.fcplayer-container .fcplayer .fcplayer-progressbar .fcplayer-progressbar-pass{position:relative;height:4px;width:100px;top:1px;background-color:#01dbfb}.fcplayer-container .fcplayer .fcplayer-progressbar .fcplayer-progressbar-thumb{background:url(img/player_progressbar_thumb.png) no-repeat;width:16px;height:16px;position:relative;top:-8px;left:0}.fcplayer-container .fcplayer .fcplayer-opbar{height:28px}.fcplayer-container .fcplayer .fcplayer-opbar .fcplayer-ctrlbar{float:left}.fcplayer-container .fcplayer .fcplayer-opbar .fcplayer-ctrlbar .fcplayer-ctrlbar-speed{color:#fff;width:200px;font-size:9px!important}.fcplayer-container .fcplayer .fcplayer-opbar .fcplayer-ctrlbar .fcplayer-ctrlbar-speed .speed-ctrl{border:1px solid #fff;float:left;display:block;width:32px;height:28px;line-height:14px}.fcplayer-container .fcplayer .fcplayer-opbar .fcplayer-ctrlbar .fcplayer-ctrlbar-speed .fcplayer-ctrlbar-slow{width:200px;height:14px}.fcplayer-container .fcplayer .fcplayer-opbar .fcplayer-ctrlbar .fcplayer-ctrlbar-speed .fcplayer-ctrlbar-slow span:last-child{width:24px}.fcplayer-container .fcplayer .fcplayer-opbar .fcplayer-ctrlbar .fcplayer-ctrlbar-speed .fcplayer-ctrlbar-fast{width:200px;height:14px}.fcplayer-container .fcplayer .fcplayer-opbar .fcplayer-ctrlbar .fcplayer-ctrlbar-speed .fcplayer-ctrlbar-fast span:last-child{width:24px}.fcplayer-container .fcplayer .fcplayer-opbar .fcplayer-ctrlbar .fcplayer-ctrlbar-speed span{float:left;display:block;width:20px;height:14px;border:1px solid #fff;line-height:12px;padding-left:3px;cursor:pointer}.fcplayer-container .fcplayer .fcplayer-opbar .fcplayer-ctrlbar .fcplayer-ctrlbar-speed span.actived{background-color:#2dc3e8}.fcplayer-container .fcplayer .fcplayer-opbar .fcplayer-ctrlbar .ctrl-btn{width:16px;height:16px;line-height:24px;font-size:16px;float:left;color:#e8e8e8;margin-right:8px;cursor:pointer}.fcplayer-container .fcplayer .fcplayer-opbar .fcplayer-ctrlbar .ctrl-btn.active,.fcplayer-container .fcplayer .fcplayer-opbar .fcplayer-ctrlbar .ctrl-btn:hover{color:#2dc3e8}.fcplayer-container .fcplayer .fcplayer-opbar .fcplayer-infobar{height:22px;float:left;font-size:13px!important;line-height:28px;color:#fff}.fcplayer-container .fcplayer .fcplayer-opbar .fcplayer-infobar .fcplayer-infobar-progressinfo{float:left}.fcplayer-container .fcplayer .fcplayer-opbar .fcplayer-infobar .fcplayer-infobar-title{float:left;margin-left:20px}