.gf-box{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.gf-hidden{
	height:0px;
	width:0px;
	overflow: hidden;
}
.gf-row{
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 35px;
    border-bottom: 1px dashed #ccc;
    margin-top: 10px;
}
.gf-file{
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.gf-icon{
	width: 25px;
    height: 25px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.gf-name{
	
}
.gf-del{
	width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.gf-lock-screen{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:rgba(27,27,27,0.5);
	overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
}

.gf-pro-tip{
	background-color:#fff;
	border-radius:2px;
	margin:300px auto;
	width:252px;
	height:50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 0px 4px 18px 0px #333;
    border:0px solid #333;
    color:#0987f7;
}