* {
  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: .8rem .1rem;
}

/* 问题 */
.content>.title {
  font-size: .36rem;
  line-height: .5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: .5rem;
}

.content>.title::before,
.content>.title::after {
  content: '';
  display: inline-block;
  width: 3.32rem;
  height: .5rem;
  vertical-align: bottom;
}

.content>.title::before {
  background: url('/static/topic_template/template_hufu/images/title-wrap-l.png') no-repeat center/100% 100%;
  margin-right: .42rem;
}

.content>.title::after {
  background: url('/static/topic_template/template_hufu/images/title-wrap-r.png') no-repeat center/100% 100%;
  margin-left: .42rem;
}

.content>.title.black {
  color: #1D1D1D;
}

.content>.title.black::before,
.content>.title.black::after {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.content>.title>.anchor {
  padding-top: 1.9rem;
}

/* 审查更多 */
.content>.more {
  position: absolute;
  top: .8rem;
  right: .1rem;
  font-size: .16rem;
  line-height: .49rem;
  color: #fff;
}

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

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


@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>.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_hufu/images/m-more-arrow.png') no-repeat 0 0;
    background-size: 100% 100%;
  }
}
.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: 1.13rem;
  height: .66rem;
  display: block;
}

.navigation .nav {
  margin-left: 2.64rem;
  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.47rem;
    height: .66rem;
  }

  .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%
  }

}
.banner {
  position: relative;
  zoom: 1;
}

.banner .item {
  position: relative;
}

.banner .item .bg {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner .item .video-player {
  width: .89rem;
  height: .89rem;
  background: url('/static/topic_template/template_hufu/images/video-player.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner .item .bg img {
  width: 19.20rem;
  height: auto;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50.03%);
          transform: translateX(-50.03%);
}

.banner .item .content {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}

.banner .content .links {
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.banner .content .links-item {
  width: 2.47rem;
  height: .5rem;
  border-radius: .25rem;
  border: 1px solid #FFFFFF;
  font-size: .24rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: .5rem;
  margin-right: .3rem;
}

.banner .content .links-item:hover {
  border: 1px solid #3C8CFF;
  background-color: #3C8CFF;
}

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

  .banner .item .bg img {
    width: 100%;
    height: auto;
  }

  .banner .content .links {
    bottom: .88rem;
  }

  .banner .content .links-item {
    width: 2.19rem;
    height: .8rem;
    line-height: .8rem;
    border-radius: .42rem;
    font-size: .36rem;
  }
}
.image-swiper-highlights {
  background: #000556 url('/static/topic_template/template_hufu/images/image-swiper-highlights-bg.png') no-repeat top/cover;
  position: relative;
}

.image-swiper-highlights .content {
  position: relative;
  padding-bottom: 1.44rem;
}

.image-swiper-highlights .swiper-item .image {
  height: 2.2rem;
  overflow: hidden;
}

.image-swiper-highlights .swiper-item img {
  width: 100%;
  height: 2.2rem;
  display: block;
  transition-duration: .3s;
}

.image-swiper-highlights .swiper-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.image-swiper-highlights .swiper-item h5 {
  font-size: .18rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.75;
  margin-top: .2rem;
}

.image-swiper-highlights .swiper-pager {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: .1rem;
  bottom: .72rem;
  height: .32rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 1.29rem;
  z-index: 1;
}

.image-swiper-highlights .swiper-pager .button-prev,
.image-swiper-highlights .swiper-pager .button-next {
  width: .32rem;
  height: .32rem;
  background: url('/static/topic_template/template_hufu/images/arrow-blue.png') no-repeat 0 0;
  background-size: 100% 100%;
  cursor: pointer;
}

.image-swiper-highlights .swiper-pager .button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.image-swiper-highlights .swiper-pager .pagination {
  font-size: .16rem;
  font-weight: 400;
  color: #FFFFFF;
  width: .65rem;
  text-align: center;
}

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

  .image-swiper-highlights {
    background-image: none;
    position: relative;
  }

  .image-swiper-highlights .swiper-pager {
    left: 0;
    right: auto;
    width: 100%;
  }

  .image-swiper-highlights .swiper-item .image {
    height: 3.09rem;
  }

  .image-swiper-highlights .swiper-item img {
    height: 3.09rem;
  }

  .image-swiper-highlights .swiper-pager .button-prev,
  .image-swiper-highlights .swiper-pager .button-next {
    width: .48rem;
    height: .48rem;
  }

  .image-swiper-highlights .swiper-pager .pagination {
    font-size: .24rem;
    margin: 0 .24rem;
  }
}
.image-swiper-wonderful {
  background: #0B0134;
  position: relative;
}

.image-swiper-wonderful .content {
  position: relative;
}

.image-swiper-wonderful .swiper-main {
  margin-bottom: .3rem;
}

.image-swiper-wonderful .swiper-main .swiper-item {
  height: 6.3rem;
}

.image-swiper-wonderful .swiper-main .swiper-item img {
  width: 100%;
  height: 100%;
}

.image-swiper-wonderful .swiper-main .swiper-item::before {
  position: absolute;
  z-index: 1;
  background: #264CFF;
  opacity: .3;
  width: 100%;
  height: 100%;
  content: '';
}

.image-swiper-wonderful .swiper-main .swiper-slide-active::before {
  display: none;
}

.image-swiper-wonderful .swiper-item img {
  width: 100%;
  height: auto;
  display: block;
}

.image-swiper-wonderful .swiper-thumbs .swiper-item {
  height: 1.3725rem;
}

.image-swiper-wonderful .swiper-thumbs .swiper-item img {
  height: 100%;
}

.image-swiper-wonderful .swiper-thumbs .swiper-slide-thumb-active {
  border: .05rem solid #00B2FF;
}

.image-swiper-wonderful .swiper-pager-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: .36rem;
  height: .66rem;
  z-index: 2;
  cursor: pointer;
}

.image-swiper-wonderful .swiper-pager-button-prev {
  background: url('/static/topic_template/template_hufu/images/wonderful-swiper-arrow-prev.png') no-repeat top/cover;
  left: 5.5%;
}

.image-swiper-wonderful .swiper-pager-button-next {
  background: url('/static/topic_template/template_hufu/images/wonderful-swiper-arrow-next.png') no-repeat top/cover;
  right: 5.5%;
}

@media screen and (min-width: 769px) {
  .image-swiper-wonderful .swiper-pager-button-prev:hover {
    background: url('/static/topic_template/template_hufu/images/wonderful-swiper-arrow-prev-blue.png') no-repeat top/cover;
    left: 5.5%;
  }

  .image-swiper-wonderful .swiper-pager-button-next:hover {
    background: url('/static/topic_template/template_hufu/images/wonderful-swiper-arrow-next-blue.png') no-repeat top/cover;
    right: 5.5%;
  }
}

@media screen and (max-width: 768px) {
  .image-swiper-wonderful .swiper-main .swiper-item {
    height: 3.24rem;
  }

  .image-swiper-wonderful .swiper-pager-button {
    width: .22rem;
    height: .4rem;
    top: 45%;
  }

  .image-swiper-wonderful .swiper-pager-button-prev {
    left: 3%;
  }

  .image-swiper-wonderful .swiper-pager-button-next {
    right: 3%;
  }
}
.introduce {
  background: #07052b url('/static/topic_template/template_hufu/images/introduce-bg.png') no-repeat center/100% 100%;
  height: 7.58rem;
}

.introduce .content {
  position: relative;
  padding: 1rem 0;
}

.introduce .crosshead {
  position: relative;
  margin-top: .82rem;
  font-size: .18rem;
  line-height: .25rem;
  letter-spacing: .2rem;
  color: #fff;
}

.introduce .title {
  position: relative;
  margin-top: .1rem;
  font-size: .6rem;
  line-height: .84rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
}

.introduce .title::before,
.introduce .title::after {
  display: none;
}

.introduce .title .anchor {
  padding-top: 3.27rem;
}

.introduce .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  margin-top: .5rem;
  width: 9.24rem;
  line-height: .43rem;
  color: #fff;
  z-index: 1;
}

.introduce .text * {
  font-size: .2rem;
}

.introduce .line {
  display: block;
  margin-top: .4rem;
  width: 2.44rem;
  height: .03rem;
  background-color: #fff;
}

.introduce .blue-block {
  position: absolute;
  top: 1rem;
  left: 7.23rem;
  width: 2.9rem;
  height: 5.58rem;
  background-color: #1C2EBD;
  opacity: .75;
}

.introduce .cup {
  background: url('/static/topic_template/template_hufu/images/cup.png') no-repeat center/100% 100%;
  position: absolute;
  top: 1rem;
  right: .14rem;
  width: 5.58rem;
  height: 5.58rem;
}

@media screen and (max-width: 768px) {
  .introduce {
    background: #07052b url('/static/topic_template/template_hufu/images/introduce-bg-m.png') repeat center/100% 100%;
    height: auto;

  }

  .introduce .line,
  .introduce .blue-block,
  .introduce .cup {
    display: none;
  }

  .introduce .quote {
    background: url('/static/topic_template/template_hufu/images/quote.png') no-repeat center/100% 100%;
    display: inline-block;
    position: absolute;
    width: 1.69rem;
    height: 1.46rem;
  }

  .introduce .content {
    padding-bottom: .6rem;
  }

  .introduce .crosshead {
    margin-top: .78rem;
  }

  .introduce .title {
    font-size: .48rem;
    line-height: .67rem;
    margin-top: .09rem;
    z-index: 1;
  }

  .introduce .crosshead,
  .introduce .title {
    text-align: center;
  }

  .introduce .title-bg {
    background: url('/static/topic_template/template_hufu/images/introduce-subtitle.png') no-repeat center/100% 100%;
    width: 5.26rem;
    height: .36rem;
    position: absolute;
    top: 2.28rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .introduce .text {
    max-height: 4.2rem;
    width: 100%;
    font-size: .3rem;
    line-height: .6rem;
    -webkit-line-clamp: 7;
  }

  .introduce .text * {
    font-size: .3rem;
  }
}
.awards {
    background: #000 url('/static/topic_template/template_hufu/images/awards-bg.png') no-repeat top/100% auto;
    min-height: 11.91rem;
}

.awards .content {
    position: relative;
}

.awards .bonus {
    position: absolute;
    top: 2.05rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: .6rem;
    line-height: .84rem;
    font-weight: 600;
    color: #DBBF3C;
}

.awards .bonus-pool {
    background: url('/static/topic_template/template_hufu/images/bonus-pool.png') no-repeat center/100% 100%;
    margin: 0 auto;
    margin-top: .73rem;
    width: 3.86rem;
    height: 2.11rem;
}

.awards .container-m {
    display: none;
}

.awards .container .prize-list {
    margin-top: .52rem;
    text-align: center;
}

.awards .container .prize-list>p {
    font-size: .3rem;
    line-height: .5rem;
    font-weight: 600;
    color: #fff;
}

.awards .container .prize-list>p::before,
.awards .container .prize-list>p::after {
    display: inline-block;
    width: .31rem;
    height: .5rem;
    vertical-align: bottom;
}

.awards .container .prize-list>p::before {
    content: '';
    background: url('/static/topic_template/template_hufu/images/prize-title-wrap-l.png') no-repeat center/100% 100%;
    margin-right: .28rem;
}

.awards .container .prize-list>p::after {
    content: '';
    background: url('/static/topic_template/template_hufu/images/prize-title-wrap-r.png') no-repeat center/100% 100%;
    margin-left: .28rem;
}

.awards .prize-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    grid-gap: .2rem;
    gap: .2rem;
    margin-top: .4rem;
}

.awards .prize-list ul .prize {
    position: relative;
    width: 3.75rem;
    padding: .32rem .35rem .3rem;
    text-align: left;
    color: #1D1D1D;
}

.awards .prize-list ul .prize:nth-child(4n+1) {
    background: url('/static/topic_template/template_hufu/images/1st-prize.png') no-repeat center/100%;
}

.awards .prize-list ul .prize:nth-child(4n+2) {
    background: url('/static/topic_template/template_hufu/images/2nd-prize.png') no-repeat center/100%;
}

.awards .prize-list ul .prize:nth-child(4n+3) {
    background: url('/static/topic_template/template_hufu/images/3rd-prize.png') no-repeat center/100%;
}

.awards .prize-list ul .prize:nth-child(4n) {
    background: url('/static/topic_template/template_hufu/images/4th-prize.png') no-repeat center/100%;
}

.awards .prize-list ul .prize .item {
    font-size: .32rem;
    line-height: .45rem;
    font-weight: 600;
}

.awards .prize-list ul .prize .money {
    margin-top: .05rem;
    font-size: .36rem;
    line-height: .5rem;
    font-weight: 600;
}

.awards .prize-list ul .prize:nth-child(4n+1) .money {
    color: #FF7500;
}

.awards .prize-list ul .prize:nth-child(4n+2) .money {
    color: #59636E;
}

.awards .prize-list ul .prize:nth-child(4n+3) .money {
    color: #88421B;
}

.awards .prize-list ul .prize:nth-child(4n) .money {
    color: #0061FF;
}

.awards .prize-list ul .prize .num {
    position: absolute;
    bottom: .34rem;
    right: .35rem;
    font-size: .3rem;
    line-height: .42rem;
}

@media screen and (max-width: 768px) {
    .awards {
        background: #0A012C none;
        min-height: auto;
    }

    .awards .container {
        display: none;
    }

    .awards .bonus {
        top: 1.67rem;
    }

    .awards .bonus-pool {
        margin-top: .5rem;
    }

    .awards .container-m {
        display: block;
    }

    .awards .container-m .prize-type {
        display: -ms-flexbox;
        display: flex;
        margin-top: .5rem;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        font-size: .36rem;
        line-height: .5rem;
        font-weight: 600;
        color: #fff;
    }

    .awards .container-m .prize-type li {
        padding: 0 .1rem .3rem;
    }

    .awards .container-m .prize-type li.active {
        border-bottom: .04rem solid #002AFF;
    }

    .awards .prize-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }

    .awards .prize-list ul {
        display: none;
    }

    .awards .container-m .prize-list ul.active {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: .12rem;
        gap: .12rem;
    }

    .awards .prize-list ul .prize {
        width: 3.48rem;
        padding: .25rem .21rem;
    }

    .awards .prize-list ul .prize .num {
        bottom: .29rem;
        right: .21rem;
    }
}
.arrange {
    min-height: 5.28rem;
    background: #000 url('/static/topic_template/template_hufu/images/arrange-bg.png') no-repeat top/100%;
}

.arrange .subtitle {
    margin-top: .32rem;
    font-size: .18rem;
    line-height: 1.75;
    color: #fff;
    text-align: center;
}

.arrange .flow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: .36rem;
}

.arrange .flow .time-point {
    width: 1.47rem;
    position: relative;
}

@media screen and (min-width: 769px) {
    .arrange .flow .time-point:not(:first-child) {
        margin-left: 1.2rem;
    }

    .arrange .flow .time-point:not(:first-child)::before {
        content: '';
        display: inline-block;
        position: absolute;
        top: .495rem;
        left: -1.28rem;
        background: url('/static/topic_template/template_hufu/images/fluorescence-line.png') no-repeat center/100% 100%;
        width: 1.36rem;
        height: .39rem;
    }
}

.arrange .flow .time-point .node {
    display: -ms-flexbox;
    display: flex;
    background: url('/static/topic_template/template_hufu/images/time-wrap.png') no-repeat center/100% 100%;
    height: 1.38rem;
    font-size: .18rem;
    line-height: 1.75;
    font-weight: 600;
    color: #fff;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.arrange .flow .time-point:hover .node {
    background: url('/static/topic_template/template_hufu/images/time-current-wrap.png') no-repeat center/100% 100%;
}

.arrange .flow .time-point .time {
    margin-top: .04rem;
    font-size: .18rem;
    line-height: 1.75;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.arrange .flow .time-point .desc {
    margin-top: .1rem;
    font-size: .16rem;
    line-height: 1.75;
    color: #fff;
    text-align: center;
    opacity: .6;
}

.arrange .flow .time-point:hover .time,
.arrange .flow .time-point:hover .desc {
    color: #00B2FF;
}

@media screen and (max-width: 768px) {
    .arrange {
        height: auto;
        background: #0A012C none;
    }

    .arrange .subtitle {
        margin-top: .3rem;
        font-size: .24rem;
    }

    .arrange .flow .time-point {
        width: 1.66rem;
    }

    .arrange .flow .time-point:not(:nth-child(3n+1)) {
        margin-left: .72rem;
    }

    .arrange .flow .time-point:not(:nth-child(3n+1))::before {
        content: '';
        display: inline-block;
        position: absolute;
        top: .58rem;
        left: -1.04rem;
        background: url('/static/topic_template/template_hufu/images/fluorescence-line.png') no-repeat center/100% 100%;
        width: 1.36rem;
        height: .39rem;
    }

    .arrange .flow .time-point .node {
        background: url('/static/topic_template/template_hufu/images/time-wrap-m.png') no-repeat center/100% 100%;
        height: 1.55rem;
        font-size: .24rem;
    }

    .arrange .flow .time-point:hover .node {
        background: url('/static/topic_template/template_hufu/images/time-current-wrap-m.png') no-repeat center/100% 100%;
    }

    .arrange .flow .time-point .time {
        margin-top: .14rem;
        font-size: .24rem;
    }

    .arrange .flow .time-point .desc {
        margin: .17rem 0 .5rem;
        font-size: .21rem;
    }

}
.instruction {
    background: #000 url('/static/topic_template/template_hufu/images/instruction-rule-bg.png') no-repeat top/100%;
}

.instruction .container {
    margin-top: .43rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.instruction .container .items li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 2.44rem;
    padding: .25rem 0;
    font-size: .18rem;
    line-height: 1.75;
    color: #fff;
    text-align: left;
    -ms-flex-align: center;
        align-items: center;
    background-color: #000;
    cursor: pointer;
    padding-left: .8rem;
}

.instruction .container .items li .icon {
    position: absolute;
    left: .24rem;
    display: block;
    width: .36rem;
    height: .3rem;
}

/* 循环使用icon */
.instruction li:nth-child(5n+1) .icon {
    background: url('/static/topic_template/template_hufu/images/rules-icon-1.png') no-repeat center/auto 100%;
}

.instruction li:nth-child(5n+2) .icon {
    background: url('/static/topic_template/template_hufu/images/rules-icon-2.png') no-repeat center/auto 100%;
}

.instruction li:nth-child(5n+3) .icon {
    background: url('/static/topic_template/template_hufu/images/rules-icon-3.png') no-repeat center/auto 100%;
}

.instruction li:nth-child(5n+4) .icon {
    background: url('/static/topic_template/template_hufu/images/rules-icon-4.png') no-repeat center/auto 100%;
}

.instruction li:nth-child(5n) .icon {
    background: url('/static/topic_template/template_hufu/images/rules-icon-5.png') no-repeat center/auto 100%;
}

.instruction .container .items li .arrow {
    background: url('/static/topic_template/template_hufu/images/arrow-white.png') no-repeat center/100% 100%;
    position: absolute;
    right: .19rem;
    width: .22rem;
    height: .16rem;
    display: none;
}

.instruction .container .items li.active,
.instruction .container .items li:hover {
    background-color: #002AFF;
}

.instruction .container .items li.active .arrow,
.instruction .container .items li:hover .arrow {
    display: block;
}

.instruction .container .detail li {
    width: 13rem;
    height: 100%;
    padding: .21rem .22rem;
    font-size: .16rem;
    line-height: 1.75;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    display: none;
}

.instruction .container .detail li * {
    font-size: .16rem;
    line-height: 1.75;
}

.instruction .container .detail li p:not(:first-child) {
    margin-top: .1rem;
}

.instruction .container .detail li.active {
    display: block;
}

.instruction .container-m {
    display: none;
}

@media screen and (max-width: 768px) {
    .instruction .container {
        display: none;
    }

    .instruction .container-m {
        margin-top: .5rem;
        display: block;
        color: #fff;
    }

    .instruction .container-m .items {
        padding: .22rem .78rem;
        font-size: .24rem;
        line-height: 1.5;
    }

    .instruction .container-m .items .icon {
        display: block;
        position: absolute;
        left: .24rem;
        width: .38rem;
        height: .32rem;
    }

    .instruction .container-m li.active .items {
        background-color: #002AFF;
    }

    .instruction .container-m .detail {
        display: none;
        padding: .4rem .3rem;
        border: 1px solid rgba(255, 255, 255, .2);
        font-size: .24rem;
        line-height: 1.75;
    }

    .instruction .container-m .detail li p:not(:first-child) {
        margin-top: .1rem;
    }
}
.final-list {
    background: #000 url('/static/topic_template/template_hufu/images/final_list-bg.png') no-repeat top/100%;
}

.final-list .team .team-type {
    margin-top: .4rem;
    font-size: .24rem;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
}

.final-list .team .team-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: .4rem .2rem;
    gap: .4rem .2rem;
    margin-top: .15rem;
    padding-top: .3rem;
    border-top: .01rem solid rgba(151, 151, 151, .65);
}

.final-list .team .team-list .team-info {
    color: #fff;
    overflow: hidden;
}

.final-list .team .team-list .team-info .name {
    font-size: .18rem;
    line-height: 1.5;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.final-list .team .team-list .team-info .org {
    margin-top: .1rem;
    font-size: .16rem;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 特邀战队 */
.final-list .team.invited .team-list {
    grid-template-columns: repeat(3, 1fr);
}

.final-list .team.invited .team-list .team-info {
    display: -ms-flexbox;
    display: flex;
}

.final-list .team.invited .team-list .team-info .logo {
    width: .85rem;
    height: .9815rem;
    margin-right: .2rem;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
            clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.final-list .team.invited .team-list .team-info .name {
    margin-top: .2rem;
    font-size: .18rem;
    line-height: 1.5;
    font-weight: 600;
}

.final-list .team.invited .team-list .team-info .org {
    margin-top: .1rem;
    font-size: .16rem;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .final-list {
        background-image: none;
    }

    .final-list .team .team-type {
        margin-top: .4rem;
        font-size: .36rem;
        font-weight: 500;
    }

    .final-list .team .team-list {
        grid-template-columns: repeat(2, 1fr);
        margin-top: .2rem;
        padding-top: .4rem;
    }

    .final-list .team .team-list .team-info .name {
        font-size: .28rem;
        max-width: 3.44rem;

    }

    .final-list .team .team-list .team-info .org {
        margin-top: .2rem;
        font-size: .24rem;
        max-width: 3.44rem;
    }

    /* 特邀战队 */
    .final-list .team.invited .team-list {
        grid-template-columns: 1fr;
    }

    .final-list .team.invited .team-list .team-info .logo {
        width: 1.09rem;
        height: 1.25rem;
    }

    .final-list .team.invited .team-list .team-info .name {
        margin-top: .18rem;
    }
}
.committee {
    background: #07052b url('/static/topic_template/template_hufu/images/committee-bg.png') no-repeat top/100%;
}

.committee .swiper-container-wrap {
    margin-top: .42rem;
}

.committee .sub-title {
    font-size: .24rem;
    line-height: .33rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: .2rem;
}

.committee .swiper-container .item {
    position: relative;
}

.committee .swiper-container .item img {
    width: 100%;
    height: 3.6rem;
    background-color: #fff;
}

.committee .swiper-container .item .expert-info {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    min-height: 1rem;
    padding: .12rem .2rem;
}

.committee .swiper-container .item .expert-info .expert-name {
    font-size: .18rem;
    line-height: 1.75;
    font-weight: 500;
    color: #fff;
    margin-bottom: .03rem;
}

.committee .swiper-container .item .expert-info .expert-title {
    font-size: .16rem;
    line-height: 1.75;
    color: #fff;
}

.committee .swiper-nav {
    display: -ms-flexbox;
    display: flex;
    margin-top: .4rem;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    z-index: 1;
}

.committee .swiper-nav .button-prev,
.committee .swiper-nav .button-next {
    width: .32rem;
    height: .32rem;
    cursor: pointer;
}

.committee .swiper-nav .button-prev:hover,
.committee .swiper-nav .button-next:hover {
    background-color: #002585;
}

.committee .swiper-nav .button-prev {
    background: #0032B4 url('/static/topic_template/template_hufu/images/arrow-blue-l.svg') no-repeat center/30%;
}

.committee .swiper-nav .button-next {
    background: #0032B4 url('/static/topic_template/template_hufu/images/arrow-blue-r.svg') no-repeat center/30%;
}

.committee .swiper-nav .pagination {
    width: auto;
    margin: 0 .15rem;
    font-size: .16rem;
    color: #FFF;
    text-align: center;
}

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

    .committee {
        background: #0D0036 none;
        min-height: 8rem;
    }

    .committee .sub-title {
        font-size: .36rem;
        line-height: .5rem;
    }

    .committee .swiper-container .item .expert-info {
        position: relative;
        padding: .2rem 0;
        background: 0;
    }

    .committee .swiper-container .item .expert-info .expert-name {
        font-size: .28rem;
        line-height: .4rem;
        margin-bottom: .1rem;
    }

    .committee .swiper-container .item .expert-info .expert-title {
        font-size: .24rem;
        line-height: .4rem;
    }

    .committee .swiper-nav {
        margin-top: 0;
        -ms-flex-pack: center;
            justify-content: center;
    }

    .committee .swiper-nav .button-prev,
    .committee .swiper-nav .button-next {
        width: .48rem;
        height: .48rem;
    }

    .committee .swiper-nav .pagination {
        margin: 0 .24rem;
        font-size: .24rem;
    }
}
.video {
    background-color: #0B0134;
}

.video .content {
    padding: .8rem 0;
}

.video .video-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: .135rem .24rem;
    gap: .135rem .24rem;
    height: 7.02rem;
    padding: .27rem .2rem;
    background-color: #1D1D1D;
}

.video .video-list .item {
    background-color: pink;
    background: no-repeat center/100% 100%;
}

.video .video-list .item>img {
    width: 100%;
    height: 100%;
}

.video .video-list .item:first-child {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 4;
    background-color: lightblue;
}

.video .video-list .item:nth-child(2) {
    background-color: lightseagreen;
}

.video .video-list .item:nth-child(3) {
    background-color: lightsalmon;
}

.video .video-list .item:nth-child(4) {
    background-color: lightgray;
}

.video .video-list .item .mask {
    display: none;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    cursor: pointer;
}

.video .video-list .item .mask .icon {
    display: block;
    background: url('/static/topic_template/template_hufu/images/video-player.png') no-repeat center/100% 100%;
    width: .89rem;
    height: .89rem;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.video .video-list .item:nth-child(n+2) .mask .icon {
    width: .48rem;
    height: .48rem;
}

.video .video-list .item:hover .mask {
    display: block;
}

@media screen and (max-width: 768px) {
    .video {
        background-color: #000;
    }

    .video .content {
        padding: .5rem 0;
    }

    .video .video-list {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 3.9825rem 1.935rem;
        grid-gap: .3rem .2rem;
        gap: .3rem .2rem;
        height: auto;
        padding: 0;
        background-color: #000;
    }

    .video .video-list .item:first-child {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        background-color: lightblue;
    }

    .video .video-list .item:nth-child(n+4) {
        display: none;
    }

    .video .video-list .item .mask {
        display: block;
        background-color: transparent;
    }
}
.review {
    background-color: #0B0134;
}

.review .content {
    padding-bottom: .3rem;
}

.review .year {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5.08rem, 1fr));
    grid-gap: .2rem;
    gap: .2rem;
    color: #fff;
}

.review .year>li {
    padding: .11rem;
    font-size: .18rem;
    line-height: .24rem;
    text-align: center;
    border: .01rem solid #2E3A72;
    cursor: pointer;
}

.review .year>li:hover,
.review .year>li.active {
    background-color: #002AFF;
    border: .01rem solid #002AFF;
}

.review .container {
    background: #0A012C url('/static/topic_template/template_hufu/images/review-bg.png') repeat top/100%;
    width: 100%;
    position: relative;
}

.review .container .item {
    padding: .4rem 0 .6rem;
    text-align: center;
    overflow: hidden;
    display: none;
}

.review .container .item.active {
    display: block;
}

.review .container .item video,
.review .container .item img {
    width: 10.24rem;
    height: 5.76rem;
    position: relative;
}

.review .container .mask {
    display: -ms-flexbox;
    display: flex;
    width: 10.26rem;
    height: 5.76rem;
    position: absolute;
    top: .4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(0, 0, 0, .4);
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.review .container .mask.transparent {
    background-color: transparent;
}

.review .container .mask .btn-group {
    display: grid;
    grid-gap: .24rem;
    gap: .24rem;
}

.review .container .mask .btn-group .btn {
    display: -ms-flexbox;
    display: flex;
    padding: 0 .18rem .04rem .43rem;
    font-size: .16rem;
    line-height: .44rem;
    color: #1D1D1D;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
}

.review .container .mask .btn-group .btn.play {
    background: url('/static/topic_template/template_hufu/images/video-play.png') no-repeat center/100% 100%;
}

.review .container .mask .btn-group .btn.goto {
    background: url('/static/topic_template/template_hufu/images/video-goto.png') no-repeat center/100% 100%;
}

.review .container .mask .btn-group .btn.play:hover {
    background: url('/static/topic_template/template_hufu/images/video-play-hover.png') no-repeat center/100% 100%;
    color: #FFF;
}

.review .container .mask .btn-group .btn.goto:hover {
    background: url('/static/topic_template/template_hufu/images/video-goto-hover.png') no-repeat center/100% 100%;
    color: #FFF;
}

.review .container .mask .btn-group .btn.goto:hover>a {
    color: #FFF;
}

.review .container .mask .btn-group .btn.goto>a {
    color: inherit;
}

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

    .review {
        background-color: #0A012C;
    }

    .review .content {
        padding-bottom: .4rem;
    }

    .review .year {
        grid-template-columns: repeat(auto-fit, minmax(2.22rem, 1fr));
    }

    .review .year>li {
        padding: 0;
        font-size: .28rem;
        line-height: .66rem;
    }

    .review .container {
        width: 7.08rem;
        margin: 0 auto;
        padding-bottom: 1rem;
        background-image: none;
    }

    .review .container .item {
        padding: 0;
    }

    .review .container .item video,
    .review .container .item img {
        width: 100%;
        height: auto;
    }

    .review .container .mask {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, -.5rem);
                transform: translate(0, -.5rem);
        background-color: transparent;
    }

    .review .container .mask .btn-group {
        display: grid;
        grid-gap: .24rem;
        gap: .24rem;
    }

    .review .container .mask .btn-group .btn {
        padding: 0 .31rem .08rem .63rem;
        font-size: .24rem;
        line-height: .69rem;
    }

}
.final-result {
    background-color: #000
}

.final-result .year {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5.08rem, 1fr));
    grid-gap: .2rem;
    gap: .2rem;
    color: #fff;
}

.final-result .year>li {
    font-size: .18rem;
    line-height: .46rem;
    text-align: center;
    border: .01rem solid #2E3A72;
    cursor: pointer;
}

.final-result .year>li:hover,
.final-result .year>li.active {
    background-color: #002AFF;
    border: .01rem solid #002AFF;
}

.final-result .year>li.active {
    font-weight: 500;
}

.final-result .result {
    margin-top: .4rem;
    padding: .3rem .3rem .5rem;
    background-color: #1D1D1D;
}

.final-result .result .year-match {
    display: none;
}

.final-result .result .year-match.active {
    display: block;
}

.final-result .result .matches {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: .16rem;
    line-height: .22rem;
    color: #fff;
}

.final-result .result .matches .match {
    padding-bottom: .1rem;
    cursor: pointer;
}

.final-result .result .matches .match:not(:first-child) {
    margin-left: .5rem;
}

.final-result .result .matches .match:hover,
.final-result .result .matches .match.active {
    font-weight: 500;
    color: #00B2FF;
    border-bottom: .01rem solid #00B2FF;
}

.final-result .result .winner-list .match-year {
    display: none;
}

.final-result .result .winner-list .match-year.active {
    display: block;
}

.final-result .result .winner-list .winner {
    color: #fff;
}

.final-result .result .winner-list .winner .prize {
    margin-top: .4rem;
    padding-bottom: .1rem;
    font-size: .18rem;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: .01rem solid #333333;
}

.final-result .result .winner-list .winner .teams {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: .2rem;
    gap: .2rem;
    padding-top: .2rem;
}

.final-result .result .winner-list .winner .teams .team-info {
    display: -ms-flexbox;
    display: flex;
    /* margin-top: .2rem; */
}

.final-result .result .winner-list .winner .teams .team-info>img {
    width: .85rem;
    height: .9815rem;
    margin-right: .2rem;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
            clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.final-result .result .winner-list .winner .teams .team-info .name {
    margin-top: .2rem;
    font-size: .18rem;
    line-height: 1.5;
    font-weight: 600;
}

.final-result .result .winner-list .winner .teams .team-info .org {
    margin-top: .1rem;
    font-size: .16rem;
    line-height: 1.5;
}

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

    .final-result {
        background-color: #0A012C;
    }

    .final-result .year {
        grid-template-columns: repeat(auto-fit, minmax(2.22rem, 1fr));
        grid-gap: .2rem;
        gap: .2rem;
        color: #fff;
    }

    .final-result .year>li {
        font-size: .28rem;
        line-height: .66rem;
        border: .01rem solid #2E3A72;
    }

    .final-result .result {
        border: .01rem solid #2E3A72;
        background-color: #0A012C;
    }

    .final-result .result .matches {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        font-size: .36rem;
        line-height: .5rem;
    }

    .final-result .result .matches .match:hover,
    .final-result .result .matches .match.active {
        font-weight: 600;
        color: #00B2FF;
        border-bottom: .04rem solid #00B2FF;
    }

    .final-result .result .winner-list .winner .prize {
        margin-top: .36rem;
        padding-bottom: .18rem;
        font-size: .32rem;
    }

    .final-result .result .winner-list .winner .teams {
        grid-template-columns: 1fr;
        grid-gap: .3rem;
        gap: .3rem;
        padding-top: .3rem;
    }

    .final-result .result .winner-list .winner .teams .team-info>img {
        width: 1.09rem;
        height: 1.25rem;
    }

    .final-result .result .winner-list .winner .teams .team-info .name {
        font-size: .28rem;
    }

    .final-result .result .winner-list .winner .teams .team-info .org {
        font-size: .24rem;
        margin-top: .05rem;
    }
}
.responsibility .rules {
    padding: .4rem;
    font-size: .16rem;
    line-height: 1.75;
    color: #1D1D1D;
    background-color: rgba(189, 193, 212, .2);
    letter-spacing: .01rem;
}

@media screen and (max-width: 768px) {
    .responsibility .rules {
        padding: 0;
        font-size: .24rem;
        line-height: .48rem;
        background-color: #fff;
    }
}
.instruction_bulletin {
    background-color: #000;
}

.instruction_bulletin .container {
    margin-top: .43rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.instruction_bulletin .container .items li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 7.72rem;
    padding: .13rem .25rem .13rem .2rem;
    font-size: .16rem;
    line-height: 2;
    color: #fff;
    -ms-flex-align: center;
        align-items: center;
    background-color: #000;
    cursor: pointer;
}

.instruction_bulletin .container .items li .date {
    min-width: .84rem;
}

.instruction_bulletin .container .items li .news-title {
    margin-left: .2rem;
    max-width: 5.8rem;
}

.instruction_bulletin .container .items li span {
    background: url('/static/topic_template/template_hufu/images/arrow-white.png') no-repeat center/100% 100%;
    position: absolute;
    right: .25rem;
    width: .22rem;
    height: .16rem;
    display: none;
}

.instruction_bulletin .container .items li.active,
.instruction_bulletin .container .items li:hover {
    background-color: #002AFF;
}

.instruction_bulletin .container .items li.active span,
.instruction_bulletin .container .items li:hover span {
    display: block;
}

.instruction_bulletin .container .detail li {
    width: 7.72rem;
    min-height: 2.88rem;
    padding: .21rem .22rem;
    font-size: .16rem;
    line-height: 1.75;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .6);
    display: none;
}

.instruction_bulletin .container .detail li.active {
    display: block;
}

.instruction_bulletin .container-m {
    display: none;
}

@media screen and (max-width: 768px) {
    .instruction_bulletin .container {
        display: none;
    }

    .instruction_bulletin .container-m {
        display: block;
        margin-top: .5rem;
        color: #fff;
    }

    .instruction_bulletin .container-m .items {
        padding: .24rem;
        font-size: .3rem;
        line-height: .42rem;
        font-weight: 500;
    }

    .instruction_bulletin .container-m li.active .items {
        background-color: #002AFF;
    }

    .instruction_bulletin .container-m .detail {
        display: none;
        padding: .3rem .2rem;
        font-size: .24rem;
        line-height: .48rem;
        border: 1px solid rgba(255, 255, 255, .2);
    }
}
.news {
  background: #0B0134;
}

.news .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: .2rem;
          grid-column-gap: .2rem;
          column-gap: .2rem;
  grid-row-gap: .3rem;
  row-gap: .3rem;
}

.news .list-item img {
  width: 100%;
  height: 2.72rem;
  display: block;
}

.news .list-item .link {
  font-size: .18rem;
  line-height: 1.8;
  font-weight: 400;
  color: #FFFFFF;
  margin: .2rem 0;
  display: block;
}

.news .list-item .link:hover {
  color: #00B2FF;
}

.news .list-item .time {
  display: block;
  font-size: .16rem;
  font-weight: 400;
  color: #FFFFFF;
  opacity: .65;
}

@media screen and (max-width: 768px) {
  .news .news-list {
    margin-top: .5rem;
    grid-template-columns: 1fr;
    grid-gap: .4rem;
    gap: .4rem;
  }

  .news .list-item img {
    height: 3.78rem;
  }

  .news .list-item .link {
    margin-top: .3rem 0 .1rem;
    font-size: .28rem;
    line-height: .4rem;
  }

  .news .list-item .time {
    font-size: .24rem;
    line-height: .4rem;
  }

}
.news-college {
  background: #0B0134;
}

.news-college .content {
  position: relative;
}

.news-college .list-item {
  width: 5.08rem;
  margin-right: .2rem;
  margin-bottom: .3rem;
  overflow: hidden;
}

.news-college .list-item:nth-of-type(3) {
  margin-right: 0;
}

.news-college .list-item img {
  width: 100%;
  height: 2.72rem;
  display: block;

}

.news-college .list-item .link {
  font-size: .18rem;
  font-weight: 400;
  color: #FFFFFF;
  margin: .2rem 0;
  display: block;
}
.news-college .list-item .link:hover {
  color: #00B2FF;
}

.news-college .list-item .time {
  display: block;
  font-size: .16rem;
  font-weight: 400;
  color: #FFFFFF;
  opacity: .65;
}

.news-college .swiper-pager {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: .1rem;
  bottom: .4rem;
  height: .32rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 1.29rem;
}

.news-college .swiper-pager .button-prev,
.news-college .swiper-pager .button-next {
  width: .32rem;
  height: .32rem;
  background: #0032B4 url('/static/topic_template/template_hufu/images/arrow-blue-l.svg') no-repeat center/30%;
  cursor: pointer;
}

.news-college .swiper-pager .button-prev:hover,
.news-college .swiper-pager .button-next:hover {
  background-color: #002585;
}

.news-college .swiper-pager .button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.news-college .swiper-pager .pagination {
  font-size: .16rem;
  font-weight: 400;
  color: #FFFFFF;
  width: .65rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .news-college .swiper-pager {
    display: none;
  }

  .news-college .swiper-container {
    overflow: hidden;
    height: 4.2rem;
  }

  .news-college .news-list {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .news-college .list-item {
    width: 3.37rem;
    margin-right: 0;
  }

  .news-college .list-item img {
    height: 1.8rem;
  }

  .news-college .list-item .link {
    font-size: .28rem;
    line-height: .4rem;
  }

  .news-college .list-item .time {
    font-size: .24rem;
  }
}
.organization .org-list {
  margin-top: .4rem;
}

.organization .org-list h3 {
  font-size: .24rem;
  line-height: 1.5;
  font-weight: 600;
  color: #1D1D1D;
  margin-bottom: .1rem;
}

.organization .org-list.text-list .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: .22rem;
  gap: .22rem;
  margin-top: .2rem;
}

.organization .org-list.text-list .item {
  font-size: .16rem;
  line-height: 1.75;
  color: #1D1D1D;
}

.organization .org-list.pic-list .items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.organization .org-list.pic-list .item {
  border: 1px solid #DBE1FF;
}

@media screen and (min-width: 769px) {
  .organization .org-list.pic-list .item:not(:nth-child(6n+1)) {
    border-left: none;
  }

  .organization .org-list.pic-list .item:nth-child(n+7) {
    border-top: none;
  }
}

.organization .org-list .item img {
  display: block;
  width: 100%;
  height: .95rem;
}

@media screen and (max-width: 768px) {
  .organization .org-list h3 {
    font-size: .3rem;
  }

  .organization .org-list.text-list .items {
    display: block;
  }

  .organization .org-list.text-list .item {
    display: block;
    font-size: .24rem;
    margin-top: .25rem;
  }

  .organization .org-list.pic-list .items {
    grid-template-columns: repeat(3, 1fr);
  }

  .organization .org-list .item img {
    height: .87rem;
  }

  .organization .org-list.pic-list .item:not(:nth-child(3n+1)) {
    border-left: none;
  }

  .organization .org-list.pic-list .item:nth-child(n+4) {
    border-top: none;
  }

}
.cooperate-college {
  position: relative;
}

.cooperate-college .org-list {
  margin-top: .54rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cooperate-college .org-list h3 {
  font-size: .24rem;
  font-weight: 600;
  color: #1D1D1D;
  line-height: .33rem;
  margin-bottom: .08rem;
  width: 100%;
}

.cooperate-college .org-list .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cooperate-college .pic-list .items {
  border-top: 1px solid #DBE1FF;
  border-left: 1px solid #DBE1FF;
}

.cooperate-college .pic-list .item {
  width: 2.6rem;
  border-right: 1px solid #DBE1FF;
  border-bottom: 1px solid #DBE1FF;
  font-size: .16rem;
  line-height: .95rem;
  text-align: center;
  color: #000;
}

.cooperate-college .org-list .item img {
  width: 100%;
  height: .95rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .cooperate-college .org-list h3 {
    font-size: .3rem;
  }

  .cooperate-college .pic-list .item {
    width: 2.353rem;
    line-height: .87rem;
  }

  .cooperate-college .org-list .item img {
    height: .87rem;
  }
}
.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;
}

.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 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 {
  display: -ms-flexbox;
  display: flex;
  margin-top: .21rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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 0;
  }

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

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

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

  .bottom .feedback .items .detail .title {
    font-size: .28rem;
  }

  .bottom .feedback .items .detail .desc {
    margin-top: .2rem;
    font-size: .24rem;
  }

  .bottom .links-codes .codes {
    position: static;
    margin-top: .6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }

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

  .bottom .links-codes .codes .items:nth-child(2n) {
    margin-left: .5rem;
  }

  .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: block;
  }

  .bottom .links-codes .links p {
    font-size: .28rem;
    font-weight: 500;
    color: #fff;
  }

  .bottom .links-codes .links .link-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .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: 1.08rem;
  }

  .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;
  }
}
.dialog .mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .44);
    z-index: 2;
}

.dialog .warn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 5.2rem;
    background-color: #fff;
}

.dialog .warn .dialog-title {
    display: -ms-flexbox;
    display: flex;
    padding: .18rem .25rem;
    font-size: .18rem;
    line-height: .25rem;
    font-weight: 600;
    border-bottom: .01rem solid #F0F0F0;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.dialog .warn .dialog-title p {
    word-break: break-all;
    max-width: 4.4rem;
}

.dialog .warn .dialog-title .close {
    background: url('/static/topic_template/template_hufu/images/dialog-close.png') no-repeat center/auto 100%;
    width: .16rem;
    height: .16rem;
    cursor: pointer;
    transition-duration: .3s;
}

.dialog .warn .dialog-title .close:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.dialog .warn .dialog-content {
    padding: .2rem .25rem .25rem;
    font-size: .16rem;
    line-height: .32rem;
    color: #1D1D1D;
    height: 1.73rem;
    overflow-x: hidden;
    overflow-y: scroll;

}

.dialog .warn .dialog-content .text {
    word-break: break-all;
}

.dialog .warn .dialog-content .subtitle {
    line-height: .22rem;
    margin-bottom: .1rem;
}

.dialog .warn .dialog-buttons {
    display: -ms-flexbox;
    display: flex;
    direction: rtl;
    padding: .2rem .25rem;
    font-size: .16rem;
    line-height: .22rem;
    border-top: .01rem solid #F0F0F0;
}

.dialog .warn .dialog-buttons p {
    min-width: 1.26rem;
    padding: .09rem .3rem;
    text-align: center;
    border-radius: .02rem;
    border: .01rem solid #D9D9D9;
    cursor: pointer;
}

.dialog .warn .dialog-buttons p:first-child {
    color: #fff;
    background-color: #00B2FF;
    border: none;
    margin-left: .2rem;
}
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  z-index: 10;
  display: none;
}

.video-popup .video-play-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: .04rem solid #fff;
  height: 4.43rem;
  background: #000;
}

.video-popup .video-play-box video {
  height: 100%;
  object-fit: contain;
}

.video-popup .close-video {
  width: .4rem;
  height: .4rem;
  position: absolute;
  top: -.04rem;
  right: -.45rem;
  cursor: pointer;
}
.video-popup .close-video img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .video-popup .video-play-box{
    height: 4.2rem;
  }
  .video-popup .close-video{
    top: -.4rem;
    right: -.05rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {

    /* nav */
    .navigation .special {
        font-size: .18rem;
    }

    /* 赛程安排 */
    .arrange .subtitle {
        font-size: .2rem;
    }

    .arrange .flow .time-point .node {
        font-size: .2rem;
    }

    .arrange .flow .time-point .time {
        font-size: .2rem;
    }

    .arrange .flow .time-point .desc {
        margin-top: .1rem;
        font-size: .18rem;
        line-height: 1.75;
        color: #fff;
        text-align: center;
        opacity: .6;
    }

    /* 赛事通告 */
    .instruction_bulletin .container .items li {
        font-size: .2rem;
    }

    .instruction_bulletin .container .detail li {
        font-size: .18rem;
    }

    /* 赛事新闻 */
    .news .list-item .link {
        font-size: .2rem;
    }

    .news .list-item .time {
        font-size: .18rem;
    }

    /* 高校报道 */
    .news-college .list-item .link {
        font-size: .2rem;
    }

    .news-college .list-item .time {
        font-size: .18rem;
    }

    /* 专家委员会 */
    .committee .swiper-container .item .expert-info .expert-name {
        font-size: .2rem;
    }

    .committee .swiper-container .item .expert-info .expert-title {
        font-size: .18rem;
    }

    /* 大赛亮点 */
    .image-swiper-highlights .swiper-item h5 {
        font-size: .2rem;
    }

    /* 大赛组织 */
    .organization .org-list.text-list .item {
        font-size: .18rem;
    }

    /* 赛事规则说明 */
    .instruction .container .items li {
        padding-left: .7rem;
        font-size: .2rem;
    }

    .instruction .container .detail li * {
        font-size: .18rem;
    }

    /* 晋级名单 */
    .final-list .team .team-list .team-info .name {
        font-size: .2rem;
    }

    .final-list .team .team-list .team-info .org {
        font-size: .18rem;
    }

    .final-list .team.invited .team-list .team-info .name {
        font-size: .2rem;
    }

    .final-list .team.invited .team-list .team-info .org {
        font-size: .18rem;
    }

    /* 决赛效果 */
    .final-result .year>li {
        font-size: .2rem;
    }

    .final-result .result .matches {
        font-size: .18rem;
    }

    .final-result .result .winner-list .winner .teams .team-info .name {
        font-size: .2rem;
    }

    .final-result .result .winner-list .winner .teams .team-info .org {
        font-size: .18rem;
    }

    /* 往届回首 */
    .review .year>li {
        font-size: .2rem;
    }

    /* 约束与责任 */
    .responsibility .rules {
        font-size: .18rem;
    }

    /* 底部 */
    .bottom .feedback .items .detail .title {
        font-size: .18rem;
    }

    .bottom .feedback .items .detail .desc {
        font-size: .18rem;
        margin-top: 0;
    }

    .bottom .links-codes {
        font-size: .18rem;
    }

    .bottom .links-codes .links {
        font-size: .18rem;
    }

    .bottom .links-codes .codes .items p {
        font-size: .18rem;
    }

    /* common */
    .content>.more {
        font-size: .18rem;
    }

    /* 新闻列表 */
    .news-list .list .items .news .hot-news .hot {
        font-size: .18rem;
    }

    .news-list .list .items .news .hot-news .title {
        font-size: .2rem;
    }

    .news-list .list .items .news .hot-news .hot-icon {
        width: .16rem;
        min-width: .16rem;
        height: .18rem;
    }

    .news-list .list .items .news .info {
        padding: .16rem 0;
        font-size: .18rem;
    }

    .news-list .list .items .news .brief {
        font-size: .18rem;
    }

    /* 新闻详情页 */
    .news-detail .detail-title .subtitle {
        font-size: .18rem;
    }

    .news-detail .content {
        font-size: .18rem;
    }

    .news-detail .content h1,
    .news-detail .content h2,
    .news-detail .content h3 {
        font-size: .22rem;
    }

    .news-detail .content h4,
    .news-detail .content h5 {
        font-size: .2rem;
    }
}<!--耗时1777236088.9329秒-->