button:focus {
  outline: 0;
}

#container {
  margin-top: 60px;
  padding-left: 10px;
  text-align: center;
}

#container canvas {
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

#container .canvas-container {
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  margin: 0 auto 25px;
}

.toolbar {
  width: 100%;
  background-color: #323639;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
}

.toolbar .layui-form-item {
  display: inline-block;
  margin-top: 10px;
}

.toolbar .layui-form-item .layui-inline .layui-colorpicker {
  padding: 0;
  border: none;
}

.toolbar .layui-form-item .layui-inline .layui-form-label {
  color: #fff;
  padding: 2px 5px;
  width: auto;
}

.toolbar .layui-form-item .layui-inline input,
.toolbar .layui-form-item .layui-inline select {
  width: 70px;
  height: 24px;
}

.toolbar .layui-form-item .layui-inline .layui-input-inline {
  width: auto;
}

#main {
  position: relative;
}

#main .container {
  width: calc(1200px - 260px);
  padding: 120px 130px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  font-size: 14px;
  line-height: 24px;
  margin: 0 auto;
}

#main .container p {
  margin: 20px 0;
  text-indent: 2em;
}

#getData {
  position: fixed;
  bottom: 50px;
  right: 30px;
}

.skyeyetipsIcon {
  width: 25px;
  border-radius: 5px;
  background: white;
}

.filter {
  opacity: 0.80;
  filter: alpha(opacity=80);
}

.annotate-box {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.annotate-box.nofix {
  position: static;
}

.annotate-box.nofix .new-skyeye-anno-box {
  position: static;
}

.annotate-box .new-skyeye-anno-box {
  width: calc(100% - 2px);
  background-color: #FFD5D5;
  opacity: .8;
  margin: 10px 0;
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
}

.annotate-box .new-skyeye-anno-box .anno-title {
  width: 100%;
  float: left;
  height: 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.annotate-box .new-skyeye-anno-box .anno-title .anno-user-img {
  width: 30px;
  margin: 5px;
  border-radius: 15px;
  float: left;
}

.annotate-box .new-skyeye-anno-box .anno-title .anno-user-name {
  line-height: 40px;
  height: 40px;
  float: left;
  width: 28%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.annotate-box .new-skyeye-anno-box .anno-title .anno-time {
  line-height: 40px;
  height: 40px;
  float: right;
  margin: 0px 5px;
  color: #000;
  font-size: 12px;
  min-width: 120px;
  width: 50%;
}

.annotate-box .new-skyeye-anno-box .anno-content {
  float: left;
  width: calc(100% - 2px);
  border-top: 1px dotted #FB3D3D;
}

.annotate-box .new-skyeye-anno-box .anno-content .show-content {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  line-height: 23px;
  font-size: 12px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  padding: 5px;
}

.annotate-box .new-skyeye-anno-box .anno-content .show-editor {
  display: block;
  width: calc(100% - 10px);
  border: 0px;
  padding: 5px;
  font-size: 12px;
  line-height: 23px;
  overflow-x: hidden;
  overflow-y: auto;
  border-color: #FB3D3D;
  outline: none;
}

.annotate-box .new-skyeye-anno-box .anno-content .show-editor[contenteditable]:focus {
  outline: none;
}

.annotate-box .hover {
  border: 1px solid #FB3D3D;
  opacity: 1;
}

.selectClass {
  background-color: #fef7a9;
}

.selectHoverClass {
  background-color: #fdf05d;
}

.skyeye-shade {
  z-index: 19950101;
  background-color: black;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
}

.skyeye-phone-dialog-btm {
  z-index: 19950506;
  width: 100%;
  height: 45%;
  background-color: white;
  bottom: 0px;
  left: 0px;
  position: fixed;
}

.skyeye-title {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  background-color: #F8F8F8;
  border-radius: 2px 2px 0 0;
}

.skyeye-title .img > img {
  width: 35px;
  margin: 5px;
  border-radius: 18px;
  float: left;
}

.skyeye-title .userName {
  line-height: 45px;
  height: 50px;
  float: left;
  width: 28%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.skyeye-title .createTime {
  line-height: 45px;
  height: 50px;
  float: right;
  margin: 0px 5px;
  color: darkgray;
  font-size: 12px;
  min-width: 120px;
  width: 50%;
  text-align: right;
}

.skyeye-content {
  width: calc(100% - 10px);
  height: calc(100% - 55px);
  margin: 5px;
  overflow: auto;
}

.lineWrap {
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .annotate-box {
    width: 0px !important;
  }
  .new-skyeye-anno-box {
    display: none;
  }
}

svg line {
  stroke: #FF865F;
}
/*# sourceMappingURL=annotations.css.map */