/*
添加人：jiaiqiu
时间：20180105
版本：1.0
描述：手机商城首页导航图标样式
*/
.floor-title, .floor-title a {
    font-size: 15px;
    color: white;
}

.index-nav {
    height: 190px;
    padding-bottom: 0;
}

.ptb-1 { padding: 0; }

.text-c { text-align: center; }

.index-nav a {
    color: #222222;
    font-size: 14px;
    margin-top: 0;
}

.con_nav_list { }

.con_nav_item {
    width: 20%;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
}

.con_nav_item a {
    text-decoration: none;
    width: 100%;
    display: block;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

.con_nav_item .div-icon {
    border-radius: 15px;
    width: 53px;
    height: 53px;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

.index-menu-text { font-size: 12px; }

.nav-iconfont {
    font-size: 32px !important;
    color: white;
}