/*瀑布流样式*/
.picC li img{
    width:100%;
}
.picC{
    width:100%;
  	margin: 0 auto 50px;
    -webkit-column-count:4;
    -moz-column-count:4;
    column-count:4;
    -webkit-column-gap:12px;
    -moz-column-gap:12px;
    -column-gap:12px;
    list-style:none;
  	padding: 0 10px;
    box-sizing: border-box;
}   
.picC li{
    margin-top:10px;
    cursor: pointer;
  	transition: all 0.2s linear;
}
.picC li:hover{
  	/*box-shadow: 0 0 10px 5px rgba(0,0,0,.1);*/
    transform: scale(.95);
}
.picC li:first-child{
	margin-top: 0;
}
.hide_photo{
	display: none;
}
.more_look{
    width: 175px;
    height: 49px;
    background: url(../images/more_look.png);
    background-size: 100% 100%;
    margin: 0 auto 40px;
    cursor: pointer;
}
.more_look:hover{
	background: url(../images/more_looks.png);
	background-size: 100% 100%;
}
/*图片详情弹窗*/
.look_img_layer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}
.look_img_box{
	position: relative;
	width: 1020px;
	height: 100vh;
	box-sizing: border-box;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    padding: 20px;
}
.look_img_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lit_left{
    display: flex;
    align-items: center;
}
.lit_left img{
    width: 60px;
    border-radius: 50%;
    margin-right: 15px;
}
.lit_msg{
    color: #333;
}
.lit_msg p:first-child{
    font-size: 16px;
    font-weight: bold;
}
.lit_msg p:last-child{
    font-size: 12px;
    margin-top: 10px;
}
.img_size{
  	display: inline-block;
    color: #333;
    font-size: 12px;
    margin-right: 20px;
}
.img_size span{
	font-size:14px;
}
.down_load{
    background: #73a467;
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}
.look_img{
	height: 60vh;
    position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    margin: 20px 0;
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
}
.look_img img{
  	width:auto;
	height: auto;
  	max-width:100%;
  	max-height:100%;
}
.li_label{
  	width: 30%;
    margin: 0 auto;
    display: flex;
    color: #333;
    font-size: 14px;
    line-height: 20px;
  	/*align-items:center;*/
  	margin-bottom:30px;
  	flex-wrap: wrap;
}
.li_label img{
	width:18px;
  	height:18px;
  	margin-right:5px;
  	position: relative;
    top: 1px;
}
.libs{
	background: #eeeeee;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 12px;
    color: #333;
    margin-left: 10px;
  	margin-bottom:10px;
}
.li_name{
	width: 30%;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
}
.li_content{
    width: 30%;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
}
.delete_lookimg{
	width: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
/*手机端适配*/
@media screen and (max-width: 768px) {
    .picC{
      margin: 10px auto 20px;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 12px;
      -moz-column-gap: 12px;
      -column-gap: 12px;
      list-style: none;
    }
    .picC li:first-child {
      /*margin-top: 10px;*/
  	}
    .delete_lookimg{
		width:18px;
      	top:10px;
      	right:10px;
    }
    .look_img_box{
        padding-top:30px;
        overflow:auto;
    }
    .look_img_box,.li_label,.li_name,.li_content{
      	width:100%;
    }
    .look_img{
		height:50vh;
    }
  	.look_img_top > div:last-child {
        width: 50%;
    }
  	.down_load {
        background: #73a467;
        color: #fff;
        line-height: 20px;
        padding: 0 10px;
        font-size: 12px;
        border-radius: 2px;
        cursor: pointer;
      	margin-left: 8px;
    }
    .li_label{
      	margin-bottom:15px;
    }
    .img_size{
		display:block;
      	margin-bottom:2.5px;
      	margin-right: 0;
    }
    .img_size span{
      	font-size:12px;
    }
    .more_look {
        width: 109.5px;
        height: 30.5px;
      	margin: 0 auto 0px;
    }
    .look_img_top > div:last-child{
		display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
  	.cl_box{
  		display:none !important;
  	}
  	.cl_boxs{
        display: flex;
        margin-top: 15px;
        align-items: center;
        display:none;
        height:20px;
        line-height:20px;
      	width: 90%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .current_labels{
        background: #74a367;
        width: 20;
        height: 20px;
        border-radius: 50%;
        float:left;
    }
    .current_labels img{
        width: 10px;
        height: 10px;
        margin: 5px;
    }
    .current_label_texts{
        margin-left: 10px;
        font-size: 14px;
        float:left;
    }
    .current_boxs{
        float:left;
    }
    .current_boxs li{
        display: inline-block;
        line-height: 20px;
        background: #f3f3f3;
        padding: 0 8px 0 10px;
        float: left;
        margin-left: 10px;
        border-radius: 2px;
        font-size: 12px;
        color: #666;
        box-shadow: 1px 1px 5px -1px #999 inset;
        display:none;
    }
    .current_boxs li span{
        display: inline-block;
        text-align: center;
        font-size: 18px;
        position: relative;
        margin-left: 5px;
        top: 0;
        cursor: pointer;
        line-height: 20px;
    }
}