
.rp .title{
	font-size: .145rem;
	color: #ff6810;
	padding: .1rem;
	font-weight: 600;
}
.rp .red-list{
	padding: 0 .1rem;
}
.rp .item{
	padding: .1rem .15rem;
	background: url(../../../images/h5/images/ucenter/light.png) no-repeat 0 0 / 100% 100%;
}
.rp .item.no{
	background: url(../../../images/h5/images/ucenter/gray.png) no-repeat 0 0 / 100% 100%;
}
.rp .item .red-info{
	padding-bottom: .05rem;
}
.rp .item .money{
	font-size: .2rem;
	color: #f00;
	font-weight: 600;
}
.rp .item .reason{
	font-size: .12rem;
	margin-bottom: .02rem;
}
.rp .item .date{
	color: #c9c9c9;
	font-size: .12rem;
}
.rp .item .right{
	display: inline-block;
	width: .18rem;
	height: .18rem;
	border: 1px solid #999;
	border-radius: 100%;
	box-sizing: border-box;
}
.rp .item .right2{
	text-align: right;
}
.rp .item .red-info.on .right{
	border: none;
	background: url(../../../images/h5/images/vote/select.png) no-repeat 0 0 / 100% 100%;
}
.rp .item .company-info{
	color: #c9c9c9;
	font-size: .12rem;
	padding-top: .05rem;
	border-top: 1px dashed #f3f3f3;
}
.rp .item.no .company-info{
	border-top-color: #c9c9c9;
}
#tips{
	position: fixed;
	bottom: 2rem;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	padding: .05rem .1rem;
	background: rgba(0,0,0,.8);
	text-align: center;
	color: #fff;
	font-size: .14rem;
	border-radius: .04rem;
	display: none;
}