.icon {
  display: block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: 10rem 10rem;
}
.fslInSwBox {
  padding: 0 .3rem .3rem;
  background-image: url(../images/inBg.png);
  background-size: 7.5rem 6.05rem;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}

.inSwWrap {
  overflow: hidden;
  margin: 0 -0.3rem;
  padding: 0 .3rem;
  width: 7.5rem;
  height: 2.9rem;
  font-size: .2rem;
  line-height: .24rem;
  position: relative
}

.inSwWrap .swiper-slide {
  border-radius: .2rem;
  margin-right: .3rem;
  overflow: hidden;
  position: relative
}

.inSwWrap .swiper-slide:last-child {
  margin-right: 0
}

.inSwWrap .swiper-slide>.linkItem {
  padding: 0 .32rem 0 .96rem;
  background: linear-gradient(-90deg, rgba(0,0,0,0.6) 0, transparent 100%);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: .2rem;
  color: #FFFFFF;
  line-height: .24rem
}

.inSwWrap .swiper-slide>.linkItem .imgBox {
  width: .74rem;
  height: .74rem;
  background: #FFFFFF;
  border-radius: .15rem;
  border: 2px solid #8ED7E8
}

.inSwWrap .swiper-slide>.linkItem p {
  margin-top: .08rem
}

.inSwWrap .swiper-slide>.linkItem p.btn {
  font-weight: normal;
  font-size: .2rem;
  width: .98rem;
  height: .4rem;
  line-height: .4rem
}

.inSwWrap .swiper-pagination {
  height: .08rem;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: .14rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.inSwWrap .swiper-pagination .swiper-pagination-bullet {
  opacity: .75;
  width: .27rem;
  height: .08rem;
  background: #FFFFFF;
  border-radius: .03rem;
  margin: 0 .04rem
}

.inSwWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: .45rem;
  opacity: 1;
  background: #2ecc71
}

.fslInSwBox .multiColumnList {
  display: grid;
  justify-content: space-between;
  margin-top: .1rem;
  grid-template-columns: repeat(2, 3.33rem)
}

.fslInSwBox .multiColumnList li a {
  margin-top: .2rem;
  padding: .21rem .1rem .21rem .35rem;
  display: flex;
  align-items: center;
  background: #effcff;
  border-radius: .2rem
}

.fslInSwBox .multiColumnList li a>span {
  width: .63rem;
  height: .63rem;
  background: #91DBEC;
  border-radius: .1rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.fslInSwBox .multiColumnList li a>span .icon {
  width: .44rem;
  height: .45rem;
  background-position: -0.08rem -0.51rem
}

.fslInSwBox .multiColumnList li a>div {
  width: 0;
  flex: 1;
  padding-left: .2rem;
  display: flex;
  flex-direction: column
}

.fslInSwBox .multiColumnList li a>div p {
  display: flex;
  align-items: flex-end
}

.fslInSwBox .multiColumnList li a>div p strong {
  font-size: .24rem;
  line-height: .28rem;
  color: #323232;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.fslInSwBox .multiColumnList li a>div p em {
  font-size: .14rem;
  line-height: .22rem;
  color: #FFFFFF;
  height: .2rem;
  background: #E45F2B;
  border-radius: .03rem;
  padding: 0 .06rem;
  margin: 0 0 .02rem .1rem
}

.fslInSwBox .multiColumnList li a>div>span {
  margin-top: .1rem;
  font-weight: 300;
  font-size: .18rem;
  line-height: .22rem;
  color: #8C8D9E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.fslInSwBox .multiColumnList li:nth-child(2) a {
  background: #fffcf3
}

.fslInSwBox .multiColumnList li:nth-child(2) a>span {
  background: #FBC846
}

.fslInSwBox .multiColumnList li:nth-child(2) a>span .icon {
  width: .36rem;
  height: .4rem;
  background-position: -0.75rem -0.55rem
}

.fslInSwBox .multiColumnList li:nth-child(3) a {
  background: rgba(255,252,243,0.85)
}

.fslInSwBox .multiColumnList li:nth-child(3) a>span {
  background: #9BBCDB
}

.fslInSwBox .multiColumnList li:nth-child(3) a>span .icon {
  width: .34rem;
  height: .37rem;
  background-position: -1.32rem -0.54rem
}

.fslInSwBox .multiColumnList li:nth-child(4) a {
  background: #fff7f4
}

.fslInSwBox .multiColumnList li:nth-child(4) a>span {
  background: #E45F2B
}

.fslInSwBox .multiColumnList li:nth-child(4) a>span .icon {
  width: .37rem;
  height: .37rem;
  background-position: -1.88rem -0.55rem
}


.friend-link {
  display: flex;
  flex-wrap: wrap;
  margin: -0.04rem -0.25rem 0
}

.friend-link li {
  margin-top: .34rem;
  display: flex;
  align-items: center
}

.friend-link li a {
  padding: 0 .3rem
}

.friend-link li::after {
  content: '';
  display: block;
  width: 1px;
  height: .25rem;
  background: #E6E6E6
}