@font-face {
  font-family: simsun;
  src: url("../font/simsun.ttf")
}
body{
  max-width: 650px;
  margin: 0 auto;
}
.banner {
  padding: .3rem .25rem 0
}

.banner .banner-swiper {
  border-radius: .15rem
}

.banner .banner-swiper .swiper-img {
  width: 100%
}

.banner .banner-swiper .swiper-pagination {
  bottom: .5rem
}

.banner .banner-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: .08rem;
  opacity: 1;
  transition: width .3s
}

.banner .banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: .44rem;
  background-color: #fe8e42
}

.scroll-category {
  padding: .6rem 0
}

.scroll-category .category {
  display: block;
  letter-spacing: .04rem;
  text-align: center;
  font-size: .25rem;
  color: #666
}

.scroll-category .category .icon-wrap {
  display: flex;
  width: 100%;
  height: .5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: .2rem
}

.scroll-category .category .icon-wrap .icon {
  width: .5rem
}

.scroll-category .swiper-scrollbar {
  left: 0;
  right: 0;
  bottom: -.3rem;
  margin: auto;
  width: 1.2rem;
  height: .1rem;
  background-color: #e5e5e5;
  border-radius: unset
}

.scroll-category .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fe8e42;
  border-radius: unset
}

.blocks .block {
  padding: .4rem;
  border-top: .2rem solid #eee
}

.blocks .block .block-title {
  display: flex;
  align-items: center;
  font-size: .35rem
}

.blocks .block .block-title .icon {
  margin-left: auto;
  width: .3rem
}

.blocks .block .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.blocks .block .list .item {
  display: block;
  width: 47.5%;
  margin-top: .4rem
}

.blocks .block .list .item .cover {
  position: relative;
  border-radius: .15rem;
  overflow: hidden
}
.cover p{
  position: absolute;
  top: .25rem;
  right: 0;
  width: .7rem;
  background: linear-gradient(90deg, #ff6602, #ff9356);
  border-radius: .08rem 0 0 .08rem;
  line-height: .45rem;
  text-align: center;
  font-size: .26rem;
  color: #fff;
}
.blocks .block .list .item .cover .cover-img {
  width: 100%;
  height: 96px;
}

.blocks .block .list .item .title {
  margin-top: .15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: .38rem;
  letter-spacing: .02rem;
  font-size: .32rem
}

.blocks .block .list .item .desc {
  display: flex;
  margin-top: .15rem
}

.blocks .block .list .item .desc .date {
  font-size: .28rem;
  color: #999
}

.blocks .block .list .item .desc .pv {
  margin-left: auto;
  font-size: .28rem;
  color: #999
}

.clear-fix:after {
  content: "";
  clear: both;
  overflow: hidden;
  height: 0;
  display: block;
  zoom: 1;
  visibility: hidden
}

.header {
  position: relative;
  display: flex;
  width: 100%;
  height: .95rem;
  align-items: center;
  padding: 0 .25rem;
  background-color: #fe8e42
}

.header .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 2.18rem;
  background: url("../image/logo.png") no-repeat 50% 50%;
  background-size: 100%
}

.header .left-icon {
  margin-right: auto
}

.header .left-icon .icon-wrap:nth-child(2) {
  margin-left: 5px
}

.header .right-icon {
  margin-left: auto
}

.header .right-icon .icon-wrap:nth-child(2) {
  margin-left: .15rem
}

.header .icon-wrap {
  display: inline-flex;
  align-items: center;
  font-size: .34rem;
  color: #fff
}

.header .icon-wrap .icon.home {
  width: .5rem;
  height: .5rem
}

.header .icon-wrap .icon.back {
  width: .28rem;
  margin-right: .2rem
}

.header .icon-wrap .icon.menu {
  width: .45rem;
  height: .45rem
}

.header .icon-wrap .icon.search {
  width: .45rem;
  height: .45rem
}

.header .category-modal {
  position: absolute;
  top: .95rem;
  left: 0;
  z-index: 100;
  display: none;
  height: calc(100% - .9rem);
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4)
}

.header .category-modal .list-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: .25rem;
  background-color: #f5f5f5;
  box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.3)
}

.header .category-modal .list-wrap .item {
  display: block;
  width: 25%;
  margin-bottom: .25rem;
text-align: center;
font-size: .25rem
}

.header .category-modal .list-wrap .item .icon-wrap {
  display: flex;
  height: .5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: .1rem
}

.header .category-modal .list-wrap .item .icon-wrap .icon {
  width: .5rem
}

.footer {
  padding: .2rem 0;
  border-top: 1px solid #e9e6e6
}

.footer p {
  line-height: .55rem;
  text-align: center;
  font-size: .26rem;
  color: #666
}

.video_introbox {
  width: 100%;
  margin-top: .2rem;
}
.video_introtitle {
  width: 100%;
  padding: 0 .2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.video_introtitle span:first-child {
  display: inline-block;
  width: .1rem;
  height: .34rem;
  background-color: #FFA200;
  border-radius: .16rem;
  margin-right: .16rem;
}
.video_introtitle h2{
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
}
.linkspan {
  background: rgba(246,36,20,1) !important;
}
.link {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: .24rem .3rem;
}
.link li {
  float: left;
  text-align: center;
  padding: .1rem;
  border: 1px solid #999;
  border-radius: .16rem;
  margin: .2rem .2rem;
  box-sizing: border-box;
}
.link li a {
  font-size: 12px;
}