.shequ-wrap {
    padding-bottom: .24rem ;
}
.px12{
    padding-left: .24rem;
    padding-right: .24rem;
}
.shequ-menu-wrap{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .1rem;
    padding: 0 .24rem;
}
.sq-menu-item{
    width: 100%;
    height: .88rem;
    border-radius: .1rem;
    overflow: hidden;
    background-color: #3A306D;
}
.sq-menu-bg{
    width: 100%;
    height: .88rem;
    opacity: .5;
}
.sq-menu-t{
    position: absolute;
    top: .24rem;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .3rem;
    font-weight: 600;
}
.sq-menu-item.active .sq-menu-t{
    color: #FED53E;
}
.sq-menu-item.active .sq-menu-t::after {
    content: '';
    width: .6rem;
    height: .06rem;
    border-radius: .06rem;
    background: linear-gradient(90deg, #FFDE3B 0%, #EF3E73 100%);
    position: absolute;
    bottom: -.1rem;
}
.sq-menu-hot{
    width: .32rem;
    height: .32rem;
    margin-left: .02rem;
}
.open-m .sq-menu-t,.colse-m .sq-menu-t{
    color: #9388CB;
    font-size: .28rem;
}
.shequ-d-wrap{
    padding-top: .24rem;
}
.systematics-wrap {
    height: .48rem;
    display: flex;
    padding: 0 .24rem;
}
.systematics-item {
    margin-right: .64rem;
    font-size: .28rem;
    font-weight: 600;
    color: #FFFFFFCC;
}
.systematics-item.active {
    color: #FBB068;
    position: relative;
}
.systematics-item.active::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0rem;
    width: .4rem;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(229.21deg, #FF925F 15.85%, #F7CE70 86.08%);
}
.systematics-item:last-child {
    margin-right: 0;
}
#swiper-sq{
    margin-top: .24rem;
}
.sq-list .sq-item{
    display: block;
    border-bottom:4px solid #FFFFFF0D ;
    padding-top: .2rem;
}
.sq-item-t{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .24rem;
}
.sq-avatar{
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    margin-right: 8px;
}
.sq-info{
    display: flex;
}
.sq-name{
    color: #FFFFFFCC;
    font-size: .28rem;
    font-weight: 600;
}
.sq-sub-t {
    color: #A18A7D;
    font-size: .24rem;
}
.sq-time{
    color: #FFFFFF66;
}
.sq-item-f{
    display: flex;
    justify-content: space-between;
    color: #666666;
    align-items: center;
    border-top:1px solid  #FFFFFF08;
    padding: .24rem 0;
}
.flex1{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex1 span {
    margin-left: 5px;
}
.sq-text{
    margin-bottom: .24rem;
    font-size: .32rem;
    font-weight: 400;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 设置显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFFCC;
}
.sq-imgs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .1rem;
}
.more-num {
    position: absolute;
    right: 0;
    bottom: 0.24rem;
    /* top:0; */
    color: #FFFFFF99;
    background-color: #00000099;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
    font-size: .24rem;
}
.sq-img-wrap{
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: .24rem;
}
.sq-imgs .sq-img{
    height: 2.9rem;
    width: 100%;
}
.play-v-icon{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.sq-labels{
margin-bottom: .24rem;
display: flex;

}
.sq-label{
color: #FFFFFF99;
background-color: #FFFFFF0D;
padding: .12rem .2rem;
margin-right: 8px;
border-radius: 4px;
}
.sq-jp-icon{
width: .32rem;
height: .32rem;
margin-right: .02rem;
}
.sq-img-wrap .play-v-icon{
    width: .6rem;
    height: .6rem;
}


.share-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .share-dialog-conter {
    width: 5.48rem;
    border-radius: .4rem;
    background-image: url('/static/images/share-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 80vw;
    color: #333;
  }
  .share-dialog-main {
    padding: .24rem;
  }
  .video-share-img{
        width: 5rem;
        height: 2.68rem;
        border-radius: .2rem;
  }
  .share-dialog-title{
    padding-top: .16rem;
    padding-bottom: .4rem;
    font-size: .28rem;
    font-weight: 700;
    line-height: .32rem;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

  }
  .share-dialog-url-wrap{
    display: flex;
    width: 100%;
    /* align-items: center; */
  }
  .qr-wrap{
    border-radius: .2rem;
    border: 1px solid #F9DACD;
    margin-right: .16rem;
    flex-shrink: 0;
    padding: .1rem;
  }
  .flex-shrink0{
    flex-shrink: 0;
}
.text-wrap{
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
}
 .share-url {
    width: 3.24rem;
    word-break:break-all;
 }
.saom-text{
    background-color: #111;
    padding: .08rem .16rem;
    color: #fff;
    border-radius: .08rem;
    font-size: .2rem;
    margin-right: .12rem;
}
.text-gk{
    font-size: .28rem;
    font-weight: 600;
    color: #333;
}

  .share-btn-wrap{
    display: flex;
    justify-content: space-between;
    padding:  .32rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .share-btn1 {
    flex:  0 0 auto;
    background: linear-gradient(229.21deg, #FD5B25 15.85%, #F3257E 86.08%);
    height: .72rem;
    line-height: .72rem;
    border-radius: .1rem;
    font-weight: 600;
    text-align: center;
    width: 2.4rem;
    color: #fff;
  }
  .share-text1{
    text-align: center;
    color: #999;
    margin-top: .32rem;
    margin-bottom: .08rem;
  }
  .load-app-ad-wrap {
    width: 100%;
    margin-top: .22rem;
    display: block;
  }
  .load-app-ad-img{
    width: 100%;
    height: auto;
  }