
.cl-f1f {
    color: #F1FF00;
}

.cl-fff {
    color: #fff;
}

.cl-b29b52 {
    color: #b29b52;
}

.f16 {
    font-size: 16px;
}

.f32 {
    font-size: 32px;
}

.f42 {
    font-size: 42px;
}

.f54 {
    font-size: 54px;
}

.mt30 {
    margin-top: 30px;
}

.mt60 {
    margin-top: 60px;
}

html {
    height: 100%;
    font-size: 13.333vw;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    font: 0.14rem;
}

.app {
    display: none;
}

h1, h2, h3, h4, h5, p, ul, ol {
    margin-bottom: 0;
    margin-top: 0;
}





.banner {
    width:100vw;
    height: 500px;
    background: url(/img/img/activity/invite/oldbanner.jpg) no-repeat center/cover;
    text-align: center;
    color: #fff;
    padding-top: 100px;
}

    .banner h2 {
        line-height: 52px;
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .banner a.btna {
        line-height: 46px;
        width: 160px;
        margin: auto;
        display: block;
        color: #fff;
        font-size: 16px;
        border-radius: 23px;
        background-image: linear-gradient(45deg, #ff9900 0%, #ffb200 99%, #ffb200 100%);
        margin-top: 80px;
    }

        .banner a.long {
            width: 290px;
        }

.dataUl {
    margin: 70px 0;
}

    .dataUl li {
        float: left;
        width: 25%;
        text-align: center;
    }

        .dataUl li .f54 {
            font-weight: bold;
        }


.bottomUl {
    margin: 70px 0;
}

    .bottomUl li {
        float: left;
        width: 410px;
        margin-right: 30px;
        line-height: 40px;
    }

        .bottomUl li:nth-of-type(3) {
            margin-right: 0;
        }



.moneyUl li {
    width: 412px;
    height: 249px;
    float: left;
    margin-right: 32px;
    color: #fff;
    padding: 140px 40px 0 40px;
}

    .moneyUl li p {
        margin-bottom: 20px;
    }

    .moneyUl li:nth-of-type(1) {
        background: url(/img/img/activity/invite/5.png) no-repeat center center;
    }

    .moneyUl li:nth-of-type(2) {
        background: url(/img/img/activity/invite/10.png) no-repeat center center;
    }

    .moneyUl li:nth-of-type(3) {
        background: url(/img/img/activity/invite/15.png) no-repeat center center;
        margin-right: 0;
    }



.container {
    width: 1300px;
    padding: 0;
}
