body,
html,
a,
img,
div,
ul,
li,
p,
em,
span,
i,
input,
textarea,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  /* width: 100%; */
  /* display: block; */
  border: none;
}

em,
i {
  font-style: normal;
}

input,
textarea {
  outline: none;
}

html {
  height: 100%;
}
/* ::-webkit-scrollbar {
  display: none; 
} */

.container-m2 {
    display: flex;
    flex-direction: column;
    height: 100vh; /* 设置容器高度为视口高度 */
}        


/* body {
  width: 100%;
  height: 100%;
  font-family: "微软雅黑";
  position: relative;
  -webkit-touch-callout: none;
  font-size: 0.3rem;
  color: #242831;
  background-color: #f0f5f9;
  border-radius: 0.05rem;
} */
.m {
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  font-size: 0;
  box-shadow: 0px 0px 12px 0px rgb(150 150 150 / 0.25);
  /* padding: 0.07rem; */
  border-radius: 5px;
  overflow: hidden;
  margin-top: 96px;
}



.m2 {
  height: 4.7rem;
  background-color: #ffffff;
  border-radius: 0.05rem;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 11%);
  padding: 1px;
}
.m2 h1{
	font-size: 0.2rem;
	text-align: center;
	margin-top: 0.5rem;
}
.m2-title{
	width: 85%;
	font-size: 0.11rem;
	margin: 0.3rem auto 0.2rem;
}
.m2-title-div{
	width: 33.3%;
	text-align: center;
	float: left;
}
.m2-title-div img{
	width: 0.11rem;
	display: inline-block;
	position: relative;
	right: 0.015rem;
}
.m2-title-div span{
	position: relative;
	left: 0.015rem;
	top: -0.005rem;
}
.m2-k{
	width: 90%;
	font-size: 0.11rem;
	margin: 0 auto;
	position: relative;
	top: 0.18rem;
}
.m2-k-div{
	width: 27%;
	height: 0.45rem;
	background-color: #f1f5f9;
	float: left;
	margin-left: 0.28rem;
	border-radius: 0.03rem;
	color: #7994a3;
}
.m2-k-div-text1{
	position: relative;
	top: 0.07rem;
	text-align: center;    
}
.m2-k-div-text2{
	position: relative;
	top: -0.03rem;
	text-align: center;
	line-height: 0.4rem;    
}
.m2-k-div-text2 img{
	width: 0.11rem;
	float: right;
	position: relative;
	left: -0.5rem;
	top: 0.14rem;    
}
.m2-input{
	width: 97.7%;
	height: 0.4rem;
	position: absolute;
	bottom: 0.3rem; 
}
.m2-input-s{
	width: 99.5%;
	height: 115px;
	box-sizing: border-box;
	/* margin: 28px auto 0; */
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 11%);
	border-radius: 5px;
	background-color: #ffffff;
	margin-bottom: 8px;    
}
.m2-divs{
	width: 100%;
	overflow: auto;
	margin-bottom: 8px;
	flex-grow: 1;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 11%);
	border-radius: 0 0 0 5px;    
	padding-bottom: 55px;  
}
.m2-zs{
	width: 0.5rem;
	height: 81px;
	float: left;
	position: relative;
	top: -82px;
	z-index: 15;
	background-color: #9ac3fa; 
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	text-align: center;
	line-height: 76px;
	font-size: 15px;
	color: #ffffff;
}
/* 隐藏滚动条样式 */
/* .m2-divs::-webkit-scrollbar {
  width: 0px;
}

.m2-divs::-webkit-scrollbar-thumb {
  background-color: transparent;
} */
.m2-input-input{
	width: 100%;
	height: 90px;
	border: none;
	border-radius: 7px;
	float: left;
	font-size: 15px;
	outline: none;
	resize: none;
	padding: 15px 0px 15px 1%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	overflow-y: auto;
	overflow-x: hidden;   
	border-radius: 5px;
	/* white-space: nowrap; */
}
.m2-input-div{
	width: 55px;
	height: 36px;
	background-color: #1f98fd;
	border-radius: 20px;
	float: right;
	position: relative;
	z-index: 15;
	bottom: 18px;
	right: 10px;
	cursor: pointer;
	background: url(/aichat/chat/images/an1.png) no-repeat;
	background-size: cover;    
}
.m2-input-div img{
	width: 20px;
	margin: 0 auto;
	position: relative;
	top: 27%;
	display: block;
}
.mk1 {
  width: 240px;
  /* height: 91vh; */
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 11%);
  padding: 1px;
  float: left;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.mk2 {
   flex-grow: 1;
   border-radius: 5px;
   /* padding: 1px; */
   float: left;
   margin-left: 8px;
   position: relative;
   display: flex;
   flex-direction: column;
   /* height: 91vh; */    
}
.mk1-div-main{
	flex-grow: 1;
	overflow-y: auto;
	overflow-x: hidden;
}
.mk1-bottom{
	height: 70px;
}
.mk1-fh{
	width: 90%;
	height: 46px;
	border: 1.5px solid #ff7858;
	margin: 5px auto;
	border-radius: 10px;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
	color: #ff7858;
	margin-bottom: 10px;
	margin-top: 15px;
}
.mk1-fh img{
	width: 20px;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	top: 8px;
	right: 2px;    
}
.mk1-fh span{
	position: relative;
	top: 10px;
}

.mk1-div{
	width: 90%;
	height: 48px;
	background: linear-gradient(to right, #ff7056, #fea362);
	margin: 25px 12px auto;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	line-height: 48px;
}
.mk1-div div{
	margin: 0 auto;
	width: 80%;   
}
.mk1-div img{
	width: 18px;
	position: relative;
	top: 15px;
	left: 6px;
}
.mk1-div span{
	font-size: 15px;
	color: #ffffff;
}
.mk1-text{
	text-align: center;
	font-size: 15px;
	color: #7893a4;
}

.mk1-k{
	width: 90%;
	height: 46px;
	margin: 0.12px auto 6px;
	border-radius: 8px;
	text-align: left;
	position: relative;
	color: #000000;
	cursor: pointer;  
	background-color: #f4f4f4;  
}
.mk1-input{
	width: 133px;
	height: 30px;
	border-radius: 5px;
	border: 0px solid #ff7758;
	float: left;
	position: relative;
	top: 8px;
	left: 13px;
	color: #716e6e;
	padding: 0 0 0 4px;
	font-size: 14px;
	background-color: #fbe6e4;    		
}
.mk1-k-s{
	background-color: #ffecee;
	/* color: #2092fd; */
}
.mk1-k div{
	margin: 0 auto;
	width: 98%;   
}
.mk1-k img{
	width: 17px;
	position: relative;
	top: 14px;
	left: 7px;
	display: inline-block;
	position: absolute;
}
.mk1-k span{
	font-size: 14px;
	position: relative;
	top: 12px;
	left: 14px;  
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 144px;      
}

.mk2-k{
	width: 100%;
	height: 50px;
	/* background: #ffffff; */
	color: #7893a4;
	position: fixed;
	z-index: 10;    	
}
/* .mk2-k div{
	margin: 0 auto;
	width: 98%;   
} */
.mk2-k img{
	width: 17px;
	position: relative;
	top: 14px;
	left: -6px;
	display: inline-block;    
}
.mk2-k span{
	font-size: 15px;
	position: relative;
	top: 18px;
	left: 3px;
}
.m2-sck{
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 11;
	bottom: 130px;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}
.m2-sc{
	width: 103px;
	height: 35px;
	float: right;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 11%);  
	cursor: pointer;
	position: relative;
	right: 9px;
	top: 8px;
}
.m2-sc img{
	width: 17px;
	float: left;
	margin-left: 13px;
	cursor: pointer;
	position: relative;
	top: 9px;  
	display: inline-block;  
}
.m2-sc span{
    font-size: 14px;
	position: relative;
	top: 7px;
	left: 5px;
}
.mk2-l{
	width: 15%;
	height: 40px;
	border-radius: 5px;
	position: relative;
	left: 11px;    
}
.mk2-l div{
	margin: 0 auto;
	width: 98%;   
}
.mk2-l img{
	width: 28px;
	position: relative;
	top: 12px;
	left: 6px;
	display: inline-block;        
}
.mk2-l span{
	font-size: 15px;
	position: relative;
	top: 19px;
	left: 13px;    
}
.m2-title-s{
	width:-webkit-fit-content;
	width:-moz-fit-content;
	width:fit-content;
	background-color: #fff6f5;
	margin: 7px 45px 13px;
	border-radius: 5px;
	font-size: 13px;
	padding: 9px 12px;
	line-height: 22px;
	position: relative;    
}
.m2-title-s-tp{
	width: 28px;
	display: none;
	position: relative;
	left: 5px;
}

.m2-title-s-img{
	width: 17px;
	margin: 0 auto;
	position: relative;
	top: 15px;
	z-index: 1;    
}

.mk2-a{
	border-radius: 5px;
	position: relative;
	left: -16px;
	margin: 16px 32px 0 60px;
	line-height: 20px;    
}
.mk2-a img{
	width: 28px;
	float: right;
	position: absolute;
	top: 6px;
	right: -35px;
	display: inline-block;            
}
.mk2-a span{
	font-size: 13px;
}
.m2-a1{
	background-color: #f4f4f4;
	border-radius: 5px;
	font-size: 13px;
	padding: 9px 12px;
	width:-webkit-fit-content;
	width:-moz-fit-content;
	width:fit-content;
	margin-left: auto; 
		 
}


.pop{
	background-color: #38393a;
	position: absolute;
	z-index: 200;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0.03rem;
}
.pop-up{
	margin: 0 0.1rem;
	height: 46px;
	color: #ffffff;
	font-size: 16px;
	line-height: 46px;
	text-align: center;    
}

.pop-ts{
	background-color: #ffffff;
	position: absolute;
	z-index: 10001;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0.03rem;
	width: 360px;
	height: 190px;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 11%);
}
.pop-ts-up{
	margin: 0 10px;
	color: #000000;
	font-size: 16px;
	line-height: 46px;  
	border-bottom: 1.5px solid #f7e7e7;
	opacity: 0.8;
}
.pop-ts-nr{
	margin: 40px 15px;
	font-size: 16px;
	text-align: center;
	opacity: 0.6;
}
.pop-ts-an{
	float: right;
	font-size: 16px;
	position: relative;
	right: 10px;
}
.pop-ts-an div{
	width: 60px;
	height: 30px;
	text-align: center;
	border-radius: 5px;
	background: linear-gradient(to right, #ff7056, #fea362);
	display: inline-block;
	cursor: pointer;
	line-height: 30px;
	margin-left: 5px;
	color: #ffffff;
}

.m-divs{
	width: 70px;
	height: 62px;
	background-color: #ffffff;
	position: absolute;
	z-index: 10;
	right: -16px;
	bottom: 30px;
	border-radius: 5px;
	box-shadow: 0px 0px 7px 1px #e9dbdb;     
	display: none; 
}
.m-divs-fz{
	width: 64px;
	margin: 6.5px auto;
	font-size: 15px;
	cursor: pointer; 
	text-align: center;
    border-radius: 5px;
}
.m-divs-fz img{
	width: 16px;
	display: inline-block;
	position: relative;
	top: -1px;
	right: 2px;
}
.m-divs-fz span{
	position: relative;
	left: 2px;
}
.m-title-l{
	width: 28px;
	height: 39px;
	float: right;
	position: absolute;
	bottom: -2px;
	right: -29px;
	cursor: pointer;           
}
.m-title-l:hover .m-divs{
	display: block;
}


.m-divs-zt-fz{
	margin: 0 auto;
	font-size: 13px;
	cursor: pointer; 
	text-align: center;
    border-radius: 5px;
}
.m-divs-zt-fz img{
	width: 18px;
	display: inline-block;
	position: relative;
	top: -1px;
	right: 2px;
}
.m-divs-zt-fz span{
	position: relative;
	left: 2px;
	color: #ff6a54;
}
.m-divs-zt{
	width: 108px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 5px;
	line-height: 36px;
	/* box-shadow: 0px 0px 7px 1px #e9dbdb; */   
	margin-left: 45px;	 
}

pre {
    background-color: #ffffff;
    padding: 12px;
	border-radius: 5px;
	white-space: pre-wrap;
}

.info-fz{
	font-size: 13px;
	color: #7ca4eb;
	float: right;
	cursor: pointer;
}	
.info-fz:hover{
	color: #2095fc;
}

.m2-divs2{
	width: 100%;
	overflow: auto;
	margin-bottom: 8px;
	flex-grow: 1;
	border-radius: 0 0 0 5px;   
}
.m2-divs2-div{
	width: 784px;
	height: 362px;
	background-color: #ffffff;
	margin: 30px auto;
	border-radius: 5px;
}
.m2-divs2-div h3{
	font-weight: 600;
	padding-top: 40px;
	padding-left: 12px;
}
.m2-divs2-div p{
	font-size: 14px;
	font-weight: 400;
	opacity: 0.7;
	padding-left: 12px;
	padding-top: 20px;
}
.m2-divs2-div2{
	margin: 30px 12px 0px 12px;
}
.m2-divs2-div2 div{
	display: inline-block;
}
.m2-divs2-k1{
	width: 250px;
	height: 90px;
	border-radius: 3px;
	margin-left: 5px;
	background-color: #fff6f5;
	cursor: pointer;
}
.m2-divs2-k1 img{
	display: inline-block;
	width: 20px;
	margin-top: 16px;
	margin-left: 12px;
}
.m2-divs2-k1 span{
	font-size: 14px;
	position: relative;
	top: 13px;
	margin-left: 10px;    
}
.m2-divs2-k1 p{
	font-size: 13px;
	font-weight: 400;
	padding-top: 15px;
}
.m2-divs2-k1:hover{
	background-color: #fee6e3;
}
.articlesAI-mk2-img{
	width: 150px;
	position: absolute;
	top: 32%;
	left: 39%;    
	display: none;
}
.m2-divs2-hyp{
	float: right;
	position: relative;
	right: 17px;
	font-size: 14px;
	cursor: pointer;
}
.m2-divs2-hyp img{
	width: 20px;
	display: inline-block;
}
.m2-divs2-hyp span{
	position: relative;
	top: 1px;
	left: 2px;
}

.mask-background{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	z-index: 10000;    
}
::-webkit-scrollbar {
    width: 8px;
 	height: 8px;
 }
 ::-webkit-scrollbar-thumb {
     border-radius: 8px;
     background-color: #dddddd;
 }
 ::-webkit-scrollbar-track {
     background-color: transparent;
 }