			#_copy {
				align-items: center;
				background: #4494d5;
				border-radius: 3px;
				color: #fff;
				cursor: pointer;
				display: flex;
				font-size: 13px;
				height: 30px;
				justify-content: center;
				position: absolute;
				width: 60px;
				z-index: 1000
			}

			#select-tooltip,
			#sfModal,
			.modal-backdrop,
			div[id^=reader-helper] {
				display: none !important
			}

			.modal-open {
				overflow: auto !important
			}

			._sf_adjust_body {
				padding-right: 0 !important
			}

			.super_copy_btns_div {
				position: fixed;
				width: 154px;
				left: 10px;
				top: 45%;
				background: #e7f1ff;
				border: 2px solid #4595d5;
				font-weight: 600;
				border-radius: 2px;
				font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
				z-index: 5000
			}

			.super_copy_btns_logo {
				width: 100%;
				background: #4595d5;
				text-align: center;
				font-size: 12px;
				color: #e7f1ff;
				line-height: 30px;
				height: 30px
			}

			.super_copy_btns_btn {
				display: block;
				width: 128px;
				height: 28px;
				background: #7f5711;
				border-radius: 4px;
				color: #fff;
				font-size: 12px;
				border: 0;
				outline: 0;
				margin: 8px auto;
				font-weight: 700;
				cursor: pointer;
				opacity: .9
			}

			.super_copy_btns_btn:hover {
				opacity: .8
			}

			.super_copy_btns_btn:active {
				opacity: 1
			}

			/* chatBox */
			.zoomInEffect {
				box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);

				transition: all 0.5s;
			}



			.loading-animation {
				width: 10px;
				height: 10px;
				border-radius: 50%;
				background-color: #ff0000;
				position: absolute;
				bottom: 10px;
				right: 10px;
				animation: loading 2s linear infinite;
				/* Adjust the animation speed as needed */
			}

			.zoomInEffect2 {
				box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
				transition: all 0.5s;
			}

			.zoomInEffect2:hover {
				box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
			}

			.zoomInEffect3 {
				position: relative;
				overflow: hidden;
			}

			.zoomInEffect3::before {
				content: '';
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				height: 50%;
				background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
				z-index: 1;
				opacity: 0;
				transition: opacity 0.5s, transform 0.5s;
				transform: translateY(100%);
			}

			/* Hover state */
			.zoomInEffect3:hover::before {
				opacity: 1;
				transform: translateY(0);
			}

			.image-container {
				position: relative;
				overflow: hidden;
				display: inline-block;
			}

			.image-container::before {
				content: "";
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				height: 0;
				background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
				transition: height 0.3s ease;
				/* 控制渐变速度 */
				pointer-events: none;
				/* 防止蒙版遮挡鼠标事件 */
			}

			.image-container:hover::before {
				height: 50%;
			}

			.multiline-text {
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
				/* 设置显示的行数 */
				overflow: hidden;
				text-overflow: ellipsis;
			}



			@keyframes ball-fussion-ball2 {
				0% {
					opacity: 0.35;
				}

				50% {
					top: 200%;
					left: 200%;
					opacity: 1;
				}

				100% {
					top: 100%;
					left: 50%;
					z-index: 1;
					opacity: 0.35;
				}
			}

			@keyframes ball-fussion-ball1 {
				0% {
					opacity: 0.35;
				}

				50% {
					top: -100%;
					left: 200%;
					opacity: 1;
				}

				100% {
					top: 50%;
					left: 100%;
					z-index: 2;
					opacity: 0.35;
				}
			}

			@keyframes ball-fussion-ball3 {
				0% {
					opacity: 0.35;
				}

				50% {
					top: 200%;
					left: -100%;
					opacity: 1;
				}

				100% {
					top: 50%;
					left: 0;
					z-index: 2;
					opacity: 0.35;
				}
			}

			@keyframes ball-fussion-ball4 {
				0% {
					opacity: 0.35;
				}

				50% {
					top: -100%;
					left: -100%;
					opacity: 1;
				}

				100% {
					top: 0;
					left: 50%;
					z-index: 1;
					opacity: 0.35;
				}
			}

			.tipWords-sort-wrp {
				display: flex;
				flex-direction: column;
				padding: 0
			}

			.title-span:hover {
				color: #1976d2;
			}

			@keyframes loading {
				0% {
					transform: rotate(0)
				}

				to {
					transform: rotate(360deg)
				}
			}

			.ag-textarea .MuiInputBase-input::-webkit-scrollbar {
				height: 6px;
				width: 6px
			}

			.ag-textarea .MuiInputBase-input::-webkit-scrollbar-track {
				background: transparent
			}

			.ag-textarea .MuiInputBase-input::-webkit-scrollbar-thumb {
				background: #dfdfdf;
				border-radius: 4px
			}

			.ag-textarea .MuiInputBase-input::-webkit-scrollbar-thumb:hover {
				background: #d4d4d4
			}

			@keyframes loading {
				0% {
					transform: rotate(0)
				}

				to {
					transform: rotate(360deg)
				}
			}

			.scrollbar::-webkit-scrollbar {
				height: 6px;
				width: 6px
			}

			.scrollbar::-webkit-scrollbar-track {
				background: transparent
			}

			.scrollbar::-webkit-scrollbar-thumb {
				background: #dfdfdf;
				border-radius: 4px
			}

			.scrollbar::-webkit-scrollbar-thumb:hover {
				background: #d4d4d4
			}

			.ag-quick-reply-btn {
				cursor: pointer;
				border: 1px solid #747775;
				border-radius: 18px;
				margin-right: 8px;
				padding-left: 12px;
				padding-right: 16px;
				height: 36px;
				line-height: 36px;
				user-select: none;
			}

			.ag-quick-reply-btn:hover {
				background-color: rgba(32, 33, 36, 0.059);
			}

			.ag-quick-reply-btn img {
				width: 20px;
				height: 20px;
				vertical-align: middle;
				margin-right: 8px;
			}

			.ag-abstract-div {
				position: fixed;
				cursor: pointer;
				top: 120px;
				right: 28px;
				width: 150px;
				height: 40px;
				padding: 2px;
				background-color: #fafafa;
				border: 1px solid rgba(0, 0, 0, 0.1);
				border-radius: 4px;
				box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08), 0 1px 2px -2px rgba(0, 0, 0, 0.12), 0 4px 12px 4px rgba(0, 0, 0, 0.05);
				display: flex;
				justify-content: center;
				z-index: 999999999;
			}

			.btn-shadow {
				display: flex;
				justify-content: space-around;
				align-items: center;
				/* border: 1px solid #611fec !important; */
				border-radius: 4px;
				/* box-shadow: 0 2px #611fec; */
				box-shadow: #611fec 0 0 2px 1px;
				cursor: pointer;
				padding: 3px 8px !important;
				color: #212b36 !important;
			}

			.btn-shadow:hover {
				background-color: rgba(192, 192, 192, .3) !important;
			}

			.abstract-btn-div {
				font-size: 13px;
				display: flex;
				align-items: center;
				box-sizing: border-box;
				padding: 5px 6px;
				color: #37404a;
				cursor: pointer;
				margin-top: 6px;

			}

			.abstract-btn-div:hover {
				background-color: #f8fcff;
				border-radius: 6px;
			}

			.abstract-btn-img {
				width: 16px;
			}

			.abstract-btn-span {
				margin-left: 10px;
			}

			/* AbstractNote里的样式 */
			.outline-note {
				font-size: 16px;
				font-weight: 500;
				margin-bottom: 12px;
			}

			.outline-option {
				display: flex;
				flex: 1;
				font-size: 14px;
				margin-bottom: 8px;

			}

			.outline-times {
				width: 24px;
			}

			.outline-times-content {
				display: block;
				width: 100%;
				background-color: #9254de;
				border-radius: 14px;
				color: #fff;
				text-align: center;
				font-weight: 800;
				font-size: 12px;
				padding: 2px 0;
				cursor: pointer;
			}

			.outline-options {
				display: flex;
				justify-content: space-between;
				width: 100%;
			}

			.outline-option-summary {
				display: block;
				cursor: pointer;
				padding-left: 12px;
			}

			.outline-option-title:hover {
				color: #9254de !important;
			}

			.outline-note-abstract {
				font-size: 16px;
				font-weight: 500;
				margin-top: 12px;
				margin-bottom: 12px;
			}

			.close-icon {
				position: absolute;
				right: 10px;
				top: 12px;
			}

			#abstract-box {
				/* padding: 16px;
    width: 100%;
    box-sizing: border-box; */
				max-height: 200px;
				overflow-y: scroll;
			}

			#abstract-box::-webkit-scrollbar {
				width: 4px;
				margin-top: 4px;
				border-radius: 6px;
			}

			#abstract-box::-webkit-scrollbar-track {
				background: #f1f1f1;
			}

			#abstract-box::-webkit-scrollbar-thumb {
				background-color: rgba(136, 136, 136, .5);
				border-radius: 10px;
			}

			#outlineBox {
				max-height: 200px;
				overflow-y: scroll;
			}

			#outlineBox::-webkit-scrollbar {
				width: 4px;
				margin-top: 4px;
				border-radius: 6px;
			}

			#outlineBox::-webkit-scrollbar-track {
				background: #f1f1f1;
			}

			#outlineBox::-webkit-scrollbar-thumb {
				background-color: rgba(136, 136, 136, .5);
				border-radius: 10px;
			}

			.keyTimesTitle {
				font-size: 16px;
				font-weight: 500;
				margin-bottom: 12px;
			}

			.keyTimesOption {
				display: flex;
				flex: 1;
				font-size: 14px;
				margin-bottom: 8px;
			}

			.keyTimes_times {
				width: 24px;
				/* margin-right: 8px; */
			}

			.keyTimes_times_content {
				display: block;
				width: 100%;
				background-color: #9254de;
				border-radius: 14px;
				color: #fff;
				text-align: center;
				font-weight: 800;
				font-size: 12px;
				padding: 2px 0;
				cursor: pointer;
			}

			.keyTimes_option {
				display: flex;
				justify-content: space-between;
				width: 100%;
			}

			.keyTimes_times_title:hover {
				color: #9254de !important;
			}

			.keyTimes_expendPoint {
				display: block;
				cursor: pointer;
				padding-left: 12px;
			}

			.keyTimesNoAuth {
				font-size: 14px;
				color: rgba(0, 0, 0, 0.35);
				font-weight: 500;
			}

			.rotating {
				animation: rotate 0.5s linear infinite;
			}

			@keyframes rotate {
				from {
					transform: rotate(0deg);
				}

				to {
					transform: rotate(360deg);
				}
			}

			.agBtnContainer {
				position: absolute;
				margin-top: -20px;
				right: 0%;
				border: 1px solid rgb(102, 105, 233, 0.2);
				border-radius: 4px;
				width: 110px;
				height: 30px;
				box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
			}

			.ag-btn-img {
				width: 28px;
			}

			/* redTheme里的样式 */
			/* 头部 */
			.ag-redTheme-header {
				display: flex;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}

			/* 内容部分 */
			.ag-redTheme-content {
				display: flex;
				flex-direction: column;
				justify-content: flex-start;
				align-items: start;
				padding: 6px 0;
				margin-top: 8px;
			}

			.typography {
				padding: 8px;
				border-radius: 8px;
				background-color: #eceff1;
				cursor: pointer;
			}

			.typography:hover {
				background-color: rgba(220, 220, 220, 1);
			}

			.small-btn {
				padding: 2px 3px;
				font-size: 12px;
				margin-right: 2px;
			}

			::-webkit-input-placeholder {
				color: #999;
				/* 谷歌浏览器 */
			}

			:-ms-input-placeholder {
				color: #999;
				/* IE浏览器 */
			}

			::placeholder {
				color: #999;
				/* 其他浏览器 */
			}

			/* 主题选中的按钮 */
			.agSelected {
				background-color: #1976d2;
			}

			/* 修改滚动条的样式 */
			#myTextareaAG1::-webkit-scrollbar {
				width: 8px;
			}

			#myTextareaAG1::-webkit-scrollbar-thumb {
				background-color: rgba(136, 136, 136, .5);
				border-radius: 4px;
			}

			/* RedContentFilling组件的样式 */
			.ag-redcontent-container {
				padding: 20px;
				z-index: 300;
			}

			.ag-redcontent-container-header {
				display: flex;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}

			.ag-redcontent-container-box {
				display: flex;
				flex-direction: row;
			}

			.ag-redcontent-container-close {
				color: rgb(192, 192, 192);
				cursor: pointer;
			}

			.ag-redcontent-container-footer {
				margin-top: 14px;
			}

			.ag-three-generated-title {
				margin-top: 6px;
			}

			.ag-redcontent-true {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 380px;
				height: 142px;
			}

			.ag-redcontent-container-footer-content {
				margin-top: 6px;
			}

			.ag-redcontent-three-btn {
				display: flex;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}

			.ag-redcontent-pre {
				color: #1890ff;
				cursor: pointer;
				display: flex;
				align-items: center;
			}

			.ag-redcontent-btnbox {
				display: flex;
				justify-content: flex-end;
			}

			.ag-smart-ask::-webkit-scrollbar {
				width: 4px;
				border-radius: 6px;
			}

			.ag-smart-ask::-webkit-scrollbar-thumb {
				background-color: rgba(136, 136, 136, .5);
				border-radius: 6px;
			}

			#ag-send-input::-webkit-scrollbar {
				width: 0px;
			}

			.fix-shadow {
				position: fixed;
				width: 100%;
				height: 100%;
				background: #fff;
				top: 0px;
				left: 0;
				right: 0;
				z-index: 9999;
				display: none;
			}

			.fix-shadow ul {
				margin: 40px 0;
				padding: 0;
			}

			.fix-shadow ul li {
				height: 100px;
				line-height: 100px;
				text-align: center;
				font-size: 30px;
				border-bottom: 1px solid #efefef;
			}
			.fix-shadow ul li:last-child{
				border-bottom: 0;
			}
			.fix-shadow ul li a{
				color: #666;
			}
			.fix-shadow .closed{
				position: absolute;
				right: 30px;
				top: 30px;
			}