body{
    background-color: #f9f9f9;
}
.model_detail{
    margin: 20px 0 30px;
    overflow: hidden;
}
.model_detail .wrap .fl .pic{
    overflow: hidden;
    clear: both;
}
.model_detail .wrap .fl .pic .model-preview label{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    background: #1E9FFF;
    font-weight: bold;
    padding: 8px;
    font-size: 15px;
    border-radius: 2px;
    cursor:pointer;
}
.model_detail .wrap .fl .pic .hd{
    margin-top: 20px;
}
.model_detail .wrap .fl .pic .hd ul li{
    padding: 10px;
}
.model_detail .wrap .fl .pic .hd ul li .info{
    overflow: hidden;
    padding: 4px;
    height: 78px;
}
.model_detail .wrap .fl .pic .hd ul li.on .info{
    background-color: #17b0ff;
}
.model_detail .wrap .fl .pic .hd ul li .info img{
    width: 100%;
    height: 100%;
}
.model_detail .wrap .fl .pic .bd{
    overflow: hidden;
    clear: both;
}
.model_detail .wrap .fl .pic .bd ul li{
    position: relative;
    height: 560px;
}
.model_detail .wrap .fl .pic .bd ul li img{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.model_detail .wrap .fl .pic .bd  .txt_bg{
    height: 80px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.model_detail .wrap .fl .pic .bd  .txt{
    height: 80px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.model_detail .wrap .fl .pic .bd  .txt h1{
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-indent: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.model_detail .wrap .fl .pic .bd  .txt p{
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-indent: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.model_detail .wrap .fl .bottom{
    margin: 30px 0;
    background-color: #fff;
    clear: both;
    overflow: hidden;
}
.model_detail .wrap .fl .bottom .hd{
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}
.model_detail .wrap .fl .bottom .hd ul li{
    border-top: 2px solid #fff;
    cursor: pointer;
}
/* .model_detail .wrap .fl .bottom .hd ul li:nth-child(1){ */
/*     border-right: 1px solid #eee; */
/* } */
.model_detail .wrap .fl .bottom .hd ul li.on{
    border-top: 2px solid #17b0ff;
}
.model_detail .wrap .fl .bottom .bd{
    margin-top: 5px;
}
.layui-table-view{
    border: none!important;
    margin: 0!important;
}
.layui-table-cell{
    height:40px!important;
    line-height: 40px!important;
    text-align: center;
}
.layui-table-view .layui-table{
    width: 100%!important;
}

.model_detail .wrap .fl .bottom .bd .con ul li{
    padding: 15px 0 8px 5px;
    border-bottom: 1px solid #e6e6e6;
}
.model_detail .wrap .fl .bottom .bd .con ul li .left {
    position:relative;
    margin-left:25px;
    min-height:120px
}
.model_detail .wrap .fl .bottom .bd .con ul li .left .date{
    color: #999;
    font-size: 12px;
    height: 30px;
    font-style: normal;
    position:absolute;
    top:92%;
    right:2%;
}
.model_detail .wrap .fl .bottom .bd .con ul li .left .content{
    color: #333;
    font-size: 14px;
    line-height: 30px;
    font-style: normal;
    overflow: hidden;  
    display: -webkit-box;  
    -webkit-line-clamp: 2;
    min-height:60px;
    -webkit-box-orient: vertical; 
}
.model_detail .wrap .fl .bottom .bd .con ul li .right {
    min-height:120px
}
.model_detail .wrap .fl .bottom .bd .con ul li .right .image{
    margin:0 auto;
    text-align:center;
}
.model_detail .wrap .fl .bottom .bd .con ul li .right .image img{
    border-radius: 50%;
    width: 75px;
    height: 75px;
}
.model_detail .wrap .fl .bottom .bd .con ul li .right span{
    font-size: 12px;
    line-height: 30px;
    display: block;
    text-align: center;
    margrin-top:5px
}
.model_detail .wrap .fr{
    padding: 0 20px;
}
.model_detail .wrap .fr .info{
    background-color: #fff;
    padding: 15px 15px;
    overflow: hidden;
}

.model_detail .wrap .fr .user .image{
    padding-left: 1%;
}
.model_detail .wrap .fr .user .text{
    padding-left: 1%;
}
.model_detail .wrap .fr .user .text h1{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
}
.model_detail .wrap .fr .user .text p{
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
.model_detail .wrap .fr .user .tips{
    clear: both;
    padding: 10px 20px;
    background-color: #fff9f4;
    color: #ff9854;
    font-size: 13px;
    line-height: 20px;
    margin: 20px 0;
}
.model_detail .wrap .fr .user .number{
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eeeeee;
    line-height: 14px;
}
.model_detail .wrap .fr .user .number li{
    margin-bottom: 10px;
    padding-left: 5%;
}
.model_detail .wrap .fr .user .number img{
    width: 14px;
    height: 14px;
}
.model_detail .wrap .fr .user .label{
    padding: 10px 15px;
    border-bottom: 1px dashed #eeeeee;
}
.model_detail .wrap .fr .user .label ul li{
    position: relative;
    height: 32px;
    margin: 10px 0;
}
.model_detail .wrap .fr .user .label ul li img{
    position: absolute;
}

.model_detail .wrap .fr .user .label ul li h1{
    font-size: 15px;
    color: #17b0ff;
    line-height: 30px;
    text-indent: 20px;
    position: absolute;
}
.model_detail .wrap .fr .recommend{
    padding: 15px 15px;
    border-bottom: 1px dashed #eeeeee;
}
.model_detail .wrap .fr .recommend .title{
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
}
.model_detail .wrap .fr .recommend ul li{
    margin: 15px 0;
}
.model_detail .wrap .fr .recommend ul li a .news{
    padding-left: 15px;
}
.model_detail .wrap .fr .recommend ul li a .news h1{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.model_detail .wrap .fr .recommend ul li a .news p span{
    padding-right:  15px;
}
.model_detail .wrap .fr .button{
    padding: 15px 15px;
    margin:0 auto
}