.newButton {
  display: inline-block;
  text-align: center;
  background-color: #7385D7;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 20px 0;
  font-size: 18px;
}
.likeItem img{
	width:100%;
	height:150px;
	border-radius:10px;
	overflow:hidden
}
.twoCount {
  padding: 0 10px;
}
.twoCount .onlyPhone {
  padding: 10px;
}
.twoCount .number {
  font-size: 16px;
}
.twoCount .content {
  flex-wrap: wrap;
}
.twoCount .content div {
  text-align: center;
  width: 50%;
  height: 168px;
  box-sizing: border-box;
  padding: 10px;
}
.twoCount .content div img {
  width: 100%;
  height: 100%;
}
.pagination-outer {
  display: none;
}
