
.poppyAnimation-enter-active[data-v-aa00e2e6] {
    -webkit-animation: mask-fadein-data-v-aa00e2e6 0.3s cubic-bezier(.4,0,.2,1);
       -moz-animation: mask-fadein-data-v-aa00e2e6 0.3s cubic-bezier(.4,0,.2,1);
         -o-animation: mask-fadein-data-v-aa00e2e6 0.3s cubic-bezier(.4,0,.2,1);
            animation: mask-fadein-data-v-aa00e2e6 0.3s cubic-bezier(.4,0,.2,1)
}
.poppyAnimation-leave-active[data-v-aa00e2e6] {
    -webkit-animation: mask-fadeout-data-v-aa00e2e6 0.25s cubic-bezier(.4,0,.2,1);
       -moz-animation: mask-fadeout-data-v-aa00e2e6 0.25s cubic-bezier(.4,0,.2,1);
         -o-animation: mask-fadeout-data-v-aa00e2e6 0.25s cubic-bezier(.4,0,.2,1);
            animation: mask-fadeout-data-v-aa00e2e6 0.25s cubic-bezier(.4,0,.2,1)
}
@-webkit-keyframes mask-fadein {
0% { opacity: 0;
}
100% { opacity: 1;
}
}
@-moz-keyframes mask-fadein {
0% { opacity: 0;
}
100% { opacity: 1;
}
}
@-o-keyframes mask-fadein {
0% { opacity: 0;
}
100% { opacity: 1;
}
}
@keyframes mask-fadein-data-v-aa00e2e6 {
0% { opacity: 0;
}
100% { opacity: 1;
}
}
@-webkit-keyframes mask-fadeout {
0% { opacity: 1;
}
100% { opacity: 0;
}
}
@-moz-keyframes mask-fadeout {
0% { opacity: 1;
}
100% { opacity: 0;
}
}
@-o-keyframes mask-fadeout {
0% { opacity: 1;
}
100% { opacity: 0;
}
}
@keyframes mask-fadeout-data-v-aa00e2e6 {
0% { opacity: 1;
}
100% { opacity: 0;
}
}
video[data-v-aa00e2e6]::-webkit-media-controls {
　　display: none !important;
}
.vue-video-player[data-v-aa00e2e6] {
    /* display: none; */
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none;
}
.video-player__shadow[data-v-aa00e2e6] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    /* opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity; */
}
.video__open[data-v-aa00e2e6] {
    display: block;
}
.vue-video-player .center-play[data-v-aa00e2e6] {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.vue-video-player .video-loading[data-v-aa00e2e6] {
    height: 1.2rem;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.vue-video-player .center-play img[data-v-aa00e2e6] {
    width: 100%;
    height: 100%;
}
.video-player__content[data-v-aa00e2e6] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
}
.video-player__content video[data-v-aa00e2e6] {
    width: 100%;
}
.video-player__control[data-v-aa00e2e6] {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    z-index: 3;
    left: 0;
    bottom: 1.3rem;
    background-color: transparent;
}
.video-player__footer[data-v-aa00e2e6] {
    position: absolute;
    bottom: .3rem;
    left: .3rem;
    width: 100%;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.video-player__footer .video-close[data-v-aa00e2e6] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    background: rgb(191,191,191, 50%);
    font-size: 0.4rem;
    color: #fff;
    border-radius: 0.6rem;
    text-align: center;
}
.video-player__control .video-play[data-v-aa00e2e6] {
    font-size: .6rem;
    color: #fff;
    margin-right: .2rem;
}
.video-time[data-v-aa00e2e6] {
    font-size: .28rem;
    color: #fff;
    margin-right: .3rem;
}
.video-loader[data-v-aa00e2e6] {
    color: #fff;
}
.video-player__control[data-v-aa00e2e6] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: .3rem;
}
.video-player__control .video-progress[data-v-aa00e2e6] {
    position: relative;
    width: 100%;
    height: .06rem;
    background: #a5a5a5;
}
.video-player__control .video-progress__suc[data-v-aa00e2e6] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: .06rem;
    background: #c9c9c9;
}
.video-player__control .video-progress__now[data-v-aa00e2e6] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: .06rem;
    background: #efefef;
}
.video-player__control .video-progress__bar[data-v-aa00e2e6] {
    position: absolute;
    left: 0;
    top: -0.13rem;
    z-index: 4;
    width: .3rem;
    height: .3rem;
    background: #fff;
    border-radius: .3rem;
    margin-left: -0.15rem;
    /* transition: all .2s; */
}

.pswp[data-v-1d907860] {
    display: none;
}
.pswp.pswp--open[data-v-1d907860] {
    display: block;
}
.pswp__top-bar[data-v-1d907860] {
    height: .28rem;
}
.pswp__counter[data-v-1d907860] {
    text-align: center;
    right: 0;
    line-height: .6rem;
    height: .6rem;
    font-size: .34rem;
}

.bankless-input__body[data-v-bb41422e] {
    white-space: nowrap;
}
.bankless-input__content[data-v-bb41422e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: relative;
    width: 100%;
}
.bankless-input__inner[data-v-bb41422e] {
    -webkit-appearance: none;
    background-image: none;
    border: none;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #000;
    color: var(--poppy_color_dark);
    display: inline-block;
    caret-color: #ff4800;
    caret-color: var(--poppy_color_brand_primary1);
    background-color: inherit;
    /* font-family: poppy-roboto,Helvetica,PingFang SC,Noto Sans SC,Source Han Sans CN,Arial,Hiragino Sans GB,sans-serif;
    font-weight: 500;
    font-size: .32rem;
    font-size: var(--poppy_fontsize_medium_x); */
    outline: none;
    width: 100%;
    line-height: inherit;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0);
}
.bankless-mock-input__content[data-v-bb41422e] {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    overflow: hidden;
}
.bankless-mock-input__content span[data-v-bb41422e] {
    border: none;
    outline: none;
}
.bankless-mock-input__placeholder[data-v-bb41422e] {
    color: rgba(0,0,0,.2);
    color: var(--poppy_color_positive_level5);
    position: relative;
    left: 1px;
    font-weight: 500;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
         transform: translateY(-50%);
}
.bankless-mock-input__value[data-v-bb41422e] {
    /* font-weight: 400; */
    color: #000;
    color: var(--poppy_color_dark);
    display: inline-block;
    caret-color: #ff4800;
    caret-color: var(--poppy_color_brand_primary1);
    min-height: .48rem;
    /* height: .44rem;
    line-height: .44rem; */
    /* font-weight: 500; */
}
.bankless-mock-input__value.is-focus[data-v-bb41422e]:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    margin-left: 1px;
    height: 1em;
    width: 1px;
    background: transparent;
    -webkit-animation: blink 1s infinite step-start;
    -moz-animation: blink 1s infinite step-start;
      -o-animation: blink 1s infinite step-start;
         animation: blink 1s infinite step-start;
}
.bankless-input__prefix[data-v-bb41422e] {
    width: 24px;
    height: 100%;
    color: rgba(0,0,0,.2);
    color: var(--poppy_color_positive_level5);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
    top: 0;
    right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    left: -5px;
    top: 10px
}
.bankless-input__suffix i[data-v-bb41422e] {
    position: relative;
    color: rgba(0,0,0,.4);
    color: var(--poppy_color_positive_level4)
}

.bankless-popup[data-v-1b321d2d] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
}
.com-agreement{margin-top:.4rem;padding:0 .4rem;display:-webkit-box;display:-moz-box;-webkit-box-pack:start;-moz-box-pack:start;-webkit-box-align:center;-moz-box-align:center;font-size:.24rem;line-height:.36rem;color:rgba(0,0,0,0.4)}.com-agreement__sel{margin-right:.08rem;display:block;width:.32rem;height:.32rem;background:url(../../../static/img/large-withdraw-agreement.svg) center center no-repeat;-moz-background-size:0.32rem 0.32rem;-o-background-size:0.32rem 0.32rem;-webkit-background-size:0.32rem 0.32rem;background-size:0.32rem 0.32rem}.com-agreement__sel.active{background:url(../../../static/img/large-withdraw-agreement-active.svg) center center no-repeat;-moz-background-size:0.32rem 0.32rem;-o-background-size:0.32rem 0.32rem;-webkit-background-size:0.32rem 0.32rem;background-size:0.32rem 0.32rem}.com-agreement__txt{font-size:.24rem;line-height:.36rem;color:#4c88bd}


.common-dialog-area[data-v-20d9faf3] {
    position: fixed;
}
.share-wechat-tips[data-v-20d9faf3] {
    position: fixed;
    right: 1.46rem;
    top: .75rem;
}
.share-wechat-tips li[data-v-20d9faf3] {
    color: #fff;
    font-size: .3rem;
    line-height: .78rem;
    position: relative;
    margin-bottom: .04rem;
    padding-right: .85rem;
}
.share-wechat-tips li[data-v-20d9faf3]:after {
    content: "";
    display: block;
    width: .78rem;
    height: .78rem;
    background: url(../../../static/img/icon_share.png) no-repeat;
    -o-background-size: 1.2rem 9.54rem;
       background-size: 1.2rem 9.54rem;
    position: absolute;
    top: 0;
    right: 0;
}
.share-wechat-tips li[data-v-20d9faf3]:first-child:after {
    background-position: 0 -7.2rem;
}
.share-wechat-tips .share-wechat-menu[data-v-20d9faf3]:after {
    background-position: 0 -7.98rem;
}
.share-wechat-tips[data-v-20d9faf3]:after {
    content: "";
    display: block;
    width: 1.06rem;
    height: .89rem;
    background: url(../../../static/img/icon_arowr.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
    position: absolute;
    right: -.93rem;
    top: -.75rem;
}

.dialog-custom .branch-home-v2-hint-dialog__cont[data-v-99c29cda] {
    position: relative;
    z-index: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin-top: .1rem;
    padding-bottom: 1.15rem;
    max-height: 5rem;
    word-break: break-all;
}  



























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































.right_text[data-v-349a2b7d] {
	font-size: 0.3rem;
	color: #f37938;
}





































































































































































































































































































































































































































































































































































































































































































































































































































































































































































.swiper-pagination-custom {
    position: absolute;
    top: auto;
    right: auto;
    width: unset;
    bottom: .22rem;
    left: .4rem;
    margin: 0;
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
}
















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































.integrate-new-plan__circle{
    z-index: 0!important;
}

.poppy-dialog__content {
    overflow-scrolling: touch;
}
.fb-info.pui-subscribe-cryData {
    background-color: unset;
    border-bottom: none;
    padding-top: 0;
}
.fb-info .pui-subscribe-cryData__txt {
    font-size: .28rem;
    line-height: .42rem;
    color: #999999;
}
.fb-info .pui-subscribe-cryData__info {
    margin-top: .06rem;
}
.fb-info .pui-subscribe-cryData__info >span {
    margin-left: .08rem;
}
.point-text {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}
.bus-infoBox-v2__value>span {
    vertical-align: middle;
}

.pui-bus-bbsInfo__lay[data-v-0f83c505] {
  white-space: pre-line;
}
.pinganBiger .bus-infoBox-v2__title[data-v-0f83c505], .pinganBiger .bus-infoBox-v2__txt[data-v-0f83c505] {
  font-size: .32rem;
  line-height: .44rem;
}
.smallExchange-infoBox .pui-newMoney-hint[data-v-0f83c505] {
  margin-top: 0;
}
.smallExchange-infoBox .pui-newMoney-hint__title[data-v-0f83c505] {
    font-family: PingFangSC-Regular;
    font-size: .23rem;
    color: rgba(0, 0, 0, 0.4);
    margin: .25rem 0 .20rem;
}
.smallExchange-infoBox .pui-newMoney-hint__cont[data-v-0f83c505] {
    font-family: PingFangSC-Regular;
    font-size: .23rem;
    color: rgba(0, 0, 0, 0.4);
    margin: 0;
}












































































































































.swiper-item-img[data-v-4b33f830] {
    width: 100%;
}














































































































































.text[data-v-633043e4] {
  color: #4c88bd;
  font-weight: 500;
  min-width: 1.3rem;
  margin-left: 0.12rem;
  display: inline-block;
}












































































































































































.large-withdraw{height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;overflow:hidden}.large-withdraw__main{max-height:100%;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow-y:scroll;-webkit-overflow-scrolling:touch}.large-withdraw__main::-webkit-scrollbar{display:none}.large-withdraw__main{position:relative;z-index:1}.large-withdraw-empty{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;z-index:5;padding-top:.52rem;background:#fff}.large-withdraw-empty__icon{display:block;margin:0 auto;width:3.8rem;height:3.8rem;background:url(../../../static/img/large-withdraw-empty.svg) center center no-repeat;-moz-background-size:100% 100%;-o-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%}.large-withdraw-empty__text{margin-top:.24rem;width:100%;font-size:.32rem;line-height:.4rem;color:#000;text-align:center;font-weight:700}html:not(.isandroid) .large-withdraw-empty__text{font-family:"PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;font-weight:400}.large-withdraw-foot{display:-webkit-box;display:-moz-box;-webkit-box-pack:center;-moz-box-pack:center;-webkit-box-align:center;-moz-box-align:center;padding:.64rem 0}.com-list+.large-withdraw-foot{padding-top:.44rem}.com-agreement+.large-withdraw-foot{padding-top:.24rem}.large-withdraw-foot__btn{display:block;width:3.24rem;border:1px solid #ff4800;-moz-border-radius:.46rem;-webkit-border-radius:.46rem;border-radius:.46rem;font-size:.36rem;line-height:.88rem;color:#ff4800;text-align:center;font-weight:700}html:not(.isandroid) .large-withdraw-foot__btn{font-family:"PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;font-weight:400}.large-withdraw-foot__btn.btn-primary{background-color:#ff4800;color:#fff}.large-withdraw-foot__btn+.large-withdraw-foot__btn{margin-left:.24rem}.large-withdraw-foot__btn:only-child{width:6.7rem}.large-withdraw-foot__btn.btn-disable{border-color:#ccc;background-color:#ccc;color:#fff}.large-withdraw-result{margin-bottom:.2rem;padding-top:.4rem;height:2.6rem;background-color:#fff}.large-withdraw-result__success{display:block;margin:0 auto;width:.96rem;height:.96rem;background:url(../../../static/img/large-withdraw-success.svg) center center no-repeat;-moz-background-size:100% 100%;-o-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%}.large-withdraw-result__fail{display:block;margin:0 auto;width:.96rem;height:.96rem;background:url(../../../static/img/large-withdraw-fail.svg) center center no-repeat;-moz-background-size:100% 100%;-o-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%}.large-withdraw-result__txt{margin-top:.16rem;width:100%;font-size:.32rem;line-height:.44rem;color:#000;text-align:center;font-weight:700}html:not(.isandroid) .large-withdraw-result__txt{font-family:"PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;font-weight:400}.large-withdraw-list{margin-bottom:.2rem;background-color:#fff}.large-withdraw-list__item{display:-webkit-box;display:-moz-box;-webkit-box-pack:start;-moz-box-pack:start;-webkit-box-align:center;-moz-box-align:center;padding:.16rem .4rem;min-height:.88rem}.large-withdraw-list__label{margin-right:.4rem;width:1.68rem;font-size:.28rem;line-height:.4rem;color:#666}.large-withdraw-list__content{font-size:.28rem;line-height:.4rem;color:#000;font-family:"Roboto-Medium", "PingFang SC", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;font-weight:700}html:not(.isandroid) .large-withdraw-list__content{font-family:"Roboto-Medium", "PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;font-weight:400}.large-withdraw-announcement{padding:.32rem .4rem;background-color:#fff}.large-withdraw-announcement__title{font-size:.24rem;line-height:.34rem;color:#999}.large-withdraw-announcement__content{margin-top:.16rem;font-size:.24rem;line-height:.4rem;color:#666;word-break:break-all}.large-withdraw-choose{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:30;display:-webkit-box;display:-moz-box;-webkit-box-pack:center;-moz-box-pack:center;-webkit-box-align:end;-moz-box-align:end}.large-withdraw-choose__main{width:100%;-moz-border-radius-topleft:.24rem;-webkit-border-top-left-radius:.24rem;border-top-left-radius:.24rem;-moz-border-radius-topright:.24rem;-webkit-border-top-right-radius:.24rem;border-top-right-radius:.24rem;background-color:#fff}.large-withdraw-choose-head{position:relative;z-index:1;display:-webkit-box;display:-moz-box;-webkit-box-pack:justify;-moz-box-pack:justify;-webkit-box-align:center;-moz-box-align:center;padding:0 .4rem;height:1rem}.large-withdraw-choose-head__title{position:absolute;top:50%;right:auto;bottom:auto;left:50%;margin:0;z-index:0;width:5rem;font-size:.32rem;line-height:.44rem;text-align:center;color:#333;font-weight:700;-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}html:not(.isandroid) .large-withdraw-choose-head__title{font-family:"PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;font-weight:400}.large-withdraw-choose-head__left{position:relative;z-index:5;font-size:.3rem;line-height:.4rem;color:#999}.large-withdraw-choose-list__item{position:relative;z-index:1;display:-webkit-box;display:-moz-box;-webkit-box-pack:start;-moz-box-pack:start;-webkit-box-align:center;-moz-box-align:center;padding:0 .4rem;height:1.12rem}.large-withdraw-choose-list__item:after{content:"";position:absolute;top:auto;right:0;bottom:0;left:auto;margin:0;z-index:5;display:block;width:6.38rem;height:0;border-bottom:1px solid #e7e7e7}.large-withdraw-choose-list__item:last-child:after{display:none}.large-withdraw-choose-list__logo{display:block;margin-right:.16rem;width:.56rem;height:.56rem;background:url(../../../static/img/pingan-circle-logo.svg) center center no-repeat;-moz-background-size:100% 100%;-o-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%}.large-withdraw-choose-list__txt{display:block;-webkit-box-flex:1;-moz-box-flex:1;font-size:.32rem;line-height:.44rem;color:#000;font-weight:700}html:not(.isandroid) .large-withdraw-choose-list__txt{font-family:"PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;font-weight:400}.large-withdraw-choose-list__checkbox{display:block;margin-left:.16rem;width:.48rem;height:.48rem;background:url(../../../static/img/com-list-checkbox.svg) center center no-repeat;-moz-background-size:100% 100%;-o-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%}.large-withdraw-choose-list__checkbox.active{background:url(../../../static/img/com-list-checkbox-active.svg) center center no-repeat;-moz-background-size:100% 100%;-o-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%}.large-withdraw-dialog-booking{width:4.94rem}.large-withdraw-dialog-booking__title{font-size:.24rem;line-height:.48rem;color:#999}.large-withdraw-dialog-booking__list{margin-top:.16rem}.large-withdraw-dialog-booking__item{display:-webkit-box;display:-moz-box;-webkit-box-pack:start;-moz-box-pack:start;-webkit-box-align:start;-moz-box-align:start;min-height:.48rem}.large-withdraw-dialog-booking__label{margin-right:.24rem;width:1.18rem;font-size:.28rem;line-height:.48rem;color:#666}.large-withdraw-dialog-booking__content{display:block;-webkit-box-flex:1;-moz-box-flex:1;font-size:.28rem;line-height:.48rem;color:#333;font-family:"Roboto-Medium", "PingFang SC", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;font-weight:700}html:not(.isandroid) .large-withdraw-dialog-booking__content{font-family:"Roboto-Medium", "PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;font-weight:400}

.bus-bannerWrapper .banner-img {
    width: 100%;
    height: 1.68rem;
    border-radius: 0.24rem;
}
.nominal-value {
    margin-bottom: 0.15rem;
}
.pui-bus-stateInfo__mark>p {
    font-size: .2rem;
}

.poppy-dialog-workListENDialog .poppy-dialog__scroll {
    word-break: break-word;
}
.pui-searchcom {
    background-color: #fff;
    padding: 0.08rem 0;
}
.pui-searchcom .poppy-nav-bar__left > div {
    font-size: 0.48rem;
}
.pui-searchcom .poppy-nav-bar__right > div {
    font-size: 0.28rem;
}
.pui-searchcom .poppy-input__prefix {
    -moz-box-sizing: content-box;
         box-sizing: content-box;
}
.pui-searchcom .poppy-nav-bar__right--item > span {
    color: #333 !important;
}
.page-tab-section {
    border-bottom: 1px !important;
}
.poppy-input__icon {
    color: #989a9c;
}
.poppy-filter {
    background-color: #fff;
}
.webpage-sel-dialog-wrap {
    top: 2.7rem;
}
.pui-branch-flex-wrapper .pui-branch-convert {
    overflow: hidden;
}
.pui-branch-flex-wrapper .pui-branch-convert .poppy-gridselect,
.pui-branch-flex-wrapper
    .pui-branch-convert
    .poppy-gridselect__scroll--content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.poppy-gridselect.small {
    height: 0.72rem;
}
.pui-branch-convert .page-tab-section {
    width: 100%;
}
.pui-branch-flex-wrapper .pui-branch-convert .poppy-gridselect > li,
.pui-branch-flex-wrapper
    .pui-branch-convert
    .poppy-gridselect__scroll--content
    > li {
    -webkit-box-flex: none;
    -ms-flex: none;
    -webkit-flex: none;
       -moz-box-flex: 0;
            flex: none;
    padding: 0;
    margin: 0.08rem 0.2rem 0.08rem 0;
    width: 1rem;
    height: 0.64rem;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-background-size: 1rem 0.64rem;
    background-size: 1rem 0.64rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
}
.pui-branch-flex-wrapper
    .pui-branch-convert
    .poppy-gridselect
    > li:not(.is-active),
.pui-branch-flex-wrapper
    .pui-branch-convert
    .poppy-gridselect__scroll--content
    > li:not(.is-active) {
    color: rgba(0, 0, 0, 0.6);
    border: 0.02rem solid #ccc;
}
.pui-branch-flex-wrapper
    .pui-branch-convert
    .poppy-gridselect
    > li:not(.is-active)
    span,
.pui-branch-flex-wrapper
    .pui-branch-convert
    .poppy-gridselect__scroll--content
    > li:not(.is-active)
    span {
    font-family: poppy-roboto, Helvetica, PingFang SC, Noto Sans SC,
        Source Han Sans CN, Arial, Hiragino Sans GB, sans-serif;
    font-weight: 500;
}
.net-search-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.net-search-left .net-search-left__text {
    max-width: 2rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}
.pinganBiger .pui-searchcom .poppy-nav-bar__left > div {
    font-size: 0.56rem;
}
.pinganBiger .pui-searchcom .poppy-nav-bar__right > div {
    font-size: 0.36rem;
}
.pinganBiger .pui-branch-list__name,
.pinganBiger .pui-branch-listCont__info .poppy-icon-position,
.pinganBiger .pui-branch-listCont__info .poppy-icon-time,
.pinganBiger .webpage-sel-dialog-row__title {
    font-size: 0.4rem;
}
.pinganBiger .pui-branch-list__more,
.pinganBiger .pui-branch-listCont__txt {
    font-size: 0.32rem;
}
.pinganBiger .pui-branch-listCont__txt {
    line-height: 0.4rem;
}
.pinganBiger .pui-branch-listCont__txt:first-child {
    max-width: 4.15rem;
}
.pinganBiger .webpage-sel-dialog-list__item {
    font-size: 0.36rem;
}

.address_listContent[data-v-c3d5b238] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.address_listContent .pui-branch-listCont__txt[data-v-c3d5b238]:first-child {
    max-width: 4.15rem;
}
.runTime_listContent[data-v-c3d5b238] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

















































































































































































































































































































.pinganBiger .poppy-tab-item {
    font-size: .4rem;
}
.pinganBiger .poppy-tab-item__content--inline {
    line-height: .44rem;
}

.pinganBiger .pui-bh-section-title[data-v-c1207fc4] {
    font-size: .32rem;
}
.pinganBiger .pui-bh-func__img[data-v-c1207fc4] {
    width: .56rem;
    height: .56rem;
}
.pinganBiger .pui-bh-func__txt[data-v-c1207fc4] {
    font-size: .36rem;
}








































.lazy-desc[data-v-f0775994], 
.lazy-subdesc[data-v-f0775994], 
.lazy-img[data-v-f0775994], 
.lazy-btndesc[data-v-f0775994],
.lazy-tab-item[data-v-f0775994], 
.lazy-discovery-img[data-v-f0775994], 
.lazy-discovery-desc[data-v-f0775994], 
.lazy-hd[data-v-f0775994] {
    background-color: #efefef;
}



































































































































































































































































































































































































@charset "UTF-8";
.common-flex-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.common-flex-main {
  max-height: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.common-flex-main::-webkit-scrollbar {
    display: none;
}
.notwork-det-comment__score .poppy-rate-item__def {
  width: .28rem;
  height: .28rem;
}
.notwork-det-comment__score .poppy-rate-item__def.is-star {
    font-size: .28rem;
}
.notwork-det-comment__score .poppy-rate-item__def.is-active {
    color: #ff7214;
}
.notwork-det-display__score .poppy-rate-item__def {
  width: .28rem;
  height: .28rem;
}
.notwork-det-display__score .poppy-rate-item__def.is-star {
    font-size: .28rem;
}
.notwork-det-display__score .poppy-rate-item__def.is-active {
    color: #ff7214;
}
.notwork-det-com-panel {
  margin-top: .2rem;
  padding: .32rem 0 .2rem;
  background: #fff;
}
.notwork-det-com-panel__top {
    padding: 0 .32rem;
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: center;
    -webkit-box-align: center;
}
.notwork-det-com-panel__tit {
    font-size: .4rem;
    line-height: .56rem;
    color: #000;
    font-weight: 700;
}
html:not(.isandroid) .notwork-det-com-panel__tit {
      font-family: "PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
      font-weight: 400;
}
.notwork-det-comment {
  padding: .56rem 0 .34rem;
  margin: 0 .4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  word-break: break-all;
}
.notwork-det-comment.state-comment2 {
    padding-top: .4rem;
}
.notwork-det-comment:last-child {
    padding-bottom: .36rem;
    border: none;
}
.notwork-det-comment + .notwork-det-comment {
    padding-top: .33rem;
}
.notwork-det-comment:first-child {
    padding-top: .08rem;
}
.notwork-det-comment__cus {
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: center;
    -webkit-box-align: center;
}
.notwork-det-comment__photo {
    overflow: hidden;
    margin-right: .14rem;
    border-radius: 50%;
    width: .72rem;
    height: .72rem;
}
.notwork-det-comment__photo img {
      display: block;
      width: 100%;
      height: 100%;
}
.notwork-det-comment__r-content {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-box-flex: 0;
    box-flex: 0;
    font-size: .24rem;
    line-height: .33rem;
    color: rgba(0, 0, 0, 0.6);
}
.notwork-det-comment__r-content .number {
      font-family: "Roboto-Medium", sans-serif;
}
.notwork-det-comment__block {
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-align: start;
    -webkit-box-align: start;
}
.notwork-det-comment__block .experience {
      max-width: 3.4rem;
      font-size: .24rem;
      line-height: .33rem;
      color: rgba(0, 0, 0, 0.4);
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
}
.notwork-det-comment__head {
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-align: center;
    -webkit-box-align: center;
}
.notwork-det-comment__head .time {
      color: rgba(0, 0, 0, 0.4);
}
.notwork-det-comment__head .iphone {
      padding-right: .12rem;
}
.notwork-det-comment__left {
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: center;
    -webkit-box-align: center;
}
.notwork-det-comment__score {
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: center;
    -webkit-box-align: center;
    padding-top: .02rem;
    word-break: break-all;
}
.notwork-det-comment__score .poppy-rate-item {
      margin-right: .05rem;
}
.notwork-det-comment__result {
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: center;
    -webkit-box-align: center;
    padding-left: .13rem;
}
.notwork-det-comment__result .val,
    .notwork-det-comment__result .val-txt {
      font-size: .24rem;
      line-height: .33rem;
      color: #ff7214;
      font-weight: 700;
}
html:not(.isandroid) .notwork-det-comment__result .val, html:not(.isandroid)
      .notwork-det-comment__result .val-txt {
        font-family: "PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
        font-weight: 400;
}
.notwork-det-comment__result .val-txt {
      padding-left: .06rem;
}
.notwork-det-comment__text {
    padding-top: .2rem;
    font-size: .28rem;
    line-height: .4rem;
    color: rgba(0, 0, 0, 0.8);
    text-align: justify;
    word-break: break-all;
}
.notwork-det-comment__foot {
    padding-top: .14rem;
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-align: center;
    -webkit-box-align: center;
    font-size: .24rem;
    line-height: .28rem;
    color: rgba(0, 0, 0, 0.4);
    font-family: "Roboto-Regular", sans-serif;
}
.notwork-det-comment__like {
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: center;
    -webkit-box-align: center;
    color: rgba(0, 0, 0, 0.6);
}
.notwork-det-comment__like.active {
      color: #ff4800;
}
.notwork-det-comment__like.active .poppy-icon-like-fill {
        color: #ff4800;
}
.notwork-det-comment__like .i-like {
      margin-left: .12rem;
}
.notwork-det-comment-wall {
  padding-top: .32rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notwork-det-comment-wall__item {
    overflow: hidden;
    position: relative;
    z-index: 3;
    width: 2.14rem;
    height: 2.14rem;
    margin: 0 .14rem .14rem 0;
    border-radius: 0.04rem;
    background: rgba(0, 0, 0, 0.5);
}
.notwork-det-comment-wall__item:nth-child(3n) {
      margin-right: 0;
}
.notwork-det-comment-wall__img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.notwork-det-comment-wall__img img {
      display: block;
      width: 100%;
      height: 100%;
}
.notwork-det-comment-wall__dialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
}
.notwork-det-comment-wall .poppy-icon-play-fill {
    display: block;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: 0;
    z-index: 20;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.notwork-det-more {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  display: -webkit-box;
  display: -moz-box;
  -moz-box-pack: end;
  -webkit-box-pack: end;
  -moz-box-align: center;
  -webkit-box-align: center;
  font-size: .28rem;
  line-height: .4rem;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Roboto-Regular", sans-serif;
}
.notwork-det-more .poppy-icon-arrow-right {
    font-size: .32rem;
    margin: .05rem 0 0 .05rem;
    display: block;
}
.cus-ser-evl-panel {
  padding: .32rem 0 .5rem;
  background: #fff;
}
.notwork-det-half-star {
  display: block;
  margin: 0 .05rem 0 0;
  width: .28rem;
  height: .28rem;
  background: url(../../../static/img/half-star-icon.svg) center center no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.notwork-det-solid-star {
  display: block;
  margin: 0 .05rem 0 0;
  width: .28rem;
  height: .28rem;
  background: url(../../../static/img/solid-star-icon.svg) center center no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.notwork-det-fill-star {
  display: block;
  width: .28rem;
  height: .28rem;
  background: url(../../../static/img/fill-star-icon.svg) center center no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.notwork-det-staff__photo .poppy-badge__linear {
  background-image: -owg-linear-gradient(90deg, #1e1c1c 0%, #474240 100%);
  background-image: -webkit-linear-gradient(90deg, #1e1c1c 0%, #474240 100%);
  background-image: -o-linear-gradient(90deg, #1e1c1c 0%, #474240 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#1e1c1c), to(#474240));
  background-image: -webkit-linear-gradient(left, #1e1c1c 0%, #474240 100%);
  background-image: -moz- oldlinear-gradient(left, #1e1c1c 0%, #474240 100%);
  background-image: -o-linear-gradient(left, #1e1c1c 0%, #474240 100%);
  background-image: linear-gradient(90deg, #1e1c1c 0%, #474240 100%);
  border: none;
  color: #eddfce;
  font-size: .2rem;
}
.notwork-det-comment__score .poppy-rate-item__def {
  width: .28rem;
  height: .28rem;
}
.notwork-det-comment__score .poppy-rate-item__def.is-star {
    font-size: .28rem;
}
.notwork-det-comment__score .poppy-rate-item__def.is-active {
    color: #ff7214;
}
.common-flex-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.common-flex-main {
  max-height: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.common-flex-main::-webkit-scrollbar {
    display: none;
}
.comment-nodata {
  background: #fff;
}
.notwork-det-display {
  display: -webkit-box;
  display: -moz-box;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -moz-box-align: center;
  -webkit-box-align: center;
  padding: .3rem .4rem;
  background: #fff;
}
.notwork-det-display__left {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}
.notwork-det-display__left .title {
      font-size: .32rem;
      line-height: .45rem;
      color: #1e1e1e;
      font-weight: 700;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
}
html:not(.isandroid) .notwork-det-display__left .title {
        font-family: "PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
        font-weight: 400;
}
.notwork-det-display__score {
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: center;
    -webkit-box-align: center;
    padding: .05rem 0 .1rem;
}
.notwork-det-display__score .poppy-rate-item {
      margin-right: .02rem;
}
.notwork-det-display__score .poppy-rate-item__def {
      width: .28rem;
      height: .28rem;
}
.notwork-det-display__score .poppy-rate-item__def.is-star {
        font-size: .28rem;
}
.notwork-det-display__score .poppy-rate-item__def.is-active {
        color: #ff7214;
}
.notwork-det-display__result {
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: center;
    -webkit-box-align: center;
    padding-left: .13rem;
}
.notwork-det-display__result .val,
    .notwork-det-display__result .val-txt {
      font-size: .24rem;
      line-height: .28rem;
      color: #ff7214;
      font-weight: 700;
}
html:not(.isandroid) .notwork-det-display__result .val, html:not(.isandroid)
      .notwork-det-display__result .val-txt {
        font-family: "PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
        font-weight: 400;
}
.notwork-det-display__result .val-txt {
      padding-left: .06rem;
}
.notwork-det-display__num {
    padding-bottom: .05rem;
    font-size: .64rem;
    line-height: .74rem;
    color: #000;
    font-weight: 700;
}
html:not(.isandroid) .notwork-det-display__num {
      font-family: "PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
      font-weight: 400;
}
.notwork-det-display__link-btn {
    margin-left: .1rem;
    width: .3rem;
    height: .3rem;
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    border-radius: 0.08rem;
    border: 0.02rem solid #000;
}
.notwork-det-display__link-btn .poppy-icon-arrow-right {
      display: block;
}
.notwork-det-com-panel {
  margin-top: .2rem;
  padding: .32rem 0 .2rem;
  background: #fff;
}
.notwork-det-com-panel__top {
    padding: 0 .32rem;
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: center;
    -webkit-box-align: center;
}
.notwork-det-com-panel__tit {
    font-size: .4rem;
    line-height: .56rem;
    color: #000;
    font-weight: 700;
}
html:not(.isandroid) .notwork-det-com-panel__tit {
      font-family: "PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
      font-weight: 400;
}
.notwork-det-info {
  padding: .36rem .4rem 0;
}
.notwork-det-info__row {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: start;
    -webkit-box-align: start;
    font-size: .28rem;
    line-height: .4rem;
    color: rgba(0, 0, 0, 0.8);
}
.notwork-det-info__row + .notwork-det-info__row {
      margin-top: .16rem;
}
.notwork-det-info__row a {
      color: #4c88bd;
}
.notwork-det-info__row .poppy-icon-navigation {
      font-size: .35rem;
      display: block;
      position: absolute;
      top: 0.03rem;
      right: 0.15rem;
      bottom: auto;
      left: auto;
      margin: 0;
      z-index: 10;
}
.notwork-det-info__type {
    padding-right: .4rem;
    color: rgba(0, 0, 0, 0.6);
}
.notwork-det-info__line {
    display: block;
    margin: .06rem .1rem 0;
    width: .02rem;
    height: .28rem;
    background: rgba(0, 0, 0, 0.08);
}
.notwork-det-info__address {
    max-width: 4.46rem;
    text-align: justify;
}
.notwork-det-badge {
  display: -webkit-box;
  display: -moz-box;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -moz-box-align: center;
  -webkit-box-align: center;
  padding-left: .12rem;
}
.notwork-det-badge .poppy-icon-information {
    display: block;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: .1rem .2rem;
}
.notwork-det-badge .poppy-badge + .poppy-badge {
    margin-left: .1rem;
}
.notwork-det-bus-hour-chart {
  width: 6.7rem;
  height: 2.92rem;
  margin: .77rem auto 0;
}
.notwork-det-more {
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  display: -webkit-box;
  display: -moz-box;
  -moz-box-pack: end;
  -webkit-box-pack: end;
  -moz-box-align: center;
  -webkit-box-align: center;
  font-size: .28rem;
  line-height: .4rem;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Roboto-Regular", sans-serif;
}
.notwork-det-more .poppy-icon-arrow-right {
    font-size: .32rem;
    margin: .05rem 0 0 .05rem;
    display: block;
}
.notwork-det-select-photo {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -moz-box;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -moz-box-align: center;
  -webkit-box-align: center;
  margin-top: .16rem;
  padding: .2rem 0 0 .4rem;
}
.notwork-det-select-photo::-webkit-scrollbar {
    display: none;
}
.notwork-det-select-photo__slider {
    padding-right: .12rem;
}
.notwork-det-select-photo__slider:last-child {
      padding-right: .4rem;
}
.notwork-det-select-photo__box {
    overflow: hidden;
    width: 2.1rem;
    height: 1.6rem;
    border-radius: 0.16rem;
}
.notwork-det-select-photo__box img {
      display: block;
      width: 100%;
      height: 100%;
}
.notwork-det-staff {
  padding: .36rem .4rem 0;
  display: -webkit-box;
  display: -moz-box;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -moz-box-align: center;
  -webkit-box-align: center;
}
.notwork-det-staff__item {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .24rem;
    line-height: .33rem;
    color: #666;
}
.notwork-det-staff__item + .notwork-det-staff__item {
      margin-left: .95rem;
}
.notwork-det-staff__photo {
    position: relative;
    z-index: 5;
}
.notwork-det-staff__pic {
    overflow: hidden;
    width: .96rem;
    height: .96rem;
    border-radius: 50%;
}
.notwork-det-staff__pic img {
      display: block;
      width: 100%;
      height: 100%;
}
.notwork-det-staff__name {
    padding-top: .36rem;
    font-size: .28rem;
    line-height: .4rem;
    color: #000;
}
.notwork-det-footer {
  padding: 0 0 0 .16rem;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.notwork-det-reply {
  margin: .1rem 0;
  padding: .2rem;
  background: #f8f8f8;
  border-radius: 0.04rem;
  font-size: .28rem;
  line-height: .4rem;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
}
.notwork-det-reply__top {
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: center;
    -webkit-box-align: center;
    padding-bottom: .16rem;
    color: #000;
    font-weight: 700;
}
html:not(.isandroid) .notwork-det-reply__top {
      font-family: "PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
      font-weight: 400;
}
.notwork-det-reply__logo {
    display: block;
    margin-right: .1rem;
    width: .44rem;
    height: .44rem;
    background: url(../../../static/img/pingan-circle-logo.svg) center center no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
.notwork-det-reply__img {
    display: block;
    margin-right: .1rem;
    width: .44rem;
    height: .44rem;
}
.notwork-det-link-popel {
  margin: .1rem 0 .14rem;
  padding: .2rem 0;
  background: #f8f8f8;
  border-radius: 0.04rem;
  font-size: .28rem;
  line-height: .4rem;
  color: #000;
}
.notwork-det-link-popel__title {
    font-weight: 700;
    padding: 0 .2rem .12rem;
}
html:not(.isandroid) .notwork-det-link-popel__title {
      font-family: "PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
      font-weight: 400;
}
.notwork-det-link-popel__slider {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: center;
    -webkit-box-align: center;
}
.notwork-det-link-popel__slider::-webkit-scrollbar {
      display: none;
}
.notwork-det-link-popel__item {
    padding-right: .2rem;
}
.notwork-det-link-popel__item:first-child {
      padding-left: .2rem;
}
.notwork-det-link-popel__item:last-child {
      padding-right: .2rem;
}
.notwork-det-link-popel__cell {
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: center;
    -webkit-box-align: center;
}
.notwork-det-link-popel__cell .name {
      font-weight: 700;
}
html:not(.isandroid) .notwork-det-link-popel__cell .name {
        font-family: "PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
        font-weight: 400;
}
.notwork-det-link-popel__cell .position {
      font-size: .24rem;
      line-height: .33rem;
      color: #999;
}
.notwork-det-link-popel__pic {
    overflow: hidden;
    border-radius: 50%;
    margin-right: .12rem;
    width: .72rem;
    height: .72rem;
}
.notwork-det-link-popel__pic img {
      display: block;
      width: 100%;
      height: 100%;
}
.notwork-det-comment-word {
  margin-right: -.12rem;
  padding-top: .08rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notwork-det-comment-word__item {
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    margin: .12rem .12rem 0 0;
    padding: 0 .24rem;
    height: .48rem;
    background: rgba(255, 72, 0, 0.06);
    border: 0.02rem solid rgba(255, 72, 0, 0.1);
    border-radius: 0.24rem;
    font-size: .24rem;
    color: #ff4800;
    font-weight: 700;
}
html:not(.isandroid) .notwork-det-comment-word__item {
      font-family: "PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
      font-weight: 400;
}
.notwork-det-comment-word__item p {
      line-height: normal;
}
.notwork-det-ewm-dialog {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -moz-box;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}
.notwork-det-ewm-dialog__main {
    position: relative;
    padding-bottom: .67rem;
    width: 5.9rem;
    background: #fff;
    border-radius: 0.24rem;
}
.notwork-det-ewm-dialog__close-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    margin: 0;
    z-index: 30;
    padding: .4rem;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: .41rem;
    height: .44rem;
    background: url(../../../static/img/dialog-close-icon.svg) center center no-repeat;
    -o-background-size: 0.41rem 0.44rem;
    background-size: 0.41rem 0.44rem;
}
.notwork-det-ewm-dialog__pic {
    overflow: hidden;
    margin: 1rem auto 0;
    width: 2.8rem;
    height: 2.8rem;
}
.notwork-det-ewm-dialog__pic img {
      display: block;
      width: 100%;
      height: 100%;
}
.notwork-det-ewm-dialog__t-tips {
    padding-top: .32rem;
    font-size: .36rem;
    line-height: .52rem;
    color: #000;
    text-align: center;
    font-weight: 700;
}
html:not(.isandroid) .notwork-det-ewm-dialog__t-tips {
      font-family: "PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
      font-weight: 400;
}
.notwork-det-ewm-dialog__list {
    padding: .24rem .48rem .4rem;
    font-size: .32rem;
    line-height: .48rem;
    color: rgba(0, 0, 0, 0.6);
}
.notwork-det-ewm-dialog__btn {
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}
.notwork-det-ewm-dialog__btn .poppy-button--large {
      width: 4.94rem;
}
.notwork-det-service {
  position: relative;
  z-index: 10;
  padding-left: .14rem;
  width: 2.44rem;
  font-size: .2rem;
  line-height: .24rem;
  color: rgba(0, 0, 0, 0.6);
}
.notwork-det-service:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.02rem;
    right: auto;
    bottom: auto;
    left: 0;
    margin: 0;
    width: .02rem;
    height: 1.26rem;
    background: rgba(0, 0, 0, 0.08);
}
.notwork-det-service__row {
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: center;
    -webkit-box-align: center;
}
.notwork-det-service__row + .notwork-det-service__row {
      margin-top: .1rem;
}
.notwork-det-service__type {
    margin-right: .1rem;
    white-space: nowrap;
}
.notwork-det-service__value {
    padding-left: .1rem;
    font-family: "Roboto-Medium", sans-serif;
}
.notwork-det-service__progress {
    overflow: hidden;
    position: relative;
    z-index: 10;
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    height: .16rem;
    background: #ebebeb;
    border-radius: 0.08rem;
}
.notwork-det-service__bar {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin: 0;
    height: 100%;
    border-radius: 0.08rem;
    background-image: -owg-linear-gradient(90deg, #cee94c 0%, #f3e14a 45%, #ff8434 100%);
    background-image: -webkit-linear-gradient(90deg, #cee94c 0%, #f3e14a 45%, #ff8434 100%);
    background-image: -o-linear-gradient(90deg, #cee94c 0%, #f3e14a 45%, #ff8434 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#cee94c), color-stop(45%, #f3e14a), to(#ff8434));
    background-image: -webkit-linear-gradient(left, #cee94c 0%, #f3e14a 45%, #ff8434 100%);
    background-image: -moz- oldlinear-gradient(left, #cee94c 0%, #f3e14a 45%, #ff8434 100%);
    background-image: -o-linear-gradient(left, #cee94c 0%, #f3e14a 45%, #ff8434 100%);
    background-image: linear-gradient(90deg, #cee94c 0%, #f3e14a 45%, #ff8434 100%);
}
.notwork-det-service__bar.half-bar {
      background-image: -owg-linear-gradient(90deg, #cee94c 0%, #f3e14a 100%);
      background-image: -webkit-linear-gradient(90deg, #cee94c 0%, #f3e14a 100%);
      background-image: -o-linear-gradient(90deg, #cee94c 0%, #f3e14a 100%);
      background-image: -webkit-gradient(linear, left top, right top, from(#cee94c), to(#f3e14a));
      background-image: -webkit-linear-gradient(left, #cee94c 0%, #f3e14a 100%);
      background-image: -moz- oldlinear-gradient(left, #cee94c 0%, #f3e14a 100%);
      background-image: -o-linear-gradient(left, #cee94c 0%, #f3e14a 100%);
      background-image: linear-gradient(90deg, #cee94c 0%, #f3e14a 100%);
}
.notwork-det-bus-hour {
  padding: .16rem .4rem 0;
}
.notwork-det-bus-hour__row {
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: center;
    -webkit-box-align: center;
    height: 1.1rem;
    font-size: .28rem;
    line-height: .38rem;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-family: "Roboto-Medium", sans-serif;
    text-align: center;
}
.notwork-det-bus-hour__row:last-child {
      border: none;
}
.notwork-det-bus-hour__row.thead {
      height: .48rem;
      color: #999;
      font-family: "Roboto-Regular", sans-serif;
      border: none;
}
.notwork-det-bus-hour__date {
    width: 2.08rem;
    color: #1e1e1e;
    text-align: left;
    font-family: "Roboto-Regular", sans-serif;
}
.notwork-det-bus-hour__public {
    width: 2.5rem;
}
.notwork-det-bus-hour__private {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}
.notwork-bus-time_info {
  padding: 0.26rem 0 0 0.4rem;
  background: #fff;
}
.notwork-bus-time_info__row {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: start;
    -webkit-box-align: start;
    font-size: .28rem;
    padding: 0.1rem 0;
}
.notwork-bus-time_info__type {
    margin-right: .4rem;
    color: rgba(0, 0, 0, 0.6);
}
.notwork-bus-time_info__txt {
    color: rgba(0, 0, 0, 0.8);
}
.notwork-bus-time__calendar {
  padding: 0.36rem 0 0.16rem 0;
  margin: 0 .4rem;
  font-family: "PingFangSC-Medium", sans-serif;
  font-weight: 500;
  font-size: 0.28rem;
  border-top: 0.01rem solid rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  -webkit-box-pack: start;
  -webkit-box-align: center;
}
.notwork-bus-time__calendar_txt {
    -webkit-box-align: center;
    display: -webkit-box;
}
.notwork-bus-time__calendar_txt .poppy-icon-calendar {
      font-size: 0.4rem;
      display: block;
      margin-right: .12rem;
}
.notwork-bus-time__calendar_button {
    color: #4C88BD;
    display: -webkit-box;
    -webkit-box-pack: end;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    text-align: right;
}
.notwork-bus-time__calendar_button .poppy-icon-arrow-right {
      display: block;
}
.notwork-det-medal {
  margin-top: .2rem;
  padding: .34rem 0 .3rem;
  background: #fff;
}
.notwork-det-medal__tit {
    padding: 0 .35rem;
    font-size: .38rem;
    line-height: .5rem;
    color: #000;
    font-weight: 700;
}
html:not(.isandroid) .notwork-det-medal__tit {
      font-family: "PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
      font-weight: 400;
}
.notwork-det-medal__list {
    padding-left: .45rem;
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-align: start;
    -webkit-box-align: start;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.notwork-det-medal__list::-webkit-scrollbar {
      display: none;
}
.notwork-det-medal__list:after {
      content: "";
      display: block;
      width: .24rem;
      height: .24rem;
      background: transparent;
}
.notwork-det-medal__item {
    margin: .35rem .4rem 0 0;
    width: 1.2rem;
}
.notwork-det-medal__img {
    margin: 0 auto;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
}
.notwork-det-medal__txt {
    margin-top: .04rem;
    font-size: .24rem;
    line-height: .4rem;
    color: #666;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}
.notwork-det-medal-dialog {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -moz-box;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}
.notwork-det-medal-dialog__main {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 5.88rem;
    height: 7.83rem;
    background: #fff;
    border-radius: 0.2rem;
}
.notwork-det-medal-dialog__close {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -0.4rem;
    left: 50%;
    margin: 0;
    z-index: 2;
    display: block;
    width: .4rem;
    height: .4rem;
    background: url(../../../static/img/branch-home-dialog-ai-close.png) no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}
.notwork-det-medal-dialog__top {
    padding: .6rem .8rem .32rem;
    width: 100%;
    min-height: 6.22rem;
    background-image: -owg-linear-gradient(-30deg, #daf8ff 1%, #ffffff 52%, #f5e5bf 100%), -owg-linear-gradient(#ffffff, #ffffff);
    background-image: -webkit-linear-gradient(-30deg, #daf8ff 1%, #ffffff 52%, #f5e5bf 100%), -webkit-linear-gradient(#ffffff, #ffffff);
    background-image: -o-linear-gradient(-30deg, #daf8ff 1%, #ffffff 52%, #f5e5bf 100%), -o-linear-gradient(#ffffff, #ffffff);
    background-image: -webkit-linear-gradient(120deg, #daf8ff 1%, #ffffff 52%, #f5e5bf 100%), -webkit-linear-gradient(#ffffff, #ffffff);
    background-image: -moz- oldlinear-gradient(120deg, #daf8ff 1%, #ffffff 52%, #f5e5bf 100%), -moz- oldlinear-gradient(#ffffff, #ffffff);
    background-image: -o-linear-gradient(120deg, #daf8ff 1%, #ffffff 52%, #f5e5bf 100%), -o-linear-gradient(#ffffff, #ffffff);
    background-image: linear-gradient(-30deg, #daf8ff 1%, #ffffff 52%, #f5e5bf 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.notwork-det-medal-dialog__pic {
    margin: 0 auto;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
}
.notwork-det-medal-dialog__name {
    margin-top: .06rem;
    font-size: .24rem;
    color: #666;
    text-align: center;
}
.notwork-det-medal-dialog__name > span {
      font-size: .36rem;
      line-height: .5rem;
      color: #000;
      font-weight: 700;
}
html:not(.isandroid) .notwork-det-medal-dialog__name > span {
        font-family: "PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
        font-weight: 400;
}
.notwork-det-medal-dialog__scroll {
    margin-top: .32rem;
    max-height: 1.6rem;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.notwork-det-medal-dialog__info {
    font-size: .28rem;
    line-height: .4rem;
    color: #666;
    text-align: center;
}
.notwork-det-medal-dialog__time {
    margin-top: .34rem;
    font-size: .24rem;
    line-height: .34rem;
    color: #999;
    text-align: center;
}
.notwork-det-medal-dialog__bot {
    -webkit-flex: 1;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    font-size: .28rem;
    line-height: .4rem;
    color: #000;
}
.notwork-det-medal-dialog__bot .number {
      color: #ff4800;
      font-weight: 700;
}
html:not(.isandroid) .notwork-det-medal-dialog__bot .number {
        font-family: "PingFangSC-Medium", "Droid Sans", "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
        font-weight: 400;
}
.notwork-det-img img {
  /* 等比例缩放不变形 */
  -o-object-fit: cover;
     object-fit: cover;
}
.normal-badge .poppy-badge__linear {
  background: rgba(0, 189, 174, 0.05);
  color: #00bdae;
  border-color: rgba(0, 189, 174, 0.18);
}
.stop-badge .poppy-badge__linear {
  background: -webkit-linear-gradient(298deg, #ffbe3d 0%, #ff9317 100%);
  background: -moz- oldlinear-gradient(298deg, #ffbe3d 0%, #ff9317 100%);
  background: -o-linear-gradient(298deg, #ffbe3d 0%, #ff9317 100%);
  background: linear-gradient(152deg, #ffbe3d 0%, #ff9317 100%);
}
.notwork-det-staff {
  padding: 0.36rem 0rem !important;
}
.notwork-det-staff__item {
  margin-left: 0.45rem !important;
}
.notwork-det-staff__name {
  width: 1.34rem;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
}
.notwork-det-staff__photo {
  width: .96rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.person-label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: scale(0.75);
     -moz-transform: scale(0.75);
       -o-transform: scale(0.75);
          transform: scale(0.75);
}
.person-label-wrapper .person-label {
    height: 0.32rem;
    margin-top: -0.32rem;
}

.headClass {
    font-size: .32rem;
}
.notwork-det-comment-wall__img img {
    /* 等比例缩放不变形 */
    -o-object-fit: cover;
       object-fit: cover;
}
.nodata {
    height: 100%;
}
.default_01-view {
    text-align: center;
}
.default_01-view .default_01_content{
    padding: 0.32rem;
}
.default_01-view .default_01_content .default_01-view__picture img {
    width: 3.8rem;
}
.default_01-view__title {
    font-family: poppy-roboto, PingFang SC, Helvetica, Noto Sans SC, Source Han Sans CN, Source Han Sans CN, Arial, Hiragino Sans GB, sans-serif;
    font-weight: 500;
    font-size: .32rem;
}
.default_01-view__content {
    margin-top: 0.16rem;
    font-size: 0.28rem;
    color: rgba(0,0,0,0.4);
}
.default_01-view__submit {
    display: inline-block;
    /* width: 1.44rem; */
    margin-top: 0.46rem;
}
.i-like .poppy-icon__font {
    font-size: 0.28rem !important;
}

.notwork-det-footer {
    padding-bottom: constant(safe-area-inset-bottom); /*兼容 IOS<11.2*/
    padding-bottom: env(safe-area-inset-bottom); /*兼容 IOS>11.2*/
}

.scroll-wrap[data-v-be282866] {
    height: 100%;
    overflow: hidden;
}
.pabank-refresh[data-v-be282866] {
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    height: .6rem;
    /* background-color: #ffffff; */
}
.pabank-refresh__transition[data-v-be282866] {
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}
.pabank-refresh.pable-hint[data-v-be282866] {
    background-color: #fff2f1
}
.pabank-refresh__text[data-v-be282866] {
    font-size: .28rem;
    line-height: .38rem;
    color: #999
}
.pable-hint .pabank-refresh__text[data-v-be282866] {
    color: #fa5151
}
.pabank-refresh__success[data-v-be282866] {
    display: block;
    margin-right: .2rem;
    width: .34rem;
    height: .34rem
}
.pabank-refresh__loading[data-v-be282866] {
    display: block;
    margin-right: .14rem;
    width: .32rem;
    height: .32rem;
    -o-background-size: 0.32rem 0.32rem;
    background-size: 0.32rem 0.32rem
}
.pabank-refresh__hint[data-v-be282866] {
    display: block;
    margin-right: .06rem;
    width: .3rem;
    height: .28rem;
    -o-background-size: 0.3rem 0.28rem;
    background-size: 0.3rem 0.28rem
}
.pabank-refresh__arrow[data-v-be282866] {
    display: block;
    margin-right: .17rem;
    width: .32rem;
    height: .32rem;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -o-background-size: 0.32rem 0.32rem;
    background-size: 0.32rem 0.32rem
}
.pabank-refresh__arrow_rotate[data-v-be282866] {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg)
}

.shareButton[data-v-0329cbd8] {
    width:200px;
    height: 100px;
    background-color: green;
}
.service-tab-content[data-v-0329cbd8] {
    position: sticky;
    position: -webkit-sticky;
    top: -1px;
    z-index: 9;
}
.specialService-backGround[data-v-0329cbd8]{
    background: white;
}
.tab-fixed[data-v-0329cbd8] {
    position: absolute;
    top: 0.87rem;
    width: 100%;
}
.tab-KDFixed[data-v-0329cbd8] {
    position: absolute;
    top: 0;
    width: 100%;
}
.specialService-panel-row__name[data-v-0329cbd8] {
    line-height: unset;
}

.lazy-desc[data-v-15d04fcb], 
.lazy-subdesc[data-v-15d04fcb], 
.lazy-img[data-v-15d04fcb], 
.lazy-btndesc[data-v-15d04fcb],
.lazy-tab-item[data-v-15d04fcb], 
.lazy-discovery-img[data-v-15d04fcb], 
.lazy-discovery-desc[data-v-15d04fcb], 
.lazy-hd[data-v-15d04fcb] {
    background-color: #efefef;
}

.default_01-view {
    text-align: center;
}
.default_01-view .default_01_content{
    padding: 0.32rem;
}
.default_01-view .default_01_content .default_01-view__picture img {
    width: 3.8rem;
}
.default_01-view__title {
    font-family: poppy-roboto, PingFang SC, Helvetica, Noto Sans SC, Source Han Sans CN, Source Han Sans CN, Arial, Hiragino Sans GB, sans-serif;
    font-weight: 500;
}
.default_01-view__content {
    margin-top: 0.16rem;
    font-size: 0.28rem;
    color: rgba(0,0,0,0.4);
}
.default_01-view__submit {
    display: inline-block;
    /* width: 1.44rem; */
    margin-top: 0.46rem;
}





















































































































































































.pui-searchcom {
    background-color: #fff;
    padding: 0.08rem 0;
}
.pui-searchcom .poppy-nav-bar__left > div {
    font-size: 0.48rem;
}
.pui-searchcom .poppy-nav-bar__right > div {
    font-size: 0.28rem;
}
.pui-searchcom .poppy-input__prefix {
    -moz-box-sizing: content-box;
         box-sizing: content-box;
}
.pui-searchcom .poppy-nav-bar__right--item > span {
    color: #333 !important;
}
.page-tab-section {
    border-bottom: 1px !important;
}
.poppy-input__icon {
    color: #989a9c;
}
.poppy-filter {
    background-color: #fff;
}
.webpage-sel-dialog-wrap {
    top: 2.7rem;
}
.pui-branch-flex-wrapper .pui-branch-convert {
    overflow: hidden;
}
.pui-branch-flex-wrapper .pui-branch-convert .poppy-gridselect,
.pui-branch-flex-wrapper
    .pui-branch-convert
    .poppy-gridselect__scroll--content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.poppy-gridselect.small {
    height: 0.72rem;
}
.pui-branch-convert .page-tab-section {
    width: 100%;
}
.pui-branch-flex-wrapper .pui-branch-convert .poppy-gridselect > li,
.pui-branch-flex-wrapper
    .pui-branch-convert
    .poppy-gridselect__scroll--content
    > li {
    -webkit-box-flex: none;
    -ms-flex: none;
    -webkit-flex: none;
       -moz-box-flex: 0;
            flex: none;
    padding: 0;
    margin: 0.08rem 0.2rem 0.08rem 0;
    width: 1rem;
    height: 0.64rem;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-background-size: 1rem 0.64rem;
    background-size: 1rem 0.64rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
}
.pui-branch-flex-wrapper
    .pui-branch-convert
    .poppy-gridselect
    > li:not(.is-active),
.pui-branch-flex-wrapper
    .pui-branch-convert
    .poppy-gridselect__scroll--content
    > li:not(.is-active) {
    color: rgba(0, 0, 0, 0.6);
    border: 0.02rem solid #ccc;
}
.pui-branch-flex-wrapper
    .pui-branch-convert
    .poppy-gridselect
    > li:not(.is-active)
    span,
.pui-branch-flex-wrapper
    .pui-branch-convert
    .poppy-gridselect__scroll--content
    > li:not(.is-active)
    span {
    font-family: poppy-roboto, Helvetica, PingFang SC, Noto Sans SC,
        Source Han Sans CN, Arial, Hiragino Sans GB, sans-serif;
    font-weight: 500;
}
.net-search-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.net-search-left .net-search-left__text {
    max-width: 2rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}
.pinganBiger .pui-searchcom .poppy-nav-bar__left > div {
    font-size: 0.56rem;
}
.pinganBiger .pui-searchcom .poppy-nav-bar__right > div {
    font-size: 0.36rem;
}
.pinganBiger .pui-branch-list__name,
.pinganBiger .pui-branch-listCont__info .poppy-icon-position,
.pinganBiger .pui-branch-listCont__info .poppy-icon-time,
.pinganBiger .webpage-sel-dialog-row__title {
    font-size: 0.4rem;
}
.pinganBiger .pui-branch-list__more,
.pinganBiger .pui-branch-listCont__txt {
    font-size: 0.32rem;
}
.pinganBiger .pui-branch-listCont__txt {
    line-height: 0.4rem;
}
.pinganBiger .pui-branch-listCont__txt:first-child {
    max-width: 4.15rem;
}
.pinganBiger .webpage-sel-dialog-list__item {
    font-size: 0.36rem;
}

.homepage-main.fixed-scroll {
    -webkit-overflow-scrolling: auto;
}
.pinganBiger .sel-city-search__icon,
.pinganBiger .sel-city-location__refresh {
    width: .4rem;
    height: .4rem;
}
.pinganBiger .sel-city-search {
    height: .64rem;
    font-size: .34rem;
    line-height: .42rem;
}
.pinganBiger .sel-city-search > input {
    font-size: .34rem;
}
.pinganBiger .sel-city-searchbox__btn {
    font-size: .32rem;
}
.pinganBiger .sel-city-location__text,
.pinganBiger .sel-city-location-cont__item {
    font-size: .38rem;
}
.pinganBiger .sel-city-location__refresh-text,
.pinganBiger .sel-city-location-hot-list__item {
    font-size: .36rem;
}
.pinganBiger .sel-city-location-hot__text {
    font-size: .4rem;
}
.pinganBiger .sel-city-location-index__row {
    font-size: .34rem;
    line-height: .38rem;
}

.homepage-wrapper[data-v-557f87a2] {
    background: initial;
}
