* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/*dark : 深色*/

html {
    --bg-color1:#202023;
--bg-color2:#282f4a;
--bg-color3:#171B2A;
--bg-color4:#2e313c;
--bg-color5:#464B5C;
--bg-color6:#3a3e4a;
--bg-color7:#2e313c;
--bg-color8:#2E313C;
--bg-color9:#2e313c;
--bg-color10:#323644;

--text-color:#FFFFFFCC;
--text-color2:#CED8AB;
--text-color3:#FFFFFFCC;
--text-color4:#FFFFFF;
--text-color5:#B8C3EE;
--text-color6:#FFFFFF80;

--text-color8:#FFFFFF99;

--text-color9:#FFFFFFCC;
--text-color10:#FFFFFFE5;
--text-color11:  #FFFFFF66;
--text-color12: #FFFFFFB2;
--text-color13: #FFFFFFCC;
}

/* .dark-mode{
    --bg-color1:#202023;
    --bg-color2:#282f4a;
    --bg-color3:#171B2A;
    --bg-color4:#2e313c;
    --bg-color5:#464B5C;
    --bg-color6:#3a3e4a;
    --bg-color7:#2e313c;
    --bg-color8:#2E313C;
    --bg-color9:#2e313c;

    --text-color:#FFFFFFCC;
    --text-color2:#CED8AB;
    --text-color3:#FFFFFFCC;
    --text-color4:#FFFFFF;
    --text-color5:#B8C3EE;
    --text-color6:#FFFFFF80;

    --text-color8:#FFFFFF99;

    --text-color9:#FFFFFFCC;
    --text-color10:#FFFFFFE5;
    --text-color11:  #FFFFFF66;
    --text-color12: #FFFFFFB2;
} */
.my4 {
    margin-top: .08rem;
    margin-bottom: .08rem;
}
html {
    width: 100%;
}

body {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    color: var(--text-color);
    overflow-y: auto;
    font-family: -apple-system, BlinkMacSystemFont, Microsoft YaHei, Arial, sans-serif;
}

#app {
    font-size: .24rem;
    background-color: var(--bg-color1);
    position: relative;
    height: 100%;
    min-height: 100vh;
}
.my-sticky {
    position: sticky;
    top: 0;
    padding: 0 .16rem;
    background-color: var(--bg-color2);
    z-index: 10;
}
.marquee-wrap {
    padding: .08rem 0;
}

.marquee-box {
    display: flex;
    align-items: center;
    height: .72rem;
    padding: .1rem;
    background-color: var(--bg-color3);
    color: var(--text-color2);
    border-radius: .35rem
}
.marquee-box .container-main {
    flex: 1;
    margin: 0 .15rem;
    font-size: .2rem;
    overflow: hidden
}

.marquee-box p {
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    font-size: .28rem;
    animation: vMarquee 10s linear infinite
}


@keyframes vMarquee {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

.notif {
    margin-left: .28rem;
}

.hidden {
    display: none;
}


.ml12{
    margin-left:.24rem;
}
.flex {
    display: flex;
}

.flex-middle {
    align-items: center
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-1 {
    flex: 1;
}


a:hover,
a:focus,
a:active {
    text-decoration: none
}

a {
    text-decoration: none;
    color: var(--text-color4);
}


.cover {
    overflow: hidden
}



.mb-4 {
    margin-bottom: .08rem;
}
.pb0{
    padding-bottom: 0 !important;
}


img {
    object-fit: cover;
}

.mb8 {
    margin-bottom: 8px;
}



.nav-c {
    display: flex;
    justify-content: space-between;
    height: .88rem;
    align-items: center;
    z-index: 100;
}

.nav-c .item {
    font-size: .28rem;
    color: var(--text-color3);
    font-weight: 600;
    height: .56rem;
    line-height: .56rem;
    padding: 0 .2rem;
    border-radius: .68rem;
}

.nav-c .item.active {
    font-weight: 700;
    background: linear-gradient(90deg, #F1FF2F 0%, #24DD6E 100%);
    color: #16291A;
}

.swiper-c,.swiper-container,.zp-swper{
    overflow: hidden;
}

.body-container {
    padding: 8px;
}
.ad-item-wrap {
    border-radius: 10px;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 10px;
}
.ad-item-conter{
    margin-top: 50px;
    border-radius: 10px;
    padding: 16px 8px;
    background-color: var(--bg-color4);
}

.grid-cols-5 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    row-gap: 0.24rem;
    column-gap: 0.1rem;
}

.grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.grid-item img {
    width: 1.28rem;
    min-height: 1.28rem;
    max-height: 1.28rem;
    border-radius: .2rem;
}

.grid-item .text {
    text-align: center;
    font-size: .24rem;
}

.text {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.jgg-load {
    width: 1.08rem;
    height: .48rem;
    line-height: .48rem;
    background-color: var(--bg-color5);
    text-align: center;
    font-size: .28rem;
    border-radius: .24rem;
    color: var(--text-color5);
}


.lf-g-load{
    color: var(--text-color6);
}






.ad-text-wrap {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ad-text-icon {
    margin-right: .05rem;
}
.ad-text-item {
    background-color: var(--bg-color8);
    color: var(--text-color9);
    height: .64rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-radius: 5px;
    font-size: 15px;
}
.ad-text-item.h{
    color: #FF4366;
}
.grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 18px;
    column-gap: 16px;
}
.ad2-item {
   display: flex;
   align-items: center;
}
.ad2-item-img{
    width: .88rem;
    height: .88rem;
    margin-right: .16rem;
    border-radius: 5px;
}
.ad2-item-info {
    flex: 1;
   max-width: 2.18rem;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
   text-align: left;
}
.ad2-name {
    color: var(--text-color4);
    font-weight: 700;
    font-size: .28rem;
    
}
.ad2-sub-text{
    color: var(--text-color6); 
}


.s-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .2rem;
    padding-top: .24rem;
    padding-bottom: .2rem;
}

.s-wrap .lf-g {
    border-radius: .2rem;
    background-color: var(--bg-color4);
    display: flex;
    align-items: center;
    position: relative;
}
.lf-g .lf-g-img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
    margin-right: 0.16rem;
}
.s-wrap .ad-name {
    font-weight: 700;
    font-size: .28rem;
    color: var(--text-color4);
}
.go-icon {
    position: absolute;
    top: .24rem;
    right: 0;
}

.ad3-item {
    width: 100%;
    margin-right: 4px;
    background-color: var(--bg-color6);
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 8px;
    display: block;
    position: relative;
}
.ad3-item-img {
    width: 100%;
    height: 3.04rem;
}
.ad3-item-a {
    position: absolute;
    top: 2.86rem;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 0 2px;
    width: 100%;
}

.like-wrap, .add-wrap {
    width: 50%;
    height: .36rem;
    font-size: .2rem;
    padding: 0 .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
}
.like-wrap {
    background: url(../img/g-left.svg) center / 100% 100% no-repeat;
}
.add-wrap{
    background: url(../img/g-right.svg) center/100% 100% no-repeat;
}


.zone-text-wrap {
    padding: .06rem .22rem .14rem .22rem;
}
.zone-item .zone-text-wrap p {
    font-size: .3rem;
}


.zone-text-wrap .zone1-item-name-wrap span {
    font-size: .33rem;
    text-align: left;
}
.zone1-item-name {
    font-weight: 700;
}

.zone1-item-color1 {
    color: #8996C7;
}

.zone1-item-color2 {
    color: var(--text-color8);
}
.zone-item-btn-wrap {
    padding: 0 8px;
}
.zone-item-btn {
    width: 100%;
    border-radius: .06rem;
    height: .64rem;
    line-height: .64rem;
    text-align: center;
    background: linear-gradient(270deg, #DFB454 0%, #FC8D0A 100%);
    font-size: .26rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-s4 {
    padding: .22rem;
    margin-bottom: .2rem;
    background: var(--bg-color9);
    border-radius: .2rem
}

.item-s4 .header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-s4 .header .cover {
    width: 1.34rem;
    height: 1.34rem;
    border-radius: 50%
}

.cover img {
    width: 100%;
    height: 100%;
}

.item-s4 .header .name {
    font-size: .4rem;
    font-weight: 600;
}

.item-s4 .header .btn-detail {
    width: 2rem;
    height: .68rem;
    line-height: .68rem;
    text-align: center;
    font-size: .28rem;
    color: #16291A;
    font-weight: 700;
    border-radius: .33rem;
    background: linear-gradient(90deg, #F1FF2F 0%, #24DD6E 100%);
}

.item-s4 .text {
    margin-top: .35rem;
    align-items: flex-start
}

.item-s4 .more-preview {
    display: grid;
    gap: .2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: .28rem
}

.item-s4 .more-preview img {
    width: 2rem;
    height: 2.68rem;
    border-radius: .13rem
}

.address {
    border: 1px solid #39B09933;
    height: .44rem;
    border-radius: .14rem;
    padding: 0 10px;
    margin-top: 8px;
    white-space: nowrap;
    display: inline-flex;
}

.live-wrap .live-item{ 
    width: 3.48rem;
}

.live-item {
    display: block;
    width: 3.04rem;
    position: relative;
}
.hot-icon{
    position: absolute;
    top: 0;
    left: 0;
}
.live-wrap .live-item-img {
  width: 3.48rem;
  height: 5.2rem;
}
.live-item-img {
  width: 3.04rem;
  height: 4.54rem;
  min-height: 4.54rem;
  border-radius: 10px;
}
.center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  background: linear-gradient(270deg, rgba(45,122,255,.7) 0%, rgba(147,45,255,.7) 100%);
  border-radius: .62rem;
  height: .72rem;
  line-height: .72rem;
  color: #fff;
  padding: 0 .24rem;
  white-space:nowrap;
}
.bt-info {
  position: absolute;
  display:flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  height: .8rem;
  padding:0 4px;
  overflow: hidden;
  color: #fff;
  font-size: .24rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  border-bottom-left-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.bt-info img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.08rem;
}
.bt-info-left {
   color: #fff;
   display: flex;
   align-items: center;
}
.bt-info-left .dian {
   width: .08rem;
   height: .08rem;
   border-radius: 50%;
   background-color: #48FF54;
   margin-right: .04rem;
}
.bt-info-left .online-num {
    color: #48FF54;
}
.bt-t {
  display: flex;
  align-items: center;
}


.qq-item{
    display: block;
   width: 3.04rem;
   border-radius: 10px; 
   padding: 6px; 
   background-color:  var(--bg-color6);   
}
.qq-img{
    border-radius: 10px;
    width: 2.8rem;
    height: 2.8rem;
}
.qq-wrap .qq-item{
    background-color: var(--bg-color7);
    width: 100%;
}
.qq-wrap .qq-img {
   width: 100%;
   height: 3.24rem;
}
.qq-title{
    margin: 8px 0;
    font-size: .36rem;
    font-weight: 700;
    color: var(--text-color8);
}
.light-mode .qq-title {
    color: var(--text-color7);
}
.qq-info{
    display: flex;
    justify-content: space-between;
    font-size: .24rem;
}
.qq-pic{
    font-size: .28rem;
    color: #FF2F00;
}


.qq-wrap,.live-wrap,.zp-s-wrap{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .22rem;
}
.qq-wrap .qq-item{
    background-color: var(--bg-color7);
}


.zp-menu-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}
.zp-menu-item {
    flex: 1;
    margin-right: 5px;
    height: auto;
}
.zp-menu-item:last-child {
    margin-right: 0;
}
.zp-menu-item img {
    width: 100%;
}
.zp-s-wrap .zone-item {
     width: 100%;
}
.zp-s-wrap .ad3-item-img {
    width: 100%;
    height: 3.48rem;
}
.zp-s-wrap .ad3-item-a {
    top: 3.3rem;
}
.zp-s-wrap .zone-item-btn {
    background: linear-gradient(270deg, #2D7AFF 0%, #932DFF 100%);
}

.waterfall-flow{
    columns:2;
    column-gap: 5px;
    column-gap: 5px;
}
.flow-item {
    margin-bottom: 5px;
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: var(--bg-color7);
    break-inside:avoid;
}
.flow-text-wrap {
    padding: 8px;
}
.flow-img-wrap {
    position: relative;
}
.flow-ab{
    position: absolute;
    width: 100%;
    padding: 0 8px;
    bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFFCC;
}
.sound {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: .82rem;
    height: .4rem;
    display: flex;
    align-items: center;
    padding: 0 3px;
}
.praise {
    border-radius: .82rem;
    height: .4rem;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 3px;
}
.sound img,.praise img{
    margin-right: 3px;
}
.flow-img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 3.26rem;
}
.flow-text1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flow-name {
    flex:  0 0 auto;
    width: 1.92rem;
    font-size: .28rem;
    font-weight: 700;
    color: var(--text-color10);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.flow-add{
   font-size: .2rem;
   color: var(--text-color11);
   
}
.flow-tips {
    width: 100%;
    display: flex;
}
.flow-tips div{
    background-color: #00FF001A;
    color: #428942;
    border-radius: 30px;
    height: 16px;
    padding: 0 4px;
    margin: 6px  4px 6px 0;
}

.flow-tips div:last-child{
    margin-right: 0;
}

.flow-text2{
    color: var(--text-color12);
    line-height: 16px;
}

.live-tab{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .14rem;
    margin-bottom: 8px;
}
.live-tab-item{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top left;
    padding: .12rem;
    color: #FFFFFFCC;
    font-size: .2rem;
}
.live-tab-title {
    font-size: .24rem;
    font-weight: 700;
    margin-bottom: 9px;
    display: flex;
    align-items: center;
}
.live-tab-title  span {
    max-width: .96rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 0 0 auto;
}
.avatar1{
   width: 1.22rem;
   height: .28rem;
}
.live-count{
    color: #2AFF00;
}
.fc-text{
    margin-bottom: 8px;
}
.fc-item{
    background-color: var(--bg-color10);
    color: var(--text-color13);
    padding: 8px;
    margin-bottom: 4px;
    border-radius: 4px;
   
}
.fc-title{
    color: #7E86A4;
    margin-right: 4px;
}
.fc-flex{
    display: flex;
    margin-bottom: 8px;
}
.fc-flex:last-child {
    margin-bottom: 0;
}
.fc-flex div{
    flex: 1;
    width: 100%;
    margin-right: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fc-flex div:last-child {
    margin-right: 0;
}
.no-wrap{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*Custom*/
/*Play page*/
#videoShowPage .videoPlayContainer {
    height: 230px !important;
}

#videoShowPage .left .noticeLayer img{
    height: 100%;
}

@media (min-width: 768px) {
    #videoShowPage .videoPlayContainer {
        height: 580px;
    }
}

#videoShowPage .videoPlayContainer {
    width: 100%;
    position: relative;
    display: inline-block
}

#videoShowPage .videoPlayContainer .scale {
    margin-top: 75%
}

#videoShowPage .videoPlayContainer #video-play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#videoShowPage .videoInfos {
    border-bottom: 1px solid #dee2e6
}

#videoShowPage .videoShowTabs .nav-item {
    border: none
}

#videoShowPage .videoShowTabs .nav-item.active {
    border-bottom: 2px solid #ed3323
}

#videoShowPage .tab-content {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1.5rem
}

#videoShowPage .comment-form textarea {
    border: none;
    background: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #dee2e6
}

#videoShowPage .head img {
    width: 100%
}

#videoShowPage .comments .cell {
    border-bottom: 1px solid #dee2e6
}

#videoShowPage .options .fas.active {
    color: #dd4533
}

#videoShowPage .left {
    position: relative
}

#videoShowPage .left .loading-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px;
    color: #ed3323
}

#videoShowPage .left .noticeLayer {
    padding: 0 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsla(0,0%,100%,.4);
    color: #fff
}

#videoShowPage .left .noticeLayer img {
    width: 100%
}

#videoShowPage .left .noticeLayer .desc {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsla(0,0%,100%,.4);
    color: #fff
}

#videoShowPage .left .adv-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: green
}

#videoShowPage .left .adv-layer .time-layer {
    position: absolute;
    bottom: 50px;
    right: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#videoShowPage .left .adv-layer .time-layer .skip-time {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 2px;
    color: hsla(0,0%,100%,.9)
}

#videoShowPage .left .adv-layer .time-layer .skip-btn {
    padding: 5px 0 5px 10px;
    font-weight: lighter;
    background: rgba(0,0,0,.4);
    color: #fff;
    text-decoration: none;
    border-right: none!important;
    border: 1px solid #d9d9d9
}

#videoShowPage .left .adv-layer .time-layer .skip-btn span {
    display: inline-block;
    margin-right: 5px;
    min-width: 50px;
    text-align: center
}

#videoShowPage .left .adv-layer .time-layer .skip-btn:hover {
    border-color: #fff
}

.vod_info{
    padding: 11px 4px;
    border-top: 1px solid #3d3b3b;
    border-radius: 2px;
    background-color: #353535;
    color: #f3f3f3;
}

.vod-time{
    font-size: 12px;
    margin-top: 10px;
}

.playChannel {
    margin-left: 10px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.art-video-player {
    background-color: #353535 !important;
}

.bofang_box {
    height: 230px;
}

@media (min-width: 768px) {
    .bofang_box {
        height:280px !important;
    }
    #videoShowPage .videoPlayContainer {
        height: 280px !important;
        background-color: #202020;
    }
    
    .login-icon {
        font-size: 25px;
    }
    .user-nav .user-bar span{
        font-size: 20px;
    }
}
 .video-img-box .img-box {
    position: relative;
    margin-bottom: 13px;
    border-radius: 5px;
    overflow: hidden;
}

.video-img-box .img-box img, .video-img-box .img-box video {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.opacity-2 {
    opacity: .2;
}

.video-img-box .absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.title-inside {
    line-height: 30px;
}
.recommend_list{
    margin-top: 10px;
}
.related_title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #383a3c;
}

/*Preview video*/
 .video-preview .absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

fa-spin animation {
    transform: rotate(179.5deg);
}
element.style {
}
.video-preview .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    /* overflow: hidden; */
}
.video-preview .hover-state {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.video-preview .fa-play-circle {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    font-size: 27px;
}

/*Text ads*/
.text-ads{
    padding: 10px 0px;
    background-color: black;
    margin-top: 10px;
    border-radius: 4px;
}
.text-ads a {
    display: inline-block;
    width: 23%;
    line-height: 27px;
    font-size: 13px;
    text-align: center;
    border-radius: 3px;
    color: #1ef5ff;
    margin: 5px 0px;
    padding: 3px 3px;
    border-radius: 3px;
    /*background-color: black;*/
}

.text-ads .text_1, .text-ads .text_2,.text-ads .text_3,.text-ads .text_13,.text-ads .text_17{
    color: #1ef5ff;
}
.text-ads .text_5, .text-ads .text_6,.text-ads .text_7,.text-ads .text_4,.text-ads .text_23,.text-ads .text_24,.text-ads .text_16,.text-ads .text_14{
    color: #06e800;
}
.text-ads .text_8 ,.text-ads .text_9,.text-ads .text_10,.text-ads .text_19,.text-ads .text_25,.text-ads .text_18{
    color: #fff;
}
.text-ads .text_11 ,.text-ads .text_12,.text-ads .text_15,.text-ads .text_20,.text-ads .text_21,.text-ads .text_22,.text-ads .text_26{
    color: #ffe850;
}

.type-text-wrap{
    margin-top: 10px;
}

.hf-small img {
    object-fit: fill!important;
}

.icon ul li a {
    font-size: 12px !important;
    color: #fff !important;
}