﻿.pro
{
    width: 100%;
}

.pro-img
{
    width: 45%;
    height: 128px;
    display: grid;
    vertical-align: middle;
    border: 1px solid #808080;
    margin: 0 0 0 3%;
    position: absolute;
}

.pro-img img
{
    max-width: 100%;
    max-height: 125px;
}

.pro-box
{
    width: 48%;
    margin: 15px 0 0 51%;
}

.pro-box div
{
    width: 100%;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*加入购物车*/
.pro-cart
{
    width: 50%;
    margin-left: 51%;
    margin-top: 4px;
}

.pro-cart a
{
    color: white;
    background: #0080fb;
    text-decoration: none;
    padding: 2px 8px 3px 8px;
    border-radius: 2px 2px;
}

.pro-time
{
    margin-top: 12px;
    margin-left: 5%;
}

.pro-hr
{
    width: 95%;
    margin-top: 10px;
}
/*分页*/
#page
{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#page a
{
    color: white;
    background: #0080fb;
    border-radius: 3px 3px;
    text-decoration: none;
    padding: 4px 8px 4px 8px;
    margin: 0 3px 0 3px;
    display: inline-block;
}

.page
{
    width: 50px;
    margin-left: 6px;
}
