.not-support-layer {
    display: none;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom:15%;
    left:0;
    background-color:#000;
    font-size:14px;
    color:#fff;
    text-align:center;
   .left-info-layer{
       position:absolute;
       display:inline-block;
       width:48%;
       height: 100%;
       left:0;
       border-right: rgba(216, 216, 216, 0.15) solid 1px;
       color: #fff;
       font-size: 20px;
       line-height: 36px;
       .warn-img{
           display:block;
           height:58px;
           padding: 20px 0 32px 0;
           i{
               display: block;
               width:58px;
               height: 58px;
               background: url('//img.alicdn.com/tfs/TB1hptSeMMPMeJjy1XcXXXpppXa-58-58.png') no-repeat;
               margin: 0 auto;
           }
       }
       .warn-reason{
            display:block;
            padding-bottom: 16px;
       }
       .warn-txt{
           color:#666;
       }
   }
   .right-info-layer{
       width:50%;
       height: 100%;
       float: right;
       left:0;
       top:0;
       box-sizing: border-box;
       .right-info-content{
            text-align:left;
            display: inline-block;
            margin: 0 auto;
       }
       .note-txt{
           color:#666;
           margin-bottom: 30px;
       }
       li{
           position: relative;
           list-style: none;
           display: block;
           margin-bottom: 30px;
       }
       .type-txt i{
            display: block;
            left: 215px;
            position: absolute;
            top: 0;
            width: 61px;
            height: 21px;
            background: url('//img.alicdn.com/tfs/TB13i4zeMMPMeJjy1XdXXasrXXa-61-21.png') no-repeat;
       }
       .type-txt a {
           color: #3a72bf;
           display: inline-block;
           padding: 0 10px;
           cursor: pointer;
       }
       .type-txt img{
           border:#fff solid 3px;
           width: 100px;
           height: 100px;
       }
       
   }  
}