.sh {
    padding-bottom: 50px;
}

.shop_list h3 {
    text-align: left;
    font-weight: 400;
    font-size: 19px;
}

#alls2, #alls {
    width: 15px;
    height: 15px;
    margin: 0;
    display: block;
    float: left;
    margin-top: 2.5px;
    margin-right: 5px;
}

    #alls + label, #alls2 + label {
        font-weight: 300;
        float: left;
    }

.list_header {
    padding: 30px 0;
    text-align: center;
}

label, input[type="checkbox"] {
    cursor: pointer;
}

.shop-list li a {
    display: block;
    width: 100%;
}

    .shop-list li a img {
        max-height: 80px;
        max-width: 80px;
        line-height: 0;
        display: table-cell;
        float: left;
    }

.shop-list1 {
    border: .5px solid #bbc5b5;
    margin: 10px 0;
    overflow: hidden;
}

    .shop-list1 a {
        display: block;
        overflow: hidden;
        height: 100%;
    }

    .shop-list1 li a > p {
        width: calc(100% - 100px);
        display: inline-block;
        margin-top: 5px;
        font-size: 13px;
        color: #000;
        font-weight: 300;
        float: left;
        line-height: normal;
        margin-left: 5px;
    }

    .shop-list1 p {
        color: #919191;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        overflow: hidden;
        font-size: 12px;
        text-align: left;
    }

    .shop-list1 > li {
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: center;
        height: 30px;
        line-height: 25px;
        cursor: pointer;
    }

        .shop-list1 > li.fist > input {
            float: right;
            width: 15px;
            height: 15px;
        }

        .shop-list > li.fist {
            margin-top: 30px;
            height: 20px;
        }
  
.shop-list {
    border: .5px solid #bbc5b5;
    margin: 10px 0;
    overflow: hidden;
}

    .shop-list a {
        display: block;
        overflow: hidden;
        height: 100%;
    }

    .shop-list li a > p {
        width: calc(100% - 100px);
        display: inline-block;
        margin-top: 5px;
        font-size: 13px;
        color: #000;
        font-weight: 300;
        float: left;
        line-height: normal;
        margin-left: 5px;
    }

    .shop-list p {
        color: #919191;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        overflow: hidden;
        font-size: 12px;
        text-align: left;
    }

    .shop-list > li {
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: center;
        height: 90px;
        line-height: 90px;
        cursor: pointer;
    }

        .shop-list > li.fist > input {
            float: right;
            width: 15px;
            height: 15px;
        }

        .shop-list > li.fist {
            margin-top: 30px;
            height: 20px;
        }

    .shop-list .txtPROD_CNT {
        float: none;
        border-radius: none !important;
        border: 1px solid #ccc !important;
        border-left: none !important;
        border-right: none !important;
        padding: 2px !important;
        text-align: center;
    }

/*.shop-list .btn.btn-default.fc, .shop-list .btn.btn-default.lc {
                height: 30px !important;
                border-radius: 5px 0 0 5px;
                width: 30px;
                padding: 4px 5px;
                text-align: center;
                border: 1px solid #ccc;
                outline: none !important;
            }

            .shop-list .btn.btn-default.lc {
                border-radius: 0 5px 5px 0;
            }

            .shop-list .btn.btn-default:hover, .shop-list .btn.btn-default:focus {
                background: none;
                border: 1px solid #ccc;
            }*/

.pice > span {
    color: #f40;
}

.goods_num {
    color: #f40;
    font-size: 18px;
    font-weight: 400;
    padding: 0 5px;
}

.goods_pice {
    font-size: 22px;
    color: #f40;
}

.plays {
    overflow: hidden;
    background: #e5e5e5;
    margin: 20px 0 15px 0;
    cursor: pointer;
}

    .plays > li {
        height: 50px;
        line-height: 50px;
    }

.alls {
    margin-top: 17.5px !important;
}

.play_money {
    background: #524f4f;
}

    .play_money:hover {
        background: #ea806d;
    }

a.jie {
    color: #fff;
}

h3 > li > a.fan {
    font-size: 13px;
    font-weight: 300;
}

    h3 > li > a.fan:hover {
        text-decoration-line: underline;
    }

div.inputs {
    display: block !important;
    line-height: 80px;
    height: 80px;
}

@media screen and (min-width:768px) and (max-width:1050px) {
    .shop-list li a > p {
        width: 44% !important;
    }
}

@media screen and (min-width:1051px) and (max-width:1200px) {
    .shop-list li a > p {
        width: 50% !important;
    }
}

@media screen and (max-width:768px) {
    /*¶àÐÐÊ¡ÂÔ*/
    .shop-list p {
        color: #919191;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        overflow: hidden;
        font-size: 12px;
        text-align: left;
    }


    .txtPROD_CNT {
        height: 20px;
        line-height: 20px;
    }


    .shop-list li:nth-child(4) {
        line-height: 0;
    }

    .shop-list li:nth-child(3), .shop-list li:nth-child(4), .shop-list li:nth-child(5) {
        text-align: left;
        height: auto;
        line-height: normal;
    }

    span.cars {
        float: left;
    }

    span.num_ks.visible-xs {
        height: 20px;
        line-height: 20px;
        color: #000;
    }

    div .input-group {
        line-height: normal;
        height: auto !important;
    }

    @media screen and (max-width:740px) {
        .plays > li:nth-child(2), .plays > li:nth-child(3) {
            line-height: normal;
        }

            .plays > li:nth-child(2) > span:nth-child(1) {
                font-size: 10px;
            }
    }

    .shop-list > li:nth-child(4), .shop-list > li:nth-child(1), .shop-list > li:nth-child(2) {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }

    main.center > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    div.inputs {
        height: auto !important;
    }

    .shop-list > li:nth-child(2) a > p {
        height: 70px;
    }
}
