/* #region tabbar开始 */
.jd-tabbar{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}
.jd-tabbar>.lists{
    display: flex;
    justify-content: space-between;
}
.jd-tabbar>.lists li{
    list-style: none;
    padding-bottom: 10px;
}
.jd-tabbar>.lists li img{
    width: 130rem;
    height: 100rem;
    display: block;
}
/* #endregion tabbar结束 */