.chatting_bannner{
  background: url("../../img/h5_img/chatting/voicebanner_bg.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding-top: 11.2vw;
  padding-bottom: 7.73vw;
  text-align: center;
}
.chatting_bannner_img{
  width:69.864vw;
  height:72.27vw;
  display: block;
  margin:0  auto 9.8vw;
}
.black_system_display{
  background: url("../../img/h5_img/chatting/voicechat_display_bg@2x.png") no-repeat;
  background-size: 100% 100%;
}
.chatting_programm{
  background: linear-gradient(180deg, #E8F2FF 0%, #FFFFFF 100%) !important;
}
.eight_icons{
  background: linear-gradient(180deg, #E8F2FF 0%, #FFFFFF 100%);
  padding: 10.67vw 0 2.67vw;
  text-align: center;
}
.eight_icons_content{
  margin-top: 8vw;
  display: flex;
  flex-wrap: wrap;
  padding: 0 4.26vw;
  justify-content: space-between;
}
.eight_icons_content_item{
  margin-bottom: 8vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.eight_icons_content_item:nth-child(4n+0){
  margin-right: 0;
}
.eight_icons_content_item>img{
  width: 13.87vw;
  height: 13.87vw;
  margin-bottom: 3.73vw;
}
.eight_icons_content_item>span{
  font-size: 3.2vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 4.53vw;
}
.chatting_swiper{
  text-align: center;
  background: url("../../img/h5_img/chatting/voicechat_friends_bg@2x.png") no-repeat;
  background-size: 100% 100%;
  padding: 10.67vw 0 0;
}
.chatting_swiper>.common_h1{
  color: #fff;
}
.swipers{
  position: relative;
}
.swiper_title{
  font-size: 3.2vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 10.13vw;
  margin-bottom: 5.33vw;
}
.swiper_img_img{
  width: 78.4vw;
  height: 53.87vw;
  display: block;
  margin: 0 auto;
}
.chatting_banner-next,
.chatting_banner-prev{
  position: absolute;
  top: 0;
  z-index: 9;
}
.chatting_banner-prev{
  left: 3.73vw;
}
.chatting_banner-next{
  right:3.73vw;
}
.chatting_banner-next>img,
.chatting_banner-prev>img{
  width:10.13vw;
  height: 10.13vw;
  z-index: 9;
}