.floor_title {
    width: 482px;
    height: 43px;
    line-height: 43px;
    background: url(../images/r309/floor_title_back.png) no-repeat;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    margin: 10px auto;
    text-align: center;
}

/* 楼层单个商品内容 */
.floor-goods-item22 {
    width: 252px;
    height: 303px;
    background: #EAFCFF;
    border-radius: 10px;
    float: left;
    overflow: hidden;
    margin: 40px 64px 0 0;
}

.floor-goods-item22 > a {
    display: block;
    width: 252px;
    height: 252px;
    overflow: hidden;
}
.floor-goods-item22 .goods-pic {
    width: 252px;
    height: 252px;
    overflow: hidden;
}

.floor-goods-item22 .floor-goods-con22 {
    width: 252px;
    height: 51px;
    overflow: hidden;
    text-align: center;
}

.floor-goods-item22 .googs-price {
    height: 18px;
    line-height: 18px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FF5800;
    margin-top: 16px;
    overflow: hidden;
}

.floor-goods-item22 .googs_pricebtn{
    height: 18px;
    line-height: 18px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FF5800;
    margin-top: 16px;
    display: none;
}

.floor-goods-item22:hover .googs-price{
    display: none;
}

.floor-goods-item22:hover .googs_pricebtn{
    display: block;
}

/* 楼层商品最后两个样式 */
.floor-goods-itemlast22{
    width: 580px;
    height: 160px;
    background: #EAFCFF;
    border-radius: 10px;
    overflow: hidden;
    margin: 40px 40px 0 0;
    float: left;
}

.floor-goods-itemlast22 > a {
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    float: left;
    margin: 20px;
}

.floor-goods-itemlast22 .goods-pic {
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.floor-goods-itemlast22 .floor-goods-con22 {
    width: 420px;
    height: 100%;
    overflow: hidden;
    float: left;
    padding-right: 20px;
}

.floor-goods-itemlast22 .googs-title {
    width: 100%;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    overflow: hidden;
    margin-top: 30px;
}

.floor-goods-itemlast22 .googs-price {
    height: 14px;
    line-height: 14px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B61313;
    margin-top: 20px;
    overflow: hidden;
}

.floor-goods-itemlast22 .floor_learn_more {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FF5800;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    float: right;
    margin-top: 30px;
}


