﻿@charset "UTF-8";

.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;
}

@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: #d23816;
            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: #ff9500;
            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: #d23816;
        }

        .func-list .media-item .item-img.orange {
            background: #ff9500;
        }

        .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: #ff9500;
            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: #d23816;
    text-align: center;
    color: #fff;
}

    .commission:after {
        position: absolute;
        bottom: -13px;
        left: 0;
        right: 0;
        z-index: 1;
        height: 30px;
        border-radius: 100%;
        background: #d23816;
        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: #ff9500;
    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;
    }

/* 团队管理 */
.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: #ff9500;
        -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 {
        max-width: 160px;
        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;
}

.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: #d23816;
    }

.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 {
    padding: 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: #e5a01a;
        border-radius: 50%;
    }

        .account-detail .detail-item .item-icon.ching {
            background: #26d5be;
        }

        .account-detail .detail-item .item-icon.red {
            background: #cc3939;
        }

        .account-detail .detail-item .item-icon.blue {
            background: #399dd1;
        }

        .account-detail .detail-item .item-icon.green {
            background: #80c155;
        }

    .account-detail .detail-item .item-bd {
        overflow: hidden;
    }

        .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(../images/rwmbg2.png) 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: #ff9500;
    }

    .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;
    padding: 10px 10px 10px 36px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to top, #e5e5e5 50%, transparent 50%);
    background-size: 100% 1px;
    background-position: left bottom;
}

    .order-address .iconfont {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .order-address p:last-child {
        margin-top: 5px;
        font-size: 12px;
        color: #999;
    }

.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: #d23816;
    }

        .wuliu-list li.active:after {
            left: -5px;
            width: 10px;
            height: 10px;
            background: #d23816;
            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: #d23816;
        color: #fff;
        text-align: center;
        border-radius: 50%;
    }

        .stock-detail .detail-item .item-tag.out {
            background: #ff9500;
        }

    .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;
    }

.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;
        }

/* 消息列表、详情 */
.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 {
    padding: 15px;
}

.article-hd h1 {
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
}

.article-hd p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #999;
}

.article-bd {
    margin-top: 20px;
}

    .article-bd p {
        font-size: 12px;
        color: #666;
        word-break: break-word;
    }


/* 发货管理 */
.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: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: "";
    }

    .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: #ff9500;
            }

.table .table-hd {
    background: #fff;
}

.table .table-row {
    position: relative;
    background: #fff;
    overflow: hidden;
}

    .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 {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

.table .table-cell {
    position: relative;
    padding: 15px 10px;
    overflow: hidden;
}

    .table .table-cell .label-checkbox {
        float: left;
        margin: 15px 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 {
    overflow: hidden;
}

    .goods-media .media-img {
        position: relative;
        float: left;
        width: 50px;
        height: 50px;
        overflow: hidden;
        margin-right: 10px;
    }

        .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 {
        overflow: hidden;
    }

        .goods-media .media-bd h4 {
            font-size: 14px;
            font-weight: 400;
            line-height: 1.2;
            height: 32px;
            overflow: hidden;
        }

        .goods-media .media-bd p {
            max-width: 80px;
            font-size: 12px;
            color: #666;
        }

            .goods-media .media-bd p span {
                color: #ff1f1f;
            }

    .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: #d23816;
            border-radius: 50%;
            border: 1px solid #d23816;
        }

            .goods-media .media-opt a.active {
                background: #d23816;
            }

                .goods-media .media-opt a.active .iconfont {
                    color: #fff;
                }

.goods-media--send .media-bd h4 {
    height: auto;
}

.jiajian {
    overflow: hidden;
}

    .jiajian span, .jiajian input {
        float: left;
        height: 30px;
        line-height: 28px;
        border: 1px solid #e5e5e5;
    }

    .jiajian span {
        display: block;
        padding: 0 10px;
        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--sm span {
    width: 30px;
}

.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: #d23816;
        }

.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: #ff9500;
        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: #ff9500;
        }

        .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-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-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: #d23816;
        overflow: hidden;
    }

    .find-item .bd-txt {
        margin-top: 5px;
        line-height: 1.3;
        color: #666;
    }

    .find-item .bd-list {
        margin-top: 10px;
        overflow: hidden;
    }

        .find-item .bd-list li {
            float: left;
            width: 75px;
            height: 75px;
            overflow: hidden;
            margin: 0 3px 3px 0;
        }
            /*宽高保留*/
            .find-item .bd-list li a {
                display: block;
                width: 75px;
                height: 75px;
                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(../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: #d23816;
                        }

/* 报单中心 */
.goods-wrap {
    position: fixed;
    top: 92px;
    left: 0;
    right: 0;
    height: 100%;
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

    .goods-wrap .wrap-side, .goods-wrap .wrap-main {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .goods-wrap .wrap-side {
        width: 90px;
        border-right: 1px solid #e5e5e5;
    }

    .goods-wrap .wrap-main {
        left: 90px;
        right: 0;
    }

        .goods-wrap .wrap-main .table {
            margin-bottom: 156px;
        }

            .goods-wrap .wrap-main .table .table-row:first-child:after {
                content: none;
            }

    .goods-wrap .side-nav {
        margin-bottom: 156px;
    }

        .goods-wrap .side-nav li {
            position: relative;
        }

            .goods-wrap .side-nav li.active:after {
                position: absolute;
                top: 0;
                right: 0;
                z-index: 1;
                width: 1px;
                height: 100%;
                background: #fff;
                content: "";
            }

            .goods-wrap .side-nav li.active a {
                border-left: 2px solid #d23816;
                color: #d23816;
            }

            .goods-wrap .side-nav 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;
                top: auto;
                bottom: 0;
                content: "";
            }

            .goods-wrap .side-nav li a {
                display: block;
                padding: 10px;
                color: #666;
                background: #fff;
            }

.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: #d23816;
    }

    .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: .5em 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);
    }
    
    /* 微店首页 */
.shop-hd {
    position: relative;
    padding-bottom: 35%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .shop-hd .follow {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 20px;
    }

.hd-media {
    position: absolute;
    bottom: -15px;
    right: 20px;
    z-index: 1;
    overflow: hidden;
}

    .hd-media .media-img {
        float: right;
        width: 70px;
        height: 70px;
        margin-left: 10px;
        border: 2px solid rgba(255, 255, 255, 0.75);
        border-radius: 50%;
    }

    .hd-media .media-bd {
        padding-top: 10px;
        overflow: hidden;
        text-align: right;
        color: #fff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

.bottom-total {
    position: relative;
    height: 50px;
    line-height: 50px;
}

    .bottom-total .total-cart {
        position: relative;
    }

        .bottom-total .total-cart i {
            font-size: 24px;
            color: #666;
        }

        .bottom-total .total-cart .remind-num {
            right: -10px;
            top: 5px;
        }

    .bottom-total [class^="btn"] {
        position: absolute;
        top: 0;
        right: 0;
    }

/* 领取试用装 */
.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: #ff9500;
    }

    .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: #ff9500;
        }

/*发布会报名 */
.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: #d23816;
            line-height: 34px;
            background: #fff;
            border: 1px solid #d23816;
        }

        .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: #d23816;
    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: 50%;
    left: 50%;
    z-index: 2002;
    width: 280px;
    margin: -80px 0 0 -140px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

    .sign-layer-inner h2 {
        background: #d23816;
        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: #ff9500;
    }

    .tree ul.node-three > li > .tree-content {
        border-color: #d23816;
    }

    .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: relative;
    height: 480px;
    margin: 0 20px;
}

    .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-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;
        }
