/*css reset*/
@charset "UTF-8";
  *{margin: 0;padding: 0;}
  html, body {
       position: relative;
       height: 100%;
   }
   body {
       background: #000;
       font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
       font-size: 14px;
       color:#000;
       margin: 0;
       padding: 0;
   }
   .swiper-container {
       width: 100%;
       height: 100%;
   }
   .swiper-slide {
       overflow: hidden;
   }
   .pic-content{
      position: fixed;
      width: 100%;bottom: 0;
      background: rgba(0,0,0,0.5);
      color: #fff;
      z-index: 11;
   }
   .pic-content .info{
     padding: 20px 14px 40px 14px;
     text-align: justify;
     line-height: 1.5em;
   }
   .pic-content .info span{
      margin-right: 8px;
   }
   .pic-content .info span i{
     font-size: 1.3em;
   }
   .pic-icon-delete{
     position: absolute;
     width: 30px;height:30px;
     top: 25px;right: 25px;
     z-index: 1111;
   }