.form-inline .form-group {
  margin-bottom: 10px;
}

.amap-maptypecontrol {
  top: auto;
  right: 10px;
  bottom: 124px;
}

.pls-ztree-wrap {
  display: none;
  position: absolute;
  left: 0px;
  top: 40px;
  width: 290px;
  height: calc(100% - 70px);
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 12px;
  border-right: 1px solid #ddd;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.pls-ztree-search-wrap {
  width: 100%;
  height: 26px;
  margin: 10px auto 0;
  color: #666;
}

.pls-ztree-search-wrap .input-group-addon:hover .icon-select {
  display: block;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.icon-select {
  display: none;
  position: absolute;
  top: 24px;
  left: -1px;
  z-index: 10;
  width: 80px;
  padding: 4px 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.icon-select>li {
  border-bottom: 1px solid #ddd;
}

.icon-select>li:last-child {
  border-bottom: none;
}

.icon-select>li>a {
  color: #333;
}

.icon-select>li>a:hover,
.icon-select>li.active>a {
  color: #fff;
  background-color: #1680dd;
}

.icon-select>li>a {
  display: block;
  padding: 0 10px;
  line-height: 24px;
  text-decoration: none;
}

.pls-ztree-search-wrap .input-group-sm>.form-control,
.pls-ztree-search-wrap .input-group-sm>.input-group-addon {
  height: 26px;
  line-height: 14px;
}

.pls-ztree-search-wrap .search-results {
  display: none;
  position: absolute;
  right: 0;
  top: 28px;
  width: 182px;
  max-height: 251px;
  text-align: left;
  line-height: 2;
  border: 1px solid #1a90f7;
  border-radius: 3px;
  background-color: #fff;
  overflow: auto;
}

.pls-ztree-search-wrap .search-results>li {
  padding: 0 10px;
  border-bottom: 0.5px solid #ddd;
}

.pls-ztree-search-wrap .search-results>li:last-child {
  border-bottom: none;
}

.pls-ztree-search-wrap .search-results>li:hover {
  color: #fff;
  background-color: #1680dd;
}

.pls-ztree-content {
  width: 290px;
  height: calc(100% - 65px);
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 3px;
  overflow: auto;
}

.pls-ztree-switch {
  position: absolute;
  right: -10px;
  top: calc(50% - 20px);
  width: 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ddd;
  cursor: pointer;
}

.pls-ztree-switch:hover {
  background-color: orange;
  color: #fff;
  border-color: orange;
}

.pls-dialog-wrap {
  position: absolute;
  top: 10px;
  right: -300px;
  width: 300px;
  padding: 5px;
  font-size: 12px;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #1b94ff;
  -webkit-transition: right .5s linear;
  transition: right .5s linear;
}

.pls-dialog {
  position: relative;
}

.pls-dialog-head {
  position: relative;
  padding: 5px;
}

.pls-dialog-head-tit span {
  font-size: 14px;
  border-bottom: 2px solid #1a90f7;
}

.pls-dialog-head .pls-times {
  position: absolute;
  top: 4px;
  right: 5px;
  color: #fff;
  cursor: pointer;
}

.pls-dialog-body {
  background-color: #fff;
  color: #555;
  padding: 3px;
}

.pls-dialog-body .pls-dialog-body-content {
  padding: 5px 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.pls-play {
  margin: 5px -5px;
  padding: 5px 10px;
  background-color: #efefef;
}

.pls-play-progress-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  height: 6px;
  margin-right: 10px;
}

.pls-play-progress {
  height: 100%;
  border-radius: 3px;
}

.pls-play-progress-init {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.pls-play-progress-hover {
  width: 0;
  background-color: #1a90f7;
}

.pls-play-progress-btn {
  position: absolute;
  left: -3px;
  top: -4px;
  z-index: 10;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #1a90f7;
  overflow: hidden;
  cursor: pointer;
}

.pls-play-progress-btn:hover {
  background-color: #4cae4c;
}

.pls-play-progress-btn .fa {
  vertical-align: top;
}

.pls-play-btns {
  display: inline-block;
  width: 110px;
}

.self-play-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #1a90f7;
  vertical-align: middle;
}

.self-play-btn:hover {
  background-color: #fff;
}

.self-play-select-wrap {
  display: inline-block;
  vertical-align: middle;
}

.pls-hr {
  border-top: 6px solid #efefef;
  margin: 5px -5px;
}

.pls-triangle {
  position: absolute;
  left: calc(50% - 8px);
  bottom: -7px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #1a90f7;
  border-bottom: 2px solid #1a90f7;
  background-color: #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.pls-left {
  margin-left: 240px;
  width: 480px;
  height: 100%;
  border-right: 1px solid #ddd;
}

.pls-tab-wrap {
  width: 100%;
  overflow: auto;
}

.pls-total>li {
  position: relative;
  float: left;
  padding: 3px 0px;
}

.pls-total>li>a {
  position: relative;
  display: block;
  width: 54px;
  padding: 3px 0 3px 18px;
  text-align: center;
  color: #fff;
  border-left: 1px solid #fff;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pls-total>li>a>i {
  position: absolute;
  left: 3px;
  top: 5px;
}

.pls-total>li>a>li {
  margin-right: 3px;
}

.pls-total>li:nth-child(1)>a {
  border-left: 0;
  background-color: #4A89DC;
}

.pls-total>li:nth-child(2)>a {
  background-color: #37BC9B;
}

.pls-total>li:nth-child(3)>a {
  background-color: #AAB2BD;
}

.pls-total>li:nth-child(4)>a {
  background-color: #E9573F;
}

.pls-tab {
  width: 100%;
}

.pls-tab>li {
  float: left;
  padding: 5px 7px;
  border-bottom: 2px solid #e2e2e2;
}

.pls-tab>li:hover,
.pls-tab>li.active {
  border-bottom-color: #1a90f7;
}

.pls-tab>li.active>a {
  font-weight: bolder;
  color: #1a90f7;
}

.pls-tab>li>a {
  color: #555;
}

.pls-tab>li>a:hover,
.pls-tab>li>a:focus,
.pls-tab>li>a:active {
  text-decoration: none;
}

.pls-table-wrap {
  width: 100%;
  overflow: auto;
}

.pls-table {
  margin-bottom: 0;
}

.pls-table>thead th .th-inner {
  padding: 3px;
}

.pl-table>thead>tr:nth-of-type(1) {
  background-color: #fafafa;
}

.pls-right {
  width: calc(100% - 720px);
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.pls-map-panel {
  padding: 0;
  background-color: #1B94FE;
  border: 2px solid #1b94ff;
}

.pls-map-panel .pls-dialog-body .pls-dialog-body-content {
  border: none;
}

.pls-map-panel .pls-dialog-head-tit {
  color: #fff;
}

.pls-map-panel .pls-dialog-body-content>p>b {
  letter-spacing: 0.5px;
}

.pls-shortcut {
  position: relative;
  z-index: 9;
  background-color: #fff;
  margin-bottom: 0;
  border-top: 1px solid #deebf7;
  overflow: hidden;
}

.pls-shortcut li {
  float: left;
  width: 25%;
}

.pls-shortcut li a {
  display: block;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: #1a90f7;
}

.pls-shortcut li a:hover {
  background-color: #e3e4e5;
}

.mark-data {
  color: #1a90f7;
}

hr.line-green {
  margin-top: 0;
  margin-bottom: 10px;
  border-top-color: #4cae4c;
  border-top-width: 2px;
}

hr.line-default {
  margin-top: 0;
  margin-bottom: 0px;
  border-top-color: #ddd;
  border-top-width: 1px;
}

.pls-mouse {
  position: absolute;
  top: 0;
  z-index: 10;
  padding: 4px;
  text-align: left;
  visibility: hidden;
}

.pls-mouse ul {
  width: 100px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.175);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.175);
}

.pls-mouse ul li {
  position: relative;
  height: 26px;
  padding-left: 30px;
  color: #574d4d;
  text-align: left;
  line-height: 26px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.pls-mouse ul li:hover {
  color: #fff;
  background-color: #1680dd;
}

.pls-mouse ul li:hover .fa {
  color: #fff;
}

.pls-mouse ul li:last-child {
  border-bottom: 0;
}

.pls-mouse ul li .fa {
  position: absolute;
  left: 10px;
  top: 7px;
  color: #315bd6;
}

.operate-wrap {
  width: 100%;
  padding-left: 315px;
  padding-right: 15px;
}

.operate-wrap .pls-btns-list {
  width: 100%;
  margin-bottom: 0;
  padding-top: 15px;
}

.operate-wrap .pls-btns-list li {
  float: left;
  width: 85px;
  padding-right: 15px;
  margin-bottom: 15px;
}