.Width {
  margin: 0 1rem;
}

/*header*/
.header {
  position: relative;
  height: 2.4rem;
  padding: 0 .5rem;
  background-color: #fff;
  color: #fff;
  font-size: .7rem;
}

.header.active {
  border-bottom: 1px solid #ebebeb;
  z-index: 10;
}

.logo {
  float: left;
}

.logo img {
  width: 4.8rem;
  padding-top: .75rem;
  margin-right: .75rem;
}

.header_region {
  float: left;
  line-height: 2.2rem;
  font-size: .75rem;
}

.header_region.channel {
  font-size: .9rem;
}

.header_region img {
  display: inline-block;
  width: .7rem;
  margin-top: .9rem;
  margin-left: .25rem;
}

.more {
  float: right;
  width: 1.15rem;
  margin-top: .6rem;
}

/*滑动导航*/
.nav {
  position: relative;
  width: calc(100% - .5rem);
  padding-left: .5rem;
  overflow: hidden;
  background-color: #fff;
}
.nav.active{
  z-index: 10;
}
.navScroll li {
  display: inline-block;
  width: auto;
  border-right: 1px solid #ebebeb;
  padding: 0 .6rem;
}

.navScroll li:first-child {
  padding-left: 0;
}

.navScroll li:last-child {
  border: none;
}

.navScroll li.active a {
  color: #437dff;
}

.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: .8rem 0;
}

.breadScroll {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.breadScroll::-webkit-scrollbar {
  display: none;
}

/*bread*/
.bread {
  position: relative;
  padding: 1rem 0;
  background-color: #fff;
  box-shadow: 0 0 0.3rem rgba(153, 153, 153, .3);
}
.bread.active{
  z-index: 10;
}
.slideUp {
  width: .575rem;
  margin: 0 auto;
  transition: transform .5s ease;
  transform: rotate(-180deg);
}

.slideUp.active {
  transform: rotate(0);
}

.breadScroll {
  float: left;
  width: calc(80% - 1rem);
  padding: 0;
  margin-left: 1rem;
  font-size: .82rem;
}

.breadScroll a.active {
  color: #437dff;
}

.breadRegion {
  position: relative;
  float: right;
  margin-right: 1rem;
}

.breadRegion i {
  position: absolute;
  top: .4rem;
  right: -.7rem;
  width: .475rem;
  height: .275rem;
  background-image: url(/images/guoqi/arrow02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform .5s ease;
  transform: rotate(180deg);
}

.breadRegion.active i {
  transform: rotate(0);
}

.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: 2.2rem;
  padding: 1.1rem 1rem 0 1rem;
  margin-bottom: .5rem;
  overflow: hidden;
}

.type.active {
  height: auto;
  margin-bottom: 0;
}

.type a {
  float: left;
  width: 23%;
  height: 2rem;
  margin-right: 2.4%;
  margin-bottom: .6rem;
  border-radius: .3rem;
  background-color: #fff;
  text-align: center;
  line-height: 2rem;
  font-size: .7rem;
  box-shadow: 0 0 0.3rem rgba(153, 153, 153, .3);
}

.type a.active {
  width: calc(23% - 2px);
  height: calc(2rem - 2px);
  border: 1px solid #437dff;
  color: #437dff;
}

.type a:nth-child(4n) {
  margin-right: 0;
}
html,
body {
  height: 100%;
}
/*热点资讯*/
.hotList {
  margin-top: 1rem;
  flex: 1 0 auto;
}

.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;
}

.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 li {
  padding-bottom: .9rem;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: .95rem;
}

.list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.list li a {
  display: block;
}

.item-tit {
  margin-bottom: .65rem;
  font-size: .7rem;
  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: 92%;
  padding: 0 1% 0 1.36%;
}

.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;
  margin: 1rem auto 0 auto;
  text-align: center;
  font-size: .7rem;
}

.look_more i {
  position: absolute;
  top: .22rem;
  right: -0.95rem;
  width: .575rem;
  height: .575rem;
  background-image: url(/images/guoqi/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;
}

/*新增分类*/
.more {
  float: right;
  width: 1.15rem;
  margin-top: .6rem;
}

.m-allinfo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}

.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 {
  position: relative;
  display: block;
  padding-left: .5rem;
  margin-left: .5rem;
  font-size: .82rem;
}

.item-hd>a::after {
  content: '';
  position: absolute;
  top: .3rem;
  left: 0;
  width: .18rem;
  height: .5rem;
  background-color: #507ef7;
  border-radius: .2rem;
}

.zixun-add {
  position: absolute;
  top: .6rem;
  right: .5rem;
  font-style: normal;
  width: 1rem;
  height: 1rem;
  border: 1px solid #507ef7;
  color: #507ef7;
  border-radius: 50%;
  text-align: center;
  line-height: .85rem;
  font-size: 1rem;
}

.slideRegion {
  display: none;
  padding: .5rem;
}

.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;
  border-top: 1px solid #ebebeb;
  line-height: 2rem;
  font-size: .7rem;
  text-align: center;
  z-index: 2;
}

/*下拉*/
.region-srcoll {
  display: none;
  position: fixed;
  top: 2.4rem;
  left: 0;
  width: calc(100% - 1rem);
  padding: 1rem .5rem .5rem .5rem;
  max-height: 11rem;
  background-color: #f8f8f8;
  z-index: 2;
  overflow: auto;
  -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;
}

.region-srcoll li:nth-child(4n) {
  margin-right: 0;
}

.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 9;
}

.empty {
  display: none;
  text-align: center;
}

.empty img {
  width: 5rem;
  margin: 1rem auto .5rem auto;
}
