/*!
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
.btn-red, .btn-red:hover, .btn-red:active, .btn-red.hover, .btn-red.focus,
	.btn-red:focus, .btn-red.active.focus, .btn-red.active:focus, .btn-red.active:hover,
	.btn-red:active.focus, .btn-red:active:focus, .btn-red:active:hover {
	background-color: #dd4b39 !important;
	border-color: #dd4b39 !important;
}

.categoryBox1 {
	width: 18%;
	margin: 30px 20px 20px 0;
	height: 150px;
	background-color: #EBA39E;
	/*边框*/
	/*边角弧度*/
	border-radius: 10px;
	/*阴影*/
	-moz-box-shadow: 2px 2px 5px #333333;
	-webkit-box-shadow: 2px 2px 5px #333333;
	box-shadow: 0 15px 30px #285a63;
}

.categoryBox2 {
	width: 18%;
	margin: 30px 20px 20px 0;
	height: 150px;
	background-color: #9EEBBF;
	/*边框*/
	/*边角弧度*/
	border-radius: 10px;
	/*阴影*/
	-moz-box-shadow: 2px 2px 5px #333333;
	-webkit-box-shadow: 2px 2px 5px #333333;
	box-shadow: 0 15px 30px #285a63;
}

.categoryBox3 {
	width: 18%;
	margin: 30px 20px 20px 0;
	height: 150px;
	background-color: #9ED9EB;
	/*边框*/
	/*边角弧度*/
	border-radius: 10px;
	/*阴影*/
	-moz-box-shadow: 2px 2px 5px #333333;
	-webkit-box-shadow: 2px 2px 5px #333333;
	box-shadow: 0 15px 30px #285a63;
}

.categoryBox1 h3, .categoryBox2 h3, .categoryBox3 h3 {
	padding: 0;
	width: 20%;
	height: 150px;
	text-align: center;
	color: white;
	display: table-cell;
	vertical-align: middle
}

.pagination .controls input {
	border: 0;
	width: 36px;
	padding: 0;
	margin: -3px 0 0 0;
	text-align: center;
	font-size: 13px;
	background: transparent;
	box-shadow: none;
}

.width-70 {
	width: 70px !important
}

.width-80 {
	width: 80px !important
}

.width-100 {
	width: 100px !important
}

.width-110 {
	width: 110px !important
}

.width-200 {
	width: 200px !important
}

.width-250 {
	width: 250px !important
}

.width-300 {
	width: 300px !important
}

.width-350 {
	width: 350px !important
}

.width-400 {
	width: 400px !important
}

.width-450 {
	width: 450px !important
}

.width-500 {
	width: 500px !important
}

.width-550 {
	width: 550px !important
}

.width-600 {
	width: 600px !important
}

.width-650 {
	width: 650px !important
}

.width-700 {
	width: 700px !important
}