.scrollbox {
    min-height: 100%;
}

.fourinone-bg {
    background: url(./20240627-fourinone-list-bg-img.png) no-repeat;
    background-size: 100% 100%;
    background-color: #C2001E;
}

.fourinone-list-title {
    display: flex;
    margin: 0.2rem 0.18rem .2rem .2rem;
    align-items: center;
    font-weight: 400;
    font-size: 0.1rem;
    color: #FFFFFF;
    /* background-color: orange; */
    justify-content: space-between;
}

.fourinone-list-title img {
    width: 100%;
}

/* 内容 */
.fourinone-list{
    /* display: none; */
}
.fourinone-content {
    /* background-color: orange; */
}

.fourinone-content .fourinone-content-item {
    position: relative;
    background-size: 100% 100%;
    margin: 0.22rem 0.24rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/* 天天利财 */
.fourinone-content .fourinone-ttlc .ttlc-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
    height: .66rem;
    /* background-color: pink; */
}

/* level2 */
.fourinone-content .fourinone-level2 .level2-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
    height: .66rem;
    /* background-color: pink; */
}

.fourinone-content .fi-display{
    display: none;
}


/* 盘前早餐*/

/* 前往查看 */
.fourinone-content-item .qwck{
    display: none;
}
/* 立即订阅 */
.fourinone-content-item  .ljdy{ 
    display: none;
}
/* 按钮 */
.fourinone-content .fourinone-pqzc .subscribe-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
    height: .66rem;
    /* background-color: pink; */
}

/* 在线问 */
.ask {
    /* background-color: pink; */
    text-align: center;
    margin: .25rem 0 .56rem 0;
    height: .32rem;
    display: none;
}
.ask>div{
    position: relative;
    height: 100%;
}
.ask>div img,.ask>div #launch-btn{
    position: absolute;
    height: 100%;
    width: auto;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
}

.ask img {
    
}
.ask.ask-position{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* .ask.ask-position img{

    bottom: .56rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background-color: #9e1228;
    border-radius: .16rem;
} */


/* 活动规则 按钮 */
.rule{
    position: absolute;
    right: -0.02rem;
    top: .67rem;
}
.rule img{
    width: .23rem;
    height: auto;
    cursor: pointer;
}


/* 资金账号 */
.fourinone-change-account{
    background: linear-gradient(180deg, #FFF5E8 0%, #FFFFFF 64%, #FFFFFF 100%);
    border-radius: .1rem;
    border: .01rem solid #DBDBDA;
    margin: .43rem .24rem 0 .24rem;
    /* padding: .43rem .26rem .67rem .26rem; */
    padding: .43rem 0rem .67rem 0rem;
    display: none;
}
.fourinone-change-account .title{
    /* font-weight: 500; */
    font-weight: bold;
    font-size: .18rem;
    color: #474747;
    text-align: center;
}

.fourinone-change-account .desc{
    font-weight: 400;
    font-size: .15rem;
    line-height: .24rem;
    color: #474747;
    margin-top: .2rem;
    padding: 0 0.26rem;
}

.fourinone-change-account .fourinone-change-account-img{
    margin: .4rem .4rem .53rem .4rem;
    padding: 0 0.26rem;
}
.fourinone-change-account img{
    width: 100%;
    height: auto;
}

.fourinone-change-account .about{
    font-weight: 400;
    font-size: .14rem;
    color: #474747;
    text-align: center;
}

.fourinone-change-account .about>span{
    color: #E33816;
}

/* loading */
.pub-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none;
    overflow: hidden;
    max-width: 640px;
    margin: 0 auto;
}

.pub-popup .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .65);
    display: block;
}

.pub-popup .cont-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 640px;
}

.pub-popup .cont-box .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}



/* 媒体查询 */
@media only screen and (min-aspect-ratio: 375/667){
    .fourinone-content .fourinone-content-item{
        /* margin-top: -0.1rem; */
        /* background-color:rebeccapurple; */
    }
}
@media only screen and (max-aspect-ratio: 375/700){
    .fourinone-content .fourinone-content-item{
        /* background-color: pink; */
    }
}
@media only screen and (max-aspect-ratio: 375/800){
    .fourinone-content .fourinone-content-item{
        /* background-color: orange; */
    }
}