/* CSS Document */
::-webkit-scrollbar-track-piece {
    background-color: rgba(154, 0, 26,.2);
  }
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(154, 0, 26,.5);
    border-radius: 50px;
  }
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  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;
    position: relative;
    background-color: #F4EDDD;
  }
  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;
  }
  a{
    color: #333;
  }
  a:hover {
    color: #9A001A;
    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;
  }
  .uk-container{
    width: 1200px;
  }
  .Main{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #FFF;
    min-height: 100vh;
  }
  header{
    height: 300px;
    background: #000;
  }
  nav{
    height: 44px;
    background: linear-gradient(180deg, #B6475A 0%, #9A151A 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    li{
    margin: 0 11px;
      a{
      color: #FFF;
      display: inline-block;
      padding: 7px 20px;
      border-radius: 5px;
      font-weight: bold;
        &:hover{
        color: #9A001A;
        background: linear-gradient(180deg, #FEF0DA 0%, #FFFFFF 100%);
        font-weight: bold;
      }
        &.active{
        color: #9A001A;
        background: linear-gradient(180deg, #FEF0DA 0%, #FFFFFF 100%);
        font-weight: bold;
      }
    }
  }
  }
  .TabLi{
    height: 41px;
    border-bottom: 1px #ddd solid;
    position: relative;
    li{
    display: inline-block;
    &.uk-active{
      a{
        color: #FFF;
        background: linear-gradient(180deg, #B6475A 0%, #9A151A 100%);
        font-weight: bold;
      }
    }
      a{
      display: inline-block;
      padding: 6px 15px;
      border-radius: 5px;
      background: linear-gradient(180deg, rgba(182, 71, 90, 0.3) 0%, rgba(154, 21, 26, 0.1) 100%);
        &:hover{
        color: #FFF;
        background: linear-gradient(180deg, #B6475A 0%, #9A151A 100%);
      }
    }
  }
}
.listind li{
  padding: 5px 0;
  border-bottom: 1px #ddd dashed;
  overflow: hidden;
  a{
    font-size: 14px;
    display: block;
    width: calc(100% - 55px);
    float: left;
  }
  span{
    float: right;
    color: #ccc;
    width: 52px;
    text-align: right;
  }
}
.TatleT{
  height: 40px;
  line-height: 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.03) 100%);
  span{
    background: linear-gradient(180deg, #B6475A 0%, #9A151A 100%);
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #FFF;
  }
}
.TatleB{
  height: 40px;
  line-height: 40px;
  background: linear-gradient(180deg, rgba(182, 71, 90, 0.03) 0%, rgba(182, 71, 90, 0.2) 100%);
  span{
    border-bottom: 2px solid #9A001A;
    font-size: 16px;
    height: 40px;
  line-height: 40px;
    font-weight: bold;
    display: block;
    color: #9A001A;
  }
}
.TatleBx{
  height: 40px;
  line-height: 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 1) 100%);
}
.Class{
  background: #9A001A;
  border-radius: 12px;
  h2{
    font-size: 16px;
    color: #FFF;
    padding: 5px 0 13px 0;
    text-align: center;
  }
  ul{
    background: #FFF;
    border-radius: 8px;
    padding:15px 20px;
    li{
      padding: 7px 0;
      position: relative;
      &:before{
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background: #9A001A;
        border-radius: 50%;
      }
      a{
        display: block;
        padding-left:18px;
      }
      &.hover{
        a{
          color: #9A001A;
          font-weight: bold;
        }
      }
    }
  }
}
.viewP{
  line-height: 32px;
  font-size: 16px;
  p{
    padding: 10px 0;
  }
  strong{
    color: #9A001A;
  }
  table{
    width: 100%;
    td{
      padding:8px;
      border:1px #DDD solid
    }
  }
  .ke-zeroborder{
    td{
      padding:12px !important;
      border: none !important;
    }
  }
}
.viewPx{
  line-height: 32px;
  font-size: 16px;
  p{
    padding: 5px 0;
  }
  strong{
    color: #9A001A;
  }
  table{
    width: 100%;
    td{
      padding:8px;
      border:1px #DDD solid
    }
  }
  .ke-zeroborder{
    td{
      padding:12px !important;
      border: none !important;
    }
  }
}
.list{
  li{
    overflow: hidden;
    padding:8px 5px;
    border-bottom: 1px #ddd dashed;
    a{
      float: left;
      width: calc(100% - 120px);
      position: relative;
      padding-left: 13px;
      &:before{
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background: #9A001A;
        border-radius: 50%;
      }
    }
    span{
      float: right;
      color: #ccc;
      width: 120px;
      text-align: right;
    }
  }
}
.page-num{
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  margin: 0 3px;
  background: #eee;
  display: inline-block;
}
.page-num-current{
  background: #9A001A;
  color: #FFF;
  font-weight: bold;
}
footer{
  border-top: 3px #9A001A solid;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}