
.AIspan{


    color: chocolate;
    border: 1px solid;
    position: relative;
    margin-left: 10px;
    padding: 0px 4px;
   
    border-radius: 10%;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .1);
}
.AIfont{

cursor: pointer;
}
.AIreading{
    position: fixed;
    background: #fff;
    
    width: 500px;
	 display:none;
    border: 1px solid #ddd;
    z-index: 999999999999;
    padding: 10px;
    padding-right: 0px;
    top: 180px;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .1);

	}
.AIheder{
    font-size: 16px;
    font-weight: 900;

	}
.AIclose{
    padding: 3px 10px;
    color: #D60000;
    border-radius: 5px;
    background-size: 18px;
    float: right;
    margin-right: 15px;
    font-size: 14px;
}


.AIContent{
    overflow: overlay;
    height: 300px;
    clear: both;
    padding-right: 10px;
    margin-top: 5px;
}
.AItitle{
    font-size: 16px;
    color: black;}


	.AIbody{
    text-indent: 2em;
    font-size: 14px;
    color: #333;}
.AIContent::-webkit-scrollbar {
    width: 10px;
}

.AIContent::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}
.AIContent::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #d55959;
}
