* {
	padding: 0;
	margin: 0;
}

body {
	background-color: rgb(245, 245, 245);
}

.circle_body {
	width: 1200px;
	margin: 0 auto;
	background-color: white;
	z-index: 22;
	margin-bottom: 50px;
}

.input_search {
	background: rgb(137, 62, 282);
}

.problem {
	text-align: center;
}

.problem>div {
	height: 42px;
	font-size: 30px;
	font-weight: 400;
	color: rgba(89, 89, 97, 1);
	line-height: 42px;
	margin-top: 52px;
}

.navs {
	width: 1200px;
	margin: 15px auto;
	font-size: 14px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
}

.navs>span:nth-child(3) {
	color: rgba(65, 101, 253, 1)
}

.bank_tip {
	padding: 40px 0 21px 0;
	text-align: center;
}

.bank_tip>div:nth-child(1) {
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.bank_tip>div:nth-child(2) {
	font-size: 12px;
	font-weight: 400;
	color: rgba(136, 136, 136, 1);
}


/*图片*/

.loss_img {
	text-align: center;
}


/*问题提问回答*/

.answer {
	width: 1200px;
	margin: 20px auto;
}

.answer>div {
	/*border: 1px red solid;*/
	width: 1100px;
}

.answer_title {
	height: 20px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
	margin: 20px 30px;
}

.answer_text {
	font-size: 12px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 35px;
	margin-left: 80px;
}