.contBox {
    width: 1200px;
    margin: 0 auto;
}

.sensorHeader {
    border-bottom: 1px solid #eb783f;
    line-height: 48px;
}

.sensorHeader h3 {
    font-size: 18px;
    font-weight: bold;
    color: #eb783f;
}

.sensorHeader .senSpec span {
    border-left: 1px solid #333;
    padding-left: 10px;
    padding-right: 10px;
}

.sensorHeader .senSpec span:first-child {
    border-left: none;
}

.sensorFloor {
    background-color: #fff;
}

.sensorFloor .sensorImg {
    width: 340px;
    height: 565px;
}

.sensorFloor .sensorImg img {
    width: 100%;
    height: 100%;
    display: block;
}

.sensorFloorUl {
    width: 860px;
    height: 565px;
    overflow: hidden;
}

.sensorFloorUl li {
    width: 214px;
    height: 282px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    float: left;
    text-align: center;
}

.sensorFloorUl .senGoods {
    width: 214px;
    height: 214px;
    display: block;
    cursor: pointer;
}

.sensorFloorUl .senGoods img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.sensorFloorUl .senName {
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sensorFloorUl .senName a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.sensorFloorUl .senPrice {
    color: #e45050;
    font-size: 18px;
    font-weight: bold;
}