.weui-dialog {
    height: 5.333rem;
    border-radius:.266rem
}

.weui-toast {
    width: 3rem !important;
    min-height:1rem !important
}

.weui-tabbar {
    background-color: #fff !important;
    z-index:888 !important
}

#detailSwiper .vux-swiper {
    height:7.2rem !important
}

.weui-cells {
    font-size:14px !important
}

.scrollable .vux-tab-item {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 16% !important;
    flex:0 0 16% !important
}

.weui-dialog__hd {
    padding:0
}

.weui-dialog__btn_primary {
    color:#f3248c
}

.weui-toast__content {
    font-size:12px
}

.vux-prompt {
    padding-bottom: 0;
    height:40px
}

.vux-prompt-msgbox {
    display: block;
    margin:0 auto
}

.weui-actionsheet__menu {
    max-height: 11rem;
    overflow:auto
}



.vux-reddot, .vux-reddot-border, .vux-reddot-s {
    position:relative
}

.vux-reddot-border:after, .vux-reddot-s:after, .vux-reddot:after {
    background-color: #f74c31;
    right: -3px;
    top:-3px
}

.vux-reddot-border:after, .vux-reddot-border:before, .vux-reddot-s:after, .vux-reddot:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-clip:padding-box
}

.vux-reddot-border:before {
    background-color: #fff;
    right: -4px;
    top: -4px;
    padding:1px
}

.vux-reddot-s:after {
    width: 6px;
    height: 6px;
    top: -5px;
    right:-5px
}

.weui-tabbar__icon {
    position:relative
}

.weui-tabbar__icon > sup {
    position: absolute;
    top: -8px;
    left: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index:101
}

.weui-tabbar__item.vux-tabbar-simple {
    padding: 0;
    height: 50px;
    line-height:50px
}

.vux-tabbar-simple .weui-tabbar__label {
    font-size: 14px;
    line-height:50px
}

.vux-badge {
    display: inline-block;
    text-align: center;
    background: #f74c31;
    color: #fff;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    padding: 0 6px;
    background-clip: padding-box;
    vertical-align:middle
}

.vux-badge-single {
    padding: 0;
    width:16px
}

.vux-badge-dot {
    height: auto;
    padding:5px
}

.weui-tabbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /*position: absolute;*/
    z-index: 500;
    bottom: 0;
    width: 100%;
    background-color:#f7f7fa
}

.weui-tabbar:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #c0bfc4;
    color: #c0bfc4;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform:scaleY(.5)
}

.weui-tabbar__item {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 5px 0 0;
    font-size: 0;
    color: #999;
    text-align: center;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}

.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon > i, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
    color:#0fa43c
}

.weui-tabbar__icon {
    display: inline-block;
    width: 27px;
    height:27px
}

.weui-tabbar__icon > i, i.weui-tabbar__icon {
    font-size: 24px;
    color:#999
}

.weui-tabbar__icon img {
    width: 100%;
    height:100%
}

.weui-tabbar__label {
    text-align: center;
    color: #999;
    font-size: 10px;
    line-height:1.8
}

.weui-tab {
    position: relative;
    height:100%
}

.weui-tab__panel {
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 50px;
    overflow: auto;
    -webkit-overflow-scrolling:touch
}

.weui-tab__content {
    display:none
}
