body{
	background: #f5f5f5;
}
.to_post{
	background: #fff;
	border-radius: 5px;
}
.to_post_tit{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	border-bottom: #f5f5f5 solid 1px;
}
.to_post_con{
	padding: 20px 45px 50px;
}
.to_post_con dl{
	padding: 13px;
	line-height: 38px;
	display: flex;
}
.to_post_con dl dt{
	font-size: 14px;
	font-weight: bold;
	width: 80px;
}
.to_post_con dl dd{
	width: 800px;
}
.to_post_con .attention{
	color: #4ea3ff;
	margin-left: 20px;
}
.to_post_con .layui-input-inline{
	margin-right: 15px;
}
.to_post_con .up_ipt_area{
	width: 100%;
	box-sizing: border-box;
	height: 150px;
	padding: 10px;
}
.to_post_con .layui-form-radio{
	margin-top: 0;
	margin-left: 10px;
	width: 100px;
}
.to_post_con dl dd.supervise,.to_post_con dl dd.budget,.to_post_con dl dd.progress{
	position: relative;
}
.to_post_con dl dd .sel_box{
	position: absolute;
	z-index: 2;
}
.to_post_con dl dd .tip_tit{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	border:#eee solid 1px;
	border-radius: 5px 5px 0 0;
	background: #fff;
	border-bottom: 0;
	height: 38px;
	width: 110px;
	display: none;
}
.to_post_con dl dd .tip_tit2{
	position: absolute;
	left: 130px;
	top: 0;
	z-index: 1;
	border:#eee solid 1px;
	border-radius: 5px 5px 0 0;
	background: #fff;
	border-bottom: 0;
	height: 38px;
	width: 110px;
	/*display: none;*/
}
.to_post_con dl dd .tip_box{
	margin-top: 38px;
	border:#eee solid 1px;
	padding: 10px 15px;
	line-height: 20px;
	font-size: 14px;
	border-radius: 1px;
	width: 770px;
	display: none;
}
.to_post_con dl dd .tip_box2{
	margin-top: 38px;
	border:#eee solid 1px;
	padding: 10px 15px;
	line-height: 20px;
	font-size: 14px;
	border-radius: 5px;
	width: 770px;
	display: none;
}
.to_post_con dl dd.budget .tip_box, .to_post_con dl dd.budget .tip_box2{
	display: block;
	padding: 15px 0 0;
}
.to_post_con dl dd.budget .tip_tit{
	display: block;
	left: 0;
}
.to_post_con dl dd.budget .tip_tit2{
	display: block;
}
.to_post_con dl dd.supervise .tip_box{
	display: block;
	/*padding: 15px 0 0;*/
	padding: 0;
}
.to_post_con dl dd.supervise .tip_tit{
	display: block;
	left: 0;
}
.budget .money_type{
	padding-left: 15px;
    padding-bottom: 15px;
}
.budget .total_box{
	display: flex;
	line-height: 30px;
	padding: 0 25px;
}
.budget .total_box input{
	margin: 0 10px;
    height: 28px;
    line-height: 28px;
    width: 100px;
    background: #f5f5f5;
}
.budget .describe{
	border-radius: 5px;
	background: #faf2ea;
	padding: 10px 25px 20px;
	line-height: 25px;
	font-size: 14px;
	margin-top: 15px;
}
.budget .describe p:first-child{
	line-height: 30px;
	font-weight: bold;
}
.budget .describe span{
	font-weight: normal;
    color: #4ea3ff;
    margin-right: 5px;
}
.supervise .describe{
	border-radius: 5px;
	background: #faf2ea;
	padding: 10px 25px 20px;
	line-height: 25px;
	font-size: 14px;
	/*margin-top: 15px;*/
}
.supervise .describe p:first-child{
	line-height: 30px;
	font-weight: bold;
}
.supervise .describe span{
	font-weight: normal;
    color: #4ea3ff;
    margin-right: 5px;
}
.to_post_con .attachment{
	display: flex;
	color: #666;
	cursor: pointer;
}
.to_post_con .attachment img{
	width: 38px;
}
.layui-form button{
    display: block;
    margin: 30px auto 70px;
    width: 190px;
    height: 56px;
    line-height: 56px;
    background: #4ea3ff;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 0;
    cursor: pointer;
}
.agreement{
    margin: 40px auto 0;
    text-align: center;
}
.agreement a{
    color: #4ea3ff;
}