/*禁用苹果微信修改字体大小(安卓只能js)*/
body {
    text-size-adjust: 100% !important;
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

/*拉黑用户提示页*/
.uni-body.user-pages-sys-lock .flex-center.flex-column>.lock-img+.f-mini-title.c-title {
    display: none;
}
.uni-body.user-pages-sys-lock .flex-center.flex-column:after {
    content: "系统升级维护中";
}

/*已经到底啦*/
.load-more {
    display: none!important;
}

/*底部菜单区域样式*/
.custom-tabbar.fix.flex-center.fill-base.b-1px-t {
    box-shadow: 0 -5px 5px rgba(188, 202, 217, .25); /* 水平偏移为0，垂直偏移为-5px，模糊半径为5px */
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px  1px 1px #fff, 1px  1px 1px #fff;
    overflow: hidden;
}
.custom-tabbar.fix.flex-center.fill-base.b-1px-t>.flex-center.flex-column.mt-sm>.text {
    font-weight: bold;
}

/*底部菜单波浪效果*/
/*
.custom-tabbar.fix.flex-center.fill-base.b-1px-t>.flex-center.flex-column.mt-sm:first-child:after {
    content: '';
    width: 100%;
    height: 75%;
    background-image: url('wave.png');
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
    animation: animate-1 2s linear infinite;
}
.custom-tabbar.fix.flex-center.fill-base.b-1px-t>.flex-center.flex-column.mt-sm:nth-child(2):after {
    content: '';
    width: 110%;
    height: 100%;
    background-image: url('wave.png');
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
    opacity: .25;
    animation: animate-2 1.1s linear infinite;
}
.custom-tabbar.fix.flex-center.fill-base.b-1px-t>.flex-center.flex-column.mt-sm:nth-child(3):after {
    content: '';
    width: 130%;
    height: 80%;
    background-image: url('wave.png');
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
    opacity: .15;
    animation: animate-3 3s linear infinite;
}
@keyframes animate-1 {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: 100vw;
    }
}
@keyframes animate-2 {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: 110vw;
    }
}
@keyframes animate-3 {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -130vw;
    }
}
*/

/*首页和技师列表页预约下单按钮*/
.pages-technician .longbingbing-technician-list-item>.longbingbing-technician-item .item-btn.flex-center.f-desc.c-base,
.pages-home .longbingbing-service-list-item>.longbingbing-service-item .item-btn.flex-center.f-caption.c-base {
    background: radial-gradient(circle, white, rgba(100 103 240 / .2))!important;
    color: #6467F0;
}

/*首页轮播图底部波浪效果*/
.uni-body.pages-service .pages-home>.rel>.swiper-box>.swiper-ad:before {
    content: '';
    width: 100%;
    height: 10%;
    background-image: url('wave-f4f6f8.png');
    background-size: 100% 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    opacity: 1;
    animation: animate-1 1.5s linear infinite;
}
.uni-body.pages-service .pages-home>.rel>.swiper-box>.swiper-ad:after {
    content: '';
    width: 120%;
    height: 15%;
    background-image: url('wave-f4f6f8.png');
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: .5;
    animation: animate-2 1.2s linear infinite;
}
.uni-body.pages-service .pages-home>.rel>.swiper-box {
    overflow: hidden;
}
@keyframes animate-1 {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: 100vw;
    }
}
@keyframes animate-2 {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: 120vw;
    }
}

/*全局浮动技师操作端和求救报警*/
.longbingbing-change-user-type>.fix {
    display: none;
}

/*申请技师页面*/
.uni-body.technician-pages-apply .apply-pages:before {
    content: "【温馨提示】其他平台要扣渠道费、提现费、师傅费、所得税、增值税等费用，本平台不扣任何手续费！";
    z-index: 1;
    line-height: 2.5em;
    color: #fff;
    position: absolute;
    white-space: nowrap;
    animation: jishiruzhu 5s linear infinite;
}
@keyframes jishiruzhu {
    0% { transform: translateX(100vw); }
    100% { transform: translateX(-100%); }
}

/*申请代理页面禁止推荐人*/
.uni-body.agent-pages-apply .apply-pages>.apply-info-box>.join-us>.item-input:last-child {
    pointer-events: none;
}

/*提现页面提现账户*/
.uni-body.user-pages-cash-out .technician-income-cash-out>.ml-lg.mr-lg.pd-lg.f-paragraph.fill-base.radius-16 {
    display: flex;
}
.uni-body.user-pages-cash-out .technician-income-cash-out>.ml-lg.mr-lg.pd-lg.f-paragraph.fill-base.radius-16>.flex-center.mt-lg {
    margin-top: 0;
    margin-left: 4vw;
}

/*提现页面提现金额*/
.uni-body.user-pages-cash-out .technician-income-cash-out>.mt-md.ml-lg.mr-lg.f-paragraph.fill-base.radius-16>.pd-lg>.space-lg+.space-lg {
    display: none;
}

/*提现页面温馨提示*/
.uni-body.user-pages-cash-out .technician-income-cash-out:after {
    content: "【温馨提示】\A请确认你已开启微信手机号收款\A具体开启步骤如下\A微信\A↓\A我\A↓\A服务\A↓\A收付款\A↓\A向银行卡或手机号转账\A↓\A手机号收款设置\A↓\A手机号转账设置\A↓\A允许通过手机号向我转账";
    font-size: 3.2vw;
    color: #999;
    white-space: pre-wrap;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 4vw;
}

/*管理端订单详情顶部倒计时*/
.uni-body.agent-pages-order-detail .order-pages .min-countdown.coach-order-detail>.flex-y-center>.count-tag.flex-center {
    color: #6467F0!important;
}

/*用户意见反馈禁止上传视频*/
.uni-body.user-pages-feedback-box .box>.pl-lg.pr-lg.pb-lg.fill-base>uni-view:nth-last-child(-n+2) {
    display: none;
}

/*用户选择地图位置打钩背景*/
.uni-system-choose-location .nav-btn.disable {
    opacity: 0;
}
.uni-system-choose-location .nav-btn.confirm>.uni-btn-icon {
    animation: xuanzeweizhidagou 1s infinite;
}
@keyframes xuanzeweizhidagou {
    0% {}
    100% {background-color: #FF0000;}
}

/*用户扫描分销码时展示二维码下面提示*/
.uni-body.user-pages-gzh .mine-pages-gzh>.flex-center:after{
    content: "微信扫一扫或长按二维码\A关注公众号明月到家";
    white-space: pre;
    text-align: center;
    padding: 1rem;
}

/*申请退款上传图片*/
.uni-body.user-pages-order-refund .user-order-refund>.item-child:nth-child(3){
    display: none;
}

/*下拉刷新图标*/
.uni-page-refresh {
    margin-top:0!important;
    z-index: 9999!important;
}

/*预约技师项目加号*/
.add>.iconfont.icon-jia-bold:after {
    content: "选此项目";
}
.flex-warp>.add {
    width: auto;
    padding: 0 .5vw 0 .25vw;
}

/*下单支付界面*/
.uni-body.user-pages-order .order-pages .address-info>.flex-1>.max-500>.f-desc.c-title.ellipsis {
    white-space: normal;
}
.uni-body.user-pages-order .order-pages>uni-view>.store-info>.f-caption>.pb-md:before {
    content: "营业时间 ";
}

/*下单支付界面折扣卡支付添加新卡*/
.uni-body.user-pages-order .order-pages>uni-view>uni-view>.flex-warp>.flex-1>.flex-between+.mt-sm.f-desc {
    display: none;
}

/*下单支付界面订单备注上传图片*/
.uni-body.user-pages-order .order-pages>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.popup-order-text>.flex-between.pt-lg {
    display: none;
}

/*下单页面出行方式*/
.uni-body.user-pages-order .order-pages .address-info+uni-view>.flex-between+.flex-between {
    display: none;
}

/*客人签字温馨提示*/
.uni-body.pages-order .order-pages>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.common-popup-content>.b-1px-t>.flex-y-center,
.uni-body.user-pages-order-detail .order-pages>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.common-popup-content>.b-1px-t>.flex-y-center {
    justify-content: center;
}
.uni-body.pages-order .order-pages>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.common-popup-content>.f-mini-title>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>uni-text>span,
.uni-body.user-pages-order-detail .order-pages>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.common-popup-content>.f-mini-title>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>uni-text>span {
    display: flex;
    justify-content: center;
    text-align: center;
}

/*客人签名确认界面*/
.uni-body.user-pages-order-sign .signature>.signature-text+.signature-area+.tools {
    -webkit-transform: rotate(0deg) translate(50%);
    transform: rotate(0deg) translate(50%);
}
.uni-body.user-pages-order-sign .signature>.signature-text {
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
}

/*优惠卡券详情底部通用券*/
.uni-body.user-pages-coupon-detail .user-coupon-detail>.pl-md.pr-md>.fill-base.pd-lg.f-paragraph>.mt-md.c-warning {
    display: none;
}

/*首页优惠券弹窗*/
.pages-home>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.coupon-popup>.h5-image.bg-img {
    background-image: url("bianzu3.png")!important;
}
.pages-home>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.coupon-popup>.h5-image.bg-img+.iconfont.icon-close {
    top: -4vw;
    right: -4vw;
}
.pages-home>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box {
    overflow-y: visible !important;
}
.pages-home>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.coupon-popup>.coupon-info>.tops {
    display: none;
}
.pages-home>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.coupon-popup>.btns {
    bottom: 10vw;
}
.pages-home>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.coupon-popup>.btns>.flex-center {
    color: #fb4523;
    text-shadow: -1px -1px 1px #fff;
}
.pages-home>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.coupon-popup>.coupon-info>.lists {
    height: 78vw;
    bottom: 21vw;
}
.pages-home>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.coupon-popup>.coupon-info>.lists>uni-scroll-view>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list {
    margin-top: 0;
    height: calc((78vw - 1.33vw * 8) / 5);
}
.pages-home>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.coupon-popup>.coupon-info>.lists .uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list .price:before {
    content: "￥";
    font-size: .6em;
}
.pages-home>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.coupon-popup>.coupon-info>.lists .uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list.flex-between .title.flex-y-center {
    padding: 0 2vw 0 0;
}
.pages-home>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.coupon-popup>.coupon-info>.lists .uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list.flex-between .title.flex-y-center>.ellipsis-3 {
    font-size: .9em;
}

/*首页轮播图底部挡条*/
.uni-body.pages-service .pages-home>.rel>.swiper-box+.banner-filter.abs {
    display: none;
}

/*首页轮播图指示器*/
.uni-body.pages-service .pages-home>.rel>.swiper-box>.dots {
    display: flex;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}
.uni-body.pages-service .pages-home .rel .swiper-box .dots .dot{
    box-shadow: 0 0 0 1px white;
}

/*首页导航*/
.uni-body.pages-service .pages-home .column-box>.swiper-category {
    height: 16.93vw!important;
}
/*.uni-body.pages-service .pages-home>.rel+uni-view {
    margin-top: -4vw!important;
}
.uni-body.pages-service .pages-home .column-box>.swiper-category>.uni-swiper-wrapper>.uni-swiper-slides>.uni-swiper-slide-frame {
    background: linear-gradient(rgb(244 246 248 / .25) 0%,rgb(244 246 248 / 1) 100%);
    backdrop-filter: blur(10px) contrast(100%);
    -webkit-backdrop-filter: blur(10px) contrast(100%);
    border-radius: 4vw 4vw 0 0;
}
.uni-body.pages-service .pages-home .column-box>.swiper-category>.uni-swiper-wrapper>.uni-swiper-slides>.uni-swiper-slide-frame>.swiper-category-item {
    align-items: flex-end;
}*/
.uni-body.pages-service .pages-home .column-box>.swiper-category>.uni-swiper-wrapper>.uni-swiper-slides>.uni-swiper-slide-frame>.swiper-category-item>.column-item>.column-img.radius {
    border-radius: 0;
    width: 10vw;
    height: 10vw;
}

/*首页下单按钮*/
.uni-body.pages-service .pages-home .longbingbing-service-list-item>.longbingbing-service-item .item-btn.flex-center.f-caption.c-base:after {
    content: "\A按照项目选技师";
    font-size: calc(1em * 4 / 7);
    display: contents;
    white-space: pre-wrap;
}
.uni-body.pages-service .pages-home .longbingbing-service-list-item>.longbingbing-service-item .item-btn.flex-center.f-caption.c-base {
    padding: 2vw;
    width: auto;
    height: auto;
    margin-top: -4vw;
    text-align: center;
    font-size: 1em;
    line-height: 1;
}
.uni-body.pages-service .pages-home .longbingbing-service-list-item>.longbingbing-service-item>.flex-1 {
    display: grid;
}
.uni-body.pages-service .pages-home .longbingbing-service-list-item>.longbingbing-service-item>.flex-1>.flex-y-end {
    align-self: end;
    margin-top: 0!important;
}
.uni-body.pages-service .pages-home .longbingbing-service-list-item>.longbingbing-service-item>.flex-1>.flex-y-end>.flex-1+uni-view {
    width: auto!important;
}

/*首页底部空隙*/
.uni-body.pages-service .pages-home>.space-lg {
    height: 2.66vw;
}

/*首页服务项目图片*/
.uni-body.pages-service .pages-home .longbingbing-service-list-item>.longbingbing-service-item>.cover.radius-16,
.uni-body.pages-service .pages-home .longbingbing-service-list-item>.longbingbing-service-item>.cover.radius-16>.h5-image.cover.radius-16 {
    height: 24.4vw;
}

/*首页服务项目副标题*/
.uni-body.pages-service .pages-home .longbingbing-service-list-item>.longbingbing-service-item>.flex-1>.f-caption.c-caption.ellipsis {
    margin: 1vw 0 !important;
    text-align-last: justify;
}

/*首页服务项目会员价*/
.uni-body.pages-service .pages-home .longbingbing-service-list-item>.longbingbing-service-item>.flex-1>.flex-y-end>.flex-1>.flex-y-center.f-paragraph.c-title {
    display: none;
}

/*注销账户*/
.uni-body.user-pages-logout .mine-pages-setting>.space-lg+.flex-center+.pd-lg.f-desc.c-title {
    text-align: center;
}

/*用户中心会员卡排序*/
.uni-body.pages-mine .pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel {
    display: grid;
}
.uni-body.pages-mine .pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel>.user-info.rel {
    order: 1;
}
.uni-body.pages-mine .pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel>.memberdiscount-info {
    order: 4;
    display: table;
}
.uni-body.pages-mine .pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel>.menu-info {
    order: 2;
}
.uni-body.pages-mine .pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel>.mine-tool-list {
    order: 3;
}
.uni-body.pages-mine .pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel:after {
    order: 5;
    content: "Copyright © mingyuedaojia.com";
    color: #f4f6f8;
    text-shadow: -1px -1px 0px #ccc, 1px 1px 0px #fff;
    text-align: center;
    display: block;
    padding-top: 4vw;
}

/*用户中心会员卡调色*/
.uni-body.pages-mine .pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel>.memberdiscount-info .memberdiscount-info>.discount-img {
    opacity: 0;
}
.uni-body.pages-mine .pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel>.memberdiscount-info .memberdiscount-info {
    background: #6467F0;
    border-radius: 2.66vw;
}
.uni-body.pages-mine .pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel>.memberdiscount-info .memberdiscount-info>.info-item>.flex-1,
.uni-body.pages-mine .pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel>.memberdiscount-info .memberdiscount-info>.info-item>.flex-1 .f-caption {
    color: #fff!important;
}

/*用户中心 地址管理 编辑或添加*/
.uni-body.user-pages-address-edit .apply-pages>.apply-form>.fill-base+.fill-base+.fill-base,
.uni-body.user-pages-address-edit .apply-pages>.apply-form>.fill-base+.fill-base+.fill-base+uni-view {
    display: none;
}
.uni-body.user-pages-address-edit .apply-pages>.apply-form:after {
    content: "\A请补充填写酒店或小区的楼栋号、单元号、房间号";
    white-space: break-spaces;
    display: inline-block;
    width: 100%;
    text-align: justify;
    text-align-last: justify;
}

/*用户中心设置支付宝*/
.uni-body.user-pages-setting .mine-pages-setting>.flex-between.pd-lg.fill-base.f-paragraph:nth-of-type(4) {
    display: none;
}

/*用户中心菜单树第一个申请技师*/
.uni-body.pages-mine .pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel>.mine-tool-list>uni-view:first-child>uni-view>.tool-child>.flex-1>.f-paragraph {
    text-indent: -2em;
}
.uni-body.pages-mine .pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel>.mine-tool-list>uni-view:first-child>uni-view>.tool-child>.flex-1>.f-paragraph:after {
    content: "入驻";
}

/*用户中心顶部背景图底部圆角*/
.uni-body.pages-mine .pages-mine>.longbingbing-mine-page-type.rel.type-1>.mine-bg.abs {
    border-radius: 0 0 3.33vw 3.33vw;
}

/*用户中心姓名整行*/
.pages-mine>.longbingbing-mine-page-type.rel.type-1>.mine-bg+.rel>.user-info>.user-box>.flex-1>.flex-between>uni-view {
    width: auto !important;
}

/*用户中心姓名下方*/
.pages-mine>.longbingbing-mine-page-type.rel.type-1>.mine-bg+.rel>.user-info>.user-box>.flex-1>.flex-warp>.member-tag-1 {
    border: 1px solid #fff;
    color: #232a24;
}

/*用户中心头像右侧垂直居中*/
.pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel>.user-info>.user-box {
    display: flex;
    align-items: center;
}
.pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel>.user-info>.user-box>.flex-1 {
    margin-top: 0 !important;
}
.pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel>.user-info>.user-box>.flex-1>.flex-between>.icon-xitong {
    text-shadow: 1px 1px 1px black;
}

/*用户中心联系客服*/
.uni-body.pages-mine .pages-mine .mine-page-type .mine-tool-list .clear-btn>.tool-child>.flex-1>.icon-right:before {
    content: " 24小时服务 全年无休";
    color: #6467F0;
}
.uni-body.pages-mine .pages-mine .mine-tool-list .clear-btn .tool-child .flex-1 .iconbodadianhua:after {
    content: " 24小时服务 全年无休";
    font-weight:lighter;
}
.uni-body.pages-mine .pages-mine .mine-tool-list .clear-btn .tool-child .flex-1 .iconbodadianhua {
    font-size: 3.7vw!important;
}

.uni-body.pages-mine .pages-mine .mine-tool-list .clear-btn .tool-child .flex-1 .icon-right:before {
    content: " 24小时服务 全年无休"!important;
    font-weight:lighter;
    color: #333;
}
.uni-body.pages-mine .pages-mine .mine-tool-list .clear-btn .tool-child .flex-1 .icon-right:after {
    content: "\e608";
}

/*用户中心导航树内外边距*/
.uni-body.pages-mine .pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel>.mine-tool-list {
    margin: 2.66vw 2.66vw 0;
    border-radius: 2.66vw;
}
.uni-body.pages-mine .pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel>.mine-tool-list .tool-child {
    padding-top: 3.56vw;
    padding-bottom: 3.56vw;
}
.uni-body.pages-mine .pages-mine>.longbingbing-mine-page-type.rel.type-1>.rel>.mine-tool-list .tool-child .icon-switch {
    line-height: 3.73vw;
}

/*地图页面顶部*/
.uni-body.pages-map .pages-map>uni-view>.ui-fixed.fixed-top>.fill-base {
    height: 14.13vw !important;
    overflow: hidden;
}

/*技师列表会员价*/
.uni-body.pages-technician .pages-technician>.longbingbing-technician-list-popup>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.technician-popup>.list-content>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list-item>.flex-1>.flex-y-center>.flex-y-center.f-paragraph.c-title {
    border: 1px solid #232a24;
    padding: 0 .2vw 0 1.33vw;
    border-radius: 4vw;
}

/*技师列表顶部切换地图*/
.uni-body.pages-technician .pages-technician .uni-navbar>.uni-navbar-header>.uni-navbar-header-btns>.flex-between>.map-info+.map-list-item {
    display: none;
}

/*技师列表已服务多少单*/
.pages-technician .longbingbing-technician-list-item>.longbingbing-technician-item>.flex-1>.flex-between>.flex-center:first-child {
    display: none;
}

/*技师列表技师距离*/
.pages-technician .longbingbing-technician-list-item>.longbingbing-technician-item>.flex-1>.flex-between>
.flex-center>.iconfont.iconjuli+.f-desc.c-title:before {
    content: "直线距离";
    margin: 0 1.33vw;
}

/*技师列表最早可约*/
.pages-technician .longbingbing-technician-list-item>.longbingbing-technician-item .can-service-btn.flex-center.f-icontext.rel {
    padding: 1.6vw;
}

/*技师列表立即预约按钮*/
.uni-body.pages-technician .pages-technician .longbingbing-technician-list-item>.longbingbing-technician-item .item-btn.flex-center.f-desc.c-base:after {
    content: "\A按照技师选项目";
    font-size: calc(1em * 4 / 7);
    display: contents;
    white-space: pre-wrap;
}
.uni-body.pages-technician .pages-technician .longbingbing-technician-list-item>.longbingbing-technician-item .item-btn.flex-center.f-desc.c-base {
    padding: 2vw;
    width: auto;
    height: auto;
    margin-top: -6.86vw;
    text-align: center;
    font-size: 1em;
    line-height: 1;
}
.uni-body.pages-technician .pages-technician .longbingbing-technician-list-item>.longbingbing-technician-item>.flex-1>.flex-between.b-1px-t>uni-view {
    width: auto!important;
}
.uni-body.pages-technician .pages-technician .longbingbing-technician-list-item>.longbingbing-technician-item>.flex-1 {
    display: grid;
}
.uni-body.pages-technician .pages-technician .longbingbing-technician-list-item>.longbingbing-technician-item>.flex-1>.flex-between.b-1px-t {
    align-self: end;
}
.uni-body.pages-technician .pages-technician .longbingbing-technician-list-item>.longbingbing-technician-item>.flex-1>.flex-between.b-1px-t:before {
    border-top: 0 solid #eee;
}
.pages-technician .longbingbing-technician-list-item>.longbingbing-technician-item {
    padding-bottom: 4vw!important;
}
.pages-technician .longbingbing-technician-list-item>.longbingbing-technician-item .item-img+.item-tag {
    margin-bottom: 0;
}

/*技师列表立即预约弹窗顶部*/
.pages-technician>.longbingbing-technician-list-popup>.uni-popup>.uni-popup__wrapper:before {
    content: "×";
    background: #fff;
    border-radius: 50%;
    width: 10vw;
    aspect-ratio: 1 / 1;
    margin-left: calc(50% - 5vw);
    font-size: 5vw;
    display: grid;
    place-items: center;
}

/*技师列表立即预约弹窗高度*/
.pages-technician>.longbingbing-technician-list-popup>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.technician-popup>.list-content {
    max-height: calc(100vh - 48.66vw);
}

/*技师列表立即预约弹窗服务项目图片*/
.pages-technician>.longbingbing-technician-list-popup>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.technician-popup>.list-content>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list-item>.avatar.lg.radius-16 {
    height: 19.66vw;
}

/*技师列表顶部位置显示*/
.uni-body.pages-technician .pages-technician .uni-navbar-header>.uni-navbar-header-btns>.flex-between>.map-info {
    width: 100% !important;
}
.uni-body.pages-technician .pages-technician .uni-navbar-header>.uni-navbar-header-btns>.flex-between>.map-info>.iconjuli,
.uni-body.pages-technician .pages-technician .uni-navbar-header>.uni-navbar-header-btns>.flex-between>.map-info>.map-text {
    font-size: initial;
}
.uni-body.pages-technician .pages-technician .uni-navbar-header>.uni-navbar-header-btns>.flex-between>.map-info>.icon-down {
    margin-left: 1vw;
}
.uni-body.pages-technician .pages-technician .uni-navbar-header>.uni-navbar-header-btns>.flex-between>.map-info:after {
    content: "刷新定位 ☜";
    margin-left: auto;
}

/*多页面的服务项目选择技师*/
.uni-body.user-pages-choose-technician .pages-technician .ui-fixed.fixed-top>.uni-navbar>.uni-navbar-header>.uni-navbar-header-btns>.map-info {
    width: 100% !important;
}
.uni-body.user-pages-choose-technician .pages-technician .ui-fixed.fixed-top>.uni-navbar>.uni-navbar-header>.uni-navbar-header-btns>.map-info>.flex-y-center>.iconjuli,
.uni-body.user-pages-choose-technician .pages-technician .ui-fixed.fixed-top>.uni-navbar>.uni-navbar-header>.uni-navbar-header-btns>.map-info>.flex-y-center>.map-text {
    font-size: initial;
}
.uni-body.user-pages-choose-technician .pages-technician .ui-fixed.fixed-top>.uni-navbar>.uni-navbar-header>.uni-navbar-header-btns>.map-info>.flex-y-center>.icon-down {
    margin-left: 1vw;
}
.uni-body.user-pages-choose-technician .pages-technician .ui-fixed.fixed-top>.uni-navbar>.uni-navbar-header>.uni-navbar-header-btns>.map-info:after {
    content: "修改定位 ☜";
    margin-left: auto;
}

/*技师列表页面选择服务地址隐藏顶部城市选择*/
.user-pages-choose-index>uni-view:first-child>.ui-fixed.fixed-top>.fill-base>.flex-between>.flex-y-center {
    display: none;
}
.user-pages-choose-index>uni-view:first-child>.ui-fixed.fixed-top>.fill-base>.flex-between>.flex-1.ml-md {
    margin-left: 0;
}

/*技师列表页面选择服务地址隐藏底部热门城市*/
.user-pages-choose-index>uni-view:nth-child(4) {
        display: none;
}

/*技师列表页面选择服务地址刷新定位*/
.uni-body.user-pages-choose-index .user-pages-choose-index>.fill-base>.flex-between>.flex-y-center.f-caption>.text-bold {
    color: #fff !important;
    background: #6467F0;
    padding: .66vw 1.33vw .66vw 3.33vw;
    border-radius: 2.13vw;
    letter-spacing: 1px;
}
.uni-body.user-pages-choose-index .user-pages-choose-index>.fill-base>.flex-between>.flex-y-center.f-caption>.iconfont {
    font-size: 5.33vw;
    background: #fff;
    border-radius: 40%;
    margin-right: -.5em!important;
    animation: dingwei-rotate-1 1s linear infinite;
}
@keyframes dingwei-rotate-1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*技师列表当前城市暂未开放技师上线*/
.uni-body.pages-technician .pages-technician>.fix>.longbingbing-open-city-item>.flex-center {
    display: none;
}
.uni-body.pages-technician .pages-technician>.fix>.longbingbing-open-city-item>.city-box {
    margin-top: 0;
}
.uni-body.pages-technician .pages-technician>.fix>.longbingbing-open-city-item>.city-box>.f-paragraph {
    display: block;
    text-align: center;
    white-space: pre-wrap;
}

/*技师详情顶部图片铺满元素*/
.uni-body.user-pages-technician-info .technician-info>#box>.swiper-box>.swiper-ad>.uni-swiper-wrapper>.uni-swiper-slides>.uni-swiper-slide-frame>uni-swiper-item>.img-box>.swiper-ad__img>div {
    background-size: cover!important;
}

/*技师详情照片数字指示*/
.uni-body.user-pages-technician-info .technician-info>#box>.swiper-box>.numbers {
    text-align: center !important;
    bottom: 12vw !important;
}
.uni-body.user-pages-technician-info .technician-info>#box>.swiper-box>.numbers>.number {
    background: rgba(0,0,0,.6);
}

/*技师详情基本信息档案证书入驻门店*/
.uni-body.user-pages-technician-info .technician-info>#box>.ti-box>.ti-basic,
.uni-body.user-pages-technician-info .technician-info>#box>.ti-box>.ti-certificate,
.uni-body.user-pages-technician-info .technician-info>#box>.ti-box>.ti-store {
    display: none;
}

/*技师详情入驻门店*/
.uni-body.user-pages-technician-info .technician-info>#box>.ti-box>.ti-store {
    padding-top: 3.33vw;
}
.uni-body.user-pages-technician-info .technician-info>#box>.ti-box>.ti-store>.f-caption {
    align-items: center;
    display: flex;
}
.uni-body.user-pages-technician-info .technician-info>#box>.ti-box>.ti-store>.flex-1>.flex-between.mt-md {
    border-top: 1px solid #eee;
    padding-top: 2.66vw;
}

/*技师详情接单评分收藏*/
.uni-body.user-pages-technician-info .technician-info>#box>.ti-box>.count-list {
    background: rgba(244, 246, 248, .75);
    border-radius: 1.6vw;
    margin: 2vw 4vw 0;
}

/*技师详情页面顶部视频生活照屏蔽按钮*/
.uni-body.user-pages-technician-info .technician-info>#box>.switch-banner,
.uni-body.user-pages-technician-info .technician-info>#box>.switch-banner+.flex-center {
    display: none;
}

/*门店列表样式*/
.uni-body.pages-shopstore .pages-shopstore .longbingbing-shopstore-list-item>.longbingbing-shopstore-item {
    display: block;
}
.uni-body.pages-shopstore .pages-shopstore .longbingbing-shopstore-list-item>.longbingbing-shopstore-item .item-img {
    width: auto;
    height: auto;
    aspect-ratio: 16 / 9;
}
.uni-body.pages-shopstore .pages-shopstore .longbingbing-shopstore-list-item>.longbingbing-shopstore-item>.flex-1.ml-md.max-510 {
    margin-left: 0;
    margin-top: 2vw;
    max-width: inherit;
}
.uni-body.pages-shopstore .pages-shopstore .longbingbing-shopstore-list-item>.longbingbing-shopstore-item>.flex-1>.flex-y-center>.text-bold {
    max-width: calc(100% - 12.8vw);
}

/*门店列表好评率接单率*/
.uni-body.pages-shopstore .pages-shopstore .longbingbing-shopstore-list-item>.longbingbing-shopstore-item>.flex-1>.flex-between>.rate-info.flex-center.c-base.rel {
    padding: 0;
    color: inherit!important;
}
.uni-body.pages-shopstore .pages-shopstore .longbingbing-shopstore-list-item>.longbingbing-shopstore-item>.flex-1>.flex-between>.rate-info.flex-center.c-base.rel>.bg.abs {
    background: none!important;
}

/*门店列表营业中*/
.pages-shopstore .longbingbing-shopstore-list-item>.longbingbing-shopstore-item>.flex-1>.flex-y-center>.store-status-btn{
    margin-left: auto;
    height: auto;
    border-radius: 3px;
}
.pages-shopstore .longbingbing-shopstore-list-item>.longbingbing-shopstore-item>.flex-1>.flex-y-center>.text-bold.max-380.ellipsis{
    white-space: normal;
}

/*门店详情顶部图片*/
.uni-body.shopstore-pages-detail .shopstore-detail.order-pages.rel>uni-image.cover-img {
    height: auto;
}
.uni-body.shopstore-pages-detail .shopstore-detail.order-pages.rel>uni-image.cover-img>img {
    position: static;
    opacity: 1;
}

/*商家详情营业执照*/
.uni-body.shopstore-pages-detail .shopstore-detail .f-md-title+.flex-between {
    display: none;
}

/*商家详情门店地址*/
.uni-body.shopstore-pages-detail .shopstore-detail>.pd-lg>.store-info>.flex-y-center>.c-title>.copy-btn {
    white-space: nowrap;
    margin-left: 0;
}
.uni-body.shopstore-pages-detail .shopstore-detail>.pd-lg>.store-info>.flex-y-center>.c-title>span:first-child {
    margin-right: 1.33vw;
}

/*商家详情预约团购技师评价*/
.uni-body.shopstore-pages-detail .shopstore-detail.order-pages.rel>.tab-box{
    display: none;
}
/*.uni-body.shopstore-pages-detail .shopstore-detail.order-pages.rel>.tab-box {
    background: linear-gradient(rgb(244 246 248 / .75) 0%,rgb(244 246 248 / .75) 100%);
    backdrop-filter: blur(10px) contrast(100%);
    -webkit-backdrop-filter: blur(10px) contrast(100%);
}
.uni-body.shopstore-pages-detail .shopstore-detail.order-pages.rel>.tab-box .tab-list {
    background: none!important;
}*/

/*商家详情预约项目*/
.uni-body.shopstore-pages-detail .shopstore-detail.order-pages.rel>#scroll1 {
    margin-top: 2.66vw;
    padding: 4vw 0;
}
.uni-body.shopstore-pages-detail .shopstore-detail.order-pages.rel>#scroll1>.flex-between {
    padding-bottom: 4vw;
}

/*商家详情预约项目列表*/
.uni-body.shopstore-pages-detail .shopstore-detail.order-pages.rel>#scroll1>.pl-lg.pr-lg.radius-16.pt-sm.fill-base {
    background: #f4f6f8;
    margin: 0 4vw;
    padding: 1.33vw!important;
}
.uni-body.shopstore-pages-detail .shopstore-detail.order-pages.rel>#scroll1>.pl-lg.pr-lg.radius-16.pt-sm.fill-base:nth-child(n+3) {
    margin-top: 4vw;
}

/*商家详情评论*/
.uni-body.shopstore-pages-detail .shopstore-detail>#scroll4.footer-h {
    min-height: auto;
}

/*服务详情内容切换*/
.uni-body.user-pages-detail .pages-home>.ml-md.mr-md.mt-md.fill-base.pb-lg.radius-16>.space-sm {
    display: none;
}

/*服务详情页轮播图底部圆角*/
.uni-body.user-pages-detail .pages-home.rel>.swiper-box>.swiper-ad>.uni-swiper-wrapper {
    border-radius: 0 0 2.6vw 2.6vw;
}

/*服务详情服务部位两端对齐*/
.uni-body.user-pages-detail .pages-home>.d-info>.detail-info>.rel.pt-md.flex-y-center>.flex-warp.flex-1 {
    justify-content: space-between;
}

/*服务详情已售*/
.uni-body.user-pages-detail .pages-home>.d-info>.detail-info>.flex-y-end.pt-sm {
    align-items: center;
}
.uni-body.user-pages-detail .pages-home>.d-info>.detail-info>.flex-y-end.pt-sm:after {
    content: "+";
}

/*服务详情项目介绍图片*/
.uni-body.user-pages-detail .pages-home.rel .fill-base.f-paragraph.c-desc.ml-lg.mr-lg.mt-lg.radius-16 img {
    pointer-events: none;
}

/*会员卡购买*/
.uni-body.memberdiscount-pages-index .memberdiscount-index .card-list>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.card-item,
.uni-body.memberdiscount-pages-index .memberdiscount-index .card-list>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.card-item>.card-img {
    width: 42.4vw;
    border-radius: 3vw;
}
.uni-body.memberdiscount-pages-index .memberdiscount-index .card-list>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.card-item .reduce-btn,
.uni-body.memberdiscount-pages-index .memberdiscount-index>.flex-between,
.uni-body.memberdiscount-pages-index .memberdiscount-index>.share-info {
    display: none;
}

/*同意退款界面项目金额和车费修改输入框*/
.uni-body.agent-pages-refund-refund .user-order-refund>.fill-base>.item-child>.mt-sm>.flex-between>.flex-y-center>.text-right,
.uni-body.agent-pages-refund-refund .user-order-refund>.fill-base>.flex-between>.flex-y-center>.text-right {
    border: 1px solid grey;
    padding: .5em;
    border-radius: .5em;
}

/*查看图片叉叉符号*/
.uni-system-preview-image>.uni-system-preview-image-swiper+.nav-btn-back {
    top: auto;
    right: auto;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0 0 0 / .5);
    border-radius: 50%;
}
.uni-system-preview-image>.uni-system-preview-image-swiper+.nav-btn-back:before {
    content: "左右滑动查看更多";
    position: absolute;
    margin-top: -2em;
    width: max-content;
    margin-left: -3.5em;
    opacity: .25;
    text-shadow: 1px 1px 1px #000;
}

/*回到首页*/
.abs.back-user-ios,
.abs.back-user-android {
    position: fixed;
    width: 94.68vw;
    margin: calc((11.86vw - 32px) / 2) 2.66vw;
    color: #fff;
    background: linear-gradient(rgb(7 193 96 / .5) 0%,rgb(7 193 96 / .8) 100%)!important;
    backdrop-filter: blur(10px) contrast(100%);
    -webkit-backdrop-filter: blur(10px) contrast(100%);
}
.abs>.iconshouye+.back-user_text {
    text-indent: -4em;
    overflow: hidden;
}
.abs>.iconshouye+.back-user_text:after {
    content: "点此返回平台首页";
}

/*订单开始时间服务时间*/
.uni-body.pages-order .order-pages>.item-child>.flex-center.mt-lg>.flex-1.ml-md:after {
    content: "具体时间以技师实际开始服务时间为准";
    color: rgb(122, 125, 124);
    font-size: 3.2vw;
}
.uni-body.pages-order .order-pages>.item-child>.flex-center.mt-lg>.flex-1.ml-md>.flex-y-center.f-caption.mt-sm,
.uni-body.pages-order .order-pages>.item-child>.flex-center.mt-lg>.flex-1.ml-md>.flex-center.mt-sm {
    margin-top: 0;
}
.uni-body.user-pages-order-detail .order-pages>.rel>.mt-md.ml-lg.mr-lg.pd-lg.fill-base.f-paragraph.c-caption.radius-16>.flex-center+.flex-between.mt-md>.c-title+.c-title:after {
    content: "具体时间以技师实际开始服务时间为准";
    display: block;
    color: #232a24;
    font-size: 3.73vw;
}

/*订单列表顶部提示*/
.uni-body.pages-order .order-pages>.item-child~.space-lg {
    height: auto;
}
.uni-body.pages-order .order-pages>.item-child~.space-lg:before,
.uni-body.pages-order .order-pages>.abnor>.abnor-box:after {
    content: "严禁技师以任何理由向顾客收取任何费用\A顾客请勿支付技师任何形式或理由的收费";
    margin: 2.66vw;
    text-align: center;
    display: block;
    font-style: italic;
    white-space: pre-line;
    color: rgb(122, 125, 124);
}
.uni-body.pages-order .order-pages>.abnor>.abnor-box>.abnor-tip {
    display: none;
}

/*订单详情顶部状态*/
.uni-body.user-pages-order-detail .order-pages>.rel>.item-child>.flex-y-baseline,
.uni-body.user-pages-order-detail .order-pages>.rel>.item-child>.f-caption>.flex-warp,
.uni-body.user-pages-order-detail .order-pages>.rel>.pl-lg.pr-lg>.flex-y-center {
    justify-content: center;
    align-items: center;
}
.uni-body.user-pages-order-detail .order-pages>.rel>.item-child>.flex-y-baseline>.flex-center:before {
    content: "当前状态：";
}
.uni-body.user-pages-order-detail .order-pages>.rel>.item-child>.flex-y-baseline>.flex-center:after {
    content: "\00a0点此查看流程进度";
}

/*订单详情顶部技师出发地图*/
.uni-body.user-pages-order-detail .order-pages>.rel>.item-child>.order-map-box {
    display: none;
}

/*订单详情状态流程打卡地点*/
.uni-body.user-pages-order-detail .order-pages>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.order-type-box .uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content .record-item>.mt-md.f-desc {
    display: none;
}

/*登录页面*/
.uni-body.pages-login .pages-user-login>uni-view>.logo-img+uni-view+uni-view {
    height: 5.33vw!important;
}

/*登录页面平台名称和slogan*/
.uni-body.pages-login .pages-user-login>.flex-center.flex-column>.logo-img+uni-view:after {
    content: "同城上门推拿按摩服务平台";
    display: block;
}
.uni-body.pages-login .pages-user-login>.flex-center.flex-column>.logo-img+uni-view {
    text-align: center;
}

/*技师端首页顶部地图右下角腾讯地图*/
.uni-body.pages-coach-index .technician-pages-index>.technician-map>div>div>div+div>a {
    display: none !important;
}

/*技师端首页禁止技师自由设置等单位置*/
.uni-body.pages-coach-index .technician-pages-index>.page-content .addr-info>.flex-center.f-title.c-title {
    pointer-events: none;
}

/*技师端首页今日实时数据和公告标题*/
.uni-body.pages-coach-index .technician-pages-index>.page-content .renzheng-info+.fill-base.radius-16.rel,
.uni-body.pages-coach-index .technician-pages-index>.page-content .renzheng-info+.fill-base.radius-16.rel+.f-mini-title {
    display: none;
}

/*技师端订单列表页和详情页的打卡提示和手动定位*/
.uni-body.technician-pages-order-list .technician-pages-order>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.common-popup-content>.title+.desc,
.uni-body.technician-pages-order-list .technician-pages-order>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.common-popup-content>.flex-warp>.flex-1>.c-warning,
.uni-body.technician-pages-order-detail .order-pages>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.common-popup-content>.title+.desc,
.uni-body.technician-pages-order-detail .order-pages>.uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.common-popup-content>.flex-warp>.flex-1>.c-warning {
    display: none;
}

/*技师端订单列表页和详情页的定位失败提示操作视频*/
.uni-body.technician-pages-order-detail .order-pages .uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.common-popup-content>.f-desc.c-warning.mt-sm,
.uni-body.technician-pages-order-list .technician-pages-order .uni-popup>.uni-popup__wrapper>.uni-popup__wrapper-box>.common-popup-content>.f-desc.c-warning.mt-sm {
    display: none;
}

/*技师端首页技师位置区域*/
.uni-body.pages-coach-index .technician-pages-index.rel>.technician-map+.page-content.rel {
    top: 18.93vw;
}
.uni-body.pages-coach-index .technician-pages-index.rel>.technician-map.autocity+.coach-change-city+.page-content.rel.autocity {
    margin-top: -6.66vw;
}

/*技师端首页实时定位和定位教程*/
.uni-body.pages-coach-index .technician-pages-index.rel>.technician-map+.page-content .flex-between>.change-location,
.uni-body.pages-coach-index .technician-pages-index.rel>.technician-map+.page-content .addr-info>.flex-y-center,
.uni-body.pages-coach-index .technician-pages-index.rel>.technician-map.autocity+.coach-change-city,
.uni-body.pages-coach-index .technician-pages-index.rel>.technician-map.autocity+.coach-change-city+.page-content.rel.autocity .addr-info>.flex-y-center {
    display: none;
}

/*技师端时间管理*/
.uni-body.technician-pages-time-manage .technician-time-manage>.fill-base+.fill-base+.flex-center+.fill-base,
.uni-body.technician-pages-time-manage .technician-time-manage>.fill-base+.fill-base+.flex-center+.fill-base+.date-list {
    display: none;
}

/*技师端接单时间提示语*/
.uni-body.technician-pages-time-manage .technician-time-manage>.fill-base+.fill-base>.f-title:after {
    content: "若要全天24小时接单，请将开始和结束都设为0点0分";
    display: block;
    color: #999;
    font-size: 3.73vw;
    text-align: justify;
    text-align-last: justify;
}

.uni-body.technician-pages-time-manage .technician-time-manage>.fill-base.pd-lg.flex-between:after {
    content: "设置后别忘了点击底部保存";
    position: absolute;
    right: 4vw;
    top: 14.35vw;
    z-index: 1;
}

/*技师端时间管理底部保存*/
.uni-body.technician-pages-time-manage .technician-time-manage>.content>.btn-list .bottom-view {
    animation: shijianguanli 1s infinite;
}
@keyframes shijianguanli {
    0% {}
    100% {background-color: #FF0000;}
}

/*技师端提成等级管理页面顶部等级*/
.uni-body.technician-pages-level .pages-technician-level>.image-container {
    height: 44vw;
}
.uni-body.technician-pages-level .pages-technician-level>.image-container>.uni-swiper-wrapper>.uni-swiper-slides>.uni-swiper-slide-frame>.swiper-item>.technician-level {
    height: 21vw;
}

/*技师端提成等级管理页面提成规则*/
.uni-body.technician-pages-level .pages-technician-level>.image-container>.uni-swiper-wrapper>.uni-swiper-slides>.uni-swiper-slide-frame>.swiper-item>.technician-level>.flex-warp.f-icontext.mt-sm {
    display: none;
}
.uni-body.technician-pages-level .pages-technician-level>.count-list>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list-item:nth-child(n+2):nth-last-child(-n+5) {
    display: none;
}
.uni-body.technician-pages-level .pages-technician-level>.count-list>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list-item:first-child>.flex-center.text:after {
    content: "(含首钟和加钟)";
}
.uni-body.technician-pages-level .pages-technician-level>.count-list>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list-item {
    width: 100%;
}
.uni-body.technician-pages-level .pages-technician-level>.flex-y-center{
    justify-content: center;
}
.uni-body.technician-pages-level .pages-technician-level>.rule-list>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list-item:nth-of-type(n+3):nth-of-type(-n+6) {
    display: none;
}
.uni-body.technician-pages-level .pages-technician-level>.rule-list>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list-item>.flex-center {
    width: 22.33vw;
}

/*技师端提成等级管理页面提成规则首钟分成后面加钟分成*/
.uni-body.technician-pages-level .pages-technician-level>.rule-list>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list-item:last-child>.flex-center {
    width: 44.66vw;
}
.uni-body.technician-pages-level .pages-technician-level>.rule-list>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list-item.flex-warp:last-child>.flex-center.title:after {
    content: "加钟分成";
    margin-left: calc(22.33vw - 4em);
}
.uni-body.technician-pages-level .pages-technician-level>.rule-list>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list-item:last-child>.flex-center:nth-of-type(n+2):nth-of-type(-n+6):after {
    margin-left: calc(22.33vw - 2em);
}
.uni-body.technician-pages-level .pages-technician-level>.rule-list>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list-item:last-child>.flex-center:nth-child(2):after {
    content: "60%";
}
.uni-body.technician-pages-level .pages-technician-level>.rule-list>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list-item:last-child>.flex-center:nth-child(3):after {
    content: "65%";
}
.uni-body.technician-pages-level .pages-technician-level>.rule-list>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list-item:last-child>.flex-center:nth-child(4):after {
    content: "70%";
}
.uni-body.technician-pages-level .pages-technician-level>.rule-list>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list-item:last-child>.flex-center:nth-child(5):after {
    content: "80%";
}
.uni-body.technician-pages-level .pages-technician-level>.rule-list>.uni-scroll-view>.uni-scroll-view>.uni-scroll-view-content>.list-item:last-child>.flex-center:nth-child(6):after {
    content: "80%";
}

/*技师端提成等级管理页面底部*/
.uni-body.technician-pages-level .pages-technician-level>.space-footer:before {
    content: "【温馨提示】\A其他平台要扣渠道费/提现费/师傅费/所得税/增值税等费用\A本平台不扣任何手续费";
    color: #7e8da3;
    font-size: 3.46vw;
    display: block;
    text-align: center;
    white-space: break-spaces;
}
.uni-body.technician-pages-level .pages-technician-level>.space-footer {
    height: auto;
    padding: 4vw 2.66vw;
    font-size: 3.46vw;
}
