/* login wrap */
.login-wrap {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    position: absolute;
    margin: 0 auto;
    left : 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.login-wrap .body {
    position: relative;
    padding: 24px;
    display: flex;
}
.login-wrap .body .qr-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
}
.login-wrap .body .qr-main {
    display: flex;
    flex-direction: column;
    border: 1px dashed #999;
}
.login-wrap .body .qr {
    min-width: 200px;
    min-height: 200px;
}
.login-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.login-wrap .sign-in {
    display: inline-block;
    vertical-align: top;
}
.login-wrap .title-tab {
    margin-top: 32px;
    margin-bottom: 32px;
}
.text-center {
    text-align: center;
}
.title-tab .title {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
    cursor: pointer;
}
.title-tab .title.-active {
    color: #0084ff;
}
.login-wrap .title-tab .title:after {
    height: 3px;
}
.title-tab .title.-active:after {
    background: #0084ff;
}
.title-tab .title:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
}
.login-wrap .pb24 {
    padding-bottom: 24px;
}
.live-search-wrap {
    width: 100%;
    height: 48px;
    overflow: visible;
    position: relative;
}
.login-wrap .input {
    width: 305px;
    height: 48px;
    line-height: 22px;
    padding: 0 12px;
    outline: none;
}
.login-wrap .input:focus,.login-wrap .input:hover {
    border-color: #0084FF;
}
.input {
    height: 36px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    background-color: #fff;
    color: #333;
}
.login-wrap .login-errormsg.-shake-smooth {
    position: inherit;
    margin-bottom: -14px;
}
.login-wrap .login-errormsg {
    position: absolute;
    margin-top: 8px;
    line-height: 18px;
    font-size: 12px;
    color: #ff3b30;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.login-wrap .input-group-login {
    position: relative;
    vertical-align: top;
}
.login-wrap .input-group-login .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 102px;
    height: 48px;
    line-height: 46px;
    color: #0084ff;
    cursor: pointer;
}
.login-wrap .input-group-login .input-group-btn:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 34px;
    margin-right: 16px;
    background: #F3F3F3;
}
.login-wrap .login-operation {
    padding-top: 8px;
    padding-bottom: 18px;
    overflow: hidden;
    line-height: 22px;
    font-size: 14px;
}
.login-wrap .message_box .login-operation {
    padding-top: 22px;
    padding-bottom: 24px;
}
.btn {
    display: inline-block;
    padding: 2px 12px;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    font-weight: normal;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-primary {
    color: #fff;
    background-color: #0084ff;
    border-color: #0084ff;
}
.btn.-xl, .btn.-h48 {
    font-size: 16px;
    padding: 14px 10px;
    border-radius: 4px;
}
.btn.-block {
    display: block;
}
.float-right {
    float: right;
}
.login-wrap .login-bottom {
    min-height: unset;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 24px;
}
.login-wrap .login-property {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-wrap .login-property input[type='checkbox'] {
    margin-right: 5px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: relative;
    outline: none;
    border: 0;
    float: left;
}
.login-wrap .voice-click {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    line-height: 18px;
}
.login-wrap .message_box .login-operation span {
    line-height: 22px;
}
.link-click {
    color: #0084ff;
    cursor: pointer;
}
.login-wrap .close {
    top: 0;
    right: -36px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    position: absolute;
    cursor: pointer;
}
.tic-close:before {
    content: "\e653";
}
.login-mask {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
}
