@charset "utf-8";
#mobile-menu-1001 {
    display: none;
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 20px 0 0 0;
    border-bottom: 1px solid #f5f5f5;
}

#mobile-menu-1001 .col {
    width: 20%;
}

#mobile-menu-1001 dl {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#mobile-menu-1001 dl dt {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 5px;
}

#mobile-menu-1001 dl dt a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
}

#mobile-menu-1001 dl dt a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: bottom;
    color: #ffffff;
}

#mobile-menu-1001 dl dd {
    width: 100%;
    height: 16px;
    line-height: 16px;
    text-align: center;
    overflow: hidden;
}

#mobile-menu-1001 dl dd a {
    font-size: 10px;
}

@media screen and (max-width: 1240px) {
    #mobile-menu-1001 {
        display: block;
    }
}