html {
	font: normal 18px / 1.8 "Microsoft Yahei",  "Droid Sans";
}

body {
	font-family:"Microsoft YaHei", sans-serif;
	background: #f7fafe url(../m_img/bg.jpg) center bottom;
	background-size: cover;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	font-size: 18px !important; 
}
a:hover{text-decoration: none}
body::after{height: 6.3rem;content: "";}
.header {
	background-color: #9bc8fd;
	color: white;
	padding: 15px;
	position: relative;
	flex-shrink: 0;
}

.header .mb-0 img {
			    height: 1.6rem;
			}
.menu-btn {
	position: absolute;
	left: 15px;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 24px;
	cursor: pointer;
	z-index: 1;
}
.menu-btn img{width: 1rem;}
.menu-btn i{font-size: 1rem;color: #fff;}


.main-content {
	flex: 1;
	overflow-y: auto; height: 100vh; /* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Êµï¿½ï¿½ß¶ï¿½ */
	padding-bottom: 120px;
	/* ï¿½ï¿½×²ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Õ¼ï¿½ */
}
#chat-container {
    
}



.input-footer {
	position: fixed;
	bottom: 0px; padding-top: 15px;
	left: 0px;  padding-bottom: 15px;
	right: 0px;	
	z-index: 100;align-items: center;
}
.input-footer img{width: 2.4rem;}
.input-footer input{border: none;color: #999;border-radius: 1.3rem !important;margin: 0 10px;font-size: 0.85rem;height: 2.4rem;line-height: 2.4rem;}


.side-menu {
	position: fixed;
	top: 0;
	left: -280px;
	width: 260px;
	height: 100%;
	background: white;
	z-index: 1100;
	transition: all 0.3s ease;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}

.side-menu.show {
	left: 0;
}
.side-menu .news{border: 1px solid #e3e3e3;border-radius: .5rem;margin: 0 15px;font-size: 1rem;color: #333;display: flex;align-items: center;}
.side-menu .news i{font-size: 1.5rem;margin-right: 0.5rem; margin-left: .5rem;}
.menu-header {	
	padding: 15px;
	position: relative;
	height:50px;
	display: flex;
	align-items: center;	justify-content:space-between
}
.menu-header i{font-size:1.5rem;}
.close-btn {
	position: absolute;
	right:0px;
	top: 10px;
	color: white;
	font-size: 30px;
	cursor: pointer;
}
.show .close-btn{right: -30px;}
.menu-content {
	padding: 15px;
	height: calc(100% - 90px);
	overflow-y: auto;
}

.menu-section {
	margin-bottom: 20px;
}

.menu-section-title {
	font-size:1rem;
	color: #666;
	margin-bottom: 10px;	
}

.menu-item {
	padding: 5px 0px;
	border-radius: 5px;font-size: 0.9rem;
	margin-bottom: 5px;	color: #333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}

.menu-item.active {
	background-color: #e7f0fd;
	color: #1a56a7;
}


/* ï¿½ï¿½ï¿½Ö²ï¿½ */

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1099;
	display: none;
}

.card_main {
	border: none !important;
}

.card_main .card_ico {
	width: 3rem;
}

.card_main .card_ico img {
	width: 100%;border:1px solid #dceffe;border-radius: 100%;
}

.card_main .p {
	color: #222;
	font-size: 0.9rem;
	margin-left: 16px;font-weight: bold;
}

.card_main .title {
	border-bottom: 1px dashed #ececec;
	padding-bottom: 20px; margin-bottom: 0;
}
.card_main .title > img{width: 8rem;}
.data-container {
	min-height: 184px;
	position: relative;
}

.data-item {
	
	border-bottom: 1px dashed #ececec;
	opacity: 1;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.data-item span {
	color: #666;
	text-decoration: none;
	display: block;
	font-size: 0.8rem;
	 padding-left: 15px;line-height: 2.5rem; height: 2.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; position: relative;
}
.data-item span::before{content: "";
    position: absolute;
    color: #ccc;
    left: 0;
    top: 50%;
    margin-top: -2px;
    line-height: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #ccc;
    border-radius: 100%;}

.data-item span:hover {
	text-decoration: underline;
	color: #004499;
}

.data-item.fade-out {
	opacity: 0;
	transform: translateY(-10px);
}
.refresh-btn{cursor: pointer;}
.refresh-btn:disabled {
	cursor: not-allowed;
}

.loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.loading-spinner {
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #97b8fb;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
.loading2 {
	position: relative;
	margin-top: 20px;
	left: 50%;
	transform: translate(0, -50%);
	display: none;
}

.loading-spinner2 {
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #97b8fb;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
.refresh-btn {
	align-items: center;
	display: flex;
	color: #ccc;font-size: .9rem;
}

.refresh-btn img {
	margin-right: 5px;width: 0.9rem;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.ai_shang h6 {
	background: url(../images/ai_title_bg.png) center bottom no-repeat;
	background-size: cover;
	line-height: 2.5rem;
	border-radius: 0.5rem;
	display: inline-block;
	padding: 0 15px;
	font-size: 0.9rem; margin-bottom: 0;
}
.card-body {padding: 1rem;}
.ai_wen .bot-message{position:relative;border: 1px solid #cbe9f8;background: #fff;border-radius: 0.5rem; margin-left: 3.3rem; padding: 0.5rem; margin-bottom: 1rem;font-size: 0.85rem;color: #333;min-height: 2.5rem;}
.ai_wen .bot-message think{
   display: block;background-color: #f8f9fa;
    border-left: .01rem solid #ddd;
    padding: 1rem;
    margin: .2rem 0 .2rem;}
.ai_wen .bot-message::before{position: absolute;left:-3.3rem;top:0;content: "";background:#fff url(../m_img/ai_ico.png) no-repeat;width:2.5rem;height:2.5rem;background-size: cover;border: 1px solid #ddf0fe;border-radius: 100%;}
.ai_wen .bot-message::after{position: absolute;left:-0.5rem;top:0.7rem;content: "";background: url(../m_img/ai_left.png) no-repeat;width:0.5rem;height:1rem;background-size: cover;}

.ai_wen .bot-message p{font-size: 0.85rem;color:#333; margin-bottom:0;}
.ai_wen .user-message{position:relative;border: 1px solid #cbe9f8;background: #fff;border-radius: 0.5rem; margin-right: 3.3rem; padding: 0.5rem;margin-bottom: 1rem;font-size: 0.85rem;color: #666;display: inline-block;float: right;}
.ai_wen .user-message::before{position: absolute;right:-3.3rem;top: 0;content: "";background: url(../m_img/ai_ico2.png) no-repeat;width: 2.5rem;height: 2.5rem;background-size: cover;}
.ai_wen .user-message::after{position: absolute;right:-0.5rem;top: 0.7rem;content: "";background: url(../m_img/ai_right.png) no-repeat;width:0.5rem;height:1rem;background-size: cover;}
.ai_wen .message{word-wrap: break-word;
  overflow-wrap: break-word;word-break: break-word;transition: ease-in-out .3s;line-height:1.9rem;}
    .ai_wen .message ul{padding-left: 2em;margin-bottom:.1rem;}
 .ai_wen .message hr{height: 1px;
    border: none;
    background: #eaecf0;
    margin: 1rem 0;}
.ai_wen .message ol {
    counter-reset: li-counter;
    padding-left: 1.5em;    margin-bottom: .5rem;
}
ol  li.ordered {
    position: relative;
    padding-left: 1.5em;
}
ol  li.ordered .list-number {
    position: absolute;
    left: 0;
}

/* ÒýÓÃ¿éÑùÊ½ */
blockquote {
    border-left: 3px solid #2e71a4;
        padding-left: 1em;
        margin-left: 0;
        color: #666;
        margin-bottom: 1rem;
}
 .ai_wen .message table{margin-bottom: .12rem;border-spacing: 0;
    border-collapse: initial;
    display: block;
    width: max-content;
    max-width: 100%;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius:.08rem;}

 .ai_wen .message table th {
    color: #666;
    font-size:.85rem;
    font-weight:500;
    white-space: nowrap
}
 .ai_wen .message table th strong{ font-size:.85rem;}
 .ai_wen .message table td {
    color: #666;
    font-size:.8rem;
    font-weight: 400;
    white-space: nowrap
}

 .ai_wen .message table td,.ai_wen .message table th {
    padding: .15rem .2rem;
}

 .ai_wen .message table tr>td:not(:last-child), .ai_wen .message table tr>th:not(:last-child) {
    border-right: 1px solid #ddd
}

 .ai_wen .message table tbody tr:first-child td {
    border-top: 1px solid #ddd;
}

 .ai_wen .message table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #ddd
}


#clear-button{width: 2.4rem;height: 2.4rem;background: #fff;border-radius: 100%;text-align: center;}
#clear-button i{font-size: 1.7rem; padding-right: .03rem;color: #2196f3;}
#send-button{width: 2.4rem;height: 2.4rem;background: #fff;border-radius: 100%;text-align: center;}
#send-button::disabled {
	opacity: .6;background: red;
}
#send-button i{font-size: 1.6rem; padding-right: .03rem;color: #2196f3;}
.mianze{padding-right: 1rem;}
.bottom_btn{margin-top: 1rem;color: #6ebcf7;font-size: .8rem;}
.bottom_btn i{color: #6ebcf7;}
.bottom_btn a{color: #6ebcf7;}
@media only screen and (max-width:320px ) {
	.header .mb-0 img{height: 1.4rem;}
	
}


.ai.wrapper {  
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;z-index: 100;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.ai.wrapper .dialog {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  border-radius: 15px;
  width: 800px;
  max-width: 90%;
}
.ai.wrapper .dialog_title {
  position: relative;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 20px 25px 10px;
  border-bottom: 1px solid #eeeeee;
}
.ai.wrapper .dialog_title .text-center {
  text-align: center;
}
.ai.wrapper .dialog_body {
  padding: 1rem;
  max-height: 400px;
  line-height: 2;
  overflow: auto;
  font-size: 0.8rem;
  border-bottom: 1px solid #eeeeee;
}
.ai.wrapper .dialog_body .font-16 { 
  font-weight: bold;
  margin-bottom: .08rem;
}
.ai.wrapper .dialog_body .ml-55 {
  padding-left: 2em !important;
}
.ai.wrapper .dialog_body .d-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: .12rem;
}
.ai.wrapper .dialog_body .bottom_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .1rem;
  text-align: center;
}
.ai.wrapper .dialog_body .bottom_btn .mr-2 {
  margin-right: .1rem;
}
.ai.wrapper .dialog_body .feed-back-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 122px;
  max-width: 32%;
  height: 42px;
  opacity: 1;
  border-radius: 5px;
  border: 1px solid #dddddd;
  cursor: pointer;
  font-size: 16px;
  color: gray;
}
.ai.wrapper .dialog_body .feed-back-tag.active {
  background: #e3efff;
  border: 1px solid #217bf4;
  color: #217bf4;
}
.ai.wrapper .dialog_body .my-textarea,
.ai.wrapper .dialog_body .my-input {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  opacity: 1;
  border-radius: 5px;
  border: 1px solid #dddddd;
  background: transparent;
  padding: 0 20px;
  resize: none;
  outline: 0;
}
.ai.wrapper .dialog_body .my-textarea:focus,
.ai.wrapper .dialog_body .my-input:focus {
  border: 1px solid #217bf4;
}
.ai.wrapper .dialog_body .my-textarea {
  padding: 5px 20px;
  height: 90px;
}
.ai.wrapper .dialog_body .my-textarea:focus {
  border: 1px solid #217bf4;
}
.dialog_footer {
  padding-left: .5rem;
  padding-right: .2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: .1rem 0;
}
.dialog_footer .text-primary {
  color: #217bf4;
  flex: 1;font-size:0.7rem;
}
.dialog_footer .btn {
  background-color: #f5f5f5;
  padding: .08rem .2rem;
  cursor: pointer;font-size: .8rem;
}
.dialog_footer .bg-primary {
  background: #217bf4;
  color: #fff;
}
.ai.wrapper .dialog_body .line-height-1-5 {
  line-height: 1.5;
}
.ai.wrapper .dialog_body .sub_title {
  font-weight: 700;
}
.ai.wrapper .btn {
  border-radius: 0.5rem;
}
.ai.wrapper .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
.ai-disclaimer {
  background-color: #f8faff;
    border: 1px solid #d1e9ff;
    padding: .15rem .15rem;
    margin: .25rem 0 .25rem 0;
    border-radius: 0.3rem;
    font-size: 0.7rem;
    color: #333;
    display: block;text-align: center;letter-spacing: -0.02rem;
}
.ai-disclaimer-icon {
  color: #1e88e5;
    margin-right: .18rem;
    font-size: .7rem;vertical-align: middle;
}
.ai-disclaimer-icon i{font-size: .88rem;}
.ai.wrapper#mess .dialog {
  width: 450px;
  max-width: 90%;
}
.ai.wrapper#mess .dialog .dialog_footer {
  justify-content: center;
}
.ai.wrapper#mess .dialog .dialog_footer .btn {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: .2rem;
}

.think-container {
  background-color: #f8f9fa;
  border-left: .01rem solid #ddd;
  padding: 1rem;
  margin: .2rem 0 .2rem;  
}
.think-container.none{display: none;}
.ai_wen .bot-message p.think-text {
  margin: .05rem 0;
  color: #666;
  line-height: 2;
  font-size:0.7rem;
}
.ai_wen .message li::marker{display: none;content:"";}
.ai_wen .message h1,.ai_wen .message h2,.ai_wen .message h3,.ai_wen .message h4,.ai_wen .message h5,.ai_wen .message h6 {
  font-size: .85rem;
  color: #333;
  line-height: 1.8;
  font-weight: bold;
}
.ai_wen .message h1,.ai_wen .message h2{  font-size:1rem;}

.loading-spinner3 {
    display: inline-block;
    width: .8rem;
    height:.8rem;
    border:2px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    margin-right: .08rem;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ÎÞÐòÁÐ±íÑùÊ½£¨GBK¼æÈÝ°æ£© */
.custom-list {
    padding-left: 1.5em;   
    list-style-type: none;
}

/* ÓÐÐòÁÐ±í±£ÁôÄ¬ÈÏÑùÊ½ */
ol.custom-list {
    list-style-type: decimal;
}

/* ÎÞÐòÁÐ±íÏî */
li.unordered {
    position: relative;   margin-left: 2em;
}

/* ÓÃCSSÉú³ÉÔ²µã£¨±ÜÃâGBKÂÒÂë£© */
li.unordered:before {
        content: "";
    display: inline-block;
    width: 0.1rem;
    height: .1rem;
    background-color: #185e8b;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    left: -1em;
    top: .9rem;}