/* 遮盖层 */
.dialog-pic-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  z-index: 200000;
  margin: 0;
  display: none;
  background: transparent;
}

.dialog-pic {
  position: relative;
  margin: 0 auto 50px;
  /*background: #fff;*/
  border-radius: 2px;
  box-sizing: border-box;
  /*width: 30%;*/
  background: transparent;
  text-align: center;
  align-self: center;
}

.dialog-pic-header {
  padding: 20px 20px 10px;
}

.dialog-pic-close {
  position: absolute;
  top: 525px;
  padding: 4px;
  background: #fff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.dialog-pic-body {
  padding: 30px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}

.dialog-pic-body img {
  width: 100%;
  height: auto;
}

.dialog-pic-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
  z-index: 110000;
  display: none;
}

/* 海报  */
.poster-container {
  width: 345px;
  height: 452px;
  /*相对定位*/
  position: relative;
  /*溢出隐藏*/
  overflow: hidden;
  z-index: -9999;
  top: 100%;
  background-color: #091847;
}

.poster-bg-img {
  height: 117px;
  background: url(/static/image/donews_poster_bg.png) center center no-repeat;
  background-size: cover;
  /*模糊背景*/
  /* filter: blur(3px); */
  margin-top: -1px;
}

.poster-content {
  width: 100%;
  height: 335px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background-color: #091847;
  margin-top: -1px;
}

.poster-content-centre {
  border-radius: 0 0 8px 8px;
  background-color: #091847;
  width: 316px;
  height: 161px;
  position: absolute;
  top: 108px;
  left: 15px;
}

.poster-content-img {
  width: 100%;
  height: 161px;
  position: absolute;
  top: 0;
  border-radius: 8px 8px 0 0;
  left: 0;
}

.poster-content-bottom {
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  width: 316px;
  height: 168px;
  position: absolute;
  top: 269px;
  left: 15px;
  z-index: 1;
}

.poster-text {
  width: 277px;
  /*height: 56px;*/
  position: absolute;
  top: 19px;
  left: 15px;
  color: #333333;
  text-align: left;
  line-height: 28px;
  font-size: 20px;
  font-weight: 400;
  font-family: PingFangSC-Medium, sans-serif;
  z-index: 100;
  overflow: hidden;
}

.poster-ico {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 94px;
  left: 247px;
}

.poster-ico img {
  width: 54px;
  height: 54px;
}

.poster-ico-text {
  height: 20px;
  position: absolute;
  top: 104px;
  left: 15px;
  font-size: 14px;
  color: #000;
  font-family: PingFangSC-Regular, sans-serif;
}

.poster-ico-text-1 {
  height: 18px;
  position: absolute;
  top: 126px;
  left: 15px;
  font-size: 12px;
  color: #999999;
  font-family: PingFangSC-Regular, sans-serif;
}