
        /*截图上传页面*/
        .clipbg{
            position: fixed;
            background: black;
            top: 0;
            z-index: 99999;
            width: 100%;
            height: 100%;
            left: 0;
        }
        .loading{
            position: absolute;
            top: 40%;
            width: 38%;
            left: 31%;
            height: 1.6rem;
            line-height: 1.6rem;
            z-index: 99999;
            text-align: center;
            color: #ffffff;
            border-radius:0.2rem ;
            background: #9f9f9f;
        }
        .clipbg #clipArea{
            width: 100%;
            height: 80%;
            margin: auto;

        }
        .clipbg .footer1{
            width: 90%;
            position: fixed;
            left: 5%;
            bottom: 0px;
            text-align: center;
        }
        .clipbg dl{
            background: #ffffff;
            border-radius: 0.4rem;
            overflow: hidden;
            margin-bottom: 0.6rem;
        }
        .clipbg dd{
            position: relative;
            height: 2.25rem;
            line-height: 2.25rem;
            /* border-bottom:1px solid #999999 ; */
        }
        .clipbg .back{
            height: 2.25rem;
            line-height:2.25rem;
            border-radius: 0.4rem;
            margin-bottom: 0.4rem;
            background: #ffffff;
        }
        .clipbg dd input{
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 11;
            filter:alpha(opacity=0);  
        -moz-opacity:0;  
        -khtml-opacity: 0;  
        opacity: 0; 
        }