/*顶部、nav*/
.topnav {
  width: 100% !important;
  padding: 1rem 0;
  background: #fff;
  position: relative;
}
.xian {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.topnav,
.logo {
  height: 4rem;
  overflow: hidden;
}
.logo {
  float: left;
  margin-right: 1rem;
  display: block;
  width: 10rem;
      height: auto;
  overflow: hidden;
      padding-top: 10px;
  /*background: url(http://www.cangchu.rexun.cn/wap_static/img/logo.png) no-repeat 3px 9px;
  background-size: 9rem 3rem;*/
}
.search {
  width: 4rem;
  height: 4rem;
  background-color: #407cea;
  position: absolute;
  right: -5px;
  z-index: 99999;
  background: url(http://www.cangchu.rexun.cn/wap_static/img/zywicon_search1.png) no-repeat 1.4rem center;
  background-size: 1.6rem auto;
}

.show-input {
  display: none;
  width: 100% !important;
  padding: 1rem 0;
  height: 4rem;
  background: #fff;
  position: relative;
}
.show-input input {
  height: 4rem;
}
.show-input input[type='text'] {
  width: calc(100% - 14rem);
  height: 4rem;
  border: none;
}
.show-input input[type='submit'] {
  background-color: #fff;
  border: none;
  border-right: 1px solid #eee;
  padding-right: 5rem;
  height: 4rem;
  width: 1.7rem;
}
.show-input button {
  height: 4rem;
  width: 5.7rem;

  border: none;
  padding-left: 2rem;
  background-color: #fff;
  color: #407cea;
}

.search input {
  border: 0;
  font-size: 1.4rem;
  background-color: #f5f5f5;
}
/* 滑动导航 */
.hd_nav {
  width: calc(100% - 14rem);
  float: left;
  box-sizing: border-box;
}
.hd_nav_scroll {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  line-height: 4.5rem;
  width: 100%;
}
.hd_nav_scroll .cur a {
  color: #3871e5;
  padding-bottom: 10px;
  border-bottom: 1px solid #3871e5;
}

.hd_nav_scroll .swiper-slide {
  width: auto;
  font-size: 1.8rem;
  margin-right: 1.8rem;
}
/* 广告 */
.gg_info {
  margin-bottom: 2rem;
}
.gg_info .info {
  position: relative;
  width: 100%;
  height: 80px;
}
.gg_info .info img {
  height: 80px;
}
.gg_info .info i {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  background-color: rgb(0, 0, 0, 0.2);
  text-align: center;
  line-height: 2rem;
}
.gg_info .info span {
  position: absolute;
  left: 4px;
  bottom: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20%;
  font-size: 14px;
}
/* 轮播图 */
.fouce {
  margin: 0 0 1rem 0;
}
.fouce img {
  width: 100%;
  height: 100%;
}
.fouce .swiper-wrapper {
  height: 20rem;
}
.fouce p {
  display: block;
  width: 100%;
  height: 5rem;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  line-height: 5rem;
  z-index: 999;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fouce .swiper-slide {
  line-height: 100px;
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.fouce .swiper-pagination {
  left: 50%;
  margin-left: -30px;
}
.fouce .swiper-pagination-bullet {
  border-radius: 0;
  margin-right: 5px;
  height: 2px;
}
.fouce .swiper-pagination-bullet-active {
  width: 15px;
}
/* 热门产品 */
.hot {
  padding: 0 1.6rem;
  background-color: #e9e9e9;
}
.hot a {
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  display: block;
  color: #3871e5;
}
.hot a::after {
  content: '';
  width: 2rem;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 1.5rem;
  background-position: -2.5rem 0rem;
}
.hot a::after {
  background-image: url(http://www.cangchu.rexun.cn/wap_static/img/icons.png);
  background-size: 12rem 12rem;
}
.huise_scroll {
  margin: 2rem 0;
}
.huise_scroll .swiper-slide {
  border-radius: 1rem;
  padding: 1rem;
  width: 60% !important;
  margin-right: 2rem;
  background-color: #f8f8f8;
}
.huise_scroll .swiper-slide a {
  display: block;
  padding: 1rem;
}
.huise_scroll .swiper-slide img {
  border-radius: 1rem;
  height: 13rem;
}
.huise_scroll .swiper-slide a p {
  margin-top: 1rem;

  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.huise_scroll .swiper-slide a span {
  float: right;
  margin-top: 1rem;
  margin-right: 1rem;

  font-size: 1rem;
  color: #666;
}

/* 推荐信息 */
/* 中间内容页*/

.cont_list a {
  display: block;
  padding: 1.4rem 0 1.8rem 0;
  margin: 0 1.3rem;
  border-top: 1px solid #f2f2f2;
  min-height: 9.9rem;
  position: relative;
}
.cont_list h2 {
  font-size: 1.74rem;
  line-height: 2.5rem;
  overflow: hidden;
}

.cont_list .dir {
  color: #aaa;
  font-size: 1.3rem;
  height: 1.6rem;
  line-height: 1.6rem;
  margin-top: 2.6rem;
}
.cont_list .dir em,
.cont_list .dir b {
  display: block;
  float: left;
  font-weight: normal;
}
.cont_list .dir em,
.cont_list .dir b {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.cont_list .dir b {
  max-width: 8rem;
}
.cont_list .dir em {
  max-width: 7.9rem;
  float: right;
  margin-right: 1rem;
}
.no_img .list_tit {
  margin-right: 0 !important;
}
.no_img h2 {
  margin: 0 !important;
}
.cont_list h2,
.cont_list .dir {
  overflow: hidden;
  text-overflow: ellipsis;
  /*display: -webkit-box !important;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-right: 13rem;
}
.cont_list .pic,
.cont_list .pic img {
  height: 9.5rem;
}
.cont_list .pic {
  width: 11.5rem;
  overflow: hidden;
  background: #f5f5f5;
  position: absolute;
  right: 0;
  top: 1.8rem;
  border-radius: 5px;
}
.cont_list .pic img {
  width: 11.5rem;
}
/* 底部 */
.bottom {
  background: #353739;
  color: #fff;

  font-size: 1.3rem;
  text-align: center;
  padding: 1.4rem 0.5rem 1.6rem 0.5rem;
}
.bottom a {
  color: #fff;
}
/* 回到顶部 */
.backtop {
  position: fixed;
  bottom: 5rem;
  right: 1.2rem;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  background: url(http://www.cangchu.rexun.cn/wap_static/img/back-top.png) no-repeat;
  background-size: contain;
  display: none;
  z-index: 66666;
}

/* 列表页分页模块 */

.paging {
  text-align: center;
  padding: 2rem 0;
}
.paging a {
  display: inline-block;
  border: 1px solid #f0f0f0;
  padding: 0.5rem 0.8rem;
  margin: 0 0.5rem;
  color: #666;
}

.paging a.hover {
  border: 1px solid #3871e5;
  color: #fff;
  background-color: #3871e5;
}
/* 详情页文字 */

.cont_data h1 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  color: #4a4a4a;
}
.cont_tit {
  font-size: 1.4rem;
  color: #aaa;
  width: 100%;
  overflow: hidden;
  line-height: 1.8rem;
  height: 1.8rem;
  margin: 2rem 0;
}
.cont_tit a {
  color: #aaa;
}
.cont_tit em {
  display: inline-block;
}
.cont_tit em:nth-of-type(1) {
  margin: 0;
}
.cont_tit em:nth-of-type(2) {
  float: right;
}
.cont_text {
  margin-top: 2rem;
  font-size: 1.9rem;
  line-height: 3.3rem;
}
.cont_text p {
  margin: 2rem 0 0 0;
  text-indent: 4rem;
}
.cont_text img {
  margin: 2rem 0;
  display: block;
}
.cont_text p:nth-of-type(1) {
  margin: 0;
}
/* 上下篇 */
.pian {
  margin: 2rem 0;
}
.pian a {
  display: block;
  padding-left: 20px;
  margin-bottom: 1rem;
  color: rgb(131, 124, 124);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.top li {
  margin: 0.5rem 0 1rem 4rem;
}
.top li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top li::before {
  content: counter(top);
  counter-increment: top;
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  display: block;
  width: 25px;
  height: 25px;
}
.top li:nth-child(-n + 3)::before {
  color: #c63927;
}
