@charset "UTF-8";
.container {
  /* 暂时 */
  width: 100%;
  height: 100%;
  min-height: 700px;
  margin: 0 auto;
  position: relative;
  background-color: #001529;
}
.left-wrap {
  position: absolute;
  min-width: 204px;
  max-width: 284px;
  width: 16%;
  left: 20px;
  top: 20px;
  bottom: 20px;
  background-image: url('../images/tools/box-bg4.png');
  background-size: 100% 100%;
  z-index: 1;
}
.right-wrap {
  transform: translateX(105%);
  transition: all 0.2s ease;
  position: absolute;
  min-width: 400px;
  max-width: 600px;
  width: 30%;
  right: 20px;
  top: 20px;
  bottom: 20px;
  background-image: url('../images/tools/box-bg5.png');
  background-size: 100% 100%;
  z-index: 1;
}
.trans {
  transform: translateX(0);
  transition: all 0.2s ease;
}
.con-title {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  flex: 0 0 45px;
  height: 45px;
  line-height: 40px;
  padding: 4px 10px 0 10px;
  font-size: 16px;
  color: #def1ff;
  font-weight: 700;
  text-align: center;
  background: url('../images/tools/title-bg-c.png');
}
.con-title:before {
  content: '';
  width: 30px;
  height: 45px;
  position: absolute;
  top: 0;
  left: -30px;
  background: url('../images/tools/title-bg-l.png') no-repeat;
}
.con-title:after {
  content: '';
  width: 30px;
  height: 45px;
  position: absolute;
  top: 0;
  right: -30px;
  background: url('../images/tools/title-bg-r.png') no-repeat;
}
.slot-box {
  position: absolute;
  left: 4px;
  width: calc(100% - 6px);
  height: calc(100% - 50px);
  overflow: hidden;
  padding: 15px 0;
}
/* 左侧 */
.list-wrap {
  overflow: auto;
}
.list-wrap ul {
  width: 100%;
}
.list-wrap ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  color: #19bfef;
  font-size: 16px;
  color: #bbd9ff;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.list-wrap ul li.list-active {
  color: #ffc852;
  background-image: linear-gradient(
    to right,
    rgba(0, 104, 183, 0.1) 0%,
    #0068b7 20%,
    #0068b7 80%,
    rgba(0, 104, 183, 0.1) 100%
  );
}

/* 右侧 */
.icon-close {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 10px;
  background: url('../images/tools/close.png');
  background-size: 100%;
  cursor: pointer;
}
.slot-r {
  height: 100%;
  overflow: auto;
  padding: 0px 20px 0 20px;
}
.info-img {
  width: 176px;
  height: 88px;

  position: absolute;
  right: 20px;
  top: 56px;
}
.info-title {
  font-size: 18px;
  color: #ffc852;
}

.info-detail {
  padding: 6px 0;
  border-bottom: 1px solid #247fa8;
  height: calc(100% - 180px);
}
.info-detail .info-condition {
  height: calc(100% - 260px);
  overflow: auto;
}
.info-detail li {
  color: #a7ceff;
  /* display: flex; */
  font-weight: bold;
  line-height: 26px;
  overflow: hidden;
}
.info-detail li:nth-child(1),
.info-detail li:nth-child(2),
.info-detail li:nth-child(3) {
  width: 180px;
  font-size: 16px;
}
.info-detail li:nth-child(3) {
  min-height: 48px;
}
.info-detail li:nth-child(3) p {
  width: 120px;
}
.info-detail li:nth-child(4),
.info-detail li:nth-child(5),
.info-detail li:nth-child(6),
.info-detail li:nth-child(7),
.info-detail li:nth-child(8) {
  font-size: 14px;
}
.info-detail li:nth-child(6) {
  width: 100%;
}
.info-detail li:nth-last-child(1) {
  font-weight: normal;
  font-size: 14px;
}

.info-detail label {
  display: block;
  height: 26px;
  width: 60px;
  text-align: justify;
  word-break: break-all;
  text-justify: distribute;
  float: left;
}
.info-detail label::after {
  display: inline-block;
  width: 100%;
  content: '';
  height: 0;
}
.info-detail li label + p {
  float: left;
}
.info-detail label p {
  overflow: hidden;
  flex: 1;
}
/* 滚动条 */
.right-wrap ::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.right-wrap ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.right-wrap ::-webkit-scrollbar-thumb {
  background-color: #216aea;
  background-clip: padding-box;
  min-height: 28px;
}

/* 地图 */
#allmap {
  width: 100%;
  height: 100%;
}
/* 轮播图 */
.outSwiper {
  position: relative;
  padding: 0 60px;
}

.swiper-container {
  margin-top: 10px;
  height: 140px;
  position: initial;
}

.swiper-slide {
  text-align: center;
  background: transparent;
  /* width: 50% !important; */
}

.swiper-container img,
.swiper-container #popUp {
  width: 110px;
  height: 61px;
  margin-top: 3px;
}

.swiper-container p {
  font-size: 16px;
  color: #70b0ff;
  text-align: center;
  padding: 0px 10px;
}

.swiper-button {
  position: absolute;
  top: 0px;
  z-index: 3;
  width: 45px;
  height: 68px;
  background-image: url('../images/tools/btn-bg.png');
  background-size: 100% 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btn-l {
  left: 0;
  background-position: center left;
}

.btn-r {
  right: 0;
  background-position: left center;
  transform: rotate(180deg);
}

.my-button-disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

/* 弹窗播放视频  点击放大图片 */
.mask,
#outerdiv {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 8;
}

#playVideo {
  cursor: pointer;
}
.videos,
.bigimg {
  display: none;
  cursor: pointer;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  width: 800px;
}
.pic,
.images {
  cursor: pointer;
}
