* {
    font-family: Arial;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.mui-backdrop {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
}

.mui-h5,
h5 {
    font-size: 14px;
    font-weight: 400;
    color: #8f8f94;
    box-sizing: border-box;
}

.mui-btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    background-clip: padding-box;
}

.mui-btn-blue {
    color: #fff;
    border: 1px solid #007aff;
    background-color: #007aff;
}

.mui-dtpicker-title {
    line-height: 14px;
    font-size: 17px;
}

.show-info {
    width: 100%;
    height: 100%;
    z-index: 9000;
    background: rgba(0, 0, 0, 0.02);
    position: fixed;
    top: 0;
    left: 0
}

    .show-info .wrapper {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1)
    }

    .show-info .inner {
        width: 3.6rem;
        margin: 0 auto;
        background: #ffffff;
        border-radius: 0.3rem;
        color: #072841;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -1.8rem
    }

        .show-info .inner .icon {
            width: 0.7rem;
            height: 0.9rem;
            color: #fff;
            margin: 0 auto;
            padding-top: 0.2rem;
            opacity: 0.5
        }

            .show-info .inner .icon span {
                display: block;
                width: 0.7rem;
                height: 0.7rem;
                color: #fff
            }

            .show-info .inner .icon img {
                width: 0.7rem;
                height: 0.7rem
            }

        .show-info .inner .info {
            width: 3.6rem;
            line-height: 0.32rem;
            font-size: 0.26rem;
            text-align: center;
            padding: 0.4rem 0.2rem;
            -webkit-box-sizing: border-box;
        }


.modal {
    position: fixed;
    z-index: 700;
    width: 100%;
    height: 100%;
    background: white;
    top: 0px;
}

    .modal iframe {
        width: 100%;
        height: 100%;
        border: 0px;
    }

.clearfix {
    clear: both;
}

.hide {
    display: none;
}


.dialog {
    position: fixed;
    z-index: 199;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

    .dialog button {
        padding: 0;
        border: none;
    }

    .dialog .inner {
        position: fixed;
        z-index: 299;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .dialog .menu-group {
        margin: 0 auto 0.16rem auto;
        width: 6.08rem;
        background: #fff;
        border-radius: 0.16rem;
    }

    .dialog .title {
        height: 0.66rem;
        line-height: 0.66rem;
        border-bottom: #eee 1px solid;
        font-size: 0.2rem;
        color: #919191;
    }

    .dialog .menu {
        height: 0.88rem;
        line-height: 0.88rem;
        font-size: 0.3rem;
        color: #6cc7c2;
        cursor: pointer;
    }

    .dialog .menu {
        border-bottom: #eee 1px solid;
        position: relative;
    }

        .dialog .menu:last-child {
            border: none;
        }


.confirm-dialog {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

    .confirm-dialog .inner {
        position: fixed;
        z-index: 299;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .confirm-dialog .ask,
    .confirm-dialog .cancel {
        margin: 0 auto 0 auto;
        width: 6.08rem;
        background: #fff;
        border-radius: 0.16rem;
    }

    .confirm-dialog .question {
        line-height: 0.4rem;
        border-bottom: #dcdcdc 1px solid;
        font-size: 0.25rem;
        color: blue;
        padding: 0.2rem;
    }

    .confirm-dialog .cancel {
        height: 0.88rem;
        line-height: 0.88rem;
        font-size: 0.3rem;
        cursor: pointer;
    }

    .confirm-dialog .confirm {
        color: #ff3126;
        width: 100%;
        font-size: 0.3rem;
        height: 0.88rem;
        line-height: 0.88rem;
        background: #fff;
        display: block;
    }

    .confirm-dialog .cancel {
        color: #0076ff;
        margin-top: 0.16rem;
        margin-bottom: 0.16rem;
        display: block;
    }

.header {
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: white;
    font-size: 0.35rem;
    background: #072841;
}

    .header .title {
        letter-spacing: 3px;
    }

    .header .fa-angle-left {
        line-height: 1rem;
        font-size: 0.5rem;
        color: white;
        position: absolute;
        left: 0;
        width: 0.5rem;
    }

.footer {
    height: 1rem;
    text-align: center;
    font-size: 0.35rem;
    background-color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 0.13rem;
    box-sizing: border-box;
    border-top: 1px solid #f1f1f1;
}

    .footer ul {
        margin: 0;
        padding: 0;
    }

        .footer ul li {
            list-style: none;
            float: left;
            width: 25%;
            font-size: 0.28rem;
            letter-spacing: 3px;
            color: #072841;
        }

            .footer ul li span {
                display: block;
                width: 100%;
                text-align: center;
                font-size: 0.4rem;
            }

            .footer ul li.active {
                color: #45d75b;
            }
.footer1 {
    height: 1rem;
    text-align: center;
    font-size: 0.35rem;
    background-color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 0.13rem;
    box-sizing: border-box;
    border-top: 1px solid #f1f1f1;
}
    .footer1 ul {
        margin: 0;
        padding: 0;
    }

        .footer1 ul li {
            list-style: none;
            float: left;
            width: 20%;
            font-size: 0.28rem;
            letter-spacing: 3px;
            color: #072841;
        }

            .footer1 ul li span {
                display: block;
                width: 100%;
                text-align: center;
                font-size: 0.4rem;
            }

            .footer1 ul li.active {
                color: #45d75b;
            }

.mui-picker-inner {
    mask-image: linear-gradient(to top, transparent, #fff);
    -webkit-mask-image: linear-gradient(to top, transparent, #fff);
}

.mui-pciker-list li.highlight {
    color: #007aff !important;
}
 