.mui-input-group label {
    width: auto;
}
.mui-input-row label~input,
.mui-input-row label~select,
.mui-input-row label~textarea {
    width: 72%;
    font-size: 1.2em;
}
.link-area {
    display: block;
    margin-top: 25px;
    text-align: center;
}
.other_login{
    text-align: center;
}
.other_login dd{
    display:inline-block;
    height: 46px;
    width: 46px;
    background: url(../images/logoIn-qq.jpg) no-repeat;
    background-size:100% 100%;
}
.other_login dd:nth-child(1){
    margin: 0;
}
.other_login dd.weixin_login{
    background: url(../images/logoIn-wx.jpg) no-repeat;
    background-size:100% 100%;
}
.other_login dd:nth-child(3){
    background: url(../images/logoIn-wb.jpg) no-repeat;
    background-size:100% 100%;
}
.mui-input.code{
    width: 70%;
    font-size: 12px;
}
.p-10{
    text-align: center;
    padding: 10px;
}


/*商家、商家服务商 入驻协议*/
.agreement{font-size: 0.8rem;color: #8f8f8f;text-align: center;}
.agreement a{color: #0068B7;}


/*用户登录界面*/
.login-user .we{
    text-align: center;
    padding: 40px 0;
    background-color: #fff;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.login-user .we.no-bgc{
    background-color: transparent;
    border:0;
}
.login-user .logo{
    width: 24vw;
    margin-bottom: 10px;
}
.login-user .app-name{
    font-size: 1em;
    font-weight: 500;
}
.login-user .slogon{
    font-size: 0.7778em;
    letter-spacing: 2px;
    color: #999;
}
/*按钮区*/
.toolbar{
    margin: 0 12px;
}
.toolbar .mui-btn.yellow{
    margin: 20px 0 10px;
    padding: 8px 0;
    background-color: #FFC619;
    border-color: #FFC619;
}
.toolbar .attach-info{
    font-size: 0.7778em;
    color: #999;
    text-align: left;
}
/*微信登录*/
#third_part{
    /*display: none;*/
    background-color: #00BC0C;
    text-align: center;
    margin: 20px 0;
    padding: 3px 0;
    height: 34px;
    overflow: hidden;
    border-radius: 5px;
    box-sizing: content-box;
}
#third_part img{
    height: inherit;
}
/*帐号登录*/
#login-form{
    margin-top: -1px;
}
.mui-input-group label.cst-label{
    width: 24%;
    text-align-last: justify;
    font-size: 1.2em;
    line-height: 18px;
}
.mui-input-group .mui-input-row:after{
    left: 0;
}


/*用户注册界面、重置密码界面*/
#the-form{margin-top: 12px;}
#get_code{background-color: #FFC619;border-color: #FFC619}