.multiColumnList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between
}

.multiItem {
  margin-top: .26rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: .24rem;
  line-height: .28rem;
  color: #333
}

.multiItem .imgBox {
  width: 1.28rem;
  height: 1.28rem;
  border-radius: .3rem
}

.multiItem p {
  margin-top: .14rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 1.28rem
}

.multiItem p.btn {
  margin-top: .13rem
}

.fslInSwBox {
  margin-top: 0;
  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
}

.fslInSwBox .inSwWrap {
  overflow: hidden;
  margin: 0 -0.3rem;
  padding: 0 .3rem;
  width: 7.5rem;
  height: 2.9rem;
  font-size: .2rem;
  line-height: .24rem;
  position: relative
}

.fslInSwBox .inSwWrap .swiper-slide {
  border-radius: .2rem;
  margin-right: .3rem;
  overflow: hidden;
  position: relative
}

.fslInSwBox .inSwWrap .swiper-slide:last-child {
  margin-right: 0
}

.fslInSwBox .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
}

.fslInSwBox .inSwWrap .swiper-slide>.linkItem .imgBox {
  width: .74rem;
  height: .74rem;
  background: #FFFFFF;
  border-radius: .15rem;
  border: 2px solid #8ED7E8
}

.fslInSwBox .inSwWrap .swiper-slide>.linkItem p {
  margin-top: .08rem
}

.fslInSwBox .inSwWrap .swiper-slide>.linkItem p.btn {
  font-weight: normal;
  font-size: .2rem;
  width: .98rem;
  height: .4rem;
  line-height: .4rem
}

.fslInSwBox .inSwWrap .swiper-pagination {
  height: .08rem;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: .14rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.fslInSwBox .inSwWrap .swiper-pagination .swiper-pagination-bullet {
  opacity: .75;
  width: .27rem;
  height: .08rem;
  background: #FFFFFF;
  border-radius: .03rem;
  margin: 0 .04rem
}

.fslInSwBox .inSwWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: .45rem;
  opacity: 1;
  background: #8ED7E8
}

.fslInSwBox .multiColumnList {
  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
}


.boxSwCont {
  height: 2.68rem;
  margin: .3rem -0.26rem 0;
  padding: 0 .35rem;
  overflow: hidden
}

.boxSwCont .swiper-slide {
  width: 4.4rem;
  height: 2.68rem;
  border-radius: .24rem;
  margin-right: .2rem;
  background: #5FB3FF;
  position: relative
}

.boxSwCont .swiper-slide:last-child {
  margin-right: 0
}

.boxSwCont .swiper-slide>a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .3rem .25rem
}

.boxSwCont .swiper-slide>a .imgBox {
  width: 1.4rem;
  height: 1.4rem;
  background: #F4F8FB;
  border-radius: .32rem;
  overflow: hidden;
  position: absolute;
  right: .32rem;
  bottom: .32rem
}

.boxSwCont .swiper-slide>a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.7);
  font-size: .24rem;
  line-height: .26rem
}

.boxSwCont .swiper-slide>a p.title {
  font-size: .36rem;
  line-height: .4rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: .06rem
}

.boxSwCont .swiper-slide>a p.tip {
  margin-top: .16rem
}

.boxSwCont .swiper-slide>a p.btn {
  margin-top: .22rem;
  width: fit-content;
  height: .5rem;
  line-height: .48rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: .25rem;
  padding: 0 .22rem
}

.down-hot{
  margin-top: .5rem;
    background: #F4F8FB;
    padding: .28rem .26rem .4rem;
}
.down-hot .boxSwCont .swiper-slide>a .btn {
  color: #FFFFFF;
  background: rgba(0, 104, 183, 0.3)
}

.down-hot .boxSwCont .swiper-slide:nth-child(1n) {
  background: #5FB3FF
}

.down-hot .boxSwCont .swiper-slide:nth-child(2n) {
  background: #8797FC
}

.down-hot .boxSwCont .swiper-slide:nth-child(2n)>a .btn {
  background: rgba(110, 118, 224, 0.4)
}

.down-hot .boxSwCont .swiper-slide:nth-child(3n) {
  background: #00cdca
}

.down-hot .boxSwCont .swiper-slide:nth-child(3n)>a .btn {
  background: rgba(2, 161, 158, 0.3)
}

.down-hot .boxSwCont .swiper-slide:nth-child(4n) {
  background: #fabf00
}

.down-hot .boxSwCont .swiper-slide:nth-child(4n)>a .btn {
  background: rgba(199, 153, 2, 0.3)
}

.down-hot .boxSwCont .swiper-slide:nth-child(5n) {
  background: #ff6b50
}

.down-hot .boxSwCont .swiper-slide:nth-child(5n)>a .btn {
  background: rgba(255, 107, 80, 0.3)
}

.keyword{
  padding: .1rem 0 .04rem;
  margin-bottom: .2rem;
  background: url(../images/indexztbg.png) no-repeat;
  background-size: 100% 100%;
}
.keyword .indexTitleWrap{
  padding: .15rem .26rem 0;
}
.keyword .indexTitleWrap .titleR>a>span{
  color: #555;
}


.down-rank .indexTitleWrap{
  padding: .15rem .26rem 0;
}
.down-rank .indexTitleWrap .titleR>a>span{
  color: #555;
}

.down-rank {
  padding: .15rem 0 .04rem;
  margin-bottom: .2rem;
  background: url(../images/indexrankbg.png) no-repeat;
  background-size: 100% auto;
}

.down-rank .tabMenu {
  display: block;
  margin: .35rem .25rem .2rem;
  padding: 0 0 0 .3rem;
  height: .56rem;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
  overflow-x: -moz-scrollbars-none;
  -ms-overflow-style: none;
  background: rgba(242,242,242,0);
  border: .02rem solid rgba(255,255,255,.6);
  box-shadow: 0rem .05rem .15rem 0rem rgba(0,0,0,.1);
  border-radius: .3rem;
}

.down-rank .tabMenu::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.down-rank .tabMenu span {
  position: relative;
  margin-right: .1rem;
  vertical-align: top;
  display: inline-block;
  padding: 0 .42rem;
  height: .58rem;
  font-size: .28rem;
  color: #fff;
  line-height: .58rem;
  background: rgba(255,255,255,.3);
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.down-rank .tabMenu span strong {
  position: relative;
  display: block;
  font-size: .24rem;
  color: #fff;
  transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
  -moz-transform: skewX(25deg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.down-rank .tabMenu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: .22rem;
  z-index: 1;
  display: inline-block;
  width: .5rem;
  height: .16rem;
  background: url(../images/icon-2.png) no-repeat;
  background-size: 10rem 10rem;
  background-position: -1.75rem -3.94rem;
}

.down-rank .tabMenu span:after {
  content: "";
  position: absolute;
  right: 0;
  top: .22rem;
  z-index: 1;
  display: inline-block;
  width: .5rem;
  height: .16rem;
  background: url(../images/icon-2.png) no-repeat;
  background-size: 10rem 10rem;
  background-position: -2.4rem -3.94rem;
}

.down-rank .tabMenu span.current:before {
  content: "";
  position: absolute;
  left: 0;
  top: .22rem;
  z-index: 1;
  display: inline-block;
  width: .5rem;
  height: .16rem;
  background: url(../images/icon-2.png) no-repeat;
  background-size: 10rem 10rem;
  background-position: -.06rem -3.94rem;
}

.down-rank .tabMenu span.current:after {
  content: "";
  position: absolute;
  right: 0;
  top: .22rem;
  z-index: 1;
  display: inline-block;
  width: .5rem;
  height: .16rem;
  background: url(../images/icon-2.png) no-repeat;
  background-size: 10rem 10rem;
  background-position: -.7rem -3.94rem;
}

.down-rank .tabMenu span.current {
  position: relative;
  top: -.01rem;
  height: .6rem;
  background: linear-gradient(90deg, #91FFD0, #B1FDA2);
}

.down-rank .tabMenu span.current strong {
  color: #FF7B4C;
  font-weight: bold;
}

.down-rank ol {
  position: relative;
  top: 1.75rem;
  padding-top: 1.43rem;
  padding-bottom: 1.02rem;
  margin: 0 .25rem;
  background: rgba(255,255,255,.5);
  border: .03rem solid rgba(255,255,255,.5);
  box-shadow: 0px .1rem .15rem 0 #D5EFF6;
  border-radius: .2rem;
}

.down-rank ol li:nth-of-type(2n+1) {
  background-color: #f0f7f9;
}

.down-rank ol li {
  position: relative;
  z-index: 1;
  height: 2.06rem;
}

.down-rank ol li a {
  position: relative;
  display: block;
  padding: .39rem 0;
  overflow: hidden;
  *zoom: 1;}

.down-rank ol li i {
  float: left;
  display: block;
  margin-left: .05rem;
  width: 1rem;
  height: 1.28rem;
  font-size: .34rem;
  color: #C2C2D9;
  font-family: "Arial";
  font-weight: bold;
  font-style: italic;
  line-height: 1.28rem;
  text-align: center;
}

.down-rank ol li img {
  float: left;
  width: 1.28rem;
  height: 1.28rem;
  border-radius: .3rem;
  margin-right: .21rem;
}

.down-rank ol li div {
  float: left;
  width: 4.2rem;
  height: 1.28rem;
  overflow: hidden;
}

.down-rank ol li div p {
  display: block;
  margin-bottom: .03rem;
  font-size: .28rem;
  color: #333;
  line-height: .36rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.down-rank ol li div span {
  display: block;
  font-size: .22rem;
  color: #9F9FA4;
  line-height: .42rem;
  margin-bottom: .02rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.down-rank ol li a>span {
  display: none;
}

.down-rank ol li:nth-of-type(n+4) a:after {
  content: "";
  position: absolute;
  top: .8rem;
  right: .38rem;
  display: block;
  width: .46rem;
  height: .46rem;
  background: url(../images/icon-2.png) no-repeat;
  background-size: 10rem 10rem;
  background-position: -2.37rem -.71rem;
}

.down-rank ol li:nth-of-type(-n+3) {
  position: absolute;
  top: -1.75rem;
  width: 1.8rem;
  height: 2.98rem;
  margin: 0;
  background-color: transparent;
  background: url(../images/indexr1bg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.down-rank ol li:nth-of-type(1) {
  left: 2.61rem;
  background: url(../images/indexr1bg.png) no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}

.down-rank ol li:nth-of-type(2) {
  height: 2.94rem;
  left: .41rem;
  background: url(../images/indexr2bg.png) no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}

.down-rank ol li:nth-of-type(3) {
  height: 2.94rem;
  left: 4.8rem;
  background: url(../images/indexr3bg.png) no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}

.down-rank ol li:nth-of-type(-n+3) a {
  padding: 0;
}

.down-rank ol li:nth-of-type(-n+3) i {
  position: absolute;
  top: 0;
  left: .22rem;
  z-index: 1;
  float: inherit;
  font-size: 0;
  width: .5rem;
  height: .45rem;
  background: url(../images/icon-2.png) no-repeat;
  background-size: 10rem 10rem;
}

.down-rank ol li:nth-of-type(1) i {
  background-position: -.03rem -.71rem;
}

.down-rank ol li:nth-of-type(2) i {
  background-position: -.74rem -.71rem;
  top: .21rem;
}

.down-rank ol li:nth-of-type(3) i {
  background-position: -1.45rem -.71rem;
  top: .21rem;
}

.down-rank ol li:nth-of-type(-n+3) img {
  float: inherit;
  display: block;
  width: .95rem;
  height: .95rem;
  border: .03rem solid #FEB754;
  margin: auto;
  border-radius: .2rem;
}

.down-rank ol li:nth-of-type(1) img {
  border-color: #FEB754;
  margin-top: .26rem;
}

.down-rank ol li:nth-of-type(2) img {
  border-color: #FD8EB9;
  margin-top: .45rem;
}

.down-rank ol li:nth-of-type(3) img {
  border-color: #B482FC;
  margin-top: .45rem;
}

.down-rank ol li:nth-of-type(-n+3) div {
  float: inherit;
  width: 100%;
  height: auto;
}

.down-rank ol li:nth-of-type(-n+3) div p {
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: .2rem;
  color: #fff;
  line-height: .32rem;
  margin-top: .15rem;
}

.down-rank ol li:nth-of-type(-n+3) div span {
  margin-bottom: 0;
  text-align: center;
  font-size: .18rem;
  color: rgba(255,255,255,.5);
  line-height: .28rem;
  text-overflow: inherit;
}

.down-rank ol li:nth-of-type(-n+3) a>span {
  display: block;
  margin: .06rem auto;
  font-size: .24rem ;
  color: rgba(255, 255, 255, 0);
  width: 1.24rem;
  height: .46rem;
  line-height: .46rem;
  background: linear-gradient(-90deg, #91FFD0 0%, #B1FDA2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: .02rem solid rgba(255,255,255,.5);
  border-radius: .27rem;
}

.down-rank ol li:nth-of-type(1) a>span {
  margin-top: .13rem;
}

.down-rank ol li:nth-of-type(1) div p {
  margin-top: .19rem;
}

.down-rank ol li:nth-of-type(-n+3) div span:nth-of-type(2) {
  display: none;
}

.down-rank .subBox {
  padding-bottom: .76rem;
}

.down-rank .subBox>a {
  position: relative;
  top: .72rem;
  margin: 0 .28rem;
  display: block;
  border-top: .02rem solid rgba(255,255,255,.2);
  height: .98rem;
  line-height: .86rem;
  text-align: center;
  font-size: .26rem;
  background: #f0f7f9;
  color: #AEAEAE;
  border-radius: 0 0 .2rem .2rem;
}


.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
}


