/* CSS Document */
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  html,body {
  background-color: var(--bg-color);
  color: var(--text-color);
  transition: background-color 0.3s, color 0.3s;
}
@font-face {
  font-family: "SourceHanSerif";
  src: url("../font/SourceHanSerif.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bahnschrift";
  src: url("../font/bahnschrift.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
  .bahn {
    font-family: "bahnschrift";
    font-size: 72px;
    color: rgba(204, 204, 204, 0.2);
    position: relative;
    text-align: center;
    width: 100%;
    margin: 20px 0;
    span{
        font-family:"SourceHanSerif";
        color: #333;
        font-size: 26px;
        position: absolute;
        left: 0;
        z-index: 1;
        width: 100%;
        top: 30px;
    }
  }
  html,body {
    margin: 0;
    padding: 0;
    font-family: "SourceHanSerif", "Microsoft Yahei", "Wenquanyi Micro Hei", sans-serif;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
    overflow-x: hidden;
    color: #333;
  }
  html,body{
    position: relative;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea,
  a {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: medium !important;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: #333;
  }
  
  a:hover {
    color: #D7282A;
    text-decoration: none;
  }
  
  h1, h2, h3,h4, h5, h6, p {
    /* font-weight: normal; */
    padding: 0;
    margin: 0;
  }
  
  /* ul, li, dd, dl {
    padding: 0;
    margin: 0;
    list-style: none;
  } */
  .f18{
    font-size: 18px;
  }
  .f20{
    font-size: 20px;
  }
  .f24{
    font-size: 24px;
  }
  .f32{
    font-size: 32px;
  }
  header{
    padding: 30px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transition: all 0.2s ease-in-out;
    &.active{
        background-color: rgba(255, 255, 255, 0.9);
        padding: 15px 0;
        backdrop-filter: blur(8px);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }
    img{
        height: 54px;
    }
    ul{
        margin-top:5px;
        li{
          padding-left: 45px;
          &:nth-child(1){
            padding-left: 0;
          }
        }
        .uk-button{
            padding:0 10px;
            height: 32px;
            line-height: 32px;
            margin: 3px 0 0 5px;
            border-color: #ccc;
            &.active{
                background-color: rgba(215, 40, 42, 0.1);
                border-color: #D7282A;
                color: #D7282A;
            }
        }
    }
    ul>li>a{
        font-size: 18px;
        line-height: 42px;
        display: inline-block;
        &.active{
            color: #D7282A;
            border-bottom: 1px #D7282A solid;
            padding: 0 10px;
        }
    }
    ul>li>button{
        border-color:#D7282A !important;
        color: #D7282A !important;
    }
  }
  .ClassTab{
    margin-bottom: 30px;
    overflow: hidden;
    li{
      text-align: center;
      a{
        display: inline-block;
        line-height: 40px;
        margin: 0 25px;
        text-align: center;
        &.active{
        color: #D7282A;
        border-bottom: 1px #D7282A solid;
        padding: 0 10px;
    }
    }
      }
}
  .ClassTabN{
    margin-bottom: 30px;
    overflow: hidden;
    li{
      padding: 0;
      margin:0;
      text-align: center;
      a{
        display: inline-block;
        line-height: 40px;
        margin: 0 20px;
        text-align: center;
        
    }
    &.uk-active{
        a{
          color: #D7282A;
        border-bottom: 1px #D7282A solid;
        /* padding: 0 10px; */
        }
      }
      }
}
.ClassTabX{
    margin-bottom: 30px;
    li{
      padding: 0;
      margin:0;
      text-align: center;
      a{
        display: inline-block;
        line-height: 40px;
        padding: 0 10px;
        margin: 0 25px;
        border-bottom: 1px #FFF solid;
      }
      &.uk-active{
        a{
          color: #D7282A;
        border-bottom: 1px #D7282A solid;
        
        }
      }
    }
}
.uk-grid-column-medium>*, .uk-grid-medium>* {
    padding-left: 0px;
}
.uk-dotnav>.uk-active>*{
    background-color: #D7282A;
}
.SliBut{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    color: #FFF;
}
.AbBg{
    background: linear-gradient(180deg, #EEEEEE 0%, rgba(238, 238, 238, 0) 100%);
    .bahn{
        text-align: left;
        margin: 0;
        span{
            padding-left: 50px;
        }
    }
    p{
        padding: 5px 0;
    }
    button{
        margin-top: 20px;
        background: #D7282A;
        color: #FFF;
    }
}
.Sear{
  background: url(../img/searBg.jpg) no-repeat center top;
  background-size: 100%;
}
.TeamBg{
  background: url(../img/TeamBg.jpg) no-repeat center bottom;
  background-size: 100%;
  .TeamPage{
    a{
      border: rgba(215, 40, 42, 0.5) solid 1px;
      color: rgba(215, 40, 42, 0.5);
    }
    svg{
      max-width:70%;
    }
    .uk-slidenav{
      padding:8px 10px;
    }
    .uk-position-small{
      margin: 10px !important;
    }
  }
}
.IndNew{
  padding: 20px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  &:hover{
    .truncate{
      color: #D7282A;
    }
  }
  .day{
    font-family: "bahnschrift";
    font-size: 42px;
    font-weight: bold;
    line-height: 42px;
    color: #D7282A;
  }
  .year{
    font-family: "bahnschrift";
    color: #999;
  }
  .Txt{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
    line-height: 28px;
    color: #888;
  }
}
footer{
  background: #333;
  color: #FFF;
  a{
    color: #FFF;
  }
  .Icon{
    border: 1px rgba(255, 255, 255, 0.7) solid;
    padding: 10px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    &:hover{
      background: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 1);
      svg{
        color: rgba(255, 255, 255, 1);
      }
    }
    svg{
    width: 28px;
    height: 28px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease-in-out;
  }
  }
}
.All{
  background: #222;
  color: rgba(255, 255, 255, 0.5);
}
.ToTop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border: 1px #DDD solid;
  border-radius: 50px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  display:none;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  a{
    display: inline-block;
  }
  &.active{
    display: block;
  }
}
.MobileMenu{
  height: 44px;
  line-height: 44px;
  border: 1px solid #CCC;
  padding: 0 15px;
  margin-top:5px;
  border-radius: 3px;
  i{
    padding-top:10px;
  }
  svg{
    width: 24px;
    height: 24px;
  }
}
.uk-nav>li>a{
  font-size: 20px;
  padding: 10px 0;
}
@media (max-width:960px) {
    .ClassTab{
    li>a{
        margin: 0 15px;
    }
}
 .bahn {
    font-size: 42px;
    color: rgba(204, 204, 204, 0.2);
    margin: 20px 0;
    span{
        font-size: 22px;
        top: 11px;
    }
  }
  .Sear{
  background-size: 340%;
}
}
.View{
  p{
    padding: 5px 0 !important;
  }
}
.uk-drop{
  width: 180px !important;
  img{
    width: 100% !important;
  }
}