.circle_body {
	height: 650px;
	width: 1200px;
	margin: 0 auto;
}

.services,
.nav_right,
.nav_lists,
.left {
	z-index: 33;
}

.top {
	background: linear-gradient(270deg, rgba(142, 61, 228, 1) 0%, rgba(93, 72, 227, 1) 100%);
}

.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;
}


/*图片*/

.circle_body>img {
	height: 100%;
	width: 100%;
}

.circle_service {
	/*position: absolute;
	left: 150px;
	top: 180px;*/
	margin: 136px 0px 0 107px;
}

.mobile_down {
	margin: 90px 0 0 107px;
}

.mobile_down>div:nth-child(1) {
	margin-bottom: 15px;
}

.mobile_down span {
	vertical-align: 9px;
}

.mobile_down>div {
	border: 1px white solid;
	width: 130px;
	padding: 5px 20px;
	border-top-left-radius: 23.5px;
	border-top-right-radius: 23.5px;
	border-bottom-right-radius: 23.5px;
	border-bottom-left-radius: 23.5px;
}

.circle_service>div:nth-child(1) {
	font-size: 40px;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	line-height: 56px;
}

.circle_service>div:nth-child(2) {
	font-size: 20px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 28px;
	margin-top: 5px;
}

.circle_imgs {
	position: relative;
}

.circle_service {
	position: absolute;
	left: 50px;
}

.mobile_down {
	position: absolute;
	left: 50px;
	top: 300px;
}


/*问题提问回答*/

.answer {
	line-height: 50px;
	width: 1150px;
	margin: 0 auto;
}

.answer>div:nth-child(odd) {
	height: 50px;
	background: rgba(236, 236, 236, 1);
	border-radius: 2px 2px 0px 2px;
	color: #333333;
	padding-left: 20px;
}

.answer>div:nth-child(even) {
	color: #333333;
    line-height: 22px;
    padding: 10px 20px;
    margin-bottom: 25px;
}

.mores {
	text-align: center;
	margin-bottom: 20px;
}

.mores>img {
	height: 40px;
	width: 40px;
	vertical-align: -13px;
}

.mores>span {
	font-size: 14px;
	font-weight: 400;
	color: rgba(65, 101, 253, 1);
	line-height: 20px;
}


/*表头定位*/

.header {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 33;
	background-color: #5D48E3;
}

.problem {
	margin-bottom: 20px;
}

.little {
	font-size: 16px;
}

.mobile_down {
	position: absolute;
	left: 240px;
	top: 328px;
}

.btnicon {
	width: 32px;
	margin-right: 8px;
}

.mobile_down>div {
	width: auto;
}

.border_line {
	border-bottom: 1px rgba(189, 189, 189, 0.4) solid;
}

#headerbox .header {
	position: absolute;
	background-color: transparent;
}

#headerbox {
	height: auto;
}
.answer {
	font-size: 14px;
}			
.answer_d {
	background: rgba(249, 249, 249, 1);
	color:rgba(136,136,136,1)!important;
}