.material-content{
    padding: 0 8.85vw;
    padding-top: 2vw;
}
.screening{
    width: 81.3vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
    border:1px solid #eee;
}
.bg-e{
    background-color: #eee;
}
.conditions{
    min-height: 3.1vw;
    line-height: 3.1vw;
    border-bottom:1px solid #eee;
    font-size: 0.85vw;
}
.conditions span{
    display: inline-block;
    padding-left: 3vw; 

}
.conditions:last-child{
    border-bottom:none;
}
.conditions .clean-check{
    display: block;
    float: right;
    padding-right: 3vw;
    font-size: 0.7vw;
    color:#999;
}
.conditions .clean-check:hover{
    color: #3e3e3e;
}
.conditions a{
    display: inline-block;
    color:#333333;
    padding: 0 0.7vw;
}
.conditions a:hover{
    color: #d9b765;
}
.conditions .check{
    color: #d9b765;
    font-weight: bold;
}

/*列表*/
.list{
    width: 81.3vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
    /*border:1px solid #eee;*/
}
.list:after,.list:before{
    content:"";
    display:table;
}
.list:after{
    clear:both;
}
.material-list{
    position: relative;
    float: left;
    width: 50%;
    /*padding: 10px;*/
    padding: 1vw 2.5%;
    height: 17.625vw;
    margin-top: 20px;
    margin-bottom: 10px;
}
.mask{
    width: 97.5%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.cover{
    background-color: rgba(0,0,0,0) !important;
    z-index: 8 !important;
}
.popup{
    z-index: 10;
    position: absolute;
    width: 7.135vw;
    height:7.916vw;
    bottom: calc(1vw + 10px);
    left: 100px;
    display: none;
}
.popup .i1{
    width: 100%;
    height: 100%;
}
.popup .material-qrcode{
    position: absolute;
    width: 5.5vw;
    height: 5.5vw;
    left: 1vw;
    top: 0.5vw;
}
.list .check .mask, .list .check .popup{
    display: block;
}
.list .check .material-list-right .text4 a{
    background-color: #d9b765;
    color:#fff;
}
.material-list:after,.material-list:before{
    content:"";
    display:table;
}
.material-list:after{
    clear:both;
}
.material-list-left{
    width: 50%;
    float: left;
    height: 15.625vw;
}
.material-list-left img{
    width: 100%;
    height: 100%;
}
.material-list-right{
    position: relative;
    padding-left: 3%;
    width: 50%;
    float: left;
    height: 15.625vw;
}
.material-list-right .text1{
    /*margin-top: 10px;*/
    font-size: 1.6vw;
    font-weight: bold;
}
.material-list-right .text1 .name_line{
    display: block;
    width: 40px;
    height: 3px;
    margin-top: 5px;
    background-color: #d9b765;
}
.material-list-right .text2{
    margin-top: 10px;
    font-size: 0.8vw;
    color:#666666;
}
.material-list-right .text3{
    margin-top: 10px;
    color:#888888;
    font-size: 0.85vw;
    display: -webkit-box;
    -webkit-line-clamp:5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .material-list-right .text3{
        display: -webkit-box;
        -webkit-line-clamp:4;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
}
@media (max-width: 1200px) {
  .material-list-right .text3{
        display: -webkit-box;
        -webkit-line-clamp:3;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
}
@media (max-width: 1000px) {
  .material-list-right .text3{
        display: -webkit-box;
        -webkit-line-clamp:2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
}
.material-list-right .text4{
    position: absolute;
    bottom: 10px;
}

.material-list-right .text4 a{
    padding: 5px 15px;
    font-size: 14px;
    background-color: #eaeaea;
    color: #333333; 
}