* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.no-scroll {
  overflow-y: hidden;
}

a {
  text-decoration: none;
}

.main {
  position: relative;
}

.content {
  position: relative;
  width: 15.84rem;
  margin: 0 auto;
  padding: 1.2rem .1rem 0;
}

/* 问题 */
.content>.title {
  position: relative;
  margin-bottom: .5rem;
  text-align: center;
}

.content>.title .title-EN {
  width: 100%;
  position: absolute;
  top: -.2rem;
  left: 0;
  text-align: center;
  font-size: .48rem;
  line-height: 1.1875;
  font-family: Arial-BoldMT, Arial !important;
  letter-spacing: .03rem;
  color: #00B2FF;
  opacity: .12;
}

.content>.title .title-ZH {
  font-size: .38rem;
  line-height: 1.5;
  font-weight: 600;
  color: transparent;
  text-align: center;
  background: linear-gradient(180deg, #F0F7FF, #3DD4FF);
  background-clip: text;
  -webkit-background-clip: text;
}

.content>.title .title-ZH::before,
.content>.title .title-ZH::after {
  content: '';
  display: inline-block;
  background: url('/static/topic_template/template_chuangkehui/images/title-wrap-l.svg') no-repeat center/100%;
  width: 1.54rem;
  height: .57rem;
  vertical-align: bottom;
}

.content>.title .title-ZH::before {
  margin-right: .24rem;
}

.content>.title .title-ZH::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: .24rem;
}

/* 白色配景问题 */
.white-bg .content>.title .title-EN {
  color: #002AFF;
  opacity: .09;
}

.white-bg .content>.title .title-ZH {
  color: #002AFF;
}

.white-bg .content>.title .title-ZH::before,
.white-bg .content>.title .title-ZH::after {
  background-image: url('/static/topic_template/template_chuangkehui/images/title-wrap2-l.svg');
}

.white-bg .content>.title .title-ZH::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 锚点位置偏移 */
.content>.title .title-ZH>span {
  padding-top: 2rem;
}

/* 审查更多 */
.content>.title .more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: .1rem;
  font-size: .18rem;
  color: #fff;
  z-index: 2;
}

.content>.more {
  position: absolute;
  top: .8rem;
  right: .1rem;
  font-size: .18rem;
  line-height: .49rem;
  color: #fff;
  z-index: 2;
}

.content>.more:hover {
  color: #00B2FF;
}

.content>.more-mobile {
  display: none;
}

/* 边框 */
.corner {
  position: absolute;
  padding: 14.5px;
  border-style: solid;
  border-color: #00B2FF;
}

.corner:first-child {
  border-width: 3px 0 0 3px;
  top: -2px;
  left: -2px;
}

.corner:nth-child(2) {
  border-width: 3px 3px 0 0;
  top: -2px;
  right: -2px;
}

.corner:nth-child(3) {
  border-width: 0 0 3px 3px;
  bottom: -2px;
  left: -2px;
}

.corner:nth-child(4) {
  border-width: 0 3px 3px 0;
  bottom: -2px;
  right: -2px;
}


@media screen and (max-width: 768px) {
  .content {
    width: 7.08rem;
    padding: .7rem 0;
  }

  /* 问题 */
  .content>.title {
    text-align: center;
    font-size: .48rem;
    line-height: .67rem;
  }

  .content>.title::before,
  .content>.title::after {
    display: none;
  }

  .content .title .more {
    display: none;
  }

  /* 审查更多 */
  .content>.more {
    display: none;
  }

  .content>.more-mobile {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: .42rem;
    line-height: .42rem;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #fff;
    font-size: .3rem;
    margin-top: .4rem;
    z-index: 1;
  }

  .content>.more-mobile::after {
    content: '';
    margin-left: .22rem;
    width: .29rem;
    height: .26rem;
    background: url('/static/topic_template/template_chuangkehui/images/m-more-arrow.png') no-repeat 0 0;
    background-size: 100% 100%;
  }

  .corner {
    display: none;
  }
}
.navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.navigation .bg {
  height: 1.1rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #0C1289;
  opacity: 1;
}

.navigation.top .bg {
  background: #00B2FF;
  opacity: .1;
}

.navigation .content {
  height: 1.1rem;
  position: relative;
  z-index: 2;
  padding: 0 .1rem;
}

.navigation .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  left: .1rem;
  top: 0;
  height: 100%;
}

.navigation .logo img {
  width: 2.68rem;
  height: .8rem;
  display: block;
}

.navigation .nav {
  margin-left: 3.7rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.navigation .nav a {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  font-size: .18rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: .44rem;
}

.navigation .nav a:hover {
  color: #00B2FF;
}

.navigation .nav a:last-child {
  margin-right: 0;
}

.navigation .nav-bottons {
  position: absolute;
  right: .1rem;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.navigation .special {
  height: .4rem;
  line-height: .4rem;
  padding: 0 .43rem;
  background: #3C8CFF;
  font-size: .16rem;
  font-weight: 400;
  color: #FFFFFF;
}

.navigation .special:hover {
  background: #3CB8FF;
}

.navigation .nav-botton {
  display: none;
}

.navigation-bg-cover {
  display: none;
}

@media screen and (max-width: 768px) {
  .navigation .logo img {
    width: 2.95rem;
    height: .88rem;
  }

  .navigation .nav {
    position: absolute;
    left: -5%;
    top: 1.1rem;
    width: 110%;
    margin-left: 0;
    display: none;
  }


  .navigation .nav a {
    display: block;
    height: 1rem;
    line-height: 1rem;
    background: #FFFFFF;
    font-size: .28rem;
    font-weight: 400;
    color: #000;
    padding-left: .32rem;
    border-bottom: 1px solid #E6E6E6;
    margin-right: 0;
  }


  .navigation .nav a:last-child {
    border-bottom: none;
  }

  .navigation .special {
    padding: 0 .3rem;
    font-size: .24rem;
  }



  .navigation .nav-botton {
    display: block;
    width: .32rem;
    height: .32rem;
    padding: .025rem .035rem;
    background: url(/static/topic_template/template_hufu/images/nav-botton.png) no-repeat center center;
    background-size: .27rem .25rem;
    margin-left: .24rem;
  }

  .navigation-bg-cover {
    display: none;
    background: #000;
    opacity: .5;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }

  .navigation.trend .nav {
    display: block;
  }

  .navigation.trend .bg {
    background: #1D1D1D;
    opacity: 1;
  }

  .navigation.trend .nav-botton {
    width: .32rem;
    height: .32rem;
    background: url(/static/topic_template/template_hufu/images/nav-close.png) no-repeat 0 0;
    background-size: 100% 100%
  }

}
.news-banner {
    background: no-repeat top/100% 100%;
    position: relative;
    height: 5.7rem;
}

.news-banner .content {
    padding: 0;
}

.news-banner .banner-title {
    position: absolute;
    top: 2.75rem;
    font-size: .48rem;
    line-height: .67rem;
    font-weight: 600;
    color: #fff;
    display: none;
}

.news-banner .crumb {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
}

.news-banner .crumb .content {
    display: -ms-flexbox;
    display: flex;
    padding: .22rem 0 .21rem;
    font-size: .14rem;
    line-height: .2rem;
    color: #1D1D1D;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
}

.news-banner .crumb .content :not(:first-child) {
    margin-left: .15rem;
}

.news-banner .crumb .content a {
    color: #1D1D1D;
}

.news-banner .crumb .content a:hover {
    color: #002AFF;
}

.news-banner .crumb .content .home-icon {
    background: url('/static/topic_template/template_hufu/images/home-icon.png') no-repeat center/100% 100%;
    width: .16rem;
    height: .14rem;
}

@media screen and (max-width: 768px) {
    .news-banner {
        background: no-repeat top/100% auto;
        height: auto;
    }

    .news-banner>.content {
        width: 100%;
        height: 6.3rem;
    }

    .news-banner .banner-title {
        display: none;
    }

    .news-banner .crumb {
        position: static;
    }

    .news-banner .crumb .content {
        padding: .4rem 0 .2rem;
        font-size: .24rem;
        line-height: .34rem;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center;
    }

    .news-banner .crumb .content :nth-child(n+5) {
        display: none;
    }

    .news-banner .crumb .content :not(:first-child) {
        margin-left: .25rem;
    }

    .news-banner .crumb .content .home-icon {
        background: url('/static/topic_template/template_hufu/images/home-icon-m.png') no-repeat center/100% 100%;
        width: .4rem;
        height: .34rem;
    }
}
.list-tab .content {
  padding: 0;
  border-bottom: .01rem solid #E8E8E8;
}

.list-tab .tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.list-tab .tabs a {
  font-size: .3rem;
  font-weight: 600;
  color: #1D1D1D;
  padding: .28rem .2rem;
  margin-right: 2.33rem;
}

.list-tab .tabs a:last-child {
  margin-right: 0;
}

.list-tab .tabs a.current {
  color: #002AFF;
  border-bottom: .03rem solid #002AFF;
}

@media screen and (max-width: 768px) {
  .list-tab {
    border-bottom: .01rem solid #E8E8E8;
  }

  .list-tab .content {
    border-bottom: none;
  }

  .list-tab .tabs a {
    font-size: .36rem;
    margin-right: .65rem;
  }
}
.list-content-wrap .types {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.list-content-wrap .types .item {
  width: 3.8rem;
  height: .48rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #FFFFFF;
  border: .01rem solid #2E3A72;
  font-size: .18rem;
  font-weight: 400;
  color: #1D1D1D;
  margin-right: .13rem;
  box-shadow: .05rem .05rem #CED6EB;
}

.list-content-wrap .types .item.current {
  background-image: linear-gradient(90deg, #0091D0 0%, #3553FF 100%);
  color: #fff;
}

.list-content-wrap .types .item:nth-of-type(4) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .list-content-wrap .types .item {
    width: 48%;
    height: .65rem;
    font-size: .28rem;
    margin-bottom: .2rem;
  }
}
.list-content-wrap .content {
  padding-top: .4rem;
}

.list-content-wrap .pic-list {
  margin-top: .5rem;
}

.list-content-wrap .pic-list .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.list-content-wrap .pic-list .title h5 {
  font-size: .24rem;
  height: .39rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  color: #1D1D1D;
  line-height: .33rem;
  background: url('/static/topic_template/template_hufu/images/photo-list-title.png') no-repeat left center;
  background-size: .35rem .39rem;
  padding-left: .22rem;
}

.list-content-wrap .pic-list .list {
  margin-top: .32rem;
  margin-bottom: .39rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 4.6rem;
  overflow: hidden;
}

.list-content-wrap .pic-list .list.open {
  max-height: inherit;
}

.list-content-wrap .pic-list .item {
  margin-right: .14rem;
  width: 3.8rem;
  height: 2.15rem;
  margin-bottom: .15rem;
  display: block;
  cursor: pointer;
}

.list-content-wrap .pic-list .item:nth-of-type(4n) {
  margin-right: 0;
}

.list-content-wrap .pic-list .trend {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 1.62rem;
  height: .46rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: .18rem;
  font-weight: 400;
  color: #002AFF;
  background: url('/static/topic_template/template_hufu/images/border-blue.png') no-repeat;
  background-size: 100% 100%;
}

.list-content-wrap .pic-list .trend::after {
  content: '';
  background: url('/static/topic_template/template_hufu/images/arrow-blue-down.png') no-repeat;
  background-size: 100% 100%;
  margin-left: .13rem;
  width: .18rem;
  height: .1rem;
}

.list-content-wrap .pic-list .trend.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list-content-wrap .intro {
  margin-top: .6rem;
  margin-bottom: 0.79rem;
}

.list-content-wrap .intro .title {
  font-size: .16rem;
  font-weight: 600;
  color: #1D1D1D;
  line-height: .22rem;
  background: url(/static/topic_template/template_hufu/images/note-icon.png) left center no-repeat;
  padding-left: .28rem;
  background-size: .18rem .18rem;
}

.list-content-wrap .intro .des {
  margin-top: .16rem;
  font-size: .16rem;
  font-weight: 400;
  color: #666666;
  line-height: .28rem;
}

.photos-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  z-index: 99999;
  display: none;
}

.photos-popup .swiper {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9.18rem;
  max-width: 80%;
  color: #fff;
}

.photos-popup .swiper .swiper-container {
  width: 100%;
}

.photos-popup .swiper .pic img {
  width: 100%;
  height: auto;
  display: block;
}

.photos-popup .swiper .close {
  font-size: .16rem;
  position: absolute;
  top: -.5rem;
  right: 0;
  cursor: pointer;
  z-index: 100;
}

.photos-popup .swiper .close img {
  width: .18rem;
  margin-left: .08rem;
}

.photos-popup .swiper .des {
  text-align: center;
  padding: .15rem 0;
  line-height: .30rem;
}

.photos-popup .swiper .swiper-pagination {
  bottom: auto;
  top: -.3rem;
  font-weight: bold;
}

.photos-popup .swiper .swiper-button-next {
  right: -.5rem;
  outline: none;
}

.photos-popup .swiper .swiper-button-prev {
  left: -.5rem;
  outline: none;
}

.photos-popup .swiper .swiper-button-next:after,
.photos-popup .swiper .swiper-button-prev:after {
  color: #fff;
}

@media screen and (max-width: 768px) {

  .list-content-wrap .pic-list .list {
    max-height: 8.44rem;
  }

  .list-content-wrap .pic-list .title h5 {
    font-size: .36rem;
    background-size: .48rem .53rem;
    padding-left: .28rem;
    height: .53rem;
  }

  .list-content-wrap .pic-list .item {
    width: 3.46rem;
    height: 1.96rem;
    margin-right: .15rem;
    margin-bottom: .15rem;
  }

  .list-content-wrap .pic-list .item:nth-of-type(2n) {
    margin-right: 0;
  }

  .list-content-wrap .pic-list .trend {
    width: 2.21rem;
    height: .62rem;
    font-size: .28rem;
  }

  .list-content-wrap .pic-list .trend::after {
    width: .26rem;
    height: .14rem;
  }

  .list-content-wrap .intro{
    margin-bottom: 0;
  }
  
  .list-content-wrap .intro .title {
    font-size: .24rem;
  }

  .list-content-wrap .intro .des {
    font-size: .24rem;
    line-height: .48rem;
  }

  .photos-popup .swiper {
    width: 7.08rem;
  }

  .photos-popup .swiper .close {
    font-size: .28rem;
  }

  .photos-popup .swiper .close img {
    width: .28rem;
  }

  .photos-popup .swiper .swiper-container {
    margin-top: .2rem;
  }

  .photos-popup .swiper .swiper-button-next {
    top: 40%;
    right: -10%;
  }

  .photos-popup .swiper .swiper-button-prev {
    top: 40%;
    left: -10%;
  }

  .details-container {
    padding: 0 0 .8rem;
  }

  .photos-popup .swiper .swiper-button-next::after,
  .photos-popup .swiper .swiper-button-prev::after {
    font-size: .4rem;
  }
}
.bottom {
  background-color: #0F1319;
}

.bottom .content {
  padding: 0 .1rem;
}

.bottom .feedback {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: .5rem .02rem 0;
  border-bottom: 1px solid #3D3D3D;
}

.bottom .feedback .items {
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  margin: 0 1.1rem .5rem;
  -ms-flex-align: center;
      align-items: center;
}

.bottom .feedback .items img {
  width: .48rem;
  height: .48rem;
  margin-right: .18rem;
}

.bottom .feedback .items .detail .title {
  font-size: .16rem;
  line-height: 1.75;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: left;
}

.bottom .feedback .items .detail .desc {
  margin-top: .06rem;
  font-size: .16rem;
  line-height: 1.75;
  color: #ADADAD;
}

.bottom .links-codes {
  position: relative;
  min-height: 2.4rem;
  padding: .36rem 0;
  font-size: .16rem;
  line-height: 1.75;
  color: #ADADAD;
}

.bottom .links-codes .links {
  display: -ms-flexbox;
  display: flex;
  font-size: .16rem;
  line-height: 1.75;
}

.bottom .links-codes .links::before {
  content: '友情链接：';
}

.bottom .links-codes .links a {
  padding: 0 .15rem;
  color: #ADADAD;
  border-left: .02rem solid #ADADAD;
}

.bottom .links-codes .links a:nth-of-type(1) {
  border-left: none;
}

.bottom .links-codes .codes {
  position: absolute;
  top: .36rem;
  right: 0;
  display: -ms-flexbox;
  display: flex;
}

.bottom .links-codes .codes .items {
  width: 1.5rem;
  overflow: hidden;
  text-align: center;
  margin-left: .44rem;
}

.bottom .links-codes .codes .items img {
  width: 1.4rem;
  height: 1.4rem;
}

.bottom .links-codes .codes .items p {
  margin-top: .09rem;
  font-size: .16rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, .9);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.bottom .links-codes .copyright {
  margin-top: .21rem;
  max-width: 10rem;
}

.bottom .links-codes .copyright p:first-child {
  margin-right: .5rem;
}


.bottom .links-codes .copyright a {
  margin-right: .1rem;
  color: #ADADAD;
}

@media screen and (max-width: 768px) {
  .bottom .content {
    padding: 0;
  }

  .bottom .feedback {
    padding: .5rem 0;
    grid-gap: .3rem;
    gap: .3rem;
  }

  .bottom .feedback .items {
    width: auto;
    min-width: 3rem;
    margin: 0;
    text-align: left;
  }

  .bottom .feedback .items:nth-child(2n+1) {
    margin-right: 1.08rem;
  }

  .bottom .feedback .items img {
    display: none;
  }

  .bottom .feedback .items .detail {
    display: -ms-flexbox;
    display: flex;
  }

  .bottom .feedback .items .detail .title {
    font-size: .28rem;
    line-height: .45rem;
    min-width: 1.2rem;
  }

  .bottom .feedback .items .detail .desc {
    font-size: .24rem;
    line-height: .45rem;
    margin: 0 0 0 .36rem;
  }

  .bottom .links-codes .codes {
    position: static;
    margin: .6rem 0 .34rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    grid-gap: .5rem;
    gap: .5rem;
  }

  .bottom .links-codes .codes .items {
    width: 2.41rem;
    margin: 0;
    overflow: hidden;
  }

  .bottom .links-codes .codes .items img {
    width: 2.41rem;
    height: 2.41rem;
  }

  .bottom .links-codes .codes .items p {
    margin-top: .24rem;
    height: .24rem;
    line-height: .24rem;
    font-size: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bottom .links-codes .links {
    display: -ms-flexbox;
    display: flex;
    font-size: .24rem;
    color: #ADADAD;
    grid-gap: .3rem;
    gap: .3rem;
  }

  .bottom .links-codes .links .link-list a {
    padding: 0;
    border-left: none;
    font-size: .24rem;
    min-width: 3rem;
    margin-top: .5rem;
  }

  .bottom .links-codes .links a:nth-of-type(2n+1) {
    margin-right: .3rem;
  }

  .bottom .links-codes .copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: left;
        justify-content: left;
    font-size: .24rem;
    line-height: .38rem;
  }

  .bottom .links-codes .copyright p:first-child {
    margin-right: 0;
  }
}

body {
  background: #fff;
}<!--耗时1777225347.5996秒-->