.options {
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		z-index: 999;
	}
	.btns {
		width: 20%;
		text-align: center;
		padding-bottom: 30px;
	}
	.l-btns,.r-btns {
		display: inline-block;
		pointer-events: all;
		cursor: pointer;
	}
	.sL_icon {
		width: 18px;
		height: 18px;
	}
	.icon {
		width: 16px;
		height: 16px;
	}