
.x-radio-select {
	flex-direction: row;
	flex-wrap: wrap;
	&-list{
		width: 112rpx;
		height: 30px;
		margin: 0 5px;
		margin-bottom: 5px;
		background-color: #f5f5f5;
		align-items: center;
		border-radius: 3px;
		justify-content: center;
		position: relative;
		overflow: hidden;
	}
	&-actbg {
		background-color: #FFE9DE;
	}
	&-text{
		font-size: 12px;
		color: #565656;
	}
	&-acttext{
		color: #D06937;
	}
	
	&-bottom{
		width: 15px;
		height: 15px;
		background-color: #FF5001;
		transform: rotate(45deg);
		position: absolute;
		right: -7.5px;
		bottom: -7.5px;
		
	}
}