@charset "utf-8";

.hui-header h1 img {
    display: inline-block;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    border: 1px solid #fff;
    vertical-align: -5px;
}

.hui-header h1 span {
    color: #fff;
    font-size: .28rem;
}

.hui-header h1 i {
    color: rgba(255, 255, 255, .5);
    font-size: .28rem;
    font-style: normal;
}

.proxy-box {
    position: relative;
    padding: .2rem .42rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #508ad0;
}

.proxy-box .proxy-avatar {
    -ms-flex-preferred-size: 1.7rem;
        flex-basis: 1.7rem;
    height: 1.7rem;
}

.proxy-box .proxy-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
}

.proxy-box .proxy-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: .28rem;
    margin-left: .42rem;
}

.proxy-box .proxy-info .proxy-name span {
    color: #fff;
    font-size: .32rem;
    margin-right: .05rem;
}

.proxy-box .proxy-info .proxy-name i {
    font-size: .24rem;
    background-color: #f9d96d;
    border-radius: 5px;
    color: #b98230;
    padding: 0 .15rem;
}

.proxy-box .proxy-info .grade {
    display: inline-block;
    color: rgba(255, 255, 255, .8);
    padding: 0 .25rem;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 15px;
    font-size: .24rem;
    margin: .2rem 0;
}

.proxy-box .proxy-info .activity-time {
    color: rgba(255, 255, 255, .5);
    font-size: .28rem;
}

.proxy-nav {
    padding: .12rem 0;
    background-color: #71a1d9;
}

.proxy-nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.proxy-nav ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    font-size: .28rem;
    text-align: center;
    line-height: .6rem;
}

.proxy-nav ul li img {
    display: inline-block;
    width: .35rem;
    vertical-align: -3px;
    margin-right: 3px;
}

.proxy-nav ul li span {
    color: #fff;
    font-size: .28rem;
}

.proxy-nav ul li:first-child {
    border-right: 1px dashed #fff;
}

.hui-list-text {
    width: auto;
    padding-right: .2rem;
}

.hui-list-info img {
    width: .3rem;
}

.content-item {
    background-color: #fff;
    margin-top: .17rem;
}

.ta-nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    flex-wrap: wrap;
    padding: .25rem 0;
    /*border-bottom: 1px solid #ccc;*/
}

.ta-nav ul li {
    border-bottom: 1px solid #999;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: center;
    border-right: 1px solid #999;
    padding: .18rem 0;
}

.ta-nav ul li:last-child {
    border-right: none;
}

.ta-nav ul li p.title {
    font-size: .28rem;
    color: #6c6c6c;
}

.ta-nav ul li p:nth-of-type(2) {
    color: #3e7ecb;
    font-size: .28rem;
}

.ta-nav2 {
    padding: .36rem .6rem;
}

.ta-nav2 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ta-nav2 ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}

.ta-nav2 ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ta-nav2 ul li .nav-img {
    margin-right: .28rem;
}

.ta-nav2 ul li .nav-img img {
    display: block;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
}

.ta-nav2 ul li a .nav-right p {
    color: #8a8a8a;
    font-size: .28rem;
}

.ta-nav2 ul li a .nav-right p:first-child {
    color: #4784ce;
    font-weight: bold;
}

.ta-nav2 ul li:nth-of-type(odd) {
    border-right: 1px solid #dcdcdc;
}

.ta-nav2 ul li:nth-of-type(n+3) {
    border-top: 1px solid #dcdcdc;
    padding-top: .32rem;
}

.ta-nav2 ul li:nth-of-type(1),
.ta-nav2 ul li:nth-of-type(2) {
    padding-bottom: .32rem;
}

.ta-nav2 ul li:nth-of-type(even) {
    padding-left: .6rem;
}

.team-box ul li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .18rem .25rem;
}

.team-box ul li .user-img {
    width: .8rem;
    height: .8rem;
    overflow: hidden;
    border-radius: 50%;
    margin-right: .25rem;
}

.team-box ul li .user-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.team-box ul li .center {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.team-box ul li .center div {
    font-size: .28rem;
}

.team-box ul li .center div.user-dj {
    color: #808080;
}

.team-box ul li .count {
    color: #666;
    font-size: .28rem;
}

#shuai img {
    width: .4rem;
    margin: .22rem .4rem 0 0;
}

.hui-tab-title div {
    line-height: 46px;
}

.hui-tab-item {
    padding: .2rem .3rem;
}

.product-list {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.product-list li {
    position: relative;
    overflow: visible;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    background-color: #fff;
    /* background: url(../img/icon_achievement_item_middle_bg.9.png) center center no-repeat;
    background-size: 100% 100%; */
    padding: .24rem .23rem;
    border-bottom: 1px dashed #eee;
}

.product-list li .product-img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 5px;
    overflow: hidden;
    margin-right: .2rem;
}

.product-list li .product-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.product-list li .product-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.product-list li .product-info .product-name {
    font-size: .28rem;
}

.product-list li .product-info .product-count {
    font-size: .28rem;
    color: #888;
    margin-top: .45rem;
}

.product-list li .product-info .product-count span {
    color: #ea5a55;
    font-size: .28rem;
}

.performance .hui-list {
    background-color: #f4f4f4;
    border: none;
}

.product-list li:last-child {
    border-bottom: none;
}

.product-list li::before {
    content: '';
    position: absolute;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    bottom: -.2rem;
    left: -.2rem;
    z-index: 7;
    border: 1px solid #eee;
    background-color: #f4f4f4;
}

.product-list li::after {
    content: '';
    position: absolute;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    bottom: -.2rem;
    right: -.2rem;
    border: 1px solid #eee;
    z-index: 7;
    background-color: #f4f4f4;
}

.product-list li:last-child::before,
.product-list li:last-child::after {
    display: none;
}

.proxy-name {
    font-size: .28rem;
}

#nav {
    position: fixed;
    top: 0rem;
    width: 100%;
    z-index: 19;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
}

#nav .swiper-slide {
    /* height: .85rem;
    line-height: .85rem; */
}

#nav .swiper-slide span {
    margin: 0 .1rem;
    text-align: center;
    display: block;
    font-size: .28rem;
    color: #333333;
}

#nav .swiper-slide p {
    font-size: .28rem;
    color: #333333;
    text-align: center;
    margin-top: .1rem;
}

#nav .bar {
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0px;
}

#nav .bar .color {
    width: 70%;
    margin: 0 auto;
    height: 3px;
    background: #226bc4;
}

/* #page {
    margin-top: 1.8rem;
} */

#page .swiper-slide {
    padding: .2rem .3rem;
}

.new-people li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.new-people li .people-img {
    -ms-flex-preferred-size: .9rem;
        flex-basis: .9rem;
    height: .9rem;
    overflow: hidden;
    border-radius: 50%;
    margin-right: .2rem;
}

.new-people li .people-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.new-people li .people-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: .26rem;
}

.new-people li .people-info .people-name {
    font-size: .28rem;
    color: #000;
}

.new-people li .people-info .people-name span {
    display: inline-block;
    vertical-align: middle;
}

.new-people li .people-info .people-name img {
    width: .3rem;
    vertical-align: middle;
}

.new-people li .people-info .create-time {
    color: #a7a7a7;
    font-size: .24rem;
    line-height: .4rem;
}

.new-people li .dj {
    /* flex-basis: 10%; */
    font-size: .28rem;
    color: #a7a7a7;
}

/* 库存样式 */
.stock-box ul {
    /*padding-top: 0.1rem;*/
}

.stock-box ul li {
    margin-bottom: .2rem;
    font-size: .28rem;
    padding: 0 .3rem;
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.stock-box ul li .stock-top {
    padding: .3rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #e9e9e9;
}

.stock-box ul li .stock-img {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 5px;
    overflow: hidden;
}

.stock-box ul li .stock-top .stock-info .stock-num {
    font-size: .24rem;
    color: #ea5853;
}

.stock-box ul li .stock-top .stock-info .stock-num span {
    font-size: .28rem;
}

.stock-box ul li .stock-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.stock-box ul li .stock-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: .2rem;
}

.stock-box ul li .stock-info .stock-num {
    margin-top: 1rem;
}

.stock-box ul li .stock-bottom {
    line-height: .77rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #999;
}

.stock-box ul li .stock-bottom img {
    height: .3rem;
    vertical-align: middle;
    margin-right: .12rem;
}

.stock-box ul li .stock-bottom span {
    padding: 0 .1rem;
}

/* 发货记录列表 */
#page .swiper-slide.order-page {
    padding: 0;
}

.order-page ul li {
    position: relative;
    margin-bottom: .2rem;
    background-color: #fff;
}

.order-page ul li .order-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* align-items: center; */
    padding: .28rem;
    font-size: .28rem;
    border-bottom: 1px solid #dedede;
}

.order-page ul li .order-info .o-user-icon {
    -ms-flex-preferred-size: 8%;
        flex-basis: 8%;
}

.order-page ul li .order-info .o-user-icon img {
    display: block;
    width: .38rem;
    height: .38rem;
    border-radius: 50%;
    margin-top: .05rem;
}

.order-page ul li .order-info .o-user-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.order-page ul li .order-info .o-user-info img {
    width: 1.1rem;
    vertical-align: middle;
}

.order-page ul li .order-info .o-user-info .o-user-info-time {
    font-size: .24rem;
    line-height: .5rem;
    color: #666;
}

.order-page ul li .order-info .o-order-stat {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    text-align: center;
    color: #1763c1;
}

.o-product-box {
    font-size: .28rem;
    padding: .26rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px dashed #d8d8d8;
}

.o-product-box .o-product-img {
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 3px;
    overflow: hidden;
    margin-right: .3rem;
}

.o-product-box .o-product-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.o-product-box .o-product-name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.o-product-box .o-product-num {
    color: #6e6e6e;
}

.o-price {
    font-size: .28rem;
    text-align: right;
    line-height: .88rem;
    padding: 0 .3rem;
    border-bottom: 1px solid #dedede;
}

.o-btn-box {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: .15rem .3rem;
    font-size: .28rem;
    text-align: right;
}

.move #page .swiper-slide {
    padding: 0;
}

.move .move-page ul li {
    margin-bottom: .2rem;
    font-size: .28rem;
    /*border-bottom: 1px solid #dedede;*/
    background-color: #fff;
}

.move .move-page ul li .m-user {
    padding: .35rem .25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #e0dfe0;
    /* align-items: center; */
}

.move .move-page ul li .m-user .m-user-avatar {
    width: .8rem;
    height: .8rem;
    margin-right: .2rem;
    border-radius: 50%;
    overflow: hidden;
}

.move .move-page ul li .m-user .m-user-avatar img {
    display: block;
    width: 100%;
    height: 100%;
}

.move .move-page ul li .m-user .m-user-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.move .move-page ul li .m-user .m-user-info .m-user-name em {
    background-color: #fef0b7;
    color: #c08a33;
    border-radius: 3px;
    padding: 0 .12rem;
    line-height: .35rem;
    font-size: .24rem;
    margin-left: .06rem;
}

.move .move-page ul li .m-user .m-user-info .m-user-time {
    font-size: .24rem;
    color: #6d6d6d;
    margin-top: .1rem;
}

.move .move-page ul li .m-user .m-user-stat {
    color: #3679c9;
}

.move .move-page ul li .m-product {
    padding: .25rem .28rem;
    font-size: .28rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.move .move-page ul li .m-product .m-product-img {
    width: 1.27rem;
    height: 1.27rem;
    margin-right: .3rem;
    border-radius: 3px;
    overflow: hidden;
}

.move .move-page ul li .m-product .m-product-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.move .move-page ul li .m-product .m-product-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.move .move-page ul li .m-product .m-product-info .m-product-price {
    color: #777;
    font-size: .24rem;
    margin-top: .6rem;
}

.move .move-page ul li .m-product .m-product-num {
    color: #666;
}

.move .move-page ul li .m-btn {
    padding: .15rem .25rem;
    border-bottom: 1px solid #ddd;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.btn.btn-default {
    color: #727272;
    border-color: #dfdfdf;
}

body.open {
    background-color: #fff;
}

.open-agent {
    padding-top: .1px;
}

.open-agent .top-img {
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    overflow: hidden;
    margin: .45rem auto;
}

.open-agent .top-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.form-box {
    width: 6.13rem;
    margin: 0 auto;
    font-size: .28rem;
}

.cell-box {
    padding: .16rem 0;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: .27rem;
}

.cell-box span {
    display: inline-block;
    width: 1.05rem;
    text-align: center;
    border-right: 1px solid #e7e7e7;
}

.cell-box input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 .2rem 0 .28rem;
}

.cell-box select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 .2rem 0 .28rem;
}

.btn.block-btn {
    margin: 0;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    background: #508ad0;
    color: #fff;
}

.dj-top {
    text-align: right;
    color: #000;
}

.dj-bottom img {
    width: .2rem;
    display: inline-block;
    margin-right: .06rem;
}

.hui-header.trans {
    background: transparent !important;
}

.person-info {
    position: relative;
    height: 4rem;
    width: 100%;
    font-size: .28rem;
    padding-top: 0.1px;
    overflow: hidden;
}

.person-info .person-avatar {
    position: relative;
    z-index: 9;
    width: 1.45rem;
    height: 1.45rem;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: .8rem auto 0;
}

.person-info .person-avatar img {
    display: block;
    width: 100%;
    height: 100%;
}

.person-info .person-name {
    position: relative;
    z-index: 9;
    text-align: center;
    line-height: .8rem;
}

.person-info .person-name span,
.person-info .person-name img {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.person-info .person-name img {
    width: .28rem;
    margin-left: .15rem;
}

.personal-dj {
    position: relative;
    z-index: 9;
    width: 1.45rem;
    line-height: .4rem;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: .7rem;
    font-size: .24rem;
    /* margin-top: .15rem; */


}

.bg-blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

.hui-wrap.trans {
    margin-top: 0;
}

.cell-data {
    font-size: .3rem;
    margin-top: .35rem;
    background-color: #fff;
    padding-left: .24rem;
    border-top: 1px solid #e4e4e6;
    border-bottom: 1px solid #e4e4e6;
}

.cell-data .flexbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: .24rem;
    border-bottom: 1px solid #e4e4e6;
    line-height: .8rem;
}

.cell-data .flexbox:last-child {
    border-bottom: none;
}

.cell-data .flexbox .cell-data__left {
    color: #454545;
}

.blue {
    color: #059af5;
}
.cancle-model {position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,.4);z-index: 999; color: #1a1a1a;display: none;}
.cancle-in {position: fixed;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 70%;background: #fff;border-radius: 10px;}
.cancle-title {font-size: .32rem;text-align: center;line-height: .9rem;border-bottom: 1px solid #ddd;}
.cancle-list {font-size: .3rem;padding: .1rem .28rem;line-height: .7rem;border-bottom: 1px solid #eee;}
.cancle-list .flexbox {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.can-box.flexbox {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;height: .9rem;}
.can-box a.can-btn {display: block;-ms-flex-preferred-size: 50%;flex-basis: 50%;text-align: center;line-height: .9rem;font-size: .32rem;}
.can-box a.can-comfirm {color: #0e72cd;border-left: 1px solid #eee;}
.textarea {width: 100%;resize: none;height: 1.5rem;border: none;border-radius: 5px;background: #ddd;padding: .15rem;font-size: .28;}
.hide {display: none;}
.y-item {
    align-items: center;
    justify-content: center;

}
.y-item .left {
    margin-right: .24rem;
    width: .8rem;
}
.y-item .left img {
    display: block;
    width: 100%;
}
.ta-nav ul li p:nth-of-type(2) {
    color: #999;
}
.y-item .right p:first-child {
    color: #342f6c;
}
.hui-list-text-content::before {
    background-color: #342f6c;
}
.top-item {
    padding: .4rem .9rem;
    border-bottom: 1px solid #eee;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: .24rem;
}
.top-item .top-img {
    width: .4rem;
}
.top-item .top-img img {
    display: block;
    width: 100%;
}
.top-avatar {
    align-items: center;
    margin-left: .6rem;
}
.top-avatar img {
    margin-right: .26rem;
    width: .5rem;
}
.top-phone {
    flex: 1;
    justify-content: flex-end;
}