.choice_btn {
	padding-left: 0.8em;
}

.choice_btn span {
	display: block;
}

.choice_btn span {
	background-image: url("../../image/radio2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 2em 2em;
	width: 2em;
	height: 2em;
	border-radius: 50%;
}

.choice span {
	background-size: 2em 2em;
	background-image: url("../../image/radio1.png");
	background-position: center;
	background-repeat: no-repeat;
}

.center .allvipslist .row .sortdec {
	padding-right: 0.8em;
}

.center .allvipslist .norecord {
	margin: 0.8em;
	text-align: center;
	display: block;
}

.center .allvipslist .norecord span {
	font-size: 1.2em;
}

.choose_count {
    position: fixed;
    bottom: 0px;
    background: #FFF;
    border-top: 1px solid #E6E9ED;
    width: 100%;
}

.choose_count .table {
    display: table;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.choose_count .table .cell {
    display: table-cell;
    vertical-align: middle;
}

.choose_count .table .cell:FIRST-CHILD {
    width: 1.8em;
    height: 1.8em;
    padding: 0.8em;
}

.choose_count .cell:LAST-CHILD {
    width: 50%;
    text-align: center;
    background: #999;
    color: #FFF;
}

.choose_count .cell:nth-child(2),.choose_count .cell:nth-child(3) {
    font-size: 1.2em;
}

.choose_count .table .cell .radio {
    width: 2em;
    height: 2em;
    display: block;
    border-radius: 50%;
}

.choose_count .table .cell .radio {
    background-image: url("../../image/radio2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 2em 2em;
	width: 2em;
	height: 2em;
	border-radius: 50%;
}

.choose_count .table .cell .select {
    background-size: 2em 2em;
	background-image: url("../../image/radio1.png");
	background-position: center;
	background-repeat: no-repeat;
}