.seaBtn {
    color: white;
    background-color: #009fe9
}

.menu-d {
    /* height: 50px; */
    line-height: 40px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #666;
    cursor: pointer;
    padding: 0 20px;
}

.menu-fu.active {
    color: #2186CF;
}

.menu-zi {
    padding: 0 20px;
    display: none;
}

.menu-zi.active {
    display: block;
}

.ziText {
    font-size: 13px;
}

.ziText.active {
    color: #2186CF;
}

.menu-zhan {
    float: right;
    color: #009fe9;
    font-size: 20px;
    font-weight: 500;
}

.menu-title {
    color: white;
    background-color: #009fe9;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-weight: 900;
    border-radius: 3px;
}

.lineText {
    line-height: 40px;
    border-bottom: 1px solid #eee;
    color: #2186CF;
    ;
    cursor: pointer;
    font-size: 18px;
}

.pImg {
    width: 180px;
    height: 180px;
    margin: auto;
}


.Ptext{
    width:180px;
    margin:auto;
}

.p-name {
    padding: 5px 3px;
    border-bottom: 1px solid #eee;
    height: 60px;
}

.p-info {
    color: #666;
    font-size: 12px;
    padding: 5px 3px;
    border-bottom: 1px solid #eee;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pages {
    margin: 20px auto;
    text-align: center;
}

.pageBtn {
    align-items: center;
    background: #fff;
    border: 1px solid #ced3d9;
    padding: 0 15px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-right: 5px;
}

.pageBtn.active {
    background: #009fe9;
    border-color: #009fe9;
    color: #fff !important;
}

.pageBtn:hover {
    background-color: #009fe9;
    color: white !important;
}

.goods-heading {
    background-image: url(../images/products/lunbo1.jpg)
}

.goods {
    cursor: pointer;
    margin: auto;
}

.buyCar {
    color: white;
    /* float: right; */
    cursor: pointer;
    background-color: red;
    padding: 2px 5px;
    border-radius: 5px;
}

.buyCar:hover {
    background-color: rgb(255, 92, 92);
}

.shopCarTable tbody .vxe-cell {
    /* height: 102px !important;
    max-height: 102px !important;
    line-height: 100px; */
}

.numS {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
    background: red;
    color: white;
}

