* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: PingFangSC-Regular, PingFang SC;
    background: #f5f5f5;
}
::-webkit-scrollbar{
    display: none;
    /* background-color:transparent; */
}
[v-cloak] {
    display: none;
}
/*导航栏*/
.pub_header {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 2px #ccc;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
}
.pub_header .left {
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pub_header .title {
    font-size: 16px;
    color: #333;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*支付*/
.pay_up_box_pub {
    padding: 14px 16px;
    position: relative;
}
.pay_up_box_pub .up_box_header {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}
.pay_up_box_pub .up_box_header .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.pay_up_box_pub .up_box_header .icon img {
    width: 20px;
    height: 20px;
}
.pay_up_box_pub .up_box_main {
    margin-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
}
.pay_up_box_pub .up_box_main .title {
    margin-top: 16px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}
.pay_up_box_pub .up_box_main .item {
    height: 58px;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #f5f5f5;
}
.pay_up_box_pub .up_box_main .item:first-child {
    margin-top: 8px;
}
.pay_up_box_pub .up_box_main .item .pay_icon {
    width: 26px;
}
.pay_up_box_pub .up_box_main .item .pay_icon i {
    display: inline-block;
}
.pay_up_box_pub .up_box_main .item .pay_icon .wx {
    width: 26px;
    height: 26px;
    font-size: 26px;
    color: #46bb36;
    background-size: contain;
}
.pay_up_box_pub .up_box_main .item .pay_icon .zfb {
    width: 26px;
    height: 26px;
    font-size: 26px;
    color: #02a9f1;
    background-size: contain;
}
.pay_up_box_pub .up_box_main .item .pay_icon .yuer {
    width: 26px;
    height: 26px;
    background: url("/static/modi/imgs/logo_wu_text.png") no-repeat center center;
    background-size: contain;
}
.pay_up_box_pub .up_box_main .item .lbl {
    margin-left: 16px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #151515;
    flex: 1;
}
.pay_up_box_pub .up_box_main .item .lbl .balance {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #59a6ff;
}
.pay_up_box_pub .up_box_main .item .icon {
    width: 15px;
}
.pay_up_box_pub .btns {
    width: calc(100% - 32px);
    height: 40px;
    margin: 48px 16px 24px 16px;
    background: #59a6ff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pay_up_box_pub .btns .btn {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pay_up_box_pub .btns .btn .text {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    margin-right: 3px;
}
.pay_up_box_pub .btns .btn .prices {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
}
.pay_up_box_pub .btns .btn .prices .unit {
    font-size: 14px;
}
.pay_up_box_pub .btns .btn .prices .price {
    margin-bottom: -2px;
    font-size: 18px;
}
.pay_up_box_pub .btns .btn .prices .dian {
    margin-bottom: -1px;
    font-size: 14px;
}
.pay_up_box_pub .btns .btn .prices .xiaoshuwei {
    margin-bottom: -1px;
    font-size: 14px;
}
.pay_up_box_pub .desc_wrap {
    margin-top: 48px;
}
.pay_up_box_pub .desc_wrap .van-divider {
    color: #999999;
    border-color: #d8d8d8;
}
.pay_up_box_pub .desc_wrap .desc {
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

/*密码输入*/
.pwd_box_floor_pub {
    position: fixed;
    z-index: 9997;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}
.pwd_box_keyboard {
    width: 100vw;
    height: 246px;
    position: absolute;
    z-index: 9999;
    left: 0;
    bottom: 0;
}
.pwd_box_pub {
    padding: 16px 0;
    width: 292px;
    height: 218px;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    z-index: 9999;
    left: 46px;
    top: 126px;
}
@media screen and (min-width: 414px) {
    .pwd_box_pub {
        left: 63px;
        top: 150px;
    }
}
.pwd_box_pub .pwd_box_header {
    padding: 0 10px;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}
.pwd_box_pub .pwd_box_header .icon {
    width: 18px;
    height: 18px;
    background: url("/static/modi/imgs/icon_delete@2x.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0px;
}
.pwd_box_pub .content {
    margin-top: 20px;
    text-align: center;
}
.pwd_box_pub .content .title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #151515;
}
.pwd_box_pub .content .money {
    margin-top: 10px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #151515;
}
.pwd_box_pub .pwd_wrap {
    margin-top: 36px;
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
}
.pwd_box_pub .pwd_forget {
    margin-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pwd_box_pub .pwd_forget .dForget {
    color: #ccc;
    font-size: 14px;
}

.pub_footer_btns {
    width: 100%;
    padding: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
}
.pub_footer_btns .btn{
    height: 40px;color:#fff;font-size:14px;background-color: #59A6FF;border-radius: 2px;display: flex;justify-content: center;align-items: center;
}
