#page {
    padding: .3rem;
    background-color: #E33D42;
}

#container {
    background-color: #fff;
    min-height: calc(100vh - .6rem);
}

.noMore {
    width: 2.88rem;
    line-height: .41rem;
    border-radius: .2rem;
    background-color: #fafafa;
    margin: .5rem auto .6rem;
    font-size: .24rem;
    color: #808080;
    text-align: center;
    padding: .04rem .1rem;
}

.van-tabs--line {
    padding-top: 1.2rem;
}

.van-list__finished-text {
    color: #bababa;
    font-size: .2rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.van-tabs__nav,
.van-tabs__wrap {
    background-color: #FFF4F4;
}

.van-tab--active {
    color: #E33D42;
}

.van-tabs--line .van-tabs__wrap {
    height: 1rem;
    padding-bottom: .2rem;
}

.van-cell {
    font-size: .3rem;
    color: #666;
    align-items: center;
}

.redVal {
    color: #E33D42;
    font-size: .3rem;
    font-weight: bold;
}

.van-cell__label,
.redVal .van-cell__label {
    color: #808080;
    font-size: .22rem;
    font-weight: 200;
}

.van-list__finished-text:before {
    width: 2.19rem;
    height: 1px;
    display: inline-block;
    margin-right: .11rem;
    content: '';
    background: url("https://earth.chinaamc.com/activity/2019/wechatpullnew/imgs/left.png") no-repeat;
    background-size: 100%;
}

.van-list__finished-text:after {
    width: 2.19rem;
    height: 1px;
    display: inline-block;
    margin-left: .11rem;
    content: '';
    background: url("https://earth.chinaamc.com/activity/2019/wechatpullnew/imgs/right.png") no-repeat;
    background-size: 100%;
}
/*****公告*****/
.registerText{
    width: 100%;
    height: .8rem;
    background: #FDF8E6;
    font-size: .24rem;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.registerText a{
    color: #EB753B;
}
.registerText i {
    width: .4rem;
    height: .4rem;
    display: inline-block;
    margin-left: .3rem;
    margin-right: .2rem;
    background: url(https://earth.chinaamc.com/activity/2019/wechatpullnew/imgs/horn.png) no-repeat;
    background-size: 100%;
    margin-top: -.1rem;
}
.box {
    width: 85%;
    position: relative;
    overflow: hidden;
}
.registerText p{
    white-space: nowrap;
    display: inline-block;
    padding:.1rem 0;
}
@keyframes wordsLoop {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    20%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    20%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

.notInvited{
    color: #666666;
    font-size: .26rem;
}

.notInvited button{
    font-size: .24rem;
    color: #F03456;
    background: #FEEDED;
    text-align: center;
    padding: 0 .18rem;
    border-radius: .08rem;
    margin-top: .1rem;
}

.notInvited button.isSend{
    color: #A7A7A7;
    background: #F0F1F4;
}
.openAccount{
    font-size: .32rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: .3rem 0;
    width: 6.28rem;
    background: #E33D42;
    border-radius: .1rem;
    border: 1px #F03456 solid;
    position: fixed;
    left: calc(50% - 3.14rem);
    bottom:.65rem;
}