.ks-padding {
  padding: 0 1rem;
}
.container{

}
.ks-header {
  padding: 1rem;
  .ks-trade-icon {
    float: left;
    width: 10%;
    height: 2rem;
    line-height: 2rem;
    img {
      max-height: 100%;
      vertical-align: middle;
    }
  }
  .ks-search {
    position: relative;
    width: 80%;
    background: rgba(240, 240, 240, 1);
    height: 2.4rem;
    border-radius: 3rem;
    z-index: 1;
    .search_sub {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -0.75rem;
      left: 15%;
      width: 1.5rem;
      height: 1.5rem;
      background: url("../images/search.png") no-repeat center;
      background-size: auto 70%;
      z-index: 10;
    }
    .search-text {
      min-width: 50%;
      background: rgba(240, 240, 240, 1);
      line-height: 2.4rem;
      font-size: 0.8rem;
      margin: 0 auto;
      display: block;
    }
  }
}

.ks-nav {
  margin-bottom: 0.5rem;
  ul {
    li {
      display: inline-block;
      margin-right: 0.5rem;
      a {
        font-weight: bold;
        font-size: 1.1rem;
        color: rgba(51, 51, 51, 1);
      }
      &.active {
        a {
          color: #EF0202;
        }

      }
    }
  }
}

.banner_text {
  padding-left: 1.5rem;
  line-height: 2rem;
  font-size: 0.9rem;
  background-image: url("../images/message.png");
  background-repeat: no-repeat;
  background-position: left 0.6rem center;
  background-size: 3% auto;
}

.banner {
  .carousel-indicators {
    bottom: 2.5rem;
  }
}
.ks-footer-blank{
  height: 2.45rem;
  overflow: hidden;
}
.ks-footer {
  box-shadow: 0 0.3rem 0.4rem #FB6E52;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  ul {
    display: flex;
    li {
      padding-top: 0.2rem;
      color: #929699;
      text-align: center;
      font-size: 0.8rem;
      line-height: 1.3rem;
      flex: 1;
      .icon {
        width: 2rem;
        height: 2rem;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-size: 1.2rem 1.2rem;
        background-position: 50% 60%
      }
      .icon-index{
        background-image: url("../images/home.png");
      }
      .icon-find{
        background-image: url("../images/found.png");
      }
      .icon-learn{
        background-image: url("../images/learn.png");
      }
      .icon-account{
        background-image: url("../images/learn.png");
      }
      &.active {
        color: #FB6E52;
        .icon-index{
          background-image: url("../images/home_active.png");
        }
        .icon-find{
          background-image: url("../images/found_active.png");
        }
        .icon-learn{
          background-image: url("../images/learn_active.png");
        }
        .icon-account{
          background-image: url("../images/account_active.png");
        }
      }
    }
  }
}
.ks-navigation{
  ul{
    li{
      float: left;
      margin-right: 1rem;
      font-size: 1rem;
      line-height: 1.6rem;
      a{
        color:rgba(51,51,51,1);
      }
      &.active{
       a{
         color:rgba(251,110,82,1);
       }
      }
    }
  }
}
.ks-navigation-twin{
  margin-top: 1rem;
  position: relative;
  padding-right: 3rem;
  ul{
    li{
      float: left;
      margin-right: 0.75rem;
      margin-bottom: 0.75rem;
      a{
        line-height: 1.5rem;
        font-size: 0.75rem;
        display: inline-block;
        padding: 0 0.75rem;
        color:rgba(119,119,119,1);
        background:rgba(246,242,246,1);
        border-radius:25px;
      }
      &.active{
        a{
          background:rgba(251,110,82,1);
          border-radius:25px;
          color:rgba(255,255,255,1);
        }
      }
    }
  }
  .screening{
    display: inline-block;
    padding-left: 1.2rem;
    font-size: 0.9rem;
    position: absolute;
    right: 1.6rem;
    top: 0;
    z-index: 1;
    background: url("../images/screening.png")no-repeat left center;
    background-size: 30% auto;
  }
}
