.index-head {
    width: 100%;
    height: 4.7rem;
    padding: 0 0.46rem;
    box-sizing: border-box;
    background: url(../img/index-bg.png) no-repeat center;
    background-size: contain;
    position: relative;
}

.index-head .btn-apply {
    margin-top: 1.2rem;
    width: 2.1rem;
    height: 2.1rem;
    line-height: 2.1rem;
    color: #fff;
    display: inline-block;
    background: url(../img/icon-btn-apply.png) no-repeat center;
    background-size: contain;
}

.btn-reapply {
    width: 2.02rem;
    height: 0.46rem;
    line-height: 0.46rem;
    text-align: left;
    text-indent: 12px;
    display: inline-block;
    background: url(../img/btn-reapply.png) no-repeat center;
    background-size: contain;
    color: #fff;
    font-size: 0.28rem;
    position: absolute;
    right: 0.46rem;
    bottom: 1.24rem;
}

.index-head .apply-tips {
    width: 1.2rem;
    height: 0.44rem;
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    position: absolute;
    left: 1.32rem;
    bottom: 2.6rem;
    border-radius: 0.04rem;
}

.index-head .apply-tips.opens {
    bottom: 3.16rem;
}

.nav-li {
    padding-top: 0.35rem;
}

.nav-li li {
    display: block;
    float: left;
    /* width: 2.67rem;
    height: 1.86rem;
    box-shadow: 0 0 18px #f4f4f4;
    margin: 0.25rem 0.5rem; */
    width: 2rem;
    height: 1.86rem;
    box-shadow: 0 0 5px #ECEBEB;
    margin: 0.1rem 0.25rem;
    border-radius: 10%;
    background: rgba(245, 245, 245, 0.28);
}

.nav-li li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.nav-li li:active,
.nav-li li a:active {
    background: #ffecf1;
}

.nav-li li h3 {
    font-size: 0.32rem;
    color: #444;
}

.nav-li li i.iconfont {
    font-size: 0.78rem;
    /*margin-bottom:0.15rem;*/
    display: inline-block;
    margin-top: 0.2rem;
}

.nav-li li i.iconfont.icon-store {
    color: #ff894d;
    
}

.nav-li li i.iconfont.icon-order {
    color: #84d791
}

.nav-li li i.iconfont.icon-assets {
    color: #3ed2df;
}

.nav-li li i.iconfont.icon-data {
    color: #1196db;
}