﻿div#Cui {
        max-width: 1300px;
        width: 100%;
        margin: 0 auto 100px;
        box-sizing:border-box;
    }

    .bannerdv img {
        width: 100%;
    }

    .ucpagecnt {
        display: flex;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }

        .ucpagecnt > div {
            flex: 0 0 calc(25% - 7.5px);
            box-sizing: border-box;
            margin-right: 10px;
            margin-bottom: 30px;
        }

            .ucpagecnt > div:nth-child(4n+4) {
                margin-right: 0;
            }

    .ucphoto img {
        width: 100%;
    }

    .csitem > a {
        display: inline-block;
        margin: 0 4px 4px 0;
    }

    .csitem img {
        width: 15px;
        height: 15px;
    }

    .csitem {
        margin-top: 10px;
        text-align: left;
    }

    .ucMername {
        margin-top: 10px;
        text-align: left;
        font-size: 12px;
    }

    .ucprice .offoprice {
        font-size: 14px;
        color: #aaa;
        margin-left: 10px;
        text-decoration:line-through;
    }

    .ucprice .offprice {
        font-size: 18px;
        color: #c30d23;
        font-weight: bold;
    }

.ucprice {
    color: #000;
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
    padding-right: 100px;
    box-sizing: border-box;
    position: relative;
}

    .sortdv > ul {
        margin: 0;
        padding: 0;
    }

    .sortdv li {
        list-style: none;
        display: inline-block;
        width: 50px;
    }

    .sortdv {
        margin: 10px 0;
        text-align: left;
    }

        .sortdv a {
            color: #000;
            font-size: 16px;
            cursor: pointer;
        }

    a.currsort {
        color: #ff8c00 !important;
    }

    .ucMername > a {
        color: #000;
        font-size: 12px;
    }

    .sortdv img {
        vertical-align: text-top;
        height: 21px;
    }

    .nohand {
        cursor: default;
    }
.spitem {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4,1fr);
}
    .spitem>div {

}
    img.tagdv {
    position: absolute;
    right: 0;
    width: 65px;
    height:21px;
    top: 1.5px;
}