@import url('../fonts/iconfont.css');

/*图标*/
.iconfont {
    font-size: 0.45rem;
}

.jUnI-back {
    font-size: 0.38rem;
}

.iconimg {
    width: 0.48rem;
    height: 0.48rem;
    background-size: 100% !important;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

.iconimg.lg {
    width: 0.58rem;
    height: 0.58rem;
}

.iconimg.xl {
    width: 0.86rem;
    height: 0.86rem;
}






.jUnI-foot01 {
    background-image: url(../img/foot01.png);
}

.jUnI-foot02 {
    background-image: url(../img/foot02.png);
}

.jUnI-foot03 {
    background-image: url(../img/foot03.png);
}

.jUnI-foot04 {
    background-image: url(../img/foot04.png);
}

.active .jUnI-foot01 {
    background-image: url(../img/foot01_on.png);
}

.active .jUnI-foot02 {
    background-image: url(../img/foot02_on.png);
}

.active .jUnI-foot03 {
    background-image: url(../img/foot03_on.png);
}

.active .jUnI-foot04 {
    background-image: url(../img/foot04_on.png);
}