.app-list {
    font-family: "微软雅黑";
}

.app-list .app-img {
    margin-top: 20px;
    padding-left: 20px;
}

.app-list .check-val {
    font-size: 12px;
    color: #7f0416;
}

.app-list .btn-color {
    background-color: rgb(128, 95, 161);
    outline: none;
    color: #FFFFFF;
    border-radius: 3.5px;
    margin-top: -2.5px;
}

.app-list .app-card-container .app-text {
    margin-bottom: 20px;
    padding-left: 20px;
}

.app-list .app-card {
    border: 1px solid #eee;
    border-radius: 5px;
    -moz-box-shadow: 2.5px 2.5px 5px #F0F0F0;
    box-shadow: 2.5px 2.5px 5px #F0F0F0;
    cursor: pointer;
    margin-bottom: 20px;
}

.app-list .app-card .card-type img {
    width: 134px;
    height: 40px;
}
.app-list .app-card .card-type img:hover{
    opacity: 0.8;
}

.app-list .app-card:hover {
    transition: all .5s;
    border: 1px solid #eee;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #F0F0F0;
    box-shadow: 5px 5px 5px #F0F0F0;
}

@media only screen and (max-width: 420px) {
    .app-list .app-img {
        margin-top: 10px;
        padding-left: 10px;
    }
    .app-list .app-card-container .app-text {
        margin-bottom: 10px;
        padding: 0px 10px 0px 10px;
    }
    .app-list .app-card {
        position: relative;
        border: 1px solid #c2c2c2;
        border-radius: 5px;
        cursor: pointer;
        margin-bottom: 10px;
        -moz-box-shadow: 2.5px 2.5px 5px transparent !important;
        box-shadow: 2.5px 2.5px 5px transparent !important;
    }
    .app-list .app-card .card-type img {
        width: 85px;
        height: 22.5px;
    }
    .app-list .istop{
        position: absolute;
        top: -60px;
    }
}<!--0.00016903877258301-->