.bg1:hover {
	color: #00abfd;
}

.bg2:hover {
	color: #00abfd;
}

.bg3:hover {
	color: #00abfd;
}

.bg4:hover {
	color: #00abfd;
}

.bg5:hover {
	color: #00abfd;
}
/* 	用div模拟alert弹窗框 */
#alertMsg {
	display: none;
	width: 600px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 1px 1px 10px black;
	padding: 10px;
	font-size: 12px;
	position: absolute;
	text-align: center;
	background: #fff;
	z-index: 99999;
}

#alertMsg_info {
	
}

#alertMsg_btn1, #alertMsg_btn2 {
	display: inline-block;
	background: url(images/gray_btn.png) no-repeat left top;
	padding-left: 3px;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid #C6E0FD;
	background-color: #ECF5FE;
}

#alertMsg_btn1 cite, #alertMsg_btn2 cite {
	line-height: 24px;
	display: inline-block;
	padding: 0 13px 0 10px;
	background: url(images/gray_btn.png) no-repeat right top;
	font-style: normal;
}

.alertMsg_ImgDiv {
	display: flex;
	flex-direction: column;
	width: 200px;
	height: 200px;
	border: 2px solid #DDDDDD;
	border-radius: 30px;
}

.alertMsg_a {
	text-align: center;
}

.alertMsg_text {
	text-align: center;
}

.qcss::-webkit-scrollbar { width: 0 !important }
.qcss{
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.hiddenScrollbar::-webkit-scrollbar {
	background-color: #fff;
 	width: 10px;
 	height: 10px;
}

.hiddenScrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c1c1c1;
}

#head_query_coursename::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.65);
}
.roleActive {
	color: #3759D3;
	border-left: 3px solid;
	text-decoration: underline;
}

.qyActive {
	color: #2C88E1;
}

.pageBtn {
	padding: 5px;
	width: 60px;
}

.navbar-right-icon {
	min-width: 400px;
}

.index-head {
	position: absolute;
	left: 0;
    width: 100%;
    padding-left: 20px;
    background: #fff;
}

.ucss {
	min-width: 95px;
	position: absolute;
	color: #020202;
	background-color: #ffffff;
	right: 0;
	top: 52px;
	border: 1px solid #eeeeee;
	border-top: none;
	display: none;
	box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, 0.3803921568627451);
}
.leftLineClass{
	float: left;
    width: 1px;
    height: 16px;
    border-left: 1px solid #fff;
    opacity: 0.3;
    margin: 7px 0px 0px 0px;
}
.rcss {
	min-width: 95px;
	position: absolute;
	color: #020202;
	background-color: #ffffff;
	right: 0px;
	top: 42px;
	border: 1px solid #eeeeee;
	border-top: none;
	display: none;
	box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, 0.3803921568627451);
}

.qcss {
	min-width: 95px;
	position: absolute;
	color: #020202;
	background-color: #ffffff;
	top: 50px;
	border: 1px solid #eeeeee;
	border-top: none;
	display: none;
	box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, 0.3803921568627451);
	text-align: center;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 284px;
	font-size: 15px;
}

.lcss {
	min-width: 105px;
	width: 100%;
	line-height: 40px;
}

.qlcss {
	min-width: 105px;
	width: 100%;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 284px;
	padding-left: 15px;
	padding-right: 32px;
}

.lcss:hover {
	background-color: #eee;
}

.qlcss:hover {
	background-color: #eee;
}
/* .rcss{
    min-width: 95px;
	position: absolute;
    color: black;
    background-color: #ffffff;
    right: 105px;
    top: 0px;
    display:none;
    box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, 0.3803921568627451);
} */
.rcss>div:first-child {
	border: none;
}

.rlcss {
	min-width: 95px;
	width: 100%;
	line-height: 40px;
	white-space: nowrap;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}

.rlcssM {
	background-color: #eee;
}

.rlcssL {
	background-color: white;
}

.rlcss:hover {
	background-color: #eee;
}

.userCss {
    padding: 8px 10px;    
    margin-right: 15px
	/* cursor: pointer; */
}

.hoverOtherBtn:hover{
	background: rgba(255, 255, 255, 0.2);
}

.main-menu>li>.courseIcon {
    width: 1.3em;
    height: 1.3em;
    vertical-align: -0.15em;
    fill: currentColor;
    margin-right: 15px;
    border: 0px solid #ababab;
    cursor: pointer;
}

.userCss:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
}

.qyCss {
	min-width: 95px !important;
	cursor: pointer;;
	color: white;
	display: flex;
	align-items: center;
	height: 100%;
	padding-right: 15px;
}

.qySpan {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 250px;
	font-size: 15px;
	color: white;
	padding-left: 15px;
}
#head_query_coursename{
	border: 1px solid rgba(255, 255, 255, 0);
	width: 300px !important;
	height: 36px !important;
	font-size: 16px;
	color: #fff;
	border-radius: 6px;
	padding-left: 30px !important;
	background: rgba(255, 255, 255, 0.1);
}
#head_query_coursename:focus{
	border: 1px solid #fff;
}
#head_query_coursename:-webkit-autofill,
#head_query_coursename:-webkit-autofill:hover,
#head_query_coursename:-webkit-autofill:focus,
#head_query_coursename:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  caret-color:#fff;
  -webkit-transition-delay: 5000s;
  -webkit-transition: color 5000s ease-out, background-color 5000s ease-out;
}
 
 
#head_query_coursename:-internal-autofill-previewed,
#head_query_coursename:-internal-autofill-selected {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s !important;
}

.roleCss {
	min-width: 95px !important;
	cursor: pointer;;
	margin-left: 15px;
	margin-right: 15px;
}

.dlCss {
	min-width: 1366px;
}

.main-body-div {
	min-width: 1366px;
}

.cx-search-a {
	z-index: auto;
}

.arrow-line {
	display: inline-flex;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top-color: #fff;
}

.arrow-b {
	float: left;
	border-width: 8px;
	border-top-color: #217AEF;
	margin-top: -10px;
	margin-left: -8px;
}

.zwsj {
	align-items: center;
	justify-content: center;
	flex: 3;
	display: flex;
	height: 100%;
	flex-direction: column;
}

.zwsj>div:first-child {
	background-image: url(/jgt/images/exam/noData.png);
	background-repeat: no-repeat;
	flex: 2;
	min-height: 150px;
	width: 200px;
}

.zwsj>div:first-child+div {
	flex: 1;
	height: 100%;
	font-size: 16px;
	color: #cacaca;
}

.main-usercenter .ball .icon {
	font-size: 20px;
	width: 100%;
	height: 30px;
	margin: 0;
	border: 0;
	font-weight: bold;
	text-align: center;
	color: #0b0b0b;
	background: transparent;
}

.main-usercenter .title {
	font-size: 12px;
	height: 30px;
	color: #4d4d4d
}

.main-usercenter .title2 {
	font-size: 13px;
	color: #4d4d4d
}

.main-usercenter .title3 {
	font-size: 13px;
	color: #1a1a1a
}

.main-usercenter .title3:hover {
	font-size: 13px;
	color: #00abfd
}

.main-usercenter .ball-div {
	table-layout: fixed;
	width: 100%;
	border: none;
	margin-top: 0px;
	padding: 0 10px;
}

.main-usercenter .xh-ball-div {
	
}

.main-usercenter .ball {
	width: 111px;
	display: table-cell;
	text-align: center;
	padding: 0px 0 10px 0;
	background: #FFFFFF;
}

.btn-success {
	color: #fff;
	background-color: #2fa4e7;
	border-color: #2fa4e7;
}

.btn-success:hover {
	background-color: #1f8fd0;
	border-color: #2fa4e7;
}

.btn-success:hover, .btn-success:focus, .btn-success:active,
	.btn-success.active, .open>.dropdown-toggle.btn-success {
	background-color: #1f8fd0;
	border-color: #2fa4e7;
}

.home-head-logo {
	max-width: 100%;
}

.layui-layer-shade {
	z-index: 19891018;
	background-color: #000;
	opacity: 0.1 !important;
}

#mytitle {
        position: absolute;
        color: #ffffff;
        font-size: 14px;
        padding: 4px;
        background: rgba(40, 40, 40, 0.8);
        border: solid 1px #e9f7f6;
        border-radius:5px;
    }
#mytitle::after {
    content: " ";
    position: absolute;
    top: 100%; /* 提示工具底部 */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(40, 40, 40, 0.8) transparent transparent transparent;
}

.aiRobot{
	position:absolute;
	top: 20%;
    right: 1%;
    cursor: pointer;
    z-index: 1;
}

.yxt_shortcuts_div{
	position:absolute;
	top: calc(50% - 123px);
    right: 1%;
    z-index: 1;
    display: flex;
	border-radius: 8px;
	border: 1px solid var(---gray2, #E8EDF0);
	background: var(---gray0, #FFF);
	box-shadow: 0px 4px 16px 0px rgba(44, 62, 93, 0.10);
}

.yxt_shortcuts_div.line{
	width:50px;
	padding: 4px 0px;
	flex-direction: column;
	align-items: flex-start;
}

.yxt_shortcuts_div.row{
	width: 364px;
	padding: 0px 4px;
	align-items: center;
}

.shortcuts_icon_div{
	display: flex;
	padding: 10px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

.shortcuts_icon{
	width:36px;
	height:22px;
}

#switch_shortcuts{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	cursor: pointer;
}

.yxt_shortcuts_div.line .yxt_shortcuts_box{
	width:48px;
	display: flex;
	padding: 10px 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	align-self: stretch;
	color: var(--gray-9, #353D41);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	cursor: pointer;
}

.yxt_shortcuts_div.row .yxt_shortcuts_box{
	display: flex;
	width: 76px;
	padding: 2px 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2px;
	color: var(--gray-9, #353D41);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	cursor: pointer;
}

.iframeMode{
	position:absolute;
    display: flex;
    align-items: center;
    z-index: 50;
}

.ai_view_content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border-radius: 16px;
	background: var(--gray-2, #F3F6F9);
	box-shadow: 0px 8px 16px 0px rgba(38, 120, 216, 0.10);
}

.aiTitleView{
	display: flex;
	height: 44px;
	padding: 0px 16px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	background: linear-gradient(180deg, #FFF 0%, #F0F0F0 100%);
	border-radius: 16px 16px 0 0;
	cursor: move;
}

.ai_robot_content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ai_left_view{
	display: flex;
	width: 176px;
	padding: 8px;
	gap: 8px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	border-radius: 0 0 0 22px;
    background-color: #fff;
}

.ai_left_line{
	display: flex;
	padding: 6px 8px;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	border-radius: 6px;
	color: var(--gray-10, #242729);
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
    cursor: pointer;
}

.ai_left_line.active,.ai_left_line:hover{
	background: var(--gray-2, #F3F6F9);
	color:#217AEF;
}

.ai_left_line img{
	width: 28px;
	height: 28px;
}

.ai_right_view{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
}

.iframeSize{
	border:none;
	border-radius: 0 0 22px 0;
}

.ai_helper_top{
	display: flex;
	padding-top: 16px;
	height: 146px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	background: url("/jgt/images/ai/ai_bg.png") lightgray 50% / cover no-repeat;
}

.ai_helper_title{
	display: flex;
	padding: 0px 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	color: var(--gray-10, #242729);
	font-style: normal;
}

.ai_helper_bar{
	display: flex;
	padding: 8px 16px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	background: rgba(255, 255, 255, 0.55);
}

.helper_switch_view{
	display: flex;
	align-items: center;
	border-radius: 6px;
	background: var(--gray-2, #F3F6F9);
}

.helper_switch_line{
	display: flex;
	padding: 6px 16px;
	align-items: center;
	border-radius: 6px;
	background: #FFF;
	color: #353D41;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	cursor: pointer;
}

.helper_switch_line.active{
	background: #217AEF;
	color: #FFFFFF;
}

.helper_input_view{
	display: flex;
	width: 480px;
	height: 40px;
	padding: 5px 16px;
	align-items: center;
	gap: 16px;
	border-radius: 6px;
	border: 1px solid var(--gray-4, #D8DEE0);
	background: var(--gray-1, #FFF);
}

.helper_input_view input{
	flex: 1 0 0;
	color: var(--gray-7, var(---gray7, #000));
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0);
    width: calc(100% - 50px);
    height: 100%;
}

.ai_helper_bottom{
	display: flex;
	padding: 16px;
	flex-wrap: wrap;
	align-items: flex-start;
    align-content: flex-start;
	gap: 16px;
	flex: 1 0 0;
	align-self: stretch;
	border-top: 1px solid #DEE2E6;
	background: #F3F3F3;
	overflow: auto;
}

.ai_helper_bottom::-webkit-scrollbar {
	background-color: #fff;
 	width: 10px;
 	height: 10px;
}

.ai_helper_bottom::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c1c1c1;
}

.ai_cp_box{
	display: flex;
	padding: 20px 12px 24px 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	width: calc(calc(100% - 32px) / 3);
	border-radius: 8px;
	background: var(--gray-1, #FFF);
	position: relative;
	cursor: pointer;
	border: 1px solid #F3F3F3;
}

.ai_cp_box .cp_class_name{
	display: flex;
	min-width: 48px;
	padding: 0px 6px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 0px 5px 0px 5px;
	background: var(--ant-primary-color-disabled, rgba(33, 122, 239, 0.30));
	color: var(--ant-primary-color, #217AEF);
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 1px;
}

.ai_cp_box:hover{
	border: 1px solid #217AEF;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}

.ai_cp_box .title_line{
	display: flex;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

.ai_cp_box .bold_font,.ai_ob_box .bold_font{
	color: var(--gray-10, #242729);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ai_cp_box:hover .bold_font{
	color: #2E78E9;
}

.ai_cp_box .normal_font{
	height: 66px;
	color: var(--gray-9, #353D41);
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.ai_ob_box{
	display: flex;
	padding: 6px 8px;
	align-items: center;
	gap: 8px;
	width: calc(calc(100% - 32px) / 3);
	border-radius: 5px;
	background: var(--gray-1, #FFF);
	cursor: pointer;
}

.ai_ob_box:hover{
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}

.ai_ob_box .title_line{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	flex: 1 0 0;
	width: calc(100% - 52px);
}

.ai_ob_box .normal_font{
	align-self: stretch;
	color: #717D89;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.shortcuts_course_view{
	position: absolute;
	z-index:50;
	width: 1000px;
	border-radius: 16px;
	background: var(--gray-1, #FFF);
	box-shadow: 0px 10px 32px 0px rgba(38, 38, 38, 0.18);
}

.ai_view_border,.shortcuts_course_border{
	width: 100%;
	position: relative;
}

.shortcuts_course_content{
	display:flex;
	height: 100%;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	flex-shrink: 0;
}

.shortcuts_course_title{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	cursor: move;
}

.shortcuts_course_search{
	display: flex;
	align-items: center;
	gap: 32px;
	align-self: stretch;
}

.input_view{
	display: flex;
	height: 40px;
	padding: 5px 0px;
	align-items: center;
	gap: 16px;
	flex: 1 0 0;
	border-bottom: 1px solid var(--ant-primary-color, #217AEF);
}

.sc_input{
	width: 100%;
	height: 36px;
	font-size: 16px;
	color: #353D41;					
   	border-radius: 6px;
   	background: rgba(255, 255, 255, 0);
    border: none;
    outline: none;
}

.sc_file_type{
	border: none;
    outline: none;
    background: rgba(0, 0, 0, 0);
    color: #353D41;
    font-size: 16px;
    cursor: pointer;
}

.sc_file_type option{
	color: #353D41;
}

.icon-sc_sort{
	font-size:20px;
	line-height: 20px;
	color:#353D41;
}

.custom-select:hover .icon-sc_sort,.sc_file_type:hover{
	color: #217AEF;
}

.shortcuts_course_info::-webkit-scrollbar {
	background-color: #fff;
 	width: 10px;
 	height: 10px;
}

.shortcuts_course_info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c1c1c1;
}

.shortcuts_course_info{
	width: 100%;
	display: flex;
	min-height:300px;
    flex: 1 0 0;
	overflow: auto;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	color: #353D41;
	font-size: 16px;
    line-height: 24px;
}

.shortcuts_course_info_title{
	display: flex;
	padding: 8px 0px 12px 0px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-bottom: 1px solid var(--gray-2, #F3F6F9);
}

.shortcuts_icon_title{
	display:flex;
	gap:8px;
	align-items: center;
}

.shortcuts_course_info_box{
	display:flex;
	width:100%;
	flex-direction: column;
	color:#717D89;
}

.shortcuts_course_info_box :hover{
	border-radius: 4px;
	color: #217AEF;
	background: var(--gray-2, #F3F6F9);
}

.shortcuts_course_line{
	display: flex;
	padding: 8px;
	align-items: center;
	gap: 16px;
	align-self: stretch;
	cursor: pointer;
	font-size: 14px;
}

.shortcuts_course_line .courseName{
	color:#353D41;
	flex:1 0 0;
}

.shortcuts_course_line:hover .courseName{
	color: #217AEF !important;
}

.shortcuts_course_line .sortPath{
	flex:1 0 0;
}

.shortcuts_course_line .time{
	text-align: center;
	width: 70px;
}

.shortcuts_course_line .createTime{
	width: 120px;
}

.shortcuts_course_line .studyCount{
	text-align:right;
	width: 60px;
}

.shortcuts_course_line .kjScore{
	text-align:right;
	width: 65px;
}

.shortcuts_sp_font{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shortcuts_word_view{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}

.shortcuts_history_word_view{
	display: flex;
	align-items: center;
	gap: 16px;
	align-self: stretch;
	color: var(--gray-7, #717D89);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.shortcuts_word_box{
	display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 12px;
    align-self: stretch;
    flex-wrap: wrap;
    overflow: hidden;
}

.shortcuts_word_box.limitHeight{
	height: 28px;
	overflow: auto;
}

.shortcuts_word_box.limitHeight::-webkit-scrollbar {
	background-color: #fff;
 	width: 10px;
 	height: 10px;
}

.shortcuts_word_box.limitHeight::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c1c1c1;
}

.shortcuts_word_box .word_box{
	padding: 2px 8px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: var(--gray-2, #F3F6F9);
	color: #353D41;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

#shortcuts_hotWordBox .word_box{
	display: flex;
    align-items: center;
    gap: 4px;
    max-width: 300px;
}


.shortcuts_word_box .word_box:hover{
	color: #217AEF;
}

.shortcuts_hot_word_view:after {
    content: '';
    display: block;
    width: 24px;
    height: 6px;
    background: #217AEF;
    border-radius: 19px;
}

.leftTopPoint{
	width: 7px;
    height: 7px;
    position: absolute;
    top: -7px;
    left: -7px;
    cursor: nwse-resize;
}

.rightTopPoint{
	width: 7px;
    height: 7px;
    position: absolute;
    top: -7px;
    right: -7px;
    cursor: nesw-resize;
}

.leftBottomPoint{
	width: 7px;
    height: 7px;
    position: absolute;
    bottom: -7px;
    left: -7px;
    cursor: nesw-resize;
}

.rightBottomPoint{
	width: 7px;
    height: 7px;
    position: absolute;
    bottom: -7px;
    right: -7px;
    cursor: nwse-resize;
}

.topLine{
	width: 100%;
    height: 7px;
    position: absolute;
    top: -7px;
    left: 0;
    cursor: s-resize;
}

.bottomLine{
	width: 100%;
    height: 7px;
    position: absolute;
    bottom: -7px;
    left: 0;
    cursor: s-resize;
}

.leftLine{
	width:7px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -7px;
    cursor: e-resize;
}

.rightLine{
	width:7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -7px;
    cursor: e-resize;
}

.custom-select {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
   	border: none;
    outline: none;
    background: rgba(0, 0, 0, 0);
    color: #353D41;
    font-size: 16px;
    cursor: pointer;
}


.select-items {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 85px;
    z-index: 99;
    top: 20px;
    background: #fff;
    border: 1px solid #ccc;
}

.select-items div {
  padding: 5px;
  cursor: pointer;
}

.select-items .selected {
  background-color: #1967D2;
  color:#fff;
}

.select-hide {
  display: none;
}

.sc_message_div{
	display: flex;
    width: 100%;
    min-height:200px;
    flex: 1 0 0;
    padding: 0px 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.sc_message_info{
	color: var(--gray-6, #A2B0BD);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.wxDiv{
	position: absolute;
	top: -106px;
	display: flex;
	padding: 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 12px;
	border: 1px solid #F3F6F9;
	background: #FFF;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
}

.wxDiv.left{
	left: -225px;
}

.wxDiv.left::after {
   	content: '';
    position: absolute;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}

.wxDiv.right{
	left: 55px;
}

.wxDiv.right::before {
   	content: '';
    position: absolute;
    top: 50%;
    left: -9px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}

.wxDiv_to_artificial{
	position: absolute;
	top: -120px;
	display: flex;
	width: 280px;
	padding: 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	border-radius: 12px;
	border: 1px solid var(--gray-2, #F3F6F9);
	background: var(--gray-1, #FFF);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
	cursor: default;
}

.wxDiv_blank{
	position: absolute;
	width: 20px;
    height: 232px;
	top: -120px;
}

.wxDiv_to_artificial.left{
	left: -315px;
}

.wxDiv_blank.left{
	left: -40px;
}

.wxDiv_to_artificial.left::after {
   	content: '';
    position: absolute;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}
.yxt_shortcuts_div.line .wxDiv_to_artificial.right{
	left: 35px;
    top: -120px;
}

.yxt_shortcuts_div.line .wxDiv_blank.right{
	left: 22px;
    top: -120px;
}


.yxt_shortcuts_div.row .wxDiv_to_artificial.right{
	left: 45px;
    top: -115px;
}

.yxt_shortcuts_div.row .wxDiv_blank.right{
	left: 35px;
}

.wxDiv_to_artificial.right::before {
   	content: '';
    position: absolute;
    top: 50%;
    left: -9px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}

.wxDiv_to_artificial .wxDiv_line{
	display: flex;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	border-radius: 8px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.wxDiv_to_artificial .image_icon{
	display: flex;
	width: 48px;
	height: 48px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	background: var(--gray-2, #F3F6F9);
}

.wxDiv_to_artificial .info_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 2px;
	flex: 1 0 0;
}

.wxDiv_to_artificial .info_line{
	display: flex;
	align-items: center;
	gap: 4px;
	align-self: stretch;
}

.ai_admin_mask,.ai_promotion_mask{
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 40;
	background: rgba(9, 30, 66, 0.49);
}

/* 重新写右上角用户信息的样式  */
.dm_right_box>div {
	padding: 0px;
	overflow: hidden;
	border: none;
}

.dm_right_box{
	width: 50%;
	float: left;
	padding-left:10px;
}

.dm_right_div{
	display: flex;
    gap: 4px;
    align-items: center;
}

.dm_right_box>div {
	padding: 0px;
	overflow: hidden;
	border: none;
}

.dm_right_box>div:hover{
	color:#ffffff;
	cursor:pointer;
}

.dm_right_box .number{
	font-size: 14px;
	font-weight: 700;
	display: inline;
	color: #00abfd;
}

.dm_right_box:nth-of-type(1)>div:hover{background:#ff8a2b;color:#fff}
.dm_right_box:nth-of-type(2)>div:hover{background:#0CC3BF;color:#fff}
.dm_right_box:nth-of-type(3)>div:hover{background:#02A8FA;color:#fff}
.dm_right_box:nth-of-type(4)>div:hover{background:#FB2731;color:#fff}
.dm_right_box:nth-of-type(5)>div:hover{background:rgba(82, 173, 94, 0.8392156862745098);color:#fff}
.dm_right_box:nth-of-type(6)>div:hover{background:#ff80c0;color:#fff}
.dm_right_box>div:hover .number,.dm_right_box>div:hover .iconfont{color:#ffffff}
.dm_right_box:nth-of-type(1) .iconfont{color:#ff8a2b}
.dm_right_box:nth-of-type(2) .iconfont{color:#0CC3BF}
.dm_right_box:nth-of-type(3) .iconfont{color:#02A8FA}
.dm_right_box:nth-of-type(4) .iconfont{color:#FB2731}
.dm_right_box:nth-of-type(5) .iconfont{color:rgba(82, 173, 94, 0.8392156862745098)}
.dm_right_box:nth-of-type(6) .iconfont{color:#ff80c0}

.hot_word_view{
	position: absolute;
	display: flex;
	width: 658px;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border-radius: 8px;
	border: 1px solid var(--gray-3, #E8EDF0);
	background: var(--gray-1, #FFF);
	box-shadow: 0px 10px 32px 0px rgba(38, 38, 38, 0.24);
}

.shortcuts_hotWordBox{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.shortcuts_hotWordBox .word_line{
	display: flex;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	cursor: pointer;
}
.shortcuts_hotWordBox .hot_index,#shortcuts_hotWordBox .hot_index{
	color: #899AA9;
	font-weight: 700;
}
.shortcuts_hotWordBox .word_line:nth-of-type(1) .hot_index,
#shortcuts_hotWordBox .word_box:nth-of-type(1) .hot_index{color:#FB624D}
.shortcuts_hotWordBox .word_line:nth-of-type(2) .hot_index, 
#shortcuts_hotWordBox .word_box:nth-of-type(2) .hot_index{color:#FB814D}
.shortcuts_hotWordBox .word_line:nth-of-type(3) .hot_index,
#shortcuts_hotWordBox .word_box:nth-of-type(3) .hot_index{color:#FBA14D}

.shortcuts_hotWordBox .hot_content,#shortcuts_hotWordBox .hot_content{
	align-items: center;
	align-self: stretch;
	color: var(--gray-11, #191B1D);
	font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.bar_notice_title{
	display: flex;
	align-items: center;
    gap: 8px;
}

.notice_modal_content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
	border-radius: 20px;
	background: url(/jgt/images/notice/modal_bg.png) lightgray 0px -4.343px / 100% 115.714% no-repeat;
	background-size: 100% auto;
	box-shadow: 0px 0px 16px 0px rgba(44, 62, 93, 0.50);
}

.notice_modal_content .menu_view{
	display: flex;
	padding: 16px 16px 8px 16px;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
	align-self: stretch;
	border-radius: 16px 16px 0px 0px;
}

.notice_modal_content .menu_view .iconfont:hover{
	background-color: rgba(0, 0, 0, 0.10);
	border-radius: 4px;
}

.notice_modal_content .title_view{
	display: flex;
	padding: 0px 32px;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}

.sys-notice-content{
	margin: 24px 0 16px 0;
    padding: 0 32px;
	align-self: stretch;
	border-radius: 16px;
	overflow: auto;
}

.sys-notice-content img,.sys_content_view img{
	max-width: 100%;
}

.notice_modal_content .bottom_view{
	display: flex;
	padding: 0px 16px 32px 16px;
	justify-content: center;
	align-items: center;
	gap: 16px;
	align-self: stretch;
	border-radius: 16px 16px 0px 0px;
}

#moreSysNoticeView{
	width: 100%;
	height: calc(100vh - 52px);
	left: 0;
	top: 52px;
	z-index:51;
}

.more_sys_content{
	width: 100%;
    height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background: var(--gray-2, #F3F6F9);
}

.more_sys_content .title_view{
	display: flex;
	height: 40px;
	padding: 4px 16px;
	align-items: center;
	gap: 4px;
	align-self: stretch;
	border-bottom: 1px solid var(--gray-2, #F3F6F9);
	background: var(--gray-1, #FFF);
	line-height: 22px;
	font-size: 14px;
}

.more_sys_content .content_view{
	display: flex;
	padding: 32px 16px 16px 16px;
	align-items: flex-start;
	align-self: stretch;
	gap: 40px;
	flex: 1 0 0;
	background: url(/jgt/images/notice/bg.png) lightgray 50% / cover no-repeat;
}

.more_sys_content .content_view .time_view{
	display: flex;
	width: 160px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}

.more_sys_content .sys_content_view{
	display: flex;
	max-width: 1300px;
	height: calc(100vh - 140px);
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	flex: 1 0 0;
	overflow: auto;
}

.more_sys_content .sys_time_title{
	display: flex;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	color: #217AEF;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}

.more_sys_content .notice_view{
	display: flex;
	padding-bottom: 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	border-bottom: 1px solid #C7E7FF;
}

.more_sys_content .notice_title{
	align-self: stretch;
	color: #002A7D;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}

.more_sys_content .notice_content{
	align-self: stretch;
}

.time_view .time_btn,.time_view .move_btn{
	display: flex;
	width: 96px;
	min-width: 72px;
	padding: 5px 16px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 5px;
	color: #353D41;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	cursor: pointer;
}

.time_view .time_btn.active,.time_view .time_btn:hover{
	border-radius: 30px;
	background: #217AEF;
	color: #FFF;
}


.sign_content_view{
	display: flex;
    flex-direction: column;
    gap: 16px;
	padding: 0 5% 20px;
	max-height: 60vh;
	overflow: auto;
	font-size: 16px;
	line-height: 22px;
}

.sign_content{
	display: flex;
    flex-direction: column;
    gap: 4px;
    overflow: auto;
}

.sign_line_view{
	display: flex;
    align-items: center;
    gap: 8px;
    color: #217AEF;
}

.sign_title{
	width: 100%;
	flex: 1 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;"
}

.ai_promotion_content{
	display: flex;
	width: 100%;
	padding-bottom: 24px;
    height: 508px;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	border-radius: 20px;
	box-shadow: 0 0 16px 0 rgba(44, 62, 93, 0.50);
	background: url("/jgt/images/ai/ai_promotion.png") lightgray 50% / cover no-repeat;
}

.ai_promotion_content .yxt_modal_header{
	background: rgba(0, 0, 0, 0);
}

.ai_promotion_content .yxt_modal_body{
	padding: 0;
    flex: 1 0 0;
    justify-content: flex-end;
}