ul{
	padding: 10px 0 0 0;
}
li{
	list-style: none;
	margin: 0px;
	padding: 0;
}
.admin-left-bar{
	position: fixed;
	top: 30px;
	left: 0px;
	width: 120px;
}
.admin-content{
	position: relative;
	word-break:break-all; /*全部自动换行，包括英文单词*/
	margin-top: 30px;
	margin-left: 120px;
	padding: 5px 10px;
}

.admin-content .pagination{
	margin: 0;
}
.admin-panel-box{
	padding: 5px 0px;
	font-size: 13px;
}
.admin-category-prefix{
	color: #aaa;
	margin-right: 2px;
}
@media screen and (max-width:768px){
	/*小屏模式下，减少padding*/
	.admin-left-bar{
		position: relative;
		width: 100%;
	}
	.admin-content{
		margin: 20px 0px;
		padding: 10px 0px;
	}
}
.hotpoint{
	position:relative;
}
.hotpoint .point{
	position: absolute;
	right: -5px;
	top: -5px;
}

#product-img-box .col-xs-6{
	padding-left: 0;
	padding-right: 0;
}


.sk-three-bounce {
	margin: 40px auto;
	width: 80px;
	text-align: center; 
}
.sk-three-bounce .sk-child {
	width: 20px;
	height: 20px;
	background-color: #333;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
	animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; 
}
.sk-three-bounce .sk-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s; 
}
.sk-three-bounce .sk-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s; 
}

@-webkit-keyframes sk-three-bounce {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0); 
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	} 
}

@keyframes sk-three-bounce {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0); 
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	} 
}