a, abbr, acronym, address, applet, article, aside, audio, big, blockquote,
body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em,
embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6,
header, hgroup, html, iframe, img, ins, kbd, label, legend, li, mark, menu,
nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike,
strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr,
tt, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}



/**
鐧诲綍寮€濮�
 */
.ui-page-login,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.mui-content{height: 100%;}

.area {
    margin: 20px auto 0px auto;
}

.mui-input-group {
    margin-top: 10px;
}

.mui-input-group:first-child {
    margin-top: 20px;
}

.mui-input-group label {
    width: 22%;
}

.mui-input-row label~input,
.mui-input-row label~select,
.mui-input-row label~textarea {
    width: 78%;
}

.mui-checkbox input[type=checkbox],
.mui-radio input[type=radio] {
    top: 6px;
}

.mui-content-padded {
    margin-top: 25px;
}

.mui-btn {
    padding: 10px;
}

.link-area {
    display: block;
    margin-top: 25px;
    text-align: center;
}

.spliter {
    color: #bbb;
    padding: 0px 8px;
}

.oauth-area {
    position: absolute;
    bottom: 20px;
    left: 0px;
    text-align: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.oauth-area .oauth-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px 20px;
    /*-webkit-filter: grayscale(100%); */
    border: solid 1px #ddd;
    border-radius: 25px;
}

.oauth-area .oauth-btn:active {
    border: solid 1px #aaa;
}

.oauth-area .oauth-btn.disabled {
    background-color: #ddd;
}
.mui-content .logo{
    width: 100%;
    display: block;
    margin-top: 50px;
}
/**鐧诲綍缁撴潫**/

/* define  */
.mui-page-content{
        padding: 20px 2%;
    }
    #subData{
        width: 96%;
        height: 45px;
        clear: both;
        margin: 30px auto;
        margin-left: 2%;
    }
    .mui-card{
        border-radius: 3px;
        margin: 0;
    }
    .mui-card-content {
        padding: 20px 10% 10px 10%;
    }
    .mui-card-content p{
        line-height: 30px;
    }
    .mui-table-view-radio{
        width: 100%;
    }
    .no-data{
        text-align: center;
        margin-top: 40%;
    }
    .no-data img{
        max-width: 60%;
    }
    .no-data p{
        line-height: 50px;
    }
    .content{
        font-size: 15px;
         border: none;
        border-top: 1px solid #ddd;
        border-radius: 0;
        height: 110px;
    }
    .tongji{
        text-align: left;
        margin-bottom: 20px;
    }
    .search{
        text-align: left;
        margin-bottom: 20px;
    }
    .input-line{
        display: flex;
        align-items: center
    }
    .phone{
        margin-bottom: 0 !important;
        width: 78vw !important;
    }
    .button{
        padding: 10px 15px 10px 15px;
        margin-left: 5px;
    }

