.boxJustify {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  display: -moz-box;
  /*Firefox*/
  display: -webkit-box;
  /*Safari,Opera,Chrome*/
  display: -webkit-flex;
  /* Safari */
  display: flex;
  justify-content: space-between;
  box-pack: justify;
}

.boxStart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  display: -moz-box;
  /*Firefox*/
  display: -webkit-box;
  /*Safari,Opera,Chrome*/
  display: -webkit-flex;
  /* Safari */
  display: flex;
  justify-content: start;
  box-pack: start;
  -moz-box-lines: multiple;
  /*Firefox*/
  -webkit-box-lines: multiple;
  /*Safari,Opera,Chrome*/
  box-lines: multiple;
  flex-wrap: wrap;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* 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;
}
/* 首页 */
.index_page {
  position: relative;
  padding: 0.25rem 0.15rem 0.15rem;
  background-color: #f2f2f2;
  /* min-height: 100%; */
  height: calc(100% - 1rem);
  overflow-y: auto;
}
.znwd {
  width: 100%;
  height: 9rem;
  background: url(../images/wd_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.75rem 0.8rem;
}
.znwd .tit {
  width: 1.53rem;
  height: 1.25rem;
  margin: 0 auto;
  background: url(../images/tit.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.44rem;
}
.znwd .con {
  height: 6.2rem;
}
.znwd .con .swiper-wrapper {
  height: 5.6rem;
  border-radius: 10px;
}
.znwd .con .swiper-slide {
  background-color: rgba(255, 255, 255, 0.08);
}
.znwd .con .swiper-pagination {
  bottom: 0;
  line-height: 0;
}
.znwd .con .swiper-pagination-bullet {
  vertical-align: bottom;
  background-color: #6958d9;
}
.znwd .con .znwd-list p {
  font-size: 0.3rem;
  line-height: 0.8rem;
  letter-spacing: 1px;
  color: #ffffff;
}
.cizu {
  height: 2rem;
  background-color: #ffffff;
  border-radius: 10px;
  padding-top: 0.15rem;
  margin-top: 0.2rem;
}
.cizu a {
  float: left;
  padding: 0.14rem 0.24rem;
  background-color: #f4f7ff;
  border-radius: 10px;
  font-size: 0.28rem;
  color: #000000;
  text-align: center;
  margin-left: 0.16rem;
  margin-bottom: 0.16rem;
}

.bot-search {
  position: fixed;
  bottom: 0;
  height: 1rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(26, 25, 26, 0.05);
  left: 0;
  right: 0;
  padding: 0.2rem;
}
.bot-search input {
  display: block;
  width: 6.3rem;
  height: 0.6rem;
  background-color: #f8f8f8;
  border-radius: 5px;
  font-size: 0.28rem;
  padding-left: 0.2rem;
}
.search_page {
}
.top-search {
  height: 1rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(26, 25, 26, 0.05);
  padding: 0.2rem 0.28rem;
}
.top-search input {
  display: block;
  float: left;
  width: 6.2rem;
  height: 0.6rem;
  background-color: #f8f8f8;
  border-radius: 5px;
  font-size: 0.28rem;
  padding-left: 0.2rem;
}
.tittle {
  margin-top: 0.15rem;
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #000000;
  padding-left: 0.24rem;
}
.search_page .cizu {
  margin-top: 0.1rem;
}
.searchBtn {
  float: left;
  height: 0.65rem;
  width: 0.65rem;
  background: url(../images/search.png) no-repeat;
  background-size: 0.32rem 0.32rem;
  background-position: center center;
}
.result-con {
  background-color: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(0, 65, 121, 0.09);
  border-radius: 10px;
  padding: 0.15rem 0.25rem;
  height: 3.8rem;
  overflow-y: auto;
}
.result-con p {
  font-size: 0.28rem;

  line-height: 0.5rem;
}
.result-con .top-tit {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(26, 25, 26, 0.05);
  height: auto;
  padding: 0;

  font-weight: 600;
  position: relative;
  padding-right: 0.6rem;
  color: #4b5dfb;
}
.result-con .top-tit p {
  font-size: 0.34rem;
}
.result-con .audioPlay {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/yuyin.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: 0;
}
.result-list {
  margin-top: 0.3rem;
  height: calc(100% - 4.2rem);
  overflow-y: auto;
}
.result-list ul li {
  background-color: #fff;
  padding: 0.2rem;
  border-radius: 10px;
}
.result-list ul li::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
  line-height: 0;
}
.result-list .cover {
  float: left;
  width: 3.2rem;
  height: 2rem;
  position: relative;
}
.result-list .cover img {
  display: block;
  width: 100%;
  height: 100%;
}
.result-list .cover .time {
  width: 1.3rem;
  height: 0.5rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.48rem;
  padding-left: 0.2rem;
}
.result-list .cover .time:after {
  position: absolute;
  content: "";
  border: 0.12rem solid transparent;
  border-left: 0.18rem solid #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0.15rem;
}
.result-list .info {
  float: left;
  width: calc(100% - 3.2rem);
  padding-left: 0.2rem;
}
.result-list .info h2 {
  font-size: 0.32rem;
  line-height: 0.5rem;
}
.result-list .info p {
  color: #5a5a5a;
  font-size: 0.26rem;
  line-height: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.result-list .info p b {
  color: #4b5dfb;
  font-weight: normal;
}

.notfound {
  width: 100%;
  height: 100%;
  background: url(../images/404.png) no-repeat;
  background-size: 4.6rem 3.6rem;
  background-position: center center;
}
.nav_search {
  background-color: #f2f2f2;
  padding: 0.2rem 0.14rem 0;
  height: 100%;
}
.nav_search .cizu {
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 0;
  height: auto;
}
.nav_search .cizu a {
  display: block;
  float: none;
  transition: all 0.3s;
}
.nav_search .cizu .active {
  background-image: linear-gradient(90deg, #5379fb 0%, #735ff7 100%);
  color: #fff;
}
.first-tab,
.second-tab {
  height: 0.9rem;
}
.second-tab {
  height: 1.1rem;
  border-top: 1px solid #5a5a5a;
  padding-top: 0.2rem;
}
.nav_search .cizu .second-tab .active {
  background-image: linear-gradient(0deg, #f67b0d 0%, #fcaf07 100%);
}
.search_res {
  margin-top: 0.15rem;
  height: calc(100% - 3.4rem);
  background-color: #ffffff;
  border-radius: 10px;
  overflow-y: auto;
  padding: 0 0.3rem;
}
.search_res ul li {
  padding: 0.2rem 0;
  position: relative;
  padding-left: 0.3rem;
  border-bottom: 1px solid #f4f4f4;
}
.search_res ul li i {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #5379fb;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -0.05rem;
}
.search_res ul li a {
  display: block;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 1px;
  color: #000000;
}
