.content {
  background: #ffffff;
}

#standardImage {
  /* width:1200px; */
  margin: 0 auto;
  padding-top: 20px;
  min-height: 650px;
}

#tree-panel {
  float: left;
  width: 25%;
  height: 622px;
  border: 1px solid #eee;
  overflow-y: auto;
}

#map-panel {
  float: left;
  width: 74%;
  min-height: 620px;
  margin-left: 10px;
  box-shadow: 5px 0px 8px #ddd;
}

#mapDiv {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 620px;
}

#mapInfo {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: right;
}

ul.mtree.bubba {
  border: 0px #eee solid;
}

#mapDiv_zoom_slider {
  z-index: 0 !important;
}


/* zrt-2021运维修改 */
.standardmap {
  height: 470px;
  width: 100%;
  margin-top: 30px;
}

.standarddraw {
  width: 100%;
  height: 470px;
  margin: 30px 0;
}

.standard-img {
  width: 49%;
  float: left;
}

.standard-txt {
  width: 49%;
  float: right;
}

.txt-title {
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 30px;
  color: #07438a;
  font-weight: 700;
}

.txt-content {
  line-height: 30px;
  font-size: 14px;
  color: #666460;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
}

.txt-a {
  line-height: 30px;
  font-weight: 700;
  font-size: 16px;
  color: #3273dc;
}


/* 图片轮播 */

.turn {
  /* width: 610px; */
  height: 470px;
  border-radius: 2px;
  border: 1px #d2d8da solid;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.draw-img {
  border: 1px #d2d8da solid;
  padding: 20px;
  height: 100%;
}

.draw-img img {
  width: 99%;
  height: 99%;
  border: 1px solid #e1e8e8;
}

.turn-loading {
  width: 120px;
  height: 280px;
  position: absolute;
  z-index: 4;
  overflow: hidden;
  background: #202f42;
}

.turn-loading img {
  width: 32px;
  height: 32px;
  margin: 51px 0 0 135px;
}

.turn-pic li {
  position: absolute;
  top: 0px;
  left: 0px;
  filter: alpha(opacity=0);
  opacity: 0;
  height: 100%;
}

.turn-pic li img {
  /* width: 610px;
height: 280px; */
  margin: 0 0 0 60px;
  overflow: hidden;
  width: 430px;
  height: 100%;
}

.turn-bg {
  width: 100%;
  height: 32px;
  overflow: hidden;
  background: #070707d1;
  position: absolute;
  z-index: 2;
  bottom: 0;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.turn-tit {
  font-size: 12px;
}

.turn-tit a {
  color: #ffffff;
  text-decoration: none;
}

.turn-tit a:hover {
  color: #ffb02b;
  text-decoration: none;
}

.turn-tit li {
  position: absolute;
  z-index: 3;
  bottom: -20px;
  left: 5px;
}

.turn-btn {
  position: absolute;
  z-index: 3;
  font-size: 12px;
  color: #afafaf;
  bottom: 8px;
  right: 15px;
}

.turn-btn .lb,
.turn-btn .rb {
  width: 6px;
  height: 9px;
  background: url(../images/btn.png) no-repeat;
  overflow: hidden;
  position: absolute;
  top: 3px;
  left: -10px;
  cursor: pointer;
}

.turn-btn .rb {
  background-position: -6px 0;
  left: 21px;
}

.turn-btn span {
  text-align: center;
}

#selfMain {
  border-right: 1px solid #d2caca;
}

.self-left {
  width: 20%;
  float: left;
  border: 1px solid #d8d5d5
}

.self-right {
  width: 80%;
  float: right;
}

.tab-title {
  border: 1px solid red
}

.nav-tabs>li {
  text-align: center !important;
}


.tab-content {
  margin: 3px;
  padding: 20px;
  border: 1px solid #e0e0e0;
}

.scantab .col-md-6 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.nav-tabs>li>a {
  border-radius: 0 !important;
  margin-right: 0 !important;
}

.nav-tabs a {
  color: #646764 !important
}

.nav-tabs .active a {
  color: #238023 !important
}

.scanselfbody {
  overflow: hidden !important;
}

#mapScanDiv {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.layer-checkbox {
  margin-right: 7px !important;
}

.draw-row {
  margin-bottom: 10px;
}

.draw-row:last-child {
  margin-bottom: 0;
}

.draw-btn {
  width: 100px;
  margin-left: 10px;
}

.draw-btn:first-child {
  margin-left: 7px;
}

.draw-title,
.shp-title {
  text-align: center;
  background-color: #4d95b7;
  color: white;
  height: 28px;
  line-height: 28px;
  margin-bottom: 15px;
}

.shp-title {
  margin-top: 20px;
}

.tip-font {
  color: #969696;
  margin-bottom: 7px;
}


.right-null,
.tip-font,
.clearShp {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.clearShp {
  text-decoration: underline;
  cursor: pointer;
}

#legendDiv {
  width: 282px;
  height: 232px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border: 1px solid #0054927a;
}

.tj-span {
  margin-left: 20px;
  text-decoration: underline;
  color: #1180c1;
  cursor: pointer;
}

.modal-content {
  width: 100% !important;
  height: 100% !important;
}

.modal-title {
  text-align: center !important;
  letter-spacing: 2px !important;
}

#myModalLabelPrint {
  text-align: left !important;
}

.modal-close {
  color: white !important;
  opacity: 1 !important;
}

#echartsDiv {
  /* border: 1px solid red; */
  padding-bottom: 20px !important;
}

.print-div {
  visibility: hidden;
  position: absolute;
  bottom: 254px;
  right: 20px;
}

.print-btn {
  padding: 6px 13px !important;
  background-color: white !important;
  color: #1471d2 !important;
  border: 1px solid #6bb2ced9 !important;
  cursor: pointer;
}

.fea-table {
  margin-top: 20px;
}

.table-info {
  height: 345px;
  font-size: 11px;
  overflow-y: auto;
}

.txt-btn {
  text-decoration: underline;
  color: #4d95b7;
  margin-right: 5px;
  cursor: pointer;
}

#colorDiv {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  color: #fff;
}

#color-row1 {
  margin-bottom: 20px;
}

#cssfooter {
  text-align: center !important;
}

.css-body {
  padding-left: 20% !important;
}

.css-body .form-control {
  width: 50% !important;
}

.cssp {
  margin-top: 6px;
}

#scandraw .draw-btn {
  width: 60px;
}

.downlodlist{
  display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 90%;
    flex-wrap: wrap;
}
.downlodlist .imagename{width:50%;text-align: center;line-height: 30px;}


.downlodcardlist{
    display: flex;
    flex-direction: row;
    height: 90%;
    width: 100%;
    flex-wrap: wrap;
    padding: 10px 20px;
    margin-left: 20px;
    overflow-y:scroll;
    }
.downlodcardlist::-webkit-scrollbar {
            width: 1px; /* 滚动条宽度 */
        }
.downlodcardlist .imagecard{width:150px;text-align: center;margin: 5px;}
.downlodcardlist .imagecard img{width:150px;}
.downlodcardlist .imagecard span{font-size:12px;}