.km-index-header {
    position: fixed;
    width: 100%;
    z-index: 100;
    min-height: 1.1733333333rem;
    color: #fff;
    font-size: .3733333333rem;
    background-color: #de92d4;
    -webkit-box-shadow: 0 0 .2666666667rem 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 .2666666667rem 0 rgba(0,0,0,.2);
    box-shadow: 0 0 .2666666667rem 0 rgba(0,0,0,.2)
}
.km-index-header .head{
    line-height: 1.1733333333rem;
}
.km-index-header .left{
    display: inline-block;
    font-size: 0.427rem;
    margin-left: 0.267rem;
}
.km-index-header .left a{
    color: #ffffff;
}
.km-index-header .right{
    display: inline-block;
    float: right;
    position: relative;
    margin-right: 0.267rem;
}
.km-index-header .right .search-input{
    width: 5.333rem;
    outline: none;
    box-sizing: border-box;
    border-radius: 25px;
    border: #ffffff 1px solid;
    padding: 0.133rem 0.267rem;
    font-size: 0.32rem;
}
.km-index-header .right .search-icon{
    position: absolute;
    right: 0.267rem;
    width: 0.533rem;
    height: 0.533rem;
    top: 0.32rem;
    background-image: url("../images/search-home.png");
    background-repeat: repeat;
    background-size: 0.533rem;
}
.km-index-article{
    flex: 1;
    margin-top: 1.1733333333rem;;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f5f5f5;
    position: relative;
}
.km-index-footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0.2666666667rem 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 .2666666667rem 0 rgba(0,0,0,.2);
    box-shadow: 0 0 0.2666666667rem 0 rgba(0,0,0,.2);
    z-index: 100;
}
.km-index-footer .footer-nav{
    display: flex;
    height: 1.3733333333rem;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.km-index-footer .footer-nav li{
    flex: 1;
}

.km-index-footer .footer-nav .active a{
    color: #de92d4;
}
.km-index-footer .footer-nav a{
    display: inline-block;
    height: 100%;
}

.km-index-footer .footer-nav .title{
    height: .32rem;
    padding: 0 0 .1333333333rem;
    font-size: .2666666667rem;
}
.icon-home{
    display: block;
    width: .8rem;
    height: .8rem;
}