﻿body, html {
    height: 100%;
    background: #e9e9e9;
}

.page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
    background-color: #fff !important;
}

.commonPage {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font30 {
    font-size: 30px;
}

.fontColor {
    color: #999 !important;
}

.fontRed {
    color: #eb3a3a !important;
}

.fontOrange {
    color: #e18d29 !important;
}

.fontGray {
    color: #666 !important;
}

.fontGreen {
    color: #20bd84 !important;
}

.fontBule {
    color: #3f8dff !important;
}

.binding {
    background: url('Images/loginbg.jpg') no-repeat;
    background-size: 100% 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.userInfoContent {
    padding: 5% 10% 10%;
}

.checkTop {
    text-align: center;
    margin-top: 40%;
}

    .checkTop img {
        width: 200px;
        height: 200px;
    }

.page__hd {
    padding: 40px;
}

.page__title {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}

.page__desc {
    margin-top: 5px;
    color: #888;
    text-align: left;
    font-size: 14px;
}
.textToast {
    z-index: 6000;
    width: 90%;
    /*height: 32px;*/
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: #fff !important;
    border-radius: 5px;
    background-color: linen /*rgba(80,80,80,1)*/;
    position: fixed;
    left: 50%;
    top: 20%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: none;
}
.textToast_success {
    z-index: 6000;
    width: 90%;
    /*height: 32px;*/
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: #fff !important;
    border-radius: 5px;
    background-color: #bdf3bd /*rgba(80,80,80,1)*/;
    position: fixed;
    left: 50%;
    top: 20%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: none;
}
.textToast_warn {
    z-index: 6000;
    width: 90%;
    /*height: 32px;*/
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: #fff !important;
    border-radius: 5px;
    background-color: rgba(247, 250, 18, 0.93) /*rgba(80,80,80,1)*/;
    position: fixed;
    left: 50%;
    top: 20%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: none;
}
.textToastShow {
    display: block;
    -webkit-animation: textToastShow 10s .2s ease-in-out;
    animation: textToastShow 10s .2s ease-in-out;
}

@-webkit-keyframes textToastShow {
    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes textToastShow {
    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*********************************************************/
                        /*master*/
/*********************************************************/
:root {
    --body-height: 800px;
    /*查询无内容*/
    --querynone-height: 500px;
    /*图片上传*/
    --uploader_div_width: 100px;
    --uploader_div_height: 90px;
    --uploader_li_width: 97px;
    --uploader_li_height: 60px;
}

html, body {
    background-color: #fafafa;
}
/*底部按钮位置的调整*/
.weui-footer_fixed-bottom {
    height: 8%;
    border-top: 1px solid #00b050;
    z-index: 5;
    background-color: #fafafa;
    padding-bottom: 10px;
    bottom: -1px;
}

    .weui-footer_fixed-bottom .weui-btn-area {
        margin-top: 5px;
    }
/*占据底部按钮遮挡部分的填充物*/
#emptySpace {
    height: 10%;
}
/*悬浮球内的样式*/
.ballcontainer {
    position: fixed;
    top: 50%;
    right: 5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #e7e7e7;
    opacity: 0.9;
    z-index: 50;
}

.ball {
    position: relative;
    width: 30px;
    top: 7.5px;
    left: 7.5px;
    height: 30px;
    border-radius: 50%;
    background-color: #2196F3;
    opacity: 0.9;
}

.ball_chi {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #2196F3;
}

.ball_chi_context {
    text-align: center;
    line-height: 28px;
    color: #ffffff;
}
/*.div {
            width: 100px;
            height: 50px;
            position: fixed;
            background-color: red;
            border-radius: 25px;
        }*/
/*节点隐藏*/
.hidden {
    display: none;
}
/*Form表单公共控件重定义*/
.weui-input {
    width: 95% !important;
    margin-right: -10% !important;
}

.require-input {
    font-size: 18px;
    padding-right: 5px;
    color: #eb3a3a !important;
}

.require-empty {
    font-size: 18px;
    padding-right: 5px;
    padding-left: 9px;
    color: #eb3a3a !important;
}

.weui-select {
    height: 25px;
    line-height: 25px;
    display: inline-block;
    width: 90% !important;
    padding-left: 0 !important;
}
/*公用样式（覆盖weui）*/
/*.page {
            background-color: transparent !important;
        }
          .page__hd {
            padding: 40px;
        }

        .page__title {
            text-align: left;
            font-size: 20px;
            font-weight: 400;
        }

        .page__desc {
            margin-top: 5px;
            color: #888;
            text-align: left;
            font-size: 14px;
        }
         .weui-navbar__item.weui-bar__item_on {
            background-color: #1AAD19 !important;
            color: white;
        }
        .require-input {
            font-size: 18px;
            padding-right: 5px;
            color: #eb3a3a !important;
        }

        .require-empty {
            font-size: 18px;
            padding-right: 5px;
            padding-left: 9px;
            color: #eb3a3a !important;
        }
         .weui-select {
            height: 25px;
            line-height: 25px;
            display:inline-block;
            width:90% !important;
            padding-left: 0 !important;
        }
         .weui-cell {
            padding-bottom: 0 !important;
            padding-top: 0 !important;
       }
        .weui-cells {
             margin-top: 5px !important;
            }*/
/*未查询到内容的样式*/
.querynone {
    width: 100%;
    height: var( --querynone-height,500px);
    vertical-align: middle;
    display: flex;
    /*实现垂直居中*/
    align-items: center;
    /*实现水平居中*/
    justify-content: center;
    text-align: justify;
    z-index: 2;
}
    .querynone p {
        color:lightgray;
        height:30%;
    }
