body{
	background-color:#F2F2F2;
}

.content{
	width: 100%;
	padding: 20px 0px;
	background-color:white;
}
.info{
	width: 90%;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
	background-color: white;
	margin-bottom: 16px;
	border-bottom: solid 1px #F2F2F2;
	position: relative;
}
.info-title{
	color: #444444;
	font-size:18px;
	margin-bottom: 16px;
}
.jiantou {
	width: 10px;
    height: 10px;
    float: right;
    margin-top: -16px;
    margin-right: 20px;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(-45deg);
}

.yzm-btn{
	padding: 6px 10px;
    background-color: #4475DC;
    border-radius: 4px;
    color: white;
    position: absolute;
    top: 30px;
    right: 4px;
}
.yzm-img{
	position: absolute;
    top: 26px;
    right: 4px;
    width: 120px;
}
.btn-info{
	width: 90%;
	margin: 0 auto;
}
.cz-btn{
	width: 45%;
	height: 40px;
	line-height: 40px;
	float: left;
	background-color: #CCCCCC;
	color: white;
	border-radius: 40px;
	text-align: center;
}
.tj-btn{
	width: 45%;
	height: 40px;
	line-height: 40px;
	float: left;
	background-color: #4475DC;
	color: white;
	border-radius: 40px;
	text-align: center;
}

.org-btn{
	width: 45%;
	height: 40px;
	line-height: 40px;
	float: left;
	background-color: #FFBB66;
	color: white;
	border-radius: 40px;
	text-align: center;
}

.textarea-class{
	background-color: #EEEEEE;
}



.fh-btn{
	width: 45%;
	height: 40px;
	line-height: 40px;
	float: right;
	background-color: #5bc0de;
	color: white;
	border-radius: 40px;
	text-align: center;
}