* {
  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.64rem;
  margin: 0 auto;
  padding: 1rem 0 1.2rem;
}

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

.content>.title .title-ZH {
  font-size: .46rem;
  line-height: .65rem;
  font-weight: 600;
  color: #FFF;
}

.content>.title .title-EN {
  margin-top: .08rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: .36rem;
  line-height: .42rem;
  font-weight: 500;
  color: transparent;
  background: linear-gradient(90deg, #00FCFF 0%, #FCFE4D 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

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

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

.component-blue {
  background: linear-gradient(90deg, #0751E6 0%, #0C4BD1 100%);
}

.component-black {
  background: #020418;
}

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

.swiper-slide {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* 审查更多 */
.content .title .more {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: .18rem;
  color: #fff;
  line-height: .25rem;
  font-weight: 400;
  padding-right: 0.37rem;
}


@media screen and (min-width: 769px) {
  .content .title .more::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.27rem;
    height: 0.16rem;
    background: url('/static/topic_template/template_lanmaobei/images/more-arrow.png') no-repeat center;
    background-size: cover;
    transition: all .3s ease-in-out;
  }

  .content .title .more:hover::after{
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
  }

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

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

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .content {
    width: 7.08rem;
    padding: 1rem 0;
  }

  /* 问题 */
  .content>.title {
    text-align: left;
  }

  .content>.title .title-ZH {
    font-size: .5rem;
    line-height: .7rem;
  }

  .content>.title .title-EN {
    margin-top: .07rem;
    /* width: fit-content; */
  }

  /* 审查更多 */
  .content .title .more {
    font-size: 0.3rem;
    padding-right: 0;
    color: #fff;
    line-height: .42rem;
  }
}
.navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  height: 1.1rem;
  background: #0C1289;
}

.navigation.top {
  background: rgba(48, 113, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.navigation .content {
  position: relative;
  padding: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.navigation .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.navigation .logo img {
  width: auto;
  height: .63rem;
  display: block;
}

.navigation .nav-wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: 2.08rem;
  -ms-flex:1;
      flex:1;
}

.navigation .nav {
  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: #00FCFF;
}

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

.navigation .nav-bottons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.navigation .special {
  background: linear-gradient(90deg, #0751E6 0%, #0C4BD1 100%); 
  height: .44rem;
  line-height: .44rem;
  padding: 0 .22rem;
  font-size: .18rem;
  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 {
    background: linear-gradient(90deg, #0751E6 0%, #0C4BD1 100%);
  }
  .navigation .logo img {
    width: auto;
    height: .8rem;
  }

  .navigation .nav-wrap {
    position: absolute;
    left: -5%;
    top: 1.1rem;
    width: 110%;
    margin-left: 0;
    display: none;
    z-index: 22;
    background: #000;
    padding-bottom: 1.05rem;
  }

  .navigation .nav{
    display: block;
  }

  .navigation .nav a {
    display: block;
    height: 1rem;
    line-height: 1rem;
    font-size: .3rem;
    font-weight: 400;
    color: #fff;
    padding-left: .32rem;
    margin-right: 0;
    border-bottom: 0.01rem solid rgba(230, 230, 230, 0.2);
  }


  .navigation .special {
    height: 0.8rem;
    line-height: 0.8rem;
    width: 4.4rem;
    text-align: center;
    font-size: .28rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.6rem;
  }

  .navigation .nav-botton {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: .32rem;
    height: .31rem;
    padding: .025rem .035rem;
    background: url(/static/topic_template/template_lanmaobei/images/nav-botton.png) no-repeat center center;
    background-size: .32rem .31rem;
    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-wrap {
    display: block;
  }

  .navigation.trend {
    background: linear-gradient(90deg, #0751E6 0%, #0C4BD1 100%);
  }

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

}
.news-banner {
  position: relative;
}

.news-banner .bg {
  position: relative;
}

.news-banner .bg img {
  width: 100%;
  height: auto;
  display: block;
}

.news-banner .content-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

.news-banner .content-cover{
  height: 100%;

}

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

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


.news-banner .crumb .content {
  position: static;
  -webkit-transform: none;
          transform: none;
  display: -ms-flexbox;
  display: flex;
  height: 0.63rem;
  font-size: .18rem;
  color: #1D1D1D;
  -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_lanmaobei/images/home-icon.png') no-repeat center/100% 100%;
  width: .22rem;
  height: .19rem;
}

@media screen and (max-width: 768px) {
  .news-banner {
   
    height: auto;
  }
  .news-banner .content-wrap {
    position: static;
  }

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

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

  .news-banner .crumb {
    position: static;
    box-shadow: 0 0.02rem 0.09rem 0 rgba(215, 218, 236, 0.5);
  }

  .news-banner .crumb .content {
    font-size: .24rem;
    height: 1.14rem;
    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_lanmaobei/images/home-icon-m.png') no-repeat center/100% 100%;
    width: .4rem;
    height: .34rem;
  }
}
.list-tab {
  height: 1rem;
  box-shadow: 0 0.01rem 0.14rem 0 rgba(215, 218, 236, 0.5);
}

.list-tab .content {
  padding: 0;
  height: 100%;
}

.list-tab .tabs {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  grid-gap: 0 2.33rem;
  gap: 0 2.33rem;
  -ms-flex-pack: center;
      justify-content: center;
}

.list-tab .tabs a {
  font-size: .3rem;
  font-weight: 600;
  color: #1D1D1D;
  height: 100%;
  padding: 0 0.2rem;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.list-tab .tabs a::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.03rem;
  width: 100%;
  height: 0.03rem;
  background: transparent;
}

.list-tab .tabs a.current {
  color: #015CF4;
}

.list-tab .tabs a.current::after{
  background: #015CF4;
}
@media screen and (max-width: 768px) {
  .list-tab {
    border-bottom: .01rem solid #E8E8E8;
  }

  .list-tab .content {
    border-bottom: none;
  }
  .list-tab .tabs {
    grid-gap: 0 0.65rem;
    gap: 0 0.65rem;
  }
  .list-tab .tabs a {
    font-size: .36rem;
  }
  .list-tab .tabs a::after{
    bottom: -0.05rem;
    height: 0.05rem;
  }
}
.list-content-wrap .types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(1rem, 1fr));
  border-right: 0.01rem solid #C2C2C2;
}

.list-content-wrap .types .item {
  height: .48rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #FFFFFF;
  border: 0.01rem solid #C2C2C2;
  border-right: none;
  font-size: .18rem;
  font-weight: 400;
  color: #1D1D1D;
}

.list-content-wrap .types .item.current {
  background: #015CF4;
  border: none;
  color: #fff;
}


@media screen and (max-width: 768px) {
  .list-content-wrap .types .item {
    font-size: .32rem;
    height: 0.8rem;
  }
}
.news-list {
  background: #F7F8FA;
}

.news-list .content {
  padding-top: 0.5rem;  
  padding-bottom: 0.7rem;
}

.news-list .list {
  padding-top: 0.2rem;
}

.news-list .list .items {
  transition-duration: .3s;
}

.news-list .list .items>a {
  display: grid;
  grid-template-columns: 4.06rem 9.85rem 1.73rem;
  margin-top: .3rem;
  transition-duration: .3s;
}


.news-list .list .items .image {
  height: 2.3rem;
}

.news-list .list .items .image img {
  width: 100%;
  height: 100%;
  display: block;
}

.news-list .list .items .news .hot-news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: .28rem;
}

.news-list .list .items .news .hot-news .hot {
  font-size: .18rem;
  padding: 0.03rem 0.14rem;
  color: #fff;
  border-radius: 0 .07rem 0 .07rem;
  background: linear-gradient( 45deg, #00FEF9 0%, #015CF4 100%); 
  margin-right: .1rem;
  white-space: nowrap;
}

.news-list .list .items .news .hot-news .title {
  font-size: .18rem;
  font-weight: 600;
  color: #1D1D1D;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news-list .list .items .news .hot-news .hot-icon {
  background: url('/static/topic_template/template_lanmaobei/images/hot-icon.png') no-repeat center/100% 100%;
  width: .15rem;
  min-width: .14rem;
  height: .16rem;
  margin-left: .15rem;
}

.news-list .list .items .news {
  padding: .4rem .75rem .4rem .5rem;
  height: 2.3rem;
}

.news-list .list .items .news .info {
  display: -ms-flexbox;
  display: flex;
  padding: .2rem 0;
  -ms-flex-align: center;
      align-items: center;
  font-size: .16rem;
  line-height: 1.5;
  color: #666666;
}

.news-list .list .items .news .info .author-icon {
  background: url('/static/topic_template/template_lanmaobei/images/author-icon.png') no-repeat center/100% 100%;
  width: .15rem;
  height: .14rem;
}

.news-list .list .items .news .info .click-icon {
  background: url('/static/topic_template/template_lanmaobei/images/click-icon.png') no-repeat center/100% 100%;
  width: .15rem;
  height: .15rem;
  margin-left: .4rem;
}

.news-list .list .items .news .info p {
  margin-left: .15rem;
  font-size: 0.18rem;
  color: #666666;
}

.news-list .list .items .news .brief {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .18rem;
  line-height: 0.32rem;
  color: #666666;
}

.news-list .list .items .date {
  position: relative;
  padding: .68rem .5rem;
  color: #555555;
  text-align: center;
}

.news-list .list .items .date .line {
  position: absolute;
  left: 0;
  display: block;
  height: .94rem;
  width: .01rem;
  background-color: #C2C2C2;
}

.news-list .list .items .date .day {
  font-size: .6rem;
  line-height: .84rem;
}

.news-list .list .items .date .month {
  margin-top: -.08rem;
  font-size: .16rem;
  font-family: ArialMT;
  line-height: .18rem;
  letter-spacing: .02rem;
}

.news-list .list .items:hover {
  background: #FFFFFF;
  box-shadow: 0 0.02rem 0.05rem 0 rgba(215, 218, 236, 0.5);
}

.news-list>.content>.pager {
  margin-top: .95rem;
  /* height: .44rem; */
}

.news-list .pager .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  height: .44rem;
}

.news-list .pager .content .pager>a {
  display: inline-block;
}

.news-list .pager .content .pager>a,
.news-list .pager .content .number {
  margin-left: .05rem;
  padding: .07rem .26rem;
  font-size: .16rem;
  line-height: .28rem;
  color: #1D1D1D;
  border: .01rem solid #E1E1E1;
}


.news-list .pager .content .pager>a:hover,
.news-list .pager .laypage .pager .number.active {
  padding: .07rem .26rem;
  color: #fff;
  background-color: #015CF4;
  border: .01rem solid #015CF4;
}

.news-list .pager .laypage .des {
  margin-right: .3rem;
  line-height: .28rem;
  color: #1D1D1D;
}

.news-list .list .items .date-mobile {
  display: none;
}

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

  .news-list .list .items>a {
    grid-template-columns: 3.54rem 1fr;
    grid-column-gap: 0.3rem;
    margin-top: .3rem;
  }

  .news-list .list .items .image {
    height: auto;
  }

  .news-list .list .items .image img {
    width: 3.54rem;
    height: 2.01rem;
    display: block;
  }

  .news-list .list .items .news .hot-news .hot,
  .news-list .list .items .news .hot-news .hot-icon,
  .news-list .list .items .news .brief,
  .news-list .list .items .news .info,
  .news-list .list .items .date,
  .news-list .list .items .date-mobile {
    display: none;
  }

  .news-list .list .items .news {
    padding: 0;
    height: auto;
  }

  .news-list .list .items .news .hot-news .title {
    font-size: .3rem;
    color: #1D1D1D;
    font-weight: 400;
    line-height: .45rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .news-list .pager .content .des,
  .news-list .pager .content .pager .pager-btn {
    display: none;
  }

}
.bottom {
  background-color: #0F1319;
}

.bottom .content {
  padding-top: 0.6rem;
  padding-bottom: 0;
}


.bottom .feedback-codes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.bottom  .feedback-wrap .label{
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  opacity: 0.7;
}

.bottom .feedback {
  display: grid;
  grid-template-columns: repeat(2,3.9rem);
}

.bottom .feedback .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 0.28rem;
}

.bottom .feedback .items img {
  width: .42rem;
  height: .42rem;
  margin-right: .29rem;
}

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

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

.bottom .feedback-codes {
  padding-bottom: 0.45rem;
}

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

.bottom .feedback-codes .codes .items {
  overflow: hidden;
  margin-left: .3rem;
  text-align: center;
}

.bottom .feedback-codes .codes .items:first-child {
  width: 1.26rem;
}

.bottom .feedback-codes .codes .items:last-child {
  width: 1.7rem;
}

.bottom .feedback-codes .codes .items img {
  width: 1.26rem;
  height: 1.26rem;
  display: block;
  margin: 0 auto 0.08rem;
}

.bottom .feedback-codes .codes .items p {
  font-size: .18rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, .9);
}

.bottom .links-copyright {
  border-top: 0.01rem solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding: .7rem 0;
  padding-top: 0.45rem;
  font-size: .18rem;
  line-height: 1.75;
  color: #ADADAD;
}

.bottom .links-copyright .link-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.75;
}

.bottom .links-copyright .links span{
  font-size: 0.18rem;  
}

.bottom .links-copyright .links a {
  padding: 0 .15rem;
  color: #ADADAD;
  position: relative;
}
.bottom .links-copyright .links a::after{
  content: '';
  width: 0.01rem;
  height: 0.18rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ADADAD;
}

.bottom .links-copyright .links a:last-child::after {
  display: none;
}


.bottom .links-copyright .copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: .12rem;
}

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


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

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



  .bottom .feedback-wrap .label {
    display: none;
  } 
  
  .bottom .feedback-codes {
    display: block;
    padding-bottom: 0.6rem;
    position: relative;
  }

  .bottom .feedback-wrap {
    position: relative;
    padding-bottom: 0.4rem;
  }

  .bottom .feedback-wrap::after,
  .bottom .feedback-codes::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.3;
  }
  .bottom .feedback {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .bottom .feedback .items {
    min-width: 50%;
    text-align: left;
  }

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

  .bottom .feedback .items .detail {
    opacity: 0.9;
  }

  .bottom .feedback .items .detail .title {
    font-size: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
  }

  .bottom .feedback-codes .codes {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 0 0.5rem;
    gap: 0 0.5rem;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .bottom .feedback-codes .codes .items {
    margin-top: .5rem;
    overflow: hidden;
    margin-left: 0;
  }

  .bottom .feedback-codes .codes .items:first-child {
    width: 2rem;
  }

  .bottom .feedback-codes .codes .items:last-child {
    width: 3rem;
  }

  .bottom .feedback-codes .codes .items img {
    width: 2rem;
    height: 2rem;
    display: block;
    margin: 0 auto;
  }

  .bottom .feedback-codes .codes .items p {
    margin-top: 0.1rem;
    line-height: 1.5;
    font-size: .28rem;
    opacity: 0.7;
  }

  .bottom .links-copyright{
    padding-top: 0.4rem;
  }

  .bottom .links-copyright .link-list{
    -ms-flex-pack: left;
        justify-content: left;
  }

  .bottom .links-copyright .links a,
  .bottom .links-copyright .links span {
    font-size: 0.28rem;
  }

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

  .bottom .links-copyright .copyright p:first-child {
    margin-right: 0;
  }
}
@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;
    }
}

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