@import 'gm.less';
@import 'box.less';
@import 'common.less';
@import 'index_vw.less';

.footer-h {
    .b_l_w;
    min-height: 20vw;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    min-height: 20vw;
    border-top: 1px solid #f5f5f5;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    .box;
    .b_k;
    z-index:999;

    a {
        .text-center;
        padding-top: 12.5vw;
        width: 100%;
        height: 20vw;
        position: relative;
        color: #8d8d8d;

        &:before {
            content: '';
            position: absolute;
            left: calc(~'50% - 5.5vw');
            top: 1.25vw;
            width: 11vw;
            height: 11vw;
            background: no-repeat;
            background-size: 11vw 22vw;
        }
    }

    .a {
        color: #3285ff;

        &:before {
            background-position: 0% 100%;
        }
    }

    .loop(@num: 1) when(@num <= 4) {
        .f@{num} {
            &:before {
                background-image: url("../images/di-@{num}.png");
            }
        }

        .loop(@num + 1);
    }

    .loop;

    span {
        position: absolute;
        .y50;
        right: 25%;
        top: 2vw;
        background: #c0060c;
        color: #fff;
        height: 4vw;
        min-width: 4vw;
        line-height: 4vw;
    }
}

.body{
    >div{
        .b_l_w;
    }
}

.index {
    .f5;

    > div {
        .b_l_w;
    }

    .top {
        position: relative;

        .index-search {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            .w;
            padding: 3.333vw;
            .box;

            .location {
                .box;
                .box-align-center;
                color: #1b1b1b;
                white-space: nowrap;
                font-size: 4vw;
                .b;

                img {
                    height: 4.667vw;
                    margin-right: 2.533vw;
                }

                i {
                    margin: 0 3.333vw 0 1.6vw;
                }
            }

            .van-search {
                .w;
                padding: 0;

                .van-icon {
                    color: #888;
                    .b;
                }

                .van-field__control {
                    &::-webkit-input-placeholder {
                        color: #888;
                    }
                }
            }
        }

        ._user {
            position: absolute;
            left: 0;
            bottom: 1.333vw;
            z-index: 1;
            .w;
            padding: 0 3.333vw 2.667vw;

            > div {
                .w;
                height: 20vw;
                background-color: #007eef;
                border-radius: 2vw;
                .box;
                .box-align-center;
                .bs;
                padding: 0 3.333vw;

                > img {
                    .y50;
                    width: 10.667vw;
                    height: 10.667vw;
                    border: 1px solid #fff;
                    margin-right: 3.333vw;
                }

                > div {
                    .box;
                    .box-tb;
                    padding-bottom: .5vw;
                }

                b {
                    font-size: 3.467vw;
                    .box;
                    .box-align-center;
                    margin-bottom: 2vw;
                }

                span {
                    margin-left: 2.533vw;
                    height: 4.267vw;
                    line-height: 4.267vw;
                    background-color: #fbbd46;
                    border-radius: 0.667vw;
                    font-size: 2.667vw;
                    color: #1b1b1b;
                    font-weight: normal;
                    padding: 0 1vw;
                }

                .r {
                    b {
                        font-size: 3.733vw;
                        margin-bottom: 1.5vw;
                    }

                    .box-align-center;
                    padding: 0 3.333vw;
                }
            }
        }
    }

    ._menu {
        position: relative;
        z-index: 2;
        .b_k;
        margin-top: -4vw;
        border-radius: 4vw 4vw 0vw 0vw;

        > div {
            .box;
            .box-wrap;
        }

        .t {
            padding: 6vw 2vw 0;

            a {
                width: 20%;
                .box;
                .box-tb;
                .box-align-center;
                color: #313131;
                margin-bottom: 6vw;

                img {
                    width: 11.333vw;
                    height: 11.333vw;
                    margin-bottom: 2vw;
                }
            }
        }

        .m {
            padding: 2vw 3.333vw;
            .box-pack-between;
        }
    }

    .block {
        width: 45.333vw;
        border-radius: 2vw;
        margin-bottom: 2.667vw;

        img {
            .w;
        }
    }

    .title {
        .box;
        .box-align-center;
        .box-pack-between;
        height: 14vw;

        b {
            font-size: 5.333vw;
        }

        a {
            color: #6c6c6c;
        }
    }

    .content {
        padding: 0 3.333vw;

        > div {
            .b_l_w;
        }
    }

    .recommend {
        .box;
        .box-tb;

        a {
            .w;
            .b_k;
            height: 33.333vw;
            border-radius: 2vw;
            padding: 3.333vw;
            .box;
            margin-bottom: 3.333vw;

            img {
                width: 26.667vw;
                height: 26.667vw;
                border-radius: 2vw;
                margin-right: 2.667vw;
            }

            .c {
                .w;
                .box;
                .box-tb;
                .box-pack-between;
                height: 26.667vw;

                .name {
                    font-size: 3.467vw;
                    .text-hide(2);
                    line-height: 4.8vw;
                    color: #333;
                }

                s {
                    color: #b5b5b5;
                }

                .price {
                    .box;
                    .box-pack-between;
                    .box-align-end;

                    b {
                        font-size: 4.667vw;
                        color: #3285ff;

                        span {
                            font-size: 3.2vw;
                        }
                    }

                    p {
                        .text-center;
                        width: 16vw;
                        height: 6vw;
                        line-height: 6vw;
                        background-color: #3285ff;
                        border-radius: 0.667vw;
                        .bs;
                        font-size: 3.467vw;
                    }
                }
            }
        }
    }
}

.index-list {
    .box;
    .box-pack-between;
    .box-wrap;

    a {
        .b_k;
        width: 44.667vw;
        border-radius: 2vw;
        margin-bottom: 3.333vw;

        > img {
            .w;
            height: 44.667vw;
        }

        .c {
            padding: 2vw;
            .box;
            .box-tb;

            .name {
                .w;
                .text-hide(2);
                line-height: 4.8vw;
                min-height: 9.6vw;
                font-size: 3.467vw;
            }

            .price {
                margin-top: 4vw;
                .box;
                .box-align-end;
                .box-pack-between;

                b {
                    font-size: 4.667vw;
                    color: #3285ff;

                    span {
                        font-size: 3.2vw;
                    }
                }

                img {
                    width: 5.333vw;
                }
            }
        }
    }
}

.sort {

    > div {
        .b_l_w;
    }

    .content {
        .box;
        height: calc(~'100vh - 14.667vw - 20vw');
        border-top: 1px solid #f3f3f3;

        .van-sidebar {
            height: 100%;
            background: #f3f3f3;
        }

        .van-sidebar-item {
            background-color: #f3f3f3;
            .text-center;
            font-size: 3.2vw;
        }

        .van-sidebar-item--select, .van-sidebar-item--select:active {
            background-color: #fff;
            color: #3285ff;
        }

        .van-sidebar-item--select::before {
            background-color: #3285ff;
            width: 0.667vw;
            height: 4vw;
        }

        .c {
            width: 78.667vw;
            overflow-y: auto;
            .box;
            align-content: flex-start;
            .box-wrap;
            padding-top: 4.533vw;

            a {
                width: 33.33%;
                .box;
                .box-pack-center;
                align-content: flex-start;
                .box-wrap;
                margin-bottom: 7vw;

                img {
                    width: 16vw;
                    height: 16vw;
                    border-radius: 1.333vw;
                }

                p {
                    .b_l_w;
                    padding: 3vw 3vw 0;
                    font-size: 3.467vw;
                    .text-center;
                    .text-hide(2);
                }
            }
        }
    }
}

.login {
    padding: 20vw 10vw 0;

    > div {
        .b_l_w;
    }

    .logo {
        .box;
        .box-pack-center;
        .box-wrap;
        margin-bottom: 10vw;

        img {
            width: 18vw;
            height: 18vw;
        }

        p {
            .b_l_w;
            .text-center;
            font-size: 4.267vw;
            margin-top: 3.333vw;
        }
    }

    .tit {
        i {
            position: absolute;
            left: 4vw;
            top: 5.333vw;
        }

        font-size: 5.333vw;
        padding: 3vw 0;
    }

    .input {
        .box;
        .box-align-center;
        height: 14.933vw;
        border-bottom: 1px solid rgba(220,220,220,.8);
        padding: 2.667vw 2.667vw 0;

        img {
            width: 4.533vw;
            margin-right: 2.667vw;
        }

        input {
            width: 100%;
            border: 0 !important;
            font-size: 3.733vw;

            &::-webkit-input-placeholder {
                color: #aaa;
            }
        }
    }

    .tip {
        padding: 4vw 2vw 10vw;
        color: #a0a0a0;
    }

    .code {
        .box;
        .box-align-center;
        font-size: 2.933vw;
        height: 6vw;
        line-height: 6vw;
        list-style: none;
        border-radius: 3vw;
        color: #fff;
        padding: 0 2.533vw;
        white-space: nowrap;
        background-color: #007eef;
    }

    .forgot {
        font-size: 3.467vw;
        padding: 4.667vw 2.667vw;
    }

    .btn {
        padding: 5.2vw 3.333vw;

        > * {
            .b_l_w;
            .bs;
            .b;
            font-size: 4vw;
            letter-spacing: 0.4vw;
            border: 0;
            height: 10.667vw;
            background-color: #3285ff;
            border-radius: 5.333vw;
        }
    }
}

.agreement {
    .text-center;
    .box;
    .box-align-center;
    .box-pack-center;
    margin-top: 3vw;

    .van-checkbox__icon {
        display: inline-block !important;
        margin: -.2vw 0 0;
    }

    .van-checkbox__icon .van-icon {
        border: 1px solid #000;
    }

    .van-checkbox__label {
        margin-left: 1.467vw;
    }

    a {
        color: #3285ff;
    }
}

.cart {
    .f5;
    .van-checkbox-group {
        .b_l_w;
        padding: 4vw 3.333vw 25vw;

        .van-checkbox {
            .b_l_w;
            .b_k;
            padding: 0 0 0 3.333vw;
            border-radius: 2vw;
            margin: 0 0 4vw;
        }

        .van-swipe-cell__right {
            .box;

            button {
                height: 100%;
            }
        }
    }

    ._content {
        width: 100%;
        padding: 3.333vw 0;
        .box;
        .box-align-center;

        img {
            width: 22.667vw;
            height: 22.667vw;
            border-radius: 1.333vw;
            margin-right: 2.667vw;
        }

        .c {
            width: 59.333vw;
            padding-right: 6vw;
            min-height: 22.667vw;
            line-height: 5.5vw;
            position: relative;
            .box;
            .box-tb;
            .box-pack-between;

            .name {
                .b;
                font-size: 3.467vw;
                /*.text-hide-1;*/
            }

            p {
                font-size: 2.933vw;
                color: #898989;
                line-height: 5vw;
            }

            .price {
                font-size: 3.467vw;
                color: #3285ff;

                span {
                    font-size: 2.667vw;
                }
            }

            .van-stepper {
                position: absolute;
                right: 6vw;
                bottom: 0;
            }
        }
    }

    .submit {
        .w;
        .b_k;
        position: fixed;
        left: 0;
        bottom: calc(~'20vw + 1px');
        min-height: 16vw;
        padding-left: 3.333vw;
        padding-right: 3.333vw;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
        .box;
        .box-align-center;

        .r {
            .box;
            .box-align-center;

            .c {
                .box;
                .box-tb;
                .text-right;
                margin-right: 4vw;

                span {
                    color: #898989;
                }

                p {
                    font {
                        color: #007eef;

                        b {
                            font-size: 4.267vw;
                        }
                    }
                }
            }

            .van-button {
                width: 28vw;
                .b;
                font-size: 4vw;
            }
        }
    }
}

.my {
    .f5;
    background: url(/images/my-bg.png) no-repeat;
    background-size: 100% auto;
    padding: 0 3.333vw 20vw;

    > div {
        .b_l_w;
        margin-bottom: 3.333vw;
    }

    .top {
        height: 29.333vw;
        .box;
        .box-align-center;
        padding: 2.733vw 2vw 0;
        margin: 0;

        > img {
            .y50;
            width: 16vw;
            height: 16vw;
            margin-right: 4vw;
        }

        .c {
            .box;
            .box-tb;
            .w;

            .name {
                .b;
                font-size: 4.267vw;
                margin-bottom: 3vw;
                .text-hide(1);
            }

            .phone {
                .box;
                .box-align-center;

                span {
                    margin-right: 1.867vw;
                }
            }
        }
    }

    .block {
        height: 34.667vw;
        background-image: linear-gradient(90deg, #414d5a 0%, #2f3944 100%);
        border-radius: 2vw;
        position: relative;
        padding: 2vw 3.333vw;
        .bs;
        .box;
        .box-tb;
        .box-pack-around;

        .my-vip {
            position: absolute;
            left: 0;
            top: 2.667vw;
            height: 6vw;
            line-height: 6vw;
            background-image: linear-gradient(90deg, rgba(233, 199, 154, 1) 0%, #e7bd88 100%);
            border-radius: 0vw 3vw 3vw 0vw;
            padding: 0 3.6vw;
            .b;
            color: #5d3102;
        }

        .more {
            .box;

            a {
                .r;
                color: #c2c2c2;
            }
        }

        .today {
            .b;
            font-size: 4vw;
        }

        .bar {
            .box;
            .box-align-center;

            b {
                white-space: nowrap;
                color: #eacc86;
            }

            ._bar {
                .w;
                margin: 0 2.267vw;
                height: 1.067vw;
                background-color: #959595;
                border-radius: 0.533vw;

                div {
                    .w;
                    height: 100%;
                    background-color: #eacc86;
                    border-radius: 0.533vw;
                }
            }

            span {
                white-space: nowrap;
                color: #dcdcdc;
            }
        }

        .need {
            b {
                font-size: 4vw;
                margin: 0 1vw;
            }
        }
    }

    .title {
        .w;
        .box;
        .box-pack-between;
        .box-align-center;

        b {
            font-size: 4vw;
        }

        a {
            color: #1b1b1b;
        }
    }

    ._wallet {
        height: 22.667vw;
        .b_k;
        border-radius: 2vw;
        .box;
        .box-tb;
        .box-pack-center;
        padding: 0 3.333vw;

        .price {
            .box;
            .box-pack-between;
            .box-align-center;
            margin-top: 3vw;

            b {
                font-size: 6vw;

                span {
                    font-size: 3.2vw;
                }
            }

            button {
                height: 7.333vw;
            }
        }
    }

    ._order {
        .b_k;
        border-radius: 2vw;
        padding: 0 3.333vw;

        .title {
            height: 11.867vw;
            border-bottom: 1px solid #f5f5f5;
        }

        .c {
            .box;
            .box-align-center;
            height: 23.333vw;

            .van-badge--dot {
                right: -1vw;
                top: -1vw;
            }
        }
    }

    ._menu {
        .b_k;
        border-radius: 2vw;
        padding: 0 3.333vw 3.333vw;

        .title {
            height: 11.867vw;
        }

        .c {
            .box;
            .box-wrap;

            .list {
                width: 33.333%;
                margin: 3vw 0;
            }
        }
    }

    .list {
        .w;
        .box;
        .box-tb;
        .box-align-center;

        img {
            height: 6.667vw;
            margin-bottom: 3vw;
        }

        p {
            color: #313131;
        }
    }
}

._vip {
    .box;
    .box-align-center;
    .b_k;
    height: 4.533vw;
    border-radius: 2.267vw;
    border: solid 1px #007eef;
    width: max-content;
    font-size: 2.667vw;
    .b;
    color: #007eef;
    letter-spacing: 0.267vw;
    padding: 0 1.467vw;

    img {
        height: 3.2vw;
        margin-right:.667vw;
    }
}

.vip {
    .f5;
    padding: 4vw 3.333vw;

    > div {
        .b_l_w;
    }

    .top {
        height: 30.667vw;
        background-image: linear-gradient(90deg, #4285ec 0%, #0bbafb 100%);
        border-radius: 2vw;
        position: relative;
        .box;
        .box-tb;
        .box-pack-center;
        padding: 0 5.2vw;
        .bs;
        margin-bottom: 4vw;

        p {
            font-size: 3.733vw;
            margin-bottom: 5vw;
        }

        b {
            font-size: 7.333vw;
        }

        &::before {
            content: '';
            position: absolute;
            right: 3.333vw;
            bottom: 0;
            width: 22.4vw;
            height: 28.267vw;
            background: url(/images/vip-i.png) no-repeat;
            background-size: 100% 100%;
        }
    }

    .list {
        .b_k;
        border-radius: 2vw;
        margin-bottom: 3.333vw;
        min-height: 16vw;
        .box;
        padding: 3.333vw;

        .l {
            .box;
            .box-tb;

            span {
                font-size: 3.733vw;
            }

            p {
                margin-top:2vw;
                font-size: 3.467vw;
                color: #a0a0a0;
            }
        }

        .r {
            .b;
            font-size: 4.667vw;
            color: #007eef;
        }
    }
}

.GoodsDetail {
    .f5;
    padding-bottom: 16vw;

    > div {
        .b_l_w;
    }

    .top, .tip {
        .b_k;
        padding: 3.333vw;
    }

    .top {
        border-bottom: 1.333vw solid #f5f5f5;
        padding-bottom: 2vw;

        .name {
            font-size: 4vw;
        }

        .price {
            .box;
            .box-align-end;
            margin-top: 4vw;

            b {
                color: #3285ff;
                font-size: 5.067vw;

                span {
                    font-size: 3.2vw;
                    font-weight: normal;
                }
            }

            s {
                color: #898989;
                margin: 0 0 .8vw 2.667vw;
            }

            p {
                .r;
                font-size: 3.333vw;
                color: #333;
                margin-bottom: .8vw;
            }
        }
    }

    .tip {
        .box;
        .box-align-center;
        font-size: 3.467vw;
        line-height: calc(~'5.333vw - 2px');

        p {
            padding: 0 1.867vw;
            width: max-content;
            height: 5.333vw;
            border-radius: .667vw;
            border: solid 1px #007eef;
            margin-left: 6vw;
            font-size: 3.333vw;
            color: #007eef;
        }
    }

    .van-goods-action{
        height:16vw;
        border-top:1px solid #f5f5f5;
    }
}

.Team {
    .f5;
    padding: 5.333vw 3.333vw;

    > div {
        .b_l_w;
    }

    .van-tab--active .van-tab__text {
        .b;
    }

    .v {
        .bs;
        padding: 0 2.8vw;
        width: max-content;
        height: 5.333vw;
        line-height: 5.333vw;
        background-color: #007eef;
        border-radius: 2.667vw;
    }

    .top {
        height: 44vw;
        background: #007eef;
        border-radius: 3.333vw;
        padding: 0 6.667vw;
        .bs;

        .t {
            .b_l_w;
            .box;
            .box-align-center;
            height: 22.267vw;

            div {
                .text-center;
                font-size: 4vw;
                line-height: 9vw;

                b {
                    font-size: 6.667vw;
                }
            }

            a {
                margin-left: auto;
                .b_k;
                width: 29.333vw;
                height: 8vw;
                border-radius: 4vw;
                .box;
                .box-align-center;
                .box-pack-center;
                font-size: 4vw;
                color: #007eef;

                img {
                    height: 5.333vw;
                    margin-right: 2vw;
                }
            }
        }

        .c {
            .b_l_w;
            height: 17.333vw;
            background: rgba(255, 255, 255, .2);
            border-radius: 3.333vw;
            .box;
            .box-align-center;
            .box-pack-around;

            > div {
                .text-center;
                line-height: 6vw;
                padding-top: 1vw;
                width: 50%;

                p {
                    font-size: 3.333vw;
                }

                b {
                    font-size: 5.333vw;
                }
            }

            > p {
                width: 1px;
                height: 10vw;
                background: linear-gradient(45deg, transparent, #f8f8f8, transparent);
            }
        }
    }

    .list {
        .b_k;
        height: 24vw;
        border-radius: 2.667vw;
        .box;
        .box-align-center;
        padding: 0 4vw;
        margin-bottom:3.333vw;

        > img {
            .y50;
            width: 12vw;
            height: 12vw;
            margin-right: 4vw;
        }

        .c {
            .w;
            .box;
            .box-tb;
            line-height: 5vw;

            .name {
                .box;
                line-height: 5.333vw;
                margin:1vw 0 2vw;

                b {
                    max-width: 40vw;
                    .text-hide(1);
                    margin-right: 2.667vw;
                    font-size: 4vw;
                }
            }

            > p {
                color: #585858;
            }
        }
    }
}

.asset {
    .b_l_w;
    .f5;

    > div {
        .b_l_w;
    }

    ._top {
        height: 30.667vw;
        border-radius: 2vw;
        position: relative;
        margin-bottom: 4vw;
        .box;
        .box-tb;
        .box-pack-center;
        .bs;
        padding: 0 3.333vw 0 5.333vw;

        > * {
            .box;
            align-items: center;
        }

        p {
            font-size: 3.733vw;
            margin-bottom: 5vw;

            i {
                margin: .8vw 0 0 1.2vw;
            }

            a {
                margin-left: auto;
                .bs;
                .box;
                .box-align-center;

                img {
                    height: 4vw;
                    margin-right: 1.4vw;
                }
            }
        }

        b {
            font-size: 7.333vw;

            span {
                font-size: 4vw;
                margin-left: 1vw;
            }

            a {
                margin-left: auto;
                width: 20.133vw;
                height: 6.667vw;
                line-height: 6.667vw;
                background-image: linear-gradient(90deg, #ffebcc 0%, #e4c080 100%);
                border-radius: 3.333vw;
                letter-spacing: 0.373vw;
                color: #1b1b1b;
                font-size: 3.733vw;
                .b;
                .text-center;
            }
        }
    }

    ._top-c1 {
        height: 20vw;
        .b_k;
        margin-top: -6.667vw;
        border-radius: 0vw 0vw 2.667vw 2.667vw;
        .box;
        .box-tb;
        .box-pack-center;
        padding: 2.667vw 3.333vw 0;
        margin-bottom: 4vw;

        p {
            .box;
            color: #898989;
            line-height: 6vw;

            b {
                margin-left: auto;
                color: #1b1b1b;
            }
        }
    }

    ._top-c2 {
        margin-top: -6.667vw;
        height: 14.667vw;
        background-color: #f5f5f5;
        border-radius: 0vw 0vw 2.667vw 2.667vw;
        .box;
        .box-pack-between;
        .box-align-center;
        padding: 2.667vw 3.333vw 0;
        margin-bottom: 4vw;

        span {
            color: #898989;

            b {
                color: #1b1b1b;
                margin-left: 1.2vw;
            }
        }
    }

    .d {
        .box;
        margin-bottom: 4.667vw;

        .times {
            width: 28vw;
            height: 8vw;
            line-height: 8vw;
            .box;
            .box-align-center;
            .box-pack-center;
            .b_k;
            border-radius: 4vw;
            box-shadow: 0 0 1.613vw rgba(141, 141, 141, 0.15);
            .b;
            font-size: 4vw;

            div {
                width: 2.4vw;
                height: 1.333vw;
                background-color: #1b1b1b;
                margin-left: 1.2vw;
                clip-path: polygon(0 0, 100% 0, 50% 100%);
            }
        }

        .c {
            margin: 0 2vw 0 auto;
            .box;
            .box-pack-between;
            .text-center;
            width: 40vw;
            height: 8vw;

            div {
                .box;
                .box-tb;
                .box-pack-between;
            }
        }
    }
}

.asset-n {
    .b_l_w;

    .van-tabs {
        .b_l_w;
        margin-bottom: 4vw;

        .van-tabs__wrap, .van-tabs__nav--card {
            height: 8vw;
            margin: 0 !important;
            border: 0;
        }

        .van-tab {
            border-radius: 4vw;
            border: 0;
            background: #eee;
            margin: 0 1.333vw;

            &:first-child {
                margin-left: 0;
            }

            &:last-child {
                margin-right: 0;
            }
        }
    }

    .van-clearfix {
        .b_l_w;
        .b_k;
        border-radius: 2.667vw;
        padding: 0 3.333vw;
        margin-bottom: 4vw;
        box-shadow: 0 0 1.613vw rgba(141, 141, 141, 0.15);

        .van-cell {
            padding: 2.667vw 0;
        }

        .position-relative {
            line-height: 10vw;
        }
    }
}

.account-cell {
    padding: 10.667vw 6.667vw;
    display: flex;
    align-items: center;
    background: #f8f8f8;

    .account-container {
        display: flex;
        align-items: center;

        .card {
            display: flex;
            align-items: center;

            .code {
                margin-left: 1.333vw;
                font-size: 3.333vw;
            }
        }

        .title {
            color: #333;
        }

        .account {
            margin-left: 6.667vw;
            display: flex;
            flex-direction: column;

            .card {
                color: #000;
            }

            .desc {
                color: #999;
                font-size: 3vw;
            }
        }
    }
}

.cashout {
    padding: 6.667vw;

    .title {
        font-size: 3.333vw;
    }

    .amount {
        margin: 3.333vw 0;
        display: flex;
        align-items: flex-end;

        .prefix {
            font-size: 8vw;
            font-weight: bold;
        }

        .van-field {
            display: flex;
            align-items: flex-end;
            padding: unset;
            font-size: 8vw;
        }
    }
}

.cashout-card {
    display: flex;
    align-items: center;

    .card {
        display: flex;
        align-items: center;

        .code {
            margin-left: 3.333vw;
            font-size: 3.333vw;
        }
    }
}

.cashout-remark {
    margin: 0 6.667vw 6.667vw 6.667vw;
}

.bank-card {
    border-radius: 1.333vw;
    display: flex;
    align-items: center;
    padding: 3.333vw;

    .bank-icon {
        margin-right: 10px;
        border-radius: 50%;
        background: #fff;
    }
}

.bank-card-desc {
    position: fixed;
    bottom: 40px;
    padding: 3.333vw 3.333vw;
    font-size: 3.333vw;
    background: #fff;
}

.setting {
    .van-icon {
        .box;
        .box-align-center;
    }
}

.Order {
    .f5;
    padding: 30vw 3.333vw 5vw;

    .top {
        .w;
        position: fixed;
        left: 0;
        top: 0;
        z-index:1;
    }

    .list {
        .b_l_w;
        .b_k;
        position: relative;
        padding: 3.333vw;
        border-radius: 2vw;
        margin-bottom: 3.333vw;

        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 3.333vw;
            width: 0.667vw;
            height: 3.333vw;
            background-color: #007eef;
        }

        .stats {
            .box;
            .box-align-center;

            img {
                height: 2.667vw;
                margin-left: 2vw;
            }

            b {
                .r;
                color: #007eef;
            }
        }

        .goods {
            .box;
            margin-top: 3.333vw;

            > img {
                width: 22.667vw;
                height: 22.667vw;
                border-radius: 1.333vw;
                margin-right: 2.667vw;
            }

            .c {
                .w;
                .box;
                .box-tb;
                .box-pack-around;

                .name {
                    .box;
                    .b;

                    p {
                        .text-hide(1);
                        font-size: 3.333vw;
                        padding-right: 2vw;
                    }

                    b {
                        .r;
                        white-space: nowrap;
                        color: #222;
                        font-size: 3.467vw;

                        span {
                            font-size: 2.667vw;
                        }
                    }
                }

                .remark {
                    font-size: 2.933vw;
                    color: #898989;
                }

                .number {
                    .box;
                    font-size: 2.933vw;
                    color: #007eef;

                    p {
                        color: #898989;
                        .r;
                    }
                }
            }
        }

        .price {
            .box;
            .box-tb;
            line-height: 5vw;

            p {
                .text-right;
            }

            div {
                .box;
                .box-align-center;
                color: #898989;
                font-size: 2.933vw;

                b {
                    .r;
                    color: #000000;
                    font-size: 4.267vw;

                    span {
                        font-size: 3.2vw;
                    }
                }
            }
        }

        .btn {
            .box;
            .box-rl;
            margin-top:3vw;

            button {
                width: 22.667vw;
                height: 8vw;
                white-space:nowrap;
                margin-left:3vw;
            }
        }
    }
}

.authing {
    .bg(#fff,url('/images/authing-bg.png'));
    .box;
    .box-tb;
    .box-pack-center;
    .box-align-center;

    &:before {
        background-size: 100% 100% !important
    }

    height: calc(~'100vh - 12.26666667vw');
    padding-bottom: 25vw;

    > img {
        height: 44.133vw;
        margin-bottom: 10vw;
    }

    > b {
        font-size: 5.333vw;
        color: #1b1b1b;
        margin-bottom: 6vw;
    }

    > p {
        width: 46.667vw;
        height: 7.333vw;
        line-height: 7.333vw;
        background-color: #b2e5fb;
        border-radius: 3.667vw;
        .text-center;
        font-size: 4vw;
        color: #3285ff;
        margin-bottom: 14vw;
    }

    > button {
        .b;
        width: 73.333vw;
        height: 12vw;
        font-size: 4.267vw;
        letter-spacing: 0.427vw;
    }
}

.auth {
    .f5;
    padding: 0 3.333vw;

    > div {
        .b_l_w;
    }

    .tip {
        padding: 3.333vw 0;
        line-height: 4.8vw;
        color: #7d7d7d;
    }

    .input {
        padding: 3.333vw;
        border-radius: 2vw;
        .b_k;

        > div {
            .b_l_w;
        }

        .tit {
            .b;
            font-size: 3.733vw;
            color: #1b1b1b;
            margin-bottom: 3.333vw;
        }

        .van-cell {
            padding: 2.66666667vw 0;

            &::after {
                left: 0;
                right: 0;
            }
        }

        ._tip {
            margin-top: 3.333vw;
            padding: 3.333vw;
            background-color: #e2f4fe;
            border-radius: 0.667vw;
            color: #1b1b1b;
            line-height: 4.8vw;
        }
    }

    .van-tabs {
        margin: 2vw 0 4vw;
    }

    ._upload {
        padding: 0 3.333vw 3.333vw;
        border-radius: 2vw;
        .b_k;

        .list {
            .w;
            .box;
            padding: 3.333vw 0 0;

            .l {
                .box;
                .box-tb;
                padding-right: 4vw;

                > div {
                    margin-bottom: 3.333vw;
                }

                .name {
                    .box;
                    .box-align-end;
                    color: #959595;

                    span {
                        font-size: 3.733vw;
                        color: #ff2b00;
                        margin-right: 2vw;
                    }

                    b {
                        font-size: 3.733vw;
                        color: #1b1b1b;
                    }
                }

                .btn {
                    a {
                        color: #007eef;
                        margin-right: 7.867vw;
                    }
                }

                ._tip {
                    color: #898989;

                    b {
                        color: #1b1b1b;
                    }

                    span {
                        color: #007eef;
                    }
                }
            }

            .r {
                .van-uploader__upload {
                    margin: 0;
                    width: 26.667vw;
                    height: 26.667vw;
                    background-color: #f8f8f8;
                    border-radius: 2vw;
                }

                .van-uploader__upload-icon {
                    color: #007eef;
                    .b;
                    font-size: 8vw;
                }

                .van-uploader__upload-text {
                    color: #000;
                }
            }
        }
    }

    .adviser {
        .b_k;
        height: 17.333vw;
        border-radius: 2vw;
        margin-top: 3.333vw;
        .box;
        .box-align-center;
        padding: 0 5.333vw 0 3.333vw;

        .l {
            .box;
            .box-tb;

            b {
                font-size: 3.733vw;
                margin-bottom: 2vw;
            }

            p {
                color: #7d7d7d;
            }
        }

        .r {
            img {
                height: 9.333vw;
            }
        }
    }

    > button {
        margin: 10vw 0;
        .b_l_w;
    }
}

.showMandate {
    width: 93.333vw;
    .b_k;
    border-radius: 2vw;
    padding: 0 3.333vw 4vw;
    max-height: 147vw;
    overflow-y: auto;

    > div {
        .b_l_w;
    }

    .title {
        .box;
        .box-tb;
        .box-align-center;
        .box-pack-center;
        height: 22.4vw;

        b {
            font-size: 4.667vw;
            color: #0d0d0d;
            margin-bottom: 3vw;
        }

        p {
            color: #ff2b00;
        }
    }

    .list {
        background-color: #f5f5f5;
        border-radius: 1.333vw;
        margin-bottom: 3.333vw;
        .box;
        .box-align-center;
        .box-wrap;
        padding: 3.333vw;

        .text {
            .box;
            .box-align-center;
            color: #1b1b1b;

            b {
                width: 30vw;
                font-size: 4vw;
            }

            span {
                width: calc(~'100% - 30vw');
                font-size: 3.733vw;
            }
        }

        p {
            .w;
            margin-top: 2vw;
            color: #ff2b00;
            line-height: 4vw;
        }
    }
}

.showGoodsPopup {
    .w;

    > div {
        .w;
        padding: 3vw;
    }

    ._detail {
        .box;
        border-bottom: 1px solid #f5f5f5;

        > img {
            width: 30vw;
            height: 30vw;
            margin-right: 2vw;
        }

        .c {
            .w;
            .box;
            .box-tb;
            .box-pack-between;

            .name {
                .text-hide(2);
                .b;
                font-size: 4vw;
                line-height: 4.8vw;
            }

            ._select {
                color: #2d2d2d;
            }

            .point {
                color: #e02e24;
            }

            .price {
                .box;
                .box-align-center;
                .box-pack-between;

                b {
                    font-size: 4.8vw;
                    color: #e02e24;
                }
            }
        }
    }

    ._specs {

        .list {
            .box;
            .box-tb;

            .tit {
                .b;
                margin: 1vw 0 2vw;
            }

            .label {
                .box;
                .box-wrap;

                button,a {
                    padding: 0 2vw;
                    height: 7.6vw;
                    line-height: 7.6vw;
                    background-color: #eee;
                    color: #454646;
                    margin: 0 2vw 2vw 0;
                    border-radius: 1vw;
                }

                .a {
                    background-color: rgb(0, 126, 239);
                    .bs;
                }
            }
        }
    }

    .btn {
        border-top: 1px solid #f5f5f5;
    }
}

.pro-list {
    .b_l_w;
    position: relative;
    padding-top: 16vw;

    > div {
        .b_l_w;
    }

    .px {
        position: fixed;
        height: 12vw;
        margin-top: -16vw;
        .b_k;
        .box;

        a {
            width: 100%;
            .box;
            .box-center-center;
            font-size: 3.733vw;

            img {
                width: 1.867vw;
                margin-left: 1.333vw;
            }
        }

        .a {
            color: #3285ff;
        }
    }

    .content {
        .box;
        .box-pack-between;
        .box-wrap;
        padding: 0 3.333vw;

        a {
            width: 44.667vw;
            height: 69.333vw;
            background-color: #fefefe;
            border-radius: 2vw;
            overflow: hidden;
            margin: 0 0 4vw;

            img {
                width: 44.667vw;
                height: 45.333vw;
            }

            .c {
                .b_l_w;
                padding: 3.333vw 2.667vw 0;

                > div {
                    .b_l_w;
                }

                .name {
                    line-height: 4.8vw;
                    .text-hide(2);
                }

                .price {
                    margin-top: 3.333vw;
                    .box;

                    b {
                        color: #3285ff;
                        font-size: 4.667vw;

                        span {
                            font-size: 3.2vw;
                        }
                    }

                    font {
                        color: #898989;
                        margin: .5vw 0 0 auto;
                    }
                }
            }
        }
    }
}

.SubmitOrder {
    .b_l_w;
    .bg(#f5f5f5, '');

    > div {
        .b_l_w;
    }

    .top {
        padding: 3.333vw;
        background-image: linear-gradient(0deg, #f5f5f5 0%, #d6e7ff 100%);

        .c {
            .b_l_w;
            .b_k;
            .box;
            .box-tb;
            padding: 2.667vw 3.333vw;
            border-radius: 2vw;

            .t {
                .b;
                font-size: 4vw;
                color: #151515;
            }

            .m {
                .box;
                .box-tb;
                margin-top: 4vw;

                ._info {
                    font-size: 3.733vw;
                    color: #252525;

                    span + span {
                        font-size: 3.733vw;
                        color: #454444;
                        margin-left: 2.4vw;
                    }
                }

                ._address {
                    .box;
                    .box-pack-between;
                    .box-align-end;
                    margin-top: 1vw;

                    p {
                        .w;
                        padding-right: 4vw;
                        font-size: 3.333vw;
                        color: #555;
                    }

                    i {
                        font-size: 4vw;
                    }
                }
            }
        }
    }

    .content {
        padding: 3.333vw;

        > div {
            .b_l_w;
            .b_k;
            margin-bottom: 3.333vw;
            border-radius: 2vw;
        }

        ._goods {
            padding: 0 3.333vw;

            .list {
                .w;
                .box;
                padding: 3.333vw 0;
                border-bottom: 1px solid #f5f5f5;

                &:last-child {
                    border: 0;
                }

                > img {
                    width: 20vw;
                    height: 20vw;
                    background-color: #f9f9fa;
                    border-radius: 0.781vw;
                    border: solid 1px #f2f2f2;
                    margin-right: 3.333vw;
                }

                .c {
                    .w;
                    .box;
                    .box-tb;
                    .box-pack-around;

                    .name {
                        color: #343435;
                    }

                    .spec {
                        .box;

                        span {
                            .w;
                            font-size: 2.931vw;
                            color: #b4b4b4;
                            padding-right: 4vw;
                        }

                        p {
                            .r;
                            color: #b4b4b4;
                        }
                    }

                    .price {
                        color: #202020;
                    }
                }
            }
        }

        .van-field__label,
        .van-field__control {
            font-size: 3.2vw;
        }

        ._detail {
            padding: 2vw 3vw;

            p {
                .box;
                .box-pack-between;
                line-height: 7vw;
            }
        }
    }

    .btn {
        .b_l_w;
        height: 16vw;

        .c {
            position: fixed;
            left: 0;
            bottom: 0;
            height: 16vw;
            .w;
            .box;

            p {
                width: 50%;
                height: 100%;
                line-height: 16vw;
                .text-center;
                .b_k;
                color: #0d0d0d;

                b {
                    font-size: 4.667vw;
                    color: #3285ff;

                    span {
                        font-size: 3.2vw;
                    }
                }
            }

            button {
                width: 50%;
                height: 100%;
                border-radius: 0;
                .b;
                font-size: 4vw;
                letter-spacing: 0.96vw;
            }
        }
    }
}

.order-details {
    .b_l_w;
    padding: 4vw 3.333vw;

    > div {
        .b_l_w;
        margin-bottom: 4vw;
        .b_k;
        border-radius: 2vw;
    }

    .id {
    }

    .product {
        position: relative;
        padding: 3.333vw 3.333vw 0;

        > div {
            .b_l_w;
        }

        .t {
            height: 4vw;
            margin-bottom: 3.333vw;

            a {
                height: 100%;
                .box;
                .box-align-center;
                font-size: 3.467vw;

                img {
                    height: 2.667vw;
                    margin-left: 1.867vw;
                }
            }

            &::before {
                content: '';
                position: absolute;
                left: 0;
                top: 3.333vw;
                width: .667vw;
                height: 4vw;
                background-color: #3285ff;
            }

            span {
                float: right;
                margin-top: -8px;
            }
        }

        .d {
            .box;
            margin-bottom: 3.333vw;
            position: relative;

            img {
                width: 24vw;
                height: 24vw;
                border-radius: 1.333vw;
                margin-right: 2.667vw;
            }

            .c {
                width: 41.867vw;
                height: 24vw;
                .box;
                .box-align-between;
                .box-wrap;

                b, p {
                    .b_l_w;
                }

                b {
                    .text-hide(1);
                    font-size: 3.467vw;
                    margin-bottom: .5vw;
                }

                p {
                    font-size: 2.933vw;
                }
            }

            .price {
                width: 23.6vw;
                .right;
                line-height: 5.2vw;
                height: 24vw;
                .box;
                .box-tb;
                .box-pack-between;

                b {
                    span {
                        font-size: 2.667vw;
                    }

                    font-size: 3.467vw;
                }
            }

            p {
                color: #898989;
            }
        }

        .total {
            margin-top: -3.333vw;
            .right;
            .b;
            font-size: 4.267vw;

            span {
                font-size: 3.2vw;
            }
        }

        .times {
            margin: 3.333vw 0;
            height: 8vw;
            line-height: 8vw;
            font-size: 3.467vw;
            color: #898989;

            a {
                .b_r;
                .center;
                width: 22.667vw;
                height: 8vw;
                line-height: calc(~'8vw - 2px');
                border-radius: 4vw;
                border: solid 1px #3285ff;
                color: #3285ff;
            }
        }
    }

    .content {
        padding: 2vw 0 !important;

        p {
            .b_l_w;
            .box;
            .box-align-center;
            padding: 2vw 2.667vw;
            font-size: 3.733vw;

            b, span, a, div {
                margin-left: auto;
                .box;
                .box-align-center;
            }

            img {
                height: 2.667vw;
                margin-left: 2vw;
            }

            b {
                color: #3285ff;
                font-size: 4.267vw;

                font {
                    font-size: 3.2vw;
                }
            }

            span, a {
                font-size: 3.733vw;
                color: #606060;
                max-width: 60vw;
                text-align:right;
            }
        }
    }
}