.suggest_list_group {
	width: 900px;
	margin: 20px auto;
}
.suggest_list_cell {
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
}
.list_cell_right {
	display: flex;
	flex-direction: row;
}
.list_cell_left {
    width: 90px;
    height: 42px;
    line-height: 42px;
    float: left;
    padding-right: 20px;
}
.suggest_type_cell {
	padding-right: 15px;
}
.suggest_type {
	width: 124px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 2px solid #e2e2e2;
	cursor: pointer;
	position: relative;
}
.suggest_input {
    width: 665px;
    padding-left: 12px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e2e2e2;
}
.suggest_area {
    width: 665px;
    padding-left: 12px;
    height: 240px;
    line-height: 40px;
    border: 1px solid #e2e2e2;
    resize: none;
}
.list_yzm_bx {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    text-indent: 10px;
    border: 1px solid #e2e2e2;
	}
.btn_yellow {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    background-color: #F19114;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    border: 0px;
    width: 60px;
    height: 32px;
    line-height: 32px;
    border: 0px #935809 solid;
}
.suggest_btn {
    width: 140px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}
.advice-selected {
	border: 2px solid #fd8000;
	color: #fd8000;
}