body {
	padding:0;
	margin :0;
	display:table; 
	width:100%;
}

body {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
}

#textContent {
	width:1200px;
	min-height: 100%;
	margin:0 auto ;
	text-align:left;
	/*display: flex;*/
	/*min-height:800px;*/
}

#textContent h1 {
	color:#24a0ed;
	font-size:22px;
	font-family:"microsoft yahei", Arial;
	margin:12px 0px;
	clear:both;
}

#textContent h2 {
	color:#24a0ed;
	font-size:20px;
	font-family:"microsoft yahei", Arial;
	margin:10px 0px;
	clear:both;
}

#textContent h3 {
	color:#24a0ed;
	font-size:18px;
	font-family:"microsoft yahei", Arial;
	margin:10px 0px;
	clear:both;
}

#textContent h4 {
	color:#24a0ed;
	font-size:16px;
	font-family:"microsoft yahei", Arial;
	margin:5px 0px 5px 0px;
	clear:both;
}

/*#textContent h4 a:link, a:visited {*/
/*	color:#24a0ed;*/
/*	font-size:16px;*/
/*	font-family:"microsoft yahei", Arial;*/
/*	margin:5px 0px 5px 0px;*/
/*	clear:both;*/
/*}*/

#textContent h1 a:link {color: #24a0ed;}
#textContent h2 a:link {color: #24a0ed;}
#textContent h3 a:link {color: #24a0ed;}
#textContent h4 a:link {color: #24a0ed;}


/*#textContent h4 a:visited {*/
	/*color:#24a0ed;*/
	/*font-size:16px;*/
	/*font-family:"microsoft yahei", Arial;*/
	/*margin:5px 0px 5px 0px;*/
	/*clear:both;*/
/*}*/

#textContent li.blog_item {
	padding: 18px 24px 13px 24px;
	/*avoid color shape shadow	*/
	/*background: #fff;*/
	border-bottom: 1px solid #f4f4f4;
	position: relative;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.04);
	list-style: none;
}

#textContent a.blog_tags{
	color: #a6a49c;
	margin: 0 5px;
}

#textContent a.blog_tags:link{
    color: #a6a49c;
}

#textContent a.blog_tags:hover {
	color: #a6a49c;
	/*text-decoration: underline;*/
}


#textContent p.blog_abstract {
	/*text-indent:2em;*/
	color:#a6a49c;
}

/*#textContent a {*/
	/*font-size: 16px;*/
	/*font-family: 'microsoft yahei', arial;*/
/*}*/

/*#textContent a:link, a:visited {*/
	/*color:#333;*/
	/*text-decoration:none;*/
/*}*/

#textContent a.a_underline:link {
	color:#333;
	text-decoration:underline;
}

#textContent a.a_underline:hover {
	color:#fa720a;
	/*text-decoration:underline;*/
}

/**侧边栏*/
#textContent a.sidebar_item_a:link {
	text-decoration:none;
}

/**侧边栏*/
#textContent a.sidebar_item_a:hover {
	color:#fa720a;
	/*text-decoration:underline;*/
}

#textContent a.title, a.title:link {
	color:#24a0ed;

}

#textContent p {
	/*text-indent:2em;*/
	color: #333;
	line-height: 170%;
	word-wrap: break-word;
	font-size: 16px;
	font-family: 'microsoft yahei', arial;
	/*等宽*/
	/*text-align:justify;*/
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#add_name input{
	width: 500px;
	height: 30px;
}

#textContent p.blog_abstract {
	/*text-indent:2em;*/
	color:#a6a49c;
}

/*#textContent ul li{*/
/*	color:#333;*/
/*	line-height: 170%;*/
/*	word-wrap: break-word;*/
/*	font-family: 'microsoft yahei', arial;*/
/*	!* 等宽 *!*/
/*	!*text-align:justify;*!*/
/*	text-align:left;*/
/*	margin-top: 10px;*/
/*	margin-bottom: 10px;*/
/*	list-style: none;*/
/*}*/

#textContent table {

	table-layout:fixed;

	empty-cells:show; 
	border-collapse: collapse; 
	margin:10px auto;
}

#textContent td{ 
	height:30px;
}

#textContent th td{ 
font-size:13px;
font-family: 'SimSun', Arial; /*宋体*/
font-weight: normal;
}

#textContent .table{
border:1px solid #cad9ea; 
color:#666; 
} 

#textContent .table th {
background-repeat:repeat-x; 
font-weight: normal;
height:50px;
}

#textContent .table td,.table th{ 
border:1px solid #cad9ea; 
padding:0 1em 0; 
} 

#textContent .table tr.alter{ 
background-color:#f5fafe; 
}

span .center{ 
width:100%;
text-align:center;
display:block;
}

#wrapper {
	/*background: transparent url( images/css/page-vbg.jpg ) repeat-y scroll 50% 0px;*/
	margin:0 auto ;
	width:100%;
}

#wrapper {
	/*
	border-top: 1px solid #ffffff;
	*/
}

#header {
	margin: 0 auto;
	height: 200px;
	width: 880px;
	position:relative;
}

#page {
	/*
	background: transparent url( images/css/page-bg.jpg ) no-repeat center top;
	*/
}

#container {
	margin:0 auto;
	max-width:1200px;
	display: flex;
}

/*整体页面布局三分 LEFT */
#left {
	width:100px;
	padding:0px 0px;
	float:left;
}


/*整体页面布局三分 CENTER */
#center {
	width:1000px;
	padding:10px 20px 100px 20px;
	/*float:left;*/
	margin: 0 auto;
}

/*整体页面布局三分 RIGHT */

#right {
	width:100px;
	padding:10px 0px;
	float:left;
}

.center_content {
	margin: 0 auto;
	/*width:900px;*/
	padding:20px 20px 20px 20px;
	/*float:left;*/
}

.center_feed_container {
	max-width: 600px;
}

.center_content p{
	color: #333;
	line-height: 170%;
	word-wrap: break-word;
	font-size: 16px;
	font-family: 'microsoft yahei', arial;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*左边栏的导航*/
.div_vertical_navigation {

}

.vertical-nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.vertical-nav li a {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #000;
}

.vertical-nav li a:hover {
	background-color: #ddd;
}

.vertical_nav_ul {
	list-style-type: none;
}

/*profile详情页 宽度 500, 居中布局*/
.div_user_profile {
	margin: 20px auto;
	width: 500px;
}

.div_user_profile_grid{
	margin: 0px 0px 0px 0px;
	background: #fff;
	/*flex - 列表竖排*/
	display: grid;
	grid-template-rows: 80px 40px;
}

.div_user_profile_grid_row {
}


/* Avatar and Name row*/
.div_user_profile_avatar_row {
	display: grid;
	column-gap: 16px;
	grid-template-columns: max-content auto;
	margin: 0px 0;
}

.div_user_profile_avatar_thumbnail {
	/*!*max-height: 300px;*!*/
	height: 80px;
	width: 80px;
	display: block;
	margin-right: 5px;
}

/*提交按钮换行*/
.div_submit_form {
	display: block;
}

.div_update_settings {
	width: 350px;
}

#table_update_user_settings {
	/*把table撑开,width 100%*/
	width: 100%;
	margin-left: 0px;
	float: left;
}

table#table_update_user_settings tr {
	margin-top: 10px ;
	margin-bottom: 10px;
}

table#table_update_user_settings td{
	width: 80px;
	color: #333;
	font-weight: normal;
	font-size: 16px;
}

.table_td_input {
	width: 180px;
}

#sidebar ul#related_blog_feeds {
	list-style: none;
	text-align: left;
	margin: 7px 0px 8px 0px; 
	padding: 0;
	text-decoration: none;	
	border-top: 1px solid #eeeeee;
}

#sidebar ul#related_blog_feeds li {
	list-style: none;
	padding: 0px 0 0px 0px;
	margin: 0 2px;
	/***/
	border-bottom: 1px solid #eeeeee;
}

#sidebar ul#related_blog_feeds li h3 {
	text-decoration: none;
	color:#a6a49c;
	font-size: 16px;
	font-weight: normal;
}


#sidebar ul#related_blog_feeds li h3 a {
	text-decoration: none;
	color:#a6a49c;
}

/*#sidebar ul#related_blog_feeds li h3 a:hover {*/
	/*color:#fa720a;*/
/*}*/

/*#sidebar p{*/
	/*color:#778489;*/
	/*font-size: 18px;*/
    /*line-height: 21px;*/
	/*font-family:"宋体", Arial;*/
	/*margin-top:10px;*/
	/*text-align:justify;*/
/*}*/

#sidebar ul#related_blog_feeds ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul#related_blog_feeds ul li { border: none; }


/*#sidebar ul#related_blog_feeds li a{*/
	/*color:#C2210D;*/
	/*font-size:12px;*/
	/*font-family:"microsoft yahei", Arial;*/
	/*clear:both;*/
/*}*/

/*#sidebar ul#related_blog_feeds li a:hover{*/
	/*color:#fa720a;*/
	/*text-decoration:none;*/
/*}*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#comment_list{
	/*换行*/
	width:900px;
	padding:10px 20px 20px 20px;
	clear: both;
}

#comment_list h2 {
	/*color:#C2210D;*/
	color: #24a0ed;
	font-size:20px;
	font-family:"microsoft yahei", Arial;
	margin:10px 0px;
	clear:both;
}

#comment_list span {
	color:#01AAED;
	font-size:16px;
	font-family:"microsoft yahei", Arial;
	margin:10px 0px;
	clear:both;
}

#comment_list ul li {
	margin: 0px;
	/*去掉小黑点*/
	list-style: none;
}

/*!*留言区*!*/
/*textarea.textarea_comment {*/
	/*width: 600px;*/
	/*height: 120px;*/
	/*border: 3px solid #cccccc;*/
	/*padding: 5px;*/
	/*font-family: Tahoma, sans-serif;*/
	/*!*background-image: url(bg.gif);*!*/
	/*background-position: bottom right;*/
	/*background-repeat: no-repeat;*/
/*}*/

#comment_list ul li{
	color:#333;
	line-height: 170%;
	word-wrap: break-word;
	font-family: 'microsoft yahei', arial;
	text-align:justify;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: none;
}

/*Reply Fold 链接*/
#comment_list a.reply_text a.reply_text:link, a.reply_text:visited, a.reply_text:hover, a.reply_text:active{
	text-align:left;
	color:#01AAED;
	text-decoration: none;
}

#leave_comment{
	/*换行*/
	width:900px;
	padding:10px 20px 0px 20px;
	clear: both;
	margin-bottom: 50px;
}

#login_div {
	padding: 10px 20px 20px 20px;
}

#related_content{
	/*换行*/
	width:900px;
	padding:10px 20px 20px 20px;
	clear: both;
}

#related_content h2 {
	color:#01AAED;
	font-size:20px;
	font-family:"microsoft yahei", Arial;
	margin:10px 0px;
	clear:both;
}

#user_profile {
	width:1200px;
	margin:0 auto ;
	text-align:left;
	padding:0px 0px 0px 0px;
	clear:both;
}

#user_profile h2 {
	color:#01AAED;
	font-size:20px;
	font-family:"microsoft yahei", Arial;
	margin:0px 0px;
	clear:both;
}

#user_profile p.p_workspace_introduction {
	color:#a6a49c;
	margin:0 auto ;
	padding:0px 0px 0px 0px;
	clear:both;
}

#introduction {
	width: 900px;
}

#introduction p.p_workspace_introduction {
	color:#a6a49c;
	margin:0 auto ;
	padding:0px 0px 0px 0px;
	clear:both;
}

#guess_you_like {
	width:1200px;
	margin:0 auto ;
	text-align:left;
	padding:10px 20px 20px 20px;
	clear:both;
}

#guess_you_like h2 {
	color:#01AAED;
	font-size:20px;
	font-family:"microsoft yahei", Arial;
	margin:10px 0px;
	clear:both;
}

/*个性化标签的选择*/
.customize_tags {
	background-color: none;
	margin-left: 1px;
	border:1px solid #C0C0C0;
	color: #778489;
	border-radius: 0.36rem;
	font-size: 18px;
	height:20px;
	display: -webkit-inline-box;
	text-align:center;
}
.customize_tags_highlight {
	background-color: #99FFFF;
	margin-left: 1px;
	border:1px solid #C0C0C0;
	color: #778489;
	border-radius: 0.36rem;
	font-size: 18px;
	height:20px;
	display: -webkit-inline-box;
	text-align:center;
}
#tagbox {
	width:300px;
	height:230px;
}
#tagboxWrapper {
	border:1px solid #C0C0C0;
	width:300px;
	height:300px;
}
/*#refresh {*/
	/*background-color: #4CAF50; !* Green *!*/
	/*border: none;*/
	/*color: white;*/
	/*text-align: center;*/
	/*text-decoration: none;*/
	/*!*display: inline-block;*!*/
	/*font-size: 15px;*/
/*}*/
/*#more_tags {*/
	/*background-color: #4CAF50; !* Green *!*/
	/*border: none;*/
	/*height: 20px;*/
	/*color: white;*/
	/*text-align: center;*/
	/*text-decoration: none;*/
	/*!*display: inline-block;*!*/
	/*font-size: 15px;*/
/*}*/
#button_login{
	background-color: #4CAF50; /* Green */
	border: none;
	height: 20px;
	color: white;
	text-align: center;
	text-decoration: none;
	/*display: inline-block;*/
	font-size: 15px;
}


/*留言区*/
textarea#add_blog_content_form {
	width: 900px;
	height: 1000px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	/*background-image: url(bg.gif);*/
	background-position: bottom right;
	background-repeat: no-repeat;
}

/*!* workspace添加内容 *!*/
/*.add_title_form {*/
/*	!*width: 900px;*!*/
/*	width: 400px;*/
/*	height: 50px;*/
/*	border: none;*/
/*	outline: none;*/
/*	padding: 5px;*/
/*	font-family: Tahoma, sans-serif;*/
/*	!*background-image: url(bg.gif);*!*/
/*	background-position: bottom right;*/
/*	background-repeat: no-repeat;*/
/*}*/
/*.add_content_form {*/
/*	!*width: 900px;*!*/
/*	width: 400px;*/
/*	height: 250px;*/
/*	border: none;*/
/*	outline: none;*/
/*	padding: 5px;*/
/*	font-family: Tahoma, sans-serif;*/
/*	!*background-image: url(bg.gif);*!*/
/*	background-position: bottom right;*/
/*	background-repeat: no-repeat;*/
/*}*/
/*.add_tags {*/
/*	max-width: 400px;*/
/*	height: 50px;*/
/*	border: none;*/
/*	outline: none;*/
/*	padding: 5px;*/
/*	font-family: Tahoma, sans-serif;*/
/*	!*background-image: url(bg.gif);*!*/
/*	background-position: bottom right;*/
/*	background-repeat: no-repeat;*/
/*}*/

.workspace_add_table {
	display: grid;
	grid-row-gap: 20px;
}
.div_td_align {
	vertical-align: middle;
}
.workspace_add_input {
	max-width: 400px;
	height: 50px;
	border: none;
	outline: none;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	/*background-image: url(bg.gif);*/
	background-position: bottom right;
	background-repeat: no-repeat;
}



/**公式输入区域*/
input#add_name {
	width:400px;
}

input#add_tags{
	width:400px;
}

textarea#add_content {
	width:400px;
	height: 150px;
}

textarea#add_display_text {
	width:400px;
	height: 150px;
}

/**公式描述区域*/
textarea#add_description {
	width:400px;
	height: 30px;
}

#center_writer {
	width:1200px;
	padding:10px 20px 100px 20px;
	float:left;
}

/* 左边输入框 DIV **/
#left_panel {
	width:400px;
	/*Set Min Height*/
	height: auto;
	min-height: 550px;
	max-height: 600px;
	overflow: auto;
	float: left;
}

/* 左边输入框 TextArea **/
textarea#textarea_add_content {
	width:400px;
	height: auto;
	min-height:450px;
	max-height: 600px;
	font-size: 16px;
	font-family: 'microsoft yahei', arial;
	text-align:justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

#middle_panel{
	width:300px;
	height: auto;
	min-height:200px;
	/*set max height to auto scroll*/
	max-height: 600px;
	overflow: auto;
	float: left;
	margin-left: 10px;
}


#middle_panel #autoSuggest{
}

/*SUG词条下img*/
.kwsuggest img {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
}

/*SUG词条下跳转链接包裹的img*/
.kwsuggest a img {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
}

#close_chabot {
	height: 15px;
	width: 15px;
	display: inline-block;
	vertical-align: top;
}

/* 右边展示区域 **/
#right_panel {
	width:400px;
	height: auto;
	min-height: 550px;

	/*set max height scroll*/
	max-height: 600px;
	max-height: 600px;
	overflow: auto;
	float: left;
	margin-left: 10px;
}

#right_panel .image_preview {
	width:200px;
	padding:0px 0px 0px 0px;
	/*# float:middle;*/
}

/**
右侧展示区的文本框
*/
#right_panel #div_display_panel{
	font-size: 16px;
	font-family: 'microsoft yahei', arial;
	text-align:justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*pannel 的配置*/
#write_banner_sys_instruct {
	min-height: 30px;
}

/*pannel 的配置*/
#write_banner {
	min-height: 30px;
}

#write_banner p.p_main_title{font-size: 30px; color: #a6a49c}
#write_banner p.p_main_title a:hover{text-decoration:none; color: #a6a49c}
#write_banner p.p_query_recommendation {font-size: 14px; color: #a6a49c}
#write_banner p.p_query_recommendation a:hover {color: #4662d9}
#write_banner p.p_query_recommendation a.query_recommendation{
	margin: 1 1 1 1;
	border-radius:2px 2px 2px 2px;
	border:1px solid #a6a49c;
	font-size: 12px;
}

#preview_banner {
	height: 30px;
}


#export_div {
	float: left;
}

#export_div_menu {
	/*刚开始隐藏菜单*/
	display: none;
}

#export_div:hover #export_div_menu{
	display: block;
}

#export_div_menu a{
	display: block;
	width:100px;
	text-align:left;
	font-size: 14px;
	margin-left: 2px;
	color:white;
	background:rgb(104, 195, 159);
}

/*菜单悬停效果*/
#export_div_menu a:hover{
	background-color: #1cb7fd;
}

#export_div_menu ul li {
	/*清除掉margin*/
	margin: 0px 0px 0px 0px;
}

.div_instruction {
	/*display: inline-block;*/
	float: left;
}


/*数学公式*/
mjx-container {
	display: inline-grid;
	overflow-x: auto;
	overflow-y: hidden;
	max-width: 100%;
}


.bottom_writer {
	display: block;
}

#center_aigc {
    width:1000px;
    padding:10px 20px 10px 20px;
    float:left;
}

/*!*头部导航栏布局*!*/
/*#div_top_navigator {*/
/*    display: grid;*/
/*    !*grid-template-columns: max-content auto;*!*/
/*    !*grid-template-rows: 50px 50px;*!*/
/*    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));*/
/*    grid-row-gap: 20px;*/
/*    grid-column-gap: 20px;*/
/*    margin: 15px 15px;*/
/*}*/

/*!*可以点击元素 a *!*/
/*#div_top_navigator .div_top_navigator_field_wrapper {*/

/*}*/

/*#div_top_navigator .div_top_navigator_field {*/
/*    border-radius: 10px;*/
/*    border: 1px solid #afafaf;*/
/*    padding: 5px;*/
/*    !*flex布局中间item居中*!*/
/*    display: flex;*/
/*    !*div下所有的a和span行内元素文本水平居中, 不一定每次都行,建议用子元素 margin: auto*!*/
/*    !*text-align: center;*!*/
/*    !*在父类flex的垂直居中*!*/
/*    align-items: center;*/
/*}*/

/*#div_top_navigator .div_top_navigator_field:hover {*/
/*    background: #f5f5f5;*/
/*}*/

/*#div_top_navigator .div_top_navigator_field span {*/
/*    !*字块的元素设置 margin 0, auto 水平居中*!*/
/*    margin: auto;*/
/*    text-overflow: ellipsis;*/
/*	color: #333;*/
/*}*/

.display_card {
	/*上右下左*/
	margin: 10px 10px 10px 10px;
	background: #fff;
	display: block;
	float: left;
}

/*为了防止图片高度不统一,整体设置为300*/
.display_card_image {
	/*max-height: 300px;*/
	height: 300px;
	width: 400px;
    display: block;
}

/*为了防止图片高度不统一,整体设置为300*/
.display_card_image img{
	max-height: 300px;
	max-width: 400px;
}

/* 返回如果是表格不设置 height **/
.display_card_table {
	/*max-height: 300px;*/
    min-height: 300px;
    display: block;
}

.display_card_detail {
	position: relative;
	height: 100px;
}

.display_card_detail a {
	display: inline-block;
	vertical-align: middle;
}

.display_card_detail .question_panel {
	/*top right bottom left*/
	margin: 10px 0px 10px 0px;
}

.display_card_paragraph {
	min-height: 300px;
	max-width: 400px;
}


.display_card_grid {
	margin: 10px 10px 10px 10px;
	background: #fff;
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 10px;
	float: left;
}


/*网格flex布局*/
.div_display_card_grid {
    display: grid;
    column-gap: 16px;
    /*设置网格宽度*/
    /*grid-template-columns: max-content auto;*/
    grid-template-columns: repeat(auto-fill, 300px);
}

.div_display_store_overview {
	margin: 15px 15px;
}

.div_display_store_overview_p {
	word-wrap: break-word;
}

.div_plan_header {
    min-height: 50px;
}

.div_plan_name_wrapper {
    margin-left: 150px;
}

/* 订阅 subscription页面**/
.div_plan_card_grid {
	max-width: 900px;
	display: grid;
	column-gap: 0px;
	/*grid-template-columns: 1fr 1fr 1fr;*/
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /*自动居中*/
    margin: auto;
}

.div_plan_card {
	margin: 0px 0px 0px 0px;
	background: #fff;
	/*flex - 列表竖排*/
	display: grid;
	grid-template-rows: 40px minmax(180px, max-content) 60px 60px minmax( 40px, max-content );
}

.div_plan_card_outline {
	background: white;
	border-radius: 10px;
	border: 1px solid #d7d5d2;
	padding: 20px;
	position: relative;
	transition: all 0.5s ease;
	flex-grow: 1;
}


.div_plan_card_row {

}

.div_plan_card_intro {
	min-height: 280px;
}

.div_plan_card_row_align_center {
	display: flex;
	align-items: center;
}

.div_plan_row_element_center {
    margin: auto;
}

.div_plan_benefit {
	display: flex;
	flex-direction: column;
}

.span_plan_price {
    font-size: 36px;
}

.span_check {
    height: 20px;
    width: 20px;
    color: #0f884e;
    /*fill:var(#0f884e);*/
}

.div_plan_benefit_item {

}

/*Payment*/
.div_plan_card_grid {
	max-width: 900px;
	display: grid;
	column-gap: 0px;
	/*grid-template-columns: 1fr 1fr 1fr;*/
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	/*自动居中*/
	margin: auto;
}



/*.h2_plan_name{*/
	/*color: #2d2e2e;*/
/*}*/

/*.display_card_grid_item_wrapper_a:hover{*/
	/*text-decoration: ;*/
/*}*/


/*网格flex布局*/
.display_card_flex {
    /*上右下左*/
    margin: 10px 10px 10px 10px;
    background: #fff;
    /*flex - 列表竖排*/
    display: flex;
    position: relative;
    /*block - 竖排分列*/
    /*display: block;*/
    /*float: left;*/
}

/*悬停北京变灰色*/
.display_card_flex:hover {
	background: #f5f5f5;
}


/* 排序数字大小 */
.display_card_rank_digit {
    /*max-height: 300px;*/
    /*垂直居中*/
    align-items: center;
    display: flex;
    flex: 0 0 24px;
    flex-direction: column;
    margin: 34px 8px 0 0;
    vertical-align: baseline;
    color: rgb(95, 99, 104);
}


/* Market部分展示 */
.display_card_column_market {
    display: grid;
    column-gap: 16px;
    /*grid-template-columns: max-content auto;*/
    grid-template-columns: max-content auto;
    margin: 16px 0;
}


/*.display_card_detail_market {*/
    /*display: grid;*/
    /*grid-template-columns: max-content;*/
    /*height: fit-content;*/
    /*grid-row-gap: 3px;*/

/*}*/

/*.display_card_detail_row {*/
    /*align-items: center;*/
    /*!*display: inline-flex;*!*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
/*}*/


/*!*使用名称作为ICON的兜底色块*!*/
/*.div_icon_default_name {*/
/*	border-radius: 12px;*/
/*	border-width: 0px;*/
/*	height: 50px;*/
/*	width: 50px;*/
/*	background-color: rgb(104, 195, 159);*/
/*	!*padding: 5px;*!*/
/*	!*包含字体*!*/
/*	display: flex;*/
/*    !*设置垂直居中*!*/
/*    align-items: center;*/
/*	!* 设置水平居中**!*/
/*	justify-content: center;*/
/*	!*div父级别元素设置,文本水平居中*!*/
/*	text-align: center;*/
/*    !*上 右 有间隔 下左 设置为0*!*/
/*    !*margin: 4px 4px 0px 0px;*!*/
/*	margin: 0px 0px 0px 0px;*/
/*}*/

/*!*使用名称作为ICON的兜底色块文字*!*/
/*.div_icon_default_name a {*/
/*	color: white;*/
/*	font-size: 8px;*/
/*    margin: auto;*/
/*}*/

/*评分打分的区域*/
.div_rating_wrapper {
    display: grid;
    grid-template-columns: 100px 200px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    margin: 15px 15px;

}



/*留言区*/
textarea.textarea_input_query {
	width: 300px;
	height: 60px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-size: 12px;
	font-family: 'microsoft yahei', arial;
	/*background-image: url(bg.gif);*/
	background-position: bottom right;
	background-repeat: no-repeat;

	/*对其下半部分*/
	vertical-align: middle;
}

table.table_stock_aigc {
	/*两边边框折叠*/
	border-collapse: collapse;
	border: 0;
	font-size: 12px;
}

table.table_stock_aigc tr{
	border: 1px solid #e5e7eb;
}

/*默认的td都是右边对齐*/
table.table_stock_aigc td{
	border: none;
	vertical-align: middle;
	text-align: right;
	height: 30px;
}

table.table_stock_aigc td.td_primary_key{
	text-align: left;
	width: 100px;
}

table.table_stock_aigc td.td_value {
	text-align: right;
	width: 100px;
}

table.table_stock_aigc td.positive_value_red{
	color:red;
	text-align: right;
	width: 100px;
}

table.table_stock_aigc td.positive_value_green{
	color:limegreen;
	text-align: right;
	width: 100px;
}

table.table_stock_aigc td.negative_value_green{
	color:limegreen;
	text-align: right;
	width: 100px;
}

table.table_stock_aigc td.negative_value_red{
	color:red;
	text-align: right;
	width: 100px;
}

/*AIGC TABLE */
.div_index_block_all {
    width: 400px;
    min-height: 300px;
}

.div_index_block_red {
    margin: 0 0 10px 10px;
    min-width: 100px;
    padding: 5px;
    display: block;
    float: left;
    background:rgba(255,0,0,0.2);
}

.div_index_block_green {
    margin: 0 0 10px 10px;
    min-width: 100px;
    padding: 5px;
    display: block;
    float: left;
    background:rgba(0,255,0,0.2);
}


#textContent a.index_name_green {
	font-size: 14px;
	font-family: Arial;
	color:limegreen;
    text-align: center;
    display: block;
}


#textContent a.index_name_red {
	font-size: 14px;
	font-family: Arial;
	color:red;
    text-align: center;
    display: block;
}

#textContent a.index_value_green {
	font-size: 14px;
	font-family: Arial;
	color:limegreen;
    text-align: center;
    display: block;
}

#textContent a.index_value_red {
	font-size: 14px;
	font-family: Arial;
	color:red;
    text-align: center;
    display: block;
}


#textContent a.index_value_green_small {
    font-size: 12px;
    color:limegreen;
    text-align: center;
    display: block;
}

#textContent a.index_value_red_small {
    font-size: 12px;
    color:red;
    text-align: center;
    display: block;
}



/*h5移动端CSS*/

.display_card_mobile {
	/*上右下左*/
	margin: 10px 10px 10px 10px;
	background: #fff;
	display: block;
	float: left;
}

/*为了防止图片高度不统一,整体设置为300*/
.display_card_image_mobile {
	/*max-height: 300px;*/
	/*height: 300px;*/
	/*width: 400px;*/
	height: 100%;
	width: 100%;
	display: block;
}

/*为了防止图片高度不统一,整体设置为300*/
.display_card_image_mobile img{
	/*max-height: 300px;*/
	/*max-width: 400px;*/
	max-width: 100%;
}

.display_card_detail_mobile {
	position: relative;
	/*height: 100px;*/
}

.display_card_detail_mobile a {
	display: inline-block;
	vertical-align: middle;
}

.display_card_detail_mobile .question_panel {
	/*top right bottom left*/
	margin: 10px 0px 10px 0px;
}

.display_card_paragraph_mobile {
	min-height: 300px;
	max-width: 400px;
}

.div_dialogue_visualizer_overview {
	width: 40%;
}

.div_dialogue_visualizer_overview p{
	float: left;
	word-wrap: break-word;
}

.div_agent_visualizer_overview {
	width: 100%;
}

.div_dialogue_panel_wrapper {
	width: 40%;
}

.div_dialogue_collection_grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, 300px);
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}

.div_dialogue_collection_card {
	padding: 20px;
	background: #fff;
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 10px;
	overflow: hidden;
	grid-template-rows: 50px 150px 150px 30px;
	float: left;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.div_dialogue_collection_row {
	max-width: 100%;
}

.display_dialogue_card_image {
	max-width: 100%;
}

.div_overflow_ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
}

.div_equation_ul {
	list-style: none;
}

.div_msg_li {
	display: flex;
	align-items: center;
}

.div_messages_list {
	display: flex;
}

.div_msg_left_panel {
	width: 40%;
	/*right+padding*/
	height: 560px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	/*position: fixed;*/
	/*!*left: 0;*!*/
	/*top: 80px;*/
	/*background-color: #9b9b9b;*/
}

.div_msg_right_panel {
	width: 60%;
	justify-content: center;
	align-items: center;
	padding: 30px;
	height: 500px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.div_display_message_grid {
	display: grid;
	grid-template-columns: 1fr;
	/*grid-row-gap: 20px;*/
	height: 500px;
	overflow-y: auto;
}

.div_message_display_detail {
	display: grid;
	grid-template-rows: 20px minmax(50px, 200px) 20px 20px;
	grid-row-gap: 5px;
}

/*#textContent */
a.goto {
	color:#24a0ed;
	font-weight:200;
	font-size:16px;
}

.div_message_short{

}
.div_message_short a{
	text-decoration: none;
}
.div_message_logtime {
}
.div_message_logtime a{
	font-size: 12px;
	color: #a6a49c;
}

.display_card_message {
	/*margin: 10px 10px 10px 10px;*/
	background: #fff;
	/*flex - 列表竖排*/
	display: flex;
	position: relative;
}

.display_card_message:hover {
	background-color: #ddd;
}

/*!*FEEDS的卡片*!*/
/*.feeds_li {*/

/*}*/

/*.feeds_li_content {*/
/*	display: grid;*/
/*	grid-template-rows: 20px 20px 180px 20px;*/
/*}*/

/*!*展示一行的维度信息*!*/
/*.div_feed_card_one_col {*/
/*	!*展示为display3列的grid布局*!*/
/*	display: grid;*/
/*	grid-template-columns: 1fr;*/
/*	grid-row-gap: 20px;*/
/*	grid-column-gap: 40px;*/
/*	!*margin: 0px 0px;*!*/
/*	align-items: center;*/
/*	!*和下方prompts间隔开*!*/
/*	margin-bottom: 10px;*/
/*}*/


/*!*展示一行的维度信息*!*/
/*.div_feed_card_two_cols {*/
/*	!*展示为display3列的grid布局*!*/
/*	display: grid;*/
/*	!*这里 grid display 最右边设置max-content小心,文本溢出不换行*!*/
/*	grid-template-columns: 0.4fr 0.6fr;*/
/*	grid-row-gap: 20px;*/
/*	grid-column-gap: 40px;*/
/*	!*margin: 0px 0px;*!*/
/*	align-items: center;*/
/*	!*和下方prompts间隔开*!*/
/*	margin-bottom: 10px;*/
/*}*/

/*.div_feed_card_thumbnail {*/
/*	!* 左边的图片区域*!*/
/*	max-width: 200px;*/
/*	max-height: 180px;*/
/*}*/

/*.div_feed_card_thumbnail img {*/
/*	max-width: 200px;*/
/*	max-height: 180px;*/
/*	border-radius: 5px;*/
/*}*/

/*.div_feed_card_paragraph {*/
/*	!* 右边的文本区域*!*/

/*}*/
