
.select-teams {
	list-style: none;
	margin: 0;
	padding: 0
}

.select-teams,.select-teams li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.select-teams li {
	border: .04rem solid #6e4705;
	background: #1e2c23;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: .16rem;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: 100%;
	cursor: pointer;
	background-repeat:no-repeat;

}

.select-teams li .ivu-icon {
	font-size: 34px;
	color: #404c44;
	margin-top: .05rem
}
.select-teams li .select-team-icon {
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: cover;
	position: absolute;
	z-index: 55;
	top: 0;
	left: 0;
	width: 1.548rem;
	height: 1.556rem
}



.select-teams li .select-team-icon.A {
	background-image: url(../img/A.png)
}

.select-teams li .select-team-icon.B {
	background-image: url(../img/B.png)
}

.select-teams li .select-team-icon.S {
	background-image: url(../img/S.png)
}

.select-teams li .close {
	position: absolute;
	z-index: 5;
	top: -2px;
	right: -1px;
	width: .35rem;
	height: .44rem
}

.select-teams li .close .ivu-icon {
	font-size: .35rem;
	color: #ffb300
}

.select-teams li .ivu-rate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 5;
	bottom: 0;
	right: 0;
	font-size: 12px
}

.select-teams li .ivu-rate .ivu-rate-star {
	margin: 0
}

.select-teams.select-teams-1 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.select-teams.select-teams-1 li {
	width: 3.2rem;
	height: 3.2rem
}


.select-teams.select-teams-1 li.replace-teams {
	font-size: .28rem
}

.select-teams.select-teams-2 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 5rem;
	overflow: auto
}

.select-teams.select-teams-2 li {
	width: 2.2rem;
	height: 2.2rem;
	margin: 0 .3rem .3rem 0
}

.select-teams.select-teams-2 li.active {
	border: .04rem solid #f5a623;
	opacity: .5
}
