/*
* @Author: zhouningyi
* @Date:   2017-03-09 14:26:41
* @Last Modified by:   zhouningyi
* @Last Modified time: 2017-03-09 14:49:21
*/

.wrapper-container{
	display: flex;
	flex-direction: flex-end;
	width: 100%;
}

.com-container, .control-container{
	display: flex;
	flex-direction: flex-end;
}

.com-container{
	flex-grow: 2;
}
.control-container{
	width: 300px;
	height: 800px;
}