@import url(/zysz/zysz.css);
   /*弹框*/
   .pop-box{
       position: fixed;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       justify-content: center;
       align-items: center;
       flex-wrap: wrap;
       z-index: 9999;
       background: rgba(0,0,0,.45);
       display: none;
   }
   .pop-box .pop-item{
       position: relative;
       width: 85%;
       max-width: 512px;
       animation: all .2s linear;
       display: none;
   }
   .pop-box .pop-item .pop-img img{
       width: 100%;
   }
   .pop-box .pop-item .close{
       position: absolute;
       top: -17px;
       right: -17px;
       font-size: 18px;
       color: #fff;
       width: 34px;
       height: 34px;
       line-height: 30px;
       text-align: center;
       border-radius: 50%;
       background: #383838;
       border: 2px solid #fff;
   }
   .pop-white{
       background-color: #ffffff;
       border-radius: 5px;
   }
   .pop-transparent{
       
       
   }