﻿.boxapp {
    width: 100%;
    margin-bottom: .75rem;
    background-color: var(--bai);
    flex-direction: column;
}

.app {
    margin: 10px 0;
}

.app_title {
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff000;
    font-weight: bolder;
}

.app ul {
    margin: 0;
    padding: 0;
}

    .app ul li {
        margin: 10px 0;
        float: left;
        width: 8.33%;
        text-align: center;
        list-style-type: none;
    }

        .app ul li img {
            margin: 0 auto;
            width: 48px;
            height: 48px;
            display: block;
            border-radius: 8px
        }

        .app ul li a {
            font: 12px/28px Tahoma,'Microsoft Yahei',Simsun;
            color: #000;
            overflow: hidden;
            white-space: nowrap;
        }

            .app ul li a:hover {
                color: #FD4C5D;
                font-weight: bolder;
            }

@media screen and (max-width:640px) {
    .app ul li {
        width: 20%
    }
}

@media screen and (min-width:768px) {
    .app {
    }
}
