html,body{
    background: #fff;
    min-height: 100%;
}
img { border:none; width: 100%}
.mui-bar-nav{
    background: #3723da;
    padding:0 12px;
}
.mui-bar-nav.mui-bar .mui-icon{
    color: #fff;
    font-size: 24px;
    padding: 0;
    line-height: 44px;
    margin: 0;
}
.mui-bar .mui-title{
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.mui-bar-nav.mui-bar .r-text{
    line-height: 44px;
    color: #fff;
    font-size:17px;
}
.mui-content{
    background: #fff;
    height: 100%;
}
.mui-off-canvas-left, .mui-off-canvas-right{
    width: 82%;
    background: #343232;
}
.user{
    display: flex;
    display: -webkit-flex;
    border-bottom: 1px solid #444;
    padding: 14px 0 10px 0;
}
.user .img-box{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin:0 14px;

}
.user .img-box img{
    display: block;
    width: 100%;
}
.user .info{
    width: 100px;
    flex-grow: 1;
    line-height: 40px;
    -webkit-flex-grow: 1;
    color: #ffffff;
    font-size: 14px;
}
ul,li{
    list-style: none;
    padding: 0;
}
.nav-list{
    border-bottom: 1px solid #444;
}
.nav-list .nav-item{
    display: flex;
    display: -webkit-flex;
    margin: 10px 0;
}
.nav-list .nav-item img{
    width: 26px;
    height: 21px;
    margin: 0 22px 0 24px;
}
.nav-list .nav-item a{
    width: 100px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    color: #fff;
    font-size: 11px;
    line-height: 21px;
}

.mui-content{
    background: #fff;
}

.mui-content .inp-group{
    width: 270px;
    margin: 50px auto 0;
}
.mui-content .inp-group .inp-row{
    width: 100%;
    margin-bottom: 18px;
}
.mui-content .inp-group .inp-row input{
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 0 0 0 16px;
    line-height: 36px;
    color: #999;
    font-size: 11px;
    margin-bottom: 0;
}
.mui-content .inp-group .inp-row .code{
    width:134px;
}
.mui-content .inp-group .inp-row .getcode{
    width: 85px;
    padding: 0;
    line-height: 32px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    display: block;
    background: #221396;
    border: 0;
    border-radius: 4px;
    margin-top: 2px;
}
.mui-content .inp-group .inp-row .upload{
    width: 100%;
    line-height: 32px;
    text-align: center;
    padding: 0;
    font-size: 26px;
    color: #999;
}
.mui-content .inp-group .inp-row p{
    text-align: center;
    font-size: 11px;
    color: #999;
    line-height: 30px;
    margin-bottom: 0;
}
.mui-content .inp-group .upload-box{
    margin-bottom: 0;
}
.mui-content .inp-group .forget{
    text-align: right;
    font-size: 11px;
    color: #999;
    display: block;
    margin-bottom: 10px;
}
.mui-content .inp-group .btn{
    width: 100%;
    padding: 0;
    line-height: 32px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    display: block;
    background: #221396;
    border: 0;
    border-radius: 4px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.mui-content .inp-group .reg-btn{
    margin-top: 36px;
    margin-bottom: 50px;
}
::-webkit-input-placeholder{
    color: #999;
}
.file {
    position: relative;
    display: inline-block;
    background: url(../images/data_camera.png) no-repeat center center;
    padding: 0px 0px;
    overflow: hidden;
    background-size: auto 80px;
    border-bottom: 1px solid #b1adad;
}
.file input {
    position: absolute;
    font-size: 100px !important;
    right: 0;
    top: 0;
    opacity: 0;
    padding: 0px !important;
}