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

/* 对于 WebKit 浏览器（如 Chrome 和 Safari） */
*::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 */
}

/* 对于 Firefox */
* {
    scrollbar-width: none; /* 隐藏滚动条 */
}

/* 对于 IE 和 Edge */
* {
    -ms-overflow-style: none; /* 隐藏滚动条 */
}

.hidden {
    display: none;
}

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

a {
    text-decoration: none;
    color: #503A24;;
}

body {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    color: #FFFFFFCC;
    overflow-y: auto;
    font-family: -apple-system, BlinkMacSystemFont, Microsoft YaHei, Arial, sans-serif;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    background-color: #131519;
}

#app {
    font-size: .24rem;
    background: #FFF8EE;
}

.text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #503A24;
}

.my-sticky {
    position: sticky;
    top: 0;
    display: flex;
    background-size: 100% auto;
    height: 1rem;
    align-items: center;
    background: linear-gradient(0deg, #372416, #372416),
    radial-gradient(40.91% 231.3% at 50% 0%, #60482C 0%, rgba(96, 72, 44, 0) 100%);
    z-index: 11;
    padding: 8px;
}

.nav-c {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-c .item {
    width: 120px;
}

.nav-c img {
    width: 1.5rem;
    height: .8rem;
}

.load-wrap {
    width: 1.88rem;
    height: .72rem;
}

.load-wrap img {
    width: 100%;
}

.swiper-c {
    margin-top: .24rem;
}

.swiper-c .swiper-slide {
    padding: 0 8px;
}

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

.top-ad-item-1 {
    margin-left: .3rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
    display: flex;
    align-items: center;
    height: 1.2rem;

}

.top-ad-item-1:nth-child(odd) {
    background-image: url(../../img/abcd/item-l.png);
}

.top-ad-item-1:nth-child(odd) {
    background-image: url(../../img/abcd/item-r.png);
}

.top-ad-img {
    position: relative;
    left: -.3rem;
    width: .96rem;
    height: .96rem;
    border-radius: .2rem;
}

.top-ad-title {
    color: #FEE859;
    font-weight: 600;
    font-size: .28rem;
    margin-bottom: .04rem;
}

.top-ad-text {
    color: #FFFFFF80;
    font-size: .24rem;
}

.jgg-wrap {
    margin-bottom: .16rem;
}

.icon-rec, .icon-zq {
    width: .4rem;
    height: .4rem;
}

.icon-rec {
    background: url("../../img/abcd/ty-icon.svg") center/contain no-repeat
}

.icon-zq {
    background: url("../../img/abcd/bc-icon.svg") center/contain no-repeat
}

.jgg-title {
    font-size: .28rem;
    color: #503A24;
    margin-bottom: .16rem;
    display: flex;
    align-items: center;
    gap: .1rem;
}

.jgg-conter {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .22rem;
}

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

.jgg-img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
    margin-bottom: .12rem;
}

.ad-text-wrap {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: .24rem;
}

.ad-text-item {
    background-color: #1f2228;
    height: .64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .1rem;
    width: 100%;
    /* color: ; */
}

.ad-text-icon {
    margin-right: 2px;
}

.ad-text-item.h {
    color: #FFB29E;
}

.ad-text-item.n {
    color: #5FBECD;
}


.nav1,
.nav2 {
    display: flex;
    align-items: center;
    height: .54rem;
    margin-bottom: .16rem;
}

.nav-item {
    color: #503A24;
    margin-right: .4rem;
    font-size: .28rem;
}

.nav-item:last-child {
    margin-right: 0;
}

.nav-item.active {
    color: #372416;
    font-weight: 600;
    font-size: .32rem;
}

.nav-item.active::after {
    content: '';
    width: 50%;
    height: .06rem;
    position: relative;
    display: block;
    top: .1rem;
    left: 25%;
    transform: translateY(-25%);
    border-radius: .5rem;
    background: linear-gradient(85.44deg, #D1A873 7.37%, #FFECD6 53.53%, #E7C8A2 95.29%);
    margin-bottom: .16rem;
}

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

.waterfall-flow {
    columns: 2;
    column-gap: 5px;
}

.flow-item {
    display: block;
    width: 100%;
    border-radius: 10px;
    break-inside: avoid;
    margin-bottom: 5px;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(85.44deg, #D1A873 7.37%, #FFECD6 53.53%, #E7C8A2 95.29%) border-box;
    border: solid 1px transparent;

}


.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;
}

.flow-tips {
    width: 100%;
    display: flex;
}

.flow-tips div {
    margin-right: 6px;
    background-color: #FFEEDA;
    color: #503A24;
    border-radius: 30px;
    height: .32rem;
    line-height: .32rem;
    padding: 0 4px;
    margin: 6px 0;
    margin-right: 4px;
    font-size: .2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

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

.g-name {
    font-size: .28rem;
}

.g-info {
    margin-left: 2px;
    color: #9582B4;
    font-weight: 600;
}

.text2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 表示する行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.g-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .12rem;
    margin-bottom: .06rem;
}

.g-bg {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1.62rem;
    height: .48rem;
    text-align: center;
    line-height: .48rem;
}

.g-l-bg {
    background-image: url(../../img/abcd/l-bg.svg);
}

.g-r-bg {
    background-image: url(../../img/abcd/r-bg.svg);
}

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

.s-wrap .ad-item-title {
    grid-column: span 2;
    display: flex;
    align-items: center;
    font-size: .28rem;
    gap: .1rem;
}

.s-wrap .lf-g {
    border-radius: .2rem;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(85.44deg, #D1A873 7.37%, #FFECD6 53.53%, #E7C8A2 95.29%) border-box;
    border: solid 1px transparent;


}

.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;
    margin-bottom: .08rem;
}

.lf-g-load {
    color: #6B697F;
}

.go-icon {
    position: absolute;
    top: .24rem;
    right: 0;
}

.zs-img {
    position: absolute;
    top: 0;
    left: 0;
}

.tc1 {
    color: #503A24;
}

.g-info-wrap {
    margin-top: .12rem;
    margin-bottom: .04rem;
}

.g-info-wrap div {
    background-color: #FFEEDA;
    margin-bottom: 1px;
    display: flex;
    height: .52rem;
    line-height: .52rem;
}

.g-info-wrap div:first-child {
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
}

.g-info-wrap div:last-child {
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
    overflow: hidden;
}

.g-info-wrap div .g-info-t {
    background-color: #CEB08C;
    padding: 0 .16rem;
    margin-right: .16rem;
    color: #FFFFFF;
}


.live-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .22rem;
}

.live-item {

}

.center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%)
}

.center-icon img {
    width: 2.4rem;
    height: auto;
}

.live-wrap .live-item-img {
    width: 3.48rem;
    height: 5.2rem;
    border-radius: .2rem;
}

.live-item-wrap {
    position: relative;
}

.bt-info {
    display: flex;
    margin-top: .12rem;
}

.bt-info div {
    flex: 0 1 auto;
}

.live-left img {
    width: 2.52rem;
    height: auto;
}

.live-watching {
    font-size: .2rem;
    margin-left: .08rem;
}

.live-count {
    color: #F1B096;
    font-weight: 600;
}

.next-element {
    margin-top: 0;
}