/* CSS Document */
body{ background: #ededef; }

.records{ padding:0.3rem;}
.ul_records li{ width:50%; float:left; padding:0.3rem; box-sizing: border-box;}
.ul_records .r_wrapper{ padding:0.3rem; background: #fff;}
.ul_records .show{ position: relative; background: #fff;}
.ul_records .show img{ width:100%;}
.ul_records .show p{ width:100%; height: 1.8rem; line-height: 1.8rem; color:#fff; padding:0 1rem; box-sizing: border-box; background: rgba(0,0,0,0.6); 
position: absolute; bottom:0; left:0; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.ul_records .user{ height: 2.6rem; line-height: 2.6rem; padding:0.6rem 0 0.2rem; font-size: 1rem;}
.ul_records .user img{ width:2.6rem; height: 2.6rem; border-radius: 50%; vertical-align: middle; margin-right:0.5rem;}

.a_load_more{ display: block; height: 3.0rem; line-height: 3.0rem; text-align: center; font-size: 1.4rem; color:#666; margin:3px auto;}