body {
	min-width: 1200px;
	background: none;
}

.container {
	width: 1200px;
}

.public-header {
	display: block;
	width: 100%;
	height: 204px;
}

.public-footer {
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 283px;
}

.column {
	height: 51px;
	border-bottom: 1px solid #b2c7eb;
}

.column-tt {
	float: left;
	margin: 3px 0 0 20px;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	font-weight: bold;
	color: #649F76;
	border-bottom: 3px solid #649F76;
}

.form-box {
	padding: 30px 54px 30px 0;
	margin: 0 35px;
	border-bottom: 1px dashed #e5e5e5;
}

.form-node {
	margin-top: 22px;
	font-size: 16px;
	vertical-align: top;
}

.form-node:first-child {
	margin-top: 0;
}

.form-type {
	float: left;
	padding-right: 18px;
	width: 188px;
	height: 44px;
	line-height: 44px;
	text-align: right;
	overflow: hidden;
}

.form-type span {
	vertical-align: middle;
	margin-right: 8px;
	color: #fc0909;
	font-family: "SourceHanSansCN-Medium";
}

.form-wrap {
	margin-left: 206px;
}

.input-box {
	display: block;
	width: 100%;
	height: 44px;
	line-height: 42px;
	border: 1px solid #e5e5e5;
	padding-left: 17px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.problem {
	padding: 20px 20px 25px 0;
	border: 1px solid #e5e5e5;
}

.problem-node {
	margin-top: 10px;
	height: 29px;
	font-size: 14px;
	overflow: hidden;
}

.problem-node:first-child {
	margin-top: 0;
}

.problem-type {
	float: left;
	padding-left: 17px;
	width: 76px;
	height: 28px;
	line-height: 28px;
}

.problem-wrap {
	margin-left: 93px;
	padding-left: 15px;
	border-bottom: 1px dashed #e5e5e5;
}

.problem-box {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	background: none;
}

.radio-box {
	font-size: 0;
	-webkit-text-size-adjust: none;
}

.radio-node {
	display: inline-block;
	vertical-align: top;
	margin: 10px 38px 0 2px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	cursor: pointer;
}

.upload-hd {
	height: 44px;
	line-height: 44px;
}

.upload-btn {
	float: left;
	width: 154px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	background: #649F76;
}

.upload-btn span {
	display: inline-block;
	vertical-align: top;
	padding-left: 29px;
	color: #fff;
	background: url("../images/upload_ico.png") left center no-repeat;
}

.webuploader-pick {
	width: 154px;
	text-decoration: none;
}

.upload-tips {
	margin-left: 170px;
	margin-right: -30px;
	padding: 10px 0;
	line-height: 24px;
}

.upload-bd {
	margin-top: 13px;
}

.file-item {
	height: 32px;
	line-height: 32px;
	padding-left: 24px;
	background: url("../images/file_ico.png") 2px center no-repeat;
	cursor: pointer;
}

.file-item:hover {
	background-image: url("../images/file_icoh.png");
}

.file-item:hover .file-name {
	color: #649F76;
}

.file-name {
	float: left;
	max-width: 90%;
	font-size: 15px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.file-del {
	float: left;
	width: 22px;
	height: 32px;
	background: url("../images/del_ico.png") center no-repeat;
}

.btns {
	margin-top: 32px;
}

.com-btn {
	background: #649F76;
}