@charset "utf-8";
#mobile-bar-1003 {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 11;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
}

#mobile-bar-1003 .col {
    width: 20%;
}

#mobile-bar-1003 .item {
    position: relative;
}

#mobile-bar-1003 .item a {
    display: block;
    width: 100%;
    height: 50px;
    color: #222222;
}

#mobile-bar-1003 .item a dl {
    width: 100%;
}

#mobile-bar-1003 .item a dl dt {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

#mobile-bar-1003 .item a dl dt i {
    display: inline;
    vertical-align: middle;
}

#mobile-bar-1003 .item a dl dd {
    width: 100%;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 8px;
}

#mobile-bar-1003 .col:nth-child(3) .item dl dt {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ff9900;
    border-radius: 25px;
    margin: -23px auto 2px auto;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

#mobile-bar-1003 .col:nth-child(3) .item dl dt i {
    display: inline;
    vertical-align: middle;
    color: #ffffff;
}

#mobile-bar-1003 .mobile-nav a i.close {
    display: none;
}

#mobile-bar-1003 .col:nth-child(3) dd {
    display: block;
}

@media screen and (min-width: 1240px) {
    #mobile-bar-1003 {
        display: none;
    }
}