.kefu_overlay {  
  display: none;  
  position: fixed;  
  top: 0;  
  left: 0;  
  width: 100%;  
  height: 100%;  
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}  
  
.kefu_popup {  
  display: none;  
  position: fixed;  
  top: 50%;  
  left: 50%;  
  transform: translate(-50%, -50%);  
  width: 80%;  
  height: 180px;  
  background-color: #fff;  
  border: 10px solid #5BB279;
  border-radius: 10px;  
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 999;
}  
  
.kefu_popup_content {  
  display: flex;  
  justify-content: space-between;  
  align-items: center;  
  height: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
  
.kefu_circle a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
  
.kefu_circle img {  
  width: 80px;  
  height: 80px;  
  border-radius: 50%;  
}

.kefu_circle span {
	font-size: 0.18rem;
	color: #333333;
	margin-top: 15px;
}




/*2q-css*/
.kefu_conetnt_2{
  padding:0.16rem 0.16rem 0.24rem ;

}
.kefu_conetnt_2 .title{
  color: #333333;
  font-size: 0.16rem;
  text-align: center;
  margin-bottom: 0.16rem;
  /* 下为 临时*/
  margin-bottom: 0.36rem;

}
.kefu_conetnt_2 .content{
  width: 100%;
  height: auto;
  padding: 0.13rem 0.16rem;
  box-shadow: 0px 2px 12px 1px rgba(204,204,204,0.1);
  border-radius: 0.08rem;
  background: white;
}


#kefu_popup{
  border: none;
  background: #fff url(../images/4.png) no-repeat;
	background-size: 100%;
  /* background-size: cover; */
  background-position: top;
  height: 3rem;
}

.kefu_conetnt_2 .content{
  display: flex;
  flex-direction: row;
	align-items: center;
  margin-bottom: 0.16rem;
	background: #D6F0FF;
}

.kefu_conetnt_2 .content:nth-child(3){
	background: #E0F8DA ;
}

.kefu_conetnt_2 .content img.icon{
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.12rem;
}
.kefu_conetnt_2 .content .main{

}
.kefu_conetnt_2 .content .tit{
  color: #333333;
  font-size: 0.16rem;
}

.kefu_conetnt_2 .content .tip{
  color: #666666;
  font-size: 0.12rem;
}


#kefu_popup:after{
  content: '';
  background: red;
  width: 0.48rem;
  height: 0.48rem;
  display: block;
  position: absolute;
  /*left: 50%;*/
  /*top: 50%;*/

  bottom: -0.64rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/closebtn-white.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}











