#quanxuan .btn img {
	position: relative;top:3px;
	margin-right: 10px;
}
#quanxuan .btn {
	height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 50px;
}
#quanxuan .btn.select3 {
	color: #edc461;
    font-weight: bold;
    border: 1px solid #edc461;
    box-sizing: border-box;
    border-radius: 50px;
    background: rgba(237, 196, 97, 0.2);
}
.xuanzes{ display:flex; justify-content: space-around;}
.xuanzes1 {
	background-color: rgba(16,47,90, .3);
}
.xuanzeBox1 {
	border-top: 1px solid #19527a;
    border-bottom: 1px solid #19527a;
}
.xuanzeBox .xuanze-items{
    padding-top:15px;
    padding-bottom:15px;
    /* margin: 0 auto; */
}
.xuanzeBox .xuanze-items:last-child{
    border-right:none
}
.xuanzeBox .xuanze-items .title {
    display:flex;
}
.xuanze-items1 {border-right:1px solid #19527a;}
.xuanzeBox .xuanze-items .title .btn,
.xuanzeBox .xuanze-items .title .tip {
	cursor: pointer;padding-left:12px;
	line-height: 48px;
}
.xuanzeBox .xuanze-items .title .btn {
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 50px;
}
.xuanzeBox .xuanze-items .title .btn img {
	position: relative;top:3px;
}
.xuanzeBox .xuanze-items .title .select1{
	color: #edc461;
    font-weight: bold;
    border: 1px solid #edc461;
    box-sizing: border-box;
    border-radius: 50px;
    background: rgba(237, 196, 97, 0.2);
}
.xuanzeBox .xuanze-items .title .btn {
	cursor:pointer;
}
.xuanzeBox .xuanze-items .title .btn img {margin-right: 5px;}
.xuanzeBox .xuanze-items .bots {
	display: none;
}
.xuanzeBox .xuanze-items .bots-item {
	height: 50px;
	line-height: 50px;
}
.xuanzeBox .xuanze-items .bots-item .btn1,
.xuanzeBox .xuanze-items .bots-item .tips {
	float: left;
}
.xuanzeBox .xuanze-items .bots-item .btn1 {cursor:pointer;}
.xuanzeBox .xuanze-items .bots-item span {margin-left: 5px;}
.xuanzeBox .xuanze-items .bots-item .tips {
	margin-left: 20px;cursor: pointer;
}
.xuanzeBox .xuanze-items .bots-item .btn1 img {
	position: relative; top:3px;
}
.select2 {color:#edc461;}