.down {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.downa {
    background: #F6F6F6;
    border-radius: .05rem;
    width: calc((100% - .31rem) / 2);
}

.downa > div {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .20rem 0;

}

.bs {
    font-size: .16rem;
}

.icon-xiazai {
    font-size: .16rem;
}

.downa:hover {
    background: #E67817;
    transition: .6s;
}

.downa:hover .bs {
    color: white;
    transition: .6s;
}

.down > div:nth-child(n+3) {
    margin-top: .30rem;

}

.downa > div > p:nth-child(2) {
    cursor: pointer;
}

@media (max-width: 768px) {

    .downa > div {
        padding: 10px 0;
    }

    .downa {
        width: 100%;
        border-radius:5px;
    }

    .bs, .icon-xiazai {
        font-size: 14px;
    }

    .down > div:nth-child(n+2) {
        margin-top: 20px;
    }


}

@media (max-width: 414px){

}

