.boxa {
	background-color: #fafafa;
	padding: 20px 26px;
}

.boxa_label {
	font-size: 16px;
	color: #1a1a1a;
	padding-right: 6px;
	margin-bottom: 0;
}

.boxa_bor {
	width: 240px;
	height: 40px;
	font-size: 16px;
	color: #1a1a1a;
	border-radius: 6px;
	background-color: #fff;
	border: solid 1px #d9e1ef;
	padding: 0 10px;
	margin-right: 30px;
}

.boxa_bor input {
	cursor: pointer;
}

.boxa_select {
	width: 240px;
	height: 40px;
	font-size: 16px;
	color: #1a1a1a;
	border-radius: 6px;
	background-color: #fff;
	border: solid 1px #d9e1ef;
	margin: 0 30px 0 0;
}

.boxa_select select {
	border: none;
	background-color: #fff;
	padding-right: 10px;
	cursor: pointer;
}

.boxa_tab {
	width: 320px;
	height: 38px;
	border-radius: 6px;
	border: solid 1px #1e66f4;
}

.boxa_tab span {
	width: 25%;
	height: 100%;
	line-height: 38px;
	font-size: 15px;
	color: #1e66f4;
	border-right: solid 1px #1e66f4;
	text-align: center;
	cursor: pointer;
}

.boxa_tab span:last-child {
	border-right: none;
}

.boxa_tab span.vc-active {
	color: #fff;
	background-color: #1e66f4;
}

.boxb>div {
	border: solid 1px #e6e6e6;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	margin-right: 20px;
	margin-top: 10px;
	height: fit-content;
	position: relative;
}


.boxb>div:last-child {
	margin-right: 0;
}

.boxb_tit {
	background-color: #f4f7ff;
	border-bottom: solid 1px #e6e6e6;
	padding: 0 12px 0 34px;
	font-size: 16px;
	color: #333333;
	height: 40px;
	width: 100%;
	position: relative;
	line-height: 40px;
}

.boxb_tit span {
	color: #1e66f4;
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.boxb_li .dd {
	width: 33.33%;
	border-right: solid 1px #e6e6e6;
	text-align: center;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-bottom: solid 1px #e6e6e6;
	position: relative;
}

.boxb_li .dd:nth-child(3n+3) {
	border-right: none;

}

.boxb_li .dd p {
	font-size: 14px;
	color: #1a1a1a;
}

.boxb_li .dd span {
	font-weight: bold;
	font-size: 14px;
	color: #1e66f4;
	padding-top: 5px;
}


.boxb_li>div::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	z-index: 1;
	bottom: 0;
}

/* pttabdiv */

.pttabdiv {}