.guestContainer {
    width: 100%;
    background: #fff;
    margin-top: 49px;
    margin-bottom: 40px;
}

.guestContainer > p:nth-child(1) {
    width: 1200px;
    margin: auto;
    margin-bottom: 16px;
}

.guestContainer > p:nth-child(1) > a {
    display: inline-block;
}

.guestContainer > p:nth-child(1) > a {
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}

.guestContainer > p:nth-child(1) > a:nth-child(1) {
    background: rgba(240, 240, 240, 1);
}

.guestGoodsContent {
    width: 1200px;
    margin: auto;
    min-height: 267px;
}

.guestGoodsBox {
    width: 190px;
    height: 267px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(240, 240, 240, 1);
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.guestGoodsContent > .guestGoodsBox:last-child {
    margin: 0;
}

.guestGoodsBox > img {
    width: 188px;
    height: 188px;
}

.guestGoodsBox > p {
    text-align: center;
}

.guestGoodsBox > p:nth-child(2) {
    width: 170px;
    font-size: 14px;
    color: #666;
    margin: 11px auto 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.guestGoodsBox > p:nth-child(3) {
    color: #FF0036;
    font-size: 16px;
}

.guestGoodsBox > p:nth-child(3) > b {
    font-size: 12px;
}
