.cantainer {
    margin: 1.54rem 0 0;
}

.headType {
    display: flex;
    padding: 0 .26rem;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #000;
    top: 0.88rem;
    z-index: 999999;
}

.headTypeBtn {
    /* flex: 1; */
    color: rgba(228, 228, 228, 0.70);
    text-align: center;
    font-size: .36rem;
    font-weight: 400;
}

.headTypeBtnIsSelected {
    color: #EB7926;
    font-weight: 600;
}

.video {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fanchaTitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.walfareItem-container {
    position: relative;
}

.welfare-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
    margin: 0 auto;
    gap: 10px;
    padding: 10px;
}

.walfareItem {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.welfare,
.tabCiji,
.tabGame,
.tabType {
    display: none;
}

.cijiContent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .26rem;

}

.cijiImg {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 3.36rem;
    height: 3.36rem;
    margin-bottom: .26rem;
    border-radius: 10px;
}

.cijiImg_small {
    width: 3.36rem;
    height: 50%;
    border-radius: 10px;
}

.title {
    color: #DFDFDF;
    font-size: .34rem;
    font-weight: 600;
    margin: 0 .26rem;
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
}

.gridContent {
    margin: 0 .26rem;
    display: grid;
    grid-gap: .18rem;
    grid-template-columns: 1fr 1fr;
}

.cardImg {
    width: 3.4rem;
    height: 1.8rem;
}


.card {
    position: relative;
    overflow: hidden;
    border-radius: .12rem;
}

.cardlabel {
    width: 1.31rem;
    height: .42rem;
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: .08rem;
    border-bottom-right-radius: .08rem;
}

.game {
    display: none;
}

.gameContent {

    display: grid;

    grid-gap: .34rem .56rem;

    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: .26rem .26rem .52rem;
}

.gameCard {
    width: 1.32rem;
    text-align: center;
}

/* 签到金额 */
.sing_get_money {
    /* width: 6.98rem; */
    width: 100%;
    height: 4.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 余额显示 */
.money_balance {
    width: 6.98rem;
    height: 1.48rem;
    background-color: #121212;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.40rem;
}

.amount_show {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.count {
    font-weight: 600;
    font-size: 0.48rem;
    color: white;
    line-height: 0.672rem;
}

.count_tips {
    font-weight: 400;
    font-size: 0.22rem;
    color: #DFDFDF;
    line-height: 0.29rem;
}

.sing_get_btn {
    background-color: #EB7926;
    width: 1.82rem;
    height: 0.6rem;
    border-radius: 0.08rem;
    border: none;
    outline: none;
    color: white;
    font-weight: 600;
    font-size: 0.26rem;
}

/* 签到天数 */
.sing_list_wapper {
    width: 6.98rem;
    height: 2.72rem;
    background-color: #121212;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0.20rem;
    margin-top: 0.2rem;
}

.sing_list_day {
    width: 100%;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

.sing_list_day li {
    width: 0.36rem;
    height: 0.74rem;
    color: white;
    font-size: 0.22rem;
    font-weight: 400;
    line-height: 0.74rem;
    text-align: center;
    background-color: #1F1F1F;
    border-radius: 0.08rem;
}

/* 兑换 */
.exchange_wapper {
    background-color: rgba(235, 121, 38, 0.12);
    width: 100%;
    height: 1.26rem;
    border-radius: 0.08rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.exchange_tips {
    color: white;
    font-size: 11px;
    font-weight: 400;
    flex: 1;
    padding: 0.2rem;
}

.exchange_btn {
    background-color: #EB7926;
    width: 2.30rem;
    height: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.08rem;
    color: white;
    font-size: 0.26rem;
    line-height: 0.364rem;
    font-weight: 600;
}

.gameCardImg {
    width: 1.32rem;
    height: 2.46rem;
    margin-top: .34rem;
}

.tabGame .banner {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 签到 */
.sign_right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.28rem;
    height: 0.72rem;
    background-color: #212121;
    position: fixed;
    top: 3.3rem;
    right: 0;
    border-top-left-radius: 0.37rem;
    border-bottom-left-radius: 0.37rem;
}

.sign_right span {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.32rem;
    padding: 0 2px;
}

.sign_right img {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
}

/* 吃瓜评论 */
.chigua_commont {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.chigua_wapper {
    width: 6.90rem;
    height: 75%;
    background: rgba(18, 18, 18, 1);
    border-radius: 0.08rem;
    border: 1px solid rgba(62, 62, 62, 1);
    display: flex;
    flex-direction: column;
    padding-top: 0.32rem;
    position: relative;
}

.chigua_list {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-bottom: 1.28rem;
    overflow-y: scroll;
}

.chigua_box {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.2rem;
    padding: 0 0.32rem;
}

.comment_user_info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.chigua_level {
    border: 1px solid rgba(235, 121, 38, 1);
    border-radius: 0.04rem;
    padding: 0 0.08rem;
    gap: 0.20rem;
    font-weight: 500;
    font-size: 0.22rem;
    text-align: center;
    line-height: 0.32rem;
    color: rgba(235, 121, 38, 1);
}

.chigua_name {
    font-weight: 400;
    font-size: 0.26rem;
    line-height: 0.32rem;
    color: #fff;
    padding: 0 0.2rem;
}

.chigua_date {
    font-weight: 400;
    font-size: 0.26rem;
    line-height: 0.32rem;
    color: rgba(223, 223, 223, 0.4);
}

.chigua_content {
    font-weight: 500;
    font-size: 0.30rem;
    line-height: 0.35rem;
    color: rgba(223, 223, 223, 1);
    padding: 0.2rem 0;
}

.chigua_input_wapper {
    position: absolute;
    bottom: 0.2rem;
    left: 0.2rem;
    right: .2rem;
    height: auto;
    background-color: rgba(31, 31, 31, 1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.chigua_input {
    width: 4.6rem;
    color: #fff;
    font-size: 0.30rem;
    font-weight: 400;
    background-color: transparent !important;
    outline: none;
    border: none;
    margin-top: 0.25rem;
}

.chigua_sendBtn {
    background-color: rgba(235, 121, 38, 1);
    color: #fff;
    border-radius: 0.08rem;
    border: none;
    padding: 0.12rem 0;
    outline: none;
    font-size: 0.26rem;
    font-weight: 600;
    line-height: 0.364rem;
    width: 1.36rem;
    height: 0.60rem;
    margin-left: 0.2rem;
}

.chigua_closeBtn {
    width: 0.88rem;
    height: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

.chigua_closeBtn img {
    width: 0.48rem;
    height: 0.48rem;
}

/* 评论弹窗 */
.chiguapinglun_content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chiguapinglun {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999999;
    display: none;
}

/* 翻页 */
.page_wapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.page_but {
    width: 1.2rem;
    height: 0.6rem;
}

/* 封禁弹窗 */
.fengjintc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000000000000;
    display: none;
}

.fengjintc_content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fengjintc_alert {
    width: 5.34rem;
    height: 3.66rem;
    border-radius: 0.12rem;
    border: 1px solid rgba(62, 62, 62, 1);
    background-color: rgba(18, 18, 18, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fengjintc_title {
    width: 3.38rem;
    color: rgba(223, 223, 223, 1);
    font-size: 0.32rem;
    font-weight: 400;
    text-align: center;
}

.close_fengjin_btn {
    width: 3.38rem;
    height: 0.88rem;
    line-height: 0.448rem;
    border-radius: 0.08rem;
    border: none;
    color: white;
    font-size: 0.32rem;
    font-weight: 600;
    background-color: rgba(235, 121, 38, 1);
    margin-top: 0.3rem;
}

/* 购买弹窗 */
.goumaic {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000000000000;
    display: none;
}

.goumaic_content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.goumai_alert {
    width: 5.34rem;
    height: 4.54rem;
    border-radius: 0.12rem;
    border: 1px solid rgba(62, 62, 62, 1);
    background-color: rgba(18, 18, 18, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.goumai_tips {
    color: rgba(223, 223, 223, 1);
    font-size: 0.32rem;
    font-weight: 400;
}

.goumai_price {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.goumai_price span {
    color: rgba(235, 121, 38, 1);
    font-weight: 600;
    font-size: 0.52rem;
}

.goumai_price img {
    width: 0.44rem;
    height: 0.44rem;
}

.goumai_balance {
    color: rgba(235, 121, 38, 1);
    font-weight: 400;
    font-size: 0.26rem;
}

.close_goumai_btn {
    width: 3.28rem;
    height: 0.88rem;
    line-height: 0.448rem;
    border-radius: 0.08rem;
    border: none;
    color: white;
    font-size: 0.32rem;
    font-weight: 600;
    background-color: rgba(235, 121, 38, 1);
    margin-top: 0.3rem;
}

.goumai_closeBtn {
    width: 0.88rem;
    height: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goumai_closeBtn img {
    width: 0.44rem;
    height: 0.44rem;
}


/* 刷新弹窗 */
.refresh {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000000000000;
    display: none;
}

.refresh_content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.refresh_btn {
    background-color: rgba(235, 121, 38, 1);
    width: 65%;
    height: 1.16rem;
    border-radius: 0.16rem;
    color: white;
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 0.448rem;
    border: none;
    margin: 0.4rem 0;
}

/* 轮播效果 */
.slideshow {
    position: relative;
    overflow: hidden;
}

.slideshow img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 10px;
    transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1), opacity 1s cubic-bezier(0.65, 0, 0.35, 1);
}

.slideshow img.active {
    opacity: 1;
    transform: translateX(0%);
    z-index: 2;
}

.slideshow img.next {
    opacity: 1;
    transform: translateX(100%);
    z-index: 1;
}