.loginL{
    width: 400px;
    float: left;
}
.loginR{
     width: 140px;
    float: right;
    text-align: center;
    /* margin-left: 16px; */
}
.login{
    position: absolute;
    top: 50%;
    /* bottom: 0; */
    /* right: 0; */
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width:762px;
    /*height:426px;*/
    padding: 30px 60px;
    box-sizing: border-box;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 30px rgba(0,0,0,0.1);
    opacity:1;
    border-radius:10px;
}

.login-title{
    font-weight: bold;
    font-size: 26px;
    color: #31404C;
    text-align: center;
    margin-bottom: 30px;
}
.input-box{
    width:398px;
    height:40px;
    border:1px solid rgba(236,236,236,1);
    border-radius:5px;
    margin: 20px 0;
}
.mobile-type{
    display: inline-block;
    width:63px;
    height:40px;
    line-height:40px;
    color: #868686;
    font-size: 13px;
    background: #ECECEC;
    vertical-align: middle;
    margin-top: -3px;
    text-align: center;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.ui-input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
    color: #31404c;
    border: none;
    outline: none;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
}
.login-form2 .ui-input{
    padding-left: 37px;
}
.IUw330{
    width: 330px;
}
.IUw220{
    width: 220px;
}
.IUw270{
    width: 273px;
}
.IU390{
    width: 390px;
}
.IU-code{
    /*padding: 0 30px;*/
    /*box-sizing: border-box;*/
    /*height:40px;*/
    /*line-height:40px;*/
    /*color: #868686;*/
    /*iconfont-size: 13px;*/
    /*background: #ECECEC;*/
    /*text-align: center;*/
    /*cursor: pointer;*/
}
.IU-code input{
    padding: 0 30px;
    box-sizing: border-box;
    height:40px;
    line-height:40px;
    color: #868686;
    font-size: 13px;
    background: #ECECEC;
    text-align: center;
    cursor: pointer;
    outline: none;
    border:none;
}
.input-submit{
    width:398px;
    height:40px;
    line-height: 40px;
    text-align: center;
    border:1px solid rgba(236,236,236,1);
    opacity:1;
    border-radius:5px;
    background: #049EB7;
    cursor: pointer;
}
.input-submit input{
    outline: none;
    border:none;
    background: none;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
}
.input-register{
    margin: 15px 0;
    text-align: right;
}
.input-register a{
    color: #868686;
    font-size: 13px;
    margin-right: 10px;

}
.other-login{
    text-align: center;
}
.other-login-title{
    position: relative;
    color: #333333;
    font-size: 14px;
    padding: 20px;
}
.other-login-title span{
    position: absolute;
    top: 2px;
    left: 50%;
    z-index: 99;
    padding: 0 10px;
    background: #fff;
    margin-left: -52px;
}
.other-login-title:after{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #DFDFDF;
}
.other-login-style a{
    margin: 0 7px;
}
.login-code{
    margin-top: 100px;
}
.txt{
    color: #333333;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}
.iu-icon{
    position: absolute;
    top: 10px;
    left: 10px;
}
.marb0 .yzm{
    width: 65%;
    margin-right: 4%;
    margin-top: 0;
}

.marb0 .myzm{
    position: relative;
    width: 30%;
    margin-top: 0;
}
.marb0 .myzm input{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent;
}
.forget-pass{
    position: absolute;
    right: -65px;
    top: 10px;
}
.forget-pass a{
    color: #868686;
    font-size: 13px;
}
.register-form{
}
.register-form>div{
    margin: 20px auto;
}
.dashed-line{
    margin: 20px auto;
    width:398px;
    height:1px;
    border-bottom:1px dashed rgba(223,223,223,1);
}
.form-sign{
    color: #868686;
    font-size: 13px;
    text-align: center;
}
.form-sign a{
    color: #333;
}
.QR-code{
    width: 220px;
    height: 260px;
    margin-top: 36px;
    /* box-shadow: 0px 14px 24px 0 rgba(33, 30, 60, 0.12); */
}
