.contribute{
	width:1120px;
	padding:0 35px 22px;
	border:5px solid #e2e2e2;
}
.contribute_tip{
	padding-top:45px;
	padding-bottom:30px;
	color:#d73e67;
	font-size:16px;
	text-align: center;
}
.contribute .form{
	font-size:12px;
	padding-bottom:38px;
	border-bottom:#e2e2e2;
}
.contribute .form table{
	width:100%;
}
.contribute .form th{
	padding-right:10px;
	width:33%;
	font-weight: normal;
	text-align: right;
	color:#000;
	line-height: 65px;
}
.contribute .form td.tip{
	padding-left:5px;
	color:#999;
}
.contribute .form td.input,
.contribute .form td.file_input,
.contribute .form td.btn{
	width:362px;
}
	.contribute .form td.input input {
		width: 340px;
		padding: 0 10px;
		height: 38px;
		line-height: 38px;
		box-shadow: 0 0 5px 1px #dadada!important;
		-webkit-box-shadow: 0 0 5px 1px #dadada!important;
		color: #333 !important;
		font-size: 14px;
		background-color: #fff;
		border-radius: 4px;
		border:0px;
	}
.contribute .form td.input input:focus{
	box-shadow: 0 0 5px 1px #2c97de;
	-webkit-box-shadow: 0 0 5px 1px #2c97de;
}
.contribute .form td.file_input .file{
	position: relative;
	width:100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#666;
	font-size:12px;
	box-shadow: 0 0 5px 1px #dadada;
	-webkit-box-shadow: 0 0 5px 1px #dadada;
}
.contribute .form td.file_input .file input{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	opacity: 0;
	cursor: pointer;
}
.contribute .form td.btn{
	text-align: right;
}
	.contribute .form td.btn .btn_red {
		width: 80px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #2c97de;
		border: none;
		color: #fff;
		font-size: 14px;
	}
.contribute .notice{
	padding:0 60px 0 60px;
}
.contribute .notice .notice_tit{
	padding:22px 0 14px;
	color:#c23036;
	font-weight: bold;
}
.contribute .notice .notice_con{
	color:#666;
	line-height: 25px;
	font-size:12px;
}
.contribute .notice .notice_con ul{
	padding-left: 28px;
}
.contribute .notice .notice_con li{
	margin: 12px 0;
	position: relative;
	line-height: 22px;
}
.contribute .notice .notice_con li::before{
	position: absolute;
	left: -10px;
	top:10px;
	width:3px;
	height: 3px;
	background-color:#c23036;
	content: "";
}


