| 1234567891011121314151617181920212223242526272829303132333435363738 | 
							- .cert-info {
 
-   background-color: #fff;
 
-   padding: 12px;
 
-   min-height: 100vh;
 
-   position: relative;
 
-   padding-bottom: 75px;
 
-   h2 {
 
-     font-size: 16px;
 
-     padding: 8px 0;
 
-     font-weight: 600;
 
-     color: #333333;
 
-     line-height: 1.5;
 
-   }
 
-   .cert-text {
 
-     font-size: 13px;
 
-     line-height: 1.3;
 
-     padding-bottom: 12px;
 
-     color: #999999;
 
-   }
 
-   .cert-img {
 
-     border-radius: 5px;
 
-     overflow: hidden;
 
-     line-height: 0;
 
-     margin-bottom: 8px;
 
-   }
 
-   .btn-group {
 
-     position: fixed;
 
-     bottom: 0;
 
-     left: 0;
 
-     right: 0;
 
-     padding: 12px;
 
-     background-color: #fff;
 
-   }
 
- }
 
 
  |