﻿@charset "UTF-8";

.user-txt h3 span, .user-txt__list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sort-icon-up, .sort-icon-down {
    content: "";
    height: 0;
    width: 0;
    overflow: hidden;
}

/*========== 邀请下级伙伴 ==========*/
.yq-item {
    margin-top: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

/*========== 授权查询 ==========*/
.btn-search {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #ff752b;
    color: #fff;
    border-radius: 5px;
}

.btn-search:focus, .btn-search:active {
    color: #fff;
}

.sch-hd img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/*========== 代理审核 ==========*/
.chk-field {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 10;
    transform: translate(0, -50%);
}

.chk-field input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.chk-field input[type=checkbox]:checked + i {
    color: #ff752b;
}

.chk-field input[type=checkbox]:checked + i:before {
    content: "";
    width: 5px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    right: -1px;
    top: -1px;
}

.chk-field input[type=checkbox]:checked + i:after {
    content: "";
    height: 4px;
    width: 10px;
    border: 1px solid currentColor;
    border-width: 0 0 2px 2px;
    position: absolute;
    top: 1px;
    left: 3px;
    transform: rotate(-52deg);
}

/*========== 我的 ==========*/
.user-hd {
    position: relative;
    min-height: 130px;
    padding: 20px 0;
    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-txt {
    overflow: hidden;
}

.user-txt h3 {
    line-height: 18px;
    color: #fff;
}

.user-txt h3 span {
    display: inline-block;
    max-width: 120px;
    vertical-align: middle;
}

.user-txt__list {
    color: #767d97;
}

.user-txt__list li {
    max-width: 176px;
    line-height: 18px;
}

.link-set {
    position: absolute;
    top: 5px;
    right: 10px;
    color: rgba(255,255,255,.5);
}

.link-set i {
    font-size: 22px;
}

/*========== 订货 ==========*/
/* 排序 */
.sort-bar__main {
    padding: 10px 0;
}

.sort-list li.active a {
    color: #ff752b;
}

.sort-bar__side {
    padding: 0 15px;
    line-height: 40px;
}

.sort-icon-group {
    display: inline-block;
}

.sort-icon-group.asc .sort-icon-up {
    border-bottom-color: #ff752b;
}

.sort-icon-group.desc .sort-icon-down {
    border-top-color: #ff752b;
}

.sort-icon-group i {
    display: block;
}

.sort-icon-up {
    border-bottom: 4px solid #999;
    border-left: 4px dashed transparent;
    border-right: 4px dashed transparent;
}

.sort-icon-down {
    margin-top: 1px;
    border-top: 4px solid #999;
    border-left: 4px dashed transparent;
    border-right: 4px dashed transparent;
}

.category-modal {
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 5000;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #fff;
    transform: translate(100%, 0);
    transition: .3s;
}

.category-modal.active {
    transform: translate(0, 0);
}

.category-modal .line-item:not(:first-of-type) {
    line-height: 24px;
}

.category-modal .line-item.active {
    background: #fff;
}

.category-side, .category-main {
    height: 214px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.category-side {
    background: #e6e6e6;
}

.spec-list li {
    padding: 7px 5px;
    background: #fff;
    font-size: 12px;
    text-align: center;
    color: #666;
    border-radius: 3px;
}

.spec-list li.active {
    background: #e40580;
    color: #fff;
}

/* 商品列表 */
.card-list.card-list--full .card-item, .card-list.card-list--no-img .card-item {
    width: 100%;
}

.card-list.card-list--full .card-item:before, .card-list.card-list--no-img .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, .card-list.card-list--no-img .card-item .pro-item-tt {
    margin-top: 0;
}

.card-list.card-list--full .card-item .pro-item-ft, .card-list.card-list--no-img .card-item .pro-item-ft {
    margin-top: 20px;
}

.card-list.card-list--full.card-list--fahuo .card-item .pro-item-ft {
    margin-top: 5px;
}

.card-list.card-list--no-img .card-item .item-img-wrap {
    display: none;
}

.card-list.card-list--no-img .card-item .pro-item-tt {
    height: auto;
    max-height: 42px;
}

.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: #ff752b;
}

#spec-panel .media-item .item-img {
    top: 10px;
    border: 2px solid #c5c5c5;
    border-radius: 3px;
}

#spec-panel.active .media-item .item-img {
    top: -10px;
}

.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%);
}

/*========== 发货 ==========*/
.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;
}

.item-btn-dd {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
}

.pro-item-dd {
    padding-top: 10px;
}

/* 防伪查询结果 */
.fw-ban {
    position: relative;
}

.vt-line {
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    border-left: 3px solid #ff5500;
    vertical-align: middle;
}

.sm-detail {
    border: 1px solid #dadada;
}

.sm-detail li {
    position: relative;
    padding: 0 30px 0;
    height: 40px;
    line-height: 40px;
}

.sm-detail li:nth-of-type(even) {
    background: #f1f1f1;
}

.sm-detail li span {
    position: absolute;
    right: 30px;
    color: #999;
}

.lq-dialog {
    position: relative;
    z-index: 3000;
    width: 300px;
    height: 204px;
    background: url(/Areas/AngularTemplate/Resource/Images/md-bg.png) no-repeat;
    background-size: 300px auto;
}

.lq-num, .lq-txt {
    text-align: center;
    text-indent: 5px;
    color: #ec4d35;
}

.lq-num {
    margin-top: 40px;
    font-size: 30px;
}

.lq-txt {
    font-size: 18px;
}

.lq-close {
    position: absolute;
    top: 0;
    right: 30px;
    display: block;
    width: 19px;
    height: 19px;
    background: url(/Areas/AngularTemplate/Resource/Images/close-icon.png) no-repeat;
    background-size: 19px auto;
}

/* 商品分类 */
.category__side {
    position: fixed;
    top: 44px;
    left: 0;
    width: 90px;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.category__nav {
    padding-top: 5px;
}

.category__nav li {
    padding: 10px;
    color: #666;
}

.category__nav li.active {
    border-left: 3px solid #0094ff;
    color: #0094ff;
    background: #f5f5f5;
    text-indent: -3px;
}

.category__main {
    margin-left: 90px;
}

.category-all {
    padding: 30px 0;
    text-align: center;
}

.category-all a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #666;
    border-radius: 30px;
    background: #fff;
}

.category-all a i {
    font-size: 12px;
    color: #999;
}

.category-filter {
    padding: 0 10px;
}

.category-filter li:not(:first-of-type) {
    margin-top: 5px;
}

.category-filter li a {
    display: block;
    padding: 10px 0;
    background: #fff;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    color: #777;
}

.e404_plan {
    color: #999;
    font-size: 1.1em;
    text-align: center;
    margin-top: 50px;
}

.e404_plan div {
    height: 2em;
    line-height: 2em;
}

.e404_plan .text_nf {
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
}


.prepay_form-txt {
    padding: 10px 0;
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
    color: #fff;
    background: linear-gradient(to right, #31c238, #FF5722)
}

.prepay_form-txt-span {
    line-height: 19px;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-left: 60px;
    position: relative;
}

.prepay_form-txt-span i {
    line-height: 38px;
    color: #fff;
    font-size: 40px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 10px;
}

.prepay_form-textarea {
    line-height: 16px !important;
    height: 36px !important;
    border: 0 !important;
    padding: 10px !important;
}

.prepay_form-label {
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 10px;
    left: 0;
    text-align: left;
    padding: 0;
}

.prepay_form-img {
    width: 90px;
    height: 90px;
    margin: 0 0 5px 0px;
}

.prepay_form-img-div {
    color: #999;
    padding: 5px 10px;
    text-align: center;
}

.sharenum {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#ff9500), to(#f8c07f));
    background: linear-gradient(to right, #ff9500, #f8c07f);
}

/* 我的订单 */
.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;
}


/* 地区选择弹窗*/
.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*/

/* 地区选择弹窗start */
.address-overlay {
    display: none;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    top: 0;
    bottom: 0;
}

.address-active .address-overlay {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.address-panel-actionsheet {
    visibility: hidden;
    background: #f5f5f5;
    transition: .3s;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.address-active .address-panel-actionsheet {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
}
/* 地区选择弹窗end */

/* 新版优惠券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 */
