@import url(https://blog-static.cnblogs.com/files/al88/jy.pure.css) screen and (min-width:0px);

@media screen and (min-width:1200px) {
	.side-shortcut {
		width: 86px;
		text-align: center;
		cursor: pointer;
		position: relative
	}

	.side-shortcut i {
		line-height: 64px
	}

	.side-shortcut ul {
		max-width: 200px;
		padding: 10px 0;
		margin: 0;
		position: absolute;
		left: 0%;
		top: 100%;
		background: #fff;
		box-shadow: 4px 0 5px rgba(0, 0, 0, 0.15);
		display: none;
		border-radius: 4px;
		cursor: pointer
	}


	.side-shortcut ul li {
		max-width: 200px;
		text-align: left;
		list-style-type: none;
		white-space: nowrap;
		padding: 0 14px
	}

	.side-shortcut:hover ul {
		display: block;
	}
}


/*好像是多余的*/
@media screen and (max-width:1200px) {
	.side-shortcut {
		display: none;
	}
}

