    .zzsc-container{
        background: rgb(73, 74, 95);
        position: fixed;
        z-index: 10000;
        top:0;
        width: 100%;
        height: 100%;
        display: none;
    }
    #clipArea1,#clipArea2,#clipArea3 {
        margin: 20px;
        height: 60%;
    }
    #file,
    #clipBtn1,#clipBtn2,#clipBtn3 {
        position:absolute;
        bottom:15%;
        left:18%;
        width:20%;
        height:1.2rem;
        border:none;
        font-size:0.42rem;
        color:#fff;
        background:#000000;
    }
    .close{
        position:absolute;
        bottom:15%;
        right:18%;
        width:20%;
        height:1.2rem;
        border:none;
        font-size:0.42rem;
        color:#fff;
        background:#000000;
    }
    #view {
            width: 2.6rem;
    height: 2.6rem;
    margin: 0.3rem;
    float: left;
    }
.zzsc-container{
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.zzsc-content {
	font-size: 150%;
	padding: 1em 0;
}