
.content {
	min-height:450px;
    /* margin-top: 60px; */
    border-radius: 8px;
    width: 600px;
    /* margin: 0; */
    margin: auto;
    text-align: center;
}
.content .top{
	height:80px;
}

.index-content {
    margin: auto;
    text-align: center;
}
.index-content .title {
    background-color: #FFF5EC;
    color: #FF8900;
    text-align: center;
    line-height: 150px;
    font-size: 22px;
    font-weight: bolder;
    margin-top: 100px;
    border-radius: 30px;
}
