/* 笔记本（屏幕宽度在1025px到1200px之间） */
@media (min-width: 1025px) and (max-width: 1200px) {
    .biconlist{
        display: flex;
        flex-direction: row;
    }
    .biconlist img{
        width: 30px;
        height: 30px;
        margin-left: 5px;
    }
    .mylist{
        max-width: 1500px;
        margin: 30px auto 0 auto;
        padding: 0 50px;
        /*width: 96%;*/
    }
    .rowt{
        display: flex;
        justify-content: space-between;
        width: 98%;
        margin: 0 auto;
        /*background: #0a0a0a;*/
    }
    .showall a{
        color: #0a0a0a;
    }
    .listicon{
        margin: 10px auto 0 auto;
        display: flex;
        flex-direction: row;
        /*justify-content: space-around;*/
        flex-wrap: wrap;
        /*background: #0b2e13;*/
    }
    .item{
        width: 120px;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content:start;
        align-content: center;
        align-items: center;
        border:1px solid #EEEEEE;
        border-radius: 10px;
        margin-top: 10px;
        margin-left: 10px;
        /*position: relative;*/
    }

    .imgitem{
        width: 40px;
        height: 40px;
        margin-top: 28px;
    }

    .imgitem img{
        width: 100%;
        height: 100%;
    }
    .itemtext{
        /*position: absolute;*/
        margin-top: 8px;
        font-size: 12px;
        color: #0a0a0a;
        /*bottom: 2px;*/
    }
}
