.platform_containerPage{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.03);
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}
.platform_container_tips{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ff7767;
	text-align: right;
	padding-bottom: 20px;
}
.platform_titlePage{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #1d354d;
	margin: 0 16px;
	padding: 10px 0;
	border-bottom: 1px solid #e7ebee;
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.platform_nav{
	padding: 6px 0;
	display: flex;
	align-items: center;
	gap: 5px;
}
.platform_nav span:first-of-type {
  border-left: 4px solid #1598fd;
  padding-left: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  padding-top: 2px;
  padding-bottom: 2px;
}
.platform_nav span {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.platform_nav font {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.platform_operate .new_btn{
	display: inline-block;
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	color: #434343;
	padding: 6px 18px;
	border-radius: 4px;
	background-color: #dadada;
	cursor: pointer;
}
.platform_operate .new_btn:hover{
	background: #b8b8b8;
}
/*公共表格样式*/
.platform_search{
	width: auto;
	padding: 30px 16px;
}
.platform_search .search_enter{
	width: 180px;
	height: 30px;
	border-radius: 6px;
	border: solid 1px #bbbbbb;
	padding-left: 6px;
	background: #FFFFFF;
}
.platform_search .search_select{
	width: 180px;
	height: 30px;
	border-radius: 6px;
	padding-left: 4px;
	border: solid 1px #bbbbbb;
	background: #FFFFFF;
	outline: none;
	margin-left: 15px;
	color: #999;
}
.platform_table table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
}
.platform_table table th{
    line-height: 48px;
    text-align: center;
   	height: 48px;
	background-color: #f9fafb;
	font-family: PingFang-SC-Bold;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #333333;
}
.platform_table table td{
	height: 48px;
    line-height: 48px;
    border: none;
    border-bottom: 1px solid #ebeefb;
    font-family: PingFang-SC-Bold;
	font-size: 12px;
	font-stretch: normal;
	letter-spacing: 0;
	color: #333333;
    text-align: center;
    font-weight: normal;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.platform_title_robot{
	margin-left: 28px;
	display: inline-block;
}
.platform_title_robot select{
	border: 1px solid #e6e9f2;
	width: 228px;
	height: 35px;
	border-radius: 4px;
	background: #FFFFFF;
}
.platform_content{
	padding: 20px 0;
}
.platform_contentPage{
	padding: 0;
}
.basicRobotInfo{
	text-align: center;
	width: 100%;
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-around;
	align-items: flex-start;
}
.basicRobotInfo2{
	/*换行*/
	flex-wrap: wrap ;
	justify-content: flex-start;
	/*margin: 0 25px;*/
}
.robotInfo_list{
	flex: 1;
	background-image: linear-gradient(135deg, 
		#13dba4 0%, 
		#15c394 100%), 
	linear-gradient(
		#f7f8fc, 
		#f7f8fc);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 2px 8px 0px 
		rgba(16, 215, 161, 0.3);
	border-radius: 10px;
	margin: 0 30px;
}
.robotInfo_list h5{
	padding: 15px 0;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.robotInfo_list p{
	padding: 15px 0 40px 0;
	font-family: MicrosoftYaHei;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.robotInfo_list:nth-of-type(2){
	background-image: linear-gradient(135deg, 
		#98f171 0%, 
		#4cc560 100%), 
	linear-gradient(
		#f7f8fc, 
		#f7f8fc);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 2px 8px 0px 
		rgba(75, 197, 96, 0.3);
}
.robotInfo_list:nth-of-type(3){
	background-image: linear-gradient(45deg, 
		#2fd1fa 0%, 
		#33a4ff 100%), 
	linear-gradient(
		#f7f8fc, 
		#f7f8fc);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 2px 8px 0px 
		rgba(50, 165, 255, 0.3);
}
.robotInfo_list:nth-of-type(4){
	background-image: linear-gradient(135deg, 
		#ff9b63 0%, 
		#ff6a66 100%), 
	linear-gradient(
		#f7f8fc, 
		#f7f8fc);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 2px 8px 0px 
		rgba(231, 68, 60, 0.3);
}
.piechart_list{
	flex: 1;
	margin: 0 30px;
}
.piechart_list h5{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.piechart_list div{
	/*max-width: 88%;*/
	margin: 0 auto;
}
.rankInfo_list{
	flex: 1;
	width: 100%;
	margin: 0 30px;
	background-color: #fcfcfc;
	border-radius: 10px;
	border: solid 1px #e6e6e6;
	border-bottom: none;
	text-align: center;
	overflow: hidden;
}
.rankInfo_list dl dt{
	background-color: #f5f5f5;
	border-bottom: solid 1px #e6e6e6;
	text-align: center;
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
}
.rankInfo_list dl dt div{
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding: 2px 4px;
	border-left: solid 1px #e6e6e6;
	color: #222222;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
}
.rankInfo_list dl dd{
	border-bottom: solid 1px #e6e6e6;
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	/*justify-content: space-around;*/
	align-items: center;
}
.rankInfo_list dl dd div{
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 2px 4px;
	border-left: solid 1px #e6e6e6;
	color: #555555;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
} 
.rankInfo_list dl dd p{
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin: 0 auto;
}
.rankInfo_list dl .rankInfo_list_rank{
	width: 24%;
	border-left: none;
}
.rankInfo_list dl dd .rankInfo_list_rank{
	/*color:#ff0000;*/
}
.rankInfo_list dl .rankInfo_list_question{
	width: 50%;
	word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rankInfo_list dl dd .rankInfo_list_question{
	text-align: left;
}
.rankInfo_list dl .rankInfo_list_num{
	width: 24%;
}
.rankInfo_list .robotUseInfo_box{
	max-height: 160px;
	overflow: hidden;
	overflow-y: auto;
}
/*知识库模块跳转页面*/
.knowledgeMenu_list{
	width: 338px;
	height: 180px;
	background: url(../../images/iben/newStyle/know1.png) no-repeat;
	background-size:100% 100%;
	cursor: pointer;
	margin: 24px;
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
}
.knowledgeMenu_list:nth-of-type(2){
	background: url(../../images/iben/newStyle/know3.png) no-repeat;
	background-size:100% 100%;
}
.knowledgeMenu_list:nth-of-type(3){
	background: url(../../images/iben/newStyle/know4.png) no-repeat;
	background-size:100% 100%;
}
/*场景问答模块跳转页面*/
.knowledgeMenu_list2{
	width: 338px;
	height: 180px;
	background: url(../../images/iben/newStyle/processQA1.png) no-repeat;
	background-size:100% 100%;
	cursor: pointer;
	margin: 24px;
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
}
.knowledgeMenu_list2 img,.knowledgeMenu_list img{
	width: 60px;
	margin-left: 52px;
}
.knowledgeMenu_list2 span,.knowledgeMenu_list span{
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0;
	color: #f5f6f9;
    margin-left: 26px;
}
.knowledgeMenu_list2:nth-of-type(2){
	background: url(../../images/iben/newStyle/processQA2.png) no-repeat;
	background-size:100% 100%;
}
.knowledgeMenu_list2:nth-of-type(3){
	background: url(../../images/iben/newStyle/processQA3.png) no-repeat;
	background-size:100% 100%;
}
/*语义库大模块*/
.semanticMenu_list{
	width: 338px;
	height: 180px;
	margin: 0 25px;
	background: url(../../images/iben/newStyle/semantic1.png) no-repeat;
	background-size:100% 100%;
	cursor: pointer;
	margin-bottom: 25px;
}
.semanticMenu_list:nth-of-type(2){
	background: url(../../images/iben/newStyle/semantic2.png) no-repeat;
	background-size:cover;
}
.semanticMenu_list:nth-of-type(3){
	background: url(../../images/iben/newStyle/semantic3.png) no-repeat;
	background-size:cover;
}
.semanticMenu_list:nth-of-type(4){
	background: url(../../images/iben/newStyle/semantic4.png) no-repeat;
	background-size:cover;
}
.semanticMenu_list:nth-of-type(5){
	background: url(../../images/iben/newStyle/semantic5.png) no-repeat;
	background-size:cover;
}
/*服务机器人-功能管理大模块*/
.basicRobotInfo_ul{
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.functionManage_list{
	position: relative;
	width: 234px;
	height: 154px;
	background: #ffffff url(../../images/iben/newStyle/functionManage_bg.png) no-repeat;
	background-position: top left;
	background-size: 100% 100%;
	cursor: move;
	margin: 12px 26px;
}
.functionManage_list2{
	width: 220px;
	height: 140px;
    margin: 16px 34px;
	background: #ffffff;
	cursor: pointer;
	box-shadow: 0px 2px 8px 0px 
		rgba(153, 153, 153, 0.15);
	border-radius: 8px;
	border: solid 1px rgba(102, 102, 102, 0.1);
}
.functionManage_list span{
	position: absolute;
	top: 8px;
	left:13px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}
.functionManage_list_img{
	width: 61px;
	height: 61px;
	margin: 0 auto;
	margin-top: 22px;
}
.functionManage_list_img img{
	width: 100%;
	vertical-align: middle;
	cursor: pointer;
}
.functionManage_list_title{
	margin-top: 18px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #fd9831;
	cursor: pointer;
}
.functionManage_list2 .functionManage_list_title{
	color: #ff6d66;
}
.functionManage_list2:nth-of-type(2) .functionManage_list_title{
	color: #0f7fef;
}
.functionManage_list2:nth-of-type(3) .functionManage_list_title{
	color: #0dd3a5;
}
.functionManage_list2:nth-of-type(4) .functionManage_list_title{
	color: #0f7fef;
}
.functionManage_list2:nth-of-type(5) .functionManage_list_title{
	color: #fd9b30;
}
/*业务咨询模块*/
.platform_function{
	padding: 0 30px;
}
.platform_item{
	width: 100%;
	height: auto;
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	/*justify-content: flex-start;*/
	align-items: flex-start;
	padding: 20px 0;
}
.item_name{
	display: inline-block;
	font-family: SourceHanSansSC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
	width: 170px;
	height: auto;
}
.item_function{
	width: calc(100% - 180px);
}
.item_function select{
	display: inline-block;
	width: 240px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	background: #FFFFFF;
	border: solid 1px #bbbbbb;
	font-family: SourceHanSansSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #333333;
}
.item_list{
	margin-top: 20px;
}
.item_check img,.item_list img{
	width: 14px;
	vertical-align: middle;
	margin-right:4px ;
}
.item_check,.item_list span{
	font-family: STHeitiSC-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #222222;
}
.item_list span{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
.platform_btn{
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.platform_btn .item_btn{
	width: auto;
	padding: 5px 22px;
	border-radius: 2px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
}
.item_btn.item_confirm{
	background-color: #f97622;
	color: #ffffff;
	cursor: pointer;
}
.item_btn.item_reset{
	background-color: #FFFFFF;
	color: #555555;
	border: solid 1px #cdcdcd;
	margin-left: 70px;
}
/*导航指引*/
.glanceOver_btn{
	padding: 6px 16px;
	font-family: STHeitiSC-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #148ff9;
	border-radius: 5px;
	border: solid 1px #158df8;
	cursor: pointer;
}
.setPoint_btn{
	font-family: STHeitiSC-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #148ff9;
	cursor: pointer;
}
.item_sceneName{
	font-family: STHeitiSC-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #666666;
}
.item_function .uploadImg{
	margin-top: 10px;
}
.img_content{
	/*margin: 20px 10px;*/
	overflow: auto;
	position: relative;
}
.item_function .item_enter{
	width: 210px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	outline: none;
}
.map_position{
	display: inline-block;
	width: 30px;
	height: 40px;
	cursor: move;
	position: absolute;
	background: url(../../images/iben/newStyle/position.png) no-repeat;
	background-size:100% 100% ;
	font-family: SourceHanSansSC-Regular;
	font-size: 12px;
	transform: scale(0.8);
	color: #ffffff;
	text-align: center;
}
.map_operation{
	display: none;
	background: #FFFFFF;
	border:1px solid #cccccc;
	border-radius: 2px;
	padding: 6px;
	position: absolute;
	top: 10px;
	color: #000000;
	cursor: pointer;
}
.map_operation div{
	width: 60px;
}
.map_position:hover .map_operation{
	display: inline-block;
}