::-webkit-scrollbar {display:none}
.chosen-container{
    overflow: auto;
	margin:0.21rem;
}
.chosen-swiper{
    display: -moz-box; /*Firefox*/
    display: -webkit-box; /*Safari,Opera,Chrome*/
    display: box;
    /*display: flex;/*发现他也可以但是好多移动端浏览器不支持，唉！浏览器厂家难为咱们前端啊*/*/
}
.chosen-swiper a{
    width: 2.0rem;
    text-align: center;
    margin-left: 0.20000rem;
    text-decoration: none;
    display:block!important;
}
.chosen-swiper a:first-child{
    margin-left: inherit;
}
.chosen-swiper p{
    font-size: 0.24rem;
    margin: 0.4em 0;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.icon-swiper{
    width: 2.0rem;
    border-radius: 0.10667rem;
    display: block;
    margin: 0 auto;
	box-shadow: 0 0.1em 0.1em 0 rgba(0, 0, 0, .1);
    border: solid 1px rgba(128, 128, 128, 0.2);
}
.chosen-swiper .button{
    color: #FF4B4A;
    line-height: 1.5rem;
    height: 1.5rem;
    margin-top: 0.7rem;
    border: 1px solid #FF4B4A;
    text-align: center;
    border-radius: 0.25rem;
    font-size: 0.7rem;
    background:none;
    width: 100%;
}
.fxzhuanlan .chosen2{
	overflow:auto;
	margin:0.15rem 0.28rem;
}

.fxzhuanlan .chosen2 .item:first-child{
	margin-left: inherit;
}
.fxzhuanlan .chosen2 .item{
  width:2.2rem;
  height:2.2rem;
  margin-left: 0.2100rem;
  -moz-border-radius: 0.10667rem;
  -webkit-border-radius: 0.10667rem;
  border-radius: 0.10667rem; /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
}
.fxzhuanlan .chosen2 .item a{
  color: #fff; /* text color */
  font-family: "PingFang";
  font-size: 0.2000rem;
  line-height: 3.43333rem;
  text-align: center;
  border-radius: 0.10667rem;

}
.fxzhuanlan .chosen2-item-wrapper{
  display: -moz-box;
  display: -webkit-box;
  display: box;
}

.fxzhuanlan-item{
  position: relative;
  display: block;
  width:100%;
  height:100%;
  background-repeat:no-repeat!important;
  background-size: 2.2rem!important;
  background-position: 0 0!important;
}