body {
	background: #F1F5F8;
}

.infobox {
	width: 1200px;
	margin: 30px auto 100px;
	display: flex;
}

.ib_l {
	width: 400px;
	margin-right: 20px;
}

.ib_l_t {
	position: relative;
	margin-bottom: 10px;
	background: white;
	padding-bottom: 20px;
	border-radius: 4px;
}

.ib_l_t_t {
	height: 50px;
}

.ib_l_t_b {
	background: white;
	padding-bottom: 0px;
	padding-top: 18px;
	padding-left: 90px;
}

.ib_l_t_b h1 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	/* text-align: center; */
	
}

.ib_l_t_b p {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.50);
	font-weight: 600;
	padding-top: 5px;
}

.ib_l_t_fixed {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: 18px;
	left: 16px;
}

.ib_l_b {
	background: white;
	padding: 0 16px 50px;
	border-radius: 4px;
}

.l_title {
	padding-top: 30px;
	font-size: 16px;
	color: #000000;
	font-weight: 600;
}

.l_once {
	padding: 18px 16px 26px;
	background: #F5F9FF;
	display: flex;
	align-items: center;
	margin-top: 12px;
}

.l_once_l {
	flex: 1;
}

.l_once_l p {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 10px;
}

.l_once_l p:last-child {
	margin-bottom: 0;
}

.l_once_l div {
	font-size: 14px;
	color: #143D82;
	font-weight: 600;
	margin-top: 20px;
	cursor: pointer;
}

.l_once_r {
	width: 30px;
	height: 20px;
}

.ib_r {
	flex: 1;
	background: white;
	border-radius: 4px;
}

.ib_r_t {
	display: flex;
	align-items: center;
	justify-content:flex-end;
	padding: 14px 0 20px 20px;
	font-size: 14px;
	color: #787A7C;
	font-weight: 600;
}

.ib_r_t span {
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #C9E4FF 100%);
	color: #143D82;
	transition: all .2s;
	margin: 0 10px;
}

.ib_r_t span:hover {
	transform: scale(1.1);
}

.ib_r_b {
	background: white;
	transform: translateY(-47px);
  display: inline-block;
	border-radius: 4px;
	padding-left: 10px;
}

.r_title {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000000;
	font-weight: 600;
}

.r_title img {
	width: 22px;
	height: 22px;
	margin-right: 6px;
}

.service_once {
	padding: 30px;
	background: #F5F9FF;
	border-radius: 4px;
	margin-top: 18px;
}

.s_o_title {
	display: flex;
}

.s_o_title p {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	background: #143D82;
	border-radius: 4px;
	position: relative;
}

.s_o_title p::before {
	content: '';
	width: 0px;
	height: 0px;
	border-left: 15px solid #143D82;
	border-right: 15px solid transparent;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-radius: 2px;
	position: absolute;
	top: 6px;
	left: 0;
}

.s_o_name {
	font-size: 14px;
	color: #143D82;
	font-weight: 600;
	margin-top: 20px;
}

.s_o_info {
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	margin-top: 20px;
}