.iconTitle {
	margin-top: 30px;
}

.hotBlock {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.hotList {
	width: 580px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: scRegular;
	font-size: 18px;
	margin-bottom: 20px;
	cursor: pointer;
}

.leftFont {
	color: #40A4EB;
	display: flex;
	align-items: center;
}

.point {
	font-size: 20px !important;
}

.ask {
	width: 380px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.time {
	color: #999999;
}

.online {
	width: 100%;
	height: 685px;
	background: #F9FCFF;
	overflow: hidden;
}

.formList {
	width: 1200px;
	margin: 0 auto;
}

.leftTitle {
	font-family: scRegular;
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}

.inputLine {
	width: calc(100% - 2px);
	height: 38px;
	border: solid 1px #B9B9B9;
	margin-bottom: 25px;
	border-radius: 4px;
	overflow: hidden;
}

.inputLine>input {
	width: 100%;
	height: 100%;
	text-indent: 5px;
	color: #333333;
	font-size: 20px;
}

.textLine {
	width: calc(100% - 2px);
	height: 198px;
	border: solid 1px #B9B9B9;
	margin-bottom: 30px;
	border-radius: 4px;
	overflow: hidden;
}

.textLine>textarea {
	width: 1196px;
	height: 196px;
	padding: 1px;
	color: #333333;
	font-size: 20px;
}

.submitBtn {
	width: 300px;
	margin: 0 auto;
	height: 60px;
	background: linear-gradient(0deg, #259DF1, #75C6FF);
	border-radius: 10px;
	font-family: scRegular;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}

.problemsBlock {
	width: 100%;
}

.problemsTotla {
	width: 1200px;
	margin: 0 auto;
}

.problemsList {
	width: 100%;
	height: 180px;
	border-radius: 10px;
	border: dashed #40A4EB 2px;
	font-family: scRegular;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
}

.problemsList>div {
	width: 1150px;
	margin: 0 auto;
}

.problemsHead {
	display: flex;
	align-items: center;
	margin: 30px auto 17px !important;
}

.userType {
	width: 50px;
	height: 24px;
	background: #40A4EB;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	margin-right: 5px;
}

.problems {
	font-size: 18px;
	color: #333333;
	margin-right: 20px;
}

.askTime {
	font-size: 14px;
	color: #999999;
}

.answerText {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 18px;
	color: #666666;
	margin-bottom: 10px !important;
	line-height: 30px;
}

.answerInfo {
	text-align: right;
	font-size: 16px;
	color: #999999;
}