.wrap{
    height: 100%;
    padding-top: 0.6rem;
}
.project_wrap{
    width: 100%;
    padding: 0 .15rem 0 .15rem;
    height: 100%;
    overflow-y: scroll;
}
.project_list{
    padding-bottom: 0;
}
.project_list li{
    position: relative;
    width: 100%;
    padding-left: 1.8rem;
    height: 1.3rem;
    margin-top: .25rem;
}
.project_list li:last-child{
    margin-bottom: 1rem;
}
.project_list li .preview{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1.8rem;
    background-color: sandybrown;
    border-radius: .15rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.project_text{
    width: 100%;
    height: 1.1rem;
    padding: .1rem 0  0 .13rem;
    position:relative;
    top: .1rem;
    border-radius:0 .1rem .1rem 0;
    box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.project_name{
    overflow: hidden;
}
.project_name span{
    display: inline-block;
    font-size: .16rem;
    color: #333333;
    width: 1.08rem;
    line-height: .17rem;
}
.project_name i{
    font-size: .12rem;
    border-radius: .03rem;
    height: .17rem;
    width: .32rem;
    text-align: center;
    line-height: .17rem;
    vertical-align: top;
    display: inline-block;
    background:linear-gradient(-90deg,rgba(14,97,191,1),rgba(53,138,233,1));
    color: #ffffff;
}
.project_name i.type1{
    background:linear-gradient(-90deg,rgba(14,97,191,1),rgba(53,138,233,1));
}
.project_name i.type2{
    background:linear-gradient(-90deg,rgba(6,147,110,1),rgba(14,191,143,1));
}
.project_name i.type3{
    background: #e43;
}
.project_price{
    font-size: .14rem;
    color: #FF5555;
    padding: .06rem 0;
}
.project_label{
    width: 100%;
    overflow: hidden;
    height: .2rem;
}
.project_label span{
    float: left;
    height: 100%;
    border: 1px solid rgba(47,148,212,1);
    border-radius:.03rem;
    font-size: .12rem;
    color: #2F94D4;
    padding: 0rem .08rem;
    margin-right: .08rem;
    line-height: .18rem;
}
.project_label span.type1{
    border: 1px solid rgba(47,148,212,1);
    color: #2F94D4;
}
.project_label span.type2{
    border: 1px solid rgba(47,212,90,1);
    color: #2FD45A;
}
.project_label span.type3{
    border: 1px solid rgba(250,149,60,1);
    color: #FA953C;
}
.project_location span{
    font-size: .13rem;
    color: #4D4D4D;
    margin-top: .06rem;
    display: inline-block;
}
.project_location i{
    font-family: 'iconfont';
    color: #FF8755;
    margin-right: .045rem;
    font-size: .14rem;
}
.back_to_main{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #333333;
    font-size: .18rem;
    padding: 0 .15rem;
    height: 0.5rem;
    line-height: 0.5rem;
}
.back_to_main i{
    font-family: 'iconfont';
    color: #333333;
    margin-right: .1rem;
}
.no_data{
    display: none;
}
.no_data .text{
    color: #ECA6A6;
    font-size: .16rem;
    text-align: center;
    padding-top: .13rem;
}
.no_data .bg{
    height: 1.94rem;
    background-image: url('../images/no_more.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.search_more_project{
    padding: 0 .15rem;
    margin-top: .3rem;
    position: relative;
}
.search_more_project > div{
    width: 100%;
    height: 1.75rem;
    box-shadow:0px 0px .15rem 0px rgba(67,35,32,0.15);
    border-radius:.15rem;
    padding: .15rem;
    background-image: url('../images/bigsearch.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 15%;
}
.search_more_project .go_search{
    font-size: .16rem;
    color: #333333;
}
.search_more_project .options{
    overflow: hidden;
}
.search_more_project .options li{
    float: left;
    width: 50%;
    color: #333333;
    font-size: .14rem;
    padding-top: .2rem;
}
.search_more_project .options span{
    color: #999999;
    margin-right: .18rem;
}
.search_more_project .options div{
    display: inline-block;
    padding: 0 .2rem;
    height: .25rem;
    line-height: .25rem;
    border:1px solid rgba(20,19,19,1);
    border-radius:.1rem;
    text-align: center;
    vertical-align: middle;
}
.search_more_project .btns{
    overflow: hidden;
}
.search_more_project .btns div{
    float: left;
    width: 1rem;
    height: .25rem;
    border-radius:.05rem;
    text-align: center;
    line-height: .23rem;
}
.search_more_project .btns .reset{
    border:1px solid rgba(51,126,238,1);
    color: #337EEE;
}
.search_more_project .btns .submit{
    background-color: #337EEE;
    color: #ffffff;
    margin-left: .2rem;
}
.search_more_project .btns{
    position: absolute;
    right: .3rem;
    bottom: .1rem;
}