.jimu-widget-about{
  width: 100%;
  height: 100%;
}
.jimu-widget-about-desktop .about-envelope{
  min-height: 300px;
  max-height: 500px;
  min-width: 350px;
  max-width: 800px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.jimu-widget-about-desktop .about-container{
  min-width: 350px;
  max-width: 800px;
  position: absolute;
  display: inline-block;
  background-color: #485566;
  box-shadow: 0 0 4px rgba(160, 160, 160, 0.4);
}
.jimu-widget-about-desktop .about-content{
  width: 560px;
  margin: 20px 40px;
  overflow: auto;
  color: #fff;
  max-height: 388px;
}