﻿body {
    background-color: #f5f5f5;
}

.banner1 {
    width: 100%;
    height: 300px;
    background: url(../img/001.jpg) 100%;
    background-size: cover
}

.banner2 {
    width: 100%;
    height: 300px;
    background: url(../img/002.jpg) 100%;
    background-size: cover
}
.banner3 {
    width: 100%;
    height: 300px;
    background: url(../img/003.png) 100%;
    background-size: cover
}

.btn {
    background-image: linear-gradient(to right, #eb8011, #f59f33, #f9cf58);
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    font-size: 1rem
}

.active {
    background-color: #ff7f00;
    color: #fff
}

.btn-primary {
    background-color: #ff7f00;
    color: #fff;
    text-align:center;
    border-radius:10px;
    padding:5px 10px;
}

.text1 {
    color: #ff8500
}

.banner-top .banner-wallet {
    padding: 0 .25rem 0 .5rem;
    line-height: 1rem;
    font-size: 1rem;
    color: #bdbdbd;
    z-index: 2;
    background: #222
}

.banner-top .banner-title {
    position: absolute;
    top: .5rem;
    left: 50%;
    font-size: 1.2rem;
    font-weight: 600;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1.4rem
}

.banner-top .banner-wallet span {
    width: 4.6rem;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#scrollBox {
    height: 250px;
    overflow: hidden;
}

#userlist {
    list-style: none;
    margin: 0;
    padding: 0;
    
}
.scroll-animation {
    animation: scrollUp 120s linear infinite;
}

#userlist li {
    height: 30px;
    line-height: 30px;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}
.out-video {
    position: relative;
    margin-top: .2rem
}

.out-video video {
    width: 100%;
    height: 18rem
}

.out-video img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 4rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
.partner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partner-list div {
    margin: .3rem .2rem 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    height: .8rem
}

    .partner-list span img {
        width: 7rem;
        height: 3.2rem
    }

    .partner-list span:nth-child(3n) {
        margin-right: 0
    }
.van-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7)
}
.van-popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-overflow-scrolling: touch
}

.van-popup--center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

    .van-popup--center.van-popup--round {
        border-radius: 16px
    }

.van-popup--top {
    top: 0;
    left: 0;
    width: 100%
}

    .van-popup--top.van-popup--round {
        border-radius: 0 0 16px 16px
    }

.van-popup--right {
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

    .van-popup--right.van-popup--round {
        border-radius: 16px 0 0 16px
    }

.van-popup--bottom {
    bottom: 0;
    left: 0;
    width: 100%
}

    .van-popup--bottom.van-popup--round {
        border-radius: 16px 16px 0 0
    }

.van-popup--left {
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

    .van-popup--left.van-popup--round {
        border-radius: 0 16px 16px 0
    }

.van-popup--safe-area-inset-bottom {
    padding-bottom: env(safe-area-inset-bottom)
}

.van-popup-slide-bottom-enter-active, .van-popup-slide-left-enter-active, .van-popup-slide-right-enter-active, .van-popup-slide-top-enter-active {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.van-popup-slide-bottom-leave-active, .van-popup-slide-left-leave-active, .van-popup-slide-right-leave-active, .van-popup-slide-top-leave-active {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.van-popup-slide-top-enter, .van-popup-slide-top-leave-active {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

.van-popup-slide-right-enter, .van-popup-slide-right-leave-active {
    -webkit-transform: translate3d(100%,-50%,0);
    transform: translate3d(100%,-50%,0)
}

.van-popup-slide-bottom-enter, .van-popup-slide-bottom-leave-active {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

.van-popup-slide-left-enter, .van-popup-slide-left-leave-active {
    -webkit-transform: translate3d(-100%,-50%,0);
    transform: translate3d(-100%,-50%,0)
}

.van-popup__close-icon {
    position: absolute;
    z-index: 1;
    color: #c8c9cc;
    font-size: 22px;
    cursor: pointer
}

    .van-popup__close-icon:active {
        color: #969799
    }

.van-popup__close-icon--top-left {
    top: 16px;
    left: 16px
}

.van-popup__close-icon--top-right {
    top: 16px;
    right: 16px
}

.van-popup__close-icon--bottom-left {
    bottom: 16px;
    left: 16px
}

.van-popup__close-icon--bottom-right {
    right: 16px;
    bottom: 16px
}
.profit-modal {
    width: 20rem;
    padding-bottom: .36rem
}

    .profit-modal .modal-title {
        position: relative;
        height: 2rem;
        font-size: 1.2rem;
        color: #333;
        line-height: 2.4rem;
        text-align: center;
        padding: 1rem;
        border-bottom: .02rem solid #ededed
    }

        .profit-modal .modal-title img {
            position: absolute;
            top: 50%;
            right: 1.28rem;
            width: 1.32rem;
            height: 1.32rem;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .profit-modal .modal-info {
        padding: 1rem 1.2rem;
        font-size: 1rem;
        color: #666
    }

        .profit-modal .modal-info span {
            color: #333;
            font-weight: bold;
            font-size: 1.3rem;
        }

        .profit-modal .modal-info div {
            margin-bottom: 1rem;
            text-align: center;
        }

    .profit-modal .modal-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .profit-modal .modal-btn div {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 2.44rem;
            flex: 0 0 2.44rem;
            height: 2rem;
            font-size: 1rem;
            color: #222;
            border: .1rem solid #d5d9dc;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: .8rem;
            text-align: center;
            line-height: 2rem;
        }

            .profit-modal .modal-btn div:last-child {
                background: #0b6bcb;
                color: #fff;
                border: .02rem solid #0b6bcb
            }
.langcon .langcong-title {
    position: relative;
    height: 3.6rem;
    font-size: 1.2rem;
    color: #333
}

    .langcon .langcong-title .van-icon {
        position: absolute;
        top: 50%;
        right: 1rem;
        color: #444;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.langcon .langlist-item {
    padding: 0 1rem;
    height: 3rem;
    border-top: .1rem solid #ededed;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.1rem;
    color: #333
}
.flexcenter {
    display: -webkit-flex
}

.flexcenter, .textline {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center
}

.textline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.langlist img {
    width: 10%;
}
input[type=radio] {
height:1.3rem;
width:1.3rem;
}