.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  margin-left: 2px;
  margin-right: 2px;
  background: rgba(255,255,255);
  border-radius: 0;
}

.mobile_content {
  margin-left: 36px;
  margin-right: 36px;
}

.mobile_content .title {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-size: 18px;
  color: #fefefe;
  text-align: center;
  line-height: 20px;
  color: rgba()
}

.mobile_content .title_detil{
  margin-top: 15px;
  font-family: 'Crimson Text', serif;
  font-size: 18px;
  color: rgba(255,255,255, 0.8);
  text-align: left;
  line-height: 18px;
}
.mobile_content .more{
  width: 72px;
  margin-top: 48px;
  font-family: 'Crimson Text', serif;
  font-size: 18px;
  color: #fff;
  text-align: left;
  line-height: 18px;
  cursor: pointer;
}
.mobile_content .more:hover{
  margin-top: 47px;
  border-bottom: 1px #fff solid; 
}

.mobile.swiper-pagination {
  width: 14%;
  left: 43%;
  bottom: 10%;
}

.swiper-slide .mobile_content{
  text-align: center;
}

.center-in-swiper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}

.zhe .swiper-pagination {
  bottom: 15%;
}