@charset "UTF-8";

/* The Modal (background) */
.ui_modal_signin {
	
  /*display: none;*/ /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */

  left: 0;
  top: 50%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background-color: rgb(0,0,0);*/ /* Fallback color */
  
  background-color: rgba(66,34,203,0.9); /* Black w/ opacity */

}

/* Modal Content */
.ui_modal_background {
  background-color: #fefefe;
  margin: auto;
  display:block;
  width:100%;
  height:100%;
  border: 1px solid #888;
}

.ui_modal_space_top {
	margin-top: 35px; 
	margin-left:70px;
	margin-right:70px;
}

.ui_modal_space_middle {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left:70px;
	margin-right:70px;
}

.ui_modal_space_middle_background {
	margin-top: 65px;
	display:block;
}

.ui_modal_space_middle_background_mobile {
	display:none;
}

.ui_modal_space_bottom_desktop {
	margin-top:10px;
	margin-bottom: 15px;
	text-align:center;
}

.ui_modal_space_bottom_mobile {
	display:none;
}

.ui_modal_subject {
    display: inline;
    font-weight: 400;
    line-height: 20px;
    font-size: 35px;
	color:#fff;
}

.ui_modal_subject_img_space {
    display: inline;
	margin-right:10px;
}

.ui_modal_subject_img {
	height:35px;
}

.ui_modal_membership_img {
	/* height:50px; */
	height: 35px;

}

.ui_modal_subject_img_space_right {
    display: inline;
	float:right;
}

.ui_modal_subject_small {
    display: inline;
    font-weight: 300;
    line-height: 20px;
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
	color:#fff;
	vertical-align:bottom;
}

.ui_modal_btn {
    display: inline-block;
    border-radius: 0px;
    height: 30px;
    width: 100px;
    line-height: 30px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    border-radius: 2px;
    background: #181818;
}

.ui_modal_btn_comment {
    display: inline;
    font-weight: 300;
    line-height: 20px;
    font-size: 11px;
    margin-top: 30px;
    margin-bottom: 30px;
	/*color:#ffffffa1;*/
	/*color:#ffffffc9;*/
	color:#fff;
}

.ui_modal_btn_comment a{
	color:#fff;
}

.ui_modal_bottom_txt {
    font-weight: 300;
    line-height: 20px;
    font-size: 12px;
	color:#fff;
	text-align:center;
}

.ui_modal_bottom_txt_img {
	
	height:13px;
	
}	


.ui_modal_bottom_img_mobile {
    word-break: break-all;
    display: block;
    width: 100%;
}

.ui_modal_menu_btn_cell_position {
	padding-left:40px;
	display:inline-block;
}

.workspace_temp_blanket {
	display: block;
	height: 320px;
}

@media (max-width: 1200px) {
	.ui_modal_menu_btn_cell_position {
		padding-left:20px;
	}

	.workspace_temp_blanket {
		display: block;
		height: 500px;
	}

}

@media (max-width: 768px) 
{
	
	.ui_modal_menu_btn_cell_position {
		padding-left:20px;
	}


	.ui_modal_space_top {
		margin-top: 45px; 
		margin-left:33px;
	}

	.ui_modal_space_middle {
		margin-top: 40px;
		margin-bottom: 30px;
		margin-left:33px;
	}
	
	.ui_modal_subject_img_space_right {
		display:none;
	}

	.ui_modal_subject_img {
		height:40px;
	}

	.ui_modal_subject_small {
	
		font-weight: 300;
		line-height: 20px;
		font-size: 14px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.ui_modal_btn {

		height: 36px;
		width: 120px;
		line-height: 36px;
		font-size: 13px;
	}

	.ui_modal_btn_comment {

		font-size: 12px;
	}
	
	.ui_modal_space_middle_background_mobile {
		margin-top: 70px;
		display:block;
	}
	
	.ui_modal_space_middle_background {
		display:none;
	}

	.ui_modal_bottom_txt {
		font-weight: 300;
		line-height: 20px;
		font-size: 15px;
		color:#ffffffc9;
	}

	
	.ui_modal_space_bottom_desktop {
		display:none;
	}
	
	.ui_modal_space_bottom_mobile {
		display:block;
		margin-top:20px;
		margin-bottom: 20px;
		text-align:center;
	}

	.workspace_temp_blanket {
		display: block;
		height: 400px;
	}
}

.ui_modal_background_transparent {
	
  display: none;   /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */

  left: 0;
  top: 0%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background-color: rgb(0,0,0);*/ /* Fallback color */
  
  background-color: rgba(220,220,220,0.5); /* Black w/ opacity */
  /*background-color: rgba(220,220,220,0.5);*/ 

}


.ui_modal_menu_space {
	background:#eee;
	
}

.ui_modal_menu_btn_cell_selected {
	color:#fff;
	font-size:13px;
	font-weight:300;
	line-height: 18px;
	width:150px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:20px;
	background-color: rgba(66,34,203,0.9);
    border-top: none;
    border-bottom: 1px solid #eee;
}

.ui_modal_menu_btn_cell_static {
	color:#ccc;
	font-size:13px;
	font-weight:300;
	line-height: 18px;
	width:150px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:20px;
	background-color: #242424;
    border-top: none;
    border-bottom: 1px solid #eee;
}

.ui_modal_menu_btn_cell {
	color:#ccc;
	font-size:13px;
	font-weight:300;
	line-height: 18px;
	width:150px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:20px;
	background-color: #242424;
    border-top: none;
    border-bottom: 1px solid #eee;
}

.ui_modal_menu_bottom_logo {
	color:#ccc;
	font-size:14px;
	font-weight:300;
	width:150px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	/*background-color: #242424;*/
	background-color: #242424de;
    border-top: none;
}


.picnic {
	background-image: linear-gradient(135deg, #4222cb 25%, #cccccc 25%, #cccccc 50%, #4222cb 50%, #4222cb 75%, #cccccc 75%, #cccccc 100%);
	background-size: 5.66px 5.66px;
	height: 6px;
}

.ui_modal_loading_slogan {

}

.ui_modal_loading_bottom {
	margin-top:30px;
	margin-bottom:30px;
}

.ui_modal_menu_btn_cell:hover {
	color: #FAFAFA;
	/*background-color: #3c3c3c;*/
	/*background-color: rgba(124,98,236,0.9);*/
	background-color: rgba(62,38,123,0.9);
}


@media (max-width: 768px) 
{
	.ui_modal_menu_btn_cell_selected {
		color:#fff;
		font-size:14px;
		font-weight:400;
		width:150px;
	}
	
	.ui_modal_menu_btn_cell {
		color:#ccc;
		font-size:14px;
		font-weight:400;
		width:150px;
	}

	.ui_modal_menu_btn_cell_static {
		
		font-size:14px;
		font-weight:400;
		width:150px;
	}

	
}


.ui_modal_full_canvas {
	max-width: 100%;
	/*padding: 30px 20px 30px 20px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	/*margin-bottom: 1rem!important;*/
	/*margin-bottom:10px;*/
	flex: 0 0 auto;
	width: 60%;
	/*background: #eee;*/
	/*background-color: rgba(66,34,203,0.9);*/
	/*background:#eeeeee6e;*/
	/*height:800px;*/
}

.ui_modal_full_article {
	padding: 0px 0px 0px 0px;
}

.ui_modal_full_article_subject {
	display: block;
    font-weight: 500;
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 20px;
	color: #4222CB;
	margin-top:20px;
	margin-bottom:20px;
}

.ui_modal_full_article_paragraph {
	display: block;
    font-weight: 300;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 10px;
	color:#181818;
}

.ui_modal_full_article_line_img {
	display:block;
	margin-top:30px;
	margin-bottom:30px;
}

.ui_modal_full_article_line_img_mobile {
	display:none;
	margin-top:30px;
	margin-bottom:30px;
}

@media (max-width: 768px) 
{

	
	.ui_modal_full_canvas {
		flex-shrink: 0;
		width: 100%;
		max-width: 100%;
	}
	
	.ui_modal_full_article_line_img {
		display:none;
		margin-top:30px;
		margin-bottom:30px;
	}

	.ui_modal_full_article_line_img_mobile {
		display:block;
		margin-top:30px;
		margin-bottom:30px;
	}
	
}



.studio_square_ad_space {
	height: 120px;
    margin-bottom: 30px;
	margin-top: 35px;
}

.studio_square_ad_space > .studio_square_ad_space_img {
	width: 120px;
    height: 120px;
    /* display: inline-block; */
    display: block;
    border-radius: 1px;
    float: right;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
	margin-right: 15px;
	color: #fff;
	background: linear-gradient(135deg, #4222CB 80%, #6952cd 100%);
}

.studio_square_ad_space > .studio_square_ad_space_img:hover {
	box-shadow: 0 5px 15px rgba(255, 50, 50, 0.4);
	
	
}

.studio_square_ad_space > .studio_square_ad_space_img > .studio_square_ad_space_slot {
	padding-left: 15px;
    padding-top: 15px;
}

.studio_square_ad_space > .studio_square_ad_space_img > .studio_square_ad_space_slot  > .studio_square_ad_space_txt {
	
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}


.studio_square_ad_space > .studio_square_ad_space_img > .studio_square_ad_space_slot  > .header_box {
    background: #FAFAFA;
    width: 13px;
    height: 5px;
    border-radius: 1px;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-left: 1px;
}

.studio_square_ad_space > .studio_square_ad_space_img > .studio_square_ad_space_slot  > .studio_square_ad_space_notice {
	font-size: 12px;
	font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.3px;
}



.workspace_background {
	 /* 确保背景图片覆盖整个页面 */
	background-size: cover;
	
	/* 背景图片居中显示 */
	background-position: center center;
	
	/* 固定背景图片，滚动页面时不移动 */
	background-attachment: fixed;
	
	/* 背景图片不重复 */
	background-repeat: no-repeat;

	height: 100%;
    min-height: 100vh;

}

/* 全屏半透明覆盖层 */
.workspace_background_overlay {
	position: fixed; /* 固定覆盖层，不随滚动移动 */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	background-color: rgba(136,88, 242, 0.6);
	background-color: rgba(24,24, 24, 0.7);
	z-index: 1;
}

/* 主盒子 - 固定在左上角，不随滚动移动 */
.workspace_background_main_box {
	position: fixed; /* 固定定位，不随滚动移动 */
	top: 80px;
	left: 10%;
	width: 350px;
	z-index: 2;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	position: relative;

	background: #FEF6D5;
	padding: 15px 15px 15px 15px;

}

/* 盒子左侧元素 */
.box-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: calc(350px * 5%);
	background-color: #1E40AF;
}

/* 盒子右侧元素 */
.box-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: calc(765px * 5%);
	background-color: #DBEAFE;
}


.workspace_background_presentation {
	position: relative;
	z-index: 1;
	color: white;
	
	padding-top: 50px;
	padding-bottom: 40px;
	display: block;
}

.workspace_background_presentation > .presentation_btn {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 65px;
	padding: 0px 15px 0px 15px;
}

.workspace_background_presentation > .presentation_btn  > .presentation_btn_about {
	color: #FAFAFA;
    font-weight: 400;
    font-size: 13px;
	display: inline-block;
	line-height: 20px;
	padding-bottom: 2px;
    border-bottom: 1px solid #fafafa;
}

.presentation_box {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 35px;
	
	border: 1px solid #888;
	border: 1px solid transparent;
	background-color: #181818b6;
	/*
	background-color: #cccccc5f;*/
	height: 550px;
	padding: 55px 55px 55px 55px;
}

.presentation_box_scale {

}

.presentation_box > .presentation_box_title {
	color: #FAFAFA;
    font-weight: 400;
    font-size: 28px;
	line-height: 35px;
	display: block;
	margin-bottom: 15px;
}

.presentation_box > .presentation_box_subtitle {
	color: #FAFAFA;
    font-weight: 300;
    font-size: 14px;
	line-height: 20px;
	display: block;
}

.presentation_box_subline {
	padding-bottom: 3px;
    border-bottom: 1px solid #fafafa;
	margin-right: 5px;
}

.presentation_box > .presentation_box_content {
	/*background-color: #cccccc7d;*/
	display: block;
	height: 415px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
}

.presentation_box_content_chart {
    background: #FEF6D5;
    border-radius: 1px;
    padding: 15px 15px 15px 15px;
    color: #181818;
    border-radius: 1px;
    background: #eeeff2;
}

.presentation_container {
	display: flex;
    gap: 15px;
    width: 100%;
	height: 140px;
	margin-bottom: 15px;
	
	border: 1px solid #fafafa;
	
}

.presentation_container > .presentation_container_box {

	/*
    background: #976cf4b0;
    border: 1px solid #FAFAFA;
    */
	display: flex;
    align-items: center;
    justify-content: center;
	width: 25%;
}

.presentation_container_box_txt {
	color: #fafafa;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
	text-align: center;
	display: block;
}

.presentation_container_box_txt_small {
	font-size: 12px;
	padding-bottom: 1px;
	color:     #e879f9;
    border-bottom: 1px solid #e879f9;
    font-weight: 300;
	display: inline-block;
	text-align: center;
}

.presentation_container > .presentation_container_box > .column_box {

	height: 80px;
	/*border: 1px solid #FAFAFA;*/
	display: block;
	width: 100%;
	padding: 15px 15px 15px 15px;
	background: #fef6d5;
}

.presentation_container > .presentation_container_box > .column_box > .column_box_title {
    display: inline-block;
    outline: none;
    color: #151515;
    line-height: 13px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 400;
}

.presentation_container > .presentation_container_box > .column_box > .column_box_title_right {

	float:right;
	font-size: 12px;
	padding-bottom: 1px;
	color: #8858F2;
    border-bottom: 1px solid #8858F2;
    font-weight: 300;

}
.presentation_container > .presentation_container_box > .column_box > .column_box_slot_box {
    background: #181818;
    width: 13px;
    height: 5px;
    border-radius: 1px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 1px;
}

.presentation_container > .presentation_container_box > .column_box > .column_box_abstract {
    font-weight: 400;
    color: #181818b6;
    font-size: 12px;
    line-height: 18px;
}

.presentation_container > .presentation_container_box > .column_box > .column_box_tag {
    font-weight: 400;
    color: #fafafa;;
    font-size: 12px;
    line-height: 18px;
	padding-bottom: 2px;
	border-bottom: 1px solid #fafafac1;
	display: inline-block;
	margin-right: 5px;
}

.presentation_container > .presentation_container_box > .column_box_transparent {

	height: 80px;
	/*border: 1px solid #FAFAFA;*/
	display: block;
	width: 100%;
	padding: 15px 15px 15px 15px;
	border: 1px solid #fafafa82;
	background-color: #18181877;
	/*
	background: #fef6d5;*/
}

.presentation_container > .presentation_container_box > .column_box_transparent > .column_box_title_transparent {
    display: inline-block;
    outline: none;
    color: #FAFAFA;
    line-height: 13px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 400;
}

.presentation_container > .presentation_container_box_small {
    flex: 1;
	/*
    background: #355265;
	
    border: 1px solid #60a5fa;*/
    display: flex;
    align-items: center;
    justify-content: center;
}


.presentation_row_slot {

	display: block;


    margin-bottom: 15px;
    border: 1px solid #fafafa;
	padding: 15px 15px 15px 15px;

}
	
.presentation_row_slot_container_box {

	/*
    background: #976cf4b0;
    border: 1px solid #FAFAFA;
    */
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100px;
}

.presentation_row_slot_left_img {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
.offering_box {

	height: 50px;
	
	padding: 15px 15px 15px 15px;
	background: #976cf4cc;
	color: #FAFAFA;
	font-size: 13px;
	border-radius: 2px;
	display: inline-block;
	width: 60px;

	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;

}

.offering_box > .offering_box_top_point {
	display: block;
    color: #151515;
	height: 3px;
	background-color: #151515;
	width: 10px;
    line-height: 13px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 400;
}

.offering_box > .offering_box_title {
	display: block;
    outline: none;
    color: #FAFAFA;
    line-height: 13px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 400;
}

.offering_box > .offering_box_bottom_point {
	display: block;
    color: #151515;
	height: 2px;
	background-color: #151515;
	width: 25px;
    line-height: 13px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 400;
	margin-top: 10px;
}

*/



/*

.flow_process_shape_container {
	display: flex;
    align-items: center;

}

.flow_process_shape_container > .flow_process_rectangle {
	width: 220px;
	height: 80px;
	padding: 15px 15px 15px 15px;
	background-color: #fef6d5;

}

.flow_process_shape_container > .flow_process_triangle {
	
	width: 0;
	height: 0;
	border-top: 55px solid transparent;
	border-bottom: 55px solid transparent;
	border-left: 30px solid #fef6d5;
}

*/

.presentation_box > .presentation_box_content > .presentation_box_content_right {



	padding: 15px 15px 15px 15px;

	flex: 1;
	/*
    background-color: #e0e0e0;*/
    display: flex
;
    justify-content: center;
    align-items: center;

}

.presentation_box > .presentation_box_content > .presentation_box_content_right > .presentation_box_content_right_img {
	

	max-height: 350px;

	/*
	 	object-fit: cover;
	max-width: 120px;
    max-height: 20px;
    */

}

.presentation_box_content_small_box_container {
	display: flex;
	gap: 25px;
	overflow-x: auto;
	height: 340px;
	padding-bottom: 40px;
}

/* 横向滚动条样式 */
.presentation_box_content_small_box_container::-webkit-scrollbar {
	height: 6px; /* 横向滚动条高度 */
}

/* 滚动条轨道 */
.presentation_box_content_small_box_container::-webkit-scrollbar-track {
	background: rgba(200, 200, 200, 0.1); /* 半透明轨道 */
	border-radius: 3px;
}

/* 滚动条滑块 */
.presentation_box_content_small_box_container::-webkit-scrollbar-thumb {
	background: rgba(150, 150, 150, 0.3); /* 半透明滑块 */
	border-radius: 3px;
	transition: background 0.3s ease;
}

/* 滑块悬停状态 */
.presentation_box_content_small_box_container::-webkit-scrollbar-thumb:hover {
	background: rgba(100, 100, 100, 0.5); /* 悬停时增加不透明度 */
}

/* 滑块激活状态 */
.presentation_box_content_small_box_container-box::-webkit-scrollbar-thumb:active {
	background: rgba(80, 80, 80, 0.7); /* 点击时进一步加深 */
}

/* 滚动条边角 */
.presentation_box_content_small_box_container::-webkit-scrollbar-corner {
	background: transparent;
}

.presentation_box_content_small_box_container_legend_slot {
	height: 35px;
	display: block;
	

	 font-family: Arial, sans-serif;
            width: 50%; /* 约占三分之一宽度 */
            min-width: 400px; /* 最小宽度，防止过窄 */
}

.legend_title {

	color: #FAFAFA;
	font-size: 13px;
}

.legend_items {
	display: flex;
	align-items: center;
	gap: 20px; /* 项目之间的间距 */
	flex-wrap: nowrap; /* 不换行 */
}

.legend_item {
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #FAFAFA;
}

.legend_item_color_box {
	width: 10px;
	height: 10px;
	margin-right: 8px;
	border: 1px solid #fafafa83;
}

.legend_item_color_name {
	
}

.legend_item:hover {
	color: #FF3232;
}

.legend_item_color_purple {
	background-color: #976cf4b0;
}

.legend_item_color_blue {
	background-color: #00b0f0ea;
}

.legend_item_color_brown {
	background-color: #d8ae05de;
}

.legend_item_color_green {
	background-color: #0fc372cf;
}

.legend_item_color_red {
	background-color: #ff3232d9;
}

.legend_item_color_grey {
	background-color: #c5c5c5c5;
}

.legend_item_color_lightyellow {
	background: #FEF6D5;
}

.presentation_box_content_small_box_enhanced {
	margin-left: 1px;
	/*
	background: #FEF6D5;
	background-color: #976cf4cc;	
	background-color: #976cf4b0;
	*/
    border-radius: 3px;
	margin-right: 24px;
	color: #181818;
	border-radius: 1px;
	display: inline-block;
	flex-shrink: 0;
}

/*
.presentation_box_content_small_box {
	margin-left: 1px;
	background: #FEF6D5;
    border-radius: 3px;
    padding: 25px 25px 25px 25px;
	margin-right: 24px;
	color: #181818;
	border-radius: 1px;
	background: #eeeff2;
	width: 220px;
	display: inline-block;
	flex-shrink: 0;
}
	*/

.presentation_box_content_small_box {
	padding: 25px 25px 25px 25px;
	color: #181818;
	border-radius: 1px;
	background: #eeeff2;
	width: 220px;
	display: block;
}

.presentation_box_content_small_box > .title {
	color: #4222CB;
	color: #181818;
	font-weight: 500;
	font-size: 15px;
	line-height:20px;
	text-align: center;
	margin-top: 20px;
}

.presentation_box_content_small_box > .subtitle {
	color: #181818;
	font-weight: 300;
	font-size: 13px;
	line-height:20px;
	text-align: center;
	margin-top: 5px;
}


.presentation_box_content_small_box > .picture {

	margin-top: 25px;
	margin-bottom: 10px;
	display: block;
	/*
    background-color: #fff;
    background-image: radial-gradient(#999 1px, transparent 1px);
	background-size: 15px 15px;
	*/
   /* border: 1px solid #ddd;*/
   /* border-radius: 1px;*/
	/*height: 150px;*/
	transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
	
.presentation_box_content_small_box:hover .picture {
	transform: scale(1.05); /* 悬停时放大1.1倍 */
}

.presentation_box_content_small_box_line {
    border-bottom: 1px solid #181818;
    margin-bottom: 30px;
    margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
}

.presentation_box_content_small_box_bottom {
	color: #fff;
	font-weight: 300;
	font-size: 14px;

	text-align: center;
	margin-top: 15px;
	display: block;
}

.presentation_box_storycanvas_node_slot {
	display: flex;  
	gap: 15px;
	width: 100%;
	height: 66px;
	margin-bottom: 15px;
}

.presentation_box_storycanvas_node {
	
	display: flex;
	gap: 10%;

	align-items: center;
	justify-content: center;
	background-color: #976cf4f3;
	/*background: #eeeff2;*/
	border-radius: 3px;
	width: 100%;
	color: #FAFAFA;
	font-size: 13px;
	font-weight: 300;
	padding: 10px 10px 10px 10px;
	/*border: 1px solid #181818;*/
}

.presentation_box_storycanvas_node > .presentation_box_storycanvas_node_left {
	width:46px;
	height:46px;
	
	display: inline-block;
	border-radius: 15px;

}

.presentation_box_storycanvas_node > .presentation_box_storycanvas_node_right {
	
	width: 60%;
	color: #FAFAFA;
	display: inline-block;
	
}

.presentation_box_storycanvas_node_cell {
	color: #181818;
    font-size: 14px;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-top: none;
    line-height: 16px;
    display: block;
}

.presentation_box_storycanvas_node_cell_line {
	border-bottom: 1px solid #181818;
}

.presentation_box_storycanvas_node_cell > .code {
    font-size: 12.5px;
    font-weight: 300;
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
	width: 50%;
	height: 85px;
}

.presentation_box_storycanvas_node_cell_img {
    max-width: 120px;
    max-height: 20px;
    width: auto;
    height: auto;
	background: #151515;
}

.presentation_box_one_third_container {
	display: block;
	
	height: 280px;
	padding-right: 10px;
	padding-top: 2px;
	
	/*
	background-color: #1515153f;*/
	color: #181818;
	font-size: 13px;
	font-weight: 300;
	/*
	padding: 15px 15px 15px 15px*/
}


.matrix_container {
	width: 100%;
	height: 100%;
	border-collapse: collapse; /* 合并边框 */
}


.matrix_container td {
	/*
	background-color: #e0e0e0; 
	border: 2px solid #0066cc; 
	*/

	text-align: center;
	padding: 8px;
}

.matrix_container_slot {
	display: block;
	background-color: #c1404034;
}

.matrix_bar_y {
	width:20%;
	line-height: 20px;
}

.matrix_box {
	width:40%;
	border: 2px solid #976cf4f3;
	background: #FAFAFA;
	line-height: 20px;
}

.matrix_bar_x {
	
}

.presentation_box > .presentation_box_footer {
	display: flex;
    justify-content: space-between;
	color: #FAFAFA;
    font-weight: 300;
    font-size: 12px;
	line-height: 20px;
}

.presentation_box > .presentation_box_footer > .presentation_box_footer_left {
	
}

.presentation_box > .presentation_box_footer > .presentation_box_footer_right {
	text-align: center;
}

.presentation_box_footer_page_btn {
	color: #DCDCDC;
}

.presentation_box_footer_page_btn:hover {
	color: #FF3232;
}





/* 页面内容容器 - 可滚动 */
.workspace_background_content {
	position: relative;
	z-index: 2;
	color: white;
/*
	padding: 50px 20px;

	*/
	padding-top: 0px;
	padding-bottom: 35px;
}

.workspace_background_slot_line {
	border-top: 1px solid #DCDCDC;
	margin-left: 10%;
	margin-right: 10%;
}

.workspace_background_bottom_logo {
	height: 15px;
	text-align: center;
	margin-top: 25px;
}

/* 右侧logo - 与左侧盒子顶部对齐 */
.workspace_memebership_bar {
	width: 150px;
	height: auto;

	top: 80px;
	right: 10%;
	z-index: 2;
	position: absolute;

}

.workspace_memebership_bar > .bar_line {
	border-top: 1px solid #FAFAFA;
}


/* 右下角盒子 - 随滚动条移动 */
.workspace_background_profile {
	width: 150px;
	
	height: 300px;
	position: absolute; /* 使用absolute定位，随页面滚动 */
	right: 10%;
	/*top: 80vh; /* 初始位置在视口80%高度处 */
	bottom: 30px;

	z-index: 2;
	border-right: 1px solid #FAFAFA;
}

.workspace_memebership_bar_profile_slot {

	

}


.workspace_memebership_bar_profile_username {
	color: #FAFAFA;
    font-weight: 500;
    font-size: 16px;
	display: inline-block;
	line-height: 20px;
}

.workspace_memebership_bar_profile_username:hover {
	color: #FF3232;
}

.workspace_memebership_bar_profile_message {
	color: #FAFAFA;
    font-weight: 500;
    font-size: 16px;
	padding-bottom: 10px;
	display: inline-block;
	margin-right: 10px;
}

.workspace_memebership_bar_profile_message:hover {
	color: #FF3232;
}

.workspace_memebership_bar_profile_period {
	display: inline-block;
    outline: none;
    color: #FAFAFA;
    line-height: 25px;
    box-sizing: border-box;
    line-height: 15px;
    padding-bottom: 2px;
    border-bottom: 1px transparent;
    font-size: 13px;
    font-weight: 300;
}

.workspace_memebership_bar_profile_period:hover {
	color: #FF3232;
}

.workspace_memebership_bar_profile_period_btn {
	color: #FAFAFA;
}

.workspace_memebership_bar_profile_period_btn:hover {
	color: #FF3232;
}



.workspace_advertisement_bar {
	background-color: #fafafa5e;
	background-color: #181818b6;
	margin-top: 35px;
	margin-bottom: 35px;
	height: 274px;
	display: block;
}

.workspace_advertisement_bar > .advertisement_bar_top {
	height: 30px;  
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fafafa7d;
	background-color: #5C297C;
	background-color: #2424247d;
	
}

.workspace_advertisement_bar > .advertisement_bar_top > .top_notice {
	font-size: 12px;
	font-weight: 300;
	
}

.workspace_advertisement_bar > .advertisement_bar_middle {
	
	height: 155px;  

	/* 实现内部文字垂直居中 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	
	background-color: rgb(151, 108, 244,0.8);
	
	margin-bottom: 20px;
}

/* 第一行文字 */
.first-line {
	font-size: 13px;
	line-height: 25px;
	font-weight: 400;
	color: #fafafacc;
}

/* 第二行文字 */
.second-line {
	font-size: 11px;
	line-height: 20px;
	font-weight: 300;
	color: #CCC;
}

.workspace_advertisement_bar > .advertisement_bar_top > .advertisement_bar_top_title {

	outline: none;
    color: #FAFAFA;
	/*
    box-sizing: border-box;*/
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
	text-align: center;
	vertical-align: middle;
	padding: 15px 15px 15px 15px;


}
.workspace_advertisement_bar > .advertisement_bar_bottom {
	
}

.workspace_advertisement_bar > .advertisement_bar_bottom > .bar_bottom_top {

    outline: none;
    color: #FAFAFA;
    line-height: 25px;
    box-sizing: border-box;
    line-height: 15px;
    font-size: 12px;
    font-weight: 300;
	text-align: center;
	margin-bottom: 10px;

}

.workspace_advertisement_bar > .advertisement_bar_bottom > .bar_bottom_down {

	text-align: center;
	height: 30px;
}

.rbr_space_slot {
	display: flex;
	flex-wrap: wrap; /* 自动换行 */
	gap: 30px; /* 小盒子间隔30px */
	align-items: flex-start; /* 关键：设置小盒子靠上对齐 */
}

.rbr_space_block {
	display: inline-block;
    width: 280px;
    color: #181818;
    border-radius: 1px;
    background: #eeeff2;
    background: #FEF6D5;
    min-height: 200px;
    padding: 15px 15px 15px 15px;
}

.rbr_space_block > .rbr_space_block_title {
	font-weight: 500;
    color: #181818;
    font-size: 14px;
    line-height: 20px;
	margin-bottom: 10px;
}

.rbr_space_block > .rbr_space_block_abstract {
	font-weight: 400;
    color: #181818;
    font-size: 13px;
    line-height: 20px;
    
	max-height: 150px;
	overflow: hidden; /* 隐藏超出部分 */
  	text-overflow: ellipsis; /* 超出部分显示省略号 */	
}

.rbr_space_block > .rbr_space_block_abstract p{
	margin: 0px 0px 10px 0px;
}

.rbr_space_block > .rbr_space_block_file {
    font-weight: 400;
    color: #181818;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}

.rbr_space_block > .rbr_space_block_file a {
	display: inline;
    line-height: 20px;
    /* background-color: #fcfc35; */
    background-color: #a686ef;
    color: #FAFAFA;
    padding: 4px 0px 4px 0px;
}

.rbr_space_block > .rbr_space_block_file a:hover {
	color: #FFF;
}

.rbr_space_block > .rbr_space_block_img_square {
    margin-bottom: 10px;
    margin-right: 10px;
    background: #FFF;
    padding: 5px 5px 5px 5px;
    border: 1px solid #181818;
    width: 90px;
    display: inline-block;
}

.rbr_space_block > .rbr_space_block_img_rectangle {

    margin-bottom: 10px;
    background: #FFF;
    padding: 5px 5px 5px 5px;
    border: 1px solid #181818;
    /*width: 250px;*/
	width: auto;
	margin-top: 2px;

    display: inline-block;
}

.rbr_space_block > .rbr_space_block_line {
	border-bottom: 1px solid #18181866;
	margin-bottom: 10px;
}

.rbr_space_block > .rbr_space_block_group {
    margin-bottom: 10px;
}

.rbr_space_block > .rbr_space_block_group > .rbr_space_block_chart {
	display: inline;
    line-height: 18px;
    /* background-color: #fcfc35; */
    background-color: #0082F0;
    color: #FAFAFA;
	font-weight: 400;
	font-size: 12px;
    padding: 4px 0px 4px 0px;
	/*
	width: 280px;
	white-space: nowrap;
    overflow: hidden; 
	text-overflow: ellipsis; */
}

.rbr_space_block > .rbr_space_block_group > .rbr_space_block_company {
	display: inline;
    line-height: 20px;
    /* background-color: #fcfc35; */
    /*background-color: #0082F0;*/
    color: #181818;
	font-weight: 400;
	font-size: 12px;
	padding-bottom: 2px;
	
    border-bottom: 1px solid #151515;
}


.rbr_space_block > .rbr_space_block_chart p{
	margin: 0px 0px 10px 0px;
}

.rbr_space_block > .rbr_space_block_bottom {
    margin-bottom: 3px;
}

.rbr_space_block > .rbr_space_block_bottom_justify {
	display: flex;
    justify-content: space-between;
}

.rbr_space_block_small_btn {
    align-items: center;
    white-space: nowrap;
    font-weight: 400;
	/*
    color: #8858F2;
    color: #4222CB;*/
	color: #181818;
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 2px;
    border-bottom: 1px solid #151515;
	margin-right: 5px;
}

.rbr_tag_slot {
	margin-bottom: 12px;
}

.rbr_tag {
    display: inline-block;
    font-weight: 400;
    color: #181818;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 3px;
    border-bottom: 1px solid #151515;
	margin-right: 10px;
	margin-bottom: 10px;
}

.rbr_tag:hover {

	color: #FF3232;
	border-bottom: 1px solid #FF3232;
}

.rbr_tag_first {
	margin-left: 10px;
}


.rbr_tag_selected {

    color: #8858F2;
    border-bottom: 2px solid #8858F2;
	font-weight: 600;
}


.report_space_block {
    width: 100%;
    color: #181818;
    border-radius: 1px;
    background: #eeeff2;
    background: #FEF6D5;
    min-height: 200px;
    padding: 25px 25px 25px 25px;
	margin-bottom: 25px;
}

.report_space_block_flex {
	display: flex;  
	gap: 25px;
}

.report_space_block_left {
	
}

.report_space_block_right {
	
}

.report_space_slot {
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.report_space_flex {
    display: flex;
    gap: 25px;
	
}

.report_space_block_title {
    outline: none;
    color: #151515;
    font-size: 13px;
    line-height: 20px;
    box-sizing: border-box;
    font-weight: 400;
    border: 0px solid #181818;
	width: 15%;
	text-align: right;
}

.report_space_block_txt {	
    outline: none;
    color: #151515;
    line-height: 20px;
    border-radius: 1px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 300;
    border: 0px solid #181818;
	margin-bottom: 10px;
	width: 80%;
}

.report_space_block_abstract {
	width: 80%;
	font-weight: 400;
    color: #181818;
    font-size: 13px;
    line-height: 20px;
	max-height: 150px;
	overflow: hidden; /* 隐藏超出部分 */
  	text-overflow: ellipsis; /* 超出部分显示省略号 */	
}

.report_space_block_abstract p{
	margin: 0px 0px 10px 0px;
}


.report_space_block_img_portrait {

    margin-bottom: 10px;
    background: #FFF;
    padding: 5px 5px 5px 5px;
    border: 1px solid #181818;
	width: 150px;
    display: block;
}

.report_space_block_img_square {
    margin-bottom: 13px;
    margin-right: 10px;
    background: #FFF;
    padding: 5px 5px 5px 5px;
    border: 1px solid #181818;
    width: 90px;
    display: inline-block;
}

.report_space_block_img_landscape {
    margin-bottom: 13px;
    margin-right: 10px;
    background: #FFF;
    padding: 5px 5px 5px 5px;
    border: 1px solid #181818;
    width: auto;
    display: inline-block;
}

.report_space_block_line {
	border-bottom: 1px solid #18181866;
	margin-bottom: 10px;
}

.report_space_block_group {
    margin-bottom: 3px;
}

.report_space_block_chart {
	display: inline;
    line-height: 18px;
    background-color: #0082F0;
    color: #FAFAFA;
    font-weight: 400;
    font-size: 12px;
    padding: 4px 0px 4px 0px;
}

.report_space_block_section_slot {
	margin-bottom: 10px;
}

.report_space_block_section_slot_level_2 {
	padding-left: 15px;
}

.report_space_block_section {
	display: inline;
    line-height: 18px;
    /*background-color: #0082F0;*/
	background-color: #C7F0F6;
	background-color: #F7F4FD;
	background-color: #a686ef;
    color: #151515;
	color: #FAFAFA;

    font-weight: 400;
    font-size: 12px;
    padding: 4px 0px 4px 0px;
}

.report_space_block_tag {
	display: inline;
    line-height: 20px;
    /* background-color: #fcfc35; */
    /*background-color: #0082F0;*/
    color: #181818;
	font-weight: 400;
	font-size: 12px;
	padding-bottom: 2px;
    border-bottom: 1px solid #151515;
}

.report_space_block_tag:hover {
	color: #FF3232;
}

.report_space_block_bottom {
    margin-bottom: 3px;
}

.report_space_block_justify {
	display: flex;
    justify-content: space-between;
}

.report_space_block_small_btn {
    align-items: center;
    white-space: nowrap;
    font-weight: 400;
	/*
    color: #8858F2;
    color: #4222CB;*/
	color: #181818;
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 2px;
    border-bottom: 1px solid #151515;
	margin-right: 5px;
}


.matrix_page_slot {
	display: flex;
	justify-content: space-between;
}


.matrix_page_number {
	height: 24px;
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center; 
	color: rgb(255, 255, 255);
    background: rgb(24, 24, 24);
    border-radius: 2px;
}


.matrix_page_number:hover {
	color: #FAFAFA;
    background: #181818b6;
}

.matrix_page_number_disable {
	height: 24px;
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center; 
	color: rgb(255, 255, 255);
    background: #ddd;
    border-radius: 2px;
}

.matrix_page_number_selected {
	height: 24px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center; 
	color: #181818;
	font-family: Roboto;
	padding-left: 5px;
	padding-right: 5px;
}

.matrix_page_number_left {
	height: 24px;
	display: flex;
	align-items: center; /* 文字垂直居中 */
	font-size: 13px;
	color: black;
}

.matrix_page_number_left {
  gap: 5px;
}



.matrix_page_number_right {
	height: 24px;
	display: flex;
	align-items: center; /* 文字垂直居中 */
	font-size: 13px;
	color: black;
}


@media (max-width: 1200px) {

	.matrix_page_number_selected {
		font-size: 13px;
	}
	
	.workspace_background_profile {
		bottom: none;
		top: 850px;
	}
}

@media (max-width: 768px) 
{
		
	.matrix_page_number_selected {
	    font-family: -apple-system, Helvetica, Helvetica, sans-serif, "Microsoft YaHei";
	}

	.rbr_tag_slot {
		display: none;
	}

	.rbr_tag_first {
		margin-left: 0px;
	}

	.workspace_background_main_box {
		position: static;
		
		top: 15px;
		left: auto;

		left: 5%;
		width: 80%;
		z-index: 2;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
		position: relative;
		background: #FEF6D5;
		padding: 15px 5% 15px 5%;
		/*padding: 15px 15px 15px 15px;*/

	}
	.workspace_memebership_bar {
		display: none;
	}
	
	.workspace_background_presentation {
		display: none
	}

	.workspace_background_content {
		padding-top: 30px;
	}

}

/* --- 多选框 @ 搜索页面 ---- */


.search_checkbox_group {
	margin-bottom: 30px;
	
}

/* 自定义复选框样式 */
.search_checkbox {
	display: inline-flex;
	align-items: center;
	/*
	padding: 12px 15px;
	border: 1px solid #e0e0e0;*/
	margin-right: 10px;
	cursor: pointer;
	transition: all 0.2s ease;
}

/*
.search_checkbox:hover {
	border-color: #2196F3;
	background-color: #f8fafc;
}
	*/

.search_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* 复选框外观 - 未选中时为空心 */
.search_checkbox_checkmark {
	position: relative;
	height: 12px;
	width: 12px;
	border: 2px solid #757575;
	border-radius: 2px;
	margin-right: 8px;
	transition: all 0.2s ease;
	background-color: transparent; /* 未选中时透明 */
}

/* 悬停效果 */
/*
.search_checkbox:hover .search_checkbox_checkmark {
	border-color: #2196F3;
}
*/

/* 选中状态 - 填充颜色（无勾选标记） */
.search_checkbox input:checked ~ .search_checkbox_checkmark {
	/*
	background-color: #2196F3; 
	border-color: #2196F3;    
	*/
	background-color: #8858F2; 
	border-color: #8858F2;    
}

/* 移除勾选标记 */
.search_checkbox_checkmark:after {
	display: none; /* 完全隐藏勾选标记 */
}

.search_checkbox_text {
	color: #181818;
	font-size: 14px;
	font-weight: 400;
	/*
	transition: color 0.2s ease;
	*/
}

.search_checkbox:hover .search_checkbox_text {
	/*
	color: #2196F3;*/
	color: #8858F2;
}