.det_list{display: flex;justify-content: flex-start;flex-flow: wrap;}
.det_list li{width: 24.5%;position: relative;margin-right: 0.5%;margin-bottom: 10px;cursor: pointer;}
.det_list li:nth-child(4n-0){margin-right: 0;}
.det_list li .list_model{position: absolute;top: 10px;right: 10px;display: flex;color: #fff;background: rgba(0,0,0,0.5);border-radius: 4px;padding: 8px 10px;}
.det_list li .list_model p{padding: 0 4px;border-right: 1px solid #fff;line-height: 14px;}
.det_list li .list_model p:last-child{border-right: none;}
.det_list li .list_con{width: 100%;height: 50px;position: absolute;bottom: 0;left: 0;background: url(../images/list_bt.png) no-repeat;background-size: 100% 100%;color: #fff;padding:0 10px;border-left: 8px solid #B79359;}
.det_list li .list_con h3{height: 20px;font-size: 16px;margin: 4px 0;font-weight: normal;}
.det_list li .list_con .list_txt{height: 16px;font-size: 12px;}

/*弹窗*/
.picPop{width:100%;height:100%;position: fixed;left:0px;top:0px;background: rgba(0,0,0,0.5);display: none;z-index: 1;}	
.picPop .popCon{width:900px;height:620px;background-color: #F6EFE4; padding:50px;position: absolute;left:50%;top:50%;margin-top:-310px;margin-left:-450px;}
.picPop .popCon .popClose{width:25px;height:25px;cursor: pointer; background:url(../images/yj_close.png) no-repeat center; position: absolute;right:10px;top:10px;}
.picPop .popCon .titCon{width:100%;height:auto;text-align: center;font-size:24px;color:#b8945b;padding:0px 10px;}
.picPop .popCon .authorinfo{width:100%;height:auto;text-align: center;font-size:14px;margin-top:5px;color:#fff;}
.picPop .popCon .picBox{width:100%;height:450px;margin-top:30px;overflow-y: auto; text-align: center;}
.picPop .popCon .picBox img{width:auto;max-width: 100%;}
.picPop .popCon .picBox .pop_txt{color: #000;margin-top: 20px;text-align: left;padding: 0 50px;}
.picPop .popCon .picBox	.get_btn{width: 120px;height: 35px;line-height: 35px;text-align: center;margin: auto;border: 1px solid #b8945b;border-radius: 4px;color: #b8945b;background:#fff;margin-top: 30px;cursor: pointer;display: inline-block;}
.picPop .popCon .picBox	.get_btn i{width:25px;height: 35px;background-position: -476px -76px;}
.pop{width: 100%;position: relative;}
.pop_swp{width: 87%;}
.pop_swp img{height: 100%;max-width: 100%;}
.pop .swiper-button-prev, .swiper-container-rtl .swiper-button-next{background: url(../images/arr_left.png) no-repeat;}
.pop .swiper-button-next, .swiper-container-rtl .swiper-button-prev{background: url(../images/arr_right.png) no-repeat;}
