.bg-area {
            position: fixed;
            width: 100%;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            z-index: 7;
        }

        .bg-area img {
            width: 100%;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }

        *:before,
        *:after {
            box-sizing: border-box;
        }

        .clearfix:after {
            clear: both;
            visibility: hidden;
            font-size: 0;
            height: 0;
            content: " ";
            display: table;
        }


        .vice-screen {
            position: absolute;
            top: 16px;
            right: 16px;
            bottom: 16px;
            left: 16px;
            z-index: 100;
            width: calc(100% - 32px);
            min-width: 1258px;
            height: calc(100% - 32px);
            overflow: hidden;
        }

        /* 会员信息 */

        .vice-screen .user-info {
            position: absolute;
            top: 0;
            left: 0;
            height: 72px;
            width: 50%;
            padding-left: 72px;
            background-color: #fff;
            border-radius: 12px;
        }

        .vice-screen .user-info .user-head {
            position: absolute;
            top: 12px;
            left: 12px;
            width: 48px;
            height: 48px;
            border-radius: 24px;
            overflow: hidden;
        }

        .vice-screen .user-info .user-head img {
            width: 100%;
        }

        .vice-screen .user-info .user-info-left {
            float: left;
            padding: 14px 0;
        }

        .vice-screen .user-info .user-info-left .user-name {
            font-size: 16px;
            color: #000;
        }

        .vice-screen .user-info .user-info-left .user-level {
            position: relative;
            top: -1px;
            font-size: 12px;
            color: #FF3B30;
            padding: 0 8px;
            border: 1px solid #FF3B30;
            border-radius: 4px;
            display: inline-block
        }

        .vice-screen .user-info .user-info-left .member-text {
            font-size: 16px;
            color: #FF3B30;
        }

        .vice-screen .user-info .user-info-left .user-mobile {
            font-size: 16px;
            color: #000;
        }

        .vice-screen .user-info .user-info-right {
            float: right;
            padding: 8px;
            text-align: center;
        }

        .vice-screen .user-info .user-info-right img {
            width: 36px;
            height: 36px;
            margin-bottom: -5px;
        }

        .vice-screen .user-info .user-info-right p {
            font-size: 14px;
            color: #000;
        }


        /* 购物信息 */

        .vice-screen .shopping-info {
            position: absolute;
            top: 84px;
            left: 0;
            height: calc(100% - 84px);
            width: 50%;
            background-color: #fff;
            border-radius: 12px;
        }

        .vice-screen .shopping-info .goods-info {
            height: calc(100% - 126px);
            overflow: auto;
        }

        .vice-screen .shopping-info .goods-info .goods-item {
            height: 64px;
            padding: 0 12px;
            text-align: right;
        }

        .vice-screen .shopping-info .goods-info .goods-item .goods-detail {
            position: relative;
            float: left;
            width: calc(100% - 300px);
            height: 64px;
            padding-left: 60px;
            text-align: left;
        }

        .vice-screen .shopping-info .goods-info .goods-item .goods-detail .goods-img {
            position: absolute;
            top: 6px;
            left: 0;
            width: 52px;
            height: 52px;
        }

        .vice-screen .shopping-info .goods-info .goods-item .goods-detail .goods-img img {
            width: 100%;
        }

        .vice-screen .shopping-info .goods-info .goods-item .goods-detail .goods-content {
            height: 64px;
            padding: 12px 0;
        }

        .vice-screen .shopping-info .goods-info .goods-item .goods-detail .goods-content .goods-name {
            font-size: 14px;
            color: #000;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .vice-screen .shopping-info .goods-info .goods-item .goods-detail .goods-content .goods-spec {
            font-size: 12px;
            color: #8E8E93;
            margin-top: 4px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }


        .vice-screen .shopping-info .goods-info .goods-item .goods-price {
            float: right;
            width: 96px;
            padding: 14px 0;
        }

        .vice-screen .shopping-info .goods-info .goods-item .goods-price .real-price {
            font-size: 15px;
            color: #000;
            height: 20px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .vice-screen .shopping-info .goods-info .goods-item .goods-price .origin-price {
            font-size: 12px;
            color: #8E8E93;
            height: 16px;
            text-decoration: line-through;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .vice-screen .shopping-info .goods-info .goods-item .amount {
            float: right;
            width: 72px;
            line-height: 64px;
            font-size: 15px;
            color: #000;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            margin-right: 20px
        }

        .vice-screen .shopping-info .goods-info .goods-item .final-price {
            float: right;
            width: 72px;
            line-height: 64px;
            font-size: 17px;
            color: #000;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .vice-screen .shopping-info .pay-info {
            height: 126px;
            border-top: 0.5px solid #BCBBC1;
        }

        .vice-screen .shopping-info .pay-info .pay-type {
            position: absolute;
            left: 12px;
            bottom: 12px;
            height: 32px;
        }

        .vice-screen .shopping-info .pay-info .pay-type img {
            width: 32px;
            height: 32px;
            margin-right: 8px;
        }

        .vice-screen .shopping-info .pay-info .pay-type span {
            position: relative;
            top: -9px;
            font-size: 16px;
            color: #8E8E93;
        }

        .vice-screen .shopping-info .pay-info .total-info {
            position: absolute;
            right: 12px;
            bottom: 12px;
        }

        .vice-screen .shopping-info .pay-info .total-info .market-info {
            /* 此处为了解决span等行内元素之间默认有间距的问题 */
            font-size: 0;
        }

        .vice-screen .shopping-info .pay-info .total-info .market-info .market-item {
            display: inline-block;
            height: 28px;
            font-size: 12px;
            color: #FF3B30;
            margin-left: 8px;
            padding: 4px 8px;
            border: 1px solid #FF3B30;
            border-radius: 4px;
        }

        .vice-screen .shopping-info .pay-info .total-info .price-info {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            align-items: center;
            height: 42px;
        }

        .vice-screen .shopping-info .pay-info .total-info .price-info span:nth-of-type(1) {
            font-size: 22px;
            color: #8E8E93;
            text-decoration: line-through;
        }

        .vice-screen .shopping-info .pay-info .total-info .price-info span:nth-of-type(2) {
            font-size: 22px;
            color: #000;
            margin-left: 8px;
            margin-right: 4px;
        }

        .vice-screen .shopping-info .pay-info .total-info .price-info span:nth-of-type(3) {
            font-size: 28px;
            color: #000;
        }


        /* 只有小程序码的页面，浮动在右边中间 */

        .vice-screen .mini-program-code {
            position: absolute;
            right: 0;
            top: 50%;
            /* transform: translate3d(0, -50%, 0); */
            width: 216px;
            margin-top: -124px;
            border-radius: 12px;
            background-color: #fff;
        }

        /* 购物页，浮动在右边底部 */

        .vice-screen .mini-program-code-bottom {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 216px;
            border-radius: 12px;
            background-color: #fff;
        }

        .vice-screen .code-title {
            padding-top: 8px;
        }

        .vice-screen .code-title .code-title-text {
            font-size: 16px;
            color: #000;
            text-align: center;
        }

        .vice-screen .code-img-view {
            width: 216px;
            height: 216px;
            padding: 8px;
        }

        .vice-screen .code-img {
            width: 100%;
            height: 100%;
        }

        /* 营销活动 */

        .vice-screen .marketing {
            position: absolute;
            right: 228px;
            bottom: 0;
            width: calc(50% - 240px);
            padding: 0 12px;
            border-radius: 12px;
            background-color: #fff;
            box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
        }

        .vice-screen .marketing .marketing-mark {
            position: absolute;
            top: -112px;
            left: 32px;
            width: 200px;
            height: 200px;
            padding: 20.6px 13.92px 20.83px 13.89px;
        }

        .vice-screen .marketing .marketing-mark .marketing-img {
            width: 100%;
        }

        .vice-screen .marketing .marketing-mark .marketing-text {
            position: absolute;
            top: 72px;
            left: 64px;
            font-size: 40px;
            color: #FF4F4F;
        }

        .vice-screen .marketing .marketing-title {
            padding: 12px 0;
            font-size: 14px;
            color: #000;
        }

        .vice-screen .marketing .marketing-item {
            padding: 16px 12px;
            background-color: #F2F2F2;
            border-radius: 8px;
            margin-bottom: 12px;
            font-size: 20px;
            color: #000;
        }