/*header*/
.header {
  height: 2.4rem;
  padding: 0 .5rem;
  background: linear-gradient(to right, #df3636, #e03837, #ff6d5a);
  color: #fff;
  font-size: .7rem;
}

.header.active {
  position: fixed;
  top: 0;
  left: 50%;
  width: calc(100% - 1rem);
  max-width: calc(720px - 1rem);
  padding: 0 .5rem;
  z-index: 10;
  transform: translatex(-50%);
}

.logo {
  float: left;
}

.logo img {
  width: 4.8rem;
  padding-top: .65rem;
  margin-right: .5rem;
}

.head-title {
  position: relative;
  float: left;
  margin-left: .1rem;
  font-size: .8rem;
  line-height: 2.4rem;
  font-weight: bold;
}

.head-title a {
  color: #fff;
}

.head-title i {
  position: absolute;
  top: 1.1rem;
  right: -1rem;
  width: .7rem;
  height: .38rem;
  background-image: url(/uploads/image/simages/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform .5s ease;
}

.header.active i {
  transform: rotate(180deg);
}

.more {
  float: right;
  width: .85rem;
  padding-top: 1.2rem;
  padding-bottom: .8rem;
  margin-right: .5rem;
}

/*nav*/
.nav {
  width: calc(100% - .5rem);
  padding: .4rem 0 .4rem .5rem;
  background-color: #f0f0f0;
  overflow: hidden;
}

.nav.active {
  margin-top: 2.4rem;
}

.navscroll li {
  display: inline-block;
  width: auto;
  margin-right: .6rem;
}

.navscroll li.active {
  position: relative;
  color: #df3636;
  font-size: .8rem;
}

.navscroll li span {
  position: absolute;
  bottom: -.4rem;
  left: 50%;
  display: none;
  width: 50%;
  height: .15rem;
  transform: translatex(-50%);
  background-color: #df3636;
  border-radius: 1rem;
}

.navscroll li.active span {
  display: block;
}

.navscroll, .breadscroll {
  padding: .55rem 0;
}

.breadscroll {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.breadscroll::-webkit-scrollbar {
  display: none;
}

/*bread*/
.bread {
  position: relative;
  padding-top: .9rem;
  background-color: #fff;
}

.slideup {
  width: .575rem;
  padding: .5rem;
  margin: 0 auto;
  transition: transform .5s ease;
  transform: rotate(-180deg);
}

.slideup.active {
  transform: rotate(0);
}

.breadscroll {
  padding: 0;
  margin-left: .5rem;
}

.breadregion {
  position: relative;
  float: right;
  margin-right: .5rem;
}

.breadregion i {
  position: absolute;
  top: .4rem;
  right: -.7rem;
  width: .475rem;
  height: .275rem;
  background-image: ;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform .5s ease;
}

.breadregion.active i {
  transform: rotate(180deg);
}

.breadscroll.active {
  color: #e84540;
}

.changeregion {
  display: none;
  position: absolute;
  top: 2.2rem;
  right: 0;
  width: calc(100% - 1rem);
  max-height: 6rem;
  padding: .5rem .5rem 0rem .5rem;
  background-color: #f8f8f8;
  z-index: 10;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.changeregion li {
  float: left;
  width: calc(23.5% - 2px);
  height: 1.5rem;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  margin-bottom: .5rem;
  margin-right: 2%;
  line-height: 1.5rem;
  text-align: center;
  background-color: #fff;
  border-radius: .2rem;
}

.changeregion li:nth-child(4n) {
  margin-right: 0;
}

.type {
  height: 2rem;
  padding: 1.1rem 1rem 0 1rem;
  overflow: hidden;
}

.type.active {
  height: auto;
  margin-bottom: 0;
}

.type a {
  float: left;
  width: 23%;
  height: 1.8rem;
  margin-right: 2.4%;
  margin-bottom: .6rem;
  border-radius: .3rem;
  background-color: #fff;
  text-align: center;
  line-height: 1.8rem;
  font-size: .7rem;
  box-shadow: 0 0 0.3rem rgba(153, 153, 153, .3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.type a:nth-child(4n) {
  margin-right: 0;
}

/*热点资讯*/
.hotlist {
  margin-top: 1rem;
}

.hottop {
  width: calc(100% - 2rem);
  height: 2.9rem;
  border: 1px solid #f5f5f5;
  padding: .5rem 1rem;
  margin: 0 auto 1.1rem auto;
  border-radius: .4rem;
  box-shadow: 0 0 .3rem rgba(153, 153, 153, .3);
}

.hottop p {
  float: left;
  margin-top: .2rem;
  font-size: .8rem;
  line-height: 1.2rem;
  font-weight: bold;
}

.hottop p span {
  color: #df3636;
}

.hot-list {
  float: left;
  height: 2.6rem;
  border-left: 1px solid #e9e9e9;
  padding-left: .65rem;
  margin-left: .5rem;
  overflow: hidden;
}

.hot-list li {
  position: relative;
  max-width: 10.7rem;
  padding-top: .28rem;
  padding-left: .5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .7rem;
}

.hot-list li:last-child {
  margin-bottom: 0;
}

.hot-list li::after {
  content: "";
  position: absolute;
  top: .63rem;
  left: 0;
  width: .15rem;
  height: .15rem;
  border-radius: 50%;
  background-color: #000;
}

.list {
  margin-bottom: 1.5rem;
}

.list li {
  padding-bottom: .9rem;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: .95rem;
}

.list li:last-child {
  margin-bottom: 0;
}

.list li a {
  display: block;
}

.item-tit {
  margin-bottom: .65rem;
  font-size: .8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2rem;
}

.item-top {
  float: left;
  margin-right: .2rem;
  color: #e77b7b;
}

.item-time {
  float: left;
  margin-top: .05rem;
  color: #a0a0a0;
}

.item-view {
  float: right;
  color: #999;
}

/*轮播*/
.carousel_wrap {
  margin-top: .8rem;
}

.carousel .swiper-slide {
  width: 90%;
  padding: 0 .62% 0 1.1%;
}

.carousel ul {
  position: relative;
}

.carousel ul li {
  height: 9.2rem;
  overflow: hidden;
  border-radius: .3rem;
}

.carousel ul li a {
  display: block;
  height: 100%;
}

.carousel ul li img {
  width: 100%;
  height: 8rem;
  border-radius: .2rem;
  box-shadow: 2px 4px 12px rgba(78, 78, 78, .36);
}

.swiper-pagination-bullet {
  width: .5rem;
  height: .15rem;
  border-radius: 2rem;
  background-color: #fff;
  transition: width .5s ease;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .15rem;
}

.swiper-pagination-white .swiper-pagination-bullet-active, .swiper-pagination-bullet-active {
  width: .65rem;
}

.carousel.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 1.7rem;
}

/*top*/
.top {
  border-bottom: 1px solid #e7e7e9;
  padding-bottom: 1rem;
  margin-top: .2rem;
  margin-bottom: 1.5rem;
}

.top_icon {
  width: 3.65rem;
}

.news-slide {
  margin-top: 1rem;
}

.news-slide li {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: .75rem;
  margin-bottom: .75rem;
  font-size: .8rem;
}

.news-slide li.active a {
  color: #df3636;
}

.news-slide li:last-child {
  border-bottom: none;
  margin-bottom: .5rem;
}

.news-slide li a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-slide .swiper-pagination-bullet {
  background-color: #dedede;
  opacity: 1;
}

.news-slide.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}

.news-slide .swiper-pagination-bullet-active {
  background-color: #2d2d2d;
}

/*hot*/
.hot {
  margin-bottom: 2.5rem;
  overflow: hidden;
}

.hot .title {
  margin-bottom: 1rem;
}

.custom .title {
  color: #df3636;
  font-weight: bold;
  font-size: 1rem;
}

.slidenav {
  width: 100%;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.slidenav .swiper-slide {
  width: auto;
  margin-right: .7rem;
  text-align: center;
  font-size: .85rem;
}

.slidenav .swiper-slide span {
  display: block;
  width: 100%;
  height: .12rem;
  margin: .5rem auto 0 auto;
  border-radius: 1rem;
  transition: width .5s ease;
  opacity: 0;
  background-color: #db372c;
}

.slidenav .swiper-slide.active a {
  color: #db372c;
}

.slidenav .swiper-slide.active span {
  opacity: 1;
  width: 50%;
}

.slidemain {
  width: 100%;
}

.slidemain li {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: .75rem;
  margin-bottom: .75rem;
}

.slidemain li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.slidemain li a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .8rem;
}

.slidemain li a span {
  color: #df3636;
}

.custom {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 1.5rem;
}

.custom .look_more {
  padding: 1.25rem 0;
}

.custom .look_more i {
  top: 1.5rem;
}

.look_more {
  position: relative;
  display: table !important;
  margin: 1rem auto 0 auto;
  text-align: center;
  font-size: .7rem;
  overflow: auto !important;
}

.look_more i {
  position: absolute;
  top: .22rem;
  right: -0.95rem;
  width: .575rem;
  height: .575rem;
  background-image: url(/uploads/image/simages/more.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.custom .look_more {
  margin-top: 0;
}

.custom .slidemain li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/*新增分类*/
.m-allinfo {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 720px;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  transform: translatex(-50%);
}

.g-top {
  position: relative;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
}

.top-tit {
  font-size: .9rem;
  font-weight: normal;
}

.close {
  position: absolute;
  top: .6rem;
  right: .6rem;
  width: 1rem;
  height: 1rem;
}

.drop-bd {
  height: calc(100% - 4.2rem - 1px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.zixun-item li {
  position: relative;
}

.item-hd {
  padding: .5rem 0;
  border-top: 1px solid #ddd;
}

.item-hd>a {
  display: block;
  padding-left: .5rem;
  border-left: .1rem solid #ff6c62;
  margin-left: .5rem;
}

.zixun-add {
  position: absolute;
  top: .6rem;
  right: .5rem;
  font-style: normal;
  width: .9rem;
  height: .9rem;
  border: 1px solid #ff6c62;
  color: #ff6c62;
  line-height: .4rem;
  border-radius: 50%;
  text-align: center;
  line-height: .82rem;
  font-size: 1rem;
}

.slideregion {
  display: none;
  padding: 1.1rem .5rem .5rem .5rem;
  background-color: #f4f4f4;
}

.slideregion li {
  float: left;
  width: calc(22% - 2px);
  height: 1.6rem;
  margin-bottom: .6rem;
  margin-right: 4%;
  border: 1px solid #ebebeb;
  line-height: 1.6rem;
  background-color: #fff;
  text-align: center;
}

.slideregion li a {
  display: block;
}

.slideregion li:nth-child(4n) {
  margin-right: 0;
}

.item-title {
  background: #f4f4f4;
  border-bottom: 0.01rem solid #fff;
  padding-left: 0.4rem;
}

.item-title a {
  display: block;
  padding: .5rem 0;
  font-size: .7rem;
  color: #787878;
}

.item-bd {
  display: none;
}

.item-list {
  padding: .6rem .5rem 0 .5rem;
}

.item-list li {
  float: left;
  width: calc(22% - 2px);
  height: 1.6rem;
  margin: 0 4% .6rem 0;
  border: 1px solid #cfcfcf;
  text-align: center;
  font-size: .65rem;
  text-align: center;
}

.item-list li:nth-child(4n) {
  margin-right: 0;
}

.item-list li a {
  display: table-cell;
  width: 4rem;
  height: 1.6rem;
  padding: 0 .15rem;
  vertical-align: middle;
  font-size: .65rem;
}

.zixun-ft {
  position: relative;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  font-size: .7rem;
  text-align: center;
  z-index: 2;
}

/*下拉*/
.region-srcoll {
  display: none;
  position: fixed;
  top: 2.4rem;
  left: 50%;
  width: calc(100% - 1rem);
  max-width: calc(720px - 1rem);
  padding: 1rem .5rem .5rem .5rem;
  max-height: 11rem;
  background-color: #f8f8f8;
  z-index: 2;
  overflow: auto;
  transform: translatex(-50%);
  -webkit-overflow-scrolling: touch;
}

.region-srcoll li {
  float: left;
  width: calc(24.25% - 2px);
  height: 1.5rem;
  border: 1px solid #d4d4d4;
  margin-bottom: .5rem;
  margin-right: 1%;
  line-height: 1.5rem;
  text-align: center;
  background-color: #fff;
  border-radius: .1rem;
  font-size: .55rem;
}

.region-srcoll li:nth-child(4n) {
  margin-right: 0;
}

.layer {
  display: none;
  position: fixed;
  top: 10rem;
  left: 0;
  max-width: 720px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 9;
}

/*0527新增*/
.item-tit span {
  display: inline-block;
  width: 1.6rem;
  height: .75rem;
  margin-right: .4rem;
  border-radius: 1rem;
  line-height: .75rem;
  background: linear-gradient(to right, #fc0d20, #fc4826);
  font-size: .52rem;
  color: #fff;
  text-align: center;
}

.more_list {
  margin: .8rem 0;
  text-align: center;
  font-size: .75rem;
  color: #999;
}

.more_list img {
  display: inline-block;
  width: .6rem;
  margin-top: .35rem;
  margin-left: .4rem;
}

.list_line {
  height: .5rem;
  background-color: #f4f3f8;
}

.hot_exam {
  padding-top: 1rem;
  padding-bottom: .75rem;
}

.hot_tips {
  padding-bottom: .75rem;
  font-size: .95rem;
  font-weight: bold;
}

.hot_list_rec a {
  float: left;
  width: calc(48% - 2px);
  height: 2rem;
  border: 1px solid #d7d7d7;
  margin-bottom: .5rem;
  border-radius: .2rem;
  text-align: center;
  line-height: 2rem;
}

.hot_list_rec a:nth-child(even) {
  float: right;
}

.type_slide {
  padding-top: .75rem;
  border-bottom: 1px solid #dadada;
}

.type_slide li {
  display: inline-block;
  width: auto;
  margin-right: .6rem;
}

.type_slide .swiper-wrapper {
  padding-left: .5rem;
}

.type_slide li.active {
  border-bottom: 0.1rem solid #e32c31;
  padding-bottom: .75rem;
  color: #e32c31;
}

.list_choose {
  margin: .8rem .5rem;
}

.list_choose span {
  position: relative;
  float: left;
  margin-right: 2.2rem;
}

.list_choose span.active {
  color: #e32c31;
}

.list_choose span:last-child {
  margin-right: 0;
}

.list{
  margin-top: .9rem;
}

.list_choose span i {
  position: absolute;
  top: .4rem;
  right: -.625rem;
  width: .325rem;
  height: .2rem;
  background-image: url(/uploads/image/simages/list_choose.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform .5s ease;
}

.list_choose span.active i {
  transform: rotate(-180deg);
  background-image: url(/uploads/image/simages/list_choose_a.png);
}

.chang_msg {
  display: none;
  padding: .8rem .5rem .5rem .5rem;
  background-color: #f7f7f7;
}

.chang_msg.active {
  display: block;
}

.chang_msg a {
  float: left;
  width: calc(23.5% - 2px);
  height: 1.7rem;
  border: 1px solid #d7d7d7;
  line-height: 1.7rem;
  margin-right: 2%;
  margin-bottom: .3rem;
  text-align: center;
  background-color: #fff;
  border-radius: .2rem;
}

.chang_msg a:nth-child(4n) {
  margin-right: 0;
}
.hot_list_rec {
  padding-bottom: 3rem;
}
