.side-box {
    bottom: 0px;
    right: 0px;
    position: fixed;
    height: calc(100% - 114px);
    z-index: 400;
    background-color: #fff;
    box-shadow: 10px 15px 18px #000;
    display: none;
}

.side-main {
	height: 100%;
}
.side-head {
	height: 70px;
	position: relative;
	padding: 10px 30px 0;
	user-select:none;
}
.side-title {
	height: 55px;
	line-height: 45px;
	color: #000;
	font-size: 22px;
	border-bottom: 1px solid #e9e9e9;
}
.close-btn {
	position: absolute;
    font-size: 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #615b5b;
}
.side-content {
	height: calc(100% - 90px);
	overflow-y: auto;
	padding: 0 30px 10px;
}
.side-wf-view{
	display:flex;
	flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 300px;
}

/*修改popGrid弹窗margin*/
.side-content .pop-box {
	margin: 200px auto !important;
}