:root {  
  --menu-color: #b70019;/*问答按钮颜色*/
  --jump-color: #0F80FF;           /*跳转按钮颜色*/
  --chat-bg-right:  #95ec69;       /*问答右侧背景色*/
  --chat-color-right: #000000;     /*问答右侧文字颜色*/
}
body,html{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
}
.cotainer{
    width: 100%;
    height: 100%;
	margin: auto;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
}
.chat-from{
	  width: 100%;
	margin: auto;
	  /* height: 100%; */
	  max-width:750px;
	  /* display: flex; */
	  /* flex-direction: column; */
	  /* background-color: #f5f5f5; */
}

.right_Img{
	width:65px;
	height:65px;
	position: fixed;
	top:50%;
	 z-index: 99;
	right:5px;
	bottom:50%;

}
.right_Img img{
	width:65px;
	height:65px;
	 
}
.bottom_Img{
	 width: 100%;
	    position: fixed;
	    bottom: 20px;
	    right: 0;
	    left: 0;
	    max-width: 750px;
	    margin: auto;
	    z-index: 99;
	    line-height:100%;
	    text-align: center;
	     
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  
  50% {
    transform: scale(1.1);
  }
  
  100% {
    transform: scale(1);
  }
}

.bottom_Img img{
	width:85%;
	 animation: pulse 1s infinite;
}

.top_Img{
	width:100%;
}
.top_Img img{
	width:100%;
	display: block;
}
.icp{text-align: center;font-size:14px;color: #b6b5b5;padding:10px 0;}


.is_show{
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	z-index:999;
	font-size:35px;
	color:#fff;
	background:rgba(0,0,0,0.9);
}
.is_show_text{


	text-align: center;
	color:#fff;
	z-index:9995;
	font-weight: bold;
}


.company{
	font-size:12px;
	text-align: center;
}