
/* 投资者适当性弹窗样式 */
#investorSuitabilityBg {
	background-color: gray;
	left: 0;
	opacity: 0.8;
	position: fixed !important;
	top: 0;
	z-index: 102;
	filter: alpha(opacity=80);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	display: none;
}

#investorSuitabilityDialog {
	background-color: #fff;
	left: 11%;
	margin: 0 auto;
	padding: 1px;
	position: fixed !important;
	position: absolute;
	top: 9%;
	width: 80%;
	z-index: 102;
	border-radius: 5px;
	display: none;
}

/* 投资者适当性弹窗样式 */
#investorSuitabilityBg {
	background-color: gray;
	left: 0;
	opacity: 0.8;
	position: fixed !important;
	top: 0;
	z-index: 102;
	filter: alpha(opacity=80);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	display: none;
}

#investorSuitabilityDialog {
	background-color: #fff;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	padding: 0;
	position: fixed !important;
	top: 5%;
	width: 80%;
	max-width: 800px;
	max-height: 80vh;
	z-index: 102;
	border-radius: 5px;
	display: none;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* 选项卡样式 */
.tab-container {
	display: flex;
	flex-direction: column;
	height: 80vh;
}

.tab-header {
	display: flex;
	border-bottom: 1px solid #ddd;
	background: #f8f9fa;
	padding: 0 20px;
}

.tab-btn {
	padding: 12px 20px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	border-bottom: 3px solid transparent;
	transition: all 0.3s;
	margin-right: 10px;
}

.tab-btn.active {
	border-bottom-color: #007bff;
	color: #007bff;
	font-weight: bold;
	background: #fff;
}

.tab-content-wrapper {
	flex: 1;
	overflow-y: auto;
	padding: 20px;
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

.tab-pane h3 {
	margin-bottom: 20px;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.tab-pane p {
	margin-bottom: 15px;
	line-height: 1.6;
	color: #555;
}

.question {
	margin-bottom: 20px;
	padding: 15px;
	background: #f9f9f9;
	border-radius: 5px;
}

.question h4 {
	margin-bottom: 10px;
	color: #333;
}

.question p {
	margin: 8px 0;
	padding-left: 20px;
}

/* 自定义滚动条 */
.tab-content-wrapper::-webkit-scrollbar {
	width: 6px;
}

.tab-content-wrapper::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
	border-radius: 3px;
}

.tab-content-wrapper::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

/*投资者适当性管理办法*/
.investor-body {
	font-family: "Microsoft YaHei", sans-serif;
	margin: 0;
	padding: 20px;
	background-color: #f5f5f5;
}
.investor-container {
	max-width: 800px;
	margin: 0 auto;
	background-color: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 20px;
}
.investor-title {
	text-align: center;
	color: #333;
	margin-bottom: 30px;
}
.investor-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.investor-th,
.investor-td {
	border: 1px solid #ddd;
	padding: 12px;
	text-align: left;
}
.investor-th {
	background-color: #f2f2f2;
	font-weight: bold;
}
.investor-tr:nth-child(even) {
	background-color: #f9f9f9;
}
.investor-current {
	color: #1890ff;
	font-weight: bold;
}
.investor-header-row {
	background-color: #e6f7ff;
	font-weight: bold;
}
.investor-revision-header {
	text-align: center;
	background-color: #f0f0f0;
	font-weight: bold;
}
.investor-document {
	font-family: "Microsoft YaHei", sans-serif;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px;
	background-color: white;
	color: #333;
}

.investor-header {
	text-align: center;
	margin-bottom: 30px;
}

.investor-company-name {
	font-size: 55px;
	font-weight: bold;
	color: #c00;
	margin-bottom: 10px;
}

.investor-company {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 15px;
}

.investor-doc-number {
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #c00;
}

.investor-title {
	font-size: 22px;
	font-weight: bold;
}

.investor-chapter {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 15px 0;
	text-align: center;
}

.investor-article {
	text-indent: 2em;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.6;
}

.investor-company-ref {
	font-weight: bold;
}

.investor-num {
	font-weight: bold;
}

.investor-footer {
	margin-top: 50px;
	text-align: right;
	font-size: 15px;
}

.questionnaire-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 30px;
	font-family: "Microsoft YaHei", sans-serif;
	color: #333;
	background-color: white;
	line-height: 1.6;
}

.questionnaire-company {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}

.questionnaire-title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.questionnaire-item {
	margin-bottom: 25px;
}

.questionnaire-question {
	font-weight: bold;
	margin-bottom: 10px;
}

.questionnaire-option {
	margin-left: 20px;
	margin-bottom: 8px;
}

.questionnaire-option-label {
	display: inline-block;
	width: 30px;
	font-weight: bold;
}

.questionnaire-note {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	font-style: italic;
}

.risk-assessment-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
	font-family: "Microsoft YaHei", sans-serif;
	color: #333;
	background-color: white;
}

.risk-assessment-alert {
	color: #c00;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 10px;
	border-left: 3px solid #c00;
}

.risk-assessment-title {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.risk-assessment-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}

.risk-assessment-table th,
.risk-assessment-table td {
	border: 1px solid #ddd;
	text-align: center;
	min-width: 40px;
}

.risk-assessment-table th {
	background-color: #f5f5f5;
	font-weight: bold;
}

.risk-assessment-table tr:nth-child(even) {
	background-color: #f9f9f9;
}

.risk-assessment-note {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.risk-table-container {
	max-width: 600px;
	margin: 20px auto;
	font-family: "Microsoft YaHei", sans-serif;
}

.risk-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
}

.risk-table th,
.risk-table td {
	border: 1px solid #000;
	padding: 12px 15px;
	text-align: center;
}

.risk-table-header {
	font-weight: bold;
}

.risk-table-row-header {
	font-weight: bold;
}
