.rank_box1 .swiper-container{
  height: 180px;
}
/* swiper box1 */
.rank_box1 .swiper-slide{
  width: 32.3%;
}
/* box2 */
/* box3 */
.rank_box2_top{
  border-bottom: 1px solid rgba(27,75,100,0.2);;
  margin-bottom: 20px;
  margin-left: 16.9%;
}
.rank_box2_cha_nav{
  color: var(--titlecol);
  cursor: pointer;
  font-size: 18px;
}
.rank_box2_cha_navli{
  width: 80px;
  margin:0 40px;
}
.rank_box2_cha_navli:hover{
  color: var(--maincol);
  font-weight: bold;
}
.rank_box2_cha_navli_sel{
  color: var(--maincol);
  font-weight: bold;
}
.rank_change_nav{
  width: 41px;
  height: 6px;
  background: #fff;
  margin:7px auto 0;
}
.rank_box2_cha_navli_sel .rank_change_nav{
  background: var(--maincol);
}
.rank_box2_con{
  display: none;
}
.rank_channel_type_box{
  width: 15.7%;
  position: sticky;
}
.rank_channel_type{
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding:16px;
  box-sizing: border-box;
  bottom: 10px;
  z-index:2;
  margin-bottom: 30px;
  border: 1px solid rgba(96,129,147,0.3);
}
.rank_channel_type_title{
  /* display: flex; */
  height: 24px;
  font-size: 16px;
  color: var(--titlecol);
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(27,75,100,0.1);
}
.rank_channel_type_title i{
  font-size: 22px;
  margin-right: 8px;
}
.rank_channel_type_title span{
  font-weight: bold;
}

.rank_channel_type_li,.rank_group_type_li{
  margin-top: 15px;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 1;
  color: var(--maincol);
}
.rank_channel_type_li:hover p
,.rank_group_type_li:hover p{
  font-weight: bold;
  color: var(--titlecol);
}
.rank_channel_type_li p,.rank_group_type_li p{
  line-height: 18px;
  font-size: 14px;
  margin-right: 12px;
}
.rank_channel_type_li span,.rank_group_type_li span{
  display: inline-block;
  padding:0 10px;
  height: 18px;
  line-height: 18px;
  background: rgba(146,181,199,0.23);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
  color: #1B4B64;
}

.rank_channel_right,.rank_group_right{
  overflow: auto;
  flex: 1;
}
.rank_channel_list,.rank_group_list{
  margin-left: 15px;
  /* margin-top: 26px; */
  padding-left: 26px;
  box-sizing: border-box;
  /* padding-bottom: 30px; */
  padding-top: 0px;
}
.rank_channel_list_li{
  margin-bottom: 20px;
  position: relative;
}
.rank_channel_list_li:hover .rank_channel_list_li_con{
  background-color: #E3E9EC;
}
.rank_channel_num{
  padding: 0px 15px;
  height: 24px;
  line-height: 24px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: var(--maincol);
  color: #fff;
}
.rank_channel_list_li_con{
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid rgba(96,129,147,0.3);
}
.rank_user_img{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  flex-shrink: 0;
}
.rank_channel_name{
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: var(--titlecol);
  margin-bottom: 10px;
  overflow: hidden;
}
.rank_channel_user_num{
  font-size: 12px;
  color: var(--maincol);
}
.rank_channel_user_num i{
  font-size: 20px;
  margin-right: 5px;
}
.rank_channel_li_des{
  height: 36px;
  font-size: 12px;
  font-weight: 400;
  color: var(--headcol);
  line-height: 18px;
  margin-top: 16px;
  margin-bottom: 0px;
  display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2; /* 2行，只有 webkit内核支持 */
  word-break: break-all; /* 纯英文换行 */
  overflow: hidden;
}
.rank_channel_li_btn{
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-left: 20px;
  background-color: #E3E9EC;
  color: var(--maincol);
}

.rank_box2_con .comCheckBtn{
  margin:20px auto;
  display: none;
}
.rank_channel_type_li span b, .rank_group_type_li span b{
  display: none;
}
.rank_box2_type_app{
  display: none;
}
/* 1024-1200 */
@media screen and (max-width: 1200px) {
  
}
/* ipad pro */
@media screen and (max-width: 1024px) {
  .rank_box1 .swiper-container{
    height: 180px;
  }
  .rank_box1 .swiper-slide{
    width: 49.25%;
  }
  .rank_channel_type_box{
    width: 180px;
  }
  .rank_channel_type{
    width: 180px;
    padding: 20px 15px;
  }
  .rank_channel_list_li_con{
    padding: 20px 30px;
  }
  .rank_box1 .comSmallTitleb{
    margin-bottom: 20px;
  }
  .rank_box1 .indexsw3{
    padding: 20px;
  }
  .rank_box1 .indexsw3img{
    width: 60px;
    height: 60px;
  }
  .rank_box1 .indexsw3title{
    margin-bottom: 10px;
  }
  .rank_box1 .indexsw3des{
    margin-top: 10px;
  }
  .rank_box1 .indexsw3ad{
    width: 100px;
    height: 32px;
    line-height: 32px;
  }

  .rank_user_img{
    width: 50px;
    height: 50px;
  }
  .rank_channel_name{
    margin-bottom: 8px;
  }
  .rank_channel_num{
    /* width: 30px; */
    height: 29px;
    line-height: 29px;
  }
  .rank_box2_top{
    margin-left: 200px;
  }
}
/* ipad */
@media screen and (max-width: 767px) {
  .content{
    padding: 0 20px;
  }
  .rank_channel_list, .rank_group_list{
    padding-top: 20px;
  }
  .rank_box1 .swiper-slide{
    width: 98.5%;
  }
  .rank_box1 .indexsw3ad{
    background: var(--titlecol);
    color: #fff;
    margin-top: 15px;
  }
  .rank_box2_top{
    margin-left: 0;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .rank_box2_cha_nav{
    font-size: 16px;
  }
  .rank_box2_cha_navli{
    margin: 0 40px 0 0;
    width: auto;
  }
  .rank_change_nav{
    margin: 10px auto 0;
  }
  .rank_box2{
    position: relative;
  }
  .rank_channel_type_box{
    height: auto;
    display: none;
    position: absolute;
    right: 0px;
    top: 30px;
    width: 80%;
    z-index: 1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
  .rank_channel_type{
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 0;
    border: 1px solid #608193;
  }
  .rank_channel_type_title{
    display: none;
  }
  .rank_channel_type_li
  ,.rank_group_type_li{
    margin-top: 0px;
    width: 50%;
    margin-bottom: 6px;
  }
  .rank_group_type_li:nth-child(2n+1)
  ,.rank_channel_type_li:nth-child(2n+1){
    width: 47%;
    margin-right: 6%;
  }
  .rank_group_type_li:nth-child(2n)
  ,.rank_channel_type_li:nth-child(2n){
    width: 47%;
  }
  .rank_channel_type_list
  ,.rank_group_type_list{
    display: flex;
    flex-wrap: wrap;
  }
  .rank_channel_type_li p
  ,.rank_group_type_li p{
    margin-right: 6px;
  }
  .rank_channel_type_li span
  ,.rank_group_type_li span{
    padding: 0;
    background-color: #F1F5F8;
    color: var(--maincol);
    font-size: 14px;
  }
  .rank_channel_type_li span b
  ,.rank_group_type_li span b{
    display: inline;
    font-weight: 400;
  }
  .rank_channel_type_li_check{
    font-weight: bold;
  }
  .rank_channel_num{
    /* display: none; */
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    font-size: 14px;
    top: -10px;
    right:0;
  }
  .rank_channel_list
  ,.rank_group_list{
    padding-left: 0;
    margin-left: 0;
  }
  .rank_channel_list_li_con{
    padding: 15px 20px;
    background-color: #F1F5F8;
  }
  .rank_channel_name{
    font-size: 14px;
  }
  .rank_channel_user_num{
    font-size: 14px;
  }
  .rank_box2_type_app{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 27px;
    line-height: 27px;
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid var(--maincol);
    font-size: 14px;
    font-weight: 400;
    color: var(--maincol);
}
  .rank_box2_type_app i{
    margin-left: 15px;
    font-size: 12px;
  }
  .rank_channel_list
  ,.rank_group_list{
    margin-top: 0;
  }
  .rank_box1 .langBox{
    margin-bottom: 20px;
  }
  .com_empty{
    font-size: 14px;
  }
  .com_empty i{
    font-size: 120px;
  }
  .rank_box2_con .comCheckBtn{
    margin-bottom: 0;
  }
}