﻿.ui-body-form{
	padding:10px;
}
.ui-body-form .form-group {
	margin-bottom: 20px;
} 
 
/*内容页公用样式*/
.content-mid{
	width: 1060px;  
	height: auto;
	margin:20px auto;
}
.content-border{
	border:1px solid #e0e0e0;
}
.content-mid div.title{
	width: 100%;
	height: 100px;
	padding:10px 15px;
	background:#e0e0e0;
}
.content-mid div.title>span{
	height: 100%;
	border-left:4px solid #00acec;
	color: #00acec;
	font-size: 18px;
	text-indent: 10px;
	line-height: 30px;
}
.content-mid div.title>div{
	margin-right: 25px;
	height: 100%;
	line-height: 30px;
}
.content-mid div.title>div button{
	min-width: 60px;
	height: 30px;
	text-align: center;
	color: #fff;
	background: #00acec;
	border-radius: 4px;
	margin-left:12px;
	float: left;
	padding:0 8px;
}
.content-mid div.title>div button i.platform{
	margin-right: 5px;
}
.content-mid div.title>div>span{
	color:#15e4db;
}
 