@charset "UTF-8";
body {
  background-color: #f1f1f1;
}

a {
  color: #808182;
}

/*菜单*/
.menuTop {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 50px;
  min-width: 1000px;
  background-color: #4ca0ff;
  color: #fff;
}

.menuTop .menuIcon {
  display: none;
}

.menuTop .logo {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #2f77b8;
  height: 100%;
  padding: 0 25px;
  align-items: center;
}

.menuTop .logo span:first-child {
  margin-right: 10px;
  margin-bottom: 8px;
}

.menuTop .logo span:last-child {
  font-size: 18px;
}

.menuTop a {
  color: #fff;
}

.menuTop ul {
  height: 100%;
}

.menuTop ul li {
  padding: 0 15px;
  height: 100%;
  align-items: center;
  align-content: stretch;
  justify-content: center;
  cursor: pointer;
}

.menuTop ul li span:first-child {
  margin-bottom: 5px;
}

.menuTop ul li span img {
  width: 20px;
}

.menuTop ul li:hover, .menuTop ul li.active {
  background: rgba(47, 119, 248, 0.4);
}

.menuTop ul.fr li {
  padding: 0 15px;
}

.menuTop ul .xlmenu {
  position: relative;
}

.menuTop ul .xlmenu .subxlmenu {
  display: none;
  min-width: 80px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 5px -3px #333;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 80px;
}

.menuTop ul .xlmenu .subxlmenu a {
  display: block;
  padding: 5px;
  line-height: 25px;
  color: #333;
}

.menuTop h1 {
  padding: 15px 0;
  display: inline-block;
  font-weight: bold;
}

.menuTop h1 label,
.menuTop h1 a {
  font-size: 16px;
  font-weight: normal;
}

.menuTop .sysTit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.menuTop .loginUser {
  float: right;
  padding: 15px 0;
  text-align: right;
}

.menuTop .navBar {
  margin-top: 15px;
}

.menuTop .navBar ul {
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  text-align: right;
  font-size: 0;
}

.menuTop .navBar ul .level_1 {
  position: relative;
  min-width: 100px;
  display: inline-block;
  font-size: 16px;
}

.menuTop .navBar ul .level_1 a:first-child {
  width: 100%;
  display: block;
  text-align: center;
}

.menuTop .navBar ul .level_1:hover ul {
  height: auto;
  text-align: center;
  background-color: #ededed;
  padding: 5px 0;
}

.menuTop .navBar ul ul {
  height: 0;
  overflow: hidden;
  transition: height linear .5s;
  position: absolute;
  top: 29px;
  left: 0;
  width: 100%;
  font-size: 16px;
  z-index: 999;
}

.menuTop .navBar ul ul li:hover {
  background-color: #ffea00;
}

.pdt30 {
  padding-top: 30px;
}

ul.submenu > li a {
  padding-left: 20px;
  margin-left: 30px;
  line-height: 39px;
  background: url(../images/arr1.png) left center no-repeat;
  background-size: 15px;
  display: block;
  font-size: 16px;
  box-sizing: border-box;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.submenu > li.active,
ul.submenu > li .active {
  background-color: #f0f5fa;
  border-left: 4px solid #4ca0ff;
}

ul.submenu > li.active a,
ul.submenu > li .active a {
  color: #4ca0ff;
  margin-left: 26px;
}

ul.submenu > li.open a {
  background: url(../images/arr2.png) left center no-repeat;
  background-size: 15px;
}

ul.submenu > li.open ul {
  display: block;
}

ul.submenu > li.open ul li a {
  background: url(../images/arr1.png) left center no-repeat;
  background-size: 15px;
}

ul.submenu > li ul {
  display: none;
}

ul.submenu > li ul li a {
  background: url(../images/arr1.png) left center no-repeat;
  background-size: 15px;
  margin-left: 48px;
}

ul.submenu > li ul li.active a {
  margin-left: 44px;
}

.leftSubmenu {
  width: 225px;
  position: absolute;
  transition: left ease .3s;
  left: 0;
  top: 50px;
  background-color: #fff;
  height: calc(100vh - 50px);
  min-height: 600px;
  z-index: 90;
}

.leftSubmenu .activeB {
  height: 39px;
  background-color: #f0f5fa;
  border-left: 4px solid #4ca0ff;
  position: absolute;
  top: 49px;
  width: 100%;
  z-index: -5;
  box-sizing: border-box;
}

.leftSubmenu .leftMenuBtn {
  position: absolute;
  top: 0;
  left: 225px;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  display: none;
}

.leftSubmenu .leftMenuBtn i {
  color: #fff;
  font-size: 22px;
}

.scroll_main {
  margin-left: 235px;
  margin-right: 0px;
  display: block;
  background-color: #fff;
  height: calc(100vh - 70px);
  min-height: 600px;
  transition: margin-left ease .3s;
  /*  overflow: scroll;
overflow-x: hidden; */
}

@media only screen and (max-width: 1190px) {
  .leftSubmenu {
    left: -300px;
  }
  .leftSubmenu .leftMenuBtn {
    display: block;
  }
  .scroll_main {
    margin-left: 10px;
  }
}

.scroll_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.scroll_wrap .scroll_cont {
  height: 100%;
  overflow: hidden;
}

.scroll_wrap .scroll_cont p {
  padding: 15px;
}

.scroll_wrap .scroll_bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background-color: #e4e4e4;
}

.scroll_wrap .scroll_slider {
  position: absolute;
  top: 0;
  left: 0px;
  width: 5px;
  height: 48px;
  background-color: #525252;
  border-radius: 5px;
  opacity: .5;
}

.scroll_wrap .scroll_slider:hover {
  opacity: 1;
}

.container {
  padding: 20px;
}

.wjzctabs {
  padding: 20px 10px 10px;
}

.wjzctabs span {
  cursor: pointer;
  flex: 6;
  text-align: center;
  background-color: #efefef;
  line-height: 30px;
}

.wjzctabs span.active {
  background-color: #4ca0ff;
  color: #ffffff;
}

.wjzctabs-conts .wjzctabs-cont:not(:first-child) {
  display: none;
}

.level-span::before {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 3px;
  border-radius: 3px;
  margin-right: 5px;
  line-height: 15px;
  vertical-align: middle;
}

.level-span.level1::before {
  content: '蓝色';
  background-color: #01aaed;
}

.level-span.level2::before {
  content: '橙色';
  background-color: #ffb800;
}

.level-span.level3::before {
  content: '红色';
  background-color: #ff5722;
}

.level-span.level4::before {
  content: '紫色';
  background-color: purple;
}

.level-span.level5::before {
  content: '违规';
  background-color: #393d49;
}

.desk .layui-card-header {
  height: 35px;
  line-height: 35px;
}

.desk .layui-card-header img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 8px;
  vertical-align: text-top;
}

.desk .layui-card-body {
  min-height: 150px;
  line-height: 25px;
  overflow: hidden;
}

.desk .layui-card-body .profile > div {
  padding: 0 !important;
}

.desk .layui-card-body .profile p {
  text-indent: 2em;
}

.desk .layui-card-body .dbsx {
  height: 150px;
  overflow: hidden;
}

.desk .layui-card-body .dbsx .dbsxCont {
  width: calc(100% + 17px);
  overflow: scroll;
  overflow-x: hidden;
  height: 100%;
}

.desk .layui-card-body .dbsx p {
  border-bottom: 1px dashed #f5f5f5;
  padding: 2px 0;
}

.desk .layui-card-body .dbsx p span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.desk .layui-card-body .dbsx p:hover {
  background-color: #f2f2f2;
}

.desk .layui-card-body #dwsx {
  background-color: #f5f5f5;
  width: 400px;
  height: 350px;
  float: left;
  box-sizing: border-box;
  padding: 20px;
}

.desk .layui-card-body #dwsx .areabox {
  width: 48%;
  height: 275px;
}

.desk .layui-card-body #dwsx .compbox {
  width: 48%;
  height: 275px;
}

.desk .layui-card-body #dwsx .compbox .layui-form-checkbox[lay-skin=primary] {
  width: 100%;
}

.desk .layui-card-body #dwsx .compbox .layui-form-checkbox[lay-skin=primary] span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}

.desk .layui-card-body #dwsx strong {
  background-color: #aa89bd;
  color: #fff;
  padding: 6px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
}

.desk .layui-card-body #dwsx .scrollDiv {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.desk .layui-card-body #dwsx .scrollDiv .scrollCont {
  width: calc(100% + 17px);
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
}

.desk .layui-card-body #dwsx .scrollDiv .scrollCont p {
  margin: 6px 0;
  display: inline-block;
  width: 100%;
}

.desk .layui-card-body #bbchart {
  width: calc(100% - 440px);
  height: 350px;
  float: right;
}

.desk .layui-card-body .yjline {
  flex-direction: row;
  display: flex;
}

.desk .layui-card-body .yjline span {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.desk .layui-card-body .yjline span:nth-child(1) {
  min-width: 40px;
}

.desk .layui-card-body .yjline span:nth-child(2) {
  min-width: 80px;
  width: 80px;
}

.desk .layui-card-body .yjline span:nth-child(3) {
  flex: auto;
  height: 30px;
  margin: 0 5px;
  text-align: left;
}

.desk .layui-card-body .yjline span:nth-child(4) {
  width: 90px;
  min-width: 90px;
}

.desk .layui-card-body .yjline span:nth-child(5) {
  min-width: 80px;
  text-align: center;
}

.desk .layui-card-body .yjline.yjline_head {
  height: 30px;
  line-height: 30px;
  background-color: #f6f6f6;
}

.desk .layui-card-body #yj-scroll {
  height: 120px;
  overflow: hidden;
  position: relative;
}

.desk .layui-card-body #yj-scroll ul li a {
  color: #808182;
  line-height: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.desk .layui-card-body #yj-scroll ul li a:hover {
  background-color: #f2f2f2;
}

.desk .zctj {
  background-color: #f5f5f5;
  margin: 5px 16px 5px 0px;
  border-radius: 10px;
  padding: 15px;
  color: #808182;
  display: flex;
  flex-direction: row;
}

.desk .zctj span {
  cursor: pointer;
}

.desk .zctj strong {
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-weight: normal;
  font-size: 14px;
  width: 15px;
  line-height: 15px;
  margin-right: 10px;
}

.desk .zctj .datas {
  flex: auto;
}

.desk .zctj.landcol strong {
  background: #639ed5;
}

.desk .zctj.housecol strong {
  background: #f5b317;
}

.desk .zctj.rentcol strong {
  background: #089082;
}

.desk .zctj.carscol strong {
  background: #eb6877;
}

.desk .zctj p {
  font-size: 13px;
  line-height: 22px;
}

.desk .zctj p b {
  font-size: 18px;
  font-family: Arial;
  color: #000;
  padding: 0 5px;
}

@media only screen and (max-width: 1374px) {
  .menuTop ul li {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .menuTop ul li span:first-child {
    margin-right: 0;
  }
  .menuTop ul li span:nth-child(2) {
    display: none;
  }
}

@media only screen and (max-width: 1190px) {
  .menuTop .logo span:first-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .menuTop .logo span:last-child {
    display: none;
  }
  .menuTop ul li a, .menuTop ul li#jszc {
    display: none;
  }
  .desk .layui-card-body #yj-scroll ul li {
    min-width: 50%;
  }
  .desk .layui-card-body #dwsx {
    width: 100%;
  }
  .desk .layui-card-body #dwsx .scrollDiv {
    width: calc(100% - 40px);
  }
  .desk .layui-card-body #dwsx .scrollDiv .scrollCont {
    width: calc(100% + 17px);
  }
  .desk .layui-card-body #bbchart {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .desk .layui-card-body #yj-scroll ul li {
    min-width: 100%;
  }
}
