
input{
	box-shadow: none!important;
	/*-webkit-appearance: none;*/
}
select{
	-webkit-appearance: none;
}
.page {
	overflow: hidden;	
}

.page a {
	list-style: none;
	float: left;
	width: 34px;
	height: 34px;
	border: 1px solid #eee;
	line-height: 34px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 16px;
	background: #fff;
}
.page span{
	background: #aaa;
	display: block;float: left;
	width: 34px;
	height: 34px;
	border: 1px solid #eee;
	line-height: 34px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 16px;
	color: #fff;
}

.maxbox {
	border: 1px solid #ddd;
}

.maxbox .headertitle {
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
	padding: 10px 15px;
}

.minbox {
	padding: 40px;
}

/*.caozuo a{
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border: 1px solid #ddd;
	background: #fff;
	margin-right: 10px;
	border-radius: 5px;
	display: block;
	float: left;
}*/
/*上传图片*/
.uploadimgobjshow{
	overflow: hidden;
}
.uploadimgobjshow ul li{
	float: left;
	position: relative;
	list-style: none;
}
.uploadimgobjshow ul li .close{
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: #000000;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.uploadimgobjshow ul li img{
	width:200px ;
}

.uploadimgtop{
	width: 100%;
	background: #fff;
	text-align: center;
	line-height: 36px;
	height: 100%;
	height: 36px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.uploadimg{
	display: none!important;
}
.uploadimgshow{
	width: 150px;
}
	
.imgobjshow{
	overflow: hidden;
}
.imgobjshow ul li{
	float: left;
	position: relative;
	list-style: none;
}
.imgobjshow ul li .close{
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: #000000;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.imgobjshow ul li img{
	width:200px ;
}


.iconbox{
	border: 1px solid #ddd;
	text-align: center;
	font-size: 12px;
	background: #fff;
	overflow: hidden;
	line-height: 26px;
	display: block;
	padding:  0 5px;
	height: 26px;
	display: inline-block;
	cursor: pointer;
	color: #666;
	border-radius: 4px;
}
.iconbox i{
	height: 26px;
}

/*弹出框*/
.confirmback{
	display: none;
	position: fixed;
	z-index: 100;
	background: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.confirmback .confirm{
	width: 400px;
	height: 180px;
	background: #fff;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -150px;
	border-radius: 4px;
}
.confirmback .confirm .head{
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	background: #333333;
	color: #fff;
}
.confirmback .confirm .head .guan{
	float: right;
	color: #fff;
	width: 40px;
	text-align: center;
	cursor: pointer;
}
.confirmback .confirm .content{
	color: #333;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
}
.confirmback .confirm .butbox{
	overflow: hidden;
	color: #fff;
	margin: 0 auto;
	width: 140px;
}
.confirmback .confirm .butbox .yes{
	float: left;
	padding:5px 15px;
	background: #555;
	display: block;
	margin: 5px;
	width: 60px;
	cursor: pointer;
}
.confirmback .confirm .butbox .no{
	float: left;
	padding:5px 15px;
	background: #555;
	display: block;
	margin: 5px;
	width: 60px;
	cursor: pointer;
	
}
.confirmback .confirm .butbox .yes:hover,.confirmback .confirm .butbox .no:hover{
	background: #000;
}
/*弹出框*/


.iconbox.blue{
	background: #428bca!important;
	color: #fff!important;
	border:1px solid #428bca!important;
}