html,
body,
div,
p,
h1,
h2,
h3,
h4,
ul,
li,
img,
a,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

input[type="button"],
input[type="submit"],
input[type="file"],
input[type="checkbox"],
input[type="radio"],
button {
  cursor: pointer;
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  line-height: 1;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

p,
a,
span,
label,
dl,
dd,
ul,
li,
div {
  font-size: var(--fontSize);
}

a {
  text-decoration: none;
}

a:hover {
  color: #f72447;
  text-decoration: underline;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfloat {
  zoom: 1;
}

li {
  list-style: none;
}

body {
  background: #f5f5f5;
}

li {
  list-style: none;
}

#app {
  height: 100%;
}

center {
  overflow: auto;
  /**建立BFC */
  height: 100%;
}

center .main {
  margin-top: 50px;
  margin-left: 0;
  height: calc(100% - 50px);
  text-align: left;
}

.ivu-checkbox-indeterminate .ivu-checkbox-inner,
.ivu-checkbox-checked .ivu-checkbox-inner {
  border-color: var(--adornColor);
  background-color: var(--adornColor);
}

/**数据加载中 */
.demo-spin-icon-load {
  animation: ani-demo-spin 1s linear infinite;
}

.ivu-spin-fix .ivu-spin-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: rgb(0, 0, 0, 0.5);
  border-radius: 6px;
  color: azure;
}

.ivu-spin-fix {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0) !important;
}

.amap-logo {
  display: none;
  opacity: 0 !important;
}

.amap-copyright {
  opacity: 0;
}

.amap-marker-label {
  border: none !important;
  padding: 0 !important;
}

.amap-marker-label .myInfo {
  background: #ec1a1a;
  color: #fff;
  padding: 2px 4px;
}

.btn-wrap {
  text-align: right;
  position: relative;
  z-index: 0;
  margin-top: 20px;
}

.btn-wrap button {
  margin-left: 10px;
}

/*index样式*/
.tableLink:hover {
  color: brown;
  text-decoration: underline;
  cursor: pointer;
}

/*资料维护模块 */
.viewer-button[data-v-4a6729ac] {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: 10px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 80px;
}

#imgPic {
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: #e6e6e6;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 16px;
}

#imgPic .rowImg {
  width: 100%;
  height: 100%;
}

/*表格上方的选择控件 */


#formTable {
  position: relative;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 10px;
  zoom: 1;
  border-bottom: solid 1px #ccc;
  
}

#formTable:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

#formTable .formTableItem {
  float: left;
  display: flex;
  margin-bottom: 10px;
}

#formTable .label {
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

#formTable button.chaxun {
  margin-left: 10px;
}

#formTable .lyleft {
  float: left;
  display: flex;
}
#formTable .content {
  line-height:32px;
  margin-right: 10px;
}
#formTable .lyright {
  float: right;
}

#formTable #text {
  margin: 0px 0 0 10px;
  line-height: 38px;
}

#formTable #ddas {
  position: absolute;
  right: 20px;
  top: 0px;
}

/*下拉高度 */
#formTable .ivu-select-single .ivu-select-selection,
#select_wrap .ivu-select-single .ivu-select-selection {}

#select_wrap button,
#formTable button {
  height: 32px !important;
}

/*表格列宽 */
.ivu-table-cell {
  padding-left: 10px !important;
  padding-right: 0px !important;
}

.table-no-data {
  margin: 0 auto;
  margin-top: -64px;
  width: 130px;
  height: 128px;
  background: url(../nodata.png);
}

/*车辆下拉选择器用户组灰色提示信息 */
.carListSelectCarNo {
  width: 6em;
  overflow: hidden;
  display: inline-block;
}

.carListSelectUserGroup {
  float: right;
  color: #ccc;
  width: 6em;
  overflow: hidden;
  text-align: right;
}


/*滚动条样式 */
.gundongtiao {
  overflow: auto;
}

.gundongtiao::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}

.gundongtiao::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #b8b8b8;
}

.gundongtiao::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px #00000033;
  border-radius: 10px;
  background: #ededed;
}

/*表单下边距和对齐方式 */
#formTable .ivu-form-item {
  margin-bottom: 6px !important;
}

.ivu-form .ivu-form-item-label {

  justify-content: space-around;

}

/*表格冻结列 */
.tableNoData .ivu-table-fixed,
.tableNoData .ivu-table-fixed-right {
  box-shadow: none !important;
}

.tableNoData .ivu-table td,
.tableNoData .ivu-table th {
  border-bottom: none !important;
}

/*页面控件输入框底部线条不显示*/
.ivu-page-options-elevator input {
  height: 30px !important;
}

#mypage {
  margin: 10px;
  overflow: hidden
}

#mypage div {
  float: right
}

.ly-green,
.ly-red,
.ly-yellow,
.ly-blue,
.ly-gray,
.ly-black,
.ly-w {
  position: relative;
  padding-left: 16px;
}

.ly-green::before,
.ly-red::before,
.ly-yellow::before,
.ly-blue::before,
.ly-gray::before,
.ly-black::before,
.ly-w::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0ace0a;
}

.ly-red::before {
  background: #ff3636;
}

.ly-yellow::before {
  background: #ff9900;
}

.ly-blue::before {
  background: #6daffc;
}

.ly-gray::before {
  background: #cacaca;
}

.ly-black::before {
  background: #515151;
}

.ly-w::before {
  background: #ffffff;
}

/*地图缩放控件*/
.amap-toolbar {
  z-index: 15;
}

/*弹窗层级*/
/* .ivu-modal-mask {
  z-index: 279 !important;
}
.ivu-modal-wrap {
  z-index: 280 !important;
} */

.ivu-spin-fullscreen {
  z-index: 9999 !important;
}

.my-drawer .ivu-drawer-mask {
  z-index: 9987;
  background: rgb(0, 0, 0, 0.1);
}

.my-drawer .ivu-drawer-wrap {
  z-index: 9988;
}
.my-drawer .ivu-drawer-wrap .ivu-drawer-body{
  padding-top: 0;
}
.ivu-message {
  z-index: 9998 !important;
}

/*电子围栏/标注点/线路规则列表 */

#map-top li.map-icon #show-hide {
  position: absolute;
  left: 0;
  top: 36px;
  background: #fff;
  padding: 10px;
  z-index: 3;
  display: none;
  width: 280px;
  box-shadow: 4px 10px 10px #BBB;
}

#map-top li.map-icon #show-hide dl {
  max-height: 300px;
  overflow: auto;
  margin-top: 10px;
}

#map-top li.map-icon:hover #show-hide {
  display: block;
}

#map-top li.map-icon dl dd {
  padding: 6px 0px;
  line-height: 1;
}

#map-top li.map-icon dl dd:hover {
  background: #e0efff;
}

#map-top li.map-icon dl .fence_tools {
  padding: 0px 15px;
  width: 280px;
  background: #fff;
  margin-bottom: 4px;
  text-align: right;
}

#adaaa {
  height: 100%;
}

#adaaa #show-hide {
  height: calc(100% - 50px);
}

#adaaa #show-hide dl {
  height: calc(100% - 80px);
  margin-top: 10px;
}

.fence_tools {
  margin: 10px 0;
}

#rule_list_left {
  min-width: 164px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

#rule_list_right {
  display: flex;
  float: right;
  margin-top: 6px;
}

.ivu-btn-primary {
  color: var(--fontColor) !important;
  ;
  background-color: var(--adornColor) !important;
  border-color: var(--adornColor) !important;
}

.ivu-page-item-active {
  background: var(--adornColor);
  color: var(--fontColor);
}

.ivu-page-item-active a,
.ivu-page-item-active:hover a {
  color: var(--fontColor);
}

.ivu-page-item-active {
  border-color: var(--adornColor);
}

.ivu-btn-primary[disabled],
.ivu-btn-primary[disabled].active,
.ivu-btn-primary[disabled]:active,
.ivu-btn-primary[disabled]:focus,
.ivu-btn-primary[disabled]:hover,
fieldset[disabled] .ivu-btn-primary,
fieldset[disabled] .ivu-btn-primary.active,
fieldset[disabled] .ivu-btn-primary:active,
fieldset[disabled] .ivu-btn-primary:focus,
fieldset[disabled] .ivu-btn-primary:hover {

  background-color: #bbb !important;
  border-color: #ccc !important;
}