* {
  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%
  }

}
.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;
  }
}
.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;
  }
}
.news-detail {
  text-align: center;
}
.news-detail .content {
  background: #fff;
  box-shadow: 0 0.02rem 0.09rem 0 rgba(215, 218, 236, 0.5);
  margin-top: 0.3rem;
  padding:  0.5rem 0.6rem;
  padding-bottom: 0.7rem;
}

.news-detail .detail-title {
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 0.01rem solid #C2C2C2;
}

.news-detail .detail-title .title {
  font-size: .36rem;
  line-height: .5rem;
  font-weight: 500;
  color: #1D1D1D;
  text-align: center;
}

.news-detail .detail-title .subtitle {
  display: -ms-flexbox;
  display: flex;
  margin-top: .2rem;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: .18rem;
  line-height: 1.5;
}
.news-detail .detail-title .subtitle p{
  color: #666;
}

.news-detail .detail-title .subtitle p:not(:first-child) {
  margin-left: .38rem;
}

.news-detail .subtitle .date {
  padding-left: 0.3rem;
  background: url(/static/topic_template/template_lanmaobei/images/time.png) left center no-repeat;
  background-size: 0.2rem 0.19rem;
}

.news-detail .subtitle .view-count {
  padding-left: 0.3rem;
  background: url(/static/topic_template/template_lanmaobei/images/click-icon.png) left center no-repeat;
  background-size: 0.2rem 0.19rem;
}

.news-detail .subtitle .author {
  padding-left: 0.3rem;
  background: url(/static/topic_template/template_lanmaobei/images/author-icon.png) left center no-repeat;
  background-size: 0.2rem 0.19rem;
}


.news-detail .news-content p {
  font-size: .18rem;
  line-height: 0.32rem;
  color: #1D1D1D;
  text-align: left;
  margin-bottom: 0.2rem;
}

.news-detail .news-content strong,
.news-detail .news-content b{
  font-weight: bold;
}

.news-detail .news-content em{
  font-style: italic;
}

.news-detail .news-content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.news-detail .news-content p:last-child{
  margin-bottom: 0;
}

.news-detail .news-content img:last-child{
  margin-bottom: 0;
}

.news-detail .news-content h1,
.news-detail .news-content h2,
.news-detail .news-content h3 {
  position: relative;
  padding-left: .2rem;
  font-size: .2rem;
  line-height: 2;
  font-weight: bold;
  color: #002585;
  text-indent: 0;
}

.news-detail .news-content h1::after,
.news-detail .news-content h2::after,
.news-detail .news-content h3::after {
  content: '';
  position: absolute;
  left: 0;
  top: .12rem;
  width: .09rem;
  height: .16rem;
  background: #002585;
}

.news-detail .news-content h4,
.news-detail .news-content h5 {
  font-size: .18rem;
  line-height: 2;
  font-weight: bold;
  color: #002585;
  text-indent: 0;
}

@media screen and (max-width: 768px) {
  .news-detail .content {
    background: inherit;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
    padding-top: 0.7rem;
    padding-bottom: 1rem;
  }

  .news-detail .detail-title {
    margin: 0 auto;
    width: 7.04rem;
    margin-bottom: 0.5rem;
  }

  .news-detail .detail-title .title {
    font-size: .48rem;
    line-height: .67rem;
  }

  .news-detail .detail-title .subtitle {
    font-size: .24rem;
    line-height: .33rem;
    -ms-flex-align: center;
        align-items: center;
    height: 0.33rem;
    margin-top: 0.3rem;
  }
  
  .news-detail .detail-title .subtitle label{
    display: none;
  }

  .news-detail .subtitle .date,
  .news-detail .subtitle .view-count,
  .news-detail .subtitle .author{
    padding-left: 0.44rem;
    background-size: 0.3rem 0.3rem;
  }

  .news-detail .news-content p {
    font-size: .3rem;
    line-height: .54rem;
    text-indent: 0;
  }

  .news-detail .news-content img {
    width: 100%;
    display: block;
  }

  .news-detail .news-content h1,
  .news-detail .news-content h2,
  .news-detail .news-content h3 {
    padding-left: 1em;
    font-size: .36rem;
    line-height: 2;
  }

  .news-detail .news-content h1::after,
  .news-detail .news-content h2::after,
  .news-detail .news-content h3::after {
    content: '';
    position: absolute;
    left: 0;
    top: .20rem;
    width: .16rem;
    height: .32rem;
  }

  .news-detail .news-content h4,
  .news-detail .news-content h5 {
    font-size: .32rem;
  }

  .news-detail .news-content p{
    margin-bottom: .3rem;
  }
}
.news-related {
  margin: 0.7rem 0;
}

.news-related .content {
  padding: .6rem;
  background-color: #fff;
  box-shadow: 0 0.02rem 0.09rem 0 rgba(215, 218, 236, 0.5);
}

.news-related .content>p {
  font-size: .24rem;
  line-height: .33rem;
  font-weight: 600;
  color: #015CF4;
}

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

.news-related .list .items {
  padding: .3rem 0 .2rem;
  border-bottom: .01rem solid rgba(151, 151, 151, .3);
}

.news-related .list .items .hot-news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

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

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

.news-related .list .items .info {
  display: -ms-flexbox;
  display: flex;
  margin-top: .17rem;
  color: #666;
  font-size: .18rem;
  line-height: .22rem;
  -ms-flex-align: center;
      align-items: center;
}

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

.news-related .list .items .info .date,
.news-related .list .items .info .count {
  margin-left: .15rem;
}

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

@media screen and (max-width: 768px) {
  .news-related {
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    box-shadow: 0 0 0.09rem 0 rgba(215, 218, 236, 0.5);
  }

  .news-related .content {
    padding: .7rem 0;
    box-shadow: none;
  }

  .news-related .content>p {
    font-size: .36rem;
    line-height: .5rem;
    margin-bottom: .05rem;
  }

  .news-related .list {
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 0;
  }

  .news-related .list .items {
    padding: .3rem 0;
    width: 100%;
  }

  .news-related .list .items a {
    display: block;
  }

  .news-related .list .items:last-child{
    border-bottom: none;
  }

  .news-related .list .items .hot-news .hot {
    font-size: .24rem;
    line-height: 0.33rem;
    padding: 0.04rem 0.23rem;
    border-radius: 0 .1rem 0 .1rem;
    margin-right: .2rem;
  }

  .news-related .list .items .hot-news .title {
    font-size: .32rem;
    line-height: .45rem;
    width: 69%;
  }

  .news-related .list .items .hot-news .title.has-tag {
    width: 5.44rem;
  }

  .news-related .list .items .info  {
    margin-top: .19rem;
    line-height: .29rem;
  }
  .news-related .list .items .info p{
    font-size: .22rem;
  }

  .news-related .list .items .info .date-icon,
  .news-related .list .items .info .click-icon{
    width: 0.22rem;
    height: 0.22rem;
  }

  .news-related .list .items .info .click-icon {
    margin-left: .3rem;
  }
}
@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: #F7F8FA;
}