@charset "UTF-8";
/* 大家都在看 */

.all_look_line {
    width: 100%;
    font-size: 1px;
    line-height: 1px;
    border-bottom: 1px solid #d0d0d0;
}
.all_look_title {
    font-size: 18px;
    color: #909090;
    width: 170px;
    text-align: center;
    margin: 40px auto -11px;
    background: #f1f1f1;
}
.all_look_list {
    margin-top: 36px;
}
.all_look_list li {
    float: left;
    background: url(/dev/product/www_v3/imgs/all_look/all_look_01.jpg) no-repeat center;
    background-size: cover;
    border-right: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.all_look_list li a {
    display: block;
    position: relative;
    height: 100px;
}
.all_look_list li a:hover {
    background: rgba(0, 0, 0, 0.3);
}
.all_look_list li a p {
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}
