.mobile-container,
.phoneheader,
.search-box {
  display: none;
}
/*分页*/

.page {
  text-align: center;
  height: auto;
  margin: 0 0;
  margin-top: 0.8rem;
}

.page a {
  text-align: center;
  width: 0.32rem;
  height: 0.32rem;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  line-height: 0.32rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0rem;
  font-size: 0.14rem;
  color: #333;
}

.page a.prev,
.page a.next {
  width: 0.32rem;
}

.page a.prev {
  background: #ffffff url(../img/left-img.png) no-repeat center;
}

.page a.next {
  background: #ffffff url(../img/right-img.png) no-repeat center;
}

.page input {
  text-align: center;
  height: 0.32rem;
  line-height: 0.32rem;
  border: 1px solid #cccccc;
  width: 0.5rem;
  border-radius: 2px;
  text-align: center;
  box-sizing: border-box;
}

.page a:hover,
.page a.active {
  background: #15578d;
  border: 1px solid #15578d;
  color: #ffffff;
}

.page a.prev:hover {
  background: #15578d url(../img/left-img.png) no-repeat center;
}

.page a.next:hover {
  background: #15578d url(../img/right-img.png) no-repeat center;
}

.page span {
  text-align: center;
  color: #15578d;
  font-size: 0.14rem;
}

.page span i {
  font-style: normal;
}

.page span {
  margin: 0 2px;
  color: #666;
}

.page input {
  text-align: center;
  width: 0.32rem;
  height: 0.32rem;
  background: #ffffff;
  border: 1px solid #cccccc;
  text-align: center;
  color: #333;
  border-radius: 4px;
  outline: none;
  font-size: 0.14rem;
}

.page .tz-btn {
  width: 0.5rem;
}

.page .ml10 {
  margin-left: 10px;
}

.page button:hover {
  background-color: #15578d;
  color: #ffffff;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .wrap {
    width: 92.5%;
  }
  header {
    display: none;
  }
  .dian {
    display: block;
    height: 1.4rem;
  }
  .phoneheader {
    display: flex;
  }
  .page a {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .page input {
    text-align: center;
    height: 0.5rem;
    line-height: 0.5rem;
    border: 1px solid #cccccc;
    width: 0.5rem;
    border-radius: 2px;
    text-align: center;
    box-sizing: border-box;
  }
  .page a.prev,
  .page a.next {
    width: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .wrap {
    width: 80%;
  }
}
