/* CSS Document */
:root {
  --bg-color: #f6f6f6;
  --header-bg-color: #FFF;
  --text-color:#1a1919;
  --textv-color:rgba(0,0,0,0.5);
  --left-color:#00ae6b;
  --border-color:#eee;
  --text-light-color:#FFF;
  --dow-colod:#00ae6b;
}

[data-theme='dark'] {
  --bg-color: #1a1919;
  --text-color: #f6f6f6;
  --textv-color:rgba(255,255,255,0.5);
  --header-bg-color: #131313;
  --left-color:#131313;
  --border-color:#000;
  --text-light-color:rgba(255,255,255,0.8);
  --dow-colod:#FFF;
}
  ::-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;
}
  html,body {
    margin: 0;
    padding: 0;
    font: 14px "Microsoft Yahei", "Wenquanyi Micro Hei", sans-serif;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
    /* overflow-x: hidden; */
  }
  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: #00ae6b;
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
  }
  
  ul, li, dd, dl {
    padding: 0;
    margin: 0;
    list-style: none;
  }
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4382677 */
  src: url('//at.alicdn.com/t/c/font_4382677_qfdcjar6fy.woff2?t=1766065179763') format('woff2'),
       url('//at.alicdn.com/t/c/font_4382677_qfdcjar6fy.woff?t=1766065179763') format('woff'),
       url('//at.alicdn.com/t/c/font_4382677_qfdcjar6fy.ttf?t=1766065179763') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
header{
  background-color: var(--header-bg-color);
  padding:15px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%;
  z-index: 2;
}
header img{
    height: 32px;
}
header .uk-button-primary{
    height: 32px;
    line-height: 24px;
    padding: 0 15px;
    border-radius: 4px;
}
header .Mode{
    height: 32px;
    width: 32px;
    padding: 0;
    border-radius: 32px;
    background-color: var(--text-color);
    color: #FFF;
    transition: background-color 0.5s;
    line-height: 20px;
}
header img{
    float: left;
}
header nav {
    margin-left:120px;
    float: left;
}
header nav ul li{
    display: inline-block;
    padding: 0 26px;
}
header nav ul li a{
    line-height: 32px;
    font-size: 16px;
    color: #666;
    position: relative;
}
header nav ul li.uk-active a{
    color: #00ae6b;
}
header nav ul li.uk-active a::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 2px;
    top:25px;
    background: #00ae6b;
    border-radius: 10px;
}
.mt{
  padding:15px 20px;
  text-align: center;
  background-color: var(--header-bg-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.mt .mtBut{
  height: 32px;
  border: #ccc 1px solid;
  background-color: var(--header-bg-color);
  border-radius: 4px;
  width: 32px;
  cursor: pointer;
}
.menu {
    width: 220px;
    position: fixed;
    left: 0px;
    top: 82px;
    bottom: 20px;
    box-sizing: border-box;
}
.menu .ClaLi {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
}
.menu .ClaLi::-webkit-scrollbar-track-piece {
    background-color: var(--header-bg-color);
  }
.menu .ClaLi::-webkit-scrollbar-thumb {
    background-color: var(--left-color);
    border-radius: 4px;
  }
.menu .ClaLi::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
.ClaLi ul{
  padding:0 20px;
}
.ClaLi li a{
  padding: 9px 0 9px 15px;
  display: block;
  margin: 6px 0;
}
.ClaLi li i{
  margin-right: 5px;
}
.ClaLi li.uk-active{
  background-color: var(--header-bg-color);
  border-radius: 4px;
}
.ClaLi li.uk-active a{
  color: #00ae6b;
}
.RightLi{
  padding:20px 20px 0 250px;
  overflow: auto;
}
.RightLi::-webkit-scrollbar-track-piece {
    background-color: var(--header-bg-color);
  }
.RightLi::-webkit-scrollbar-thumb {
    background-color: var(--left-color);
    border-radius: 4px;
  }
.RightLi::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  /* .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  grid-template-rows: auto;
} */
.Card{
    background-color: var(--header-bg-color);
    box-shadow: 0px 14px 20px -10px rgba(0, 0, 0, 0.06);
    padding: 20px;
    position: relative;
    top: 0;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}
.Card img{
    width: 34px;
    height: 34px;
    border-radius: 34px;
}
.Card h5{
    padding-bottom: 3px;
    color: var(--text-color);
}
.Card:hover{
    background-color: var(--header-bg-color);
    box-shadow: 0px 18px 24px -15px rgba(0, 0, 0, 0.1);
    top: -2px;
}
.CardDow{
  width: 340px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.CardDow div{
  background-color: var(--header-bg-color);
  box-shadow: 0px 14px 20px -10px rgba(0, 0, 0, 0.06);
  padding: 50px 0;
  border-radius: 5px;
}
.CardDow div span{
  color: #00ae6b;
  font-weight: bold;
  padding: 0 5px;
}
.indexBg{
  border-radius: 10px;
  background: var(--header-bg-color) url(../img/ro_bg.png) no-repeat top center;
  background-size: cover;
  h1{
    color: var(--text-color);
  }
  .Update{
    display: flex;
    justify-content: center;
    div{
      display: inline-block;
      font-size: 14px;
      color: #666;
      margin:0 auto;
      background: var(--bg-color);
      padding:7px 15px;
      border-radius: 50px;
      color:#999;
      text-align: center;
      border-top: 1px rgba(0, 0, 0, 0.05) solid;
      border-left: 1px rgba(0, 0, 0, 0.05) solid;
    }
  }
  .search{
    width:400px;
    margin: 10px auto;
    border: var(--border-color) 4px solid;
    border-radius: 6px;
    input{
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
      border: none;
      padding: 8px 10px;
      width: calc(100% - 76px);
      height: 34px;
      background: var(--header-bg-color);
    }
    button{
      width: 76px;
      height: 34px;
      border: none;
      background: #00ae6b;
      color: #FFF;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
      cursor: pointer;
      &:hover{
        background: #009959;
      }
    }
  }
  .user{
    text-align: center;
    line-height: 38px;
      color: #666;
    img{
      height: 38px;
    }
  }
}
.Weburl{
  background: var(--header-bg-color);
  border-radius: 10px;
  padding: 20px;
  .tatle{
    h2{
      color: var(--text-color);
    }
    .uk-text-right{
      span{
        background: var(--border-color);
        display: inline-block;
        padding: 3px;
        border-radius: 6px;
      }
      a{
        background: var(--bg-color);
        border-radius: 4px;
        padding: 8px 12px;
        float: left;
        &.uk-slidenav-previous{
          border-top-right-radius: 0px;
          border-bottom-right-radius: 0px;
        }
        &.uk-slidenav-previous{
          border-top-right-radius: 0px;
          border-bottom-right-radius: 0px;
          margin-right: 3px;
        }
        &.uk-slidenav-next{
          border-top-left-radius: 0px;
          border-bottom-left-radius: 0px;
        }
        svg{
          height: 16px;
          width: 8px;
        }
      }
    }
  }
}
.Webg{
  border-radius: 15px;
  line-height: 23px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  color: var(--textv-color);
  h4{
    padding-bottom: 10px;
    color: var(--text-color);
    font-weight: bold;
  }
  img{
    border-radius: 15px;
  }
  .uk-overflow-hidden{
      border-radius: 15px;
  }
  span{
    background: rgba(0,0,0,0.3);
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    margin-right: 8px;
    color: var(--text-light-color);
  }
}
.Listbg{
  background: var(--header-bg-color);
  border-radius: 10px;
  padding: 20px;
  .btn{
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 5px;
    margin-top:2px;
    display: inline-block;
  }
  .btn-info{
    background: #009959;
    color: var(--text-light-color);
    &:hover{
      background: #009959;
    }
  }
  .btn-light{
    background:var(--bg-color);
    color: var(--text-color);
    &:hover{
      background: #009959;
      color: #FFF;
    }
  }
  .tatle{
    h2{
      color: var(--text-color);
    }
  }
}
.mainBg{
  background: var(--header-bg-color);
  border-radius: 10px;
  padding: 20px;
  p{
    margin: 10px 0;
    font-size: 16px;
    line-height: 28px;
  }
  .uk-list{
    li{
      overflow: hidden;
      color: var(--textv-color);
      span{
        float: right;
        color: var(--text-color);
      }
    }
  }
}
.copy{
  background: var(--bg-color);
  border-radius: 4px;
  padding: 8px 12px;
  color: var(--textv-color);
  line-height: 22px;
  margin-top: 20px;
  font-size: 12px;
}
@media only screen and (max-width: 900px) {
  header{
    padding:15px 20px;
  }
  header nav {
    margin-left:30px;
  }
  header nav ul li{
    padding: 0 15px;
  }
  .Card{
    padding: 15px;
  }
  .search{
    width:80% !important;
  }
}
@media only screen and (max-width: 720px) {
  header nav {
    margin-left:20px;
  }
  .Card{
    padding: 10px;
  }
   .search{
    width:90% !important;
  }
}
@media only screen and (max-width: 639px) {
  .RightLi{
  padding:20px;
  overflow: auto;
}
 .search{
    width:100% !important;
  }
}