body, html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color:#f8f8f8;
    /*max-width: 640px;*/
}

.demos-title {
    text-align: center;
    font-size: 34px;
    color: #3cc51f;
    font-weight: 400;
    margin: 0 15%;
}

.demos-sub-title {
    text-align: center;
    color: #888;
    font-size: 14px;
}

.demos-header {
    padding: 35px 0;
}

.demos-content-padded {
    padding: 15px;
}

.demos-second-title {
    text-align: center;
    font-size: 24px;
    color: #3cc51f;
    font-weight: 400;
    margin: 0 15%;
}

footer {
    text-align: center;
    font-size: 14px;
    padding: 20px;
}

    footer a {
        color: #999;
        text-decoration: none;
    }

.page__hd {
    padding: 40px;
}

.page__bd_spacing {
    padding: 0 15px;
}

.page__ft {
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
}

.icon_sp {
    background: url(../images/icon_sp.png) no-repeat;
    background-size: 28px 28px;
}

.icon-income {
    background: url(../images/icon-income.png) no-repeat;
    background-size: 28px 28px;
}

.icon_project {
    background: url(../images/icon_project.png) no-repeat;
    background-size: 28px 28px;
}

.icon_asset {
    background: url(../images/icon_asset.png) no-repeat;
    background-size: 28px 28px;
}

.icon_history {
    background: url(../images/icon_history.png) no-repeat;
    background-size: 28px 28px;
}

.icon_xf {
    background: url(../images/icon_xf.png) no-repeat;
    background-size: 28px 28px;
}

.icon_recharge {
    background: url(../images/icon_recharge.png) no-repeat;
    background-size: 28px 28px;
}

.icon_pos {
    background: url(../images/icon_pos.png) no-repeat;
    background-size: 28px 28px;
}

.icon_refresh {
    background: url(../images/icon_refresh.png) no-repeat;
    background-size: 28px 28px;
}

.icon_dj {
    background: url(../images/icon_dj.jpg) no-repeat;
    background-size: 28px 28px;
}

.icon_zx {
    background: url(../images/icon_zx.jpg) no-repeat;
    background-size: 28px 28px;
}

.icon_xw {
    background: url(../images/icon_xw.jpg) no-repeat;
    background-size: 28px 28px;
}

.icon_dk1 {
    background: url(../images/icon_dk1.png) no-repeat;
    background-size: 28px 28px;
}

.icon_dk2 {
    background: url(../images/icon_dk2.png) no-repeat;
    background-size: 28px 28px;
}

.icon_sf {
    background: url(../images/icon_sf.jpg) no-repeat;
    background-size: 28px 28px;
}

.icon_wifi {
    background: url(../images/icon_wifi.jpg) no-repeat;
    background-size: 28px 28px;
}

.icon_password {
    background: url(../images/icon_password.png) no-repeat;
    background-size: 28px 28px;
}

.icon_password {
    background: url(../images/icon_password.png) no-repeat;
    background-size: 28px 28px;
}

.icon_password {
    background: url(../images/icon_password.png) no-repeat;
    background-size: 28px 28px;
}

.icon_fi_sum {
    background: url(../images/icon_fi_sum.png) no-repeat;
    background-size: 28px 28px;
}

.icon_bank {
    background: url(../images/icon_bank.png) no-repeat;
    background-size: 28px 28px;
}

.icon_house {
    background: url(../images/icon_house.png) no-repeat;
    background-size: 28px 28px;
}

.icon_dollar {
    background: url(../images/icon9.png) no-repeat;
    background-size: 28px 28px;
}

.paywayimg{
    width: 30px;
    height: 30px;
    margin-left: 8px;
    margin-right: 8px;
}


.fix-bottom{
    position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
.fix-top{
    position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.fix-top-div {
    right: 0;
    position: fixed;
    top: .77em;
    width: 90%;
    z-index: 100;
    text-align: right;
}


.key_grid {
    width:28%;
    height:50px;
    margin-left:2px;
    margin-right:2px;
}
.password_div_css{
    width: 240px;
    height: 40px;
    border:1px solid #cccccc;
    font-size:0px;
    border-radius: 3px;
}
.password_span_css{
    display: inline-block;
    border-right: 1px solid #cccccc;
    height: 100%;
    width: 40px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    vertical-align: top;
    position: relative;
    cursor:text;
}
.password_span_css_last{
border-right: 0px;
}
.circle:after{
  	content:"";
    width: 8px;
    height: 8px;
    background: #000;
    border-radius:50%;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-4px;
    margin-left:-4px;
}

.button_sp_area > a {
    margin: 0px 1px;
}

[v-cloak] {
    display: none !important;
}
/*弹出层背景层，防止与默认冲突*/
.urp-mask {
    opacity: 1;
    visibility: visible;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
}
.urp-dialog {
    opacity: 1;
    visibility: visible;
    position: fixed;
    width: 80%;
    max-width: 300px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    margin: 0;
    top: 45%;
    z-index: 2000;
}
/*底部滑动按钮*/
.urp-btn-fiexed {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 35px;
    white-space:nowrap;
    z-index: 10;
    background-color: #f8f8f8;
    padding: 5px 0;
}
.urp-btn-fiexed .urp-button-area {
    position: absolute;
    bottom:5px;
    left:0px;
    width: 100%;
    height: calc(100% - 10px);
    font-size: 0;
}
.urp-btn-fiexed .urp-button-area button {
    width: 93px;
    outline: none;
    height: 100%;
    color: #fff;
    background-color: #1E9FFF;
    border: 1px solid #ccc;
    display: none;
    border-radius: 10px;
    font-size: 17px;
    position: absolute;
}

.urp-required::after {
    content: "*";
    color: #f00;
    position: relative;
    right: 0.05rem;
}
/*weui tab颜色样式自定义*/
.weui-navbar__item {
    color: #000;
    border-bottom: 1px solid #ccc;
}
.weui-navbar__item:after {
    border-right: none;
}
.weui-navbar__item.weui-bar__item--on {
    color: #3396fb;
    background-color: transparent;
    border-bottom: 2px solid #3396fb;
}
.weui-navbar:after {
    border-bottom: none;
}
/*城市选择插件样式*/
.city-select-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10000;
    text-align: left;
}
.city-select-title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f7f7f8;
    border-top: 1px solid #aaa;
    position: fixed;
    box-sizing: border-box;
    top: 0px;
    width: 100%;
}
.city-select-finish {
    position: absolute;
    right: 0;
    color: #03a9f4;
    padding: 0 5px;
}
.city-select-search {
    height: 40px;
    background: #03a9f4;
    padding: 5px 10px;
    position: fixed;
    top: 40px;
    box-sizing: border-box;
    width: 100%;
}
.city-select-search i.fa-search {
    position: absolute;
    top: 10px;
    left: 20px;
}
.city-select-search i.fa-times {
    position: absolute;
    top: 10px;
    right: 50px;
}
.city-select-search>.cancel {
    position: absolute;
    top: 10px;
    right: 7px;
    font-size: 14px;
    color: #fff;
}
.city-select-search input {
    height: 100%;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 14px;
}
.city-select-content {
    height: calc(100% - 80px);
    box-sizing: border-box;
    background: #efeff4;
    position: absolute;
    top: 80px;
    width: 100%;
    overflow-y: scroll;
}
.city-select-content .search-nodata {
    text-align: center;
    padding-top: 20px;
}
.city-select-top {
    padding: 15px 35px 15px 15px;
}
.city-select-top-title {
    font-size: 12px;
    padding: 5px 0px;
}
.city-select-top-title>a,
.city-select-city-title>a {
    color: #aaa;
}
.city-select-top-box {
    display: inline-block;
    width: 30%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #666;
    margin-bottom: 10px;
    font-size: 12px;
}
.city-select-top-box:nth-of-type(3n-2),
.city-select-top-box:nth-of-type(3n-1) {
    margin-right: 5%;
}
.city-select-right {
    position: fixed;
    right: 0;
    top: 100px;
    width: 40px;
    text-align: center;
    font-size: 10px;
}
.city-select-right-box {
    padding: 2px 0;
}
.city-select-right-box>a {
    color: #aaa;
    display: inline-block;
    width: 100%;
}
.city-select-city-title {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
    background: #eee;
    font-size: 12px;
    padding-left: 15px;
}
.city-select-city-box,
.city-select-search-content {
    padding-left: 15px;
    background: #fff;
    font-size: 14px;
}
.city-select-city-box-content {
    border-bottom: 1px solid #eee;
    line-height: 40px;
}
.city-select-city-box-content > span {
    color: #ccc;
    font-size: 12px;
    padding-left: 15px;
}
.user-select-footer {
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    padding: 15px 5px 15px 15px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 10;
    border-top: 1px solid #ddd;
}
.user-select-footer>div:first-child {
    float: left;
    color: #3396fb;
}
.user-select-footer>div:last-child {
    float: right;
}
.user-select-footer > div .weui-btn {
    height: 30px;
    line-height: 30px;
    background-color: #3396fb;
    font-size: 14px;
}
.user-select-current-line {
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

/*列表搜索*/
.search-list {
        position: relative;
        display: inline-block;
}

.search-list-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,0.2);
}
.search-list-icon {
    color: #333;
    font-size: 12px;
}
.search-list-icon>span {
    padding-right: 5px;
}
.search-list-hide {
    display: none;
}

.search-list-content {
    position: fixed;
    width: 80%;
    height: 100%;
    z-index: 101;
    top: 0;
    right: 0;
    background-color: #fff;
    transition: width .5s;
}

.searchlist-enter-active, .searchlist-leave-active {
    transition: width .3s;
}

.searchlist-enter, .searchlist-leave-to {
    width: 0;
}
/*审批标签*/
 .flow-tag {
    position: absolute;
    top:15px;
    right: 15px;
    border-radius: 50%;
    border: 7px solid #72d6b0;
    color: #72d6b0;
    z-index: 10;
    text-align: center;
    transform: rotate(-30deg);
    opacity: 0.7;
}
.flow-tag-cicle {
    margin: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-top: 3px solid #72d6b0;
    border-bottom: 3px solid #72d6b0;
}
.flow-tag-cicle-title {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.flow-tag-cicle-toptext {
    position: absolute;
    top: 26px;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
}
.flow-tag-cicle-bottomtext {
    font-size: 10px;
    position: absolute;
    top: calc(50% + 14px);
    left: 50%;
    transform: translateX(-50%);
}

.flow-tag-rectangle {
    position: absolute;
    top: 2rem;
    right: 2rem;
    border: 3px solid orange;
    text-align: center;
    transform: rotate(-30deg);
    opacity: 0.6;
    width: 100px;
}
.flow-tag-rectangle-content {
    position: absolute;
    font-size: 12px;
    left: 50%;
    transform: rotate(-30deg);
}

/*流程审批意见*/
.flow-suggestion {
    background-color: #fff;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}

.flow-suggestion>.flow-suggestion-title {
    width: 80px;
    position: absolute;
    top: 12px;
    left: 15px;
}

.flow-suggestion>textarea {
    width: calc(100% - 141px);
    display: inline-block;
    float: right;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin: 15px;
}

.flow-suggestion>.flow-suggestion-text {
    width: calc(100% - 141px);
    display: inline-block;
    float: right;
    margin: 15px;
}

/*手写签名*/
.signature .watermark {
    position: absolute;
    top: 0;
    left: 15px;
    box-sizing: border-box;
    border: 2px solid #f1a6a6;
    z-index: -1;
}

.signature .watermark-word {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 240px;
    text-align: center;
    opacity: 0.05;
}

.signature .watermark > span {
    display: inline-block;
    position: absolute;
}

.signature .horizontal {
    width: 100%;
    height: 0;
    border-top: 2px dashed #f9b2b2;
    top: calc(50% - 1px);
    left: 0;
}

.signature .vertical {
    height: 100%;
    width: 0;
    border-left: 2px dashed #f9b2b2;
    left: calc(50% - 1px);
    top: 0;
}

.signature {
    padding: 15px;
    position: relative;
}

.signature .signature-title {
    text-align: center;
    margin-bottom: 15px;
}

.signature .signature-title > div:first-child {
    font-size: 18px;
    line-height: 38px;
    font-weight: 500;
}

.signature .signature-title > div:last-child {
    font-size: 14px;
    color: #aaa;
}

.signature .signature-tips {
    text-align: center;
    color: #888;
    padding: 15px 0;
}

.signature .signature-btngroup > button {
    width: calc(50% - 5px);
    border: 2px solid #ff8728;
    border-radius: 20px;
    height: 40px;
    color: #ff8728;
    background-color: #fff;
    outline: none;
}

.signature .signature-btngroup > button.submit {
    color: #fff;
    background-color: #ff8728;
}

.signature .signature-btngroup > button.submit.disabled {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.signature .result {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.HandwrittenSignature {
    position: relative;
    padding-bottom: 55px;
}
.HandwrittenSignature-title {
    text-align: center;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    padding: 10px;
}
.HandwrittenSignature-title > .icon {
    position: absolute;
    font-size: 30px;
    top: 10px;
    left: 10px;
}

    .HandwrittenSignature-title > .uploadFile {
        position: absolute;
        font-size: 16px;
        top: 10px;
        right: 50px;
        color: #3396fb;
        font-weight: 400;
    }

.HandwrittenSignature-title > .templet {
    position: absolute;
    font-size: 16px;
    top: 10px;
    right: 10px;
    color: #3396fb;
    font-weight: 400;
}
.HandwrittenSignature > div > textarea {
    width: 100%;
    border: none;
    padding: 15px;
    font-size: 18px;
    box-sizing: border-box;
}

.weui-panel__hd > .templet {
    position: absolute;
    font-size: 16px;
    top: 10px;
    right: 10px;
    color: #3396fb;
    font-weight: 400;
}

.weui-panel__hd > .uploadFile {
    position: absolute;
    font-size: 16px;
    top: 10px;
    right: 50px;
    color: #3396fb;
    font-weight: 400;
}

.weui-panel__bd > textarea {
    width: 100%;
    border: none;
    padding: 15px;
    font-size: 18px;
    box-sizing: border-box;
}

.HandwrittenSignature-draw {
    border: 1px dashed #ddd;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 25px;
}
.HandwrittenSignature-draw>span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
}
.HandwrittenSignature-draw>.icon {
    position: absolute;
    font-size: 20px;
    right: 5px;
    text-align: center;
    top: 10px;
}
.HandwrittenSignature-draw>button {
    color: #1E9FFF;
    border: none;
    outline: none;
    position: absolute;
    right: 15px;
    bottom: 5px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
}
.HandwrittenSignature-submit {
    display: inline-block;
    width: 90%;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 5%;
    height: 40px;
    border-radius: 20px;
    border: none;
    outline: none;
    background-color: #1E9FFF;
    color: #fff;
    font-size: 16px;
}
.HandwrittenSignature-draw > canvas.cvs {
    background-color: #f8f8f8;
}
.HandwrittenSignature-draw > img {
    width: 100%;
    position: absolute;
    top: 38px;
    left: 0px;
    z-index: 10;
}
.HandwrittenSignature > .fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #fff;
}
.HandwrittenSignature > .fullscreen > .text {
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: top left;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #888;
    font-size: 22px;
}
.HandwrittenSignature > .fullscreen > canvas {
    position: absolute;
}
.HandwrittenSignature > .fullscreen > .icon {
    transform: rotate(90deg);
    position: absolute;
    font-size: 30px;
    bottom: 90px;
    left: 20px;
}
.HandwrittenSignature > .fullscreen > .fullscreen-ok {
    transform: rotate(90deg);
    position: absolute;
    bottom: 25px;
    left: 0px;
    height: 30px;
    outline: none;
    background-color: #1E9FFF;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 5px 20px;
}
.HandwrittenSignature-selectUser {
    border-top: 1px dashed #ddd;
    position: relative;
    box-sizing: border-box;
    padding: 10px 15px;
    min-height: 180px;
}
.HandwrittenSignature-selectUser > div {
    display: flex;
}
    .HandwrittenSignature-selectUser > div>span {
        display: inline-block;
        min-width: 100px;
    }
    .HandwrittenSignature-selectUser .selectUser-item {
        display: inline-block;
        padding: 2px 10px;
        border-radius: 10px;
        background-color: #FFB800;
        margin: 5px;
        color: #fff;
    }
    .HandwrittenSignature-selectUser .selectUser-item>i {
        cursor: pointer;
        color: #eee;
        padding-left: 5px;
    }
    .HandwrittenSignature-selectUser .selectUser-add {
        display: inline-block;
        border: 4px solid #ccc;
        border-radius: 50%;
        text-align: center;
        padding: 0 5px;
    }
        .HandwrittenSignature-selectUser .selectUser-add > i {
            cursor: pointer;
            color: #ccc;
            line-height: 0.25rem;
            font-size: 20px;
        }

/*悬浮球按钮*/
.floatball-button {
    position: fixed;
    top: calc(100% - 200px);
    right: 0px;
    width: 65px;
    height: 65px;
    opacity: 0.6;
    z-index: 5;
    touch-action: pan-y;
}
.floatball-button>span {
    position: absolute;
    font-size: 30px;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}
.floatball-button-body {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 50%;
    box-shadow: 0px 5px 5px #ddd;
    background-color: #fff;
}
.floatball-button-body>li {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
}
.floatball-button-body>li>div {
    position: absolute;
    left: 50%;
    bottom: 110%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    font-size: 0;
}
.floatball-button-body>li>div>span {
    
}
.floatball-button.show>.floatball-button-body > li > div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: -25px;
    box-shadow: 0 3px 3px #ddd;
    font-size: 14px;
}
.weui-form-preview__hd,
.weui-form-preview__bd {
    text-align: left;
    vertical-align: middle;
}

.weui-form-preview__value {
    display: inline-block;
    float: right;
}

.weui-form-preview__label {
    float: none
}

.radio-option {
    padding: 15px 10px;
    font-size: 16px;
    text-align: left;
}

    .radio-option input[type="radio"] {
        display: none;
    }

    .radio-option {
        padding-left: 30px;
        position: relative;
    }

        .radio-option :before {
            content: "";
            position: absolute;
            left: 5px;
            top: 28%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            border: 1px solid #ccc;
            border-radius: 50%;
            box-sizing: border-box;
        }

    .radio-option input[type="radio"]:checked + :before {
        border-color: #1e9fff;
        background-color: #1e9fff;
        box-shadow: inset 0 0 0 5px #fff;
    }

.weui-picker-modal .picker-item {
    font-size: 16px;
}


/*重提交插件*/
.flow-resubmit-content {
    display: flex;
    flex-direction: column;
    background-color: white;
}

    .flow-resubmit-content > textarea {
        width: 100%;
        height:100%;
        border: none;
        padding: 15px;
        font-size: 18px;
        box-sizing: border-box;
    }

.flow-resubmit-checksubmit {
    display: inline-block;
    width: 90%;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 5%;
    height: 40px;
    border-radius: 20px;
    border: none;
    outline: none;
    background-color: #1E9FFF;
    color: #fff;
    font-size: 16px;
}