.ui-content{
	bottom: 3.2rem;
}
.title{
	padding: 0.75rem;
	color: #5D5D5D;
	font-size: 0.65rem;
	padding-bottom: 0;
}
.master_box{
	background-color: #FFFFFF;
	margin-top: 0.5rem;
}
.master-list .master_box:last-of-type{
	margin-bottom: 0.5rem;
}
.list{
	padding: 0.5rem 0.75rem;
}
.list_img{
    width: 3.5rem;
    height: 3.5rem;
    margin-right: .75rem;
    border-radius: .3rem;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.list_info_top{
	padding-bottom: 0.5rem;
}
.list_top{
	border-bottom: 1px solid #D9D9D9;
}
.list_info_top>div:first-of-type{
	float: left;
	font-size: 0.78rem;
}
.list_info_top>div:first-of-type i{
	position: relative;
	top: -1px;
}
.list_info_top>div:last-of-type{
	float: right;
	color: #FF7D70;
}
.list_info_bot{
	padding: 0;
	padding-top: 0.5rem;
}
.list_info_bot>div:first-of-type{
	font-size: 0.6rem;
	color: #999999;
}
.list_info_tx{
	margin-bottom: 0.5rem;
	color: #666666;
	font-size: 0.65rem;
}
.icon-huo{
	color: #FE7467;
	margin-left: 0.3rem;
}
.icon-man{
	color: #CCCCCC;
	margin-left: 0.3rem;
}
.icon-xin{
	color: #02ABB0;
	margin-left: 0.3rem;
}
.list_info_bot>div:first-of-type span{
	margin-right: 0.75rem;
    min-width: 3.5rem;
}
.list_info_bot>div:first-of-type span:last-of-type{
	margin-right: 0;
}
.master_box{
	position: relative;
}
.trailer{
    position: absolute;
    color: #e55a75;
    border: 1px solid #e55a75;
    padding: 0.1rem 0.5rem;
    border-radius: 20px;
    font-size: 0.6rem;
    top: 4.25rem;
    left: 1rem;
}
.trailer i{
	position: relative;
	top: -1px;
	margin-right: 2px;
}
.has_trailer{
	color: #999999;
	border-color: #D9D9D9;
}
/*悬浮按钮*/
.btn_box{
    table-layout: fixed;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 20;
    backface-visibility: hidden;
    text-align: center;
    font-size: 0.78rem;
    color: #FFFFFF;
    background-color: #FFFFFF;
}
.btn{
	border-radius: 3px;
    margin: 0.5rem 0.75rem;
    background-color: #e55a75;
    line-height: 2.2rem;
}
.btn i{
	position: relative;
	top: -1px;
    margin-right: 0.5em;
}
