@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,i{margin:0;padding:0;}
img{border:0;}
ol,ul{list-style:none;}   
*{box-sizing: border-box;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
address,caption,cite,code,dfn,em,var,i{font-weight:normal; font-style:normal;}
.fl{display:inline; float:left;}
.fr{display:inline; float:right;}
.cf:after{display:block; content:"."; height:0; overflow:hidden; clear:both;}
.cf{zoom:1;}
a{text-decoration:none !important;color:#333;outline: none;}
a:hover{color: #3C79FF;text-decoration: none;}
.left,.fl{float:left;}
.right,.fr{float:right;}
.clearfix:after{visibility:hidden; display:block; clear:both; height:0; font-size:0; content:".";}
.clearfix{zoom:1;}
body {
	font: 14px/1.5 "Microsoft YaHei", arial, simsun, sans-serif;
	color: #333;
	position: relative;
}

.hidden {
	visibility: hidden;
}

html,
body {
	width: 100%;
	height: 100%;
	background: url('../images/bg.png') left top no-repeat ;
	background-size: 100% 100%;
	box-sizing: border-box;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	background: none;
	color: inherit;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.main_box {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.side_bar {
	width: 232px;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	position: relative;
	z-index: 999;
}

.logo_box {
	width: 100%;
	height: 80px;
	padding: 27px 20px 0;
	box-sizing: border-box;
}

.logo_box .logo_box_list {
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	padding-bottom: 27px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo_box .logo_box_list .logo_boximg1 {
	width: 97px;
    height: 27px;
}

.logo_boximg2 {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

/*  */
.side_barsu {
	width: 68px;
	height: 100%;
	background: rgba(255, 255, 255, .3);
	box-sizing: border-box;
	position: relative;
	z-index: 9999;
	overflow: hidden;
	display: none;

}

.side_barimg01 {
	display: block;
	margin: 35px auto;
	width: 40px;
	height: 40px;
}

.side_barimg02 {
	display: block;
	margin: 35px auto;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.side_barbtn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	cursor: pointer;
}

.side_barbtn .side_barbm01 {
	margin: 10px 16px;
	width: 35px;
	height: 35px;
}

.side_barbtn .side_barbm02 {
	margin: 10px 16px;
	width: 40px;
	height: 40px;
}

/*  */
.search_record {
	height: calc(100% - 302px);
	margin-top: 25px;
	overflow: auto;
	padding: 0 20px;
}

.search_list {
	height: 100%;
	overflow-x: hidden;
}

.search_list::-webkit-scrollbar,
.main::-webkit-scrollbar {
	width: 3px;
}

.search_list:hover::-webkit-scrollbar-thumb,
.main:hover::-webkit-scrollbar-thumb {
	background: #bcd3de !important
}

.search_list::-webkit-scrollbar-track,
.main::-webkit-scrollbar-track {
	background: #f1f1f1
}

.search_list ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #333333;
	padding: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 192px;
	cursor: pointer;
	padding-left: 14px;
	box-sizing: border-box;
	margin-bottom: 2px;
}

.search_list ul li a:hover{
	background: #E5EEF4;
	border-radius: 10px;
}
.search_list ul li a.on{
	color: #0479ff;
	background: rgba(60,121,255,0.1);
	border-radius: 10px;
	border: 1px solid #BAD1F8;
}
.icon_nav{
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 6px;
}
.icon_teacher{
	background-image: url('../images/ai_teacher.png');
}
.search_list ul li a.on .icon_teacher{
	background-image: url('../images/ai_teacher_on.png');
}
.icon_background{
	background-image: url('../images/ai_background.png');
}
.search_list ul li a.on .icon_background{
	background-image: url('../images/ai_background_on.png');
}
.icon_point{
	background-image: url('../images/ai_point.png');
}
.search_list ul li a.on .icon_point{
	background-image: url('../images/ai_point_on.png');
}
.icon_tool{
	background-image: url('../images/ai_tool.png');
}
.search_list ul li a.on .icon_tool{
	background-image: url('../images/ai_tool_on.png');
}
.ai_item{
	display: none;
}
/*  */
.info_box {
	padding: 0 20px 40px;
	cursor: pointer;
}

.info-wrap {
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.left-box {
	display: flex;
	width: 100%;
	font-size: 14px;
}

.avatar {
	width: 46px;
	height: 46px;
	border-radius: 50%;
}

.avatarrg {
	margin-left: 9px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.login_to{
	width: 20px;
	height: 20px;
}

.line {
	border-top: 1px solid #DCE6E7;
}


/*  */

.main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	height: calc(100% - 258px);
	padding: 0 0 0;
	overflow-y: scroll;
}


.search_box {
	position: fixed;
	bottom: 50px;
}


.input-box {
	width: 780px;
	height: 160px;
	background: rgba(255, 255, 255, .8);
	border-radius: 10px;
	/* overflow: hidden; */
	border: 2px solid #fff;
	position: relative;
	/* box-shadow: 0 0 60px 10px #00000014; */
	box-shadow: 0 0 -10px 10px #00000014;
}

.input-box:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	border-radius: 10px
}

.input-box .input-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	padding: 20px;
	box-sizing: border-box;
}

.input-box .input-wrap textarea {
	width: 100%;
	resize: none;
	height: 70%;
	overflow: auto;
	line-height: 24px;
	border: none;
	outline: 0;
	font-size: 16px;
}

.input-box .input-wrap textarea::placeholder {
	color: #838f95;
	font-size: 18px;
	letter-spacing: 2px
}

.input-box .input-wrap textarea::-webkit-scrollbar {
	width: 4px;
	cursor: pointer
}

.input-box .input-wrap textarea::-webkit-scrollbar-thumb {
	background: #d6e3e9;
	border-radius: 4px
}

.input-box .input-wrap textarea:hover::-webkit-scrollbar {
	width: 8px
}

.input-box .input-wrap textarea::-webkit-scrollbar-track {
	background: #f1f1f1
}


.input-box .tool-bar {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.input-box .tool-bar .font-num {
	font-size: 14px;
	color: #838f95
}

.input-box .tool-bar button {
	cursor: pointer;
	width: 90px;
	height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(148deg, #A8C4FF, #3C79FF 40%, #3C79FF 75%, #A8C4FF 100%);
	border-radius: 10px
}

.input-box .tool-bar .disable-btn {
	background: #bfcbd1
}


/*  */
.box {
	width: 900px;
	padding-top: 18px;
	height: 100%
}

.box .wrap {
	margin-bottom: 20px;
}

.box .avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%
}

.box .text {
	line-height: 28px;
	text-align: justify;
	font-size: 16px
}

.box .user-box {
	display: flex;
	justify-content: flex-end
}

.box .user-box .user-wrap {
	display: flex
}

.box .user-box .user-wrap .user-text {
	max-width: 780px;
	min-width: 88px;
	padding: 14px 20px;
	color: #fff;
	background: #0479ff;
	border-radius: 14px 5px 14px 14px;
	margin-top: 30px;
	margin-right: 12px
}

.box .is-last {
	padding-bottom: 10px
}

.box .ai-box {
	display: flex
}

.box .ai-box .ai-text {
	min-width: 88px;
	max-width: 780px;
	min-height: 56px;
	padding: 14px 20px;
	border-radius: 5px 14px 14px;
	margin-top: 30px;
	margin-left: 12px;
	background: #fff;
	color: #333;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center
}

.box .ai-box .ai-text h4 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 26px
}

.box .keep-ask {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 60px;
	padding-bottom: 56px;
	position: relative;
	top: -20px;
}

.box .keep-ask span {
	font-size: 14px;
	color: #333;
	margin-bottom: 6px;
}

.box .keep-ask .title-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.box .keep-ask .title-list div {
	flex-basis: 100%;
}

.box .keep-ask .title-list div span {
	display: inline-block;
	max-width: 780px;
	padding: 12px 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #fff;
	border-radius: 14px;
	margin-bottom: 5px;
	color: #333;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid #fff;
}

.box .keep-ask .title-list div span:hover {
	background: linear-gradient(90deg, #f5f6f9, #e3eff9 19%, #e1f7fe 51%, #e9f3fb 82%, #edf0f9)
}

.box .search-box {
	position: fixed;
	bottom: 40px;
	box-shadow: 0 0 60px 10px #00000014;
	display: flex;
	border-radius: 14px;
	overflow: hidden;
	justify-content: center
}

.login-box,
.lock-box {
	width: 321px;
	height: 130px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border-radius: 5px 14px 14px;
	margin-top: 30px;
	margin-left: 12px;
	cursor: pointer
}

.login-box .unlock,
.lock-box .unlock {
	width: 30px;
	z-index: 9;
	align-self: center
}

.login-box .login-btn,
.lock-box .login-btn {
	width: 106px;
	height: 40px;
	background: linear-gradient(180deg, #0e121f, #494c57);
	border-radius: 9px;
	border: 1px solid var(--black-btn-border);
	color: #fff;
	text-align: center;
	line-height: 40px;
	z-index: 9;
	align-self: center;
	cursor: pointer;
}

.login-box .text,
.lock-box .text {
	position: absolute;
	text-align: left;
	top: 0;
	padding: 14px 20px;
	box-sizing: border-box;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(5PX)
}

.refresh-text {
	font-size: 12px;
	color: #838f95;
	margin-left: 12px;
	line-height: 32px;
	cursor: pointer
}

.refresh-text:hover {
	text-decoration-line: underline
}

/* .lock-box{
    height: 100px!important
} */

@keyframes el-skeleton-loading-bd54ba7b {
	0% {
		background-position: 100% 50%
	}

	to {
		background-position: 0 50%
	}
}

.skeleton-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start !important
}

.skeleton {
	margin-bottom: 10px;
	height: 18px;
	background: linear-gradient(90deg, #f0f2f5 25%, #e6e8eb 37%, #f0f2f5 63%);
	background-size: 400% 100%;
	animation: el-skeleton-loading-bd54ba7b 1.4s ease infinite
}

.user-skeleton {
	background: linear-gradient(90deg, #2e8fff, #56a4ff, #2e8fff);
	background-size: 400% 100%
}

.fontcolis {
	color: rgb(255, 4, 4);
}

.header_top .header_boxs h3 {
	width: 500px;
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}


@keyframes move-850a9cab {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-1000px)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes scale {
	0% {
		transform: scale(1.2);
		opacity: 1
	}

	45% {
		transform: scale(.1);
		opacity: .7
	}

	80% {
		transform: scale(1.2);
		opacity: 1
	}
}

.info_mask {
	z-index: 99;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-moz-opacity: 0.1;
	opacity: .10;
	filter: alpha(opacity=10);

}


/*  */
@media screen and (min-width:320px) and (max-width:1024px) {
	body {
		min-width: 1100px;
	}
}

/* @media screen and (min-width:320px) and (max-width:1324px){
    .side_bar{display: none !important;}
    .side_barsu{display: block !important;}
} */

.main_text {
	width: 100%;
}

.main_text p {
	text-align: center;
	color: #999;
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 5px;
}
.main_text p.cor_warn{
	color: #F2A105;
	font-size: 16px;
}
.search_aiul {
	padding-bottom: 10px;
	display: flex;
}

.search_aiul li {
	padding: 7px 9px;
	border-radius: 10px;
	border: 1px solid #D6D7DB;
	margin-right: 8px;
	cursor: pointer;
	align-items: center;
	display: flex;
	position: relative;
}

.search_aiul li a {
	align-items: center;
	display: flex;
}

.search_aiul li:hover {
	color: #000;
	background: rgba(225,225,233,0.6);
	border: 1px solid #D6D7DB;
}

.search_aiul li a:hover {
	color: #000;
}

.search_aiul li img {
	display: inline-block;
	width: 20px;
	margin-right: 8px;
}

.search_aiul li img.search_tbimg {
	width: 20px;
}

.search_aiul li .search_tsitem {
	position: absolute;
	left: 0;
	bottom: 42px;
	display: none;
	background-color: #fff;
}

.search_tsitem {
	box-shadow: 0 0 1px rgba(0, 0, 0, .3), 0 4px 14px rgba(0, 0, 0, .1);
	border-radius: 8px;
	width: 350px;
	padding: 4px;
	box-sizing: border-box;
}

.search_tsitem p {
	line-height: 30px;
	padding-left: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.search_tsitem p:hover {
	background-color: rgba(0, 0, 0, .04);
	border-radius: 10px;
}

.aiterget {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.aiterget a {
	padding: 2px 10px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 14px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	font-size: 12px;
}

.aiterget a:hover {
	background-color: rgba(0, 0, 0, .04);
	color: #000;
}

.aiterget a img {
	display: inline-block;
	width: 18px;
	margin-right: 5px;
}

.aiterget a.aiattrcl {
	background-color: #DBEAFE;
	color: #4D6BFE;
}

.search_aito {
	display: flex;
	padding-bottom: 10px;
}

.search_aito select {
	min-width: 220px;
	height: 37px;
	line-height: 37px;
	background-color: #F7FAFD;
	border-radius: 10px;
	border: 1px solid #D6D7DB;
	padding: 0 15px;
	margin-right: 8px;
	/*取消默认箭头开始*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(../images/down.png) no-repeat right 5px center;
	background-size: 20px 20px;
	/*取消默认箭头结束*/
	font-size: 14px;
	border-radius: 10px;
	cursor: pointer;
	outline: 0;
}
.search_aito select:hover{
	background-color: #E7EAF1;
}
/* --背景色字体颜色--*/
	option:hover{
	    color:#fff;
	    background-color:#1E90FF;
	}

.intext_alos {
	font-size: 12px;
	color: #999;
	position: absolute;
	bottom: -30px;
	width: 100%;
	text-align: center;
}

.header_bigban {
	position: absolute;
	display: block;
	left: 10px;
	top: 5px;
}

.header_bigban img {
	display: block;
}

.noChat.main{
	height: 100%;
}
.noChat.main .intext_alos{
	/* display: none; */
}
.noChat.main .box{
	display: none;
}
.noChat.main .search_box{
	bottom: 50%;
	margin-bottom: -153px;
}
.noChat.main .search_box .main_text{
	display: block;
	margin-top: 40px;
}
.main_head{
	position: fixed;
	top: 0;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    border-radius: 1px;
    /* opacity: 0.9; */
	left: 232px;
    width: calc( 100% - 232px );
    text-align: center;
	padding-right: 232px;
	box-sizing: border-box;
}
.main.leftAll .main_head{
	left: 68px;
    width: calc( 100% - 68px );
	padding-right: 68px;
	box-sizing: border-box;
}
.main .search_box .main_text{
	display: none;
}