﻿@charset "UTF-8";
@font-face {
    font-family: 'iconfont-line'; /* Project id 2229834 */
    src: url('//at.alicdn.com/t/font_2229834_65t4e8gwghg.woff2?t=1620807404939') format('woff2'), url('//at.alicdn.com/t/font_2229834_65t4e8gwghg.woff?t=1620807404939') format('woff'), url('//at.alicdn.com/t/font_2229834_65t4e8gwghg.ttf?t=1620807404939') format('truetype');
}

.iconfont-line {
    font-family: "iconfont-line" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shan-float .total-list .total-item .item-hd h3,
.order-list .order-item p,
.address-list li p,
.goods-media .media-bd h4,
.goods-media .media-bd p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-name,
.header-user h3,
.level-inner h3,
.shan-float .total-list .total-item .item-hd h3,
.order-list .order-item p,
.card-list.card-list--full .card-item .item-tt,
.detail-info li span,
.address-list li p,
.goods-media .media-bd p,
.goods-media--send .media-bd h4,
.receive-tle h3,
.rank-item .item-bd h4,
.table-analysis .td-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.find-item .item-main:after {
    content: "";
    height: 0;
    width: 0;
    overflow: hidden;
}

.chk-box input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.chk-box input[type=checkbox]:checked+i {
    color: #2cd334;
}

.chk-box input[type=checkbox]:checked+i:before {
    content: "";
    width: 5px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    right: -1px;
    top: -1px;
}

.chk-box input[type=checkbox]:checked+i:after {
    content: "";
    height: 6px;
    width: 12px;
    border: 1px solid currentColor;
    border-width: 0 0 2px 2px;
    position: absolute;
    top: 1px;
    left: 3px;
    transform: rotate(-52deg);
}

.chk-box .icon-checkbox {
    top: 0;
    margin-top: -4px;
    margin-right: 0;
}

header a:link,
header a:visited,
header a:hover,
.header-nav a:link,
.header-nav a:visited,
.header-nav a:hover {
    color: #fff;
}

.header .page-tabs-tt .tt-option.active,
.chk-field input[type=checkbox]:checked+i,
.sort-list li.active a,
.nav-list--tab .nav-item.active,
.line-list--select .line-item.active,
.line-list--multi-select .active,
.line-list--multi-select .active .icon-checkbox,
.panel--picker .panel-hd,
.search-block--cancel .search-cancel,
input[type=range]::-webkit-slider-thumb,
input[type=range]::-webkit-media-slider-thumb,
.bar-progress .progress-percent,
.tag-list--border .tag-item.active,
.tag-list--bg .tag-item.active,
.c-primary,
.nav-item.active a,
.swiper-tab-tle li.active,
.swiper-tab-tle li.active span,
.text-primary {
    color: #2cd334;
    border-color: #2cd334;
}

.saleprice {
    text-decoration: line-through;
    font-size: 12px;
    color: #a1a1a1;
}

.spec-list li {
    padding: 7px 5px;
    background: #fff;
    font-size: 12px;
    text-align: center;
    color: #666;
    border-radius: 3px;
}

.spec-list li.active {
    background: #2cd334;
    color: #fff;
}

.text-t {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-o {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}


/* 黄药师APP分类导航 */

.list-icon {
    display: inline-block;
    width: 23px;
    height: 25px;
    background: url(../images/list-icon-spri.jpg) no-repeat;
    background-size: 23px auto;
    vertical-align: middle;
}

.list-icon-fjtc {
    background-position: 0 -25px;
}

.list-icon-sjsd {
    background-position: 0 -50px;
}


/* 首页 */

.index-tab-mod {
    border-radius: 5px;
    overflow: hidden;
}

.index-tab-mod.inverse .index-total-list {
    background: none;
}

.index-tab-mod.inverse .index-total-list li,
.index-tab-mod.inverse .index-total-list li h3 {
    color: #fff;
}

.index-swiper-tle {
    padding: 0 50px;
}

.index-swiper-tle li {
    text-align: center;
}

.index-swiper-tle li span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.75);
}

.index-swiper-tle li.active span {
    color: #2cd334;
    background: #fff;
}

.index-total-list {
    padding: 5px 0;
    background: #fff;
}

.index-total-list li {
    padding: 5px 0;
    text-align: center;
}

.index-total-list li p {
    line-height: 1.3;
}

.index-total-list li h3 {
    color: #666;
}

.index-total-list li span {
    font-size: 24px;
    line-height: 1.3;
}

.index-nav {
    border-radius: 5px;
    overflow: hidden;
}

.index-nav-list li {
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.index-nav-list li a {
    display: block;
    padding: 10px 0;
}

.index-nav-list li i {
    font-size: 36px;
    line-height: 36px;
    color: #31d18a;
}

.index-nav-list li h3 {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.3;
}

.index-nav-list li h3 span {
    position: relative;
    display: inline-block;
}

.index-nav-list li h3 i {
    position: absolute;
    top: -10px;
    right: -20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #ffaf45;
    border-radius: 50%;
}

.index-nav-list--inverse li {
    border: 0;
}

.index-nav-list--inverse li a {
    padding: 20px 0;
    color: #fff;
}

.index-nav-list--inverse li i {
    color: #fff;
}

.func-list .media-item {
    min-height: 70px;
    padding-left: 70px;
}

.func-list .media-item .item-img {
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    background: #31d18a;
    color: #fff;
    border: 0;
}

.func-list .media-item .item-img i {
    font-size: 24px;
}

.func-list .media-item .item-img.primary {
    background: #2cd334;
}

.func-list .media-item .item-img.orange {
    background: #ffaf45;
}

.func-list .media-item .item-img.ching {
    background: #41dabf;
}

.func-list .media-item .item-img.blue {
    background: #32a7eb;
}

.func-list .media-item .item-img.purple {
    background: #a354d1;
}

.set-list {
    padding: 5px;
}

.set-list .item {
    position: relative;
    padding: 5px;
}

.set-list .item .txt {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 5px;
}

.set-list .item .del {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #cacaca;
    border-radius: 50%;
}

.set-list .item .del i {
    font-size: 14px;
}

.set-list--border {
    margin-top: -10px;
}

.set-list--border .item .txt {
    background: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.msg-remind div {
    display: inline-block;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 5px;
}

.msg-remind div a {
    display: block;
    color: #fff;
}

.header-name {
    max-width: 180px;
    line-height: 44px;
}

.header-user {
    padding-right: 10px;
    height: 44px;
    overflow: hidden;
    color: #fff;
    display: box;
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    /* IE 10 */
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.header-user h3 {
    line-height: 44px;
    max-width: 140px;
}

.header-user img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.autograph {
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
    padding: 50px 20px 75px;
}

.autograph-txt {
    max-height: 66px;
    overflow: hidden;
    font-size: 22px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.autograph-like {
    position: absolute;
    bottom: 25px;
    right: 20px;
}

.autograph-like p {
    margin-top: -5px;
}

.autograph .btn-outline {
    position: absolute;
    bottom: 25px;
    right: 10px;
}

.nav-custom {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.nav-custom li a {
    display: block;
    padding: 20px 0;
    text-align: center;
    color: #666;
}

.nav-custom li a span {
    position: relative;
    display: inline-block;
}

.nav-custom li a i {
    font-size: 30px;
    line-height: 1;
    color: #999;
}

.nav-custom li a em {
    position: absolute;
    top: -8px;
    right: -18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    background: #ffaf45;
    border-radius: 50%;
}

.nav-custom--inverse {
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.nav-custom--inverse li {
    padding: 5px;
}

.nav-custom--inverse li a {
    padding: 5px 0;
    background: #fff;
    border-radius: 5px;
}

.nav-custom--inverse li h3 {
    font-size: 12px;
}

.custom-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.custom-btn i {
    font-size: 24px;
    color: #999;
}

.function-list .item-tt i {
    margin-right: 5px;
    font-size: 24px;
}

.function-list .item-handle i {
    color: #999;
}


/* 佣金管理 */

.commission {
    position: relative;
    padding: 30px 0 20px;
    background: #2cd334;
    text-align: center;
    color: #fff;
}

.commission:after {
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 30px;
    border-radius: 100%;
    background: #2cd334;
    content: "";
}

.commission-bg {
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 2;
    width: 150px;
    height: 150px;
    background: url(../images/icon-money.png) no-repeat;
    background-size: cover;
    opacity: .15;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.commission-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #ffaf45;
    vertical-align: middle;
}

.commission-icon.red {
    background: #ff3b30;
}

.commission-icon.green {
    background: #4cd964;
}

.commission p strong {
    font-size: 36px;
    line-height: 1.2;
}

.commission .btn-right {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0 10px;
    color: #fff;
}

.commission .btn-right i {
    font-size: 24px;
    color: #fff;
}

.commission-list li {
    padding: 10px;
}

.commission-list li p {
    line-height: 1.8;
}

.commission-sel {
    position: absolute;
    top: 5px;
    right: 10px;
}

.commission-sel .f-text {
    background: none;
    height: 30px;
    border: 0;
    vertical-align: middle;
    width: auto;
}

.commission-sel .iconfont {
    color: rgba(255, 255, 255, .75);
}


/* 团队管理 */

.team-list .media-item {
    padding-left: 100px;
    height: 100px;
    overflow: hidden;
}

.team-list .media-item .item-img {
    width: 80px;
    height: 80px;
}

.team-list .media-item .team-status {
    position: absolute;
    top: 1px;
    right: -79px;
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 80px;
    font-size: 12px;
    color: #fff;
    background: #ffaf45;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.detail-list li {
    line-height: 30px;
}

.detail-list li span {
    display: inline-block;
    width: 80px;
    color: #999;
}

.detail-list li i {
    display: inline-block;
    padding-left: 1em;
}

.detail-list li i.half {
    padding-left: .5em;
}

.level-items li {
    display: box;
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.level-items li:last-child {
    border: none;
}

.level-pic {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}

.level-inner {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.level-inner h3 {
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 14px;
}

.level-inner h3 img {
    width: 41px;
    height: 17px;
    margin: 0 2px;
}

.level-price {
    text-align: center;
}

.level-price h3 {
    font-size: 20px;
    line-height: 1.8;
}

.level-inner p {
    font-size: 12px;
}

.level-inner p,
.level-price p {
    color: #9e9e9e;
}

.level-items .icon-v-right {
    width: 14px;
    height: 50px;
}

.level-one .level-inner p i,
.level-one .level-price h3 {
    color: #ff8400;
}

.level-two .level-inner p i,
.level-two .level-price h3 {
    color: #f12089;
}

.level-three .level-inner p i,
.level-three .level-price h3 {
    color: #5493ff;
}


/* 闪订 */

.page.page--has-shan {
    padding-top: 87px;
}

.spec-list li {
    padding: 5px 0;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.spec-list li.active {
    background: #2cd334;
    color: #fff;
}

.goods-list {
    padding: 5px 10px;
    background: #fff;
}

.goods-item:not(:first-child) {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.goods-item .item-hd h3 {
    padding: 5px 0;
    line-height: 1.3;
}

.goods-item .item-list li {
    position: relative;
    padding: 10px;
    margin-bottom: 5px;
    background: #f5f5f5;
}

.goods-item .item-list li p span {
    color: #999;
}

.goods-item .item-list li p span.price {
    color: #ff3b30;
}

.goods-item .item-list .list-side {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.goods-item .item-list .list-side i {
    font-size: 20px;
    color: #2cd334;
}

.goods-item .item-list .list-num {
    font-size: 12px;
}

.goods-item .item-list .list-num input {
    width: 50px;
    height: 25px;
    padding: 0 5px;
    text-align: center;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 5px;
}

.shan-float {
    position: relative;
    padding: 10px;
    background: #f1f1f1;
    border-top: 1px solid #e5e5e5;
}

.shan-float .price {
    font-size: 12px;
    color: #ff3b30;
}

.shan-float .price span {
    font-size: 16px;
}

.shan-float .total-list {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 1001;
    max-height: 300px;
    padding: 0 0 0 10px;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.shan-float .total-list .total-item {
    padding: 10px 10px 10px 0;
    font-size: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.shan-float .total-list .total-item .item-hd {
    line-height: 22px;
}

.shan-float .total-list .total-item .item-hd h3 {
    max-width: 70%;
    line-height: 22px;
}

.shan-float .total-list .total-item .item-hd span {
    color: #999;
}

.shan-total {
    position: relative;
}

.shan-total .total-icon {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 43px;
    text-align: center;
    background: #ffedda;
    border: 1px solid #fdcfa8;
    border-radius: 50%;
}

.shan-total .total-icon i {
    font-size: 28px;
    color: #ff9035;
}

.shan-total .total-num {
    position: absolute;
    top: 0;
    right: -5px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #ff3b30;
    border-radius: 50%;
}

.pro-item-dd {
    padding-top: 10px;
}


/* 财务明细 */

.account-detail .detail-item:not(:first-child) {
    border-top: 1px solid #e5e5e5;
}

.account-detail .detail-item .item-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #f1f1f1;
    border-radius: 50%;
}

.account-detail .detail-item .item-icon.fan {
    background: #26d5be;
}

.account-detail .detail-item .item-icon.red {
    background: #cc3939;
}

.account-detail .detail-item .item-icon.qu {
    background: #399dd1;
}

.account-detail .detail-item .item-icon.chong {
    background: #e5a01a;
}

.account-detail .detail-item .item-bd {
    overflow: hidden;
    word-break: break-all;
}

.account-detail .detail-item .item-bd h3 {
    font-size: 16px;
    line-height: 1.3;
}

.account-detail .detail-item .item-right {
    text-align: right;
    font-size: 12px;
    color: #999;
}


/* 大转盘样式 */

.luck-draw {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url(../images/fw-bg.jpg) no-repeat center top #ffe2bc;
    background-size: cover;
}

.banner {
    width: 95%;
    padding-top: 130px;
    margin: 0 auto;
}

.banner .turnplate {
    display: block;
    width: 100%;
    position: relative;
}

.banner .turnplate canvas.item {
    width: 100%;
}

.banner .turnplate img.pointer {
    position: absolute;
    width: 31.5%;
    height: 42.5%;
    left: 34.6%;
    top: 23%;
}

.dibg {
    width: 100%;
    height: 0px;
    padding-bottom: 40%;
    text-align: center;
    background: url(../images/dibg.png) no-repeat center top;
    color: #fff;
    background-size: 90%;
    margin-top: -15%;
}

.dibg span {
    display: block;
    padding-top: 16%;
    font-size: 14px;
}

.rwm-con {
    margin: 0 auto;
    padding-top: 118px;
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/rwmbg2.png?v=2) no-repeat center top;
    width: 280px;
    height: 364px;
    background-size: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.rwm-con .rwm-txt {
    margin-top: 23px;
    font-size: 18px;
    color: #fff000;
}

.rwm-con .rwm-close {
    position: absolute;
    top: 80px;
    right: 20px;
    display: block;
    width: 36px;
    height: 36px;
}

.kaibox {
    margin: 0 auto;
    width: 243px;
    height: 450px;
    z-index: 99;
    position: relative;
    background: url(../images/kaibox01.png) no-repeat;
    background-size: contain;
}

.kaibox .kaitxt {
    display: block;
    letter-spacing: 2px;
    line-height: 32px;
    position: absolute;
    top: 160px;
    text-align: center;
    color: yellow;
    font-size: 20px;
}

.redbtn {
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    margin-left: -45px;
    top: 280px;
    background: url(../images/kai.png) no-repeat;
    background-size: cover;
}


/* 关于好实用 */

.custom-service>h3 {
    position: relative;
    padding: 10px 0;
    line-height: 1.5;
}

.custom-service>h3:after {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    right: 0;
    height: 0;
    transform: scaleY(0.5);
    border-top: 1px solid #dadada;
    top: auto;
    bottom: 0;
    content: "";
}

.custom-service .service-list li a {
    display: block;
    padding: 15px 0 20px;
    text-align: center;
}

.custom-service .service-list li i {
    font-size: 36px;
    line-height: 40px;
    color: #e0620d;
}

.custom-service .service-list li.qq i {
    color: #35a2e8;
}

.custom-service .service-list li.feedback i {
    color: #2dc0dd;
}


/* 发货管理 */

.order-list .order-item {
    position: relative;
    margin-top: 10px;
    background: #fff;
}

.order-list .order-item>.item-bd {
    position: relative;
    padding: 15px 10px;
}

.order-list .order-item .item-state {
    float: right;
    font-size: 12px;
    color: #ffaf45;
}

.order-list .order-item .item-time {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

.order-list .order-item .item-price {
    position: absolute;
    bottom: 15px;
    right: 10px;
    font-size: 16px;
    color: #ff3b30;
}

.order-list .order-item .media-item .item-bd .bd-tt {
    height: 42px;
    white-space: normal;
}

.order-state {
    background-repeat: no-repeat;
    background-image: linear-gradient(to top, #e5e5e5 50%, transparent 50%);
    background-size: 100% 1px;
    background-position: left bottom;
}

.order-state .iconfont {
    font-size: 32px;
}

.order-address {
    position: relative;
    background: #fff;
    border-radius: 5px;
}

.order-address p:last-child {
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}

.order-address__icon {
    width: 30px;
    height: 30px;
    line-height: 24px;
    text-align: center;
    background: #61bd4e;
    border-radius: 50%;
    color: #fff;
}

.order-info {
    background-repeat: no-repeat;
    background-image: linear-gradient(to top, #e5e5e5 50%, transparent 50%);
    background-size: 100% 1px;
    background-position: left bottom;
}

.order-info li {
    line-height: 1.8;
    color: #999;
}

.order-price {
    background-repeat: no-repeat;
    background-image: linear-gradient(to top, #e5e5e5 50%, transparent 50%);
    background-size: 100% 1px;
    background-position: left bottom;
}

.wuliu-list li {
    position: relative;
    padding-left: 15px;
    color: #666;
    border-left: 1px solid #e5e5e5;
}

.wuliu-list li:not(:last-of-type) {
    padding-bottom: 20px;
}

.wuliu-list li:last-of-type:before {
    position: absolute;
    top: 5px;
    left: -1px;
    z-index: 1;
    width: 1px;
    height: 100%;
    background: #fff;
    content: "";
}

.wuliu-list li:after {
    position: absolute;
    top: 5px;
    left: -4px;
    z-index: 2;
    width: 8px;
    height: 8px;
    background: #e5e5e5;
    content: "";
    border-radius: 50%;
}

.wuliu-list li.active {
    color: #2cd334;
}

.wuliu-list li.active:after {
    left: -5px;
    width: 10px;
    height: 10px;
    background: #2cd334;
    box-shadow: 0 0 0 3px rgba(228, 6, 129, 0.4);
}

.wuliu-list li p:last-child {
    color: #999;
}


/* 商品库存 */

.card-list.card-list--full .card-item {
    width: 100%;
}

.card-list.card-list--full .card-item:before {
    content: none;
}

.card-list.card-list--full .card-item .item-img-wrap {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 10px;
    padding-top: 0;
}

.card-list.card-list--full .card-item .item-img-wrap .stock {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
}

.card-list.card-list--full .card-item .item-con-wrap {
    overflow: hidden;
}

.card-list.card-list--full .card-item .item-tt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.card-list.card-list--full .card-item .item-ft {
    position: relative;
}

.card-list.card-list--full .card-item .item-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sku-list .sku-item {
    background: #fff;
}

.sku-list .sku-item:not(:first-of-type) {
    margin-top: 10px;
}

.stock-detail .detail-item {
    position: relative;
    background: #fff;
}

.stock-detail .detail-item:after {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    right: 0;
    height: 0;
    transform: scaleY(0.5);
    border-top: 1px solid #e5e5e5;
    top: auto;
    bottom: 0;
    content: "";
}

.stock-detail .detail-item .item-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #2cd334;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.stock-detail .detail-item .item-tag.out {
    background: #ffaf45;
}

.stock-detail .detail-item .item-bd {
    padding: 10px 10px 10px 60px;
}

.stock-detail .detail-item .item-bd h3 {
    margin-bottom: 5px;
    line-height: 1.3;
}

.stock-detail .detail-item .item-bd p {
    font-size: 12px;
    line-height: 1.8;
    color: #999;
}

.detail-info {
    position: relative;
    padding: 10px 0;
    background: #fff;
}

.detail-info:after {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    right: 0;
    height: 0;
    transform: scaleY(0.5);
    border-top: 1px solid #e5e5e5;
    content: "";
}

.detail-info li {
    padding: 0 10px;
    line-height: 30px;
    color: #999;
}

.detail-info li span {
    float: right;
    display: block;
    max-width: 220px;
    color: #333;
}


/* 邀请、个人中心 */

.invite-tips {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    display: none;
    height: 100%;
}

.invite-tips.active {
    display: block;
}

.invite-tips .tips-con {
    position: relative;
    z-index: 1001;
    padding-top: 20px;
}

.invite-tips .tips-code {
    width: 280px;
    margin: 0 auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
}

.my-user {
    margin-top: -44px;
    background: #fff;
}

.my-user-bg {
    width: 100%;
    max-height: 300px;
}

.my-avatar {
    position: relative;
    text-align: center;
    padding: 40px 0 5px;
}

.my-avatar .pic {
    width: 90px;
    height: 90px;
    border: 3px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: -50px;
    left: 50%;
    margin: 0 0 0 -50px;
}

.my-avatar i {
    font-size: 18px;
}

.my-avatar h1 img {
    width: 41px;
    height: 17px;
}

.my-more {
    display: none;
}

.my-more-btn {
    position: relative;
    display: block;
    height: 20px;
    margin-bottom: -5px;
}

.my-more-btn i {
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
}

.my-more-btn .act {
    transition: all .5s;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.line-list--user .line-item {
    line-height: 24px;
}

.line-list--user .line-item .iconfont {
    width: 50px;
    font-size: 35px;
}


/* 团队审核 */

.shenhe-list .media-item {
    min-height: 100px;
    padding-left: 100px;
}

.shenhe-list .media-item .item-img {
    width: 80px;
    height: 80px;
}

.shenhe-list .media-item .label-checkbox {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.shenhe-list .media-item .item-more {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

.shenhe-list .media-item .item-more i {
    font-size: 22px;
    color: #999;
}


/* 零售出库 */

.kucun-list .media-item {
    padding-left: 110px;
    min-height: 110px;
}

.kucun-list .media-item .item-img {
    width: 90px;
    height: 90px;
}

.kucun-list .media-item .item-more {
    position: absolute;
    right: 10px;
    top: 70px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #999;
}

.item-num {
    margin-top: 5px;
    font-size: 12px;
}

.item-num .item-txt {
    display: block;
    color: #999;
    line-height: 20px;
}

.item-num .stepper {
    width: 90px;
}

.item-num .stepper .stepper-plus,
.item-num .stepper .stepper-minus {
    color: #999;
}

.item-num .stepper-num {
    width: 30px;
}

.item-price {
    margin-top: 2px;
    font-size: 12px;
    color: #999;
}

.item-price input[type=text],
.item-price input[type=number] {
    width: 70px;
    border: 1px solid #e5e5e5;
}

.serial-list {
    position: relative;
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.serial-list:after {
    position: absolute;
    top: -6px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    content: "";
    -webkit-transform: translate(-50%, 0) rotate(135deg);
    transform: translate(-50%, 0) rotate(135deg);
}

.serial-list li {
    line-height: 1.8;
}

.serial-list li span {
    color: #999;
}


/* 常见问题 */

.art-list li a {
    position: relative;
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #e5e5e5;
}

.art-list li .am-icon-angle-right {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    font-size: 20px;
    color: #999;
}

.ques-detail-con {
    padding: 20px 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}


/* 意见反馈 */

.feed-back li {
    position: relative;
    display: -webkit-box;
    -webkit-box-align: center;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.feed-back li label {
    min-width: 80px;
    margin-bottom: 0;
    font-weight: 400;
}

.feed-back li input {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
    padding: 5px 10px;
    font-size: 14px;
    border: 0;
}

.feed-back li input:focus {
    outline: 0;
}

.feed-back li select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.feed-back li textarea {
    display: block;
    width: 100%;
    min-height: 100px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.feed-back li .item-right {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -14px;
}

.feed-back li .item-right i {
    margin-left: 3px;
    font-size: 18px;
    color: #999;
    vertical-align: -1px;
}


/* 消息列表、详情 */

.article-list li {
    position: relative;
    margin-top: 10px;
}

.article-list li a {
    display: block;
    padding: 10px;
    background: #fff;
    overflow: hidden;
}

.article-list li h3 {
    line-height: 1.5;
    word-break: break-all;
}

.article-list li p {
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}

.article-list li .red-circle {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    background: #f00;
    border-radius: 50%;
}

.article-tle {
    font-size: 20px;
    line-height: 1.2;
    word-break: break-all;
}

.article-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 0;
    font-size: 12px;
    color: #666;
}

.article-meta__view__icon {
    margin: 0 5px 0 0;
}

.article-meta__view__num {
    vertical-align: -2px;
}

.article-bd {
    margin: 20px 0 0;
    word-break: break-all;
}

.article-bd p,
.article-bd img {
    margin: 0 0 20px 0;
}

.article-bd img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
}

.article-bd section {
    width: 100% !important;
}


/* 发货管理 */

.send-tle {
    position: relative;
    padding: 10px;
    background: #fafafa;
}

.send-tle .btn {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.address-list.all li:nth-of-type(n+3) {
    display: block;
}

.address-list li {
    position: relative;
    padding: 15px 10px 15px 40px;
    background: #fff;
    overflow: hidden;
}

.address-list li.active:after {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 15px;
    height: 7px;
    border-bottom: 2px solid #2cd334;
    border-left: 2px solid #2cd334;
    content: "";
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
}


/*.address-list li:nth-of-type(n+3) { display: none; }*/

.address-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    right: 0;
    height: 0;
    transform: scaleY(0.5);
    border-top: 1px solid #e5e5e5;
    content: "";
}

.address-list li .label-checkbox {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.address-list li .address-opts {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    height: 72px;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
}

.address-list li .address-opts a {
    display: inline-block;
    width: 60px;
    height: 72px;
    line-height: 72px;
    background: #ff1f1f;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.address-list li .address-opts a.warning {
    background: #ffaf45;
}

.table .table-hd {
    background: #fff;
}

.table .table-row {
    position: relative;
    background: #fff;
}

.table .table-row:after {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    right: 0;
    height: 0;
    transform: scaleY(0.5);
    border-top: 1px solid #e5e5e5;
    content: "";
}

.table .table-row .jiajian {
    display: inline-block;
    vertical-align: middle;
}

.table .table-row .btn-right {
    position: absolute;
    top: 10px;
    right: 10px;
}

.table .table-cell {
    position: relative;
    padding: 10px;
}

.table .table-cell .label-checkbox {
    float: left;
    margin: 25px 5px 0 0;
}

.table .table-opts {
    position: absolute;
    top: 0;
    right: -60px;
    height: 100%;
}

.table .table-opts a {
    display: block;
    float: left;
    width: 60px;
    line-height: 80px;
    background: #ff1f1f;
    color: #fff;
    text-align: center;
}

.goods-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.goods-media .media-img {
    position: relative;
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f5f5f5;
}
.goods-media .media-img img {
    height:100%;
    width:100%;
    -o-object-fit: fill;
    object-fit: fill;
}
.goods-media .media-img div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.goods-media .media-img div span {
    display: block;
    font-size: 12px;
    color: #fff;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.goods-media .media-bd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1%;
}

.goods-media .media-bd-tle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.goods-media .media-bd-txt {
    margin: 3px 0 0;
    font-size: 12px;
    color: #666;
}

.goods-media .media-opt {
    position: absolute;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    height: 32px;
}

.goods-media .media-opt a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    color: #2cd334;
    border-radius: 50%;
    border: 1px solid #2cd334;
}

.goods-media .media-opt a.active {
    background: #2cd334;
}

.goods-media .media-opt a.active .iconfont {
    color: #fff;
}

.goods-media--send .media-bd h4 {
    height: auto;
}

@media (min-width: 375px) {
    .goods-media .media-img {
        width: 85px;
        height: 85px;
        margin: 0 10px 0 0;
    }
    .table .table-cell .label-checkbox {
        margin: 32px 10px 0 0;
    }
}

.jiajian {
    overflow: hidden;
}

.jiajian span,
.jiajian input {
    float: left;
    height: 22px;
    line-height: 16px;
    border: 1px solid #e5e5e5;
}

.jiajian span {
    display: block;
    width: 40px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    color: #999;
}

.jiajian span.jian {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.jiajian span.jia {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

.jiajian input {
    width: 45px;
    margin-left: -1px;
    text-align: center;
}

.jiajian .iconfont {
    font-size: 14px;
}

.jiajian font {
    vertical-align: top;
    line-height: 22px;
}

.jiajian--sm span {
    width: 22px;
}

.jiajian--sm input {
    width: 35px;
}

.goods-stock {
    max-height: 240px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.goods-stock li {
    position: relative;
    padding: 15px 10px;
    background: #fff;
}

.goods-stock li:after {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    right: 0;
    height: 0;
    transform: scaleY(0.5);
    border-top: 1px solid #e5e5e5;
    content: "";
}

.goods-stock .goods-media .media-bd h4 {
    max-width: 175px;
}

.fahuo-list .fahuo-item {
    position: relative;
    margin-top: 10px;
    background: #fff;
    overflow: hidden;
}

.fahuo-list .fahuo-item .item-bd {
    padding: 10px 10px 10px 40px;
}

.fahuo-list .fahuo-item .item-bd .bd-txt {
    font-size: 12px;
    color: #999;
}

.fahuo-list .fahuo-item .item-ft {
    position: relative;
    padding: 15px 10px;
}

.fahuo-list .fahuo-item .item-ft:after {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    right: 0;
    height: 0;
    transform: scaleY(0.5);
    border-top: 1px solid #e5e5e5;
    content: "";
}

.fahuo-list .fahuo-item .item-ft a+a {
    margin-left: 5px;
}

.fahuo-list .fahuo-item .item-ft .ft-more {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #666;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.fahuo-list .fahuo-item .item-status {
    position: absolute;
    top: 5px;
    left: -20px;
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
    background: #f4641e;
    font-size: 12px;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fahuo-list .fahuo-item .item-status.sended {
    background: #2cd334;
}

.fahuo-list .item-list li {
    position: relative;
    padding: 10px;
    overflow: hidden;
}

.fahuo-list .item-list li:after {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    right: 0;
    height: 0;
    transform: scaleY(0.5);
    border-top: 1px solid #e5e5e5;
    content: "";
}

.fahuo-list .item-list li img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.fahuo-list .item-list .list-bd {
    padding-right: 35px;
    overflow: hidden;
}

.fahuo-list .item-list .list-bd h4 {
    max-height: 32px;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.2;
}

.fahuo-list .item-list .list-bd p {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.2;
    color: #999;
}

.fahuo-list .item-list .list-num {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 12px;
    color: #666;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.fahuo-list--right .fahuo-item .item-bd {
    padding: 10px 40px 10px 10px;
}

.fahuo-list--right .fahuo-item .item-status {
    right: -20px;
    left: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.loc-icon {
    display: block;
    width: 15px;
    height: 22px;
    line-height: 18px;
    background: url(../images/icon-loc.png) no-repeat;
    background-size: 15px auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
}


/* 会员卡 */

.card {
    position: relative;
    padding-top: 60%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
}

.card-num {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    color: #a36a00;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.card-logo {
    position: absolute;
    top: 10px;
    left: 10px;
}

.card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
}


/* 微商审核管理 */

.tab-total-tle a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 0 5px;
}

.tab-total-tle a.active {
    background: #ffaf45;
    color: #fff;
    border-radius: 30px;
}

.total-equal {
    display: box;
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.total-equal li {
    position: relative;
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.total-equal li:not(:first-child):before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 15px;
    background: #dadada;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
}

.total-equal li.active a {
    color: #ffaf45;
}

.total-equal li a {
    display: block;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
}

.settlement-list .settlement-item {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.settlement-list .settlement-item .item-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #e5a01a;
    border-radius: 50%;
}

.settlement-list .settlement-item .item-icon.ching {
    background: #26d5be;
}

.settlement-list .settlement-item .item-icon.red {
    background: #cc3939;
}

.settlement-list .settlement-item .item-icon.blue {
    background: #399dd1;
}

.settlement-list .settlement-item .item-icon.green {
    background: #80c155;
}

.settlement-list .settlement-item .item-con {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    color: #999;
    border-left: 2px solid #dadada;
}

.settlement-list .settlement-item .item-con>p {
    line-height: 1.8;
}

.settlement-list .settlement-item .item-con .item-btns {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.settlement-list .settlement-item .item-con .item-btns p+p {
    margin-top: 5px;
}

.settlement-list .settlement-item .item-right {
    text-align: right;
    font-size: 12px;
    color: #999;
}

.settlement-list .settlement-item .item-more {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    text-align: center;
    color: #ccc;
}

.settlement-list .settlement-item .item-more i {
    font-size: 18px;
}


/* 公告 */

.notice {
    position: relative;
    padding: 0 10px 0 33px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.notice-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.notice-swiper {
    padding-right: 34px;
}

.notice-swiper .swiper-slide {
    height: 40px;
}

.notice-more {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 12px;
    color: #666;
    z-index: 10;
}


/* 发现 */

.find-item {
    position: relative;
    padding: 15px 10px 0 70px;
}

.find-item .item-bd {
    overflow: hidden;
}

.find-item .item-img {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.find-item .item-main {
    position: relative;
}

.find-item .bd-tle {
    color: #586b95;
    line-height: 1.5;
}

.find-item .bd-tt {
    line-height: 1.5;
    color: #2cd334;
    overflow: hidden;
}

.find-item .bd-txt {
    margin-top: 5px;
    line-height: 1.3;
    color: #666;
}

.find-item .bd-list {
    margin: 10px -3px -3px;
    overflow: hidden;
}

.find-item .bd-list li {
    float: left;
    width: calc(33.333333% - 3px);
    margin: 0 3px 3px 0;
}


/*宽高保留*/

.find-item .bd-list li a {
    display: block;
    padding-top: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.find-item .item-ft {
    position: relative;
    margin-top: 10px;
}

.find-item .item-ft .ft-time {
    font-size: 12px;
    color: #999;
}

.find-item .item-ft .ft-opt {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    z-index: 10;
    text-align: right;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.find-item .item-ft .ft-opt .opt-icon {
    display: inline-block;
    width: 35px;
    height: 20px;
    margin-top: 4px;
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/opt-icon.png) no-repeat;
    background-size: 35px auto;
}

.find-item .item-ft .ft-opt .opt-list {
    position: absolute;
    top: 50%;
    right: 38px;
    z-index: 10;
    padding: 2px;
    overflow: hidden;
    background: #333;
    border-radius: 5px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.find-item .item-ft .ft-opt .opt-list li {
    float: left;
}

.find-item .item-ft .ft-opt .opt-list li a {
    display: block;
    padding: 0 7px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.find-item .item-ft .ft-opt .opt-list li a.active {
    color: #2cd334;
}


/* 供应商主页 */

.shop-hd {
    position: relative;
    height: 80px;
    overflow: hidden;
    padding: 10px 80px 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.shop-media img {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
}

.shop-media h3 {
    line-height: 1.5;
}

.shop-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    text-align: center;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.4);
}

.shop-btn.active {
    background: #f68909;
    color: #fff;
}

.shop-nav li.active {
    border-bottom: 2px solid #1eb025;
}

.shop-nav li.active a {
    color: #1eb025;
}

.sort-nav {
    border-top: 1px solid #e5e5e5;
}

.sort-nav li.active a {
    color: #1eb025;
}

.sort-icon {
    display: inline-block;
    width: 10px;
    height: 14px;
    background: url(../images/sort-icon-sprites.png) no-repeat;
    background-size: 36px auto;
    vertical-align: middle;
}

.sort-icon--asc {
    background-position: -13px 0;
}

.sort-icon--desc {
    background-position: -26px 0;
}

.goods-wrap {
    position: relative;
    background: #fff;
}

.goods-wrap .wrap-side,
.goods-wrap .wrap-main {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.goods-wrap .wrap-side {
    width: 75px;
    background: #fff;
}

.goods-wrap .wrap-main {
    border-left: 1px solid #e5e5e5;
}

.goods-wrap .side-nav li {
    position: relative;
}

.goods-wrap .side-nav li.active>a {
    border-left: 2px solid #1eb025;
    color: #1eb025;
    background: #f5f5f5;
}

.goods-wrap .side-nav li:before {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    height: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    border-top: 1px solid #e5e5e5;
    top: auto;
    bottom: 0;
    content: "";
}

.goods-wrap .side-nav li a {
    display: block;
    padding: 10px 0 10px 10px;
    color: #666;
    background: #fff;
}

.goods-wrap-fixed {
    position: absolute;
    top: 208px;
    left: 0;
    right: 0;
    bottom: 0;
}

.wrap-side-fixed {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 60px;
}

.wrap-main-fixed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 75px;
    padding-bottom: 60px;
}

.btn-add {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #1eb025;
}

.media-item .btn-add {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
}

.bottom-panel {
    background: #fff;
}

.bottom-panel .goods-media {
    padding: 10px;
}

.bottom-panel .goods-media .media-img {
    width: 70px;
    height: 70px;
}


/* 尾部 */

.nav-bar {
    height: 48px;
    background: #fff;
}

.nav-bar li a {
    display: block;
    font-size: 12px;
    color: #666;
}

.nav-bar li a.nav-item--btn {
    padding: 0 5px;
    line-height: 47px;
    font-size: 14px;
    color: #fff;
}

.nav-item {
    position: relative;
    text-align: center;
}

.nav-item.active a {
    color: #2cd334;
}

.nav-item i {
    font-size: 18px;
}

.nav-item .remind-num {
    position: absolute;
    top: -3px;
    left: 50%;
}

.flex-h {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


/* 地区选择 */

.win {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10001;
    overflow-y: auto;
}

.win ul {
    margin-top: 2.8em;
}

.win li,
.win div {
    padding: 0em 1em;
    border-bottom: 1px solid #cecece;
}

.win .title {
    margin: 0;
    background: #f2f2f2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.win .icon {
    background: url(../images/ic_arrow_r2.png) no-repeat center center;
    width: 1em;
    height: 1em;
    float: right;
    margin-top: 2px;
    background-size: .8em auto;
    display: inline-block;
}

.win .title .icon {
    float: left;
    margin-top: .3em;
    padding-right: 1em;
    background-position: right center;
    -webkit-transform: rotate(-180deg);
}


/* 领取试用装 */

.receive-tle {
    position: relative;
    z-index: 10;
    margin-top: -40px;
    background: rgba(255, 255, 255, 0.75);
}

.receive-tle h3 {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
}

.receive-info {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.record-item {
    position: relative;
    padding: 10px 0;
}

.record-item:not(:first-of-type):after {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    right: 0;
    height: 0;
    transform: scaleY(0.5);
    border-top: 1px solid #e5e5e5;
    content: "";
}

.record-item .item-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.record-item .item-bd h4 {
    font-weight: 400;
}

.record-item .item-bd p {
    font-size: 12px;
    color: #999;
}

.record-item .item-time {
    font-size: 12px;
    color: #999;
}

.rank-item {
    position: relative;
    padding: 10px 0;
}

.rank-item:not(:first-of-type):after {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    right: 0;
    height: 0;
    transform: scaleY(0.5);
    border-top: 1px solid #e5e5e5;
    content: "";
}

.rank-item:nth-of-type(1) .item-sort {
    color: #ff3b30;
}

.rank-item:nth-of-type(2) .item-sort {
    color: #ffaf45;
}

.rank-item:nth-of-type(3) .item-sort {
    color: #4cd964;
}

.rank-item .item-sort {
    font-size: 24px;
    font-style: italic;
    color: #999;
}

.rank-item .item-img {
    width: 40px;
    height: 40px;
    margin: 0 0 0 15px;
    border-radius: 5px;
}

.rank-item .item-bd {
    margin: 0 0 0 10px;
}

.rank-item .item-bd h4 {
    font-weight: 400;
    max-width: 160px;
}

.rank-item .item-total {
    text-align: right;
}

.rank-item .item-total p {
    font-size: 12px;
    color: #999;
}

.rank-item .item-total span {
    font-size: 16px;
    line-height: 1.2;
    color: #ffaf45;
}


/*发布会报名 */

.sign-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url(../images/bm-bg.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.sign-form {
    padding: 20px;
    background: #fdd35d;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}


/* 业绩统计 */

.header--date .date-container {
    position: absolute;
    /*top: 0;*/
    left: 44px;
    right: 44px;
}

.header--date .date-container input {
    background: none;
    border: 0;
    text-align: center;
}

.date-list {
    padding: 6px;
}

.date-list>li {
    position: relative;
    padding: 6px;
}

.date-list>li span {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 5px;
}

.date-list>li.active span {
    color: currentColor;
    line-height: 34px;
    background: #fff;
    border: 1px solid currentColor;
}

.date-list>li.date-custom {
    position: relative;
    float: left;
    width: 100%;
}

.date-list>li.date-custom input[type=text] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.team-analysis {
    position: relative;
}

.team-analysis .dropdown-menu {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.table-analysis .td-name {
    display: inline-block;
    max-width: 100px;
    vertical-align: middle;
}


/* 代发、提货页面*/

.sign {
    width: 30px;
    text-align: center;
    color: #2cd334;
    position: absolute;
    top: 30px;
    right: 15px;
}

.sign i {
    display: block;
    line-height: 17px;
    font-size: 12px;
}

.sign-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2001;
    display: none;
}

.black {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
    background: rgba(0, 0, 0, 0.5);
}

.sign-layer-inner {
    font-size: 16px;
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 2002;
    width: 280px;
    margin: -80px 0 0 -140px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.sign-layer-inner h2 {
    background: #2cd334;
    color: #fff;
    padding: 0 10px;
    line-height: 40px;
}

.sign-layer-inner textarea {
    width: 100%;
    padding: 10px 5%;
    border: none;
}

.sign-close {
    position: absolute;
    top: 0;
    right: 10px;
}


/* 组织结构图 */

.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    white-space: nowrap;
    font-size: 0;
    text-align: center;
}

.tree ul.node-first>li>.tree-content {
    border-color: #ff3b30;
}

.tree ul.node-two>li>.tree-content {
    border-color: #ffaf45;
}

.tree ul.node-three>li>.tree-content {
    border-color: #2cd334;
}

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.tree .node-three {
    padding-top: 0;
}

.tree .node-three li {
    display: block;
}

.tree .node-three li::after,
.tree .node-three li::before {
    position: absolute;
    top: 0;
    left: 50%;
    height: 20px;
    border-left: 1px solid #ccc;
    content: "";
    border-top: 0;
}

.tree .node-three li:first-child::after {
    border-radius: 0;
}

.tree .node-three li:last-child::before {
    border-right: 0;
    border-radius: 0;
}

.tree li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 20px 4px 0 4px;
    text-align: center;
    transition: all 0.5s;
}

.tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}

.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}

.tree li:only-child {
    padding: 0;
}

.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}

.tree li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
}

.tree-content {
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 144px;
    height: 92px;
    overflow: hidden;
    text-decoration: none;
    color: #666;
    font-size: 12px;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.5s;
    text-align: left;
    background: #fff;
}

.tree-content.null {
    line-height: 80px;
    font-size: 30px;
    color: #dadada;
    text-align: center;
    border-color: #dadada !important;
}

.tree-content p {
    line-height: 20px;
    white-space: normal;
}

.tree-content p span {
    color: #999;
}

.autograph-show {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-width: 750px;
    margin: 0 0 50px 0;
}

.autograph-show .show-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.autograph-info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -60%);
    transform: translate(0, -60%);
    text-align: center;
}

.autograph-info .info-text {
    font-size: 20px;
    color: #fff;
}

.autograph-info .info-text p {
    display: inline-block;
    width: 30px;
    vertical-align: top;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

.autograph-media {
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 10px;
}

.autograph-media img {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    float: right;
}

.autograph-media .media-bd {
    padding-top: 10px;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    text-align: right;
}

.autograph-download {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #fff;
    color: #999;
    text-align: center;
}

.autograph-theme-list {
    padding: 5px;
    margin-bottom: -10px;
}

.autograph-theme-list li {
    padding: 5px;
}

.autograph-theme-list li:nth-of-type(3n) {
    margin-right: 0;
}

.autograph-theme-list li>div {
    position: relative;
    display: block;
    padding-bottom: 65%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
}

.autograph-theme-list li>div h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 12px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.autograph-theme-list li .mask {
    display: none;
    border-radius: 5px;
}

.autograph-theme-list li .mask i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.autograph-theme-list li.active .mask {
    display: block;
}


/* 文章列表 */

.news-list .news-item {
    margin-top: 5px;
}

.news-list .news-item a {
    background: #fff;
    padding: 10px;
    display: box;
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.news-list .news-item .item-img {
    width: 90px;
    height: 80px;
}

.news-list .news-item .item-bd {
    overflow: hidden;
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.news-list .news-item .item-bd h4 {
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-list .news-item .item-bd p {
    margin-top: 5px;
    max-height: 54px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
}


/* 会员中心 */

.user-hd {
    position: relative;
    min-height: 160px;
    background: url(/Areas/Mobile/AngularTemplate/Resource//images/my-hd-bg.jpg) no-repeat top center;
    background-size: cover;
}

.user-photo {
    width: 75px;
    height: 75px;
    margin-top: 6px;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.8), 0 5px 1px rgba(0, 0, 0, 0.3);
}

.user-photo img {
    height: 100%;
    width: 100%;
}

.user-txt {
    overflow: hidden;
}

.user-txt h3 {
    line-height: 18px;
    color: #fff;
}

.user-txt h3 span {
    display: inline-block;
    max-width: 120px;
    vertical-align: middle;
    color: #fff !important;
}

.user-txt__list {
    color: #767d97;
}

.user-txt__list li {
    max-width: 176px;
    line-height: 16px;
}

.user-hd .link-xiaoxi {
    position: absolute;
    top: 10px;
    left: 10px;
}

.user-hd .link-set {
    position: absolute;
    top: 5px;
    right: 10px;
    color: rgba(255, 255, 255, .5);
}

.user-hd .link-set i {
    font-size: 22px;
}

.user-hd .red-dot {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #dd2727;
}

.file-dec {
    position: relative;
    margin: 10px;
    padding: 10px;
    border: 1px dashed #ccc;
    text-align: center;
    line-height: 20px;
}

.file-dec i {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto 5px;
    color: #999;
}

.file-dec--has-img {
    padding: 0;
    border: 0;
}


/* 商品列表 */

.card-list .card-tle {
    line-height: 1.3;
}

.card-list .card-tle span {
    padding-left: 10px;
    border-left: 3px solid #2cd334;
}

.card-list .card-item .item-img-wrap {
    position: relative;
    display: block;
    padding-top: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.card-list.card-list--full .card-item {
    width: 100%;
}

.card-list.card-list--full .card-item:before {
    content: none;
}

.card-list.card-list--full .card-item .item-img-wrap {
    float: left;
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin-right: 10px;
    padding-top: 0;
}

.card-list.card-list--full .card-item .item-con-wrap {
    overflow: hidden;
}

.card-list.card-list--full .card-item .pro-item-tt {
    margin-top: 0;
}

.card-list.card-list--full .card-item .pro-item-ft {
    margin-top: 20px;
}

.card-list.card-list--no-img .card-item {
    width: 100%;
}

.card-list.card-list--no-img .card-item:before {
    content: none;
}

.card-list.card-list--no-img .card-item .item-img-wrap {
    display: none;
}

.card-list.card-list--no-img .card-item .pro-item-tt {
    margin-top: 0;
}

.card-list.card-list--no-img .card-item .pro-item-ft {
    margin-top: 10px;
}

.pro-item-tt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    height: 42px;
    overflow: hidden;
}

.pro-item-ft {
    position: relative;
}

.btn-cart-plus {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 16px;
    line-height: 16px;
    text-align: right;
    color: #ff5500;
}

#spec-panel .media-item .item-img {
    width: 80px;
    height: 80px;
    top: -10px;
    border: 2px solid #c5c5c5;
    border-radius: 3px;
}

.spec-panel-bd {
    padding: 0 10px 10px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.spec-panel-ft {
    height: 44px;
    background: #eee;
}

.btn-panel-close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    color: #999;
}

.btn-panel-close i {
    display: block;
    width: 16px;
    height: 16px;
}

.line-list--multi-select .icon-checkbox {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}


/* 商品详情 */

.header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 10px;
}

.header-nav-icon {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.header-nav-icon i {
    display: block;
    width: 34px;
    height: 34px;
    font-size: 22px;
}

.header-nav-icon .remind-num {
    top: -2px;
    right: -6px;
    background: #ffaf45;
}

.product-info h3 {
    line-height: 1.5;
}

.eva-tag-list li {
    background: #ffcab2;
    padding: 5px 3px;
    text-align: center;
    color: #775e53;
    border-radius: 3px;
}

.eva-list>li {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.para-list li {
    padding: 10px 10px 10px 20px;
}

.para-list li:not(:first-of-type) {
    border-top: 1px solid #e5e5e5;
}

.para-list li label {
    display: block;
    color: #999;
    width: 90px;
    height: 100%;
    overflow: hidden;
}

.spec-img-list li {
    float: left;
    margin: 0 7px 4px 0;
    background: #f7f7f7;
}

.spec-img-list li.selected a {
    border: 1px solid #e3393c;
    color: #e3393c;
}

.spec-img-list li a {
    display: block;
    font-size: 12px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
}

.spec-img-list li a:hover {
    border: 1px solid #e3393c;
    color: #e3393c;
}

.spec-img-list li a span {
    margin: 0 8px;
}


/* 订单详情 */

.info-item {
    position: relative;
}

.info-item:not(:first-of-type):after {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    right: 0;
    height: 0;
    transform: scaleY(0.5);
    border-top: 1px solid #e5e5e5;
    content: "";
}


/* 邀请 */

.guidebox {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
    z-index: 9998;
}

.guide {
    position: fixed;
    width: 100%;
    display: none;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/Areas/Mobile/AngularTemplate/common/Resource/images/guide1.png) no-repeat center 1em;
    background-size: 100% auto;
    z-index: 9999;
}


/* 订货管理 */

.order_list ul li {
    margin: 10px;
    background: #fff;
    border: 1px solid #cdcdcd;
}

.order_list ul li div.fl a.name {
    font-size: 14px;
    color: #666666;
    height: 20px;
    line-height: 20px;
}

.order_list ul li div.fl div.time {
    color: #b2b2b2;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
}

.order_list ul li div.fl div.state {
    color: #666666;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}

.order_list ul li div.fr .price {
    font-size: 16px;
    color: #db0000;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.order_list ul li div.fr .choose {
    text-align: right;
    margin-top: 5px;
}

.order_list ul li .clear {
    margin-bottom: 7px;
}

.order_list .order-item-hd {
    border-top: 2px solid #2cd334;
    height: 40px;
    border-bottom: 1px solid #cdcdcd;
    line-height: 35px;
    padding: 0 10px;
}

.order_list .order-item-ding {
    color: white;
    font-size: 18px;
    position: absolute;
    top: -5px;
    left: -20px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.order-btn-box {
    margin: 10px 0 0;
}

.order-btn-box a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    border: 1px solid #dadada;
    font-size: 14px;
    color: #333;
}

.order-btn-box a.btn-warning {
    color: #faa654;
    border-color: #faa654;
}


/* 优惠券列表 */

.coupon-list {
    background: #fff;
    padding: 5px 10px 10px;
}

.coupon-list li {
    position: relative;
    margin-top: 10px;
    color: #fff;
    background-color: #fb797b;
    overflow: hidden;
}

.coupon-list li.coupon-item--disabled {
    background-color: #bababa;
}

.coupon-list li:before,
.coupon-list li:after {
    position: absolute;
    top: 0;
    width: 8px;
    height: 100%;
    background-image: url(/Areas/Mobile/AngularTemplate/Resource/Images/icon-dot.png);
    background-repeat: repeat-y;
    content: "";
}

.coupon-list li:before {
    left: -4px;
}

.coupon-list li:after {
    right: -4px;
}

.coupon-list li a {
    margin-left: 5px;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.6);
}

.coupon-list-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.coupon-left,
.coupon-right {
    position: relative;
    z-index: 1;
}

.coupon-left {
    width: 70%;
    position: relative;
    padding: 10px 14px 10px;
    border-right: 1px dashed #fff;
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
}

.coupon-left:before,
.coupon-left:after {
    position: absolute;
    right: -4px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    content: "";
}

.coupon-left:before {
    top: -4px;
}

.coupon-left:after {
    bottom: -4px;
}

.coupon-left h3 {
    font-size: 14px;
}

.coupon-left p {
    font-size: 12px;
}

.coupon-right {
    text-align: center;
    width: 30%;
}

.coupon-amount {
    font-size: 24px;
    line-height: 24px;
}

.coupon-amount span {
    font-size: 12px;
}

.qd-icon {
    position: absolute;
    top: 50%;
    right: -10px;
    display: block;
    width: 53px;
    height: 64px;
    margin-top: -32px;
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/icon-qd.png) no-repeat;
    background-size: 53px auto;
}

.coupon-status {
    position: absolute;
    top: 50%;
    right: -28px;
    display: block;
    width: 58px;
    height: 58px;
    margin-top: -29px;
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/coupon-sprite.png) no-repeat;
    background-size: 125px auto;
}

.coupon-status--overdue {
    background-position: -67px 0;
}

.receive .line-list {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/line-bg.jpg) left bottom repeat-x #fff;
    background-size: 99px auto;
}

.receive .line-item {
    line-height: 24px;
    padding-left: 35px;
}

.receive .line-item i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
}


/* 套餐列表 */

.taocan-wrap:not(:first-child) {
    margin-top: 10px;
}

.taocan-hd {
    position: relative;
    padding: 10px;
    background: #fff;
}

.taocan-hd:after {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    right: 0;
    height: 0;
    transform: scaleY(0.5);
    border-top: 1px solid #dadada;
    top: auto;
    bottom: 0;
    content: "";
}

.taocan-hd>h3 span {
    margin-right: 5px;
}

.taocan-time {
    font-size: 12px;
    color: #666;
}

.taocan-time i {
    margin-right: 5px;
    line-height: 1.2;
    color: #999;
}

.taocan-time span {
    vertical-align: middle;
}

.taocan-container {
    padding: 10px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.taocan-list {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.taocan-list li {
    position: relative;
    display: inline-block;
    width: 90px;
    font-size: 14px;
    vertical-align: top;
}

.taocan-list li:not(:first-of-type) {
    margin-left: 25px;
}

.taocan-list li:not(:first-of-type):after {
    position: absolute;
    top: 27px;
    left: -20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #2cd334;
    content: "+";
}

.taocan-list li a {
    display: block;
}

.taocan-list li img {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    vertical-align: top;
}

.taocan-list li img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #eee;
    content: "";
}

.taocan-list li h3 {
    margin-top: 5px;
    line-height: 1.3;
    font-size: 14px;
    width: 90px;
    height: 36px;
    overflow: hidden;
    white-space: normal;
}

.taocan-action {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    padding-right: 20px;
    font-size: 16px;
    text-align: center;
}

.taocan-action:after {
    position: absolute;
    top: 0;
    left: -22px;
    font-size: 24px;
    font-weight: 700;
    color: #2cd334;
    content: "=";
}

.taocan-price {
    color: #fd8d05;
}

.taocan-price strong {
    font-size: 24px;
    font-weight: 700;
}

.taocan-detial-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #fff;
}

.taocan-detial-item:after {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    right: 0;
    height: 0;
    transform: scaleY(0.5);
    border-top: 1px solid #dadada;
    top: auto;
    bottom: 0;
    content: "";
}

.taocan-detial-item .item-img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
}

.taocan-detial-item .item-bd {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.taocan-detial-item .item-bd .bd-tle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.taocan-detial-item .item-bd .bd-sku {
    position: relative;
    border-radius: 5px;
    padding-right: 20px;
}

.taocan-detial-item .item-bd .bd-sku i {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #999;
}

.taocan-detial-item .item-bd .bd-price {
    margin-top: 10px;
    color: #999;
}

.taocan-detial-item .item-bd .bd-price span {
    color: #fd8d05;
}

.taocan-detial-item .select {
    width: 100%;
    border: 0;
    color: #999;
}

.taocan-detail-list--select .taocan-detial-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.taocan-detail-list--select .taocan-detial-item .label-checkbox {
    margin-right: 10px;
}

.taocan-ft {
    position: relative;
    padding: 15px 10px;
    background: #fff;
}

.taocan-ft span {
    color: #fd8d05;
}

.taocan-ft .jiajian {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.taocan-more {
    padding: 10px;
    background: #fff;
    text-align: center;
    color: #999;
}

.taocan-more span {
    vertical-align: middle;
}

.taocan-more i {
    margin-right: 5px;
}


/* 我的订单 */

.my-order-list .order-item .item-total,
.my-order-list .order-item .item-userinfo,
.my-order-list .order-item .item-meta,
.my-order-list .order-item .com-goods-list {
    position: relative;
}

.my-order-list .order-item .item-total::before,
.my-order-list .order-item .item-userinfo::before,
.my-order-list .order-item .item-meta::before,
.my-order-list .order-item .com-goods-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    height: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    border-top: 1px solid #dbdbdb;
    z-index: 1;
}

.my-order-list .order-item {
    background: #fff;
    border-radius: 5px;
}

.my-order-list .order-item:not(:first-of-type) {
    margin: 10px 0 0;
}

.my-order-list .order-item .item-hd,
.my-order-list .order-item .item-total,
.my-order-list .order-item .item-userinfo,
.my-order-list .order-item .item-meta {
    padding: 10px;
}

.my-order-list .order-item .item-hd {
    position: relative;
}

.my-order-list .order-item .item-id,
.my-order-list .order-item .item-time {
    font-size: 12px;
    color: #999;
}

.my-order-list .order-item .item-state {
    position: absolute;
    top: 15px;
    right: -5px;
    padding: 3px 15px;
    font-size: 12px;
    color: #fff;
    border-radius: 20px 0 0 20px;
    background: #fdb52a;
}

.my-order-list .order-item .item-state:after {
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-top: 3px solid #c78609;
    content: "";
}

.my-order-list .order-item .item-total {
    text-align: right;
    font-size: 12px;
}

.my-order-list .order-item .item-total--lg {
    font-size: 15px;
}

.my-order-list .order-item .item-userinfo {
    font-size: 12px;
    line-height: 1.8;
}

.my-order-list .order-item .item-meta {
    font-size: 12px;
    color: #666;
    line-height: 1.8;
}

.my-order-list .order-item .item-ft {
    position: relative;
    text-align: right;
}

.my-order-list .order-item .item-ft:after {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    height: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    border-top: 1px solid #dadada;
    content: "";
}

.my-order-list .order-item--dai .item-meta {
    padding: 5px 10px 5px 37px;
}

.my-order-list--style2 .order-item {
    border-radius: 5px;
    box-shadow: none;
    overflow: hidden;
}

.my-order-list--style2 .order-item .item-label {
    border: 0;
    width: 32px;
    height: 32px;
    line-height: 28px;
    padding: 0 0 0 6px;
    border-radius: 0 0 50px 0;
}

.my-order-list--style2 .order-item .item-label span {
    position: static;
    font-size: 14px;
}

.my-order-list--style2 .order-item .item-img {
    width: 80px;
    height: 80px;
}

.my-order-list--style2 .order-item .item-list {
    background: none;
}

.my-order-list--style2 .order-item .item-list li {
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
}


/*门店列表*/

.store-search {
    position: relative;
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: 0.266667rem;
}

.store-search i {
    font-size: 0.506667rem;
    position: absolute;
    top: 0.266667rem;
    left: 0.6rem;
    color: #999;
}

.store-search input {
    font-size: 0.346667rem;
    border-radius: 0.333333rem;
    background: #f1f1f1;
    width: 100%;
    line-height: 0.826667rem;
    border: none;
    padding: 0 0.4rem 0 1.0rem;
}

.store-area {
    background: #fff;
}

.store-area ul {
    display: flex;
}

.store-area li {
    text-align: center;
    flex-direction: row;
    padding: 0.2rem 0;
    width: 33.33%;
}

.store-area li select {
    border: none;
    color: #999;
    max-width: 80%;
    overflow: hidden;
    font-size: 0.346667rem;
    background: white;
}

.store-list {
    margin: 0.2rem 0 0;
}

.store-list li {
    padding: 0.266667rem;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #eee;
}

.store-list li img {
    width: 2.733333rem;
    height: 1.8rem;
    float: left;
}

.store-list-inner {
    margin: 0 1.333333rem 0 2.933333rem;
    height: 1.8rem;
}

.store-list-inner h2 {
    font-size: 0.4rem;
}

.store-list-inner p {
    font-size: 0.346667rem;
    color: #999;
}

.store-list-inner span {
    font-size: 0.346667rem;
}

.store-list-sign {
    width: 1.333333rem;
    position: absolute;
    top: 0.2rem;
    right: 0.266667rem;
    text-align: center;
    line-height: 0.866667rem;
}

.store-list-sign p {
    font-size: 0.346667rem;
    color: #999;
}

.store-list-sign i {
    display: block;
    font-size: 0.666667rem;
    color: #c8ad56;
    border-left: 1px solid #eee;
}


/*门店详情*/

.store-banner,
.store-banner img {
    width: 100%;
    height: 6.666667rem;
}

.store-info {
    background: #fff;
    padding: 0.066667rem 0.266667rem;
}

.store-info h2 {
    font-size: 0.48rem;
}

.store-info p {
    font-size: 0.346667rem;
    color: #999;
    line-height: 0.666667rem;
}

.store-info p i {
    font-size: 0.4rem;
}

.store-info p em {
    float: right;
}

.store-tel {
    display: flex;
    justify-content: space-between;
    font-size: 0.346667rem;
    background: #fff;
    margin: 0.2rem 0;
    padding: 0.133333rem 0.266667rem;
    line-height: 0.8rem;
}

.store-tel i {
    font-size: 0.4rem;
}

.store-tel em {
    font-size: 0.4rem;
    color: #c8ad56;
}

.store-about {
    background: #fff;
    padding: 0.266667rem;
    font-size: 0.346667rem;
}

.store-about h2 {
    font-size: 0.4rem;
    text-align: center;
    margin: 0 0 0.133333rem;
}


/*门店排序*/

.sort-icon {
    display: inline-block;
    width: 10px;
    height: 14px;
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/sort-icon-sprites.png) no-repeat;
    background-size: 36px auto;
    vertical-align: middle;
}

.sort-icon--asc {
    background-position: -13px 0;
}

.sort-icon--desc {
    background-position: -26px 0;
}


/*优惠劵详情*/

.coupon-details-box {
    padding: 1.333333rem 0.266667rem;
    background: #2cd334;
    font-size: 12px;
}

.coupon-details {
    background: #fff;
    border-radius: 0.133333rem;
}

.coupon-details-info {
    position: relative;
    padding: 1.333333rem 0 0.666667rem;
    margin: 0 0.266667rem;
    border-bottom: 2px dotted #999;
}

.coupon-details-info:before,
.coupon-details-info:after {
    content: '';
    width: 0.32rem;
    height: 0.32rem;
    position: absolute;
    left: -0.426667rem;
    bottom: -0.16rem;
    background: #2cd334;
    border-radius: 100%;
}

.coupon-details-info:after {
    left: auto;
    right: -0.426667rem;
}

.coupon-details-info img {
    width: 1.733333rem;
    height: 1.733333rem;
    position: absolute;
    top: -0.866667rem;
    left: 3.6rem;
    border-radius: 100%;
    box-shadow: 1px 1px 10px 0px #999;
}

.coupon-details-info h2 {
    font-size: 0.48rem;
    text-align: center;
}

.coupon-details-info h3 {
    font-size: 0.4rem;
    color: #999;
    text-align: center;
    margin: 0 0 0.266667rem;
}

.coupon-details-info p {
    font-size: 0.48rem;
    line-height: 0.666667rem;
    text-align: center;
}

.coupon-details-code {
    text-align: center;
}

.coupon-details-code h2 {
    font-size: 0.48rem;
    margin: 0.4rem 0 0;
}

.coupon-details-code .code-bar {
    display: block;
    width: 8.0rem;
    height: 2.4rem;
    margin: 0.4rem auto;
}

.coupon-details-code .code {
    display: block;
    width: 3.466667rem;
    height: 3.466667rem;
    margin: 0.4rem auto;
}

.coupon-details-code-msg {
    border-top: 1px solid #eee;
    padding: 0.333333rem;
}

.coupon-details-code p {
    font-size: 0.346667rem;
    color: #999;
    display: flex;
}

.coupon-details-code p span {
    flex: 1;
    text-align: left;
}


/* 地址列表 */

.ads-list li {
    position: relative;
}

.ads-list li:not(:first-of-type) {
    margin: 10px 0 0;
}

.ads-list li.active:after {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 15px;
    height: 7px;
    border-bottom: 2px solid #2cd334;
    border-left: 2px solid #2cd334;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ads-list .ads-info {
    padding-right: 25px;
}
.ads-item {
    position: relative;
    align-items: center;
    padding: 16px 10px;
}

.ads-item-left {
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.ads-selected {
    border: 1px solid #333;
    background: #333;
    position: relative;
}

.ads-selected:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    top: 5px;
    left: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate( -45deg );
}

.ads-item-center {
    flex-grow: 1;
}

.ads-default {
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    padding: 0 6px;
    border-radius: 9px;
    margin-right: 7px;
    color: #fff;
}

.ads-item-right {
    flex-shrink: 0;
    flex-grow: 0;
}

.ads-arrow {
    width: 10px;
    height: 10px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: rotate( 45deg );
}

.ads-addbtn {
    margin: 0 20px;
    width: calc(100% - 40px);
    font-size: 16px;
    border-radius: 22px;
}

.btn-white {
    padding: 0 1em;
    line-height: 44px;
    color: #333;
    background-color: #fff;
    border: none;
}

.ads-edit-form {
    margin: 10px 12px;
    border-radius: 6px;
    overflow: hidden;
}

.ads-edit-form .item-label {
    color: #000;
    font-weight: 500;
}

.ads-edit-form .form-item:nth-last-child(2) {
    border-radius: 0 0 6px 6px;
}

.ads-textarea {
    height: 80px;
    line-height: 20px;
    border: none;
    background: #f4f4f4;
    padding: 10px;
    font-size: 12px;
}

.ads-smartparse {
    position: absolute;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #333;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 4px;
    bottom: 20px;
    right: 20px;
}

.ads-checkbox {
    display: none;
}

.ads-checkbox-label {
    position: relative;
    width: 100%;
    padding-left: 10px;
    line-height: 49px;
}

/* 自定义checkbox（未选中）样式 */
.ads-checkbox-box {
    display: inline-block;
    position: absolute;
    content: "";
    width: 44px;
    height: 27px;
    border: 1px solid #cfcfcf;
    border-radius: 14px;
    right: 10px;
    top: 11px; /*根据label高度和自身需求设置top*/
}

.ads-checkbox-box::after {
    content: "";
    display: inline-block;
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border: 1px solid #cfcfcf;
    border-radius: 14px;
    left: -1px;
    top: -1px; /*根据label高度和自身需求设置top*/
    box-shadow: 1px 1px 5px #cfcfcf;
    background: #fff;
}

.ads-checkbox:checked + .ads-checkbox-box {
    border: 1px solid currentColor;
}

.ads-checkbox:checked + .ads-checkbox-box::after {
    left: 16px;
}

.color-cf {
    color: #cfcfcf;
}


/*积分商城*/

.integral-header {
    text-align: center;
    color: #fff;
    position: relative;
    background: linear-gradient(to right, #2cd334, #27992c);
    background-size: 100% 4.933333rem;
    width: 100%;
    height: 4.933333rem;
}

.integral-header:after {
    content: '';
    width: 100%;
    height: 3.466667rem;
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/integral_bg.png) no-repeat;
    background-size: 100% 3.466667rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.integral-header h2 {
    font-size: 0.4rem;
    padding: 0.8rem 0 0;
}

.integral-header p {
    font-size: 0.8rem;
    line-height: 0.88rem;
}

.integral-header span {
    font-size: 0.346667rem;
    margin: 0.133333rem 0 0;
    line-height: 0.56rem;
    border: 1px solid #fff;
    border-radius: 0.333333rem;
    display: inline-block;
    padding: 0 0.2rem;
    position: relative;
    z-index: 100;
}

.integral-rule {
    position: absolute;
    top: 0.266667rem;
    right: 0.266667rem;
    font-size: 0.346667rem;
}

.integral-banner {
    margin: 0.266667rem 0 0;
}

.integral-banner img {
    width: 100%;
}

.integral-list-tit {
    width: 3.866667rem;
    height: 1.2rem;
    line-height: 1.2rem;
    margin: 0.266667rem auto;
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/integral_tit_bg.png);
    background-size: 100% 1.2rem;
}

.integral-list-tit i {
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 100%;
    display: inline-block;
    background: #000;
    margin: 0 0.16rem;
    vertical-align: middle;
}

.integral-list-coupon {
    padding: 0 0.133333rem;
}

.integral-list-coupon li {
    margin: 0.146667rem 0.133333rem;
    background: #fff;
    border-radius: 0.133333rem;
    float: left;
    width: 4.6rem;
    overflow: hidden;
    position: relative;
}

.integral-list-coupon li i {
    float: left;
    color: #2cd334;
    font-size: 0.466667rem;
    line-height: 1.066667rem;
    margin: 0.32rem 0 0 0.333333rem;
}

.integral-list-coupon li p {
    float: left;
    color: #2cd334;
    font-size: 0.96rem;
}

.integral-list-coupon li h2 {
    float: left;
    color: #999;
    font-size: 0.346667rem;
    padding: 0.266667rem 0.133333rem;
    line-height: 0.466667rem;
}

.integral-list-coupon li h3 {
    float: left;
    background: #2cd334;
    width: 100%;
    text-align: center;
    padding: 0.106667rem;
}

.integral-list-coupon li h3 span {
    color: #fff;
    font-size: 0.346667rem;
    display: inline-block;
    background: #27992c;
    padding: 0 0.32rem;
    border-radius: 0.333333rem;
    line-height: 0.6rem;
}

.integral-list-coupon li:before {
    content: '';
    width: 0.186667rem;
    height: 0.186667rem;
    border-radius: 100%;
    background: #eee;
    position: absolute;
    top: 0.6rem;
    left: -0.093333rem;
}

.integral-list-coupon li:after {
    content: '';
    width: 0.186667rem;
    height: 0.186667rem;
    border-radius: 100%;
    background: #eee;
    position: absolute;
    top: 0.6rem;
    right: -0.093333rem;
}

.integral-list-gift {
    padding: 0 0.133333rem;
}

.integral-list-gift li {
    margin: 0.146667rem 0.133333rem;
    background: #fff;
    border-radius: 0.133333rem;
    float: left;
    width: 4.6rem;
    overflow: hidden;
    position: relative;
    padding: 0 0.293333rem 0.266667rem;
}

.integral-list-gift li img {
    width: 4.0rem;
    height: 4.4rem;
}

.integral-list-gift li h2 {
    font-size: 0.346667rem;
    line-height: 0.506667rem;
    height: 1.013333rem;
}

.integral-list-gift li p {
    line-height: 0.6rem;
    color: #2cd334;
    margin: 0.066667rem 0 0.133333rem;
}

.integral-list-gift li p i {
    font-size: 0.48rem;
    vertical-align: initial;
}

.integral-list-gift li p span {
    font-size: 0.48rem;
}

.integral-list-gift li p del {
    font-size: 0.346667rem;
    color: #999;
    float: right;
}

.integral-list-gift li h3 {
    font-size: 0.346667rem;
    width: 2.266667rem;
    background: #2cd334;
    padding: 0 0.266667rem;
    border-radius: 0.333333rem;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.dialog-integral-rule.act .overlay,
.dialog-integral-rule.act .dialog-integral-rule-inner {
    display: block;
}

.dialog-integral-rule-inner {
    display: none;
    width: 7.413333rem;
    height: 9.6rem;
    background: #fff;
    border-radius: 0.133333rem;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -4.8rem 0 0 -3.706667rem;
    z-index: 1001;
}

.dialog-integral-rule-inner h2 {
    font-size: 0.48rem;
    border-bottom: 1px solid #ddd;
    line-height: 1.12rem;
    text-align: center;
    margin: 0 0 0.4rem;
}

.dialog-integral-rule-inner p {
    font-size: 0.373333rem;
    line-height: 0.533333rem;
    padding: 0 0.4rem;
}

.dialog-integral-rule-close {
    width: 0.693333rem;
    height: 0.693333rem;
    line-height: 0.693333rem;
    background: #e0e0e0;
    color: #999;
    position: absolute;
    top: -0.346667rem;
    right: -0.346667rem;
    border-radius: 100%;
    text-align: center;
}

.dialog-integral-cue.act .overlay,
.dialog-integral-cue.act .dialog-integral-cue-inner {
    display: block;
}

.dialog-integral-cue-inner {
    display: none;
    width: 8.533333rem;
    height: 4.0rem;
    background: #fff;
    border-radius: 0.133333rem;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -2.0rem 0 0 -4.266667rem;
    z-index: 1001;
}

.dialog-integral-cue-info {
    height: 2.8rem;
    display: flex;
    align-items: center;
}

.dialog-integral-cue-info p {
    font-size: 0.4rem;
    width: 100%;
    text-align: center;
}

.dialog-integral-cue-btn {
    display: flex;
    border-top: 1px solid #ddd;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.dialog-integral-cue-btn span {
    flex: 1;
    text-align: center;
    font-size: 0.4rem;
    line-height: 1.2rem;
}

.dialog-integral-cue-btn span:nth-child(2) {
    border-left: 1px solid #ddd;
    color: #caae65;
}


/*积分兑礼*/

.integral-details-banner {
    position: relative;
    overflow: hidden;
}

.swiper-pagination-bullet-active {
    background: #caae65;
}

.integral-details-banner img {
    width: 100%;
    height: 10.0rem;
}

.integral-details-info {
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 0.133333rem 0.266667rem;
}

.integral-details-info h2 {
    font-size: 0.346667rem;
    line-height: 0.506667rem;
    max-height: 1.013333rem;
    margin-bottom: 0.133333rem;
}

.integral-details-info i {
    font-size: 0.48rem;
    color: #2cd334;
}

.integral-details-info em {
    font-size: 0.48rem;
    color: #2cd334;
    margin: 0 0.133333rem 0 0;
}

.integral-details-info span {
    display: block;
    font-size: 0.346667rem;
    color: #999;
}

.integral-details-content h2 {
    font-size: 0.346667rem;
    padding: 0.066667rem 0.266667rem;
}

.integral-details-content-inner {
    background: #fff;
    padding: 0.066667rem 0.266667rem;
    font-size: 0.346667rem;
    min-height: 2.666667rem;
}

.integral-details-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    height: 1.466667rem;
    line-height: 1.466667rem;
}

.integral-details-footer p {
    margin: 0 0 0 0.266667rem;
    font-size: 0.346667rem;
}

.integral-details-footer p em {
    font-size: 0.48rem;
    color: #caae65;
    margin: 0 0.053333rem;
}

.integral-details-footer p i {
    font-size: 0.346667rem;
    color: #caae65;
}

.integral-details-footer-btn {
    width: 2.8rem;
    font-size: 0.4rem;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #fff;
    background: #caae65;
}


/*抽奖转盘*/

.draw-box {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/bigWheelBg0.jpg) no-repeat;
    background-size: 100% 26.32rem;
    height: 26.32rem;
    position: relative;
}

.draw-prize {
    position: absolute;
    top: 0.266667rem;
    right: 0.266667rem;
    z-index: 1100;
    padding: 0 0.266667rem;
    border-radius: 0.333333rem;
    background: rgba(255, 255, 255, .4);
    color: #fff;
    font-size: 0.346667rem;
    line-height: 0.64rem;
}

.draw-list {
    width: 8.48rem;
    height: 0.986667rem;
    padding: 0 0.4rem;
    overflow: hidden;
    position: absolute;
    top: 5.386667rem;
    left: 0.76rem;
    z-index: 1;
    color: #fff;
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/draw_list_bg.png);
    background-size: 100% 0.986667rem;
}

.draw-list-inner {
    overflow: hidden;
    height: 0.586667rem;
    margin: 0.2rem 0;
    text-align: center;
}

.draw-list-inner li {
    font-size: 0.346667rem;
    line-height: 0.586667rem;
}

.draw-turntable {
    width: 100%;
    height: 9.6rem;
    position: absolute;
    top: 6.4rem;
    left: 0;
}

.turntable-bg {
    width: 100%;
    height: 9.6rem;
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/turntable_bg.gif");
    background-size: 100% 9.6rem;
}

.pointer {
    width: 4.533333rem;
    height: 4.533333rem;
    position: absolute;
    top: 2.4rem;
    left: 2.733333rem;
    z-index: 110;
}

.pointer img {
    width: 4.533333rem;
    height: 4.533333rem;
}

.rotate {
    width: 8.4rem;
    height: 8.4rem;
    position: absolute;
    top: 0.693333rem;
    left: 0.8rem;
    z-index: 100;
}

.rotate img,
.rotate .item {
    width: 8.4rem;
    height: 8.4rem;
}

.draw-rule {
    width: 9.466667rem;
    position: absolute;
    top: 19.273333rem;
    left: 0.266667rem;
    border: 1px solid #fff0a0;
    padding: 0.666667rem 0.2rem;
}

.draw-rule img {
    width: 2.933333rem;
    height: 1.066667rem;
    position: absolute;
    top: -0.533333rem;
    left: 3.266667rem;
}

.draw-rule p {
    font-size: 0.4rem;
    color: #fff;
}

.draw-footer {
    font-size: 0.453333rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0.666667rem;
    width: 100%;
    text-align: center;
}

.turntable-action {
    color: #fcf09e;
}

.turntable-action__item {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    background: rgba(0, 0, 0, .2);
    border-radius: 20px;
    font-size: 14px;
    color: #fcf09e;
}


/*中奖弹框*/

.dialog-draw-rule {
    display: none;
}

.dialog-draw-rule.act,
.dialog-draw-rule.act .overlay {
    display: block;
}

.dialog-draw-rule-inner {
    width: 8.266667rem;
    height: 6.666667rem;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -4.666667rem 0 0 -4.133333rem;
    z-index: 1010;
    padding: 4.633333rem 2.0rem 1.733333rem;
    display: flex;
    align-items: center;
}

.dialog-draw-rule-inner.bg1 {
    background: url('/Areas/Mobile/AngularTemplate/Resource/Images/dialog_draw_bg1.png') no-repeat;
    background-size: 8.266667rem 6.666667rem;
}

.dialog-draw-rule-inner.bg2 {
    background: url('/Areas/Mobile/AngularTemplate/Resource/Images/dialog_draw_bg2.png') no-repeat;
    background-size: 8.266667rem 6.666667rem;
}

.dialog-draw-rule-inner .surprise {
    width: 100%;
    font-size: 0.7rem;
    color: #caae65;
    text-align: center;
    line-height: 1rem;
}

.dialog-draw-rule-inner .regret {
    width: 100%;
    font-size: 0.4rem;
    color: #caae65;
    text-align: center;
    line-height: 0.533333rem;
    position: absolute;
    left: 0;
    bottom: 0.933333rem;
}

.surprise-btn {
    width: 2.266667rem;
    height: 0.72rem;
    line-height: 0.72rem;
    text-align: center;
    position: absolute;
    left: 3.0rem;
    bottom: 0.8rem;
    background: #2cd334;
    color: #fff;
    border-radius: 0.333333rem;
    font-size: 0.346667rem;
}

#rotate li {
    position: absolute;
}

#rotate li img {
    width: 2.666667rem;
    height: 2.133333rem;
}

#rotate li:nth-child(1) {
    top: 0;
    left: 2.8rem;
}

#rotate li:nth-child(2) {
    top: 1.6rem;
    left: 5.466667rem;
    transform: rotate(60deg);
}

#rotate li:nth-child(3) {
    top: 4.533333rem;
    left: 5.333333rem;
    transform: rotate(125deg);
}

#rotate li:nth-child(4) {
    top: 6.0rem;
    left: 2.8rem;
    transform: rotate(-180deg);
}

#rotate li:nth-child(5) {
    top: 4.4rem;
    left: 0.266667rem;
    transform: rotate(-125deg);
}

#rotate li:nth-child(6) {
    top: 1.666667rem;
    left: 0.4rem;
    transform: rotate(-60deg);
    width: 8.4rem;
}

.gift-tab .swiper-con li {
    padding: 0.266667rem;
}

.gift-tab .swiper-con-img {
    width: 2.4rem;
    height: 2.4rem;
}

.gift-tab .swiper-con-inner {
    margin: 0 0 0 2.533333rem;
}

.gift-tab .swiper-con li p i {
    font-size: 0.48rem;
}

.gift-tab .swiper-con li p span {
    font-size: 0.48rem;
}

.gift-tab .swiper-con li p {
    line-height: 0.6rem;
    color: #2cd334;
    margin: 0.066667rem 0 0.133333rem;
}

.gift-tab .swiper-con li p del {
    font-size: 0.346667rem;
    color: #999;
}

.gift-tab .swiper-con li h3 {
    font-size: 0.346667rem;
    width: 2.4rem;
    background: #2cd334;
    padding: 0 0.266667rem;
    border-radius: 0.333333rem;
    color: #fff;
    text-align: center;
}

.dialog-trade.act .overlay,
.dialog-trade.act .dialog-trade-inner {
    display: block;
}

.dialog-trade-inner {
    display: none;
    width: 9.146667rem;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1010;
    margin: -5.906667rem 0 0 -4.573333rem;
    border-radius: 0.133333rem;
    overflow: hidden;
    text-align: center;
}

.dialog-trade-inner h2 {
    font-size: 0.48rem;
    line-height: 1.4rem;
    background: #eee;
}

.dialog-trade-inner p {
    font-size: 0.4rem;
    color: #999;
    margin: 0.8rem 0 0.2rem;
}

.dialog-trade-code {
    width: 8.0rem;
    height: 2.266667rem;
}

.dialog-trade-qr {
    width: 3.733333rem;
    height: 3.733333rem;
    margin: 0.266667rem 0 0;
}

.dialog-trade-inner h3 {
    font-size: 0.466667rem;
    line-height: 1.4rem;
    border-top: 1px solid #f6f6f6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0.533333rem;
    text-align: left;
}

.dialog-trade1.act .overlay,
.dialog-trade1.act .dialog-trade1-inner {
    display: block;
}

.dialog-trade1-inner {
    display: none;
    width: 8.0rem;
    height: 4.266667rem;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1010;
    margin: -2.133333rem 0 0 -4.0rem;
    border-radius: 0.133333rem;
    overflow: hidden;
    text-align: center;
}

.dialog-trade1-inner i {
    font-size: 1.333333rem;
    color: #00da28;
    margin: 0.266667rem 0 0;
    display: inline-block;
}

.dialog-trade1-inner h2 {
    font-size: 0.533333rem;
}

.dialog-trade1-close {
    font-size: 0.533333rem;
    position: absolute;
    top: 0.133333rem;
    right: 0.2rem;
    color: #999;
}

.dialog-trade1-inner p {
    font-size: 0.373333rem;
    color: #999;
}

.dialog-trade1-inner h3 {
    font-size: 0.4rem;
    line-height: 1.2rem;
    border-bottom: 1px solid #eee;
}

.dialog-trade-jp.act .jp-box {
    display: block;
}

.mm-box {
    width: 6.88rem;
    height: 1.133333rem;
    margin: 0.8rem auto;
    overflow: hidden;
    border: 1px solid #ddd;
}

.mm-box li {
    width: 1.133333rem;
    height: 1.133333rem;
    border-right: 1px solid #eee;
    float: left;
}

.mm-box li.mmdd {
    background: #FFF url(/Areas/Mobile/AngularTemplate/Resource/Images/dd_03.jpg) center no-repeat;
    background-size: 25%;
}

.mm-box li:last-child {
    border-right: none;
}

.jp-box {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0px;
    z-index: 1010;
    background: #fff;
    width: 100%;
}

.jp-close {
    font-size: 0.666667rem;
    text-align: center;
    line-height: 1.066667rem;
}

.jp-inner {
    border: 1px solid #dadada;
    overflow: hidden;
    border-bottom: none;
}

.jp-inner li {
    width: 33.3333%;
    border-bottom: 1px solid #dadada;
    float: left;
    text-align: center;
    font-size: 0.533333rem;
}

.jp-inner li a {
    display: block;
    color: #000;
    height: 1.333333rem;
    line-height: 1.333333rem;
    overflow: hidden;
}

.jp-inner li a:active {
    background: #f1f1f1;
}

.jp-inner li:nth-child(3n-1) a {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.jp-inner li span {
    display: block;
    color: #e0e0e0;
    background: #e0e0e0;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.jp-inner li span.del img {
    width: 30%;
}

.jp-del,
.jp-null {
    background: #f1f1f1;
    font-size: 0.666667rem;
    color: #999 !important;
}

.dialog-trade-btn i {
    font-size: 0.466667rem;
}


/* 库存更新 */

.product-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 10px;
    background: #fff;
}

.product-item:not(:first-child):after {
    position: absolute;
    top: 0;
    left: 95px;
    right: 0;
    height: 1px;
    background: #f2f2f2;
    content: "";
}

.product-item__img {
    position: relative;
    width: 75px;
    height: 75px;
    margin-right: 10px;
}

.product-item__img a {
    display: block;
    height: 75px;
}

.product-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-item__bd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-item__tle {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 32px;
    line-height: 1.2;
    word-break: break-all;
    overflow: hidden;
}

.product-item__txt {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.2;
    color: #999;
}

.product-item__price {
    line-height: 1.3;
    color: #2cd334;
}

.product-item__price span {
    font-size: 18px;
}

.product-item__price-old {
    line-height: 1.2;
}

.product-item__price-old span {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.product-item__btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: block;
    height: 24px;
    line-height: 22px;
    padding: 0 10px;
    border: 1px solid #2cd334;
    color: #2cd334;
    border-radius: 30px;
}

.product-item .stepper-custom {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.stepper-custom {
    position: relative;
    display: inline-block;
}

.stepper-custom:before,
.stepper-custom:after {
    position: absolute;
    left: 50%;
    width: 56px;
    height: 1px;
    background: #2cd334;
    content: "";
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.stepper-custom:after {
    bottom: 0;
}

.stepper-custom__number {
    width: 80px;
    height: 24px;
    border: 0;
    background: none;
    text-align: center;
    -webkit-appearance: none;
}

.stepper-custom__decrease,
.stepper-custom__increase {
    position: absolute;
    top: 0;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #2cd334;
    border: 1px solid #2cd334;
}

.stepper-custom__decrease:before,
.stepper-custom__increase:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 11px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
}

.stepper-custom__increase {
    right: 0;
    color: #fff;
    background: #2cd334;
}

.stepper-custom__increase:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 11px;
    width: 2px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
}


/*活动列表-活动详情*/

.text2 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.activity-banner {
    position: relative;
}

.activity-banner h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: rgba(0, 0, 0, .4);
}

.activity-banner img {
    width: 100%;
}

.activity-title {
    background: #fff;
    padding: 5px 10px;
    line-height: 25px;
    position: relative;
}

.activity-title h2 {
    font-size: 16px;
    line-height: 1.3;
}

.activity-title span {
    background: #ffaf45;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 3px;
}

.activity-rule {
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    border-left: 1px dashed #eee;
    width: 70px;
    text-align: center;
    line-height: 25px;
}

.activity-rule p {
    font-size: 12px;
}

.activity-time {
    background: #fff;
    text-align: center;
    padding: 5px 10px;
    margin: 10px 0;
    overflow: hidden;
}

.activity-time h2 {
    font-size: 16px;
    color: #30c72e;
    line-height: 25px;
}

.activity-time p {
    font-size: 12px;
    transform: scale(0.95, 0.95);
    width: 150%;
    margin: 0 -25%;
    color: #999;
    line-height: 25px;
}

.activity li {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.activity li:not(:first-child) {
    margin-top: 10px;
}

.countdown dt {
    display: inline-block;
    color: #999;
    line-height: 20px;
}

.countdown .title {
    font-size: 14px;
    color: #333;
    margin: 0 5px 0 0;
}

.countdown .unit {
    font-size: 12px;
    transform: scale(0.9, 0.9);
}

.countdown dt span {
    position: relative;
    z-index: 3;
    color: #fff;
    letter-spacing: 4px;
    padding: 0 0 0 2px;
    display: inline-block;
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/time_bg.png);
    background-repeat: repeat-x;
    background-size: 12px 20px;
    margin: 0 -2px 0 0;
}

.countdown .time {
    position: relative;
    overflow: hidden;
    margin: 0 4px;
}

.activity-list .item-img {
    width: 100px;
    height: 100px;
}

.activity-list {
    margin-bottom: 60px;
}

.activity-list del {
    color: #999;
}

.activity-list .price {
    color: #30c72e !important;
    font-size: 16px !important;
}

.stepper-custom {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 80px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
}

.stepper-custom:before,
.stepper-custom:after {
    position: absolute;
    left: 50%;
    width: 56px;
    height: 1px;
    background: #2cd334;
    content: "";
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.stepper-custom:after {
    bottom: 0;
}

.stepper-custom__number {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 32px;
    height: 24px;
    margin: 0 auto;
    border: 0;
    background: none;
    text-align: center;
    -webkit-appearance: none;
}

.stepper-custom__decrease,
.stepper-custom__increase {
    position: absolute;
    top: 0;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #2cd334;
    border: 1px solid #2cd334;
}

.stepper-custom__decrease:before,
.stepper-custom__increase:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 11px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
}

.stepper-custom__increase {
    right: 0;
    color: #fff;
    background: #2cd334;
}

.stepper-custom__increase:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 11px;
    width: 2px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
}

.activity-list .item-bd {
    line-height: 24px;
}

//.countdown1 { position: absolute; top: 10px; right: 10px; }
.countdown1 dt {
    display: inline-block;
}

.countdown1 .title {
    margin: 0 5px 0 0;
}

.countdown1 span {
    background: #000;
    padding: 3px 5px;
}

.link-Shopping {
    position: fixed;
    top: 10px;
    right: 10px;
    color: #fff;
    line-height: 34px;
    width: 34px;
    height: 34px;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    border-radius: 100%;
    z-index: 100;
}


/*20180503会员中心样式*/

.clear,
.member-screen-inner dl {
    zoom: 1;
}

.clear:after,
.member-screen-inner dl:after {
    content: '';
    display: block;
    clear: both;
}

.text1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.cl-green {
    color: #23bb4b;
}

.cl-blue {
    color: #00bde4;
}

.cl-red {
    color: #fb4954;
}

.cl-blue1 {
    color: #5292f3;
}

.cl-orange {
    color: #ff9203;
}

.cl-red1 {
    color: #fc5081;
}

.cl-red2 {
    color: #d76b66;
}

.cl-violet {
    color: #6971a0;
}

.cl-golden {
    color: #deaf63;
}

.cl-pink {
    color: #ff2bc4;
}

.cl-blue2 {
    color: #526590 !important;
}

.bg-pink {
    background: #ff7cc0;
}

.bg-blue {
    background: #00bde4 !important;
}

.bg-green {
    background: #30c72e;
}

.bg-green1 {
    background: #19bebf;
}

.bg-orange {
    background: #ffd789;
}

.bg-orange1 {
    background: #f3bc4f;
}

.bg-violet {
    background: #9a8fff;
}

.bg-blue {
    background: #00a8ff;
}

.bg-red {
    background: #ff8a69;
}

.bt1 {
    border-top: 1px solid #eee;
}

.fs14 {
    font-size: 14px;
}

.fw600 {
    font-weight: 600;
}

.mg0 {
    margin: 0 !important;
}

.va-t {
    vertical-align: top;
}

.user-hd {
    background: linear-gradient(to bottom, #10b25a, #2cd334);
}

.user-hd .link-set {
    background: #3cdd3a;
    color: #fff;
    right: 0;
    top: 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 0 10px;
}

.user-hd .link-set i {
    font-size: 18px;
}

.user-photo {
    box-shadow: none;
    border: 3px solid #6bd27e;
    margin-top: 0;
}

.user-txt__list {
    color: #fff;
}

.user-txt__list li {
    max-width: 250px;
}

.user-txt__list .inviter {
    background: #3cdd3a;
    border-radius: 25px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    margin-top: 8px;
}

.line-list--flex .line-item .item-icon {
    font-size: 20px;
}

.line-item-big {
    font-size: 16px;
}

.line-item-big .item-icon {
    font-size: 26px !important;
}

.line-list--flex .line-item .item-append--mul {
    max-width: 200px;
    line-height: 1.3;
}


/*管理中心*/

.manage-user {
    text-align: center;
    color: #fff;
    padding: 20px 0 0;
    background: #2cd334;
}

.manage-user-photo {
    width: 75px;
    height: 75px;
    margin: 0 auto;
}

.manage-user-photo img {
    border: 3px solid #6bd27e;
    width: 75px;
    height: 75px;
    border-radius: 100%;
}

.manage-user-info {
    position: relative;
    padding: 5px 0 0;
}

.manage-user-info .label {
    position: absolute;
    top: -16px;
    left: 50%;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 25px;
    background: #fbdc54;
    transform: translateX(-50%);
}

.manage-user-info p {
    font-size: 12px;
}

.manage-user-time {
    font-size: 12px;
}

.manage-user-nav li:not(:first-child) {
    border-left: 1px solid #93dc9f;
}

.manage-nav {
    background: #fff;
    margin: 10px 0 0;
}

.manage-nav li {
    float: left;
    width: 25%;
    text-align: center;
    color: #999;
    padding: 10px 0;
}

.member-header {
    background: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 44px;
}

.member-header .left {
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.member-header .right {
    float: right;
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.member-header-search {
    background: #f7f8fc;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 30px;
    line-height: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    left: 44px;
    right: 44px;
}

.member-header-search input {
    width: 100%;
    border: none;
    background: none;
}

.member-header-search i {
    position: absolute;
    top: 0;
    left: 10px;
    color: #ddd;
}

.member-header-keyword {
    padding: 44px 10px 0;
    color: #30c72e;
}

.member-header-keyword li {
    float: left;
    padding: 0 5px;
    border: 1px solid #30c72e;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    margin: 0 5px 5px 0;
}

.member-header-keyword li i {
    margin: 0 0 0 5px;
}

.member-list li {
    padding: 15px 10px;
    overflow: unset !important;
}

.member-list .item-img {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
}

.member-list .item-img img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.member-list .item-img i {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 100%;
    border: 1px solid #f7f8fc;
}

.member-list .item-append {
    position: relative;
}

.member-list .item-append span {
    border-radius: 25px;
    padding: 0 10px;
    background: #d6f4d5;
    border: 1px solid #30c72e;
    line-height: 22px;
    color: #30c72e !important;
}

.item-append-layer {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 10;
    background: #fff;
    box-shadow: 0 1px 10px #ccc;
    border-radius: 25px;
    width: 170px;
    text-align: center;
    padding: 5px 10px;
}

.item-append-layer:before {
    content: "";
    box-shadow: -1px -1px 10px #ccc;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -4px;
    right: 24px;
    transform: rotate(45deg);
    background: #fff;
}

.item-append-layer:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: -4px;
    right: 21px;
    transform: rotate(45deg);
    background: #fff;
}

.item-append-layer dt {
    float: left;
    width: 50px;
    line-height: 20px;
    position: relative;
    z-index: 10;
}

.item-append-layer dt p {
    font-size: 20px;
}

.item-append-layer dt h2 {
    font-size: 12px;
    line-height: 20px;
}

.grade {
    border: 1px solid #30c72e;
    border-radius: 5px;
    line-height: 16px;
    font-size: 12px;
    color: #30c72e;
    padding: 0 5px;
    display: inline-block;
    transform: scale(0.9, 0.9);
}

.member-header-fixed {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10;
}

.member-screen {
    position: fixed;
    top: 0;
    left: 60px;
    right: 0;
    bottom: 0;
    transition: .3s;
    transform: translate(100%, 0);
    z-index: 1001;
}

.member-screen.act {
    transform: translate(0, 0);
}

.member-screen-overlay {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    top: 0;
    bottom: 0;
}

.member-screen-overlay.act {
    display: block;
}

.member-screen-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    line-height: 40px;
}

.member-screen-reset {
    background: #ffaf45;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.member-screen-confirm {
    background: #31c237;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.member-screen-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 10px 5px;
}

.member-screen-inner h2 {
    padding: 0 5px;
    font-size: 16px;
}

.member-screen-inner dl {}

.member-screen-inner dt {
    margin: 5px;
    background: #f7f8fc;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    float: left;
    padding: 0 8px;
}

.member-screen-inner dt.act {
    background: #ff9501;
    color: #fff;
}

.custom-time {
    margin: 10px 5px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.custom-time h3 {
    width: 50px;
    line-height: 26px;
}

.laydate-icon {
    line-height: 26px !important;
    height: 26px !important;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid #eee !important;
    background-position: 92% !important;
}

.manage-details-photo img {
    border: 3px solid #fbd900;
}

.manage-details-info .label {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0;
    margin: 0 0 0 25px;
    top: -20px;
    border: 1px solid #fff;
}

.manage-swiper-tle {
    background: #fff;
}

.manage-swiper-tle li {
    text-align: center;
    line-height: 40px;
}

.manage-swiper-tle .active {
    border-bottom: 2px solid #30c72e;
}

.flow {
    padding: 10px 0 0 30px;
}

.flow li {
    padding: 0 15px 10px;
    position: relative;
}

.flow li:not(:last-child):before {
    content: "";
    height: 38px;
    border-left: 1px solid #eee;
    position: absolute;
    top: 22px;
    left: 0;
}

.flow li h2 {
    font-size: 16px;
    line-height: 25px;
}

.flow li .spot {
    position: absolute;
    top: 4px;
    left: -8px;
    width: 16px;
    height: 16px;
    background: #f7f8fc;
    border-radius: 100%;
}

.flow li i {
    width: 10px;
    height: 10px;
    background: #eee;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flow .active .spot {
    background: #93df95;
}

.flow .active .spot i {
    background: #30c72e;
}

.flow li p {
    color: #30c72e;
}

.flow-img {
    float: left;
    width: 50px;
    height: 50px;
}

.flow-img img {
    width: 50px;
    height: 50px;
}

.flow-con {
    margin: 0 0 0 60px;
}

.flow-append {
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 1;
}

.flow-append span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    border-radius: 100%;
}

.flow-append-layer {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .8);
    box-shadow: 0 1px 10px #ccc;
    border-radius: 25px;
    width: 170px;
    text-align: center;
    padding: 5px 10px;
}

.flow-append-layer dt {
    float: left;
    width: 50px;
    line-height: 20px;
    position: relative;
    z-index: 10;
}

.flow-append-layer dt p {
    font-size: 20px;
    color: #fff;
}

.flow-append-layer dt h2 {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

.manage-user-modify {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    line-height: 30px;
}

.manage-user-modify i {
    float: left;
}

.member-header-photo {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}


/*管理中心*/

.manage-user {
    text-align: center;
    color: #fff;
    padding: 20px 0 0;
    background: #2cd334;
}

.manage-user-photo {
    width: 75px;
    height: 75px;
    margin: 0 auto;
}

.manage-user-photo img {
    border: 3px solid #6bd27e;
    width: 75px;
    height: 75px;
    border-radius: 100%;
}

.manage-user-info {
    position: relative;
    padding: 5px 0 0;
}

.manage-user-info .label {
    position: absolute;
    top: -16px;
    left: 50%;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 25px;
    background: #fbdc54;
    transform: translateX(-50%);
}

.manage-user-info p {
    font-size: 12px;
}

.manage-user-time {
    font-size: 12px;
}

.manage-user-nav li:not(:first-child) {
    border-left: 1px solid #93dc9f;
}

.manage-nav {
    background: #fff;
    margin: 10px 0 0;
}

.manage-nav li {
    float: left;
    width: 25%;
    text-align: center;
    color: #999;
    padding: 10px 0;
}

.member-header {
    background: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 44px;
    z-index: 999;
}

.member-header .left {
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.member-header .right {
    float: right;
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.member-header-search {
    background: #f7f8fc;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 30px;
    line-height: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    left: 44px;
    right: 44px;
}

.member-header-search input {
    width: 100%;
    border: none;
    background: none;
}

.member-header-search i {
    position: absolute;
    top: 0;
    left: 10px;
    color: #ddd;
}

.member-header-keyword {
    padding: 44px 10px 0;
    color: #30c72e;
}

.member-header-keyword li {
    float: left;
    padding: 0 5px;
    border: 1px solid #30c72e;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    margin: 0 5px 5px 0;
}

.member-header-keyword li i {
    margin: 0 0 0 5px;
}

.member-list li {
    padding: 15px 10px;
    overflow: unset !important;
}

.member-list .item-img {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
}

.member-list .item-img img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.member-list .item-img i {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 100%;
    border: 1px solid #f7f8fc;
}

.member-list .item-append {
    position: relative;
}

.member-list .item-append span {
    border-radius: 25px;
    padding: 0 10px;
    background: #d6f4d5;
    border: 1px solid #30c72e;
    line-height: 22px;
    color: #30c72e !important;
}

.item-append-layer {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 10;
    background: #fff;
    box-shadow: 0 1px 10px #ccc;
    border-radius: 25px;
    width: 170px;
    text-align: center;
    padding: 5px 10px;
}

.item-append-layer:before {
    content: "";
    box-shadow: -1px -1px 10px #ccc;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -4px;
    right: 24px;
    transform: rotate(45deg);
    background: #fff;
}

.item-append-layer:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: -4px;
    right: 21px;
    transform: rotate(45deg);
    background: #fff;
}

.item-append-layer dt {
    float: left;
    width: 50px;
    line-height: 20px;
    position: relative;
    z-index: 10;
}

.item-append-layer dt p {
    font-size: 20px;
}

.item-append-layer dt h2 {
    font-size: 12px;
    line-height: 20px;
}

.grade {
    border: 1px solid #30c72e;
    border-radius: 5px;
    line-height: 16px;
    font-size: 12px;
    color: #30c72e;
    padding: 0 5px;
    display: inline-block;
    transform: scale(0.9, 0.9);
}

.member-header-fixed {
    top: 0;
    left: 0;
    position: fixed !important;
    z-index: 10;
}

.member-screen {
    position: fixed;
    top: 0;
    left: 60px;
    right: 0;
    bottom: 0;
    transition: .3s;
    transform: translate(100%, 0);
    z-index: 1001;
}

.member-screen.act {
    transform: translate(0, 0);
}

.member-screen.act1 {
    transform: translate(-100%, 0);
}

.member-screen.hide1 {
    display: none;
}

.member-screen-overlay {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    top: 0;
    bottom: 0;
}

.member-screen-overlay.act {
    display: block;
}

.member-screen-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    line-height: 40px;
}

.member-screen-reset {
    background: #ffaf45;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.member-screen-confirm {
    background: #31c237;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.member-screen-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 10px 5px;
}

.member-screen-inner h2 {
    padding: 0 5px;
    font-size: 16px;
}

.member-screen-inner dl {}

.member-screen-inner dt {
    margin: 5px;
    background: #f7f8fc;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    float: left;
    padding: 0 8px;
}

.member-screen-inner dt.act {
    background: #ff9501;
    color: #fff;
}

.custom-time {
    margin: 10px 5px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.custom-time h3 {
    width: 50px;
    line-height: 26px;
}

.laydate-icon {
    line-height: 26px !important;
    height: 26px !important;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid #eee !important;
    background-position: 92% !important;
}

.manage-details-photo img {
    border: 3px solid #fbd900;
}

.manage-details-info .label {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0;
    margin: 0 0 0 25px;
    top: -20px;
    border: 1px solid #fff;
}

.manage-swiper-tle {
    background: #fff;
}

.manage-swiper-tle li {
    text-align: center;
    line-height: 40px;
}

.manage-swiper-tle .active {
    border-bottom: 2px solid #30c72e;
}

.flow {
    padding: 10px 0 0 30px;
}

.flow li {
    padding: 0 15px 10px;
    position: relative;
}

.flow li:not(:last-child):before {
    content: "";
    height: 38px;
    border-left: 1px solid #eee;
    position: absolute;
    top: 22px;
    left: 0;
}

.flow li h2 {
    font-size: 16px;
    line-height: 25px;
}

.flow li .spot {
    position: absolute;
    top: 4px;
    left: -8px;
    width: 16px;
    height: 16px;
    background: #f7f8fc;
    border-radius: 100%;
}

.flow li i {
    width: 10px;
    height: 10px;
    background: #eee;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flow .active .spot {
    background: #93df95;
}

.flow .active .spot i {
    background: #30c72e;
}

.flow li p {
    color: #30c72e;
}

.flow-img {
    float: left;
    width: 50px;
    height: 50px;
}

.flow-img img {
    width: 50px;
    height: 50px;
}

.flow-con {
    margin: 0 0 0 60px;
}

.flow-append {
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 1;
}

.flow-append span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    border-radius: 100%;
}

.flow-append-layer {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .8);
    box-shadow: 0 1px 10px #ccc;
    border-radius: 25px;
    width: 170px;
    text-align: center;
    padding: 5px 10px;
}

.flow-append-layer dt {
    float: left;
    width: 50px;
    line-height: 20px;
    position: relative;
    z-index: 10;
}

.flow-append-layer dt p {
    font-size: 20px;
    color: #fff;
}

.flow-append-layer dt h2 {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

.manage-user-modify {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    line-height: 30px;
}

.manage-user-modify i {
    float: left;
}

.member-header-photo {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}


/*选择商品*/

.classify {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.classify-nav,
.classify-con {
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}

.classify-nav li {
    width: 86px;
    padding: 10px;
    margin: 0 0 1px;
    position: relative;
    border-left: 3px solid #fff;
}

.classify-nav li.act {
    background: #f7f8fc;
    border-left: 3px solid #30c72e;
}

.classify-nav li.act a {
    color: #30c72e;
}

.classify-con {
    display: none;
    position: relative;
}

.classify-con-inner {
    margin: 0 0 50px;
}

.classify-con-inner .item-img {
    position: relative;
    width: 70px;
    height: 70px;
}

.classify-con-inner .item-img img {
    max-width: 70px;
    max-height: 70px;
}

.classify-con-inner .item-unit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    line-height: 20px;
    background: rgba(0, 0, 0, .4);
}

.classify-con-inner .bd-tt {
    margin-bottom: 0 !important;
}

.classify-con-inner .stepper-custom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 24px;
    line-height: 20px;
}

.grid {
    border-radius: 25px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #30c72e;
    padding: 0 10px;
    border: 1px solid #30c72e;
    font-size: 12px;
    line-height: 24px;
}

.fill-order {
    margin: 0 0 8px !important;
}

.fill-order .item-img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.fill-order .bd-tt {
    margin-bottom: 0 !important;
}

.fill-order .remark {
    border: none;
    padding: 5px 0;
    background: none;
}

.pay-bg {
    background: #6ed86c;
}

.pay-code {
    background: #fff;
    text-align: center;
}

.pay-code h2 {
    padding: 5px 0 5px;
    margin: 0 0 20px;
    background: #f7f8fc;
}

.pay-code h3 {
    font-size: 28px;
    font-weight: 600;
}

.pay-code .img {
    width: 100px;
    height: 100px;
}

.pay-code p {
    color: #999;
    padding: 10px 0 50px;
    font-size: 15px;
}

.pay-nav {
    border: none;
    height: 53px;
}

.pay-nav .active {
    background: #30c72e;
    color: #fff !important;
}

.pay-nav li {
    padding-top: 32px;
}

.pay-nav .item-icon {
    top: 8px;
}

.pay-success {
    text-align: center;
    padding: 20px 0 0;
}

.pay-success img {
    width: 120px;
    height: 120px;
}

.pay-success h3 {
    font-size: 28px;
    font-weight: 600;
    color: #38c33e;
}

.pay-success p {
    color: #999;
    font-size: 16px;
}

.pay-success-info {
    text-align: left;
    font-size: 16px;
    padding: 30px 0 20px;
    border-bottom: 1px solid #eee;
}

.pay-success-info li {
    line-height: 20px;
}

.pay-success-info .line-item:not(:first-of-type)::before {
    content: "";
    border: none;
}

.pay-success-btn p {
    display: inline-block;
    border: 1px solid #38c33e;
    border-radius: 25px;
    width: 30%;
    line-height: 34px;
    margin: 30px 5%;
}

.rankings-tab-nav {
    height: 70px;
    margin: 0 0 32px;
    background: linear-gradient(to right, #2cd334, #11b25a);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 48px 20px 0;
}

.rankings-tab-nav ul {
    background: #fff;
    padding: 0 10px;
    border-radius: 5px;
}

.rankings-tab-nav li {
    float: left;
    width: 33.33%;
    text-align: center;
    line-height: 44px;
}

.rankings-tab-nav li.active span {
    display: inline-block;
    padding: 0 10px;
    color: #47c64b;
    border-bottom: 2px solid #47c64b;
}

.rankings-tab-inner {
    display: none;
    background: #fff;
    position: fixed;
    top: 102px;
    left: 0;
    right: 0;
    bottom: 0;
}

.rankings-swiper-tle {
    margin: 15px 10px;
    border: 1px solid #d6f4d5;
}

.rankings-swiper-tle li {
    text-align: center;
    color: #999;
    line-height: 30px;
}

.rankings-swiper-tle li.active {
    background: #d6f4d5;
    color: #333;
}

.rankings-swiper-con {
    margin: 10px 15px;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #eee;
    position: fixed;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
}

.rankings-list li {
    padding: 15px 10px;
}

.rankings-list .item-number img,
.rankings-list .item-number {
    line-height: 35px;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 26px;
    font-weight: 600;
    color: #999;
}

.rankings-list .item-img {
    margin: 0 5px;
    width: 50px;
    height: 50px;
}

.rankings-list .item-img img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0 0 5px #ccc;
}

.icon-v-right::after {
    border-width: 1px;
}

.order-trends {
    padding: 10px;
}

.order-trends li {
    border-top: 3px solid #47c64b;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 10px;
}

.order-trends-th {
    line-height: 34px;
    margin: 0 10px;
    border-bottom: 1px solid #eee;
}

.order-trends-tc {
    padding: 10px;
}

.order-trends-tc .img {
    float: left;
    width: 60px;
    height: 60px;
}

.order-trends-tc .img img {
    width: 60px;
    height: 60px;
}

.order-trends-tc .info {
    margin: 0 0 0 70px;
    line-height: 20px;
}

.order-trends-tc .info h2 {
    line-height: 20px;
}

.order-trends-tf {
    font-size: 12px;
    margin: 0 10px;
    line-height: 34px;
    border-top: 1px solid #eee;
}

.user .line-item:not(:first-of-type)::before {
    left: 40px;
    border-top: 1px solid #f7f8fc;
}

.member-detailis1 .line-item:not(:first-of-type)::before {
    left: 10px;
    right: 10px;
}

.classify-con-inner .line-item:not(:first-of-type)::before {
    left: 80px;
}

.sales-nav {
    position: relative;
}

.sales-nav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    border-top: 1px solid #8fdaa3;
}

.panel-sales .line-item:not(:first-of-type)::before {
    border-top: none;
}

.panel--actionsheet .active {
    color: #31c237;
}

.doubleDate,
.doubleDate1 {
    background: none;
    border: none;
    vertical-align: top;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
}

.doubleDate::-webkit-input-placeholder {
    color: #fff;
}

.doubleDate::-moz-placeholder {
    color: #fff;
}

.doubleDate:-moz-placeholder {
    color: #fff;
}

.doubleDate:-ms-input-placeholder {
    color: #fff;
}

.statis {
    background: #fff;
    margin: 0 0 8px;
}

.statis-title {
    background: #fff;
    padding: 5px 10px;
}

.statis-title h2 {
    font-size: 14px;
    border-left: 2px solid #31c237;
    line-height: 14px;
    height: 14px;
    padding: 0 0 0 5px;
    margin: 5px 0;
}

.statis-time-day {
    display: inline-block;
    font-size: 12px;
    padding: 0 10px;
    border: 1px solid #31c237;
    border-radius: 25px;
    background: #d6f4d5;
    transform: scale(0.9, 0.9);
}

.statisDate {
    border: none;
    font-size: 12px;
    line-height: 19px;
    width: 130px;
}

.statisDate::-webkit-input-placeholder {
    color: #333;
}

.statisDate::-moz-placeholder {
    color: #333;
}

.statisDate:-moz-placeholder {
    color: #333;
}

.statisDate:-ms-input-placeholder {
    color: #333;
}

.statis-tab {
    padding: 10px;
}

.statis-tab-nav {
    border: 1px solid #d6f4d5;
    position: relative;
}

.statis-tab-nav li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #999;
    line-height: 26px;
    position: relative;
    z-index: 5;
}

.statis-tab-nav .active {
    color: #333;
}

.statis-tab-nav i {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    height: 26px;
    background: #d6f4cf;
}

.statis-tab-inner {
    display: none;
    position: relative;
}

.statis-fill {
    width: 100%;
}

.chart {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.statis .no-data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.no-data {
    color: #d2d5df;
    text-align: center;
    padding: 50px 0;
}

.no-data i {
    font-size: 65px;
}

.statis-con {
    position: relative;
}

.statis-tab-nav1 {
    position: relative;
}

.statis-tab-nav1 li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #999;
    line-height: 26px;
    position: relative;
    z-index: 5;
}

.statis-tab-nav1 li p {
    font-weight: 600;
    font-size: 18px;
}

.statis-tab-nav1 .active {
    color: #333;
}

.statis-tab-nav1 .active p {
    color: #31c237;
}

.gradeChart-search {
    position: absolute;
    top: 36%;
    left: 40%;
    right: 40%;
}

.gradeChart-search img {
    width: 100%;
}

.consumptionChart-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12px;
}

.consumptionChart-label i {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px 0 10px;
}

.bod-r {
    position: relative;
}

.bod-r:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    border-right: 1px solid #8fdaa3;
}

.find li {
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    background: #fff;
}

.find li i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 30px;
    display: inline-block;
}

.find .line-item:not(:first-of-type)::before {
    border-top: 1px solid #fff;
}

.friends-header {
    position: relative;
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
}

.friends-header-photo {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: -8px;
    right: 10px;
    border: 1px solid #eee;
    z-index: 10;
}

.friends-swiper-tle {
    background: #fff;
}

.friends-swiper-tle .active {
    color: #2cd334;
}

.friends-swiper-tle li {
    text-align: center;
    line-height: 30px;
    padding: 10px 0 5px;
}

.friends-swiper-tle li i {
    color: #30c72e;
    vertical-align: top;
    margin-right: 5px;
}

.friends-swiper-con {
    margin: 10px 0 0;
    background: #fff;
}

.find-list .time {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 12px;
}

.friends-swiper-con .bd-txt {
    min-height: 18px;
}

.opt-list {
    display: none;
}


/*.find-item .bd-list li { margin: 5px 5px 0 0; }*/

.find-item .bd-list li a p {
    height: 75px;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.opt {
    position: absolute;
    top: 0;
    right: 20px;
    overflow: hidden;
}

.opt ul {
    background: #333;
    transition: all .5s;
    border-radius: 5px;
    padding: 0 15px;
    margin: 0 0 0 10px;
    height: 30px;
    position: relative;
    right: -100%;
}

.opt li {
    float: left;
    line-height: 30px;
}

.opt li a {
    color: #fff;
    line-height: 30px;
}

.opt .active {
    right: 10px;
}

.comment {
    background: #f7f8fc;
    position: relative;
    margin: 10px 0 0;
    padding: 5px 10px;
    font-size: 12px;
}

.comment:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 5px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #f7f8fc transparent;
}

.shoping-list {
    background: #f7f8fc;
    padding: 10px;
}

.shoping-list-img {
    width: 65px;
    height: 65px;
    float: left;
}

.shoping-list-bd {
    margin: 0 0 0 75px;
}

.member-screen-time {
    border: 1px solid #eee;
    padding: 0 10px;
    border-radius: 5px;
}

.member-screen-time input {
    line-height: 26px;
    width: 160px;
}

.return {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: fixed;
    bottom: 120px;
    right: 10px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    font-size: 12px;
}

.btn-primary,
.btn-warning,
.btn-danger {
    color: #fff !important;
}

.btn-warning {
    background-color: #ffaf45;
}

.btn-danger {
    background-color: #ff3b30;
}

.msg1 {
    position: absolute;
    padding: 0 4px;
    top: -10px;
    right: 0;
    line-height: 16px;
    text-align: center;
    background: #ff3b30;
    color: #fff;
    border-radius: 25px;
}

.pr67 {
    padding-right: 67px !important;
}

.manage-swiper-tab {
    height: auto;
}

.slide-page.act {
    transform: translate(0, 0);
}

.slide-page.act1 {
    transform: translate(-100%, 0);
}

.slide-page.hide1 {
    display: none;
}

.grade-lable {
    display: inline-block;
    border: 1px solid #2cd334;
    color: #2cd334;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 0 0 5px;
}

.article-sharing-ad img {
    width: 100%;
}

.article-sharing-info {
    padding: 5px 10px 10px;
    background: #fff;
}

.article-sharing-tag {
    border: 1px solid #dcdcdc;
    border-radius: 25px;
    line-height: 20px;
    padding: 0 8px;
    font-size: 12px;
    display: inline-block;
}

.article-sharing-tag i {
    vertical-align: top;
    margin: 0 3px 0 0;
}

.hot-review {
    background: #fff;
    padding: 10px;
}

.hot-review-title {
    margin: 0 auto;
    width: 130px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.hot-review ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.hot-review ul img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    float: left;
}

.hot-review ul h2 {
    float: left;
    line-height: 40px;
    margin: 0 0 0 5px;
    color: #2a7cc6;
}

.hot-review ul p {
    padding: 45px 0 0;
}

.hot-review ul span {
    color: #999;
    font-size: 12px;
}

.article-sharing-footer {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 5px 10px;
}

.article-sharing-footer input {
    background: #f7f8fc;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
}

.article-sharing-btn {
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    margin: 0 0 0 10px;
}

.article-sharing-footer p {
    position: relative;
    padding: 20px 0 0;
    text-align: center;
    font-size: 12px;
}

.article-sharing-footer p i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.friends-swiper-con .ft-opt {
    width: 180px !important;
}

.flex4 {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
}

.merchandisingChart-bg {
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
}

.merchandisingChart-bg div {
    width: 55%;
    max-width: 360px;
    margin: 0 auto;
    background: #d6f4cf;
    border-radius: 100%;
    opacity: 0.6;
}


/*资金账户中心*/

.bg {
    background: #f7f8fc;
}

.h50 {
    height: 50px !important;
}

.cl-primary {
    color: #31c237;
}


/*add.css start*/

.wx-color {
    color: #00c800;
}

.xx-color {
    color: #4395ff;
}

.hx-color {
    color: #d30e15;
}

.gs-color {
    color: #a7232d;
}

.zfb-color {
    color: #02a0ea;
}

.pay-method-show li .active {
    color: #2cd334 
}

.pay-method-icon {
    font-size: 40px;
}

.pay-method {
    display: inherit;
    width: 100%;
}


/*add.css end*/

.money-nav .cl-orange {
    color: #f2a346;
}

.money-nav .cl-blue {
    color: #25a1f0;
}

.dialog-trade-jp .cl-blue1 {
    color: #3f7da2;
}

.money-nav .cl-green {
    color: #5fc9ce;
}

.pay-success .cl-green1 {
    color: #30c72e;
}

.money-nav .cl-red {
    color: #ea5551;
}

.money-nav .bg-orange {
    background: #ff8d50;
}

.money-nav .bg-red {
    background: #fd565a;
}

.record-tab-con .bg-green {
    background: #27d5be;
}

.record-tab-con .bg-green1 {
    background: #30c72e;
}

.record-tab-con .bg-blue1 {
    background: #3a9dd1;
}

.vat {
    vertical-align: top;
}

.lh42 {
    line-height: 42px;
}

.input-cl-gray::-webkit-input-placeholder {
    color: #ddd;
}

.input-cl-gray::-moz-placeholder {
    color: #ddd;
}

.input-cl-gray:-moz-placeholder {
    color: #ddd;
}

.input-cl-gray:-ms-input-placeholder {
    color: #ddd;
}

.input-cl-dark::-webkit-input-placeholder {
    color: #333;
}

.input-cl-dark::-moz-placeholder {
    color: #333;
}

.input-cl-dark:-moz-placeholder {
    color: #333;
}

.input-cl-dark:-ms-input-placeholder {
    color: #333;
}

.money-header {
    color: #fff;
    padding: 30px 0 90px;
    position: relative;
}

.money-header-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
}

.money-header h2 {
    margin: 0 0 0 20px;
    line-height: 20px;
}

.money-header strong {
    margin: 0 0 0 20px;
    font-size: 26px;
    font-weight: 600;
}

.money-header-info {
    background: rgba(40, 188, 72, .8);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 3px 0;
}

.money-nav {
    margin: 5px 0 0;
}

.money-nav span {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 100%;
    color: #fff;
    margin: 0 auto;
}

.user .pay-success {
    text-align: center;
    background: #fff;
    padding: 30px 0 0;
}

.user .pay-success h3 {
    font-size: 28px;
    font-weight: unset;
    color: #333;
}

.user .cl-primary {
    color: #31c237;
}

.user .pay-success-info {
    text-align: left;
    padding: 10px 0;
    font-size: 14px !important;
}

.user .pay-success p {
    font-size: 14px !important;
}

.user .pay-success-info li {
    line-height: 20px;
}

.user .pay-success-info .line-item:not(:first-of-type)::before {
    content: "";
    border: none;
}

.upload-field {
    position: relative;
    padding: 0;
    width: 80px;
    height: 80px;
}

.upload-field i {
    line-height: 55px;
    color: #999 !important;
    font-size: 24px !important;
}

.wx-code {
    padding: 0 0 20px;
}

.wx-code h4 {
    background: #425f89;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    width: 135px;
    padding: 5px 8px;
    margin: 5px auto;
    transform: scale(0.9, 0.9);
    font-weight: 100;
}

.wx-code h4 i {
    float: left;
    margin: 0 5px 0 0;
    font-size: 24px;
}

.wx-code-img {
    width: 130px;
    height: 130px;
}

.mbsc-ios .mbsc-sc-whl-l {
    border: none;
}

.mbsc-ios .mbsc-sc-itm {
    font-size: 14px;
}

.mbsc-ios .mbsc-sc-itm-sel {
    font-size: 16px;
}

.form-item:not(:first-of-type)::before {
    border-color: #eee;
}


/*付款键盘*/

.dialog-trade-jp .dialog-trade1-inner {
    width: 290px;
    height: 160px;
    margin: -170px 0 0 -145px;
    border-radius: 5px;
}

.dialog-trade-jp .dialog-trade1-close {
    font-size: 18px;
    top: 5px;
    right: 10px;
}

.dialog-trade-jp .dialog-trade1-inner h3 {
    font-size: 14px;
    line-height: 42px;
}

.mm-box {
    width: 250px;
    height: 41px;
    margin: 28px auto 10px;
}

.mm-box li {
    width: 41px;
    height: 41px;
}

.jp-close {
    font-size: 24px;
    line-height: 38px;
}

.jp-inner li {
    font-size: 18px;
}

.jp-inner li a {
    height: 48px;
    line-height: 48px;
}

.jp-del,
.jp-null {
    font-size: 24px;
}

.record-icon {
    color: #fff;
    font-size: 30px !important;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 100%;
}

.record-time {
    line-height: 42px;
    padding: 0 10px;
}

.record-time input {
    border: none;
    background: none;
    float: right;
    width: auto;
    line-height: 42px;
    text-align: right;
    padding: 0;
    margin: 0 5px 0 0;
}

.record-tab-con .line-item:not(:first-of-type)::before {
    left: 12px;
    border-top: 1px solid #eee;
}

.bg-cz {
    background: #27d5be;
}

.bg-fd {
    background: #3a9dd1;
}

.bg-jf {
    background: #30c72e;
}

.bg-zr {
    background: #ff8d50;
}

.form-item-bd0::before {
    border-top: none !important;
}

.form::before,
.form::after {
    border-top: none;
}

.line-line .line-item:not(:first-of-type)::before {
    left: 12px;
    right: 12px;
    border-top: 1px solid #eee;
}


/*竞猜 start*/

.jing-bg {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/jing_index_bg3.jpg) repeat-y;
    background-size: 100% 10px;
}

.jing-index {
    position: relative;
    padding: 0 0 60px;
}

.jing-index-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.jing-index ul {
    padding: 10px;
    position: relative;
    z-index: 2;
}

.jing-index li {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.jing-index li:not(:first-child) {
    margin: 10px 0 0 0;
}

.jing-vs {
    text-align: center;
    padding: 10px 0;
}

.jing-vs img {
    width: 60px;
    height: 40px;
}

.jing-vs p {
    border: 1px solid #d4d4d4;
    border-radius: 25px;
    margin: 0 20px;
    line-height: 26px;
}

.jing-vs h2 {
    margin: 0 5px;
    line-height: 32px;
    height: 32px;
}

.jing .nav-list .nav-item.active a {
    color: #333;
}

.jing .nav-list .nav-item a {
    color: #999;
}

.jing-rule {
    position: absolute;
    top: 0;
    right: 20px;
    background: #faa41f;
    color: #fff;
    border-radius: 0 0 20px 20px;
    font-size: 12px;
    padding: 5px 8px 10px;
}

.join-list {
    padding: 20px 10px 60px;
}

.join-list ul {
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

.join-list li {
    border-radius: 0;
    padding: 10px;
}

.join-list li:not(:first-child) {
    border-top: 1px solid #f7f8fc;
}

.dialog-jing-rule-close {
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 16px;
    color: #999;
    background: #e0e0e0;
    width: 26px;
    text-align: center;
    line-height: 22px;
    height: 26px;
    border-radius: 100%;
}

.dialog-rule-item {
    max-height: 300px;
    text-align: left;
    padding: 0 10px 10px;
    overflow-y: scroll;
}

.dialog-jing-success {
    text-align: center;
}

.dialog-jing-success img {
    width: 100px;
    margin: 20px 0 0;
}

.dialog-jing-success .dialog-container h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 46px;
}

.dialog-jing-success .dialog-container span {
    font-size: 12px;
    line-height: 20px;
    margin: 15px 0 0 3px;
    display: inline-block;
    vertical-align: top;
}

.jing-spot {
    position: relative;
}

.jing-spot:before {
    content: ':';
    position: absolute;
    left: -20px;
    top: -2px;
}

.jing-spot:after {
    content: ':';
    position: absolute;
    right: -20px;
    top: -2px;
}

.br100 {
    border-radius: 100%;
}

.jing-details-time {
    text-align: center;
}

.jing-details-time h3 {
    vertical-align: top;
    line-height: 38px;
    font-size: 16px;
    display: inline-block;
}

.jing-details-time ul,
.jing-details-time li {
    display: inline-block;
    font-size: 12px;
}

.jing-details-time li {
    margin: 0;
}

.jing-details-time li span {
    background: #000;
    color: #fff;
    padding: 0 2px;
    border-radius: 3px;
}

.jing-details-time ul {
    padding: 0;
}

.jing-details-tle {
    padding: 0 30px 10px;
}

.jing-details-tle ul {
    border-radius: 25px;
    border: 2px solid #f4e389;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0px 1px 6px #666;
}

.jing-details-tle li {
    padding: 5px;
    color: #f4e389;
    text-align: center;
}

.jing-details-tle li.active {
    color: #333;
    background: #f4e389;
}

.btn-outline-white {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 0 12px;
    line-height: 24px;
}

.jing-details-con .swiper-slide {
    padding: 0 30px 10px;
}


/*竞猜 end*/


/*.dialog-close { position: absolute; top: -16px; right: -11%; z-index: 100000; width: 32px; height: 32px; line-height: 30px; text-align: center; background: #eee; color: #666; border-radius: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }*/


/*核销 start*/

.verify-header {
    background: none;
}

.verify-header .left i,
.verify-header .right i {
    vertical-align: top;
    line-height: 38px;
    color: #333;
}

.verify-header .right {
    width: 80px;
    padding: 0 8px 0 12px;
}

.verify-header .right i {
    display: inline-block;
    width: 28px;
}

.verify-header .member-header-search {
    background: #fff;
    right: 70px;
    padding: 0 0 0 15px;
}

.grade1 {
    border-radius: 5px;
    line-height: 21px;
    font-size: 12px;
    color: #fff;
    padding: 0 5px;
    margin: 0 5px;
    display: inline-block;
    transform: scale(0.9, 0.9);
    background: linear-gradient(#10b25a, #30c139);
}

.wh70,
.wh70 img {
    width: 70px !important;
    height: 70px !important;
}

.h42 {
    height: 42px;
}


/*核销 end*/


/*签到 start*/

.signIn {
    position: relative;
}

.signIn-total {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #fff;
    font-size: 18px;
}

.signIn-days {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 10px;
    color: #fff;
    background: rgba(255, 255, 255, .3);
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.signIn-integral {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/signIn_integral.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -65px;
    width: 130px;
    height: 130px;
    color: #fff;
    text-align: center;
}

.signIn-integral p {
    color: #fd750f;
}

.signIn-btn {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/signIn-btn.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 40px 0 0 -65px;
    width: 130px;
    line-height: 38px;
    height: 38px;
    text-align: center;
    color: #fd750f;
}

#signIn-date .layui-laydate,
#signIn-date .layui-laydate-hint {
    width: 100%;
    box-shadow: none;
    border: none;
}

#signIn-date .layui-laydate-main,
#signIn-date .layui-laydate-content table {
    width: 100%;
}

#signIn-date .layui-laydate-header {
    color: #f55642;
    font-weight: 500;
    font-size: 16px;
}

#signIn-date .laydate-set-ym span:hover {
    color: #f55642;
}

#signIn-date .layui-laydate tr .layui-this {
    background: none !important;
}

#signIn-date .layui-laydate .layui-this:before {
    content: '';
    width: 32px;
    height: 32px;
    background: #f55642 !important;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    margin: 0 0 0 -16px;
    border-radius: 100%;
}

#signIn-date .layui-laydate .layui-act:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    margin: 0 0 0 -16px;
    border-radius: 100%;
    border: 1px solid #f55642;
}

#signIn-date .layui-laydate-list .layui-this {
    background: #f55642 !important;
}

#signIn-date .layui-laydate-header i {
    color: #f55642;
    border: none !important;
}

#dialog-signIn .dialog {
    background: none;
}

#dialog-signIn .dialog-close {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

#dialog-signIn .dialog .dialog-bd {
    position: absolute;
    top: 40px;
    left: 50px;
    right: 56px;
    color: #fd750f;
}

#dialog-signIn .dialog .dialog-bb {
    position: absolute;
    bottom: 22px;
    left: 22px;
    right: 24px;
    text-align: center;
}


/*签到 end*/


/* 晒单评价 */

.evaluate-wrap {
    margin: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

.evaluate-wrap .media-item {
    padding-left: 110px;
    min-height: 110px;
}

.evaluate-wrap .media-item .item-img {
    width: 90px;
    height: 90px;
}

.evaluate-wrap .f-textarea {
    border: 0;
    padding: 5px 0;
}

.evaluate-mod {
    position: relative;
}

.evaluate-mod:after {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    right: 0;
    height: 0;
    transform: scaleY(0.5);
    border-top: 1px solid #e5e5e5;
    content: "";
}

.star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.star-rating__container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.star-rating__item {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 8px;
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/star-rating.png") no-repeat;
    background-position: -24px 0;
    background-size: 48px auto;
    vertical-align: middle;
    transition: .3s;
}

.star-rating__item--active {
    background-position: 0 0;
}

.star-rating__val {
    margin-left: 10px;
    font-size: 12px;
    color: #999;
}

.uploader__item,
.uploader__field {
    position: relative;
    width: 75px;
    height: 75px;
}

.uploader__item {
    float: left;
    margin: 0 15px 15px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.uploader__item a {
    display: block;
    height: 75px;
}

.uploader__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-repeat: center top;
    background-size: cover;
}

.uploader__item-del {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.uploader__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
}

.uploader__field-inner {
    text-align: center;
}

.uploader__field-inner i {
    font-size: 26px;
    color: #e6e6e6;
}

.uploader__input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    opacity: 0;
}


/* 会员中心头部 */

.member-head {
    position: relative;
    color: #fff;
    text-align: center;
    background-image: url(/Areas/Mobile/AngularTemplate/Resource/Images/hd-opa-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #2cd334;
    background-size: contain;
}

.member-head .sign-out {
    position: absolute;
    top: 10px;
    right: 15px;
}

.member-head-inner {
    padding: 20px 15px;
}

.member-head-photo {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

.member-head-photo img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
}

.member-head-photo p {
    padding: 2px 5px;
    margin: 0;
    font-size: 12px;
    text-align: center;
    background: #fdc401;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    white-space: nowrap;
    bottom: -10px;
}

.member-head-info {
    font-size: 12px;
}

.member-head-info h2 {
    margin: 15px 0 0;
    font-size: 15px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.member-head-info p {
    line-height: 20px;
    margin: 0;
}

.member-head-info p i {
    margin: 0 5px;
}

.member-head-info p span {
    color: #666;
    background: #fff;
    margin: 0 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 0 8px;
    line-height: 18px;
}

.member-nav ul {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.member-nav li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0;
}

.member-nav li p {
    margin: 0;
    color: #ff3b30;
    line-height: 20px;
}

.member-nav li h2 {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
}


/*代客下单选商品页面*/

.specs .stepper-custom {
    position: relative;
    bottom: auto;
    right: auto;
}

.specs {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.cart-total {
    position: relative;
    margin: -20px 0 0 10px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
}

.cart-total i {
    font-size: 28px;
    color: #fff;
}

.cart-total .remind-num {
    right: -2px;
    background: #ff9501;
}


/* 优惠券 */

.coupon-container {
    position: relative;
    height: 3.75rem;
    padding: 3rem .7rem 0;
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/coupon-bg.png") no-repeat center 0.2rem;
    background-size: cover;
}

.coupon-wrapper {
    position: relative;
    width: 5.96rem;
    height: 3.27rem;
    margin: 0 auto;
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/coupon-bg-2.png") no-repeat center top;
    background-size: cover;
}

.coupon-inner {
    margin: 0 auto;
}

.coupon-num {
    margin-top: -0.3rem;
    font-size: 0.3rem;
}

.coupon-num span {
    font-size: 0.6rem;
}

.coupon-date,
.coupon-txt {
    font-size: 0.24rem;
}

.coupon-txt {
    padding-top: 0.1rem;
    margin-top: 0.1rem;
    border-top: 1px solid #a0a09e;
}

.coupon-btns {
    margin-top: 0.7rem;
}

.coupon-link {
    margin-top: 0.2rem;
    text-decoration: underline;
}

.dialog-wrap--coupon .dialog {
    width: auto;
    background: none;
    overflow: visible;
}

.dialog-coupon__bd {
    position: relative;
    width: 6.0rem;
    height: 4.08rem;
    padding-top: 1.16rem;
    text-align: center;
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/coupon-bg-3.png") no-repeat center top;
    background-size: cover;
}

.dialog-coupon__bd-num {
    font-size: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.dialog-coupon__bd-txt {
    font-size: 0.3rem;
    margin-top: 0.4rem;
}

.dialog-coupon__bd-btn {
    position: absolute;
    bottom: .8rem;
    left: 50%;
    display: inline-block;
    width: .6rem;
    height: .6rem;
    margin-left: -.3rem;
    line-height: .6rem;
    text-align: center;
    font-size: 0.24rem;
    color: #ff3b30;
    background: #fac216;
    border-radius: 50%;
    box-shadow: 0 0 0 .06rem #ffe12e, 0 0 0 .07rem #ffee99;
}

.dialog-coupon__bd-tle {
    position: absolute;
    bottom: 0.16rem;
    left: 0;
    right: 0;
    padding: 0 .8rem;
    font-size: 0.24rem;
    color: #d97c00;
}

.dialog-coupon__btn {
    display: inline-block;
    height: 0.6rem;
    line-height: .6rem;
    margin-top: .3rem;
    padding: 0 .7rem;
    background: #f15d35;
    border-radius: 0.6rem;
    font-size: 0.28rem;
    color: #ffea97;
    border: .06rem solid #ffd864;
    box-sizing: content-box;
    box-shadow: 0 .06rem 0 #e0b217;
}

.dialog-coupon__close {
    position: absolute;
    top: -0.2rem;
    right: 0.2rem;
}

.dialog-coupon__close i {
    font-size: 0.5rem;
    color: #fcc707;
}

s
/* 大转盘(兰妍) */

.turntable-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/turntable-bg.jpg") no-repeat;
    background-size: cover;
}

.turntable-tle {
    padding: 1.2rem 1.2rem 0.4rem;
}

.turntable-wrapper {
    position: relative;
    width: 90%;
    margin: 0 auto;
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/turntable-bg-2.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    border-radius: 50%;
}

.turntable-canvas {
    position: relative;
    display: block;
    width: 100%;
}

.turntable-pointer {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 3rem;
    height: 3.17rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.turntable-info {
    font-size: 14px;
    position: relative;
    width: 90%;
    height: 45px;
    line-height: 45px;
    margin: .4rem auto 0;
    border-radius: .45rem;
    background: -webkit-linear-gradient(left, #dab0bd, #a4c7cd);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #dab0bd, #a4c7cd);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #dab0bd, #a4c7cd);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #dab0bd, #a4c7cd);
    /* 标准的语法 */
}

.turntable-info__tle {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 55px;
    height: 55px;
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/quan-tle.png") no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.turntable-info__link {
    position: relative;
}

.turntable-info__link:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    content: "";
}

.lucky-swiper {
    margin: 0 0 0 70px;
    color: #fff;
}

.lucky-swiper .swiper-slide {
    height: 45px;
    line-height: 45px;
}

.turntable-count {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    background: rgba(0, 0, 0, .25);
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 3000;
}

.turntable-count [data-share] {
    display: inline-block;
    padding: 0 10px;
    margin: 0 0 0 10px;
    color: #fff;
    background: #dab0bd;
}

.turntable-count [data-share]:hover {
    text-decoration: none;
}


/*大转盘（兰妍） end*/


/*快速登录 start*/

.login-header {
    background: #fff;
    color: #656565;
    border-color: #fff;
}

.login-header .header-btn {
    color: #1eb025;
}

.login-content {
    padding: 0 20px;
}

.login-bg {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/login-bg.png) no-repeat top;
    background-size: 100% 210px;
}

.login-user {
    font-size: 35px;
    color: #1eb025;
    text-align: center;
    padding: 30px 0;
}

.login-hint {
    color: #ababab;
    text-align: center;
}

.login-other {
    position: relative;
    margin: 40px 0 0;
    padding: 40px 25px 0;
    border-top: 1px solid #ababab;
}

.login-other h2 {
    width: 110px;
    font-size: 14px;
    color: #ababab;
    margin: 0 0 0 -55px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: -14px;
    left: 50%;
}

.login-other li {
    width: 56px;
    text-align: center;
}

.login-other li i {
    display: block;
    font-size: 56px;
    line-height: 56px;
}


/*快速登录 end*/


/*优惠券风格*/

.mbui-coupon-list {
    padding: 10px;
    background: #f6f6f6;
}

.mbui-coupon-item {
    position: relative;
}

.mbui-coupon-item:not(:first-child) {
    margin-top: 10px;
}

.mbui-coupon-item__side:before,
.mbui-coupon-item__bd:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: #f6f6f6;
    border-radius: 50%;
    content: "";
}

.mbui-coupon-item__side:before {
    left: -6px;
}

.mbui-coupon-item__bd:before {
    right: -6px;
}

.mbui-coupon-item__side {
    position: relative;
    width: 110px;
    padding: 20px 0;
    text-align: center;
    background: #fe6b61;
    background: -webkit-linear-gradient(#fd8a5e, #fe7261);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fd8a5e, #fe7261);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fd8a5e, #fe7261);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#fd8a5e, #fe7261);
    /* 标准的语法 */
    color: #fff;
    overflow: hidden;
}

.mbui-coupon-item__side:after {
    position: absolute;
    top: 0;
    right: -3px;
    z-index: 1;
    height: 100%;
    border-right: 6px dotted #fff;
    content: "";
}

.mbui-coupon-item__side .mcis__img {
    max-width: 110px;
    max-height: 100px;
}

.mbui-coupon-item__num {
    line-height: 1.2;
}

.mbui-coupon-item__num strong {
    font-size: 30px;
    font-weight: 700;
}

.mbui-coupon-item__bd {
    position: relative;
    height: 100px;
    padding: 10px;
    background: #fff;
}

.mbui-coupon-item__tle {
    font-size: 18px;
    line-height: 1.3;
}

.mbui-coupon-item__txt {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

.mbui-coupon-item--used .mbui-coupon-item__side {
    background: #afafaf;
}

.mbui-coupon-item--used:after,
.mbui-coupon-item--disabled:after {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 58px;
    height: 58px;
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/coupon-status.png") no-repeat;
    background-size: 58px auto;
    content: "";
}

.mbui-coupon-item--used .mbui-coupon-item__side .mcis__img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.mbui-coupon-item--warning .mbui-coupon-item__side {
    background: #fc822c;
    background: -webkit-linear-gradient(#fbb80f, #fc822c);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fbb80f, #fc822c);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fbb80f, #fc822c);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#fbb80f, #fc822c);
    /* 标准的语法 */
}

.mbui-coupon-item--img .mbui-coupon-item__side {
    padding: 0;
    background: none;
}

.mbui-coupon-item--img .mbui-coupon-item__side:after {
    content: none;
}

.mbui-coupon-item--disabled:after {
    background-position: 0 -58px;
}

.mbui-coupon-item--disabled .mbui-coupon-item__side {
    background: #afafaf;
}

.mbui-coupon-item--disabled .mbui-coupon-item__side .mcis__img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/*目标管理*/

body {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
}

.jx-equal-list li:not(:first-child) {
    border-left: 1px solid #f1f1f1;
}

.mbui-collapse-item {
    position: relative;
}

.mbui-collapse-item:not(:first-child):after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #f1f1f1;
    content: "";
    transform: scale(1, 0.5);
}

.mbui-collapse-item__tle {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fff;
    line-height: 24px;
}

.mbui-collapse-item__tle:active {
    background: rgba(0, 0, 0, 0.05);
}

.mbui-collapse-item__tle .mbui-icon-v-bottom {
    transition: .3s;
    color: #999;
}

.mbui-collapse-item__value {
    flex: 1;
    overflow: hidden;
    padding-right: 10px;
}

.mbui-collapse-item__content {
    position: relative;
    display: none;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    background: #fff;
    word-break: break-all;
}

.mbui-collapse-item__content:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #f1f1f1;
    content: "";
    transform: scale(1, 0.5);
}

.mbui-collapse-item__content .form-item {
    border-bottom: 1px solid #f5f5f5;
}

.mbui-collapse-item__icon {
    width: 1.6em;
    height: 1.6em;
    font-size: 12px;
}

.mbui-collapse-item--expanded .mbui-collapse-item__content {
    display: block;
}

.mbui-collapse-item--expanded .mbui-icon-v-bottom {
    transform: rotate(-180deg);
}

.mbui-icon-v-bottom {
    position: relative;
}

.mbui-icon-v-bottom::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    opacity: .5;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.label-switch {
    width: 50px;
}

.jx-find-hd {
    position: relative;
    min-height: 44px;
    line-height: 44px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.jx-find-hd__scroll {
    position: relative;
}


/* .jx-find-hd__scroll:after { position: absolute; top: 0; right: 0; width: 50px; bottom: 0; background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff)); background: linear-gradient(to right, transparent, #fff); content: ""; } */

.jx-find-hd__list {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.jx-find-hd__item {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.jx-find-hd__item.active {
    font-weight: 700;
    color: #df2a40;
}

.jx-find-hd__item.active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 26px;
    height: 2px;
    margin-left: -13px;
    background: #df2a40;
    content: "";
}

.jx-find-hd__item .icon-v-left {
    display: inline-block;
    width: 14px;
    line-height: 44px;
    vertical-align: middle;
}

.jx-find-hd__btns a {
    display: inline-block;
    padding: 0 10px;
    height: 44px;
    line-height: 36px;
    color: #333;
    vertical-align: middle;
}

.jx-find-hd__btns a:active {
    background: #f5f5f5;
}

.jx-find-hd__btns a i {
    font-size: 24px;
}

.jx-btn-fb {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 10px;
    height: 44px;
    line-height: 40px;
    color: #333;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.jx-find-list .list-item {
    position: relative;
}

.jx-find-list .list-item__img {
    width: 50px;
    height: 50px;
}

.jx-find-list .list-item__bd .bd-img {
    overflow: hidden;
    margin-right: -5px;
}

.jx-find-list .list-item__bd .bd-img li {
    float: left;
    width: calc(33.333333% - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
}

.jx-find-list .list-item__bd .bd-img li div {
    padding-top: 100%;
}

.jx-find-list .list-item:not(:first-child):after {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    right: 0;
    height: 0;
    transform: scaleY(0.5);
    border-top: 1px solid #f1f1f1;
    content: "";
}

.jx-upload {
    padding: 15px;
}

.jx-upload-item {
    position: relative;
    padding: 5px;
}

.jx-upload-item>div {
    position: relative;
    padding-top: 100%;
    background-color: #e5e5e5;
}

.jx-upload-item .icon-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #8b8b8b;
    transform: translate(-50%, -50%);
}

.jx-upload-item .icon-plus:before {
    width: 32px;
}

.jx-upload-item .icon-plus:after {
    height: 32px;
}

.jx-upload-del {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}

.jx-upload-del i {
    font-size: 12px;
    color: #fff;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.mbsc-ios .mbsc-cal {
    width: 100% !important;
}

.mbsc-ic:before {
    color: #d10d1c;
}

.mbsc-ios .mbsc-cal-day-sel .mbsc-cal-day-fg {
    border-color: #333;
    background: #333;
}

.jx-calendar-container {
    display: none;
}

.mbsc-ios .mbsc-cal-hl-now .mbsc-cal-today {
    color: #d10d1c;
}

.mbsc-ios .mbsc-cal-day {
    padding: 10px 5px;
}

.mbsc-ios .mbsc-cal-sc .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i,
.mbsc-ios .mbsc-cal-sc .mbsc-cal-day-sel .mbsc-cal-day-i {
    background: #d10d1c;
}

.jx-rank-list .rank-num {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #bfbfbf;
    color: #fff;
    border-radius: 50%;
}

.jx-rank-list .media-obj:not(:first-of-type) {
    margin-top: 1px;
}

.jx-rank-list .media-obj:nth-of-type(1) .rank-num {
    background: #d10d1c;
}

.jx-rank-list .media-obj:nth-of-type(1) .rank-total {
    color: #d10d1c;
}

.jx-rank-list .media-obj:nth-of-type(2) .rank-num {
    background: #ffaf45;
}

.jx-rank-list .media-obj:nth-of-type(2) .rank-total {
    color: #ffaf45;
}

.jx-rank-list .media-obj:nth-of-type(3) .rank-num {
    background: #4cd964;
}

.jx-rank-list .media-obj:nth-of-type(3) .rank-total {
    color: #4cd964;
}

.form-item--no-flex {
    display: block;
}

.f-textarea--no-bd {
    border: 0;
}

.mbui-search-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 7px 10px;
    position: relative;
}

.mbui-search-block .mbui-search-ele-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mbui-search-block .mbui-search-text {
    border: 0 none;
    border-radius: 15px;
    background-color: #fff;
    width: 100%;
    height: 30px;
    padding: 5px 10px 5px 30px;
    border: 1px solid #e5e5e5;
}

.mbui-search-block .mbui-icon-search {
    position: absolute;
    top: 0;
    left: 0;
    color: #999;
    width: 30px;
    height: 30px;
}

.mbui-search-block .mbui-search-btn {
    display: block;
    margin-left: 10px;
    line-height: 30px;
    color: #666;
}

.mbui-icon-search {
    position: relative;
}

.mbui-icon-search::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid currentColor;
    height: 12px;
    width: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    margin-left: -2px;
    margin-top: -2px;
}

.mbui-icon-search::after {
    content: "";
    background: currentColor;
    height: 6px;
    width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 4px;
    margin-top: 4px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mbui-search-left {
    margin-left: -5px;
}

.mbui-search-left .icon-v-left {
    display: block;
    width: 35px;
    height: 30px;
}

.mbui-search-history {
    padding: 15px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

.mbui-search-history__hd {
    position: relative;
}

.mbui-search-history__del {
    position: absolute;
    top: -3px;
    right: 0;
    color: #999;
}

.mbui-search-history__list {
    margin-top: 10px;
    margin-bottom: -10px;
    overflow: hidden;
}

.mbui-search-history__list li {
    float: left;
    margin: 0 10px 10px 0;
}

.mbui-search-history__list li a {
    display: block;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    font-size: 12px;
    background: #f0f0f0;
    border-radius: 3px;
}

.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 1000;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .6);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top i {
    font-size: 24px;
    color: #999;
    color: rgba(255, 255, 255, .9);
}

.jx-user-info {
    position: relative;
    padding-top: 60%;
}

.jx-user-info__img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #fff;
}

.jx-user-info__txt {
    color: rgba(255, 255, 255, 0.75);
}

.jx-user-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.jx-menu-list {
    margin: 0 -10px -10px 0;
}

.jx-menu-item {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
}

.jx-menu-item__icon {
    height: 50px;
}

.jx-menu-item__icon i {
    font-size: 40px;
    line-height: 40px;
}

.jx-rank-hd__img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.jx-rank-list .media-obj:not(:first-of-type) {
    margin-top: 1px;
}

.jx-rank-zan {
    line-height: 18px;
    color: #999;
}

.jx-rank-zan.active i {
    color: #df2a40;
}

.com-search {
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.com-search__input {
    padding: 0 44px 0 10px;
    border: 0;
}

.com-search__btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}

.com-search__btn:active {
    background: #f5f5f5;
}

.com-search__btn i {
    display: block;
    width: 44px;
    height: 44px;
}

.employ-list .media-obj:not(:first-child):after {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    right: 0;
    height: 0;
    transform: scaleY(0.5);
    border-top: 1px solid #e5e5e5;
    left: 40px;
    content: "";
}

.gongdan-wrap .mbui-collapse-item {
    border-radius: 5px;
    overflow: hidden;
}

.gongdan-wrap .mbui-collapse-item:not(:first-child):after {
    content: none;
}

.gongdan-wrap .mbui-collapse-item__tle {
    padding: 13px 15px;
}

.gongdan-wrap .mbui-collapse-item+.mbui-collapse-item {
    margin-top: 10px;
}

.gongdan-wrap .mbui-collapse-item__content {
    padding: 0 10px;
}

.gongdan-wrap .mbui-collapse-item__content:after {
    left: 0;
}

.gongdan li {
    position: relative;
    padding: 15px 0;
}

.gongdan li:not(:first-of-type) {
    border-top: 1px solid #e5e5e5;
}

.gongdan li .icon-v-right {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #999;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.gongdan-goods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gongdan-goods img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 10px;
}

.gongdan-goods-bd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.gongdan-goods-bd h4 {
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gongdan-goods-bd p {
    font-size: 12px;
    color: #999;
}

.gongdan-info {
    margin-top: 5px;
    color: #666;
}

.gongdan-info p i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: -3px;
}

.gongdan-status {
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    border-radius: 4px;
    border: 1px solid #2cd334;
    color: #2cd334;
}

.gongdandetail-status {
    padding: 20px 20px 30px;
    font-size: 18px;
    color: #fff;
    background: -webkit-linear-gradient(left, #ffbf67, #ff9a35);
    background: linear-gradient(left, #ffbf67, #ff9a35);
}

.gongdandetail-status span {
    font-weight: 700;
}

.gongdandetail-status i {
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
    vertical-align: -3px;
}

.gongdandetail-content {
    padding: 0 15px;
}

.gongdandetail-info {
    margin-top: 15px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
}

.gongdandetail-info:first-of-type {
    margin-top: -15px;
}

.gongdandetail-info h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.gongdandetail-info-bd {
    color: #808080;
}

.gongdandetail-info-bd .gongdan-goods:not(:first-of-type) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e5e5e5;
}

.gongdandetail-info-bd li {
    overflow: hidden;
}

.gongdandetail-info-bd li:not(:first-of-type) {
    margin-top: 7px;
}

.gongdandetail-info-bd li span {
    display: block;
    float: left;
}

.gongdandetail-info-bd li p {
    overflow: hidden;
}


/* 换货 */

.aftersale__item:not(:first-of-type) {
    margin: 10px 0 0;
}

.aftersale__status {
    padding: 20px 20px 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#2cd334), to(#29a12f));
    background: linear-gradient(#2cd334, #29a12f);
    font-size: 16px;
    color: #fff;
}

.aftersale__status .iconfont {
    font-size: 20px;
    vertical-align: -3px;
}

.aftersale__tips {
    margin-top: -20px;
    font-size: 12px;
    border-radius: 5px;
}

.aftersale__info {
    border-radius: 5px;
}


/*2019-5-25晋城*/

.img-list img {
    width: 100%;
}

.action-img {
    width: 60px;
    height: 60px;
}

.icon-bg {
    width: 40px;
    height: 40px;
    margin: auto;
    background-color: #2cd334;
    border-radius: 50%;
    line-height: 35px;
}

.icon-bg .iconfont {
    color: #fff;
    font-size: 20px;
}

.serviceCode {
    width: 180px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.serviceCode__img {
    width: 150px;
    height: 150px;
}

.member-header-tab .active {
    color: #2cd334;
    border-bottom: 1px solid #2cd334;
}

.member-review {
    width: 80%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    z-index: 4000;
}

.member-review .close {
    position: absolute;
    top: -40px;
    right: 0;
}

.member-review__content {
    height: 220px;
    overflow: auto;
}

.member-review--item {
    margin: 5px 0;
}

#areContainer {
    height: calc(100vh - 44px);
}

.store-addressDetail {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 2000;
}

.store-addressDetail__go {
    width: 65px;
    height: 65px;
    position: absolute;
    top: -35px;
    right: 30px;
    text-align: center;
    border-radius: 50%;
}


/*九宫格抽奖2019-05-28*/

.bg-fa8e3e {
    background: #fa8e3e;
}

.color-ff4e00 {
    color: #ff4e00;
}

.color-yellow {
    color: #ffe717;
}

.lottery-header {
    width: 100%;
    height: 4.6rem;
    background-image: url(/Resource/Images/TextLottery/index-top-bg.png);
    background-size: 100% 100%;
}

.lottery-title {
    font-size: 0.64rem;
}

.lottery-font {
    width: 5rem;
    height: 2.2rem;
}

.lottery-header .btn {
    width: 2.1rem;
    height: 0.7rem;
    line-height: 0.6rem;
}

.lottery-box {
    width: 6.8rem;
    height: 6.8rem;
    margin: auto;
    padding: 0.6rem;
    background-image: url(/Resource/Images/TextLottery/choujiang-bg.png);
    background-size: 100% 100%;
}

.lottery-item,
.lottery-btn {
    width: 1.8rem;
    height: 1.8rem;
    position: relative;
    padding: 0.1rem;
    background-image: url(/Resource/Images/TextLottery/quare.png);
    background-size: 100% 100%;
    text-align: center;
}

.lottery-item__circle {
    width: 1.1rem;
    height: 1.1rem;
    margin: auto;
    background-size: 100% 100%;
    border-radius: 50%;
    line-height: 1.1rem;
}

.circle-1 {
    background-image: url(/Resource/Images/TextLottery/circle-red.png);
}

.circle-2 {
    background-image: url(/Resource/Images/TextLottery/circle-yellow.png);
}

.circle-3 {
    background-image: url(/Resource/Images/TextLottery/circle-blue.png);
}

.circle-4 {
    background-image: url(/Resource/Images/TextLottery/circle-orange.png);
}

.circle-5 {
    background-image: url(/Resource/Images/TextLottery/circle-green.png);
}

.circle-6 {
    background-image: url(/Resource/Images/TextLottery/circle-cyanBlue.png);
}

.circle-7 {
    background-image: url(/Resource/Images/TextLottery/circle-purple.png);
}

.dont-worry {
    background-image: url(/Resource/Images/TextLottery/dontworry.png);
    border-radius: 0;
}

.lottery-btn {
    background-image: url(/Resource/Images/TextLottery/lijichoujiang.png);
    padding-top: 1.2rem;
    cursor: pointer;
}

.lottery-item p {
    font-size: 0.3rem;
    color: #802520;
}

.lottery-item .active-mask {
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    opacity: 0.7;
    display: none;
}

.lottery-item.active .active-mask {
    display: block;
}

.receive-btn {
    width: 5.3rem!important;
    height: 1rem!important;
    background: linear-gradient(0deg, rgba(255, 198, 0, 1), rgba(255, 249, 69, 1));
    box-shadow: 0 0.08rem 0 0 rgba(220, 125, 0, 0.8);
    border-radius: 0.36rem;
    line-height: 1rem!important;
}

.receive-btn-remind {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    line-height: 0.4rem;
}

.win-notice {
    width: 6.4rem;
    height: 0.8rem;
    position: relative;
    margin: auto;
    line-height: 0.8rem;
    overflow: hidden;
}

.action-rule {
    width: 6.4rem;
    margin: auto;
    background-image: url(/Resource/Images/TextLottery/index-bottom-bg.png);
    background-size: 100% 100%;
}

.win-rule {
    width: 6rem;
    position: relative;
    padding-bottom: 0.6rem;
    border-radius: 0.2rem;
}

.win-rule .close {
    position: absolute;
    top: -1.2rem;
    right: 0;
    font-size: 0.8rem;
}

.win-rule-tle {
    display: block;
    width: 100%;
}

.win-rule-content {
    max-height: 45vh;
    padding: 0.4rem;
    overflow: auto;
}

.win-rule-item {}

.win-rule-item__li li {
    width: 0.7rem;
    height: 0.7rem;
    background-size: 100% 100%;
    line-height: 0.7rem;
    text-align: center;
}

.win-rule-item__li .red-pack {
    padding-top: 0.4rem;
    background-image: url(/Resource/Images/TextLottery/red-pack.png);
    text-align: center;
    line-height: 1;
}

.win-rule-btn {
    width: 3.6rem;
    height: 0.7rem;
    margin: auto;
    color: #ff4e00;
    background: linear-gradient(0deg, rgba(255, 198, 0, 1), rgba(255, 249, 69, 1));
    box-shadow: 0 0.08rem 0 0 rgba(255, 148, 8, 0.8);
    line-height: 0.7rem;
}

.win-message {
    position: relative;
    padding: 0.4rem 1rem;
    border-radius: 0.2rem;
}

.win-message-result {
    margin-top: -0.8rem;
}

.win-message-get__prize {
    width: 2rem;
    height: 2rem;
    margin: 0.2rem auto;
    background-size: 100% 100%;
    line-height: 2rem;
    font-size: 0.6rem;
}

.prize-tab {
    max-width: 750px;
    margin: auto;
    padding: 0.05rem 0;
    background-color: #fff;
}

.prize-tab-item {
    margin: 0 0.4rem;
    padding: 0.2rem;
}

.prize-tab-item.active {
    border-bottom: 0.06rem solid #fa8e3e;
    font-weight: bold;
    color: #fa8e3e;
}

.get-prize-list {
    padding-top: 1.2rem;
}

.get-prize-item {
    position: relative;
    margin: 0 0.4rem;
    margin-bottom: 0.4rem;
    padding: 0.2rem;
    background-color: #feedc9;
    border-radius: 0.2rem;
}

.get-prize-btn {
    width: 2rem;
    height: 0.8rem;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    background: #acacac;
    box-shadow: 0 0.08rem 0 0 #8a877f;
    border-radius: 0.36rem;
    border: 0;
    line-height: 0.8rem;
}

.get-prize-btn__acive {
    background: linear-gradient(0deg, rgba(250, 72, 62, 1), rgba(255, 101, 92, 1));
    box-shadow: 0 0.08rem 0 0 rgba(215, 3, 3, 0.8);
}

.get-prize-progress {
    width: 1.5rem;
    height: 0.16rem;
    position: relative;
    margin: 0 0.2rem;
    background-color: #f4d082;
    border-radius: 0.2rem;
}

.get-prize-progress .get-prize-progress__current {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fb4e45;
    border-radius: 0.2rem;
}

.get-prize-condition {
    width: 25%;
    position: relative;
}

.get-prize-condition__num {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: -0.1rem;
    right: 0.1rem;
    border-radius: 50%;
    background-color: #ff4e00;
    line-height: 0.4rem;
    border: 0.02rem solid #fff;
}

.get-prize-condition__item {
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
    margin-bottom: 0.2rem;
    background-color: #f4d082;
    background-size: 100% 100%;
    border-radius: 50%;
    line-height: 1.2rem;
}

.get-prize-top {
    padding: 0.2rem 0;
    background-image: url(/Resource/Images/TextLottery/get-prize-top.png);
    background-size: 100% 100%;
}

.prize-service-qr {
    width: 2.5rem;
    height: 2.5rem;
    margin: auto;
}

.lottery-record {
    padding-top: 1.2rem;
}

.my-won-list {
    padding: 0 0.4rem;
    padding-bottom: 0.4rem;
}

.my-won-item {
    width: 25%;
    margin-top: 0.2rem;
}

.my-won-item .gift-btn {
    height: 0.5rem;
    padding: 0 0.2rem;
    line-height: 0.5rem;
    border-radius: 0.2rem;
    border: 0;
    background: linear-gradient(0deg, rgba(250, 72, 62, 1), rgba(255, 101, 92, 1));
    color: #fff;
}

.lottery-record-item {
    padding: 0.2rem 0.4rem;
}


/*拉霸抽奖版本*/

.lottery-box-2 {
    width: 7.5rem;
    height: 6.32rem;
    position: relative;
    margin: auto;
    background-image: url(/Resource/Images/TextLottery/laba-merchan.gif);
    background-size: 100% 100%;
}

.lottery-box-2-num {
    width: 0.7rem;
    position: absolute;
    bottom: 1.75rem;
    left: 2.6rem;
}

.lottery-box-2__content {
    width: 4rem;
    height: 1.6rem;
    position: absolute;
    top: 1.2rem;
    left: 1.8rem;
    overflow: hidden;
}

.lottery-list-2 {
    position: relative;
    top: 0rem;
}

.lottery-list-2-item {
    height: 1.6rem;
}

.lottery-2-item {
    height: 1.6rem;
    position: relative;
    padding: 0.1rem;
    text-align: center;
}

.lottery-2-item__circle {
    width: 1.1rem;
    height: 1.1rem;
    margin: auto;
    background-size: 100% 100%;
    border-radius: 50%;
    line-height: 1.1rem;
}

.lottery-2-item p {
    font-size: 0.24rem;
    color: #802520;
}

.lottery-prize-box {
    background-color: #feedc9;
    margin: 0 0.2rem;
    border-radius: 0.1rem;
}

.lottery-prize-item {
    margin: 0.1rem;
    box-shadow: inset 0 0.04rem 0.09rem 0 rgba(145, 69, 16, 0.81);
    border-radius: 0.1rem;
}

.lottery-prize-item.lottery-2-item {
    height: unset;
    padding: 0.2rem;
    float: left;
}

.lottery-btn-2 {
    width: 4.4rem;
    height: 1.2rem;
    position: absolute;
    bottom: 1.2rem;
    right: 1.6rem;
    padding-bottom: 0.5rem;
    background-color: transparent;
    border: 0;
    color: #fff;
}


/* 课程相关 */

.course-item {
    position: relative;
    background: #fff;
}

.course-item:not(:first-of-type) {
    margin: 15px 0 0;
}

.course-item__img {
    padding-top: 50%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.course-item__bd {
    padding: 10px;
}

.course-item__tle {
    line-height: 1.5em;
    max-height: 3em;
}

.course-item__meta {
    border-top: 1px solid #e5e5e5;
}

.course-item .mod-ribbon {
    position: absolute;
    top: -5px;
    left: 10px;
}

.course-info {
    background: #fff;
}

.course-info__tle {
    padding: 7px 10px;
    line-height: 1.5em;
    border-bottom: 1px solid #f4f4f4;
}

.course-info__inner {
    padding: 10px;
    border-radius: 4px;
    background: #f7f7f7;
}

.course-info__inner--no-bg {
    padding: 0;
    background: none;
}

.course-info__inner__tle {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 700;
}

.course-info__inner__tle .iconfont {
    margin: 0 5px 0 0;
    font-size: 24px;
    line-height: 24px;
    color: #ecb651;
}

.course-info__inner__txt {
    margin: 10px 0 0;
    color: #666;
}

.course-info__outline {
    color: #666;
}

.course-info__outline+.course-info__outline {
    margin: 20px 0 0;
}

.course-info__outline__tle {
    font-weight: 700;
    line-height: 1.5em;
}

.course-info__outline__list {
    margin: 5px 0 0;
    padding: 0 0 0 20px;
}

.course-student {
    margin-bottom: -15px;
    overflow: hidden;
}

.course-student__item {
    float: left;
    width: 25%;
    margin: 0 0 15px 0;
    text-align: center;
}

.course-student__item__img {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.course-student__item__name {
    margin: 5px 0 0;
}

.person-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px;
    background: #fff;
    border-radius: 5px;
}

.person-item:not(:first-of-type) {
    margin: 15px 0 0;
}

.person-item__field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.person-item__img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.person-item__del {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    text-align: center;
    font-size: 30px;
    font-family: "SimSon";
    color: #fff;
    background: #f87585;
    border-radius: 50%;
    vertical-align: middle;
}

.goods-choice__item {
    position: relative;
}

.goods-choice__item:not(:first-of-type):after {
    position: absolute;
    top: 0;
    left: 40px;
    right: 0;
    height: 1px;
    background: #f1f1f1;
    content: "";
}


/* end 课程相关 */


/* 可选择的商品列表 */

.goods-choice__item {
    position: relative;
}

.goods-choice__item:not(:first-of-type):after {
    position: absolute;
    top: 0;
    left: 40px;
    right: 0;
    height: 1px;
    background: #f1f1f1;
    content: "";
}


/* end 可选择的商品列表 */


/* 活动列表 */

.activity__item {
    position: relative;
}

.activity__item+.activity__item {
    margin: 15px 0 0;
}

.activity__item__bd {
    position: relative;
    padding-top: 56.25%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.activity__item__tle {
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

.activity__item__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.activity__item__gz {
    position: absolute;
    top: 42px;
    right: 10px;
    z-index: 2;
    display: inline-block;
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.activity__item__ft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}


/* end 活动列表 */


/* 附近门店 */

.store__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 10px;
    background: #fff;
}

.store__item:not(:first-of-type) {
    margin: 10px 0 0;
}

.store__img {
    width: 80px;
    height: 80px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.store__bd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.store__tle {
    font-size: 15px;
    line-height: 1.3em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.store__txt {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 1.4em;
    color: #999;
}

.store__dis {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 3px;
    background: #f1f1f1;
}

.store__side {
    margin: 0 0 0 5px;
}

.store__item [class^=btn] {
    line-height: 24px;
    padding: 0 8px;
}


/* end 附近门店 */


/******************* 课程列表页 *******************/


/* 搜索栏 */

.condition-box {
    background: #fff;
    padding: 0 20px;
}

.course-search-bar {
    padding-top: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course-search-bar .search {
    padding: 0 0 0 30px;
    width: 100%;
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    border: 0;
    border-radius: 5px;
    background: #F7F7F7;
    flex: 1 0 auto;
}

.course-search-bar .search-icon {
    position: absolute;
    font-size: 12px;
    top: 17px;
    left: 9px;
}

.course-search-bar button {
    border: 0;
    background: none;
    color: #333;
    font-size: 12px;
    flex-shrink: 0;
}


/* 媒体类型栏 */

.media-bar {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

.media-bar .media-bar-btn {
    height: 44px;
    width: 103px;
    padding: 0 12px;
    line-height: 44px;
    border-radius: 8px;
    font-size: 16px;
    border: 1px solid;
    background: none;
    text-align: center;
}

.media-bar .media {
    position: relative;
    text-align: left;
}

.media .media-icon {
    font-size: 33px;
    position: absolute;
    top: 0;
    right: 12px;
}


/* 课程类型栏 */

.course-bar {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.course-bar .course-bar-item {
    font-size: 14px;
    color: #333;
    padding: 5px;
    padding-bottom: 12px;
    border: 0;
    background: none;
    position: relative;
}

.course-active:after {
    content: '';
    display: block;
    height: 3px;
    width: 16px;
    background: currentColor;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
}


/* 视频列表 */

.video-wrap {
    padding: 5px;
}

.video-list {
    height: 100%;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    column-gap: 0;
}

.video-item {
    padding: 5px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.video-item--old .mod-play-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.video-item--old .video-item__txt {
    margin: 10px 0 0;
}

.video-item__inner {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.video-item__img {
    position: relative;
}

.video-item__bd {
    padding: 8px;
}

.video-item__txt {
    font-size: 12px;
    max-height: 36px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-item__view {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
}

.video-item__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 14px 10px;
    margin: -5px 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-item__action .active {
    color: #e74261;
}

.video-item__action__item .viai__txt {
    vertical-align: -2px;
}

.video-item .media-obj__bd h4 {
    max-width: 6em;
    font-size: 12px;
}


/* end 视频列表 */


/* 课程列表 */

.com-media-list .com-media-item {
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    background: #fff;
    align-items: center;
}

.com-media-item-left {
    height: 97px;
    width: 133px;
    border-radius: 4px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.com-media-item-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.media-type {
    position: absolute;
    font-size: 20px;
    bottom: 5px;
    right: 10px;
    z-index: 2;
    color: #fff;
}

.com-media-item-left .mod-play-btn:after {
    border-width: 6px 0 6px 8px;
}

.com-media-item-right {
    position: relative;
    display: flex;
    flex-grow:1;
    flex-direction: column;
    justify-content: space-between;
    height: 97px;
}

.com-media-item-right .first-part,
.com-media-item-right .third-part {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    color: #999;
    font-size: 12px;
}

.com-media-item-right .first-part span:first-child {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    max-width: 70%;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.com-media-item-right .first-part span:last-child {
    line-height: 14px;
    padding-right: 12px;
    position: relative;
    flex-shrink: 0;
}

.com-media-item-right .first-part span:last-child::after {
    content: ">";
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 0;
}

.com-media-item-right .second-part {
    position: relative;
    box-sizing: content-box;
    height: 32px;
    margin-top: 10px;
    padding-left: 13px;
    margin-bottom: 19PX;
    line-height: 16px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.left-icon {
    font-size: 12px;
    color: #ECB64F;
    position: absolute;
    left: 0;
}

.com-media-item-right .third-part {
    position: relative;
}

.com-media-item-right .third-part span {
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.com-media-item-right .third-part span:first-child {
    max-width: 60%;
    padding-left: 12px;
}


/*end 课程列表 */


/* 积分排行榜 */

.rank-table {
    width: 100%;
    background: #fff;
}

.rank-table tr {
    border-bottom: 1px solid #e5e5e5;
}

.rank-table td {
    padding: 10px 7px;
}

.rank-table .svg-icon {
    width: 1.8em;
    height: 1.8em;
}

.rank-table thead tr td:first-of-type,
.rank-table tbody tr td:first-of-type {
    text-align: center;
}

.rank-table tbody tr td:first-of-type {
    font-size: 18px;
}


/* end 积分排行榜 */


/* 登录弹窗 */

.dialog-login__bg {
    position: relative;
    padding-top: 54%;
    background-color: #31c238;
    background-image: url(/Resource/Images/login-dialog-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.dialog-login__bg:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 8%;
    background: url("/Resource/Images/login-wave-bg.png") no-repeat;
    background-size: cover;
    content: "";
}

.dialog-login__bd {
    padding: 5px 10px 15px;
    text-align: center;
}

.dialog-login__tle {
    font-size: 20px;
    line-height: 1.3;
}

.dialog-login__txt {
    font-size: 15px;
    color: #999;
}

.dialog-login__btns {
    margin: 30px 0 0;
}


/* end 登录弹窗 */


/* 业绩统计 */

.statis-hd {
    padding: 10px 10px 70px;
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/circle-bg.png") no-repeat center top #2cd334;
    background-size: 100%;
}

.statis-hd__filter {
    margin: 10px 0 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.statis-hd__filter__item {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 13px;
    font-size: 13px;
    color: #fff;
}

.statis-hd__filter__item.active {
    position: relative;
    font-size: 18px;
    font-weight: 700;
}

.statis-hd__filter__item.active:after {
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #ff7c07;
    border-radius: 4px;
    content: "";
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.statis-info {
    margin: -60px 10px 0;
    padding: 15px;
    border-radius: 12px;
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/bg2.png") no-repeat center bottom #fff;
    background-size: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.statis-info__total {
    margin: 25px 0 0;
    text-align: center;
}

.statis-info__total__num {
    font-size: 32px;
    color: #ff7c07;
    line-height: 1.2;
}

.statis-info__total__txt {
    color: #999;
}

.statis-info__ft {
    margin: 25px 0 0;
    line-height: 28px;
    overflow: hidden;
}

.statis-info__ft .iconfont {
    vertical-align: -1px;
    margin: 0 5px 0 0;
}

.statis-det__tle {
    font-size: 16px;
}

.statis-det__tle:before {
    display: inline-block;
    width: 16px;
    height: 5px;
    margin: 0 5px 0 0;
    background: #2cd334;
    vertical-align: middle;
    content: "";
}

.statis-det__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.statis-det__item__img {
    width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
    border-radius: 50%;
}

.statis-det__item__bd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.statis-det__item__tle,
.statis-det__item__num {
    font-size: 16px;
}

.statis-det__item__tle .sdit__txt,
.statis-det__item .tag-item-outlined {
    display: inline-block;
    vertical-align: middle;
}

.statis-det__item .sdit__txt {
    margin: 0 5px 0 0;
    font-weight: 700;
}

.statis-det__item__txt {
    margin: 3px 0 0;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.statis-det__item__side {
    text-align: right;
}

.statis-det__item+.statis-det__item {
    margin: 10px 0 0;
}

.statis-det--border .statis-det__item {
    border-radius: 0;
}

.statis-det--border .statis-det__item+.statis-det__item {
    position: relative;
    margin: 0;
}

.statis-det--border .statis-det__item+.statis-det__item:after {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    height: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    border-top: 1px solid #dbdbdb;
    content: "";
}


/* end 业绩统计 */


/* 业绩排行榜 */

.paihang {
    position: relative;
    z-index: 1;
    padding: 8px 25px 20px;
}

.paihang:before {
    position: absolute;
    top: 0;
    left: 6px;
    right: 6px;
    z-index: -1;
    height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdb092), to(#f67341));
    background: linear-gradient(#fdb092, #f67341);
    border-radius: 30px;
    content: "";
}

.paihang:after {
    position: absolute;
    top: 8px;
    left: 14px;
    right: 14px;
    z-index: -1;
    height: 24px;
    border-radius: 30px;
    background: #f76730;
    -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
    content: "";
}

.paihang-banner {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    text-align: center;
}

.paihang-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd9d7), to(#ffefee));
    background: linear-gradient(#ffd9d7, #ffefee);
    -webkit-box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
}

.paihang-hd__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-align: center;
}

.paihang-hd__item__txt,
.paihang-hd__item__num {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.paihang-hd__item__num {
    font-size: 28px;
    line-height: 1.2;
}

.paihang-media {
    text-align: center;
}

.paihang-media--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.paihang-media--horizontal .paihang-media__img {
    margin: 0 10px 0 0;
}

.paihang-media--horizontal .paihang-media__bd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.paihang-media--sm .paihang-media__img {
    width: 32px;
    height: 32px;
}

.paihang-media__img {
    display: inline-block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
}

.paihang-media__img__el {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.paihang-media__tle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.paihang-bd {
    position: relative;
    background: #fff;
}

.paihang-bd:before,
.paihang-bd:after {
    position: absolute;
    top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fe483a;
    content: "";
}

.paihang-bd:before {
    left: -4px;
}

.paihang-bd:after {
    right: -4px;
}

.paihang-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px 15px 15px;
}

.paihang-item:not(:first-of-type):after {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    height: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    border-top: 1px solid #dbdbdb;
    content: "";
}

.paihang-item__num {
    width: 40px;
    margin: 0 10px 0 0;
    font-size: 16px;
    text-align: center;
}

.paihang-item__field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.paihang-icon {
    display: inline-block;
    width: 26px;
    height: 35px;
    vertical-align: middle;
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/ph-sprites.png") no-repeat;
    background-size: 26px auto;
}

.paihang-icon--2 {
    background-position: 0 -40px;
}

.paihang-icon--3 {
    background-position: 0 -80px;
}


/* end 业绩排行榜 */


/* start 新版员工中心 */

.member-search-header {
    width: 100%;
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 100;
}

.member-search-header .search {
    border: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}

.member-search-header .search input {
    background: transparent;
    border: 0;
    outline: none;
}

.member-search-header .search input::-webkit-input-placeholder {
    color: #fff;
}

.member-search-header .search input:-ms-input-placeholder {
    color: #fff;
}

.member-search-header .search input::-moz-placeholder {
    color: #fff;
}

.member-item {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 15px 10px;
}

.member-item:active {
    background: rgba(255, 255, 255, 0.2);
}

.member-avar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.triangle-right {
    width: 0;
    height: 0;
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
}

.triangle-left {
    width: 0;
    height: 0;
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
}

.member-oprate {
    width: 100%;
    position: fixed;
    top: 94px;
    left: 0;
    padding: 10px 20px;
    background: #fff;
    z-index: 100;
}

.member-filter {
    width: 100%;
    margin-bottom: 10px;
}

.filter-item {
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 6px 10px;
    background: #f5f5f5;
    text-align: center;
}

.filter-item.active {
    border: 1px solid currentColor;
    background-color:#fff;
}

.member-review-new {
    width: 300px;
    height: 450px;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 100% 100%;
    z-index: 1000;
    display: none;
}

.member-review-new .close {
    position: absolute;
    top: -60px;
    right: 0;
    color: #fff;
    font-size: 42px;
}

.member-review-new textarea {
    height: 60px;
    background: #f5f5f5;
    border: 0;
    margin-left: 10px;
    padding: 6px 10px;
}

.member-detailis-head {
    position: relative;
    color: #fff;
    background-image: url(../img/bolang-bg.png)!important;
}

.member-detailis-head .setting {
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 20px;
}

.member-level {
    padding-right: 10px;
    background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.member-level-tag {
    width: 25px;
    height: 25px;
    margin: 1px;
    border-radius: 50%;
}

.member-detailis-head--bg {
    width: 100%;
    margin-top: -30px;
    display: block;
}

.member-detailis-oprate {
    position: relative;
    top: -24px;
    margin: 0 15px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 2px 4px 0px rgba(97, 191, 78, 0.2);
}

.fixed_head_top {
    width: 100%;
    max-width: 750px;
    position: fixed;
    top: 44px;
    z-index: 2000;
}

.return-visit-icon {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.write-return {
    width: 300px;
    border-radius: 6px;
    padding: 15px 10px;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2000;
    display: none;
}

.write-return--form {
    border-radius: 6px;
    background: #fff;
    margin-top: 10px;
}

.write-return--form__item label.require:before {
    content: "*";
    color: #f44;
    padding-right: 4px;
}

.write-return--form__item input {
    border: 0;
}

.order-dy-item {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.order-dy-item--status {
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.shadow-wihte {
    box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}

.goods__img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.coupon-swiper-tab {
    width: 100%;
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 999;
}

.coupon-item__top {
    position: relative;
    padding: 15px 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
}

.coupon-item__bottom {
    padding: 6px 10px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 12px;
}

.coupon-item--popover {
    position: absolute;
    top: 0;
    right: 10px;
}

.coupon-item__top .popover--header-more {
    position: absolute;
    top: 25px;
    right: 5px;
}

.coupon-item__top .popover--header-more .popover-triangle {
    border-bottom: 6px solid #fff;
}

.coupon-item__top .popover--header-more .line-list {
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.coupon-item__top .popover--header-more .line-item {
    line-height: 2;
    color: #333;
}

.coupon-item__top .popover--header-more .line-item:active {
    background: #999;
}

.coupon-use-ins {
    color: #999;
    font-size: 12px;
}

.coupon-cus__img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.add-coupon-title {
    position: relative;
    font-weight: bold;
    background: #fff;
    padding: 6px 10px;
}

.offer-type input {
    width: 60px;
    padding: 2px 10px;
    border-radius: 6px;
    border: 1px solid #999;
    text-align: center;
}

.pull-down-multiple {
    width: 100%;
    max-height: 200px;
    background: #f5f5f5;
    overflow: auto;
    position: absolute;
    z-index: 2000;
}

.pull-down-multiple .line-list {
    background: transparent;
}

.coupon-item--discount {
    background: linear-gradient(-90deg, rgba(119, 113, 230, 1) 0%, rgba(131, 152, 238, 1) 100%);
}

.coupon-item--reach {
    background: linear-gradient(90deg, rgba(113, 214, 199, 1) 0%, rgba(95, 172, 223, 1) 100%);
}

.coupon-item--randomReach {
    background: linear-gradient(90deg, rgba(255, 186, 132, 1) 0%, rgba(255, 146, 120, 1) 100%);
}

.produce-coupon {
    width: 300px;
    border-radius: 6px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2000;
    overflow: hidden;
    display: none;
}

.produce-coupon .close {
    position: absolute;
    top: 0;
    right: 10px;
}

.produce-coupon .input {
    background: #eee;
}

.tab {
    width: 100%;
    max-width: 750px;
    position: fixed;
    top: 44px;
    padding: 10px 20px;
}

.record-table {
    word-break: break-all;
}

.pay-ment-top {
    background: url(../img/cashregister.png);
    background-size: 100% 100%;
    color: #fff;
}

.pay-ment-scan {
    width: 160px;
    height: 160px;
    margin: auto;
    display: block;
}


/* end 新版员工中心 */


/* 打印机 */

.print-wrap {
    padding: 15px;
}

.print-wrap [class^=btn] {
    padding: 0 30px;
}

.print-config {
    border-radius: 5px;
    background: #fff;
}

.print-config__tle {
    position: relative;
    padding: 10px;
    font-size: 16px;
}

.print-config__tle:after {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    height: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    border-top: 1px solid #dbdbdb;
    top: auto;
    bottom: 0;
    content: "";
}

.print-config__btn {
    padding: 30px 0 35px;
    text-align: center;
}

.print-config .form:before {
    content: none;
}

.print-config .form:after {
    border-top: 1px solid #e5e5e5;
}

.print-config .form-item .item-label {
    line-height: 1.2;
}

.print-config .f-text {
    padding: 7px 15px;
}

.print-config .com-radio {
    padding: 0 15px 0 0;
}

.print-config .line-list {
    background: none;
}

.print-config .line-list--flex .line-item {
    padding: 10px 15px;
    overflow: visible;
}

.print-config .line-list--flex .line-item:active {
    background: none;
}

.print-config .line-list--flex .line-item .item-dropdown {
    position: relative;
    margin: 0 0 0 15px;
}

.print-config .line-list--flex .line-item .item-dropdown__menu {
    position: absolute;
    top: 26px;
    right: -15px;
    z-index: 1;
    display: none;
    width: 120px;
    font-size: 13px;
    color: #666;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.16));
}

.print-config .line-list--flex .line-item .item-dropdown__menu:before {
    position: absolute;
    top: -8px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
}

.print-config .line-list--flex .line-item .item-dropdown__menu__item:active {
    background: #f5f5f5;
}

.print-config .line-list--flex .line-item .item-dropdown__menu__item:not(:first-of-type) {
    border-top: 1px solid #e9e9e9;
}

.print-config .icon-right {
    width: 16px;
    height: 16px;
    color: #2cd334;
}

.print-config .icon-dots {
    display: block;
    width: 20px;
    height: 16px;
}

.print-config .icon-dots:before {
    width: 4px;
    height: 4px;
    background: #999;
    -webkit-box-shadow: 8px 0 0 #999, -8px 0 0 #999;
    box-shadow: 8px 0 0 #999, -8px 0 0 #999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.print-null {
    padding: 115px 0 0;
    margin: 100px 0 0;
    text-align: center;
    color: #999;
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/no-print.png") no-repeat center top;
    background-size: 108px auto;
}

.print-null__btn {
    margin: 15px 0 0;
}


/* end 打印机 */


/* 导购助手 */

.login-hd {
    position: relative;
    padding: 50px 25px 80px;
    background-image: url("/Areas/Mobile/AngularTemplate/Resource/Images/sun-bg.png") !important;
}

.login-hd__txt {
    color: #fff;
}

.login-hd__tle {
    font-size: 32px;
    line-height: 1.5;
}

.login-hd__subtle {
    margin: 15px 0 0;
    font-size: 18px;
}

.login-hd__img {
    height: 58px;
    margin: 10px 10px 0 0;
}


/* end 导购助手 */


/* 进货下单 */

.purchase-order__tle {
    position: relative;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    margin: 0 0 0 10px;
    text-align: center;
}

.purchase-order__tle__txt {
    position: relative;
    z-index: 1;
}

.purchase-order__tle:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff;
    border-radius: 10px 10px 0 0;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    content: "";
}

.purchase-order__bd {
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/line-bg.png") repeat-x center top #fff;
    background-size: 22px auto;
    border-radius: 5px;
}

.purchase-order__bd .line-list,
.purchase-order__bd .line-item:active {
    background: none;
}

.purchase-order__bd .f-textarea {
    height: auto;
    padding: 10px;
    background: #f4f4f4;
    border-radius: 5px;
    border: 0;
}


/* end 进货下单 */


/* 商品列表视图切换 */

.list-view .iconfont {
    font-size: 20px;
    color: #999;
    vertical-align: 4px;
}


/* 收银键盘 */

.cash-bg {
    background: #3c4a55;
}

.softkeyboard {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    border-left: 1px solid #ccc;
}

.softkeyboard table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.i_button {
    display: block;
    font-size: 30px;
    border: none;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    height: 80px;
    line-height: 80px;
    width: 100%;
    font-weight: 500;
}

.i_button:active {
    background: #f1f1f1;
}

.i_button_btn {
    float: right;
    width: 100%;
}

.i_button_sz {
    height: 160px;
    line-height: 160px;
}

.input_cur_spot:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #333;
}

.input_p,
.input_cur {
    color: #fff;
    font-size: 30px;
    position: fixed;
    right: 25px;
    bottom: 350px;
}


/* end 收银键盘 */


/* 手机端报表 */

.total-table {
    font-size: 13px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.total-table>thead {
    white-space: nowrap;
}

.total-table>thead>tr>td {
    padding: 12px 0;
}

.total-table>tbody {
    color: #566299;
}

.total-table>tbody>tr:nth-of-type(2n+1) {
    background: #f0f4ff;
}

.total-table>tbody>tr>td {
    max-width: 12em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-top: 0;
}

.total-table--mul {
    border-collapse: collapse;
}

.total-table--mul>thead>tr>td {
    padding: 7px 0;
}

.total-table--mul>tbody:nth-of-type(2n+1) {
    background: #f0f4ff;
}

.total-table--mul>tbody>tr:nth-of-type(2n+1) {
    background: none;
}

.total-table--mul>tbody>tr>td {
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #d0d6ef;
}

.total-table .name {
    white-space: normal;
    max-width: 4em;
    text-align: left;
}

.total-table .no-plr {
    padding-left: 0;
    padding-right: 0;
}

.data-analysis {
    padding: 20px;
    background: #242a3b;
}

.data-analysis__show {
    color: #fff;
    overflow: hidden;
}

.data-analysis__show__item {
    position: relative;
    margin-bottom: -1px;
    padding: 30px 0 30px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.data-analysis__show__item:nth-of-type(2n+1):after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 54px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
}

.data-analysis__show__item:nth-of-type(2n) {
    padding-left: 30px;
}

.data-analysis__show__item:nth-of-type(4n+1) .dasi__total {
    color: #70f270;
}

.data-analysis__show__item:nth-of-type(4n+2) .dasi__total {
    color: #f79b5e;
}

.data-analysis__show__item:nth-of-type(4n+3) .dasi__total {
    color: #86a3f3;
}

.data-analysis__show__item:nth-of-type(4n+4) .dasi__total {
    color: #fb5f60;
}

.data-analysis__show__item .dasi__icon {
    margin: 0 5px 0 0;
    vertical-align: -2px;
}

.data-analysis__show__item .dasi__num {
    margin: 0 5px 0 0;
    font-size: 25px;
}

.data-analysis__tips {
    color: rgba(255, 255, 255, 0.4);
}

.data-analysis .com-tabs__tle {
    overflow: visible;
}

.data-analysis .com-tabs__tle__item {
    color: rgba(255, 255, 255, 0.6);
}

.data-analysis .com-tabs__tle__item.active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid #fff;
}

.rank-nav {
    background: #fff;
    border-radius: 5px;
    margin-top: -5px;
}

.rank-nav__tle {
    padding: 15px;
    font-size: 16px;
    line-height: 1.2;
}

.rank-nav .line-list--flex .line-item {
    padding-left: 15px;
}

.rank-nav .line-list--flex .line-item .item-icon {
    width: 26px;
    margin: 0;
}

.rank-icon {
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/rank-icon-spri.png") no-repeat;
    background-size: 20px auto;
    vertical-align: middle;
}

.rank-icon--xian,
.rank-icon--qi {
    width: 20px;
    height: 20px;
}

.rank-icon--xian {
    background-position: 0 -23px;
}

.rank-icon--qi {
    background-position: 0 -48px;
}

.rank-icon--goods {
    width: 18px;
    height: 19px;
    background-position: 0 -73px;
}

.rank-icon--user {
    width: 18px;
    height: 18px;
    background-position: 0 -97px;
}


/* end 手机端报表 */


/* 发布动态 */

.release .form-item:not(:first-of-type)::before {
    content: none;
}

.release .form-item {
    position: relative;
}

.release .form-item:after {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    height: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    border-top: 1px solid #dbdbdb;
    top: auto;
    bottom: 0;
    content: "";
}

.release-box {
    padding: 15px;
    background: #f8f8f8;
    border-radius: 5px;
}

.release-box .f-textarea {
    padding: 0;
    border: 0;
    background: none;
}


/* end 发布动态 */


/* 互动圈子 */

.dynamic-item {
    padding: 10px 10px 15px;
    background: #fff;
    border-radius: 5px;
}

.dynamic-item__txt {
    margin: 10px 0 0;
    font-size: 12px;
}

.dynamic-item .com-upload {
    padding: 10px 0 0;
}

.dynamic-item__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0 0;
}

.dynamic-item__time {
    font-size: 12px;
    color: #999;
}

.dynamic-item__action__item .active {
    color: #e74261;
}

.dynamic-item__action__item .diai__txt {
    vertical-align: -2px;
}

.dynamic-item__action__item+.dynamic-item__action__item {
    margin: 0 0 0 15px;
}

.dynamic-item__hudong {
    position: relative;
    padding: 5px 10px;
    margin: 5px 0 0;
    font-size: 13px;
    background: #f0f0f0;
}

.dynamic-item__hudong:before {
    position: absolute;
    top: -5px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f0f0f0;
    content: "";
}

.dynamic-item__zan .iconfont {
    line-height: 16px;
}

.dynamic-item__comment {
    margin: 5px 0 0;
}

.dynamic-item+.dynamic-item {
    margin: 10px 0 0;
}

.article2-item {
    background: #fff;
    border-radius: 5px;
}

.article2-item__img {
    width: 90px;
    height: 80px;
    margin: 0 15px 0 0;
    border-radius: 5px;
    overflow: hidden;
}

.article2-item__img__el {
    -o-object-fit: cover;
    object-fit: cover;
}

.article2-item__con {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1%;
}

.article2-item__bd {
    padding: 15px;
}

.article2-item__tle {
    line-height: 1.2;
}

.article2-item__time {
    margin: 5px 0 0;
    font-size: 12px;
    color: #999;
}

.article2-item__action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 20px;
    color: #666;
}

.article2-item__action__item {
    margin: 0 20px 0 0;
}

.article2-item__action__item .active {
    color: #e74261;
}

.article2-item__action__item .aiai__icon {
    font-size: 16px;
}

.article2-item__action__item .aiai__txt {
    vertical-align: middle;
}

.article2-item+.article2-item {
    margin: 10px 0 0;
}

.swiper-bg .swiper-slide {
    width: auto;
}

.swiper-bg .swiper-slide .mask {
    display: none;
}

.swiper-bg .swiper-slide .mask i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.swiper-bg .swiper-slide.active .mask {
    display: block;
}

.swiper-bg .theme-slide {
    position: relative;
    width: 50px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* end 互动圈子 */


/* 问题详情 */

.question-det {
    word-break: break-all;
}

.question-det__hd {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.question-det__tle {
    font-size: 16px;
    line-height: 1.5;
}

.question-det__bd {
    margin: 20px 0 0;
}

.question-det__bd p {
    margin: 15px 0 0;
}

.question-det__bd img {
    display: block;
    margin: 15px auto 0;
}


/* end 问题详情 */


/* 公告 */

.notice2-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.notice2-item--readed .notice-item__icon {
    background: #f4f4f4;
    color: #ccc;
}

.notice2-item__icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 32px;
    margin: 0 10px 0 0;
    text-align: center;
    border-radius: 50%;
    background: #f1f6eb;
    color: #2cd334;
}

.notice2-item__icon .iconfont {
    font-size: 20px;
    color: currentColor;
}

.notice2-item__bd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.notice2-item__meta {
    font-size: 12px;
    color: #ccc;
}

.notice2-item__meta__item {
    margin: 0 15px 0 0;
    line-height: 1.2;
}

.notice2-item__meta__item .iconfont {
    vertical-align: -2px;
    margin: 0 5px 0 0;
}

.notice2-item .icon-v-right {
    margin: 0 10px;
    color: #cdcdcd;
}

.notice2-item+.notice2-item {
    margin: 10px 0 0;
}


/* end 公告 */


/* 分红奖励 */

.total-header {
    position: relative;
    padding: 20px 25px 0;
}

.total-header:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ddd));
    background: linear-gradient(#f1f1f1, #ddd);
    content: "";
}

.total-inner {
    position: relative;
    z-index: 1;
    padding: 40px 0 20px 25px;
    border-radius: 6px 6px 0 0;
    background: -webkit-gradient(linear, left top, right top, from(#fedf32), to(#fec731));
    background: linear-gradient(to right, #fedf32, #fec731);
}

.total-inner .icon-goldcoin {
    position: absolute;
    top: 0;
    right: 0;
}

.total-tle {
    font-size: 13px;
}

.total-num__em {
    font-size: 32px;
    font-weight: 700;
}

.total-mod {
    padding: 15px 0;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.total-mod__hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 0 0;
}

.total-mod__hd__field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    font-size: 0;
}

.total-mod__hd__tle {
    display: inline-block;
    padding: 8px 30px 8px 20px;
    line-height: 1.2;
    max-width: 90%;
    background: -webkit-gradient(linear, left top, right top, from(#fedf32), to(#fec731));
    background: linear-gradient(to right, #fedf32, #fec731);
    border-radius: 0 30px 30px 0;
}

.total-mod__hd__status {
    color: #ff0000;
}

.total-mod__item {
    margin: 20px 0 0;
}

.total-mod__item__value {
    font-size: 15px;
}

.total-mod__item__tle {
    font-size: 12px;
}

.total-mod--success .total-mod__hd__status {
    color: #333;
}

.total-mod+.total-mod {
    margin: 12px 0 0;
}


/* end 分红奖励 */


/* 团队充值 */

.total-box {
    position: relative;
    padding: 15px 25px 30px;
    overflow: hidden;
    color: #fff;
    border-radius: 6px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOsAAAElCAYAAAAFnxWlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozMGI4OGE0MS05MzA0LTRkNDgtOTZkOC0yYzAyMmIxY2EyMWMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUI0RUY4MjU2MjlDMTFFQUI0ODI4NEM4NUIwQzJBREQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUI0RUY4MjQ2MjlDMTFFQUI0ODI4NEM4NUIwQzJBREQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Yjc5NjU3OGMtYzY3OS03MTRjLTkwMDQtMWY1MWU1MWI3ZDAxIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZjE3ZDgxYjktNmVlZC1hOTQ5LTk2YTMtZGFjZTQwMGIwMTRjIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++umYWwAABU5JREFUeNrs3UFLFGEYwPFdd1utsExRotCEyEPgqe//HTpFBF5CSy2yoENku9MzsAc7RO3qjO8z8/vBcwjadvad+bsT7L4Oq6oaQEOexoxi3luK6xtbAhoM9fGVPwv2mlYsAS2Euh2zZ1nEStmhClasJApVsGIlUaiCFSuJQhWsWEkUqmDFSqJQBStWEoUqWLGSKFTBipVEoQpWrCQKVbBiJVGoghUriUIVrFhJFKpgxUqiUAUrVhKFejXYTadDrJQdau1TzBenRKyUH6odJsSKUMWKUIUqVoQqVoQqVLEiVKGKFaGKFaEKVawIVahiRahiRahCvXV+MZVQ23YWc+yUiJWyQz2NOXFK3AYjVLEiVKGKFaEiVqEKVawIVahiRaiIVahCFStCFapYESpiFapQxYpQEStCFStCFapYESpiFapQxYpQhSpWhIpYhSpUsSJUoYoVoSJWoQpVrAgVsQpVqIhVqEIVK0JFrEIVKmIVqlDFilARq1CF2mt+i1x79mK2hYp3VqEKVawIFbEKVaiIVahCFStCRaxCFSpiFSpiRai0Y5kPRWzGrDV8XGcxU6EKlevF+ihmo+Hj+pwoVqHiNlioQkWsQkWsQhUqYhWqUMWKUBGrUIWKWIWKWBEqYhWqUBGrUBGrUIWKWIUqVMQqVMQqVKEiVqEKFbEKFbEKVaiIVaggVqEiVqEKFbEKFbEKVaiIVahCRaxCRaxCFSpiFSqIVaiIVahCRaxChX7GKlTEKlShIlahQk9iFSpiFapQEatQoSexChWxClWoiFWo0JNYhYpYhSpUxCpU6EGsQ6HCn8aFHtduzEOhQvnvrEKFJO+sJfgQ89EyINaynczfVcFtsFBBrEJFrEIFsQoVxCpUxCpUEKtQQaxCRaxCBbEKFXoVq1ARq1BBrEKFnsQqVDqjy1+Rm8bcj3me6JiPXJL0MdZRzIZTjNtgQKyAWEGsgFgBsYJYAbGCWAGxAmIFsQJiBcQKYgXECogVxAqIFRAriBUQKyBWSGRYVdUygQ8tXSOmDf/7WzH7lrkIXwcLbuq+zCbfM+sMboMBsYJYAbECYgWxAmIFsQJiBcQKYgXECogVxAqIFRAriBUQKyBWECsgVkCskM3YEnDDLmN+JX8N9b7Ya2Kl605jzpO/hknModtgQKwgVkCsgFhBrIBYAbGCWAGxAmKFZIZVVS36mGcxDyxdEY5jLhb4+1sx+w0f03Q+qbuIudPwc8wGC37hYZkP8tePmejEndFfjObDv8/dJPvJBsQKYgXECogVxAqIFcQKiBUQK4gVECsgVhArIFZArCBWQKyAWEGsgFgBsUIm40KP6zKmSr62JW7JWe9V+3PBxzS97Ww1P9/Z1fsMD/sY69slLqrS7MTsFnZMF4PFNgWvvWr4mH7EvOlArAcx626DAbGCWAGxglgBsQJiBbECYgXECmIFblH92eCXCz5m0sJxvRjk/yB/iZ+73oh5UtgxrS5xDZZotY0L6m6BL3zNz9FGjAo83yuFXoNugwGxglgBsQJiBbECYgXECmIFxAqIFcQKiBXECogVECuIFRArIFYQKyBWQKzQMW3sbVvv/zvrwFqNWniO6RJrW5rZIP+ez22c74W7aCPW7zHvOnDy6o2om97f9nUH1ukk5jz5a6g3sj9s+Dm+xRy5DQb/ZwXECogVxAqIFRAriBUQK4jVEoBYgRvUxmeD78UcdGCtVl0u/2UnZsObWM5Y628vrLuGe2PVDza3wSBWQKyAWEGsgFgBsYJYAbECYgWxAmIFxApiBcQKiBXECogVxAqIFRAriBUQK7C03wIMAKFlJhQ35bcoAAAAAElFTkSuQmCC") no-repeat right -20px;
    background-size: 118px auto;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.total-box:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5));
    content: "";
    mix-blend-mode: overlay;
}

.total-box__num {
    font-size: 30px;
    margin: 10px 0 0;
}

.chongzhi-list .media-obj {
    border-radius: 6px;
}

.chongzhi-list .media-obj+.media-obj {
    margin: 10px 0 0;
}


/* 业绩返点 */

.yeji-card {
    position: relative;
    background: #666;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    overflow: hidden;
    color: #333;
}

.yeji-card-wrap {
    position: relative;
    padding: 15px 20px 20px;
}

.yeji-card-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: currentColor;
    content: "";
}

.yeji-card__inner {
    min-height: 170px;
    overflow: hidden;
}

.yeji-card__hd {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #f5f5f5;
}

.yeji-card__bd {
    position: relative;
    padding: 20px 0 10px;
    background-image: url("data:image/png;base64,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");
    background-repeat: no-repeat;
    background-position: left -20px bottom -25px;
    background-size: contain;
}

.yeji-card__status {
    position: absolute;
    top: 15px;
    right: 0;
    height: 20px;
    line-height: 20px;
    padding: 0 5px 0 10px;
    background-color: #f9b833;
    font-size: 12px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.yeji-card__total {
    text-align: center;
}

.yeji-card__total__tle {
    font-size: 16px;
    font-weight: 700;
}

.yeji-card__total__num {
    font-size: 45px;
    line-height: 1.3;
}

.yeji-card__meta {
    padding: 0 20px;
}

.yeji-card__ft {
    padding: 5px 20px;
    font-size: 12px;
}


/* 授信额度相关 */

.apply-item__time,
.shouxin-list,
.shouxin-list .media-obj:not(:first-of-type) {
    position: relative;
}

.apply-item__time::before,
.shouxin-list::before,
.shouxin-list .media-obj:not(:first-of-type)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    height: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    border-top: 1px solid #dbdbdb;
    z-index: 1;
}

.apply-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.apply-item__side {
    padding: 0 30px 0 40px;
    margin: 0 0 0 10px;
    text-align: center;
    border-left: 1px solid #e5e5e5;
}

.apply-item__num {
    font-size: 16px;
    font-weight: 700;
}

.apply-item__time {
    padding: 10px;
    font-size: 12px;
    color: #666;
}

.apply-item__action {
    padding: 0 10px 10px;
    text-align: right;
}

.apply-item__action [class^=btn]+[class^=btn] {
    margin: 0 0 0 10px;
}

.apply-item__status {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 1;
}

.apply-item+.apply-item {
    margin: 10px 0 0;
}

.quota-hd {
    position: relative;
    overflow: hidden;
    padding: 10px 0 50px;
}

.quota-hd--style-2 {
    padding: 35px 30px 35px;
}

.quota-hd:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), to(transparent));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6), transparent);
    mix-blend-mode: overlay;
    content: "";
}

.quota-hd__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 142px;
    padding: 40px 0 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaQAAAEbCAYAAACV0PCVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozMGI4OGE0MS05MzA0LTRkNDgtOTZkOC0yYzAyMmIxY2EyMWMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFBQTJENUI2Q0JBMTFFQTgzOUFGMDJGRkQxNUIwMTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFBQTJENUE2Q0JBMTFFQTgzOUFGMDJGRkQxNUIwMTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTE1ZjAzMDQtNjY2OS1jMjQwLTk5ZTAtNGE5YTMwZDkzODg1IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZjE3ZDgxYjktNmVlZC1hOTQ5LTk2YTMt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") no-repeat;
    background-position: center top;
    background-size: 240px auto;
}

.quota-hd__total {
    font-size: 34px;
}

.quota-hd__my {
    display: inline-block;
    padding: 10px 10px 0;
    border-top: 1px solid #fff;
}

.quota-hd__balance {
    position: relative;
    padding: 50px 0 15px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.5);
}

.quota-hd__balance__num {
    font-size: 30px;
    font-weight: 700;
}

.quota-hd__select {
    position: absolute;
    top: -15px;
    left: -10px;
    z-index: 1;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    border-radius: 6px;
}

.quota-hd__select__input {
    max-width: 250px;
    border: 0;
    background: none;
    overflow: hidden;
}

.quota-hd__select .svg-icon {
    width: 1.4em;
    height: 1.4em;
}

.quota-detail {
    position: relative;
    z-index: 1;
    margin: -20px 0 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


/* 订单详情 */

.order-detail__mod__group+.order-detail__mod__group,
.order-detail__total__mod__ft,
.order-detail__total__ft {
    position: relative;
}

.order-detail__mod__group+.order-detail__mod__group::before,
.order-detail__total__mod__ft::before,
.order-detail__total__ft::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    height: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    border-top: 1px solid #dbdbdb;
    z-index: 1;
}

.order-detail__state {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px 45px;
    color: #fff;
}

.order-detail__state__field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.order-detail__state__txt {
    font-size: 18px;
    font-weight: 700;
}

.order-detail__mod {
    margin: 10px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.order-detail__mod--negative {
    margin-top: -30px;
}

.order-detail__mod--has-pd {
    padding: 15px 10px;
}

.order-detail__mod__tle {
    position: relative;
    line-height: 1.2;
    padding: 0 0 0 10px;
    margin: 0 0 15px 0;
}

.order-detail__mod__tle:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background-color: currentColor;
    content: "";
}

.order-detail__mod__tle .odmt__txt {
    color: #333;
}

.order-detail__mod__group {
    padding: 15px 10px;
}

.order-detail__mod__group+.order-detail__mod__group:before {
    left: 10px;
    right: 10px;
}

.order-detail__mod__cx {
    padding: 5px 15px 8px;
    font-size: 12px;
    color: #fff;
}

.order-detail__mod__sel {
    position: relative;
    z-index: 1;
    padding: 8px 15px;
    margin-top: -5px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.order-detail__mod__ft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
}

.order-detail__total__ft {
    padding: 10px;
    font-size: 15px;
    text-align: right;
}

.order-detail__meta {
    font-size: 12px;
}

.order-detail__meta__item {
    line-height: 1.8;
}

.order-detail__meta__item .odmi__label {
    display: inline-block;
    width: 5em;
    color: #999;
    text-align-last: justify;
}

.icon-order-sprites {
    display: inline-block;
    width: 54px;
    height: 54px;
    vertical-align: middle;
    background: url("data:image/png;base64,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") no-repeat;
    zoom: .5;
}

.icon-order-yqx {
    width: 46px;
    height: 56px;
}

.icon-order-bffh {
    background-position: 0 -66px;
    width: 60px;
    height: 50px;
}

.icon-order-dfk {
    background-position: 0 -126px;
    height: 58px;
}

.icon-order-dqrsk {
    background-position: 0 -194px;
    height: 60px;
}

.icon-order-dxsfk {
    background-position: 0 -264px;
    width: 62px;
    height: 58px;
}

.icon-order-ysk {
    background-position: 0 -332px;
    height: 60px;
}

.icon-order-yxsfk {
    background-position: 0 -402px;
    width: 60px;
    height: 50px;
}

.icon-order-bhz {
    background-position: 0 -462px;
    width: 56px;
}

.icon-order-yfh {
    background-position: 0 -526px;
    width: 60px;
}

.icon-order-ywc {
    background-position: 0 -590px;
    height: 58px;
}

.icon-order-sqtk {
    background-position: 0 -658px;
}

.icon-order-sqth {
    background-position: 0 -722px;
    width: 58px;
}

.icon-order-ytk {
    background-position: 0 -786px;
    width: 52px;
    height: 62px;
}

.icon-order-thz {
    background-position: 0 -858px;
    width: 64px;
    height: 60px;
}

.icon-order-yth {
    background-position: 0 -928px;
    width: 58px;
}


/* 内容播放页 */

.course-mod {
    background: #fff;
}
.course-mod:last-child {
    min-height:calc(100vh - 56vw - 88px);
}

.course-mod--mt {
    margin-top: -10px;
}

.course-mod__hd {
    padding: 10px 15px 0;
}

.course-mod__hd__tle {
    font-size: 18px;
    font-weight: 700;
}

.course-mod__hd__txt {
    font-size: 12px;
    color: #999;
}

.course-mod__bd {
    padding: 10px 15px 15px;
    font-size: 12px;
}



/* 简介收起状态（默认状态） */

.course-mod__info__fold {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.course-mod+.course-mod {
    margin: 6px 0 0;
}


/* 简介展开状态 */

.course-mod__info p.fold-btn {
    text-align: center;
    text-indent: 0;
}


/************************* 详情页 *************************/

.course-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 30px 0 30px 16px;
    margin-bottom: 6px;
    background: #fff;
}

.course-mod--mt2 {
    margin-top: 6px;
    padding:20px 16px 0 16px;
}

.course-mod-per,
.course-mod-intro {
    padding-bottom:20px;
}

.course-mod__hd__tle {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: bold;
}

.course-mod-per-box {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    border: 1px solid #E6E6E6;
}

.course-mod-per-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 10px;
    flex-shrink: 0;
}

.course-mod-per-name {
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
}

.course-mod-per-title {
    font-size: 12px;
    font-weight: 500;
    color: #666;
}

.course-mod-per-intor {
    font-size: 12px;
    color: #999;
    padding-bottom: 10px;
}

.course-mod__info {
    margin-top: 20px;
}

.course-mod__info p {
    font-size: 12px;
    line-height: 20px;
    text-indent: 2em;
}


/*  end   详情页 */

.catalog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
}

.catalog-item--disabled {
    opacity: .4;
    pointer-events: none;
}

.catalog-item:not(:first-of-type) {
    position: relative;
}

.catalog-item:not(:first-of-type):after {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    height: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    border-top: 1px solid #f1f1f1;
    left: 15px;
    right: 15px;
    content: "";
}

.catalog-item__num {
    width: 3em;
    margin: 0 15px 0 0;
}

.catalog-item__field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.catalog-item__tle {
    line-height: 1.5;
}

.catalog-item__txt {
    font-size: 12px;
    color: #999;
}

.catalog-item__state {
    width: 60px;
    font-size: 0;
    text-align: center;
}

.catalog-item__state__txt {
    font-size: 12px;
    margin: 5px 0 0;
}

.catalog-item__state .mod-play-btn {
    width: 24px;
    height: 24px;
}

.catalog-item__state .mod-play-btn:after {
    border-width: 6px 0 6px 8px;
}

.course-evaluate .media-obj {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.course-evaluate .media-obj+.media-obj {
    margin: 20px 0 0;
}


/* 直播列表 */

.live-wrap {
    overflow: hidden;
}

.live-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6px;
    margin: 0 -6px -6px 0;
}

.live-item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 6px);
    flex: 0 1 calc(50% - 6px);
    margin: 0 6px 6px 0;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.live-item__main {
    position: relative;
    padding-top: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.live-item__main:after,
.live-item__main .media-obj {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.live-item__main:after {
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    content: "";
}

.live-item__main .media-obj {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 6px;
    color: #fff;
    background: none;
}

.live-item__main .media-obj__img {
    margin: 0 6px 0 0;
}

.live-item__main .media-obj__bd h4 {
    font-size: 12px;
}

.live-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}

.live-item__info {
    padding: 10px;
}

.live-item__info__txt {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.live-item__state {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    line-height: 18px;
    padding: 0 6px;
    font-size: 11px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
}

.live-item__state:before {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 4px 0 0;
    border-radius: 50%;
    background: #ff0000;
    content: "";
    vertical-align: middle;
}

/****************************** 分享列表页 *****************************/
.search-bar .goods-search {
    background: none;
    border: 1px solid #ccc;
}

.goods-box {
    padding-top: 15px;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.share-goods-class-box {
    flex-shrink: 0;
    height: calc(100vh - 44px - 44px);
    overflow: scroll;
    box-shadow: 0 0 3px #ccc;
    /* height: 100vh; */
}

    .share-goods-class-box::-webkit-scrollbar {
        display: none;
    }

.share-goods-class-list {
    box-shadow: 0 0 3px #ccc;
}

.share-goods-class-li {
    border-bottom: 1px solid #f4f4f4;
    width: 90px;
}

    .share-goods-class-li:last-child {
        border-bottom: none;
    }

    .share-goods-class-li span {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        font-size: 13px;
        line-height: 24px;
        text-align: center;
        padding: 16px 10px;
    }

.share-goods-class-active {
    background: #f4f4f4;
    border-left: 5px solid currentColor;
}

.share-goods-box {
    margin-left: 12px;
    flex-grow: 1;
    font-size: 12px;
    line-height: 18px;
    height: calc(100vh - 44px - 44px);
    overflow: scroll;
}

    .share-goods-box::-webkit-scrollbar {
        display: none;
    }

.share-goods-li {
    margin-top: 12px;
}

    .share-goods-li:first-child {
        margin-top: 0;
    }

.share-goods-item {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    padding-right: 17px;
    border-bottom: 1px solid #efefef;
}

.share-goods-item-left {
    width: 66px;
    height: 66px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #efefef;
}

.share-goods-item-right {
    flex-grow: 1;
    /* width: 40%; */
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 66px;
}

.share-goods-name {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.share-goods-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .share-goods-info span {
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
    }


.share-footer-box {
    position: fixed;
    border-top: 1px solid rgba(4, 0, 0, 0.2);
    width: 100vw;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share-footer-box-left {
    flex-grow: 1;
    padding-left: 16px;
}

    .share-footer-box-left span {
        padding: 0 5px;
    }

.share-footer-box-right {
    flex-shrink: 0;
    text-align: center;
    line-height: 44px;
    width: 130px;
    font-size: 16px;
}

.no-show {
    display: none;
}
/* end 分享列表页 */
/****************************** 分享商品页 *****************************/
.shareList-goods-list {
    margin-top: 16px;
}

.share-goods-box-1 {
    margin-left: 16px;
}

.shareList-goods-li {
    display: flex;
    align-items: center;
}

.shareList-goods-item {
    margin-left: 12px;
    flex-grow: 1;
}

.shareList-footer-box-right {
    width: auto;
    display: flex;
}

.share-btn {
    width: 120px;
}
/* end 分享商品页 */


/****************************** 商品详情页 *****************************/
.shop-content-box {
    padding: 12px 16px;
    background: #fff;
    margin-bottom: 6px;
    position: relative;
}

.shop-content-box1 {
    padding-top: 0;
}
/*
 * content-box-item 表示不同的flex布局方式
 * -1表示space-between分布（垂直方向居中）
 * -2表示start
 * -3表示space-between分布（垂直方向start）
 * -4表示start分布（垂直方向start）
 */
.content-box-item-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-box-item-2 {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.content-box-item-3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.content-box-item-4 {
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

.shop-content-box .content-box-item-3:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #F4F4F4;
}

.new-price {
    font-size: 20px;
}

.old-price {
    font-size: 12px;
}

.icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    flex-shrink: 0;
}

    .icon-box span {
        font-size: 12px;
        line-height: 12px;
    }

.size12 {
    font-size: 12px;
}
.size14 {
    font-size: 14px;
}

.size18 {
    font-size: 18px;
}
.size20 {
    font-size: 20px;
}

.size26 {
    font-size: 26px;
}

.content-shop-title {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    margin-top: 14px;
}

.content-shop-info {
    font-size: 12px;
    margin-top: 14px;
}

.content-shop-tag-box {
    padding: 1px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    position: relative;
    margin-top: 14px;
    margin-right: 30px;
}

.content-shop-tag {
    font-size: 10px;
    line-height: 17px;
    padding-right: 3px;
    border-radius: 3px;
    position: relative;
}

    .content-shop-tag strong {
        width: 17px;
        text-align: center;
        display: inline-block;
    }

.content-shop-tag-top, .content-shop-tag-bottom {
    position: absolute;
    top: -2.5px;
    left: 16px;
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-radius: 3px;
    border-color: transparent currentColor currentColor transparent;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari Opera and Chrome */
}

.content-shop-tag-bottom {
    top: 15.5px;
    border-color: currentColor transparent transparent currentColor;
}

.content-shop-virtue {
    font-size: 12px;
    line-height: 24px;
    padding: 0 6px;
    border: 1px solid currentColor;
    display: inline-block;
    border-radius: 12px;
    margin: 12px 10px 0 0;
    flex-shrink: 0;
}

.content-shop-share {
    font-size: 12px;
    line-height: 18px;
}

    .content-shop-share span {
        display: inline-block;
        font-size: 12px;
        line-height: 18px;
        border-radius: 9px;
        padding: 0 8px;
    }

.content-shop-share-com {
    margin-top: 10px;
}

.content-shop-share-update {
    position: relative;
    margin-top: 5px;
    background: url("../images/update.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(( 100vw - 30px ) * 0.154);
}

    .content-shop-share-update p {
        position: absolute;
        left: 20px;
        bottom: calc(( 100vw - 30px ) * 0.154 * 0.28);
    }

.content-shop-t, .content-shop-c, .content-shop-e {
    font-size: 13px;
    line-height: 24px;
    color: #000;
    padding-right: 16px;
    flex-shrink: 0;
}

.content-shop-c {
    flex-shrink: 1;
    flex-grow: 1;
    padding: 0;
}

.content-shop-e {
    padding-right: 0;
    padding-left: 16px;
}

.size11 {
    font-size: 11px;
}

.content-evaluate-box {
    padding: 18px 0 15px;
    border-bottom: 1px solid #f4f4f4;
}

    .content-evaluate-box:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

.content-evaluate-t, .content-evaluate-e {
    line-height: 24px;
    font-size: 12px;
}

.content-evaluate-t {
    font-size: 14px;
    color: #000;
}

.content-evaluate-user-img {
    height: 31px;
    height: 31px;
    margin-right: 10px;
    object-fit: fill;
    -o-object-fit: fill;
}

.content-evaluate-uesr {
    font-size: 12px;
    line-height: 12px;
}

.content-evaluate-date {
    font-size: 10px;
    line-height: 10px;
    padding-top: 6px;
}

.content-evaluate-c {
    padding-top: 7px;
    font-size: 14px;
    line-height: 18px;
}

.content-evaluate-img-box {
    padding-top: 13px;
}

.content-evaluate-img {
    flex-shrink: 0;
    width: calc((100vw - 32px - 40px) / 4);
    height: calc((100vw - 32px - 40px) / 4);
    object-fit: fill;
    -o-object-fit: fill;
    margin-right: 10px;
    margin-bottom: 10px;
}

.content-goods-t {
    font-size: 15px;
    line-height: 18px;
    padding-left: 7px;
    position: relative;
}

.content-goods-left-line {
    position: absolute;
    width: 3px;
    height: 12px;
    top: 3px;
    left: 0;
    border-radius: 1px;
}

.content-goods-box {
    padding-top: 16px;
}

.content-goods-param-mask {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.content-goods-param-dialog {
    position: fixed;
    bottom: 0;
    height: calc(100vh - 100vw);
    width: 100%;
    padding: 23px 0px 76px 16px;
    overflow-x: scroll;
    background: #fff;
    border-radius: 15px 15px 0 0;
}

.content-goods-param-title {
    font-size: 16px;
    padding-bottom: 7px;
    text-align: center;
}

.content-goods-param-item {
    padding: 15px 8px 15px 0;
    border-bottom: 1px solid #f4f4f4;
}

    .content-goods-param-item:last-of-type {
        border-bottom: 0;
        padding-bottom: 32px;
    }

.content-goods-param-item-left {
    padding-right: 30px;
    width: 58px;
    box-sizing: content-box;
    flex-shrink: 0;
    line-height: 18px;
}

.content-goods-param-item-right {
    line-height: 18px;
}

.content-goods-param-btn {
    margin-right: 16px;
    position: fixed;
    bottom: 32px;
    width: calc(100vw - 32px );
    height: 44px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
}

    .content-goods-param-btn::after {
        content: "";
        width: 100vw;
        height: 32px;
        display: inline-block;
        background-color: #fff;
    }

.content-ope-bottom-bar {
    position: fixed;
    bottom: 0;
    z-index: 2;
    height: 64px;
    width: 100vw;
    border-top: 1px solid #f4f4f4;
}

    .content-ope-bottom-bar .content-box-item-1 {
        height: 100%;
    }

.no-shrink {
    flex-shrink: 0;
}

.content-ope-bottom-btn-box {
    flex: 1 1 auto;
    padding: 0 16px 0 20px;
    flex-wrap: nowrap;
}

.content-ope-bottom-btn-1, .content-ope-bottom-btn-2 {
    flex: 1 1 auto;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    width: 50%;
    border-radius: 20px 0 0 20px;
    color: #fff;
}

.content-ope-bottom-btn-2 {
    border-radius: 0 20px 20px 0;
}

.shop-content-box .tle-box {
    padding: 4px 0 0 0;
    margin:0;
    position: relative;
}

.shop-content-box .tle-box img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

/*.shop-content-box .tle-box .tle-content {
    color: #040000;
    font-size: 16px;
    font-weight: 500;
}*/
.shop-content-box .tle-box .tle-content {color: #000000;font-size: 16px;font-weight: 500;flex:1;margin:0;}

.shop-content-box .jindian-box {position: relative;font-size: 12px;line-height: 22px;border-radius: 11px;padding: 0 15px 0 6px;margin:0; border:1px solid currentColor;}

.shop-content-box .jindian-box .iconfont-line{font-size:12px;margin-right:3px}

.shop-content-box .jindian-box:after {content: "";position: absolute;right: 6px;top: 8px;width: 5px;height: 5px;border: 1px solid;border-color: transparent currentColor currentColor transparent;transform: rotate(-45deg); -ms-transform: rotate(-45deg); /* IE 9 */ -moz-transform: rotate(-45deg); /* Firefox */ -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */-o-transform: rotate(-45deg);}

/*.shop-content-box .jindian-box {
    position: absolute;
    right: 0;
    font-size: 12px;
    line-height: 22px;
    border-radius: 11px;
    padding: 0 15px 0 21px;
}

.shop-content-box .jindian-box:before {
    content: "\e662";
    position: absolute;
    font-size: 12px;
    top: 0px;
    left: 6px;
}

.shop-content-box .jindian-box:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 8px;
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: transparent currentColor currentColor transparent;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);*/ /* IE 9 */
    /*-moz-transform: rotate(-45deg);*/ /* Firefox */
    /*-webkit-transform: rotate(-45deg);*/ /* Safari 和 Chrome */
    /*-o-transform: rotate(-45deg);
}*/

.shop-content-box .brife {
    margin-top: 13px;
    font-size: 12px;
    color: #999;
}
/* end  商品详情页  */

/********************** 商品评价页 **********************/
/* 在“商品详情页”的样式基础上使用 */
.shop-content-box-1 {
    margin-bottom: 0;
}

.content-evaluate-t-1 {
    padding-bottom: 16px;
    border-bottom: 1px solid #f4f4f4;
    color: #333;
}

.content-evaluate-box-1 {
    padding: 18px 0 15px;
}

.content-evaluate-replay {
    font-size: 12px;
    line-height: 18px;
    padding: 12px;
    background: #f6f6f6;
    margin-top: 10px;
    border-radius: 4px;
    position: relative;
}

    .content-evaluate-replay::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid;
        border-color: transparent transparent #f6f6f6;
        top: -10px;
        left: 20px;
    }
/* end  商品评价页  */

/*********************************** 2020-8-12 扫码管理系统***********************************/
.scan-search-bar {
    padding-top: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scan-search-bar .search {
    padding: 0 0 0 30px;
    width: 100%;
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    border: 0;
    border-radius: 5px;
    flex: 1 0 auto;
}

.scan-search-bar .search-icon {
    position: absolute;
    font-size: 12px;
    line-height: 1;
    top: 20px;
    left: 9px;
}

.scan-search-bar button {
    border: 0;
    background: none;
    color: #333;
    font-size: 12px;
    flex-shrink: 0;
}

.scan-search-bar-trans {
    margin-top: -10px;
    color: #fff;
}

.scan-search-bar-trans .search {
    background-color: transparent;
    border: 1px solid #fff;
}

.scan-search-bar-trans .search::-webkit-input-placeholder {
    color: #fff;
}

.scan-search-bar-trans .search:-moz-placeholder {
    color: #fff;
}

.scan-search-bar-trans .search::-moz-placeholder {
    color: #fff;
}

.scan-search-bar-trans .search:-ms-input-placeholder {
    color: #fff;
}

.scan-search-bar-trans button {
    color: #fff;
}

.scan-head-bg {
    width: 100%;
    height: 100%;
}

.scan-head-content {
    width: 100%;
    top: 0;
}

.scan-head-content p,
.scan-head-content i {
    line-height: 1;
}

.scan-head-content p span {
    display: inline-block;
    line-height: 20px;
}

.scan-center-box {
    margin-top: -50px;
    border-radius: 6px;
    overflow: hidden;
    flex-wrap: wrap;
}

.scan-center-item {
    flex-shrink: 0;
    flex-grow: 0;
    width: 33%;
}

.scan-icon-box {
    margin: 0 auto;
    width: 44px;
    height: 44px;
}

.scan-icon-box-1 {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 6px;
    overflow: hidden;
}

.scan-icon-bg {
    width: 100%;
    height: 100%;
    opacity: 0.15;
    border-radius: 6px;
    top: 0;
    left: 0;
}

/* 筛选栏 */
.scan-filter-item {
    padding-bottom: 10px;
}

.scan-filter-item:last-child {
    padding-bottom: 0;
}

.scan-filter-item span {
    display: inline-block;
    width: 80px;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines; /*这行必加，bai兼容ie浏览器*/
    flex-grow: 0;
    flex-shrink: 0;
}

.scan-filter-item span.width70 {
    width: 70px;
}

.scan-filter-item input {
    flex-grow: 1;
    border: none;
    background: #f2f3f6;
    line-height: 40px;
    z-index: 1;
    width: 100%;
}

.scan-filter-item .remark-info {
    background-color: #f4f4f4;
    flex-grow: 1;
    border-radius: 2px;
}

.scan-filter-item .f-text {
    background: #f2f3f6;
    line-height: 40px;
    height: 40px;
    border: none;
    padding: 0;
}

/* 清除下拉框默认样式 */
.scan-filter-item select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.scan-filter-item select::-ms-expand {
    display: none;
}

.arrow::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    z-index: 100;
    top: 16px;
    right: 10px;
    border: 1px solid;
    border-color: transparent currentColor currentColor transparent;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -moz-transform: rotate(-45deg); /* Firefox */
    -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
}

/* 商品列表 */
.scan-list-box {
    margin-top: -10px;
    background-color: #f1f1f1;
}

.scan-goods-item {
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}

.scan-goods-item:last-child {
    margin-bottom: 0;
}

.img-box {
    width: 62px;
    height: 62px;
    margin-right: 8px;
    border-radius: 3px;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.img-box p {
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.scan-goods-title,
.scan-goods-number {
    height: 62px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.scan-goods-title {
    flex: 1;
}

.scan-goods-title-1 p {
    line-height: 1;
}

.scan-goods-title-1 p:first-child {
    line-height: 1.2;
}

.scan-goods-number {
    flex-shrink: 0;
    flex-grow: 0;
}

.stepper1 {
    width: 85px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
}

.stepper1 .stepper-minus,
.stepper1 .stepper-plus {
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 100%;
    /* margin: 1px; */
    background-color: #e5e5e5;
}

.stepper1 .stepper-num {
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.text-underline {
    text-decoration: underline;
}

.scan-goods-close {
    top: 0;
    right: 0;
    width: 20px;
    height: 15px;
    border-radius: 0 4px;
    background-color: #e5e5e5;
}

.scan-goods-close:after,
.cal-number:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 8px;
    border: 1px solid #999;
    top: 7px;
    left: 5px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -moz-transform: rotate(-45deg); /* Firefox */
    -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
}

.scan-goods-close:before,
.cal-number:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 8px;
    border: 1px solid #999;
    top: 7px;
    left: 5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
}

.cal-number:after,
.cal-number:before {
    top: 11px;
    left: -12px;
    border: 1px solid currentColor;
}

/* 添加商品按钮 */
.scan-add-goods,
.scan-confirm,
.scan-save {
    margin: 16px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    border: 1px dashed #ccc;
}

.scan-confirm {
    border: 0;
}

.scan-save {
    border: 1px solid;
    margin-top: 60px;
}

.scan-search-btn {
    right: 0;
    bottom: 7px;
    padding: 0 10px;
}

/* 添加商品页 */
.scan-add-goods-box {
    margin-top: 15px;
    background-color: #fff;
}

/* 选择页 */
.scan-chose-list {
    height: calc(100vh - 44px - 52px);
    overflow: scroll;
}

.scan-chose-item {
    padding: 16px 12px;
    line-height: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.scan-chose-item-right {
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.scan-chose-item-right .name {
    color: #000;
    font-weight: 700;
}
/* .scan-chose-item-right .name span {
padding-top: 2px;
padding-bottom: 2px;
} */

/* 选择客户 */
.scan-level {
    margin-left: 5px;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 10px 4px 10px 4px;
}

/* 选择列表 */
.img-box-1 {
    width: 44px;
    height: 44px;
    margin-right: 8px;
    border-radius: 100%;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
}

.img-box-1 img {
    width: 100%;
    height: 100%;
}

/* 扫码 */
.scan-series-input-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scan-series-input-box .left-item {
    flex-grow: 0;
    flex-shrink: 0;
    height: 44px;
    margin-right: 6px;
    text-align: center;
    font-size: 12px;
    flex-direction: column;
}

.scan-series-input-box .left-item .iconfont-scan {
    font-size: 12px;
}

.scan-series-input-box .right-item {
    overflow: hidden;
}

.scan-series-input-box .right-item input {
    border: none;
    height: 44px;
    line-height: 44px;
    width: 100%;
    padding: 0 40px 0 10px;
}

.scan-series-input-box .right-item i {
    z-index: 2;
    right: 10px;
    top: 11px;
}

.scan-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    font-weight: bold;
}

/* 已扫序列号列表 */
.scan-series-list {
    justify-content: space-between;
    flex-wrap: wrap;
}

.scan-series-item {
    width: 49%;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 13px 10px;
}

.scan-series-item p {
    width: 100%;
    font-size: 13px;
    /* overflow: hidden; */
}

.scan-series-item .scan-goods-close {
    background: none;
}

/* 入库商品明细 */
.scan-title {
    padding: 13px 10px;
    border-bottom: 1px solid #e5e5e5;
    justify-content: space-between;
}

.block {
    border-left: 1px solid;
    border-right: 1px solid;
}

/* 选择客户筛选 */
.scan-filter-box {
    justify-content: space-between;
    margin: 15px 0 13px;
}

.scan-filter-left span {
    display: inline-block;
    padding: 1px 8px;
    border: 1px solid;
    border-radius: 11px;
    margin-right: 10px;
}

.scan-filter-right {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 1px 8px;
    border-radius: 2px;
}

.scan-filter-right span {
    display: inline-block;
    line-height: 20px;
}

.scan-filter-left .iconfont-scan,
.scan-filter-right .iconfont-scan {
    padding-left: 5px;
    display: inline-block;
    line-height: 1;
}

.scan-filter-page {
    width: 100%;
    height: calc(100vh - 44px - 42px - 50px);
    top: 136px;
    background-color: rgba(0, 0, 0, 0.5);
}

.scan-filter-tab-list {
    flex-wrap: wrap;
    width: 100%;
}

.scan-filter-tab-item,
.scan-filter-tab-item-1 {
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc((100% - 20px) / 3);
    text-align: center;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    background-color: #f9f9f9;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.scan-filter-tab-item-active {
    border: 1px solid;
}

.scan-filter-tab-item:nth-child(3n),
.scan-filter-tab-item-1:nth-child(3n) {
    margin-right: 0;
}

.scan-btn-box {
    margin-top: 45px;
}

.scan-btn-box button {
    width: 50%;
    border: none;
    height: 50px;
    line-height: 50px;
}

.scan-scan-box {
    flex-grow: 1;
    position: relative;
}

.scan-scan-box i {
    z-index: 2;
    right: 10px;
    top: 10px;
}

.scan-radio-box {
    padding: 7px 0 0 7px;
    max-height: 42px;
}

.scan-radio {
    height: 12px;
    width: 12px;
    border-radius: 2px;
    border: 1px solid #666;
    margin: 0 auto 5px;
}

.scan-radio-active {
    border: none;
    color: #fff;
}

.scan-radio-active::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 3px;
    width: 3px;
    height: 7px;
    border: 1px solid;
    border-color: transparent #fff #fff transparent;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
}

.scan-package-box,
.scan-tab {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.scan-package-box::-webkit-scrollbar,
.scan-tab::-webkit-scrollbar {
    display: none;
}

.scan-tab-item {
    font-size: 12px;
    margin-right: 30px;
    flex-grow: 0;
    flex-shrink: 0;
    opacity: 0.5;
}

.scan-tab-item:last-child {
    margin-right: 0;
}

.scan-tab-item-active {
    opacity: 1;
    border-bottom: 1px solid #fff;
}

.scan-package {
    flex-grow: 0;
    flex-shrink: 0;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    min-width: 70px;
    text-align: center;
    margin-right: 10px;
    border-radius: 15px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scan-package:last-child {
    margin-right: 0;
}

.scan-package-active {
    border: none;
}

.scan-package i {
    font-size: 14px;
    line-height: 1;
}

.scan-package-gray {
    border: none;
    background-color: #f2f3f6;
}

.scan-tab-1 {
    margin-top: 5px;
}

.scan-tab-1-item {
    flex-grow: 1;
    white-space: nowrap;
}

.scan-tab-1-item span {
    display: inline-block;
    font-size: 12px;
    line-height: 21px;
    padding: 0 10px;
    border-radius: 12px;
    margin-right: 10px;
}
@media screen and (max-width: 320px) {
    .scan-tab-1-item span {
        padding: 0 4px;
        margin-right: 4px;
    }
}

.scan-tab-1-item span:last-child {
    margin-right: 0;
}

.scan-tab-2 {
    width: 100%;
    padding: 0 60px;
    justify-content: space-between;
    align-items: center;
}

.scan-tab-2 .scan-tab-item-active {
    font-size: 16px;
    padding: 0 5px;
}

.scan-date-sel {
    font-size: 12px;
    line-height: 25px;
    padding: 0 20px 0 10px;
    border-radius: 13px;
    background-color: #ebebeb;
    flex-shrink: 0;
    flex-grow: 0;
}

.scan-date-sel .f-text {
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    border: none;
    text-align: center;
    background-color: #ebebeb;
    width: auto;
    padding: 0;
    width: 80px;
    display: inline-block;
}

.scan-date-sel::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: transparent currentColor currentColor transparent;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    right: 8px;
    top: 7px;
}

.scan-date-sel-active::after {
    border-color: currentColor transparent transparent currentColor;
    top: 10px;
}

.scan-btn-box-1 {
    justify-content: space-between;
    font-size: 12px;
}

.scan-btn-box-1 span {
    flex-shrink: 0;
    flex-grow: 0;
}

.scan-input-box-1 {
    flex: 1;
    padding-left: 15px;
}

.scan-input-box-1 input {
    flex-grow: 1;
    border: none;
    line-height: 40px;
    padding: 0 10px;
    background-color: #f6f6f6;
    border-radius: 20px;
}
/* .scan-input-box-1 button {
flex-grow: 0;
flex-shrink: 0;
padding: 0 20px;
line-height: 40px;
border-radius: 0 20px 20px 0;
border: none;
} */
.scan-total-box {
    justify-content: space-between;
}

.scan-total-item {
    width: calc(50% - 5px);
}

.scan-total-item span {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 14px 0 5px;
    letter-spacing: 1px;
    border-radius: 5px 0 15px 0;
}

.scan-total-item-flex {
    padding: 5px 0;
    justify-content: space-around;
}

.scan-total-item-flex div {
    text-align: center;
}
/* .scan-total-item-flex div p:first-child {
font-weight: bold;
} */
.scan-series-list-1 {
    padding-bottom: 4px;
    font-size: 13px;
}

.scan-item-1 {
    width: 15%;
    line-height: 36px;
    text-align: center;
}

.scan-item-2 {
    width: 40%;
    line-height: 36px;
    flex-shrink: 0;
    flex-grow: 0;
}

.scan-item-3 {
    width: 45%;
    line-height: 36px;
}

.scan-item-3-1 {
    text-align: center;
    background-color: #f6f6f6;
    line-height: 36px;
    margin-bottom: 6px;
}

.scan-item-2 .scan-goods-close {
    background-color: #e5e5e5;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    right: auto;
    top: auto;
    display: inline-block;
}

.scan-item-2 .scan-goods-close:after,
.scan-item-2 .scan-goods-close::before {
    border-color: #fff;
    top: 5px;
    left: 1px;
}

.scan-item-3-1 .scan-goods-close {
    background-color: transparent;
}

/* 库存管理-出入库记录 */
.scan-record-item {
    padding: 16px 12px;
    overflow: hidden;
}

.scan-record-item:not(:last-child):after {
    content: "";
    position: absolute;
    width: calc(100% - 54px);
    height: 1px;
    background-color: #e6e6e6;
    bottom: 0;
    right: 0;
}

.scan-record-item-1:not(:last-child):after {
    width: calc(100% - 25px);
}

.arrow-box {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-left: 3px;
    color: #ccc;
    border: 1px solid;
    border-color: transparent currentColor currentColor transparent;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -moz-transform: rotate(-45deg); /* Firefox */
    -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
}

.scan-record-info .scan-filter-list {
    border-bottom: 1px dashed #ccc;
}

.scan-number {
    height: 53px;
    width: 53px;
    border-radius: 100%;
    margin-left: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    flex-direction: column;
}

.scan-number p {
    font-size: 10px;
}

.scan-number p:first-child {
    font-size: 16px;
}

.scan-cicle:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    bottom: 78px;
    left: -4px;
    border-radius: 100%;
    background-color: currentColor;
}

.scan-cicle:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    bottom: 78px;
    right: -4px;
    border-radius: 100%;
    background-color: currentColor;
}

/* 库存管理-商品出入库统计 */
.scan-total-box-1 {
    flex-direction: column;
}

.scan-total-box-1 .scan-date-sel {
    display: inline-block;
    background-color: #fff;
    line-height: 34px;
    border-radius: 17px;
    padding: 0 30px 0 17px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.14);
    margin-top: -17px;
}

.scan-total-box-1 .scan-date-sel input {
    height: 100%;
    line-height: 34px;
    background: #fff;
}

.scan-total-box-1 .scan-date-sel::after {
    top: 12px;
    right: 17px;
}

.scan-total-box-1 .scan-date-sel-active::after {
    top: 17px;
    right: 17px;
}

.scan-select-box .scan-date-sel {
    background-color: #fff;
    line-height: 44px;
    margin: 10px 10px 0;
    border-radius: 6px;
}

.scan-select-box .scan-date-sel::after {
    top: 15px;
    right: 17px;
}

.scan-select-box .scan-date-sel-active::after {
    top: 20px;
    right: 17px;
}

.scan-total-box-2 {
    width: calc((100% - 45px) / 2);
    text-align: center;
    border: 1px solid currentColor;
    overflow: hidden;
}

.scan-total-item-2 {
    /* line-height: 25px; */
    height: 25px;
    margin: 0 20px;
    /* border: 1px solid currentColor; */
    /* border-left: none;
border-right: none; */
    border: none;
    /* border-radius: 0 0 20px 20px; */
    position: relative;
}

.scan-total-item-2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid currentColor;
    border-top: none;
    background: #fff;
    z-index: 0;
    transform: perspective(30px) rotateX(-10deg);
    -ms-transform: perspective(30px) rotateX(-10deg);
    -moz-transform: perspective(30px) rotateX(-10deg);
    -webkit-transform: perspective(30px) rotateX(-10deg);
    -o-transform: perspective(30px) rotateX(-10deg);
    border-radius: 0 0 10px 10px;
}

.scan-total-item-2 i,
.scan-total-item-2 p {
    z-index: 2;
}

.scan-left-dot {
    padding-left: 13px;
}

.scan-left-dot:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: currentColor;
    top: 6px;
    left: 0;
}

.scan-cicle-1 {
    border-bottom: 1px dashed #999;
}

.scan-cicle-1:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    bottom: -4px;
    left: -4px;
    border-radius: 100%;
    background-color: #f1f1f1;
}

.scan-cicle-1:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    bottom: -4px;
    right: -4px;
    border-radius: 100%;
    background-color: #f1f1f1;
}

.scan-integral {
    display: inline-block;
    line-height: 30px;
    padding: 0 30px;
    border: 1px solid currentColor;
    border-radius: 16px;
}

.scan-detail-title p {
    padding-right: 15px;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines; /*这行必加，bai兼容ie浏览器*/
}

@media screen and (max-width: 320px) {
    .scan-bottom-logo {
        display: none;
    }
}

.scan-bottom-logo {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 20px;
}

.scan-bottom-logo div {
    width: 70px;
    margin: 0 auto;
}

.scan-bottom-logo div img {
    width: 100%;
    height: 100%;
}
/* 设置 */
.scan-setting-item {
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
    line-height: 50px;
}

.scan-setting-item:last-child {
    border-bottom: none;
}

.scan-switch {
    width: 44px;
    height: 27px;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
}

.scan-switch-btn {
    margin-top: 1px;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    box-shadow: 1px 0 5px 1px #e5e5e5;
}

.scan-switch-active {
    border: 1px solid currentColor;
    background-color: currentColor;
}

.scan-switch-active .scan-switch-btn {
    float: right;
    background-color: #fff;
    box-shadow: none;
}
/* 单选框样式重定义 */
.scan-setting-item label {
    margin-left: 14px;
}

.scan-setting-item label:first-child {
    margin-left: 0;
}

.scan-radio-type {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline-style: none;
    position: relative;
    margin-right: 4px;
    border: none;
    height: 14px;
    width: 14px;
}

@media screen and (max-width: 320px) {
    .scan-setting-item label {
        margin-left: 6px;
        font-size: 12px;
    }

    .scan-radio-type {
        margin-right: 3px;
    }
}

.scan-radio-type:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #cbcbcb;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.scan-radio-type:checked:before {
    border: 1px solid currentColor;
}

.scan-radio-type:checked:after {
    content: "";
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
}

/* 撤销扫码 */
.scan-cancle-box {
    height: 40px;
    border-radius: 20px;
    border: 1px solid currentColor;
}

.scan-cancle-btn {
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
}
/* 登录 */
.scan-login-bg {
    width: 70px;
    height: 20px;
    margin: 60px auto 0px;
}

.scan-login-title {
    font-size: 28px;
    letter-spacing: 2px;
}

.scan-login-box {
    margin: 10px 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
}

.scan-login-input {
    width: 100%;
    border: none;
    font-size: 16px;
    line-height: 16px;
    border-bottom: 1px solid #d3dfef;
}

.scan-login-icon {
    font-size: 20px;
    line-height: 20px;
    bottom: 15px;
    right: 8px;
    color: #d4dce2;
}

.scan-login-btn {
    margin: 40px 0 30px 0;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    background-image: linear-gradient(to right, #84c431, #b5db74);
}

/*********************************** 2020-8-12 扫码管理系统end ***********************************/

/************** 店铺设置 **************/
.setting-bg-box {
    height: 131px;
    width: 100%;
    z-index: -1;
    border-radius: 0 0 5% 5%;
    top:-10px;
}

.setting-briefIntro {
    border-top: 1px dashed #ccc;
}

.setting-briefIntro p {
    flex-shrink: 0;
    flex-grow: 0;
    width: 60px;
    margin-right: 10px;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines;
}

.setting-briefIntro textarea {
    flex-grow: 1;
    border: none;
    background-color: #f8f8f8;
}

.setting-item {
    padding: 16px 0;
    border-bottom: 1px solid #ececec;
}

.setting-item:last-child {
    border-bottom: none;
}

.setting-item > p {
    width: 120px;
    padding: 0 40px 0 20px;
    text-align: center;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines; /*这行必加，bai兼容ie浏览器*/
    flex-shrink: 0;
    flex-grow: 0;
}

.setting-input-box {
    flex-grow: 1;
    height: 100%;
}

.setting-input-box input {
    border: none;
    flex-grow: 1;
}

.setting-addImg-box,
.setting-img-box {
    width: 60px;
    height: 60px;
    background-color: #efefef;
    margin-right: 10px;
}

.setting-addImg-box:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 32px;
    background-color: #ccc;
    top: 29px;
    left: 14px;
}

.setting-addImg-box:after {
    content: "";
    position: absolute;
    height: 32px;
    width: 2px;
    background-color: #ccc;
    top: 14px;
    left: 29px;
}

.setting-img-box img {
    width: 100%;
    height: 100%;
}

.setting-img-delete {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #000;
    top: -6px;
    right: -6px;
}

.setting-img-delete:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 5px;
    left: 3px;
}

.setting-img-delete:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 5px;
    left: 3px;
}

/***********************  个人中心页（不是代理主控台）  ***********************************/
/* 公用样式 */
.mod-statis-box {
    width: 100%;
}

.mod-statis-box p {
    margin: 0;
}

.mod-statis-bg {
    width: 100%;
    height: 155px;
}

.mod-statis-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mod-statis-content {
    padding-bottom: 10px;
    color: #fff;
}

.mod-statis-Info-box {
    padding: 26px 16px;
    position: relative;
    z-index: 1;
}

.mod-statis-Info-box .mod-statis-setting {
    top: 16px;
    right: 16px;
    line-height: 1;
}

/*******  start头像框 ********/
.mod-statis-img-box {
    height: 66px;
    width: 66px;
    margin-right: 7px;
    margin-left: 12px;
    flex-grow: 0;
    flex-shrink: 0;
}

.mod-statis-img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
}

.mod-statis-grade-1 {
    bottom: 0;
    left: 6px;
    display: none;
    /*color: #fff;*/
}

.mod-statis-grade-1 p {
    margin: 0;
    font-size: 10px;
    width: 54px;
    text-align: center;
    border-radius: 1px;
    background-color: #ffbb51;
    box-shadow: 0px 0px 1px #ffbb51;
}

.mod-statis-left,
.mod-statis-right {
    height: 0px;
    width: 0px;
    z-index: -1;
    bottom: -4px;
}

.mod-statis-left {
    left: -5px;
    border-left: 3px solid transparent;
    border-top: 7px solid #f6a930;
    border-bottom: 7px solid #f6a930;
    border-right: 7px solid #f6a930;
}

.mod-statis-right {
    right: -5px;
    border-right: 3px solid transparent;
    border-top: 7px solid #f6a930;
    border-bottom: 7px solid #f6a930;
    border-left: 7px solid #f6a930;
}
/*******  end头像框 ********/

/*******  start个人信息 ********/
.mod-statis-Info {
    height: 66px;
    flex-direction: column;
    justify-content: space-between;
    font-size: 12px;
    line-height: 1;
}

.mod-statis-Info-item-1 {
    padding-top: 4px;
}

.mod-statis-name-name {
    font-size: 16px;
}

.mod-statis-grade-2 {
    display: none;
    font-size: 10px;
    margin-left: 7px;
    line-height: 16px;
    padding: 0 4px;
    border-radius: 12.5px 2px 4px 1px;
}

.mod-statis-Info-item-2 {
    padding-top: 4px;
}

.mod-statis-Info-item-3 {
    margin-top: 10px;
}

.mod-statis-superiors {
    margin-right: 15px;
}
/*******  send个人信息 ********/

/*******  start数据统计栏 ********/
.mod-statis__total {
    background-color: #fff;
    color: #333;
    margin: 0 16px;
    border-radius: 6px;
    position: relative;
    flex-wrap: wrap;
}

.mod-statis__total__item {
    width: 33.33%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15px 0;
}

.mod-statis__total__item p {
    text-align: center;
    font-size: 14px;
}

.mod-statis__total__item p:first-child {
    font-size: 18px;
    font-weight: bold;
}
/*******  end数据统计栏 ********/
/*******  start邀请代理栏 ********/
.mod-daili-img-box {
    height: 60px;
    width: 72px;
    padding: 7px 10px 3px 8px;
}

.mod-daili-text {
    flex: 1;
}

.mod-daili-btn {
    padding: 0 15px;
    line-height: 28px;
    border-radius: 14px;
    font-size: 12px;
    margin-right: 10px;
}
/*******  end邀请代理栏 ********/

.mod-statis__total-shadow-box {
    display: none;
}

/*******  start风格1 ********/
.mod-statis-style-1 .mod-statis-grade-2 {
    display: inline-block;
}
/*******  end风格1 ********/



/************************ 2020 财富管理 ************************/
.wealth-content {
    margin: 0 12px;
}

.wealth-bg-box-1 {
    width: 100%;
    height: 240px;
    z-index: -1;
    background-image: linear-gradient(currentColor 80%, #f1f1f1 100%);
}

.wealth-bg-box-2 {
    height: 70px;
    width: 100%;
    z-index: -1;
    border-radius: 0 0 10% 10%;
}

.wealth-bg-box-3 {
    height: 180px;
    width: 100%;
    z-index: -1;
}

.wealth-head {
    margin: 21px 8px 0;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 21px 21px 10px;
}

.wealth-btn-1 {
    padding: 0 20px;
    line-height: 28px;
    border-radius: 14px;
    bottom: 15px;
    right: 10px;
    z-index: 1;
}

.wealth-head-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-balance.png) no-repeat;
    background-size: 100%;
}

.wealth-head-bg img {
    width: 100%;
    height: 100%;
}

.wealth-func-item {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e5e5e5;
}

.wealth-func-item:last-child {
    border-bottom: none;
}

.wealth-func-item-text {
    padding-left: 25px;
}

/* 我的余额页面-功能列表图标 */
.wealth-recharge-record {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-recharge-record.png) 0 15px no-repeat;
    background-size: 18px;
}

.wealth-deposits {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-deposits.png) 0 15px no-repeat;
    background-size: 18px;
}

.wealth-integral-detail {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-integral-detail.png) 0 15px no-repeat;
    background-size: 18px;
}

.wealth-rebates-detail {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-rebates-detail.png) 0 15px no-repeat;
    background-size: 18px;
}

.wealth-recharge-detail {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-recharge-detail.png) 0 15px no-repeat;
    background-size: 18px;
}

.wealth-contribute-detail {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-contribute-detail.png) 0 15px no-repeat;
    background-size: 18px;
}

.wealth-coin-detail {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-coin-detail.png) 0 15px no-repeat;
    background-size: 18px;
}

.wealth-red-packet-record {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-red-packet-record.png) 0 15px no-repeat;
    background-size: 18px;
}

.wealth-tranfser-record {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-tranfser-record.png) 0 15px no-repeat;
    background-size: 18px;
}

.wealth-wirhdraw-record {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-wirhdraw-record.png) 0 15px no-repeat;
    background-size: 18px;
}

/* 提现记录列表 支付方式图标 */
.wealth-unionpay {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/unionpay.png) 0 6px no-repeat;
    background-size: 36px;
}

.wealth-wechat {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/pay-icon-spri.png) 0 2px no-repeat;
    background-size: 36px;
}

.wealth-alipay {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/pay-icon-spri.png) 0 -37px no-repeat;
    background-size: 36px;
}

/* 提现申请 支付方式图标 */
.wealth-unionpay-1 {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/unionpay.png) 0 2px no-repeat;
    background-size: 18px;
}

.wealth-wechat-1 {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/pay-icon-spri.png) 0 1px no-repeat;
    background-size: 16px;
}

.wealth-alipay-1 {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/pay-icon-spri.png) 0 -16.2px no-repeat;
    background-size: 16px;
}

/* 充值 支付方式图标 */
.wealth-unionpay-2 {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/unionpay.png) 0 2px no-repeat;
    background-size: 21px;
}

.wealth-wechat-2 {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/pay-icon-spri.png) 0 0px no-repeat;
    background-size: 20px;
}

.wealth-alipay-2 {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/pay-icon-spri.png) 0 -20.5px no-repeat;
    background-size: 20px;
}

.wealth-record-item-detail {
    padding-left: 42px;
    height: 38px;
}

.wealth-wirhdraw-input-box {
    border-bottom: 1px solid #e6e6e6;
}

.wealth-wirhdraw-input {
    border: none;
    font-size: 24px;
    width: 70%;
    padding-left: 20px;
    flex: 1;
}
.wealth-wirhdraw-input::-webkit-input-placeholder {
    color:#ccc;
}
.wealth-wirhdraw-input-symbol::after {
    content: "￥";
    position: absolute;
    font-size: 22px;
    top: 3px;
    left: -3px;
    z-index: 2;
}

.wealth-wirhdraw-input-box button {
    border: none;
    background: transparent;
    flex-grow: 0;
    flex-shrink: 0;
}

.wealth-btn-lg {
    height: 44px;
    line-height: 44px;
    margin-top: 44px;
}

/* 提现详情 */
.wealth-detail-title {
    width: 80px;
    flex-grow: 0;
    flex-shrink: 0;
    line-height: 2.5;
}

.wealth-detail-img-box {
    padding: 16px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 16px 0;
}

.wealth-detail-img {
    width:100%;
    height:100%;
}

.wealth-detail-img img {
    width: 100%;
    height: 100%;
}

/* 转账 */
.wealth-transfer-item-img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 6px;
    overflow: hidden;
}

.wealth-transfer-item-img img,
.wealth-transfer-detail-img img {
    width: 100%;
    height: 100%;
}

.wealth-transfer-detail-img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 5px;
}

.wealth-transfer-input-box-bb {
    border-bottom: 1px solid #e6e6e6;
}

.wealth-transfer-btn {
    font-size:13px;
    line-height:22px;
    border:1px solid currentColor;
    border-radius:11px;
}
.wealth-transfer-input {
    border: none;
    padding-left: 20px;
    flex: 1;
    line-height:22px;
}

.wealth-transfer-input-1 {
    border: none;
    width: 100%;
    font-size: 18px;
    padding: 15px 0 ;
}
.wealth-transfer-input::-webkit-input-placeholder, .wealth-transfer-input-1::-webkit-input-placeholder {
    color: #ccc;
}
.wealth-transfer-user-box {
    border:1px solid currentColor;
    border-radius:4px;
}
.wealth-transfer-user-img {
    width: 44px;
    height: 44px;
    margin: 0 12px;
    border-radius: 100%;
    overflow: hidden;
}
.wealth-transfer-user-img img{
    widthL100%;
    height:100%;
}
.wealth-textarea {
    width: 100%;
    border: none;
    background: #f5f5f5;
    padding: 10px 20px;
}

/* 充值 */
.wealth-record-item {
    padding: 16px 12px;
    overflow: hidden;
}

.wealth-record-item:not(:last-child):after {
    content: "";
    position: absolute;
    width: calc(100% - 12px);
    height: 1px;
    background-color: #e6e6e6;
    bottom: 0;
    right: 0;
}

.wealth-charge-img {
    width: 106px;
    height: 86px;
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-charge-detail-1.png) no-repeat;
    background-size: 106px;
}

@media screen and (max-width: 320px) {
    .wealth-charge-img {
        width: 86px;
        height: 70px;
        background-size: 86px;
    }
}

.wealth-charge-banner {
    padding: 20px 0;
    width: 100%;
    height: 34%;
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-charge-banner.png) no-repeat;
    background-size: 100%;
}

.wealth-charge-list {
    flex-wrap: wrap;
}

.wealth-charge-item {
    border: 1px solid currentColor;
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 0;
}

.wealth-charge-item:nth-child(3n) {
    margin-right: 0;
}

.wealth-charge-item p {
    line-height: 1.2;
}

.wealth-charge-input {
    background: #f5f5f5;
}

.wealth-charge-input input {
    background: #f5f5f5;
    border: none;
}

/* 返点 */
.wealth-rebates-img {
    width: 106px;
    height: 86px;
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-rebates-detail-1.png) no-repeat;
    background-size: 106px;
}

@media screen and (max-width: 320px) {
    .wealth-rebates-img {
        width: 86px;
        height: 70px;
        background-size: 86px;
    }
}
/* 活力值 */
.wealth-contribute-img {
    width: 106px;
    height: 96px;
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-contribute-detail-1.png) no-repeat;
    background-size: 106px;
}

@media screen and (max-width: 320px) {
    .wealth-contribute-img {
        width: 86px;
        height: 78px;
        background-size: 86px;
    }
}

/* 积分 */
.wealth-integral-img {
    width: 105px;
    height: 100px;
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-integral-detail-1.png) no-repeat;
    background-size: 106px;
}

@media screen and (max-width: 320px) {
    .wealth-integral-img {
        width: 86px;
        height: 82px;
        background-size: 86px;
    }
}

/* 报单币 */
.wealth-coin-img {
    width: 105px;
    height: 100px;
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-coin-detail-1.png) no-repeat;
    background-size: 106px;
}

@media screen and (max-width: 320px) {
    .wealth-coin-img {
        width: 86px;
        height: 82px;
        background-size: 86px;
    }
}
/* 优惠券 */
.wealth-coupon-active {
    border-bottom: 1px solid currentColor;
}

.wealth-gift-state {
    position: relative;
}

.wealth-gift-state::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 12px;
    opacity: 0.2;
    top: 0;
    left: 0;
}

/* 优惠券列表 */
.wealth-coupon-item-box {
    height: 100%;
    position: relative;
    height: 90px;
    overflow: hidden;
}

.wealth-coupon-left {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    padding: 0 25px;
}

@media screen and (max-width: 320px) {
    .wealth-coupon-left {
        padding: 0 15px;
    }
}

.wealth-coupon-left::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    left: 0;
    top: 0;
    background: currentColor;
    border-right: 1px dotted #fff;
}

.wealth-coupon-left .wealth-number:before {
    content: "￥";
    position: absolute;
    font-size: 16px;
    top: 6px;
    left: -6px;
}

.wealth-coupon-right {
    border-left: 1px dashed #e6e6e6;
    position: relative;
}

.wealth-coupon-right::before,
.wealth-coupon-right::after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #f1f1f1;
    bottom: -6px;
    left: -6.5px;
}

.wealth-coupon-right::after {
    top: -6px;
}

.wealth-coupon-state {
    width: 65px;
    height: 52px;
    position: absolute;
    top: 0;
    right: 13px;
}

.wealth-gift {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-gift.png) no-repeat;
    background-size: 65px;
}

.wealth-overdue {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-overdue.png) no-repeat;
    background-size: 65px;
}

.wealth-used {
    background: url(/Areas/Mobile/AngularTemplate/Resource/Images/wealth-used.png) no-repeat;
    background-size: 65px;
}


/* 新版附近门店列表/门店详情 */
.shoplist-area-box {
    display: inline-block;
    padding: 0 7px;
    border-radius: 3px;
    background: #f5f5f5;
    flex-shrink: 0;
}

.shoplist-area-box span {
    display: inline-block;
}

.shoplist-area-box .sort-txt {
    max-width: 47px !important;
}

.shoplist-store__img {
    width: 90px;
    height: 90px;
}

.shoplist-arrow::after {
    top: 7px;
    right: 5px;
}

.shoplist-btn-like, .shoplist-btn-unlike {
    display: inline-block;
    font-size: 12px;
    border-radius: 12px;
    line-height: 24px;
    padding: 0 15px;
}

.shoplist-btn-unlike {
    border: 1px solid currentColor;
    line-height: 22px ;
    padding: 0 14px;
}

.shoplist-icon-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid currentColor;
}

.shoplist-bg-box-1 {
    width: 100%;
    height: 254px;
}

.shoplist-bg-box {
    width: 100%;
    height: 125px;
}

/* 云仓换货 */
@font-face {
    font-family: "iconfont-cloud"; /* project id 2229834 */
    src: url("//at.alicdn.com/t/font_2229834_r1jgj7k67w.eot");
    src: url("//at.alicdn.com/t/font_2229834_r1jgj7k67w.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_2229834_r1jgj7k67w.woff2") format("woff2"), url("//at.alicdn.com/t/font_2229834_r1jgj7k67w.woff") format("woff"), url("//at.alicdn.com/t/font_2229834_r1jgj7k67w.ttf") format("truetype"), url("//at.alicdn.com/t/font_2229834_r1jgj7k67w.svg#iconfont") format("svg");
}

.iconfont-cloud {
    font-family: "iconfont-cloud" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.cloud-state {
    background: #fff7cc;
    color: #f46420;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
}

.cloud-search-box {
    margin: 12px;
    position: relative;
}

.cloud-search-text {
    width: 100%;
    border: none;
    font-size: 12px;
    line-height: 36px;
    padding: 0 50px 0 30px;
    background: #f1f1f1;
    border-radius: 18px;
}

.cloud-search-icon {
    position: absolute;
    color: #999;
    font-size: 13px;
    left: 10px;
    top: 9px;
}

.cloud-search-btn {
    position: absolute;
    display: inline-block;
    right: 0;
    font-size: 13px;
    padding: 0 10px;
    line-height: 36px;
}

.cloud-filter-box {
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
}

.cloud-filter-item {
    text-align: center;
    padding-bottom: 15px;
}

.cloud-filter-item-p {
    display: inline-block;
    position: relative;
}

.cloud-icon-up,
.cloud-icon-down {
    position: absolute;
    top: 4px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-bottom: 5px solid currentColor;
}

.cloud-icon-down {
    transform: rotate(180deg);
    top: 12px;
}

.colud-list-box {
    display: flex;
    align-items: flex-start;
}

.cloud-list-left {
    height: calc(100vh - 205px);
    padding-bottom: 10px;
    width: 90px;
    background-color: #f1f1f1;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: scroll;
    text-align: center;
}

.left-level-1 {
    font-size: 13px;
    padding: 18px 0;
    color: #666;
    position: relative;
}

.left-level-2 {
    font-size: 12px;
    padding: 16px 0;
    color: #666;
    position: relative;
}

.left-active:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 17px);
    width: 3px;
    height: 34px;
    border-radius: 0 3px 3px 0;
    background: currentColor;
}

.cloud-list-right {
    flex: 1;
    height: calc(100vh - 205px);
    overflow: scroll;
    padding-left: 12px;
}

.cloud-list-left-2,
.cloud-list-right-2 {
    height: calc(100vh - 252px);
}

.cloud-right-item {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 12px;
    padding-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.cloud-item-img {
    width: 64px;
    height: 64px;
    border-radius: 5px;
    overflow: hidden;
}

.cloud-item-img img {
    width: 100%;
    height: 100%;
    align-items: center;
}

.cloud-select-box {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 45px;
    border: 1px solid currentColor;
    border-radius: 12px;
}

.cloud-select-box:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: transparent currentColor currentColor transparent;
    transform: rotate(45deg);
    right: 7px;
    top: 2px;
}

.cloud-select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 10px;
    /* line-height: 15px; */
    background: #fff;
    border: none;
    top: 2px;
    left: 6px;
    position: absolute;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.cloud-select::-ms-expand {
    display: none;
}

.cloud-count-box {
    right: 10px;
    bottom: 0;
    align-items: center;
}

.cloud-minus,
.cloud-add {
    display: inline-block;
    position: relative;
    width: 21px;
    height: 21px;
    border: 1px solid currentColor;
    border-radius: 100%;
    flex-shrink: 0;
}

.cloud-minus:after,
.cloud-add:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 4px;
    width: 11px;
    height: 1px;
    background: currentColor;
}
.cloud-add:after {
    background: #fff;
}

.cloud-add:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 1px;
    height: 11px;
    background: #fff;
}

.cloud-num {
    display: inline-block;
    line-height: 21px;
    font-size: 15px;
    width: 50px;
    text-align: center;
}
.cloud-num input {
    text-align: center;
    outline: none;
    width:100%;
    border:none;
}

.cloud-footer {
    position: fixed;
    bottom: 0;
    height: 63px;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.cloud-cart-detail {
    position: absolute;
    bottom: 63px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.detail-tle {
    display: flex;
    justify-content: space-between;
    background: #f4f4f4;
    font-size: 13px;
    line-height: 1;
    padding: 16px 12px 12px;
}

.cloud-cart-detail-ul {
    padding: 0 12px;
    overflow-y: scroll;
    max-height: 244px;
}

.cloud-cart-detail-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f4f4f4;
    font-size: 12px;
}

.detail-opt {
    flex-shrink: 0;
    margin: 0 20px;
}

.cloud-cart-box {
    padding: 3px;
    border-radius: 100%;
    position: absolute;
    left: 27px;
    top: -10px;
    text-align: center;
}

.cloud-cart {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.cloud-cart-num {
    height: 15px;
    min-width: 15px;
    padding: 0 3px;
    border-radius: 8px;
    text-align: center;
    line-height: 15px;
    font-size: 11px;
    position: absolute;
    left: 30px;
    top: 0;
}

.cloud-btn {
    font-size: 14px;
    display: inline-block;
    line-height: 40px;
    padding: 0 35px;
    border-radius: 20px;
    margin: 0 10px;
}

/* 弹窗 */
.cloud-dialog-content {
    border-radius: 20px 20px 0 0;
    padding: 16px;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
}

.cloud-dialog-section {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
}

.cloud-dialog-goods {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 30px 0 10px;
}

.cloud-dialog-goods span {
    font-size: 20px;
}

.cloud-dialog-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 16px;
}

.cloud-dialog-close::before,
.cloud-dialog-close::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
    top: 6px;
    right: 0;
}

.cloud-dialog-close::after {
    transform: rotate(-45deg);
}

.colud-li {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 7px 15px;
    min-width: 70px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
}

.colud-li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: currentColor;
    opacity: 0.1;
}

.disabled {
    color: #ccc;
}

.opt-item {
    flex:1;
    flex-shrink: 0;
}

.cloud-dialog-btn {
    margin: 30px 0 24px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 20px;
}
.cloud-dialog-opt {
    max-height:200px;
    overflow-y:scroll;
}

.cloud-switch-box {
    display: flex;
    justify-content: space-between;
}

.cloud-switch-item {
    flex: 1;
    text-align: center;
    line-height: 37px;
    position: relative;
}

.cloud-switch-box .color-primary:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 60px;
    background-color: currentColor;
    bottom: 0;
    left: calc(50% - 30px);
}

.cloud-order-li {
    margin: 10px 12px;
    background: #fff;
    border-radius: 10px;
}

.cloud-order-tle {
    display: flex;
    justify-content: space-between;
}

.cloud-order-list {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
}

.cloud-order-img {
    flex-shrink: 0;
    width: calc(20% - 8px);
    height: 0;
    padding-bottom: calc(20% - 8px);
    position: relative;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.cloud-order-img img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.cloud-img-shadow {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

.cloud-img-shadow span {
    padding-left: 10px;
    position: relative;
}

.cloud-img-shadow span:before,
.cloud-img-shadow span:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 1px;
    background: currentColor;
    transform: rotate(45deg);
    left: 0;
    top: 7px;
}

.cloud-img-shadow span:after {
    transform: rotate(-45deg);
}

.cloud-order-btn-box {
    display: flex;
    justify-content: flex-end;
}

.cloud-order-btn {
    display: inline-block;
    height: 26px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid currentColor;
    border-radius: 13px;
    margin-left: 12px;
}

.cloud-order-detail-li {
    margin-bottom: 12px;
    display: flex;
}

.cloud-order-detail-img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}

.cloud-order-detail-img img {
    width: 100%;
    height: 100%;
}

.cloud-order-detail-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cloud-order-detail-across {
    font-size: 10px;
    padding-left: 10px;
    position: relative;
}

.cloud-order-detail-across:before,
.cloud-order-detail-across:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: currentColor;
    transform: rotate(45deg);
    left: 4px;
    bottom: 5px;
}

.cloud-order-detail-across:after {
    transform: rotate(-45deg);
}
/* 云仓换货end*/

/* 新版团队详情s */
.team-detail-head {
    margin: 20px 12px 15px;
}

.team-detail-left {
    margin: 0 10px 0 15px;
    padding: 1px;
    border-radius: 50%;
    box-sizing: content-box;
    box-shadow: 0 0 6px rgba(25, 27, 34, 0.2);
}

.team-detail-left img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.team-detail-right {
    flex-direction: column;
    justify-content: space-between;
}

.team-detail-name {
    font-size: 18px;
    padding-top: 3px;
    align-items: center;
}

.team-detail-level {
    display: inline-block;
    position: relative;
    font-size: 10px;
    line-height: 13px;
    height: 13px;
    padding: 0 8px;
    background: #444;
    color: #fff;
    margin-left: 15px;
    transform: skewX(-20deg);
}

.team-detail-level::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 13px;
    top: 0;
    left: -10px;
    transform: skewX(20deg);
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/team-detail-1.png") no-repeat;
    background-size: 100% 100%;
}

.team-detail-content {
    margin: 12px;
}

.team-detail-content-item {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.team-detail-content-item:not(:last-child) {
    margin-bottom: 10px;
}

.team-detail-content-row {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 15px 15px;
}

.team-detail-content-li {
    flex: 1;
    margin-right: 15px;
    background-color: #fcf9f2;
    border-radius: 8px;
    padding: 15px 0;
}

.team-detail-content-row .li-2 {
    background-color: #f2fcfa;
}

.team-detail-content-row .li-3 {
    background-color: #f4f2fc;
}

.team-detail-content-li p:first-child {
    font-size: 12px;
    color: #666;
}

.team-detail-content-li p:not(:last-child) {
    padding-bottom: 5px;
}

.team-detail-content-li p:last-child {
    font-size: 18px;
}

.team-detail-content-li .team-detail-sign {
    font-size: 12px;
}

.team-detail-togo {
    line-height: 48px;
    margin-left: 15px;
    padding-left: 33px;
    position: relative;
}

.team-detail-togo::before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    left: 0;
    top: 16px;
}

.team-detail-togo:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: #ccc #ccc transparent transparent;
    transform: rotate(45deg);
    right: 12px;
    top: 20px;
}

.team-detail-togo:not(:last-child) {
    border-bottom: 1px solid #ececec;
}

.team-detail-content-item .order:before {
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/team-detail-2.png") no-repeat;
    background-size: 100% 100%;
}

.team-detail-content-item .stock:before {
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/team-detail-4.png") no-repeat;
    background-size: 100% 100%;
}

.team-detail-content-item .data:before {
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/team-detail-3.png") no-repeat;
    background-size: 100% 100%;
}
.team-detail-data {
    margin: 12px;
}

.team-detail-data-ul {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.team-detail-data-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 13px;
    padding:16px 0;
}

.team-detail-data-li:not(:last-child) {
    border-bottom: 1px solid #ececec;
}

.team-detail-data-li p {
    line-height: 16px;
}
.team-detail-data-li p:first-child {
    flex-shrink: 0;
    width:80px
}
.team-detail-btn {
    width: 100%;
    border-radius: 20px;
    line-height: 40px;
    display: block;
}

.team-detail-btn span {
    position: relative;
    padding-left: 24px;
    color: #fff;
}

.team-detail-btn span:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}

span.team-detail-phone:before {
    width: 21px;
    height: 21px;
    top: -2px;
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/team-detail-phone.png") no-repeat;
    background-size: 100% 100%;
}

.team-detail-code:before {
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/team-detail-code.png") no-repeat;
    background-size: 100% 100%;
}
/* 新版团队详情e */


/* 核销码s */
@font-face {
    font-family: "iconfont-hexiao"; /* project id 2310370 */
    src: url("//at.alicdn.com/t/font_2310370_3b79lb1xayi.eot");
    src: url("//at.alicdn.com/t/font_2310370_3b79lb1xayi.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_2310370_3b79lb1xayi.woff2") format("woff2"), url("//at.alicdn.com/t/font_2310370_3b79lb1xayi.woff") format("woff"), url("//at.alicdn.com/t/font_2310370_3b79lb1xayi.ttf") format("truetype"), url("//at.alicdn.com/t/font_2310370_3b79lb1xayi.svg#iconfont") format("svg");
}

.iconfont-hexiao {
    font-family: "iconfont-hexiao" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.hexiao-li {
    background: #f7f7f7;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
}

.hexiao-btn,
.hexiao-btn-down {
    line-height: 30px;
    padding: 0 14px;
    border-radius: 15px;
}

.hexiao-btn-down {
    line-height: 28px;
    border: 1px solid currentColor;
}

.hexiao-slide-content {
    margin: 30px 25px 0;
    border-radius: 8px;
}

.hexiao-slide-tel {
    display: inline-block;
    font-size: 24px;
    padding: 16px 4px 6px;
    border-bottom: 1px solid #666;
    font-family: "zcoolwenyiti";
}

.hexiao-dotted {
    position: relative;
    width: 100%;
    border-top: 1px dotted currentColor;
}

.hexiao-dotted:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: currentColor;
    top: -10px;
    left: -10px;
}

.hexiao-dotted:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: currentColor;
    top: -10px;
    right: -10px;
}

.hexiao-qrcode {
    margin: 50px auto 25px;
    width: 210px;
    height: 210px;
    border-radius: 8px;
    padding: 5px;
    box-sizing: content-box;
    box-shadow: 0 0 10px #eee;
}

.hexiao-qrcode img {
    width: 100%;
    height: 100%;
}
/* 核销码e */




/* 地区选择弹窗*/
.panel-wrap-1 {
    position: absolute;
    z-index: 9999;
}

.bottom-panel-1 {
    border-radius: 10px 10px 0 0;
}

.area-content {
    background: #fff;
    border-radius: 20px 20px 0 0;
    height: 75vh;
    padding: 21px;
    position: relative;
    font-size: 14px;
}

.area-selected {
    width: 100%;
    margin-top: 35px;
    color: #999;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    position: relative;
}


.area-selected:after {
    content: "";
    position: absolute;
    top: 2px;
    left: calc(12.5% - 3px);
    width: calc(75% + 8px);
    height: 1px;
    /* @include bg-primary; */
    background: #31c238;
}

.area-selected span {
    width: calc(25% - 8px);
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.area-selected span:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 0;
    left: calc(50% - 3px);
    background: #fff;
    /* @include color-primary; */
    color: #31c238;
    border-radius: 100%;
    z-index: 1;
    border: 1px solid currentColor;
}

.area-selected span.active-style {
    color: #999;
    position: relative;
}

.area-selected span.active-style:after {
    content: "";
    position: absolute;
    /* @include color-primary; */
    color: #31c238;
    width: 23px;
    height: 2px;
    border-radius: 1px;
    background: currentColor;
    bottom: 1px;
    left: calc(50% - 12px);
}

.area-selected span.selected-style {
    color: #333;
}

.area-selected span.selected-style:before {
    /* @include bg-primary; */
    background: #31c238;
}

.area-list {
    font-size: 14px;
    margin-top: 40px;
    line-height: 38px;
    height: calc(100% - 140px);
    overflow-y: scroll;
}

.active-item {
    position: relative;
    padding-left: 25px;
}

.active-item:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    left: 2px;
    top: 7px;
    border: 2px solid;
    border-color: transparent currentColor currentColor transparent;
    transform: rotate(45deg);
}
/* 地区选择弹窗end*/


/*  拼团中奖信息s */
.zhongjiang-content {border-radius: 6px;margin: 15px 10px;padding: 10px;}

.zhongjiang-item {background: #f8f8f8;border-radius: 6px;margin-top: 10px;padding: 16px 0;}

.zhongjiang-item-tle {display: inline-block;line-height: 2;padding: 0 21px 0 15px;border-radius: 0 14px 14px 0;}

.zhongjiang-item-text {margin-top: 10px;font-size: 12px;padding: 0 15px; font-weight: bold;}

.zhongjiang-item-box {padding: 15px 15px 0;overflow-x: scroll;white-space: nowrap;}

.per-item {flex-shrink: 0;position: relative;text-align: center;display: inline-block;width: 50px;margin-right: 30px;}

.per-item:last-child {margin-right: 0;}

.per-item img,.per-item-1 img {width: 36px;height: 36px;border-radius: 100%;}

.per-item .nickname {font-size: 12px; margin-top: 5px;display: block;}

.per-item-show {position: absolute;display: inline-block;background: #333;color: #fff;z-index: 3;border-radius: 3px;padding: 7px;min-width: 142px;min-height:56px;}

.per-item-arro-left:after { content: "";position: absolute;width: 0;height: 0;left: 15px;bottom: -8px;border-top: 8px solid #333;border-right: 20px solid transparent;}

.per-item-arro-right:after {content: "";position: absolute;width: 0;height: 0;right: 15px;bottom: -8px;border-top: 8px solid #333;border-left: 20px solid transparent;}
/* 未中奖补充 */
.zhongjiang-item-box-1 {padding-top: 10px;padding-bottom: 6px;margin: 20px 20px 4px;}

.zhongjiang-item-text-1 {margin-top: 10px;padding: 0 15px;}

.per-item-1 {margin: 10px 6px 0px;padding: 16px 10px; display: flex;justify-items: center;}

.per-item-1 .nickname {line-height: 36px;font-size: 12px;flex: 1;margin-left: 10px;margin-right: 10px;}

.per-item-1 .zhongjiang-code {line-height: 36px;flex-shrink: 0;font-size: 20px;font-weight: bold;}
/*  拼团中奖信息e */


/* 新版优惠券s */
.coupon-li-bg{background:url("/Areas/Mobile/AngularTemplate/common/Resource/images/coupon-li-bg.png");background-size:100% 100%;}

.mbui-coupon-list-new {
    margin: 10px;
}

.mbui-coupon-item-new {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 26.2%;
    background: url("/Areas/Mobile/AngularTemplate/common/Resource/images/coupon-li-bg.png");
    background-size: 100% 100%;
}
.mbui-coupon-item-new__box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.mbui-coupon-item-new:not(:first-child) {
    margin-top: 10px;
}



.mbui-coupon-item-new__side:before {
    left: -6px;
}

.mbui-coupon-item-new__bd:before {
    right: -6px;
}

.mbui-coupon-item-new__side {
    position: relative;
    width: 30%;
    padding: 15px 0 23px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}


.mbui-coupon-item-new__side .mcis__img {
    max-width: 90%;
    max-height: 90%;
}
.mbui-coupon-item-new__side .toe {
    color: #FDE8AE;
}
.mbui-coupon-item-new__num {
    line-height: 1.2;
    color: #FDE8AE;
}

.mbui-coupon-item-new__num strong {
    font-size: 36px;
    font-weight: 700;
}

.mbui-coupon-item-new__bd {
    position: relative;
    padding: 15px 10px 15px 15px;
    flex-direction: column;
    justify-content: space-between;
}

.mbui-coupon-item-new__tle {
    font-size: 16px;
    line-height: 1.3;
    color:#000;
}

.mbui-coupon-item-new__txt {
    font-size: 12px;
    color: #999;
}


.mbui-coupon-item-new--disabled, .mbui-coupon-item-new--used, .mbui-coupon-item-new--gifted {
    background: url("/Areas/Mobile/AngularTemplate/common/Resource/images/coupon-li-bg-disable.png");
    background-size: 100% 100%;
}


.mbui-coupon-item-new--used:after,
.mbui-coupon-item-new--gifted:after,
.mbui-coupon-item-new--disabled:after {
    position: absolute;
    top: 0px;
    right: 18px;
    z-index: 1;
    width: 65px;
    height: 52px;
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/wealth-overdue.png") no-repeat;
    background-size: 65px auto;
    content: "";
}
.mbui-coupon-item-new--used:after {
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/wealth-used.png") no-repeat;
    background-size: 65px auto;
}
.mbui-coupon-item-new--gifted:after {
    background: url("/Areas/Mobile/AngularTemplate/Resource/Images/wealth-gift.png") no-repeat;
    background-size: 65px auto;
}

.mbui-coupon-item-new--used .mbui-coupon-item-new__side .mcis__img,
.mbui-coupon-item-new--gifted .mbui-coupon-item-new__side .mcis__img,
.mbui-coupon-item-new--disabled .mbui-coupon-item-new__side .mcis__img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.mbui-coupon-item-new--used .mbui-coupon-item-new__tle,
.mbui-coupon-item-new--gifted .mbui-coupon-item-new__tle,
.mbui-coupon-item-new--disabled .mbui-coupon-item-new__tle {
    color: #999;
}
.mbui-coupon-item-new--used .mbui-coupon-item-new__num,
.mbui-coupon-item-new--gifted .mbui-coupon-item-new__num,
.mbui-coupon-item-new--disabled .mbui-coupon-item-new__num,
.mbui-coupon-item-new--used .mbui-coupon-item-new__side .toe,
.mbui-coupon-item-new--gifted .mbui-coupon-item-new__side .toe,
.mbui-coupon-item-new--disabled .mbui-coupon-item-new__side .toe {
    color: #fff;
}


.mbui-coupon-item-new--img .mbui-coupon-item-new__side {
    padding: 0;
    background: none;
}

.mbui-coupon-item-new--img .mbui-coupon-item-new__side:after {
    content: none;
}
.mbui-coupon-new-bottom{
    background:#fff;
}
.mbui-coupon-new-bottom-btn {
    cursor: pointer;
    margin: 15px 20px;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    border-radius: 22px;
    text-align: center;
    background: linear-gradient(-42deg, #DC2012, #F8682B);
}
.coupon-details-box-new {
    padding: 55px 16px 0;
}
.coupon-details-content{
    padding-top:1px;
    border-radius:8px;
}
.coupon-details-content .code {
    display: block;
    width: 140px;
    height: 140px;
    margin: 30px auto 20px;
}
.coupon-details-content .code-num {
    display: inline-block;
    font-size: 16px;
    padding: 0 30px;
    line-height: 38px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin: 20px auto 30px;
}
.coupon-details-code-msg-new {
    border-top: 1px dashed #f1f1f1;
    padding: 17px 15px;
    position: relative;
    text-align: left;
}
.coupon-details-code-msg-new:before,
.coupon-details-code-msg-new:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #f1f1f1;
    top:-8px;
    right:-8px;
}
.coupon-details-code-msg-new:before{
    left:-8px;
}
.coupon-details-code-msg-new p {
    margin-top:10px;
}
.coupon-limit-tle {
    font-size: 14px;
    font-weight: 600;
}
.coupon-gift-btn-new {
    margin-top: 30px;
    color: #DC2012;
    font-size: 18px;
    line-height: 44px;
    border-radius: 22px;
    border: 1px solid currentColor;
    text-align: center;
}
/* 新版优惠券e */



/* 门店优惠券s */

.coupon-item-new__top {
    position: relative;
    padding: 14px 16px;
    border-radius: 6px;
    background: #fff;
    font-size: 12px;
}

.coupon-item-new__bottom {
    position: relative;
    padding: 10px 16px;
    border-radius: 6px;
    background: #fff;
    /*    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);*/
    font-size: 12px;
    border-top: 1px dashed #f1f1f1;
}

.coupon-item-new__bottom:before,
.coupon-item-new__bottom:after{
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    background:#f1f1f1;
    border-radius:100%;
    top:-6px;
    right:-6px;
}
.coupon-item-new__bottom:before{
    left:-6px;
}

.coupon-item-new--popover {
    position: absolute;
    top: 0;
    right: 10px;
}

.coupon-item-new__top .popover--header-more {
    position: absolute;
    top: 25px;
    right: 5px;
}

.coupon-item-new__top .popover--header-more .popover-triangle {
    border-bottom: 6px solid #fff;
}

.coupon-item-new__top .popover--header-more .line-list {
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.coupon-item-new__top .popover--header-more .line-item {
    line-height: 2;
    color: #333;
}

.coupon-item-new__top .popover--header-more .line-item:active {
    background: #999;
}

/* 选择会员页 */
.member-search-header .search-new {
    background: transparent;
    border-radius: 18px;
    height: 36px;
    border: 1px solid currentColor;
}
.search-new .icon-sousuo {
    line-height:30px;
}
.search-new input {
    line-height: 1;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right:60px;
}
.serach-new-btn {
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 68px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    border-radius: 18px;
    text-align: center;
    right: -1px;
    top: -1px;
}
.icon-checkbox-new {
    height: 12px;
    width: 12px;
}
.label-checkbox input[type=checkbox]:checked + .icon-checkbox-new:after {
    height: 3px;
    width: 7px;
    top: 1px;
    left: 1px;
}
.member-filter-new{
    top:140px;
}
.member-item-new{
    padding:15px 12px;
}
.member-avar-new{
    width:36px;
    height:36px;
}
/* 门店优惠券e */