$font-family-S: "PingFangSC-Regular ","Microsoft YaHei";
.pc-menu-show{
    .menu-show-list{
        width: 100%;
        ul{
            li{
                display: inline-block;
                margin-right: 21px;
                margin-bottom: 26px;
                vertical-align: top;
                text-decoration: none;
                width: 100px;
                cursor: pointer;
                .menu-item-icon{
                    width:60px;
                    height:60px;
                    margin:auto;
                    border-radius: 100%;
                    display: block;
                    font-size: 24px;
                    line-height: 60px;
                    text-align: center;
                    color: #ffffff;
                    box-shadow:0 0 10px 0 rgba(0,0,0,0.10);
                    cursor: pointer;   
                    &::before{
                        color:#ffffff !important;
                    }              
                }
                .menu-item-title{
                    font-family:$font-family-S;
                    font-size:14px;
                    color:#3a4247;
                    line-height:24px;
                    text-align:center;
                    display: block;
                    cursor: pointer;  
                    width: 85px;
                    height:48px;    
                    overflow: hidden;    
                    margin: 10px auto 0px auto;                            
                }
            }
            li:nth-child(5n){
                margin-right: 0px;
            }
            .setting-menu-show{
                position: relative;
                vertical-align: top;
                .set-menu-icon{
                    width:60px;
                    height:60px;
                    border-radius: 100%;
                    display: block;
                    font-size: 24px;
                    line-height: 60px;
                    text-align: center;
                    background: #ffffff;
                    color: #CCDBE6;
                    font-weight: 900;
                    box-shadow:0 0 10px 0 rgba(0,0,0,0.10);
                    margin: auto;
                }
                .red-point{
                    position: absolute;
                    top: 5px;
                    right: 0px;
                    width: 9px;
                    height: 9px;
                    border-radius: 100%;
                    background: red;
                }
            }
        }
    }
}