html,body{
    background: #fff;
    min-height: 100%;
}
.mui-bar-nav{
    background: #3723da;
    padding:0 12px;
}
.mui-bar-nav.mui-bar .mui-icon{
    color: #fff;
    font-size: 36px;
    padding: 0;
    line-height: 44px;
}
.mui-bar-nav.mui-bar .r-text{
    line-height: 44px;
    color: #fff;
    font-size:17px;
}
.mui-content{
    background: #fff;
    height: 100%;
}
.mui-content h3{
    color: #221396;
    font-size: 20px;
    margin: 60px 0 30px 0;
    text-align: center;
}
.mui-content .inp-group{
    width: 270px;
    margin: 0 auto;
}
.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: 12px;
    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 .forget{
    text-align: right;
    font-size: 12px;
    color: #999;
    display: block;
    margin-bottom: 10px;
    line-height: 25px;
    width: 40%;
}
.lg-link {
    color: #999;
    display: inline-block;
    line-height: 13px;
    font-size: 12px;
    margin-left: 10px;

    text-align: right;
   
}
 .on {
    background: #00BB00 none repeat scroll 0 0;
    border: 1px solid #fa8c35;
    color: #fff;
}
.lg-linki {
    border: 1px solid #d7d7d7;
    display: inline-block;
    height: 13px;
    margin-right: 4px;
    margin-top: 2px;
    width: 13px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
}
#labelId{
    width:30px;
    height:30px;
    border-radius:4px;
    background-color: rgb(0,150,136);
    position: relative;
}
#labelId:after {
    content: '\00a0';
    display: inline-block;
    border: 4px solid #fff;
    border-top-width: 0;
    border-right-width: 0; 
    width: 18px;
    height: 10px;
    -webkit-transform: rotate(-50deg);
    position: absolute;
    top:6px;
    left:4px;
}

input[type='checkbox']+label::before {
  content:'\a0';/*不换行空格*/
  display: inline-block;
  vertical-align: 0.2em;
  width:1em;
  height:1em;
  margin-right: .2em;
  border-radius:.2em;
  background: silver;/*复选框的背景色*/
  text-indent:0.15em;
  line-height: 13px;
}
label{
    font-size: 12px;
}
input[type='checkbox'] {
  /*隐藏掉原先实际的 checkbox 框，之所以没用 display:none; 这种简单直接的方式，是因为这种方法会把它从键盘 tab 键切换焦点的队列中完全删除*/
  position: absolute;
  clip:rect(0,0,0,0);
}
input[type='checkbox']:checked+label::before {
  content:'\2713'; /*对号的 Unicode字符*/
  background: yellowgreen;/*对号的颜色*/
}

.mui-content .inp-group .btn{
    width: 100%;
    padding: 0;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    background: #221396;
    border: 0;
    border-radius: 4px;
    margin-bottom: 76px;
}
.mui-content .inp-group .reg-btn{
    margin-top: 36px;
    margin-bottom: 50px;
}
.mui-content .other-way{
    border-top: 1px solid #dcdcdc;

}
.mui-content .other-way .inbox{
    width: 270px;
    margin: 30px auto;
}
.mui-content .other-way .inbox .way-item{
    display: block;
    width: 135px;
}
.mui-content .other-way .inbox .way-item img{
    display: block;
    width: 25px;
    margin: 0 auto;
}
.mui-content .other-way .inbox .way-item span{
    display: block;
    color: #999999;
    font-size: 14px;
    text-align: center;
    margin-top: 6px;
}
::-webkit-input-placeholder{
    color: #999;
}