.app_image_slider{
	padding:10px;
	height:320px;
     position: relative;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      width: 45%;
margin-right:5px !important;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
/*      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;*/
      flex-direction:column;
      border-right: 1px solid #cdcdcd;
    padding:0 5px;
    }
    .swiper-slide:nth-child(2n) {
      width: 45%;
    }
    .swiper-slide:nth-child(3n) {
      width: 45%;
    }

    .swiper-slide:nth-child(5n) {
      width: 45%;
    }

#bottomSlideHead{
  background-color:#000000;
  color:#FFF;
  font-size:;
  display:flex;
  justify-content: center;
  align-items: center;
  padding:10px 0;
}
.charaHead{
  display:flex;
  justify-content: space-between;
  align-items: center;
  font-size:12px;
  padding:5px;
  width:100%;
}
.charaHead img{
  width:35px;
  height:35px;
  border-radius:50%;
  margin-right:5px;
}
.bold{
  font-weight:bold;
}
.online{
  background-color:#f92f58;
  color:#FFF;
  padding:0 10px;
}

.profBox{
    line-height: 24px;
    width: 100%;
    font-weight: bold;
    font-size:15px;

}
.profBox span{
  width: 3.7em;
    display: inline-block;
    background: #fe7d00;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
    font-weight: normal;
}
.profBox div{
  width:100%;
}
.profInner{
  display:flex;
    align-items: center;
    border-bottom: 1px dashed #ccc;
}
.talkBtn{
  padding:10px;
  margin:10px 0;
  font-size:12px;
  background: linear-gradient(-135deg, #ff28b7, #ff6b3a);
  color:#FFF;
  border-radius:20px;
}
.swiper-slide a{
  text-decoration:none;
  width:100%;
}



#bottomSlider > .app_image_slider > .swiper-container > .swiper-wrapper > .swiper-slide img{
    border-radius:0;
}