.shengmingBox{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 999999999;
    top: 0;

  }
  .shengmingBox__imgBox{
    padding: 20px;
    border-radius: 20px;
    width: 830px;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -280px;
    box-shadow: 5px 5px 20px 5px rgba(33, 33, 33, 0.2);
    overflow: hidden;
  }
.shengmingBox__imgBox>img{width:100%;}
  .shengmingBox__close{
    width: 30px;
    cursor: pointer;
    position: absolute;
    top:20px;
    right:13px;
  }
.shengmingBox__imgBox h3,.xs-br{
  font-weight:bold;
  font-size:18px;line-height:1.5em;
text-align:center;margin-bottom:10px;
 }
 .bgCn,.bgEn{
   
    background-size: 100% 100%;
    text-align: justify;
    line-height: 1.4em;
  }
.bgCn{
 line-height: 1.5em;
}
 .bgCn>div.box17,.bgEn>div.box17{
     padding: 80px 20px 60px;
  }
.bgCn>div.box17>p,.bgCn>div.box17>p b,.bgEn>div.box17>p{
    font-size:14px;
  }
  .shengmingBox__close:hover{
    opacity: 0.6;
  }
.shengmingBox__close>img{width:100%;}
  .hide{
    display: block;
  }
@media (max-width:991px){
  .bgCn>div.box17,.bgEn>div.box17{
     padding: 10px;
  }
.bgCn,.bgEn{background:none;background-color:#fff;}
.shengmingBox__imgBox{
  width: 90%;    margin-left: -45%;padding:10px;margin-top: 0px;top:5%;
}
.bgCn>div.box17>p, .bgCn>div.box17>p b, .bgEn>div.box17>p{
  font-size:10px;line-height:1.5em;
}
.shengmingBox__close{
    
}
.shengmingBox__close>img {
    width: 70%;
}
}