#moreQuestion {
  padding-top: 0.6rem;
  font-size: 0.1rem;
}
#moreQuestion .router-icon {
  width: 12rem;
  margin: 1rem auto 0.5rem;
  color: #B9B9B9;
}
#moreQuestion .router-icon .iconfont {
  font-size: 0.1rem;
  margin-right: 0.05rem;
}
#moreQuestion .router-icon span {
  margin-right: 0.05rem;
}
#moreQuestion .head {
  margin: 0.5rem auto;
  width: 12rem;
  display: flex;
  justify-content: center;
  position: relative;
}
#moreQuestion .head .title {
  display: flex;
  align-items: center;
  font-weight: bold;
}
#moreQuestion .head .title p {
  font-size: 0.4rem;
  color: #000;
  padding: 0 0.1rem;
}
#moreQuestion .head .title img {
  width: 0.36rem;
  height: 0.2rem;
}
#moreQuestion .head .search {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#moreQuestion .head .search .box {
  display: flex;
  height: 0.5rem;
  line-height: 0.5rem;
  outline: none;
  font-size: 0.17rem;
}
#moreQuestion .head .search .box input {
  width: 2.5rem;
  padding-left: 0.22rem;
  background-color: #F7F7F7;
  color: #999999;
}
#moreQuestion .head .search .box button {
  width: 0.72rem;
  background-color: #EA253C;
  color: #fff;
  text-align: center;
  border: none;
}
#moreQuestion .item {
  width: 12rem;
  padding: 0.3rem 0.4rem;
  box-shadow: 0px 0px 0.05rem #ccc;
  margin: 0.3rem auto;
  position: relative;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
#moreQuestion .item img {
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.2rem;
}
#moreQuestion .item .top {
  display: flex;
  padding-bottom: 0.2rem;
  border-bottom: #000 dashed 0.02rem;
  font-size: 0.2rem;
}
#moreQuestion .item .bottom {
  display: flex;
  padding-top: 0.2rem;
}
#moreQuestion .item:hover {
  box-shadow: 0px 0px 0.1rem #ccc;
  position: relative;
  bottom: 0.05rem;
  left: -0.05rem;
  transition: all 0.5s;
}
#moreQuestion .page {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
}
#moreQuestion .page .pagination {
  font-size: 0.2rem;
  display: flex;
  justify-content: center;
}
#moreQuestion .page .pagination li,
#moreQuestion .page .pagination a,
#moreQuestion .page .pagination span {
  text-align: center;
  line-height: 0.28rem;
  border: 0.02rem solid #999;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.05rem;
  margin: 0.07rem;
  box-sizing: border-box;
}
#moreQuestion .page .pagination li:hover,
#moreQuestion .page .pagination a:hover,
#moreQuestion .page .pagination span:hover {
  background-color: #EA253C;
  color: #fff;
  border: none;
  line-height: 0.32rem;
}
#moreQuestion .page .pagination a,
#moreQuestion .page .pagination span {
  border: none;
}
#moreQuestion .page .pagination .active {
  background-color: #EA253C;
  color: #fff;
  border: 0.02rem solid #EA253C;
}
