.menu-main{
	width:92px;
	float:left;
	background:#fff;
	height:100%;
	position:relative;
}
.menu-main .logo{
	width:100%;
	height:50px;
	background:#fff;
	border-bottom: 1px solid rgba(5, 5, 5, 0.06);
}
.menu-list{
	overflow:auto;
	width:100%;
	background:#fff;
}
.menu-main .menu-item{
	overflow:hidden;
	margin:10px auto;
	font-size:14px;
	color:#333;
	border-radius:12px;
	width: 75px;
	height: 75px;
	text-align: center;
}
.menu-main .menu-item a{
	display:block;
	width: 100%;
	height: 100%;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content: center;
	text-align: center;
	color:#333;
}
.menu-main .menu-item a:hover{
	background:#F3EBFF;
	color:#B592EB;
	font-weight:600;
}

.menu-main .active{
	background:#F3EBFF !important;
	font-weight:600 !important;
	color:#B592EB !important;
}
.menu-main .active .name{
	color:#B592EB !important;
	font-weight:600 !important;
}

.menu-main .menu-item .icon{
	overflow:hidden;
	text-align:center;
}
.menu-main .menu-item .icon img{
	width:20px;
}
.menu-main .menu-item .name{
	overflow:hidden;
	text-align:left;
	line-height:24px;
	margin-top:3px;
}

.menu-userinfo{
	width:92px;
	height:100px;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:2;
	background:#fff;
}
.menu-userinfo .user-info{
	overflow:hidden;
	margin:10px auto;
	padding: 8px 0px;
	width:80px;
	border-radius:8px;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content: center;
	text-align: center;
	cursor:pointer;
}
.menu-userinfo .user-info:hover{
	background:#f1f1f1;
}
.menu-userinfo .user-info .head{
	overflow:hidden;
	text-align:center;
}
.menu-userinfo .user-info .head img{
	width:42px;
	height:42px;
	border-radius:50%;
}
.menu-userinfo .user-info .name{
	color:#555;
	font-size:13px;
	line-height:21px;
	margin-top:3px;
	cursor:pointer;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
/*设置项*/
.choose-setting-select{
	overflow:hidden;
	position:fixed;
	bottom:50px;
	left:75px;
	width:175px;
	min-height:100px;
	border-radius:8px;
	box-shadow: 0 2px 20px #ddd;
	background:#fff;
	z-index:101;
}
.setting-select-list{
	padding:10px;
	max-height:420px;
	overflow-y:auto;
}
.setting-select-list .select-item{
	padding:10px 10px;
	overflow:hidden;
	cursor:pointer;
}
.setting-select-list .select-item:hover{
	background:#f3f3f3;
}
.setting-select-list .select-item .icon{
	overflow:hidden;
	float:left;
}
.setting-select-list .select-item .icon img{
	width:20px;
}
.setting-select-list .select-item .name{
	color:#333;
	float:left;
	line-height:21px;
	font-size:14px;
	overflow:hidden;
	margin-left:5px;
}

.keys-container{
	overflow:hidden;
	padding:10px 15px;
}
.keys-create{
	text-align:center;
	font-size:16px;
	color:#1D93A9;
	border:1px solid #1D93A9;
	line-height:35px;
	border-radius:4px;
	width:150px;
	margin:10px auto;
	font-weight:600;
	cursor:pointer;
}
.keys-list{
	overflow:auto;
}
.keys-list-item{
	line-height:22px;
	padding:8px 0px;
	overflow:hidden;
	border-bottom:1px solid #eee;
}
.keys-list-item .desc{
	color:#777;
	font-size:13px;
	width:150px;
	float:right;
}
.keys-list-item .title{
	color:#333;
	font-size:14px;
	overflow:hidden;
}

.keys-container .label{
	overflow:hidden;
	font-size:16px;
	color:#555;
	font-weight:600;
	line-height:25px;
}
.keys-container .inpt{
	overflow:hidden;
	margin-top:4px;
}
.keys-container .inpt input{
	overflow:hidden;
	border:1px solid #eee;
	line-height:30px;
	color:#555;
	width:285px;
}
.keys-container .desc{
	overflow:hidden;
	margin-top:4px;
	text-align:center;
	line-height:21px;
	color:#777;
	font-size:0.9rem;
}
.btn{
	height: 35px;
    line-height: 35px;
	width:100px;
    background-color: #007bff;
	font-size:16px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
	text-align:center;
	color:#fff;
	margin:25px auto;
}


.words-container{
	overflow:hidden;
	padding:10px;
	position:relative;
}
.words-create{
	overflow:hidden;
	margin:10px;
	padding:0px 30px;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}
.words-create-item{
	text-align:center;
	font-size:14px;
	color:#1D93A9;
	border:1px solid #1D93A9;
	line-height:35px;
	border-radius:4px;
	margin-left:15px;
	cursor:pointer;
	width:235px;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -moz-box;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -moz-box-orient: vertical;
	  -moz-box-direction: normal;
	  flex-direction:row;
	  -webkit-flex-direction: row;
	  -webkit-box-pack: center;
	  -moz-box-pack: center;
	  justify-content: center;
	  -webkit-justify-content: center;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	  -moz-box-align: center;
	  align-items: center;
}
.words-list{
	overflow-y:auto;
	overflow-x:hidden;
}
.words-list-main{
	overflow:hidden;
}
.words-list-head{
	color:#666;
	font-size:15px;
	font-weight:600;
	line-height:32px;
	padding:0px 25px;
}
.words-list-item{
	margin-bottom:15px;
	margin-left:15px;
	width:255px;
	height:115px;
	float:left;
	border-radius:8px;
	background:#fff;
	padding:10px 10px 15px 10px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #eee;
	position:relative;
}
.words-list-item:hover{
	border:1px solid #1D93A9;
}
.words-list-main .active{
	border:1px solid #1D93A9;
}
.words-list-item .desc{
	color:#777;
	font-size:13px;
	text-align:left;
	line-height:21px;
	margin-top:5px;
	max-height:63px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.words-list-item .title{
	color:#222;
	font-size:14px;
	overflow:hidden;
	line-height:21px;
	max-height:42px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: flex;
	align-items: baseline;
}

.words-list-item .sets{
	overflow:hidden;
	position:absolute;
	right:0px;
	bottom:0px;
	width:100%;
	height:25px;
	overflow:hidden;
}
.words-list-item .sets-item{
	float:right;
	margin-right:10px;
	color:#666;
	font-size:0.8rem;
}
.words-list-item .sets-item img{
	width:20px;
}

.words-add-form{
	overflow:hidden;
	padding:0px 15px;
}
.add-form-item{
	overflow:hidden;
	margin-top:15px;
	font-size:14px;
}
.add-form-item .label{
	overflow:hidden;
	width:78px;
	float:left;
	color:#222;
	font-size:15px;
	line-height:30px;
}

.add-form-item .inpt{
	overflow:hidden;
	line-height: 30px;
}
.add-form-item .inpt input{
	overflow:hidden;
	border:1px solid #eee;
	line-height:30px;
	color:#555;
	width:295px;
	padding:2px 5px;
	background:#fff;
	border-radius:4px;
}
.add-form-item .inpt textarea{
	border:1px solid #eee;
	line-height:21px;
	color:#555;
	width:295px;
	overflow:auto;
	padding:3px;
	background:#fff;
	border-radius:4px;
}
.words-add-form .desc{
	overflow:hidden;
	margin-top:5px;
	text-align:left;
	line-height:21px;
	color:#777;
	font-size:0.75rem;
	padding-left:75px;
}

/*模型管理*/
.model-container{
	overflow:hidden;
	padding:10px;
}
.model-create{
	overflow:hidden;
	margin:10px;
	padding:0px 30px;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}
.model-create-item{
	text-align:center;
	font-size:14px;
	color:#1D93A9;
	border:1px solid #1D93A9;
	line-height:35px;
	border-radius:4px;
	margin-left:15px;
	cursor:pointer;
	width:235px;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -moz-box;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -moz-box-orient: vertical;
	  -moz-box-direction: normal;
	  flex-direction:row;
	  -webkit-flex-direction: row;
	  -webkit-box-pack: center;
	  -moz-box-pack: center;
	  justify-content: center;
	  -webkit-justify-content: center;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	  -moz-box-align: center;
	  align-items: center;
}
.model-list{
	overflow-y:auto;
	overflow-x:hidden;
}
.model-list-main{
	overflow:hidden;
}
.model-list-head{
	color:#666;
	font-size:15px;
	font-weight:600;
	line-height:32px;
	padding:0px 25px;
}
.model-list-item{
	margin-bottom:15px;
	margin-left:15px;
	width:255px;
	height:115px;
	float:left;
	border-radius:8px;
	background:#fff;
	padding:10px 10px 15px 10px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #eee;
	position:relative;
}
.model-list-item:hover{
	border:1px solid #1D93A9;
}
.model-list-item .desc{
	color:#777;
	font-size:13px;
	text-align:left;
	line-height:21px;
	margin-top:5px;
	max-height:42px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.model-list-item .train-time{
	color:#777;
	font-size:13px;
	text-align:left;
	line-height:21px;
	margin-top:5px;
	overflow:hidden;
}
.model-list-item .title{
	color:#222;
	font-size:14px;
	overflow:hidden;
	line-height:21px;
	max-height:42px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.model-list-item .sets{
	overflow:hidden;
	position:absolute;
	right:0px;
	bottom:0px;
	width:100%;
	height:25px;
	overflow:hidden;
}
.model-list-item .sets-item{
	float:right;
	margin-right:10px;
	color:#666;
	font-size:0.8rem;
}
.model-list-item .sets-item img{
	width:20px;
}
.model-list-item .sets-training{
	float:left !important;
	font-size:0.9rem;
	color:#1890ff;
	margin-left:10px;
}
/*训练数据*/
.training-container{
	overflow:hidden;
}

.training-list{
	overflow:auto;
	padding:10px 15px;
}
.training-list-item{
	line-height:21px;
	padding:8px;
	margin:10px;
	overflow:hidden;
	border-radius:10px;
	background:#fff;
}
.training-list-item .training-content{
	overflow:hidden;
	margin-right:80px;
}
.training-list-item .question{
	color:#333;
	font-size:14px;
	line-height:21px;
	overflow:hidden;
}
.training-list-item .answer{
	color:#333;
	font-size:13px;
	line-height:21px;
	overflow:hidden;
	margin-top:5px;
}
.training-list-item .sets{
	overflow:hidden;
	float:right;
	width:80px;
	margin-top:10px;
}
.training-list-item .sets-item{
	float:right;
	margin-right:10px;
	color:#666;
	font-size:0.8rem;
}
.training-list-item .sets-item img{
	width:20px;
}

#show-choose-words-main{
	overflow:auto;
	height:492px;
}
#show-choose-words-btn{
	position:absolute;
	bottom:0px;
	left:0px;
	height:45px;
	background:#f1f1f1;
	overflow:hidden;
	width:100%;
}
#show-choose-words-btn .sure-btn{
	background:#1890ff;
	font-size:0.95rem;
	border-radius:5px;
	text-align:center;
	color:#fff;
	width:85px;
	height:35px;
	line-height:35px;
	margin-top:5px;
	margin-right:25px;
	float:right;
}
.training-result-icon{
	overflow:hidden;
	text-align:center;
	margin-top:45px;
}
.training-result-icon img{
	width:65px;
}
.training-result-text{
	overflow:hidden;
	text-align:center;
	color:#333;
	line-height:21px;
	margin-top:10px;
}
.training-upload-label{
	overflow:hidden;
	color:#333;
	line-height:25px;
	padding:5px 20px;
	font-size:15px;
	font-weight:600;
	margin-top:10px;
}
.training-upload-pingtai{
	overflow:hidden;
	color:#666;
	line-height:21px;
	padding:10px 20px;
	font-size:13px;
}
.training-upload-pingtai .item{
	float:left;
	padding:3px 15px;
	margin-right:15px;
	margin-bottom:15px;
	border-radius:8px;
	background:#f5f5f5;
	cursor:pointer;
	border:1px solid #eee;
}
.training-upload-pingtai .active{
	background:#007bff !important;
	border:1px solid #007bff !important;
	color:#fff;
}
.training-upload-inpt{
	overflow:hidden;
	margin-top:4px;
	padding:5px 20px;
}
.training-upload-inpt input{
	overflow:hidden;
	border:1px solid #eee;
	line-height:30px;
	color:#555;
	width:285px;
}
.training-upload-tishi{
	line-height:21px; 
	color:#666; 
	font-size:14px;
	padding:15px;
}
.training-upload-btn{
	overflow:hidden;
	padding:15px;
	margin-top:10px;
	text-align:right;
}
.training-upload-btn .sure{
    line-height: 25px;
    background-color: #007bff;
	font-size:16px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
	text-align:center;
	color:#fff;
	padding:6px 20px;
	margin-right:20px;
}
.training-upload-btn .cancel{
	line-height: 25px;
    background-color: #fff;
	font-size:16px;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 8px;
	text-align:center;
	color:#666;
	padding:6px 15px;
	margin-right:20px;
}


.login-container{
	overflow:hidden;
	text-align:center;
}
.login-container img{
	width:200px;
}
/* 筛选容器样式 */
.filter-container {
	padding: 15px;
	background-color: #fff;
	margin-bottom: 15px;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* 搜索框样式 */
#words-search {
	width: 250px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-right: 15px;
	font-size: 14px;
	outline: none;
}

#words-search:focus {
	border-color: #409eff;
	box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
}

/* 标签筛选样式 */
.tag-filter {
	display: inline-block;
	vertical-align: middle;
}

.tag-label {
	margin-right: 10px;
	color: #606266;
	font-size: 14px;
}

.tag {
	display: inline-block;
	padding: 4px 10px;
	margin-right: 8px;
	margin-bottom: 0;
	background-color: #f0f2f5;
	color: #606266;
	border-radius: 12px;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.2s;
}

.tag:hover {
	background-color: #e4e7ed;
}

.tag.active {
	background-color: #409eff;
	color: #fff;
}

/* 列表项样式调整 */
.words-list-item {
	padding: 12px 15px;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.2s;
	border-left: 3px solid transparent;
}

.words-list-item:hover {
	background-color: #fafafa;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.words-list-item.active {
	border-left-color: #409eff;
	background-color: #f5f7fa;
}

/* 无内容提示样式 */
.no-content {
	text-align: center;
	padding: 50px 0;
	color: #909399;
	font-size: 14px;
}

/* 文件项样式 */
.file-item {
	background-color: white;
	border-radius: 12px;
	padding: 10px;
	margin-bottom: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.file-details {
	flex: 1;
	min-width: 0;
}

.file-name {
	font-weight: 500;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.file-meta {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.file-status {
	font-size: 12px;
	padding: 2px 8px;
	border-radius: 12px;
	margin-right: 12px;
}

.status-completed {
	background-color: rgba(0, 180, 42, 0.1);
	color: #00B42A;
}

.status-pending {
	background-color: rgba(255, 125, 0, 0.1);
	color: #FF7D00;
}

.file-time {
	font-size: 12px;
	color: #86909C;
}

/* 删除按钮样式 */
.delete-btn {
	color: #F53F3F;
	font-size: 14px;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	margin-left: 16px;
	transition: color 0.2s;
}

.delete-btn:hover {
	color: #d32f2f;
}