.page-wrap {
	margin: 0 auto;
	width: 1440px;
	min-height: 100vh;
	background: linear-gradient(180deg, #0b1c9d 0%, #02004d 18%, #02004d 100%);
	overflow: scroll;
}

.content-wrap {
	padding-bottom: 20px;
	margin: 0 auto;
	/* overflow: scroll; */
}

.top-box {
	position: relative;
	width: 100%;
	height: 110px;
	background-image: url("../images/icon_title_bg1.png");
	background-size: 100% 110px;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
}

.top-box .title {
	position: absolute;
	left: 50%;
	top: 15px;
	transform: translateX(-50%);
	font-size: 26px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
	line-height: 44px;
	letter-spacing: 5px;
}

.box {
	position: relative;
}
.box .title {
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	color: #19ecff;
	text-align: center;
	line-height: 28px;
}
.box .t_box {
	position: relative;
	background: url("../images/icon_t2.png") repeat-y;
	background-position: center 30px;
	background-size: 100% 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.box .t_box .t_sub {
	width: 150px; /* 上底宽度 */
	height: 23px; /* 梯形高度（可调整） */
	position: relative;
	background: linear-gradient(180deg, rgba(14, 95, 255, 0.6) 0%, rgba(28, 0, 255, 0) 100%);
	clip-path: polygon(0% 0%, /* 左上角不偏移（保持最左） */ 100% 0%, /* 右上角不偏移（保持最右） */ calc(100% - 10px) 100%, /* 右下角向左缩进10px */ 10px 100% /* 左下角向右缩进10px */);
	font-size: 14px;
	color: #19ecff;
	line-height: 23px;
	text-align: center;
	margin-left: 18px;
	z-index: 2;
}
.box::before {
	content: "";
	display: block;
	background: url("../images/icon_t1.png") no-repeat center;
	background-size: 100% 100px;
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}
.box::after {
	content: "";
	display: block;
	background: url("../images/icon_t3.png") no-repeat center;
	background-size: 100% 50px;
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.bg {
	content: "";
	display: block;
	position: absolute;
	background: url("../images/icon_t2.png") repeat-y;
	background-position: center;
	background-size: 100% 1px;
	top: 100px;
	bottom: 50px;
	width: 100%;
	z-index: 1;
}

/* 1.基本信息及家庭住房情况评估 */
.index-data-box1 {
	margin: 0 30px 22px;
	width: 331px;
	height: 341px;
	background-image: url("../images/icon_bg8.png");
	background-size: 331px 341px;
}

/* 背景标题 */
.g-title-box1 {
	padding: 10px 0 0;
	margin: 0 auto 30px;
	width: 482px;
	height: 33px;
	background-image: url("../images/icon_title_bg3.png");
	background-size: 482px 33px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #32c5ff;
	line-height: 20px;
	text-align: center;
}

.g-title-box2 {
	padding: 10px 0 0 15px;
	margin: 20px auto;
	width: 572px;
	height: 34px;
	background-image: url("../images/icon_title_bg4.png");
	background-size: 572px 34px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #32c5ff;
	line-height: 20px;
	text-align: center;
}

.g-title-box3 {
	padding: 16px 0 0 15px;
	margin: 0 auto 18px;
	width: 495px;
	height: 47px;
	background-image: url("../images/icon_title_bg2.png");
	background-size: 495px 47px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #32c5ff;
	line-height: 20px;
	text-align: center;
}

/* 1.基本信息及家庭住房情况评估 */
[class^="index-data-box"] {
	padding: 5px 0 0;
	font-size: 14px;
	color: #19ecff;
	line-height: 17px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}
.index-data-box1 {
	margin: 0 0 22px;
	width: 331px;
	height: 341px;
	background-image: url("../images/icon_bg8.png");
	background-size: 331px 341px;
}

.index-data-box2 {
	width: 331px;
	height: 322px;
	background-image: url("../images/icon_bg9.png");
	background-size: 331px 322px;
}

/* 2.家庭经济状况评估 */
.income-box {
	margin: 0 30px 20px;
	height: 283px;
	background: rgba(2, 0, 77, 0.4);
	box-shadow: inset 0 0 26px 0 rgba(17, 40, 255, 0.66);
	border: 2px solid #0d53b7;
}

/* 3.家庭健康状况评估 */
[class^="health-"] {
	font-size: 11px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #19ecff;
	line-height: 15px;
	text-align: center;
}

/* 筛选 */
.select-row {
	margin: 0 auto;
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
}

.select-row .select-box {
	padding: 0 8px;
	margin: 0 15px 0 0;
	width: 106px;
	height: 27px;
	background-image: url("../images/icon_select_box.png");
	background-size: 106px 27px;
	background-repeat: no-repeat;
	background-color: #02004d;
	cursor: pointer;
}

.select-row .select {
	padding: 0;
	margin: 0;
	width: 90px;
	height: 27px;
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
	background-image: url("../images/icon_arrow.png");
	background-size: 8px 5px;
	background-repeat: no-repeat;
	background-position: 82px 11px;
	background-color: #02004d;
	outline: none;
	border: unset;
}
.select-row .input {
	padding: 0;
	margin: 0;
	height: 27px;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	line-height: 27px;
	background-color: transparent;
	border: 0 !important;
	appearance: none !important;
	outline: none !important;
	resize: none;
	box-shadow: unset !important;
}
.select-row .input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.select-row .input:-ms-input-placeholder {
	color: #fff;
}
.select-row .input::-webkit-input-placeholder {
	color: #fff;
}

.select-row .icon-arrow {
	display: block;
	width: 8px;
	height: 4px;
}

.select-row .btn-1 {
	padding: 0;
	border: 0;
	width: 51px;
	height: 27px;
	background: #2d5eff;
	font-size: 12px;
	font-family: Helvetica;
	color: #ffffff;
	line-height: 29px;
	text-align: center;
	cursor: pointer;
}
.select-row .btn-1 + .btn-1 {
	margin-left: 8px;
}

/* 首页表格 */
.index-table-wrap {
	margin: 15px auto 0;
	height: 308px;
	overflow-y: scroll;
}
.index-table {
	width: 100%;
}

.index-table thead {
	width: 675px;
	height: 45px;
	background: linear-gradient(180deg, rgba(9, 53, 179, 0.6) 0%, rgba(2, 0, 77, 0.6) 100%);
	font-size: 15px;
	color: #ffffff;
	line-height: 21px;
	border-bottom: 1px solid #5fbaff;
}
.index-table tbody {
	font-size: 14px;
	color: #ffffff;
	line-height: 19px;
}
.index-table tbody tr {
	height: 38px;
	background: #041370;
}
.index-table tbody tr:nth-of-type(odd) {
	background: #051d82;
}

/* 首页饼图 */
.pie-chart-wrap {
	margin-left: auto;
	margin-right: auto;
}
.pie-chart-wrap .pie-item {
	position: relative;
	width: 76px;
	text-align: center;
}
.pie-chart-wrap .per {
	font-size: 11px;
	color: #bfbfd2;
	line-height: 15px;
}
.pie-chart-wrap .name {
	margin-top: 4px;
	font-size: 12px;
	color: #636291;
	line-height: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pie-chart-wrap .pie-chart-box {
	position: relative;
	width: 173px;
	height: 173px;
	border: 20px solid #022467;
	border-radius: 50%;
	background: #131415;
}
.pie-chart-wrap .pie-chart-box::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 155px;
	height: 155px;
	border: 1px solid #00e0db;
	border-radius: 50%;
	opacity: 0.22;
	z-index: 2;
}
.pie-chart-wrap .line1 {
	position: absolute;
	top: 16px;
	left: -2px;
	width: 20px;
	height: 2px;
	transform: rotate(40deg);
	background: #02004d;
	z-index: 1;
}
.pie-chart-wrap .line2 {
	position: absolute;
	top: -8px;
	left: 80px;
	width: 20px;
	height: 2px;
	transform: rotate(110deg);
	background: #02004d;
	z-index: 1;
}
.pie-chart-wrap .line3 {
	position: absolute;
	top: 50%;
	right: -20px;
	width: 20px;
	height: 2px;
	background: #02004d;
	z-index: 1;
}
.pie-chart-wrap .line4 {
	position: absolute;
	bottom: -10px;
	right: 38px;
	width: 20px;
	height: 2px;
	transform: rotate(70deg);
	background: #02004d;
	z-index: 1;
}
.pie-chart-wrap .line5 {
	position: absolute;
	bottom: 40px;
	left: -16px;
	width: 20px;
	height: 2px;
	transform: rotate(150deg);
	background: #02004d;
	z-index: 1;
}
.pie-chart-wrap .pie-chart-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 25px 0 0;
	width: 92px;
	height: 92px;
	background-image: url("../images/icon_pie_bg.png");
	background-size: 92px 92px;
	background-repeat: no-repeat;
	text-align: center;
}
.pie-chart-wrap .num {
	font-size: 21px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #66ffff;
	line-height: 27px;
}

/* 3d饼图 */
.sanD-pie-wrap {
	width: 100%;
	height: 140px;
	background-image: url(../images/icon_3d_pie_bg.png);
	background-size: 233px 125px;
	background-repeat: no-repeat;
	background-position: 3% 12px;
	margin-top: -10px;
}

#structure-3dbar-chart {
	margin: 0 auto -15px;
	width: 290px;
	height: 150px;
}
#house-segment-chart {
	margin-top: -5px;
	width: 100%;
	height: 180px;
	/* height: 130px; */
}
.index-table-wrap2 {
	margin-top: -10px;
	height: 158px;
	width: 285px;
}
.communication {
	margin: 0 auto;
}
.mt30 {
	margin-top: 30px;
}

.canvas {
	position: relative;
	z-index: 2;
}
.pie-chart-wrap1,
.pie-chart-wrap2 {
	padding-bottom: 10px;
}
.index-table-wrap2 .index-table thead {
	height: 38px;
}
.index-table-wrap2 .index-table tbody tr {
	height: 30px;
}
.index-table-wrap2 .index-table tbody td{
	padding: 0 10px;
}
.com_box {
	padding-bottom: 10px;
}
.pie-chart-wrap .pie-item .per{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pie-chart-wrap .pie-item .per .dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 5px;
}